classify admin
This commit is contained in:
1
public/assets/css/bootstrap-switch-button.min.css
vendored
Normal file
1
public/assets/css/bootstrap-switch-button.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.btn-group-xs>.btn,.btn-xs{padding:.35rem .4rem .25rem .4rem;font-size:.875rem;line-height:.5;border-radius:.2rem}.checkbox label .switch,.checkbox-inline .switch{margin-left:-1.25rem;margin-right:.35rem}.switch{position:relative;overflow:hidden}.switch.btn.btn-light,.switch.btn.btn-outline-light{border-color:rgba(0,0,0,.15)}.switch input[type=checkbox]{display:none}.switch-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}.switch.off .switch-group{left:-100%}.switch-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}.switch-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;box-shadow:none}.switch-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:#fff}.switch.btn-outline-primary .switch-handle{background-color:var(--primary);border-color:var(--primary)}.switch.btn-outline-secondary .switch-handle{background-color:var(--secondary);border-color:var(--secondary)}.switch.btn-outline-success .switch-handle{background-color:var(--success);border-color:var(--success)}.switch.btn-outline-danger .switch-handle{background-color:var(--danger);border-color:var(--danger)}.switch.btn-outline-warning .switch-handle{background-color:var(--warning);border-color:var(--warning)}.switch.btn-outline-info .switch-handle{background-color:var(--info);border-color:var(--info)}.switch.btn-outline-light .switch-handle{background-color:var(--light);border-color:var(--light)}.switch.btn-outline-dark .switch-handle{background-color:var(--dark);border-color:var(--dark)}.switch[class*=btn-outline]:hover .switch-handle{background-color:var(--light);opacity:.5}.switch.btn{min-width:3.7rem;min-height:calc(1.5em + .75rem + 2px)}.switch-on.btn{padding-right:1.5rem}.switch-off.btn{padding-left:1.5rem}.switch.btn-lg{min-width:5rem;line-height:1.5;min-height:calc(1.5em + 1rem + 2px)}.switch-on.btn-lg{padding-right:2rem}.switch-off.btn-lg{padding-left:2rem}.switch-handle.btn-lg{width:2.5rem}.switch.btn-sm{min-width:3.25rem;min-height:calc(1.5em + .5rem + 2px)}.switch-on.btn-sm{padding-right:1rem}.switch-off.btn-sm{padding-left:1rem}.switch.btn-xs{min-width:3.125rem;min-height:1.375rem}.switch-on.btn-xs{padding-right:.8rem}.switch-off.btn-xs{padding-left:.8rem}
|
||||
1853
public/assets/css/custom.css
Normal file
1853
public/assets/css/custom.css
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/assets/css/images/marker-icon-2x.png
Normal file
BIN
public/assets/css/images/marker-icon-2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/assets/css/images/marker-icon.png
Normal file
BIN
public/assets/css/images/marker-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/assets/css/images/marker-shadow.png
Normal file
BIN
public/assets/css/images/marker-shadow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
661
public/assets/css/leaflet.css
Normal file
661
public/assets/css/leaflet.css
Normal file
@@ -0,0 +1,661 @@
|
||||
/* 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 img.leaflet-tile {
|
||||
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
|
||||
mix-blend-mode: plus-lighter;
|
||||
}
|
||||
|
||||
.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-attribution-flag {
|
||||
display: inline !important;
|
||||
vertical-align: baseline !important;
|
||||
width: 1em;
|
||||
height: 0.6669em;
|
||||
}
|
||||
.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;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
text-shadow: 1px 1px #fff;
|
||||
}
|
||||
.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;
|
||||
font-size: 1.08333em;
|
||||
min-height: 1px;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
.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;
|
||||
print-color-adjust: exact;
|
||||
}
|
||||
}
|
||||
22579
public/assets/css/main/app.css
Normal file
22579
public/assets/css/main/app.css
Normal file
File diff suppressed because it is too large
Load Diff
22472
public/assets/css/main/rtl.css
Normal file
22472
public/assets/css/main/rtl.css
Normal file
File diff suppressed because it is too large
Load Diff
53
public/assets/css/map.css
Normal file
53
public/assets/css/map.css
Normal file
@@ -0,0 +1,53 @@
|
||||
#map {
|
||||
height: 400px;
|
||||
width: 100%;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.leaflet-container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.leaflet-popup-content-wrapper {
|
||||
background: #fff;
|
||||
color: #333;
|
||||
box-shadow: 0 3px 14px rgba(0,0,0,0.2);
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.leaflet-popup-content {
|
||||
margin: 8px 12px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.leaflet-popup-tip {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.leaflet-popup-close-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.leaflet-control-container .leaflet-control {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.leaflet-control-zoom {
|
||||
border: none !important;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.leaflet-control-zoom-in,
|
||||
.leaflet-control-zoom-out {
|
||||
background-color: #fff !important;
|
||||
color: #333 !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.leaflet-control-zoom-in:hover,
|
||||
.leaflet-control-zoom-out:hover {
|
||||
background-color: #f8f9fa !important;
|
||||
}
|
||||
8
public/assets/css/pages/aksFileUpload.min.css
vendored
Normal file
8
public/assets/css/pages/aksFileUpload.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
149
public/assets/css/pages/auth.css
Normal file
149
public/assets/css/pages/auth.css
Normal file
@@ -0,0 +1,149 @@
|
||||
body {
|
||||
background-color: #fff
|
||||
}
|
||||
|
||||
.login_bg {
|
||||
height: 100vh;
|
||||
overflow-x: hidden;
|
||||
/*background: url(../../images/bg/Login_BG.jpg);*/
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
/* z-index: -1; */
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.login_bg::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
#auth .card {
|
||||
border-radius: 0;
|
||||
/*margin-bottom: 0;*/
|
||||
}
|
||||
|
||||
#auth #auth-box {
|
||||
padding: 40px 30px;
|
||||
height: auto;
|
||||
width: 31%;
|
||||
}
|
||||
|
||||
#auth #auth-right {
|
||||
background: url(../../../assets/images/4853433.png?45649b87e0b3f50bfa1372c6cdb4595f), linear-gradient(90deg, #FFFF, #FFFF);
|
||||
height: 100%
|
||||
}
|
||||
|
||||
#auth #auth-left {
|
||||
padding: 5rem 8rem
|
||||
}
|
||||
|
||||
#auth #auth-left .auth-title {
|
||||
font-size: 4rem;
|
||||
margin-bottom: 1rem
|
||||
}
|
||||
|
||||
#auth #auth-left .auth-subtitle {
|
||||
color: #a8aebb;
|
||||
font-size: 1.7rem;
|
||||
line-height: 2.5rem
|
||||
}
|
||||
|
||||
/* #auth #auth-left .auth-logo {
|
||||
margin-bottom: 7rem
|
||||
}
|
||||
|
||||
#auth #auth-left .auth-logo img {
|
||||
height: 2rem
|
||||
} */
|
||||
|
||||
#auth .auth-logo {
|
||||
position: relative;
|
||||
top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#auth .form-input {
|
||||
background-color: #F9F9F9;
|
||||
}
|
||||
|
||||
#auth .login_btn {
|
||||
height: 56px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding: 16px 8px
|
||||
}
|
||||
|
||||
#auth .login_btn:hover {
|
||||
background-color: #212121;
|
||||
}
|
||||
|
||||
#auth #auth-box .auth-logo img {
|
||||
width: 240px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
||||
#auth .login_heading {
|
||||
margin-bottom: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mtop-120 {
|
||||
margin-top: 120px;
|
||||
}
|
||||
|
||||
.login-box {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
bottom: 0;
|
||||
right: 6%;
|
||||
}
|
||||
|
||||
.login-border {
|
||||
border: 2px solid #e9ecef
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width: 320px) and (max-width: 480px) {
|
||||
#auth #auth-left {
|
||||
padding: 5rem 3rem
|
||||
}
|
||||
|
||||
#auth #auth-box {
|
||||
width: 90%;
|
||||
margin: 18px;
|
||||
}
|
||||
|
||||
.login-box {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 481px) and (max-width: 767px) {
|
||||
#auth #auth-left {
|
||||
padding: 5rem
|
||||
}
|
||||
|
||||
.login-box {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#auth-box {
|
||||
margin: 60px;
|
||||
width: 80% !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*320px—480px: Mobile devices*/
|
||||
/*481px—768px: iPads, Tablets*/
|
||||
/*769px—1024px: Small screens, laptops*/
|
||||
/*1025px—1200px: Desktops, large screens*/
|
||||
/*1201px and more — Extra large screens, TV*/
|
||||
138
public/assets/css/pages/chat.css
Normal file
138
public/assets/css/pages/chat.css
Normal file
@@ -0,0 +1,138 @@
|
||||
.chat-application .chat-app {
|
||||
border: 1px solid #dfe3e7;
|
||||
border-radius: 5px;
|
||||
height: calc(100vh - 9rem)
|
||||
}
|
||||
|
||||
.chat-app .chat-app-right {
|
||||
padding-left: 0
|
||||
}
|
||||
|
||||
.chat-app .chat-app-header .person-name {
|
||||
font-size: 1.2rem
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .left {
|
||||
border-right: 1px solid #e9ecef
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body ul {
|
||||
overflow-y: auto;
|
||||
padding-left: 0
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .the-contact {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #e9ecef;
|
||||
list-style: none;
|
||||
margin-right: 0;
|
||||
padding: 1.5rem 2rem;
|
||||
position: relative;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .the-contact.active {
|
||||
background-color: #087C7C
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .the-contact.active .message-excerpt,
|
||||
.chat-app .chat-app-body .the-contact.active .person-name {
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .the-contact .notification-count {
|
||||
position: absolute;
|
||||
right: 1rem;
|
||||
top: 50%;
|
||||
transform: translateY(-50%)
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .the-contact:hover {
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .the-contact:not(.active):hover {
|
||||
background-color: #e9ecef;
|
||||
transition: all .1s
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .the-contact .verified-badge {
|
||||
height: 1.4em;
|
||||
padding: 0;
|
||||
width: 1.4em
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .the-contact .person-name {
|
||||
align-items: center;
|
||||
color: #495057;
|
||||
display: flex;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.chat-app .chat-app-body .the-contact .message-excerpt {
|
||||
color: #6c757d;
|
||||
font-size: 1rem;
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.chat-app .chat-app-footer {
|
||||
height: 100%;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.chat-app .chat-app-footer .input-message-wrapper {
|
||||
background-color: #fff;
|
||||
bottom: 0;
|
||||
padding: 1rem;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.chat-app .messages {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.chat-app .messages .message {
|
||||
background-color: #dee2e6;
|
||||
border-bottom-left-radius: 1rem;
|
||||
border-bottom-right-radius: 1rem;
|
||||
border-top-right-radius: 1rem;
|
||||
float: left;
|
||||
margin: 1rem;
|
||||
max-width: 600px;
|
||||
padding: .8rem
|
||||
}
|
||||
|
||||
.chat-app .messages .message.message-right {
|
||||
background-color: #697ecb;
|
||||
border-top-left-radius: 1rem;
|
||||
border-top-right-radius: 0;
|
||||
color: #fff;
|
||||
float: right
|
||||
}
|
||||
|
||||
@media screen and (max-width:1200px) {
|
||||
.chat-app .chat-app-left {
|
||||
right: 100%
|
||||
}
|
||||
|
||||
.chat-app .chat-app-right {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
padding-left: 15px !important;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0
|
||||
}
|
||||
|
||||
.chat-app .chat-app-right .chat-app-header>div {
|
||||
padding: 0 2rem
|
||||
}
|
||||
}
|
||||
1
public/assets/css/pages/dripicons.css
Normal file
1
public/assets/css/pages/dripicons.css
Normal file
@@ -0,0 +1 @@
|
||||
.dripicons{line-height:1}.glyphs.character-mapping{border:none;margin:0;padding:0}.glyphs.character-mapping li{border-radius:4px;display:inline-block;margin:0;width:90px}.glyphs.character-mapping .icon{border-radius:3px;color:#398ff7!important;font-size:32px;height:55px;margin:10px 0 10px 15px;overflow:hidden;padding:15px;position:relative;width:55px}.glyphs.character-mapping .icon svg{fill:#398ff7}.glyphs.character-mapping li:hover .icon{color:#fff!important}.glyphs.character-mapping li:hover .icon svg{fill:#fff}.glyphs.character-mapping li:hover input{opacity:1}.glyphs.character-mapping li:hover{background:#374347}.glyphs.character-mapping input{background:#398ff7;border:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px;color:#fff;display:block;font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:12px;margin:0;opacity:0;outline:none;padding:10px 0;text-align:center;width:100%}.glyphs.character-mapping input:focus,.glyphs.character-mapping input:hover{border:none}.glyphs.css-mapping{border:none;border-radius:3px;color:rgba(0,0,0,.5);margin:0 0 60px;padding:30px 0 20px 30px}.glyphs.css-mapping li{display:inline-block;margin:0 30px 20px 0;overflow:hidden;padding:0}.glyphs.css-mapping .icon{color:#398ff7!important;float:left;font-size:24px;height:50px;margin:0 10px 0 0;overflow:hidden;padding:13px;width:50px}.glyphs.css-mapping input{background:none;border:none;border-radius:5px;color:#398ff7;display:block;float:right;font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;height:40px;line-height:14px;margin:5px 0 0;outline:none;padding:8px;width:120px}.glyphs.css-mapping input:focus{border:none}
|
||||
653
public/assets/css/pages/email.css
Normal file
653
public/assets/css/pages/email.css
Normal file
@@ -0,0 +1,653 @@
|
||||
.media {
|
||||
align-items: center;
|
||||
display: flex
|
||||
}
|
||||
|
||||
.media .media-body {
|
||||
flex: 1;
|
||||
padding-left: 1rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper {
|
||||
border: 1px solid #dfe3e7;
|
||||
border-radius: .267rem;
|
||||
display: flex;
|
||||
height: calc(100% - 5rem);
|
||||
position: relative
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .app-content-overlay {
|
||||
border-radius: .267rem;
|
||||
inset: 0;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: 7
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .app-content-overlay.show {
|
||||
background-color: rgba(0, 0, 0, .2);
|
||||
opacity: 1;
|
||||
transition: all .3s ease;
|
||||
visibility: visible
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar {
|
||||
position: inherit
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar.show .email-app-sidebar {
|
||||
transform: translateX(13%) translateY(-1px)
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar {
|
||||
border-bottom-left-radius: .267rem;
|
||||
border-right: 1px solid #dfe3e7;
|
||||
border-top-left-radius: .267rem;
|
||||
height: calc(100vh - 9rem);
|
||||
transition: all .3s ease;
|
||||
width: 300px
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu {
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
z-index: 3
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .form-group-compose {
|
||||
margin-bottom: .8rem;
|
||||
padding: 1px 1.5rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .form-group-compose .compose-btn {
|
||||
box-shadow: 0 2px 4px 0 rgba(90, 141, 238, .6);
|
||||
font-weight: 500
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list {
|
||||
height: calc(100% - 6.4rem);
|
||||
padding: 0 1.7rem;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list a:hover {
|
||||
color: #596f88
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .list-group .list-group-item {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
font-weight: 500;
|
||||
padding: .6rem 0
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .list-group .list-group-item.active {
|
||||
color: #5a8dee
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .list-group .list-group-item.active:before {
|
||||
background-color: #5a8dee;
|
||||
content: "";
|
||||
height: 30px;
|
||||
left: -26px;
|
||||
position: absolute;
|
||||
width: 2px
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .sidebar-close-icon {
|
||||
cursor: pointer;
|
||||
font-size: 1.25rem;
|
||||
position: absolute;
|
||||
right: .25rem;
|
||||
top: .25rem;
|
||||
visibility: hidden;
|
||||
z-index: 5
|
||||
}
|
||||
|
||||
@media screen and (max-width:992px) {
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar {
|
||||
background-color: #fafbfb;
|
||||
height: calc(100vh - 8.98rem);
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
transform: translateX(-120%);
|
||||
transition: transform .25s;
|
||||
z-index: 8
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar.show {
|
||||
transform: translateX(0)
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .email-app-sidebar .sidebar-close-icon {
|
||||
visibility: visible
|
||||
}
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .compose-new-mail-sidebar {
|
||||
background-color: #fff;
|
||||
border-radius: 0 .267rem .267rem 0;
|
||||
bottom: 1px;
|
||||
height: calc(100vh - 9rem);
|
||||
position: absolute;
|
||||
right: 2.15rem;
|
||||
transform: translateX(130%);
|
||||
transition: all .3s ease;
|
||||
width: 400px;
|
||||
z-index: 8
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .compose-new-mail-sidebar.show {
|
||||
transform: translateX(8%) translateY(1px)
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .compose-new-mail-sidebar .card-footer .btn-send {
|
||||
box-shadow: 0 2px 4px 0 rgba(90, 141, 238, .6)
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .compose-new-mail-sidebar .close-icon {
|
||||
outline: 0;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 18px
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar .compose-new-mail-sidebar .close-icon i {
|
||||
font-size: 1.75rem
|
||||
}
|
||||
|
||||
@media screen and (max-width:992px) {
|
||||
.email-application .content-area-wrapper .sidebar .compose-new-mail-sidebar.show {
|
||||
transform: translateX(10.5%) translateY(1px)
|
||||
}
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right {
|
||||
background-color: #fff;
|
||||
width: calc(100% - 260px)
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .content-wrapper {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .selected-row-bg {
|
||||
background-color: #e7edf3 !important
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .checkbox,
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .checkbox label {
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action {
|
||||
border-bottom: 1px solid #dfe3e7;
|
||||
display: flex;
|
||||
padding: 1rem 1.5rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search {
|
||||
margin: 0 .86rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search .sidebar-toggle {
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
line-height: 1.1;
|
||||
margin: .5rem .99rem .5rem 0
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search input {
|
||||
font-family: IBM Plex Sans, Helvetica, Arial, serif
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .email-action .action-left ul li i {
|
||||
top: 0
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-pagination-next,
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-pagination-prev {
|
||||
margin-left: .6rem;
|
||||
padding: .35rem .5rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .action-left ul li .dropdown-toggle:after {
|
||||
display: none
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .action-left ul li .dropdown-menu .dropdown-item .bullet,
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .action-left ul li .dropdown-menu .dropdown-item i {
|
||||
margin-right: .5rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action .action-left .list-inline-item:not(:last-child) {
|
||||
margin-right: .86rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list {
|
||||
height: calc(100vh - 13.65rem);
|
||||
position: relative
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .ps__rail-y {
|
||||
z-index: 6
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper {
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li {
|
||||
-webkit-animation: fadeIn .5s linear;
|
||||
animation: fadeIn .5s linear;
|
||||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
cursor: pointer;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.media {
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
padding: 1rem 1.5rem;
|
||||
z-index: 1
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.media:hover {
|
||||
box-shadow: 0 0 10px 0 rgba(58, 70, 93, .25);
|
||||
transform: translateY(1px);
|
||||
transition: all .2s;
|
||||
z-index: 5
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.media .media-body {
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .avatar,
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .avatar img {
|
||||
height: 38px;
|
||||
width: 38px
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .avatar img {
|
||||
border: 2px solid #fff
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.mail-read {
|
||||
background-color: #f2f4f4
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.mail-read .list-group-item-text {
|
||||
font-weight: 400 !important
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:not(:first-child) {
|
||||
border-top: 1px solid #dfe3e7
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .user-details {
|
||||
display: flex;
|
||||
justify-content: space-between
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .user-details .list-group-item-text {
|
||||
font-size: 1rem;
|
||||
font-weight: 500
|
||||
}
|
||||
|
||||
@media (max-width:575.98px) {
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .user-details .mail-items {
|
||||
display: inline-grid;
|
||||
width: 70%
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .user-details .mail-meta-item {
|
||||
position: absolute;
|
||||
right: 1rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .user-details .mail-meta-item .mail-date {
|
||||
margin: 1rem .75rem 0 0
|
||||
}
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .mail-date {
|
||||
color: #828d99;
|
||||
font-size: .86rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .mail-message {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li .mail-message p {
|
||||
color: #828d99;
|
||||
font-size: .8rem;
|
||||
line-height: 1.75;
|
||||
margin-right: 1rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper .user-action {
|
||||
align-items: center;
|
||||
display: flex
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper .user-action .favorite {
|
||||
color: #c7cfd6;
|
||||
margin-right: .5rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper .user-action .favorite i {
|
||||
font-size: 1.3rem;
|
||||
line-height: 1.5
|
||||
}
|
||||
|
||||
@media screen and (max-width:560px) {
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper .user-action .favorite {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .no-results {
|
||||
display: none;
|
||||
padding: 1.5rem;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .no-results.show {
|
||||
display: block
|
||||
}
|
||||
|
||||
@media screen and (max-width:992px) {
|
||||
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list {
|
||||
height: calc(100vh - 17.4rem) !important
|
||||
}
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details {
|
||||
background-color: #f2f4f4;
|
||||
display: block;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
transform: translateX(100%);
|
||||
transition: all .3s ease;
|
||||
visibility: hidden;
|
||||
width: calc(100% - 260px);
|
||||
z-index: 6
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details.show {
|
||||
border-left: 1px solid #dfe3e7;
|
||||
opacity: 1;
|
||||
overflow: hidden;
|
||||
transform: translateX(0);
|
||||
visibility: visible
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-detail-header {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #dfe3e7;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
padding: .85rem 1.5rem 0
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-menu .dropdown-item {
|
||||
margin-right: .5rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-detail-header .dropdown-menu .dropdown-item .bullet,
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-detail-header .dropdown-menu .dropdown-item i,
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-detail-header .email-header-right .dropdown-toggle:after,
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-detail-header .email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-toggle:after {
|
||||
display: none
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-detail-header .go-back {
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-detail-header .email-pagination-next i,
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-detail-header .email-pagination-prev i {
|
||||
top: 2px
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-detail-header .email-detail-title {
|
||||
color: #475f7b;
|
||||
font-size: 1.2rem;
|
||||
position: relative;
|
||||
top: 2px
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-scroll-area {
|
||||
height: calc(100vh - 13.5rem);
|
||||
padding: 0 1rem;
|
||||
position: relative
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-scroll-area .email-detail-head {
|
||||
padding: 1.5rem .5rem .75rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header {
|
||||
background-color: transparent;
|
||||
margin-bottom: 1.2rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header.open {
|
||||
background-color: #fff !important;
|
||||
box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13) !important
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header {
|
||||
border-color: #dfe3e7;
|
||||
font-size: 1rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-toggle {
|
||||
color: #727e8c
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details .email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-menu {
|
||||
transform: translate3d(-144px, 19px, 0) !important
|
||||
}
|
||||
|
||||
@media screen and (max-width:992px) {
|
||||
.email-application .content-area-wrapper .content-right {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-action {
|
||||
flex-direction: column-reverse
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-action .action-right {
|
||||
margin-bottom: 1rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-action .action-right .email-fixed-search {
|
||||
margin-left: 0 !important
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-action .action-right .sidebar-toggle {
|
||||
margin-right: .3rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .content-right .email-app-details {
|
||||
border-radius: .267rem;
|
||||
width: 100%
|
||||
}
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .sidebar-label {
|
||||
color: #828d99;
|
||||
font-family: Rubik, Helvetica, Arial, serif;
|
||||
letter-spacing: 1px;
|
||||
margin: 1.8rem 0 .5rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .attchement-text {
|
||||
font-family: IBM Plex Sans, Helvetica, Arial, serif
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .action-icon {
|
||||
border: 1px solid #dfe3e7;
|
||||
padding: .35rem .5rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .quill-wrapper {
|
||||
padding: 1.3rem 1.7rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .quill-wrapper .snow-container {
|
||||
position: relative
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .quill-wrapper .snow-container .ql-snow .ql-tooltip {
|
||||
left: 0 !important
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .quill-wrapper .snow-container .ql-container.ql-snow,
|
||||
.email-application .content-area-wrapper .quill-wrapper .snow-container .ql-toolbar {
|
||||
border: none
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .quill-wrapper .snow-container .send-btn {
|
||||
box-shadow: 0 2px 4px 0 rgba(90, 141, 238, .6);
|
||||
font-weight: 500;
|
||||
padding: .2rem 1rem
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .quill-wrapper .ql-editor.ql-blank:before {
|
||||
left: 0
|
||||
}
|
||||
|
||||
.email-application .content-area-wrapper .quill-wrapper .ql-editor {
|
||||
min-height: 80px;
|
||||
padding-left: 0;
|
||||
padding-right: 0
|
||||
}
|
||||
|
||||
@media screen and (max-width:1280px) {
|
||||
.content-right .email-app-list-wrapper .email-app-list .email-user-list {
|
||||
height: calc(100vh - 13.9rem)
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:767.98px) {
|
||||
.compose-new-mail-sidebar {
|
||||
width: auto
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:436px) {
|
||||
.email-app-details .email-header-right {
|
||||
margin-left: 0 !important;
|
||||
padding-left: 0 !important
|
||||
}
|
||||
|
||||
.email-app-details .email-header-right li {
|
||||
margin-right: 0
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes fadeIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
top: 100px
|
||||
}
|
||||
|
||||
75% {
|
||||
opacity: .5;
|
||||
top: 0
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
top: 100px
|
||||
}
|
||||
|
||||
75% {
|
||||
opacity: .5;
|
||||
top: 0
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1
|
||||
}
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper {
|
||||
border: 1px solid #2a2f3e
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .email-app-sidebar {
|
||||
border-right: 1px solid #343a40
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .email-app-sidebar .email-app-menu {
|
||||
background-color: #1e1e2d
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .email-app-sidebar .email-app-menu .list-group .list-group-item {
|
||||
color: #9899ac
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .email-app-sidebar .email-app-menu .list-group .list-group-item:hover {
|
||||
color: #187de4
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list {
|
||||
overflow-y: scroll !important
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.media {
|
||||
background-color: #1e1e2d
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li.mail-read {
|
||||
background-color: #2b2b41
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-user-list .users-list-wrapper li:not(:first-child) {
|
||||
border-top: 1px solid #495057
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action {
|
||||
background: #151521
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .action-button,
|
||||
body.theme-dark .email-application .content-area-wrapper .action-icon,
|
||||
body.theme-dark .email-application .content-area-wrapper .form-control {
|
||||
border: 1px solid #373752
|
||||
}
|
||||
|
||||
body.theme-dark body.theme-dark .form-check-input {
|
||||
background-color: #151521;
|
||||
border: 2px solid #087C7C
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-body {
|
||||
background-color: #087C7C
|
||||
}
|
||||
|
||||
body.theme-dark .email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action {
|
||||
border-bottom: 1px solid #087C7C
|
||||
}
|
||||
1
public/assets/css/pages/error.css
Normal file
1
public/assets/css/pages/error.css
Normal file
@@ -0,0 +1 @@
|
||||
#error{background-color:#ebf3ff;padding:5rem 0}#error .img-error{padding:3rem 0;width:63%}#error .error-title{font-size:4rem;margin-top:3rem}body.theme-dark #error{background-color:#151521}
|
||||
1
public/assets/css/pages/form-element-select.css
Normal file
1
public/assets/css/pages/form-element-select.css
Normal file
@@ -0,0 +1 @@
|
||||
.choices__list--multiple .choices__item{background-color:#5a8dee;border:none;border-radius:2px;box-shadow:0 2px 5px rgba(2,158,255,.1)}
|
||||
139
public/assets/css/pages/jquery-jvectormap-2.0.5.css
Normal file
139
public/assets/css/pages/jquery-jvectormap-2.0.5.css
Normal file
@@ -0,0 +1,139 @@
|
||||
svg {
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.jvectormap-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.jvectormap-tip {
|
||||
position: absolute;
|
||||
display: none;
|
||||
border: solid 1px #f6f6f6;
|
||||
border-radius: 4px;
|
||||
background: #ffffff;
|
||||
box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
|
||||
/* color: white; */
|
||||
font-family: sans-serif, Verdana;
|
||||
font-size: smaller;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.jvectormap-zoomin,
|
||||
.jvectormap-zoomout,
|
||||
.jvectormap-goback {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
border-radius: 3px;
|
||||
background: #292929;
|
||||
padding: 3px;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
line-height: 10px;
|
||||
text-align: center;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.jvectormap-zoomin,
|
||||
.jvectormap-zoomout {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.jvectormap-zoomin {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.jvectormap-zoomout {
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.jvectormap-goback {
|
||||
bottom: 10px;
|
||||
z-index: 1000;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.jvectormap-spinner {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
|
||||
}
|
||||
|
||||
.jvectormap-legend-title {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-h {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-v {
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.jvectormap-legend {
|
||||
background: black;
|
||||
color: white;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-h .jvectormap-legend {
|
||||
float: left;
|
||||
margin: 0 10px 10px 0;
|
||||
padding: 3px 3px 1px 3px;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-v .jvectormap-legend {
|
||||
margin: 10px 10px 0 0;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.jvectormap-legend-tick-text {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
line-height: 20px;
|
||||
padding-left: 3px;
|
||||
}
|
||||
1973
public/assets/css/pages/otherpages.css
Normal file
1973
public/assets/css/pages/otherpages.css
Normal file
File diff suppressed because it is too large
Load Diff
1972
public/assets/css/pages/otherpages_rtl.css
Normal file
1972
public/assets/css/pages/otherpages_rtl.css
Normal file
File diff suppressed because it is too large
Load Diff
1961
public/assets/css/pages/otherpages_rtl.css.bak
Normal file
1961
public/assets/css/pages/otherpages_rtl.css.bak
Normal file
File diff suppressed because it is too large
Load Diff
1
public/assets/css/pages/summernote.css
Normal file
1
public/assets/css/pages/summernote.css
Normal file
@@ -0,0 +1 @@
|
||||
.note-icon-caret{display:none}
|
||||
1
public/assets/css/shared/iconly.css
Normal file
1
public/assets/css/shared/iconly.css
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/css/widgets/chat.css
Normal file
1
public/assets/css/widgets/chat.css
Normal file
@@ -0,0 +1 @@
|
||||
.chat{border-radius:5px}.chat.chat-left .chat-message{background:#5a8dee!important;color:#fff;float:left!important}.chat .chat-message{background-color:#fafbfb!important;border-radius:.267rem!important;box-shadow:0 2px 6px 0 rgba(0,0,0,.3)!important;clear:both!important;color:#525361;float:right!important;margin:.2rem 0 1.8rem .2rem!important;max-width:calc(100% - 5rem)!important;padding:.75rem 1rem!important;position:relative!important;text-align:left!important;word-break:break-word!important}
|
||||
1
public/assets/css/widgets/todo.css
Normal file
1
public/assets/css/widgets/todo.css
Normal file
@@ -0,0 +1 @@
|
||||
.widget-todo-list-wrapper{margin:0;padding:0}#widget-todo-list{padding:0}.theme-dark .widget-todo-item:hover{background-color:#212529}.widget-todo-item{list-style:none;padding:.8rem 2rem .8rem .8rem}.widget-todo-item:hover{background-color:#f8f9fa}.widget-todo-item .checkbox{margin-left:1rem}.widget-todo-item i,.widget-todo-item svg{cursor:move;font-size:12px;height:1rem}
|
||||
Reference in New Issue
Block a user