Initial Commit

This commit is contained in:
Zi Xing 2021-12-21 11:05:08 -05:00
commit 59e2aa084a
2347 changed files with 528000 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build/

1
.ppm_package Normal file
View File

@ -0,0 +1 @@
assets/

15
Makefile Normal file
View File

@ -0,0 +1,15 @@
clean:
rm -rf build
build:
mkdir build
ppm --no-intro --compile="assets" --directory="build"
update:
ppm --generate-package="assets"
install:
ppm --no-intro --no-prompt --fix-conflict --install="build/net.intellivoid.accounts_template.ppm"
install_fast:
ppm --no-intro --no-prompt --fix-conflict --skip-dependencies --install="build/net.intellivoid.accounts_template"

3625
assets/css/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

2587
assets/css/bootstrap-extended.css vendored Normal file

File diff suppressed because it is too large Load Diff

1
assets/css/bootstrap-extended.min.css vendored Normal file

File diff suppressed because one or more lines are too long

7717
assets/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

11
assets/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

6155
assets/css/colors.css Normal file

File diff suppressed because it is too large Load Diff

1
assets/css/colors.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2791
assets/css/components.css Normal file

File diff suppressed because it is too large Load Diff

1
assets/css/components.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,137 @@
.bg-gradient-white {
color: #fff;
background-image: linear-gradient(30deg, #FFFFFF, rgba(255, 255, 255, 0.5));
background-repeat: repeat-x; }
.bg-gradient-white:hover, .bg-gradient-white:active {
color: #fff; }
.gradient-light-white {
background: linear-gradient(30deg, #FFFFFF 0%, 100%);
color: #fff; }
.gradient-light-white:hover, .gradient-light-white:active {
color: #fff; }
.bg-gradient-black {
color: #fff;
background-image: linear-gradient(30deg, #000000, rgba(0, 0, 0, 0.5));
background-repeat: repeat-x; }
.bg-gradient-black:hover, .bg-gradient-black:active {
color: #fff; }
.gradient-light-black {
background: linear-gradient(30deg, #000000 0%, 100%);
color: #fff; }
.gradient-light-black:hover, .gradient-light-black:active {
color: #fff; }
.bg-gradient-dark {
background: #640064;
color: #fff;
background-image: linear-gradient(30deg, #1e1e1e, rgba(30, 30, 30, 0.5));
background-repeat: repeat-x; }
.bg-gradient-dark:hover, .bg-gradient-dark:active {
color: #fff; }
.gradient-light-dark {
background: linear-gradient(30deg, #1e1e1e 0%, 100%);
color: #fff; }
.gradient-light-dark:hover, .gradient-light-dark:active {
color: #fff; }
.bg-gradient-light {
background: #640064;
color: #fff;
background-image: linear-gradient(30deg, #babfc7, rgba(186, 191, 199, 0.5));
background-repeat: repeat-x; }
.bg-gradient-light:hover, .bg-gradient-light:active {
color: #fff; }
.gradient-light-light {
background: linear-gradient(30deg, #babfc7 0%, 100%);
color: #fff; }
.gradient-light-light:hover, .gradient-light-light:active {
color: #fff; }
.bg-gradient-primary {
background: #640064;
color: #fff;
background-image: linear-gradient(30deg, #3a50dc, rgba(115, 103, 240, 0.5));
background-repeat: repeat-x; }
.bg-gradient-primary:hover, .bg-gradient-primary:active {
color: #fff; }
.gradient-light-primary {
background: linear-gradient(30deg, #3a50dc 0%, #ce9ffc 100%);
color: #fff; }
.gradient-light-primary:hover, .gradient-light-primary:active {
color: #fff; }
.bg-gradient-secondary {
background: #640064;
color: #fff;
background-image: linear-gradient(30deg, #b8c2cc, rgba(184, 194, 204, 0.5));
background-repeat: repeat-x; }
.bg-gradient-secondary:hover, .bg-gradient-secondary:active {
color: #fff; }
.gradient-light-secondary {
background: linear-gradient(30deg, #b8c2cc 0%, #dcdeec 100%);
color: #fff; }
.gradient-light-secondary:hover, .gradient-light-secondary:active {
color: #fff; }
.bg-gradient-success {
background: #0064fa;
color: #fff;
background-image: linear-gradient(30deg, #28c76f, rgba(40, 199, 111, 0.5));
background-repeat: repeat-x; }
.bg-gradient-success:hover, .bg-gradient-success:active {
color: #fff; }
.gradient-light-success {
background: linear-gradient(30deg, #28c76f 0%, #4ae9d3 100%);
color: #fff; }
.gradient-light-success:hover, .gradient-light-success:active {
color: #fff; }
.bg-gradient-info {
background: #640064;
color: #fff;
background-image: linear-gradient(30deg, #00cfe8, rgba(0, 207, 232, 0.5));
background-repeat: repeat-x; }
.bg-gradient-info:hover, .bg-gradient-info:active {
color: #fff; }
.gradient-light-info {
background: linear-gradient(30deg, #00cfe8 0%, #2d91ff 100%);
color: #fff; }
.gradient-light-info:hover, .gradient-light-info:active {
color: #fff; }
.bg-gradient-warning {
background: #fafafa;
color: #fff;
background-image: linear-gradient(30deg, #ff9f43, rgba(255, 159, 67, 0.5));
background-repeat: repeat-x; }
.bg-gradient-warning:hover, .bg-gradient-warning:active {
color: #fff; }
.gradient-light-warning {
background: linear-gradient(30deg, #ff9f43 0%, #fff487 100%);
color: #fff; }
.gradient-light-warning:hover, .gradient-light-warning:active {
color: #fff; }
.bg-gradient-danger {
background: #640064;
color: #fff;
background-image: linear-gradient(30deg, #ea5455, rgba(234, 84, 85, 0.5));
background-repeat: repeat-x; }
.bg-gradient-danger:hover, .bg-gradient-danger:active {
color: #fff; }
.gradient-light-danger {
background: linear-gradient(30deg, #ea5455 0%, #f9b789 100%);
color: #fff; }
.gradient-light-danger:hover, .gradient-light-danger:active {
color: #fff; }

View File

@ -0,0 +1 @@
.bg-gradient-white{color:#FFF;background-image:-webkit-linear-gradient(60deg,#FFF,rgba(255,255,255,.5));background-image:linear-gradient(30deg,#FFF,rgba(255,255,255,.5));background-repeat:repeat-x}.bg-gradient-white:active,.bg-gradient-white:hover{color:#FFF}.gradient-light-white{background:-webkit-linear-gradient(60deg,#FFF 0,100%);background:linear-gradient(30deg,#FFF 0,100%);color:#FFF}.gradient-light-white:active,.gradient-light-white:hover{color:#FFF}.bg-gradient-black{color:#FFF;background-image:-webkit-linear-gradient(60deg,#000,rgba(0,0,0,.5));background-image:linear-gradient(30deg,#000,rgba(0,0,0,.5));background-repeat:repeat-x}.bg-gradient-black:active,.bg-gradient-black:hover{color:#FFF}.gradient-light-black{background:-webkit-linear-gradient(60deg,#000 0,100%);background:linear-gradient(30deg,#000 0,100%);color:#FFF}.gradient-light-black:active,.gradient-light-black:hover{color:#FFF}.bg-gradient-dark{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#1E1E1E,rgba(30,30,30,.5));background-image:linear-gradient(30deg,#1E1E1E,rgba(30,30,30,.5))}.bg-gradient-dark:active,.bg-gradient-dark:hover{color:#FFF}.gradient-light-dark{background:-webkit-linear-gradient(60deg,#1E1E1E 0,100%);background:linear-gradient(30deg,#1E1E1E 0,100%);color:#FFF}.gradient-light-dark:active,.gradient-light-dark:hover{color:#FFF}.bg-gradient-light{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#BABFC7,rgba(186,191,199,.5));background-image:linear-gradient(30deg,#BABFC7,rgba(186,191,199,.5))}.bg-gradient-light:active,.bg-gradient-light:hover{color:#FFF}.gradient-light-light{background:-webkit-linear-gradient(60deg,#BABFC7 0,100%);background:linear-gradient(30deg,#BABFC7 0,100%);color:#FFF}.gradient-light-light:active,.gradient-light-light:hover{color:#FFF}.bg-gradient-primary{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#7367F0,rgba(115,103,240,.5));background-image:linear-gradient(30deg,#1b3fb4,rgb(33, 98, 242))}.bg-gradient-primary:active,.bg-gradient-primary:hover{color:#FFF}.gradient-light-primary{background:-webkit-linear-gradient(60deg,#7367F0 0,#CE9FFC 100%);background:linear-gradient(30deg,#7367F0 0,#CE9FFC 100%);color:#FFF}.gradient-light-primary:active,.gradient-light-primary:hover{color:#FFF}.bg-gradient-secondary{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#B8C2CC,rgba(184,194,204,.5));background-image:linear-gradient(30deg,#B8C2CC,rgba(184,194,204,.5))}.bg-gradient-secondary:active,.bg-gradient-secondary:hover{color:#FFF}.gradient-light-secondary{background:-webkit-linear-gradient(60deg,#B8C2CC 0,#DCDEEC 100%);background:linear-gradient(30deg,#B8C2CC 0,#DCDEEC 100%);color:#FFF}.gradient-light-secondary:active,.gradient-light-secondary:hover{color:#FFF}.bg-gradient-success{background:repeat-x #0064FA;color:#FFF;background-image:-webkit-linear-gradient(60deg,#28C76F,rgba(40,199,111,.5));background-image:linear-gradient(30deg,#28C76F,rgba(40,199,111,.5))}.bg-gradient-success:active,.bg-gradient-success:hover{color:#FFF}.gradient-light-success{background:-webkit-linear-gradient(60deg,#28C76F 0,#4AE9D3 100%);background:linear-gradient(30deg,#28C76F 0,#4AE9D3 100%);color:#FFF}.gradient-light-success:active,.gradient-light-success:hover{color:#FFF}.bg-gradient-info{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#00CFE8,rgba(0,207,232,.5));background-image:linear-gradient(30deg,#00CFE8,rgba(0,207,232,.5))}.bg-gradient-info:active,.bg-gradient-info:hover{color:#FFF}.gradient-light-info{background:-webkit-linear-gradient(60deg,#00CFE8 0,#2D91FF 100%);background:linear-gradient(30deg,#00CFE8 0,#2D91FF 100%);color:#FFF}.gradient-light-info:active,.gradient-light-info:hover{color:#FFF}.bg-gradient-warning{background:repeat-x #FAFAFA;color:#FFF;background-image:-webkit-linear-gradient(60deg,#FF9F43,rgba(255,159,67,.5));background-image:linear-gradient(30deg,#FF9F43,rgba(255,159,67,.5))}.bg-gradient-warning:active,.bg-gradient-warning:hover{color:#FFF}.gradient-light-warning{background:-webkit-linear-gradient(60deg,#FF9F43 0,#FFF487 100%);background:linear-gradient(30deg,#FF9F43 0,#FFF487 100%);color:#FFF}.gradient-light-warning:active,.gradient-light-warning:hover{color:#FFF}.bg-gradient-danger{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#EA5455,rgba(234,84,85,.5));background-image:linear-gradient(30deg,#EA5455,rgba(234,84,85,.5))}.bg-gradient-danger:active,.bg-gradient-danger:hover{color:#FFF}.gradient-light-danger{background:-webkit-linear-gradient(60deg,#EA5455 0,#F9B789 100%);background:linear-gradient(30deg,#EA5455 0,#F9B789 100%);color:#FFF}.gradient-light-danger:active,.gradient-light-danger:hover{color:#FFF}

View File

@ -0,0 +1,119 @@
.slider-white .noUi-connect {
background: #FFFFFF !important; }
.slider-white.noUi-connect {
background: #FFFFFF !important; }
.slider-white .noUi-handle {
border-color: #FFFFFF !important; }
.slider-white.circle-filled .noUi-handle, .slider-white.square .noUi-handle {
background: #FFFFFF !important; }
.slider-black .noUi-connect {
background: #000000 !important; }
.slider-black.noUi-connect {
background: #000000 !important; }
.slider-black .noUi-handle {
border-color: #000000 !important; }
.slider-black.circle-filled .noUi-handle, .slider-black.square .noUi-handle {
background: #000000 !important; }
.slider-dark .noUi-connect {
background: #1e1e1e !important; }
.slider-dark.noUi-connect {
background: #1e1e1e !important; }
.slider-dark .noUi-handle {
border-color: #1e1e1e !important; }
.slider-dark.circle-filled .noUi-handle, .slider-dark.square .noUi-handle {
background: #1e1e1e !important; }
.slider-light .noUi-connect {
background: #babfc7 !important; }
.slider-light.noUi-connect {
background: #babfc7 !important; }
.slider-light .noUi-handle {
border-color: #babfc7 !important; }
.slider-light.circle-filled .noUi-handle, .slider-light.square .noUi-handle {
background: #babfc7 !important; }
.slider-primary .noUi-connect {
background: #3a50dc !important; }
.slider-primary.noUi-connect {
background: #3a50dc !important; }
.slider-primary .noUi-handle {
border-color: #3a50dc !important; }
.slider-primary.circle-filled .noUi-handle, .slider-primary.square .noUi-handle {
background: #3a50dc !important; }
.slider-secondary .noUi-connect {
background: #b8c2cc !important; }
.slider-secondary.noUi-connect {
background: #b8c2cc !important; }
.slider-secondary .noUi-handle {
border-color: #b8c2cc !important; }
.slider-secondary.circle-filled .noUi-handle, .slider-secondary.square .noUi-handle {
background: #b8c2cc !important; }
.slider-success .noUi-connect {
background: #28c76f !important; }
.slider-success.noUi-connect {
background: #28c76f !important; }
.slider-success .noUi-handle {
border-color: #28c76f !important; }
.slider-success.circle-filled .noUi-handle, .slider-success.square .noUi-handle {
background: #28c76f !important; }
.slider-info .noUi-connect {
background: #00cfe8 !important; }
.slider-info.noUi-connect {
background: #00cfe8 !important; }
.slider-info .noUi-handle {
border-color: #00cfe8 !important; }
.slider-info.circle-filled .noUi-handle, .slider-info.square .noUi-handle {
background: #00cfe8 !important; }
.slider-warning .noUi-connect {
background: #ff9f43 !important; }
.slider-warning.noUi-connect {
background: #ff9f43 !important; }
.slider-warning .noUi-handle {
border-color: #ff9f43 !important; }
.slider-warning.circle-filled .noUi-handle, .slider-warning.square .noUi-handle {
background: #ff9f43 !important; }
.slider-danger .noUi-connect {
background: #ea5455 !important; }
.slider-danger.noUi-connect {
background: #ea5455 !important; }
.slider-danger .noUi-handle {
border-color: #ea5455 !important; }
.slider-danger.circle-filled .noUi-handle, .slider-danger.square .noUi-handle {
background: #ea5455 !important; }

View File

@ -0,0 +1 @@
.slider-white .noUi-connect,.slider-white.circle-filled .noUi-handle,.slider-white.noUi-connect,.slider-white.square .noUi-handle{background:#FFF!important}.slider-white .noUi-handle{border-color:#FFF!important}.slider-black .noUi-connect,.slider-black.circle-filled .noUi-handle,.slider-black.noUi-connect,.slider-black.square .noUi-handle{background:#000!important}.slider-black .noUi-handle{border-color:#000!important}.slider-dark .noUi-connect,.slider-dark.circle-filled .noUi-handle,.slider-dark.noUi-connect,.slider-dark.square .noUi-handle{background:#1E1E1E!important}.slider-dark .noUi-handle{border-color:#1E1E1E!important}.slider-light .noUi-connect,.slider-light.circle-filled .noUi-handle,.slider-light.noUi-connect,.slider-light.square .noUi-handle{background:#BABFC7!important}.slider-light .noUi-handle{border-color:#BABFC7!important}.slider-primary .noUi-connect,.slider-primary.circle-filled .noUi-handle,.slider-primary.noUi-connect,.slider-primary.square .noUi-handle{background:#7367F0!important}.slider-primary .noUi-handle{border-color:#7367F0!important}.slider-secondary .noUi-connect,.slider-secondary.circle-filled .noUi-handle,.slider-secondary.noUi-connect,.slider-secondary.square .noUi-handle{background:#B8C2CC!important}.slider-secondary .noUi-handle{border-color:#B8C2CC!important}.slider-success .noUi-connect,.slider-success.circle-filled .noUi-handle,.slider-success.noUi-connect,.slider-success.square .noUi-handle{background:#28C76F!important}.slider-success .noUi-handle{border-color:#28C76F!important}.slider-info .noUi-connect,.slider-info.circle-filled .noUi-handle,.slider-info.noUi-connect,.slider-info.square .noUi-handle{background:#00CFE8!important}.slider-info .noUi-handle{border-color:#00CFE8!important}.slider-warning .noUi-connect,.slider-warning.circle-filled .noUi-handle,.slider-warning.noUi-connect,.slider-warning.square .noUi-handle{background:#FF9F43!important}.slider-warning .noUi-handle{border-color:#FF9F43!important}.slider-danger .noUi-connect,.slider-danger.circle-filled .noUi-handle,.slider-danger.noUi-connect,.slider-danger.square .noUi-handle{background:#EA5455!important}.slider-danger .noUi-handle{border-color:#EA5455!important}

View File

View File

@ -0,0 +1,334 @@
/*=========================================================================================
File Name: horizontal-menu.scss
Description: A classic horizontal menu for easy navingation & support all devices.
It support light & dark version, filpped layout, right side icons, borders menu for
item seperation.
----------------------------------------------------------------------------------------
Item Name: Intellivoid Accounts DashboardTheme
Author: PIXINVENT
Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/*========================================================
DARK LAYOUT
=========================================================*/
.horizontal-menu .content {
margin-left: 0; }
.horizontal-menu .content .content-wrapper {
margin-top: 0 !important; }
.horizontal-menu footer {
position: static; }
.horizontal-menu.navbar-floating:not(.blank-page) .app-content {
padding-top: 9.75rem; }
.horizontal-menu.navbar-floating .horizontal-menu-wrapper {
background: linear-gradient(to bottom, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0) 100%);
background-repeat: repeat-x; }
.horizontal-menu.navbar-floating .horizontal-menu-wrapper .navbar-horizontal.floating-nav {
margin: 1.3rem 2.2rem 0; }
.horizontal-menu.dark-layout .header-navbar {
background: inherit !important; }
.horizontal-menu.dark-layout .horizontal-menu-wrapper {
background: linear-gradient(to bottom, rgba(37, 43, 71, 0.76) 44%, rgba(56, 53, 53, 0.46) 73%, rgba(255, 255, 255, 0) 100%); }
.horizontal-menu.dark-layout .horizontal-menu-wrapper .header-navbar {
background: #10163a !important; }
.horizontal-menu.dark-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover:not(.active) > a {
background: #262c49; }
.horizontal-menu.semi-dark-layout .header-navbar {
background: linear-gradient(to bottom, rgba(37, 43, 71, 0.76) 44%, rgba(56, 53, 53, 0.46) 73%, rgba(255, 255, 255, 0) 100%); }
.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar {
background: #10163a !important; }
.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover > a {
background: #262c49; }
.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar i, .horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar span, .horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar .nav-link {
color: #c2c6dc; }
.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .dropdown-menu {
background-color: #262c49; }
.horizontal-menu.navbar-sticky .app-content {
padding-top: 8.5rem; }
.horizontal-menu.navbar-sticky .header-navbar {
background-color: #f8f8f8; }
.horizontal-menu.navbar-sticky .horizontal-menu-wrapper .navbar-horizontal.header-navbar.fixed-top {
left: 0;
top: 62px;
background-color: #fff; }
.horizontal-menu.navbar-static .app-content {
padding-top: 2.5rem; }
.horizontal-menu.navbar-static .header-navbar {
background-color: #f8f8f8; }
.horizontal-menu.navbar-static .header-navbar .navbar-wrapper {
width: 100%; }
.horizontal-menu.navbar-static .horizontal-menu-wrapper {
position: relative; }
.horizontal-menu.navbar-static .horizontal-menu-wrapper .navbar-horizontal.header-navbar {
background: #fff; }
.horizontal-menu.navbar-static .horizontal-menu-wrapper .navbar-horizontal.header-navbar.navbar-static-top {
position: static;
background: #fff;
left: 0; }
.horizontal-menu .horizontal-menu-wrapper {
position: fixed;
top: 62px;
z-index: 990;
width: 100%;
height: 99px; }
.horizontal-menu .horizontal-menu-wrapper .header-navbar .navbar-container {
padding-left: 1rem;
padding-right: 1rem;
width: 100%; }
.horizontal-menu .horizontal-menu-wrapper .header-navbar .navbar-header {
display: none; }
.horizontal-menu .header-navbar {
background: #fff;
z-index: 999 !important;
line-height: 1;
min-height: auto; }
.horizontal-menu .header-navbar.navbar-horizontal.floating-nav {
width: calc(100vw - (100vw - 100%) - calc(2.2rem * 2));
background: #fff; }
.horizontal-menu .header-navbar .navbar-container {
padding-left: 2.2rem;
padding-right: calc(2.2rem - 1rem);
border-radius: 0.5rem; }
.horizontal-menu .header-navbar.navbar-fixed {
position: fixed;
width: 100%; }
.horizontal-menu .header-navbar.navbar-brand-center .navbar-header {
position: absolute;
left: 50%;
margin-left: -65px;
padding: 0;
z-index: 1000; }
.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand {
display: flex;
align-items: center;
margin-right: 0; }
.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-logo {
background: url("/assets/images/iva_logo.svg") no-repeat;
height: 36px;
width: 36px; }
.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-text {
color: #fff;
padding-left: 1rem;
letter-spacing: 0.01rem;
font-size: 1.57rem; }
.horizontal-menu .header-navbar.navbar-horizontal .nav-link.dropdown-toggle::after {
left: 0.4rem; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu::before {
display: none; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu {
min-width: 215px;
border: none;
margin-top: 0;
min-height: 52px; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .disabled {
pointer-events: none !important; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .disabled a {
color: #b8c2cc; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-toggle::after {
left: auto;
position: absolute;
top: 50%;
margin-top: -7px;
right: 1rem;
content: "\e844" !important; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-item {
font-size: 1rem;
padding: 0.965rem 1.428rem;
display: flex;
align-items: center; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu {
position: relative; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu.openLeft .dropdown-menu {
left: auto;
right: 100%; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu.show {
background: #f8f8f8; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu > .dropdown-menu {
position: absolute;
top: 0 !important;
left: 100% !important; }
.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu > .dropdown-menu i {
font-size: 0.75rem !important; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li {
padding-top: 0.965rem;
padding-bottom: 0.965rem; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu {
margin-top: 0.75rem; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu a {
transition: padding 0.35s ease 0s !important; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu a:hover {
padding-left: 25px;
transition: padding 0.35s ease 0s !important;
background-color: transparent;
color: #626262; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu .active > a {
background: #f8f8f8;
color: #3a50dc;
font-weight: 500; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu .open.active > a {
color: #626262;
font-weight: normal; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li i {
font-size: 1.11rem;
margin-right: 0.75rem; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > a {
padding: 0.75rem 1.25rem 0.75rem 1.25rem;
display: flex;
margin-right: 0.5rem; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover > a {
background: #f8f8f8;
border-radius: 4px; }
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li.active > a {
background: linear-gradient(118deg, #3a50dc, rgb(24, 61, 176));
box-shadow: 0px 0px 6px 1px rgba(115, 103, 240, 0.6);
color: #fff;
border-radius: 4px; }
.horizontal-menu.menu-collapsed #main-menu-navigation .nav-item > a span {
display: none; }
.horizontal-menu .navigation-header {
font-family: inherit;
color: #929292;
padding: 8px 20px;
font-size: 1rem;
text-transform: uppercase; }
.horizontal-menu .navbar-dark .nav-item.active > a {
border-bottom: 2px solid #3a50dc;
background-color: #313c50; }
.horizontal-menu .content.app-content .content-area-wrapper {
margin-top: 2.2rem; }
.horizontal-menu .content.app-content .content-area-wrapper .content-wrapper {
height: calc(100vh - 16rem);
height: calc(var(--vh, 1vh) * 100 - 16rem); }
.horizontal-menu.chat-application .sidebar-content,
.horizontal-menu.email-application .content-area-wrapper .sidebar .email-app-sidebar,
.horizontal-menu.todo-application .content-area-wrapper .sidebar .todo-sidebar {
height: calc(100vh - 16rem);
height: calc(var(--vh, 1vh) * 100 - 16rem); }
.horizontal-menu.todo-application .content-area-wrapper .content-right .todo-task-list {
height: calc(100vh - 19.5rem);
height: calc(var(--vh, 1vh) * 100 - 19.5rem); }
.horizontal-menu.email-application .app-content .content-area-wrapper .email-user-list {
height: calc(100vh - 23.3rem);
height: calc(var(--vh, 1vh) * 100 - 23.3rem); }
.horizontal-menu.chat-application .user-profile-sidebar {
height: calc(100vh - 16.1rem);
height: calc(var(--vh, 1vh) * 100 - 16.1rem);
bottom: 4.1rem; }
.horizontal-menu.chat-application .chat-profile-sidebar {
height: calc(100vh - 16rem);
height: calc(var(--vh, 1vh) * 100 - 16rem); }
.horizontal-menu.chat-application .chat-app-window .user-chats {
height: calc(100vh - 26.5rem);
height: calc(var(--vh, 1vh) * 100 - 26.5rem); }
@media (max-width: 1199.98px) {
body.horizontal-layout.horizontal-menu .horizontal-menu-wrapper .header-navbar {
display: none; }
body.horizontal-layout .header-navbar {
background: #fff; }
body.horizontal-layout .content .content-wrapper {
margin-top: 5rem; } }
/*=========================================================================================
File Name: vertical-overlay-menu.scss
Description: A overlay style vertical menu with show and hide support. It support
light & dark version, filpped layout, right side icons, native scroll and borders menu
item seperation.
----------------------------------------------------------------------------------------
Item Name: Intellivoid Accounts Dashboard
Author: PIXINVENT
Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/*========================================================
DARK LAYOUT
=========================================================*/
.vertical-overlay-menu .content {
margin-left: 0; }
.vertical-overlay-menu .navbar .navbar-header {
float: left;
width: 260px; }
.vertical-overlay-menu .navbar.header-navbar.floating-nav {
width: calc(100vw - (100vw - 100%) - calc(2.2rem * 2)); }
.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
opacity: 0;
transform: translate3d(0, 0, 0);
transition: width .25s,opacity .25s,transform .25s;
width: 260px;
left: -260px; }
.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus {
display: none; }
.vertical-overlay-menu .main-menu .navigation > li > a > i {
margin-right: 14px;
float: left; }
.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
transition: 200ms ease all;
font-size: 1.429rem; }
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
content: "\f105";
font-family: 'FontAwesome';
font-size: 1rem;
display: inline-block;
position: absolute;
right: 25px;
top: 10px;
transform: rotate(0deg);
transition: -webkit-transform 0.2s ease-in-out; }
.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
transform: rotate(90deg); }
.vertical-overlay-menu .main-menu .navigation li a i {
font-size: 1.1rem; }
.vertical-overlay-menu .main-menu .main-menu-footer {
bottom: 55px; }
.vertical-overlay-menu .main-menu .main-menu-footer {
width: 260px; }
.vertical-overlay-menu.menu-open .main-menu {
opacity: 1;
transform: translate3d(260px, 0, 0);
transition: width .25s,opacity .25s,transform .25s; }
.vertical-overlay-menu.menu-flipped .main-menu {
right: -260px;
left: inherit; }
.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
margin: 0;
margin-right: 260px; }
.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
float: right; }
.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
transform: translate3d(-260px, 0, 0); }
@media (max-width: 991.98px) {
.vertical-overlay-menu .main-menu .main-menu-footer {
bottom: 0px; } }

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,359 @@
/*=========================================================================================
File Name: vertical-menu.scss
Description: A calssic vertical modern style menu with expand and collops support. It support
light & dark version, filpped layout, right side icons, native scroll and borders menu
item seperation.
----------------------------------------------------------------------------------------
Item Name: Intellivoid Accounts Dashboard
Author: PIXINVENT
Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/*========================================================
DARK LAYOUT
=========================================================*/
body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > i {
font-size: 1.2rem;
margin-right: 1rem;
float: left; }
body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a > i {
margin-right: 1.38rem;
font-size: 0.8rem; }
body.vertical-layout.vertical-menu-modern .toggle-icon {
margin-right: 0.425rem; }
body.vertical-layout.vertical-menu-modern .toggle-icon:focus {
outline: none; }
@media (min-width: 576px) {
body.vertical-layout.vertical-menu-modern.menu-flipped .main-menu {
right: 0; } }
body.vertical-layout.vertical-menu-modern .navbar .navbar-brand {
white-space: nowrap; }
body.vertical-layout.vertical-menu-modern .navbar .navbar-header .nav-toggle {
position: absolute;
right: 0; }
body.vertical-layout.vertical-menu-modern .main-menu {
transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
transform: translate3d(0, 0, 0);
backface-visibility: hidden; }
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header {
float: left;
width: 260px; }
body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-brand .brand-text {
animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein; }
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
width: 260px; }
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .icon-minus {
display: none; }
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i {
margin-right: 1rem;
float: left; }
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before {
font-size: 1.429rem; }
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > span {
animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein; }
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > span.badge {
position: absolute;
right: 20px; }
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
content: "\f105";
font-family: 'FontAwesome';
font-size: 1.1rem;
display: inline-block;
position: absolute;
right: 25px;
top: 10px;
transform: rotate(0deg);
transition: -webkit-transform 0.2s ease-in-out; }
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.open > a:not(.mm-next):after {
transform: rotate(90deg); }
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .main-menu-footer {
width: 260px; }
body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
margin-left: 260px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header {
float: left;
width: 80px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle {
display: none; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded {
width: 260px;
z-index: 1000; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle {
display: block; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .navbar-brand .brand-text {
animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .navbar-brand .brand-text {
animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-brand {
padding: 15px 0px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top {
left: 80px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
width: 80px;
transition: 300ms ease all;
backface-visibility: hidden;
transform: translate3d(0, 0, 0); }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer {
width: 80px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .media-heading,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .text-muted,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-right {
display: none; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body {
opacity: 0; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle {
display: none; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .user-content {
padding: 20px 10px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header {
margin: 0; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li a {
line-height: 1; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child {
margin-bottom: 1.25rem !important; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a {
background: whitesmoke;
box-shadow: none;
color: #565656; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation {
overflow: visible; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header .icon-minus {
display: block;
font-size: 1.2rem; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header span {
display: none; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a {
text-overflow: inherit; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span {
animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span.badge {
float: none !important; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i {
margin-right: 1rem;
float: left; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i:before {
font-size: 1.429rem; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .mTSWrapper {
overflow: visible; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
width: 260px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header .icon-minus {
display: none; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header span {
display: block; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span {
animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span.badge {
position: absolute;
right: 20px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:not(.mm-next):after {
content: "\f105";
font-family: 'FontAwesome';
font-size: 1rem;
display: inline-block;
position: absolute;
right: 25px;
top: 10px;
transform: rotate(0deg);
transition: -webkit-transform 0.2s ease-in-out; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.open > a:not(.mm-next):after {
transform: rotate(90deg); }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text {
display: inline; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle {
display: block; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
margin-left: 80px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
width: calc(100vw - (100vw - 100%) - 4.4rem - 80px); }
body.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.navbar-static-top {
width: calc(100vw - (100vw - 100%) - 80px);
left: 80px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .content {
margin: 0;
margin-right: 80px; }
@media (min-width: 576px) {
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu {
right: 0; }
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu span.menu-title {
right: 80px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu ul.menu-content {
right: 80px;
left: inherit; } }
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-header {
float: right; }
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-container {
margin: 0;
margin-right: 80px; }
body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .footer {
margin: 0;
margin-right: 80px; }
@media (min-width: 992px) {
body.vertical-layout.vertical-menu-modern .main-menu {
width: 260px; }
body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header .icon-minus {
display: none; }
body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
width: 260px; }
body.vertical-layout.vertical-menu-modern .footer {
margin-left: 260px; }
body.vertical-layout.vertical-menu-modern.menu-flipped .content {
margin: 0;
margin-right: 260px; }
body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-header {
float: right; }
body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-container {
margin: 0;
margin-right: 260px; }
body.vertical-layout.vertical-menu-modern.menu-flipped .footer {
margin: 0;
margin-right: 260px; } }
@media (max-width: 1199.98px) {
body.vertical-layout.vertical-menu-modern .main-menu {
width: 0;
opacity: 0;
left: -260px; }
body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > span {
animation: 0.1s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout; }
body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header span {
display: none; }
body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
width: 0; }
body.vertical-layout.vertical-menu-modern .content,
body.vertical-layout.vertical-menu-modern .footer {
margin-left: 0; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
margin-left: 0; }
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
width: 0; } }
@media (max-width: 767.98px) {
body.vertical-layout.vertical-menu-modern .main-menu {
width: 0; }
body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
width: 0; }
body.vertical-layout.vertical-menu-modern .content,
body.vertical-layout.vertical-menu-modern .footer {
margin-left: 0; } }
@keyframes fadein {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fadeout {
from {
opacity: 1; }
to {
opacity: 0; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body.vertical-menu-modern.vertical-layout .main-menu .navigation > li > a > span {
animation: none; } }
/*=========================================================================================
File Name: vertical-overlay-menu.scss
Description: A overlay style vertical menu with show and hide support. It support
light & dark version, filpped layout, right side icons, native scroll and borders menu
item seperation.
----------------------------------------------------------------------------------------
Item Name: Intellivoid Accounts Dashboard
Author: PIXINVENT
Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/*========================================================
DARK LAYOUT
=========================================================*/
.vertical-overlay-menu .content {
margin-left: 0; }
.vertical-overlay-menu .navbar .navbar-header {
float: left;
width: 260px; }
.vertical-overlay-menu .navbar.header-navbar.floating-nav {
width: calc(100vw - (100vw - 100%) - calc(2.2rem * 2)); }
.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
opacity: 0;
transform: translate3d(0, 0, 0);
transition: width .25s,opacity .25s,transform .25s;
width: 260px;
left: -260px; }
.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus {
display: none; }
.vertical-overlay-menu .main-menu .navigation > li > a > i {
margin-right: 14px;
float: left; }
.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
transition: 200ms ease all;
font-size: 1.429rem; }
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
content: "\f105";
font-family: 'FontAwesome';
font-size: 1rem;
display: inline-block;
position: absolute;
right: 25px;
top: 10px;
transform: rotate(0deg);
transition: -webkit-transform 0.2s ease-in-out; }
.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
transform: rotate(90deg); }
.vertical-overlay-menu .main-menu .navigation li a i {
font-size: 1.1rem; }
.vertical-overlay-menu .main-menu .main-menu-footer {
bottom: 55px; }
.vertical-overlay-menu .main-menu .main-menu-footer {
width: 260px; }
.vertical-overlay-menu.menu-open .main-menu {
opacity: 1;
transform: translate3d(260px, 0, 0);
transition: width .25s,opacity .25s,transform .25s; }
.vertical-overlay-menu.menu-flipped .main-menu {
right: -260px;
left: inherit; }
.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
margin: 0;
margin-right: 260px; }
.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
float: right; }
.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
transform: translate3d(-260px, 0, 0); }
@media (max-width: 991.98px) {
.vertical-overlay-menu .main-menu .main-menu-footer {
bottom: 0px; } }

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,78 @@
/*=========================================================================================
File Name: vertical-overlay-menu.scss
Description: A overlay style vertical menu with show and hide support. It support
light & dark version, filpped layout, right side icons, native scroll and borders menu
item seperation.
----------------------------------------------------------------------------------------
Item Name: Intellivoid Accounts Dashboard
Author: PIXINVENT
Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/*========================================================
DARK LAYOUT
=========================================================*/
.vertical-overlay-menu .content {
margin-left: 0; }
.vertical-overlay-menu .navbar .navbar-header {
float: left;
width: 260px; }
.vertical-overlay-menu .navbar.header-navbar.floating-nav {
width: calc(100vw - (100vw - 100%) - calc(2.2rem * 2)); }
.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
opacity: 0;
transform: translate3d(0, 0, 0);
transition: width .25s,opacity .25s,transform .25s;
width: 260px;
left: -260px; }
.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus {
display: none; }
.vertical-overlay-menu .main-menu .navigation > li > a > i {
margin-right: 14px;
float: left; }
.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
transition: 200ms ease all;
font-size: 1.429rem; }
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
content: "\f105";
font-family: 'FontAwesome';
font-size: 1rem;
display: inline-block;
position: absolute;
right: 25px;
top: 10px;
transform: rotate(0deg);
transition: -webkit-transform 0.2s ease-in-out; }
.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
transform: rotate(90deg); }
.vertical-overlay-menu .main-menu .navigation li a i {
font-size: 1.1rem; }
.vertical-overlay-menu .main-menu .main-menu-footer {
bottom: 55px; }
.vertical-overlay-menu .main-menu .main-menu-footer {
width: 260px; }
.vertical-overlay-menu.menu-open .main-menu {
opacity: 1;
transform: translate3d(260px, 0, 0);
transition: width .25s,opacity .25s,transform .25s; }
.vertical-overlay-menu.menu-flipped .main-menu {
right: -260px;
left: inherit; }
.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
margin: 0;
margin-right: 260px; }
.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
float: right; }
.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
transform: translate3d(-260px, 0, 0); }
@media (max-width: 991.98px) {
.vertical-overlay-menu .main-menu .main-menu-footer {
bottom: 0px; } }

View File

@ -0,0 +1 @@
.vertical-overlay-menu .content{margin-left:0}.vertical-overlay-menu .navbar .navbar-header{float:left;width:260px}.vertical-overlay-menu .navbar.header-navbar.floating-nav{width:calc(100vw - (100vw - 100%) - calc(2.2rem * 2))}.vertical-overlay-menu .main-menu,.vertical-overlay-menu.menu-hide .main-menu{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s;width:260px;left:-260px}.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus{display:none}.vertical-overlay-menu .main-menu .navigation>li>a>i{margin-right:14px;float:left}.vertical-overlay-menu .main-menu .navigation>li>a>i:before{-webkit-transition:.2s ease all;transition:.2s ease all;font-size:1.429rem}.vertical-overlay-menu .main-menu .navigation li.has-sub>a:not(.mm-next):after{content:'\f105';font-family:FontAwesome;font-size:1rem;display:inline-block;position:absolute;right:25px;top:10px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out}.vertical-overlay-menu .main-menu .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.vertical-overlay-menu .main-menu .navigation li a i{font-size:1.1rem}.vertical-overlay-menu .main-menu .main-menu-footer{bottom:55px;width:260px}.vertical-overlay-menu.menu-open .main-menu{opacity:1;-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0);-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s}.vertical-overlay-menu.menu-flipped .main-menu{right:-260px;left:inherit}.vertical-overlay-menu.menu-flipped .navbar .navbar-container{margin:0 260px 0 0}.vertical-overlay-menu.menu-flipped .navbar .navbar-header{float:right}.vertical-overlay-menu.menu-flipped.menu-open .main-menu{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}@media (max-width:991.98px){.vertical-overlay-menu .main-menu .main-menu-footer{bottom:0}}

View File

0
assets/css/core/mixins/alert.min.css vendored Normal file
View File

View File

View File

View File

View File

View File

401
assets/css/extra.css Normal file
View File

@ -0,0 +1,401 @@
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
.linear-activity {
overflow: hidden;
/** width: 50%; **/
height: 3px;
background-color: #ffffff;
color: #ffffff;
/** margin: 20px auto; **/
/**border-top-right-radius: 4px; **/
/**border-top-left-radius: 4px; **/
}
.determinate {
position: relative;
max-width: 100%;
height: 100%;
-webkit-transition: width 500ms ease-out 1s;
-moz-transition: width 500ms ease-out 1s;
-o-transition: width 500ms ease-out 1s;
transition: width 500ms ease-out 1s;
background-color: #ffffff;
}
.indeterminate {
position: relative;
width: 100%;
height: 100%;
background-color: #ffffff;
}
.indeterminate-none {
position: relative;
width: 100%;
height: 100%;
background-color: #ffffff;
}
.indeterminate:before {
content: '';
position: absolute;
height: 100%;
background-color: #ffffff;
animation: indeterminate_first 1.5s infinite ease-out;
}
.indeterminate:after {
content: '';
position: absolute;
height: 100%;
background-color: #ffffff;
animation: indeterminate_second 1.5s infinite ease-in;
}
@keyframes indeterminate_first {
0% {
left: -100%;
width: 100%;
background: red;
}
25% {background: yellow;}
50% {background: blue;}
75% {background: green;}
100% {
left: 100%;
width: 10%;
background: red;
}
}
@keyframes indeterminate_second {
0% {
left: -150%;
width: 100%;
background: red;
}
25% {background: yellow;}
50% {background: blue;}
75% {background: green;}
100% {
left: 100%;
width: 10%;
background: red;
}
}
*{
margin: 0px;
padding: 0px;
}
body{
font-family: 'Poppins', sans-serif;
}
.auth-header {
font-weight: 500;
letter-spacing: -0.5px;
}
.auth-error {
letter-spacing: -0.2px;
}
.context {
width: 100%;
position: absolute;
top:50vh;
}
.quotes {
display: none;
}
.context h1{
text-align: center;
color: #fff;
font-size: 50px;
}
.area{
background-color: #3a50dc;
width: 100%;
}
.circles{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin-bottom: 0px;
overflow: hidden;
}
.circles li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.2);
animation: animate 25s linear infinite;
bottom: -150px;
}
.circles li:nth-child(1){
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s;
}
.circles li:nth-child(2){
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}
.circles li:nth-child(3){
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
}
.circles li:nth-child(4){
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
}
.circles li:nth-child(5){
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}
.circles li:nth-child(6){
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
}
.circles li:nth-child(7){
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
}
.circles li:nth-child(8){
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}
.circles li:nth-child(9){
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}
.circles li:nth-child(10){
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}
@keyframes animate {
0%{
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius: 0;
}
100%{
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%;
}
}
@media (max-width: 576px) {
.content-wrapper.auth.theme-one {
padding: 1.5rem 0.4rem;
}
.content-wrapper.auth.theme-one .auto-form-wrapper {
padding: 40px 25px 10px;
}
}
.main-panel {
max-width: 1140px;
}
.img-left {
width: 200px;
position: absolute;
top: 0;
left: 0; }
.img-right {
width: 175px;
position: absolute;
top: 0;
right: 0; }
.bg-analytics {
background: linear-gradient(118deg, #3a50dc, rgb(24, 61, 176)); }
.bg-analytics .avatar {
margin-bottom: 2rem; }
@media only screen and (max-width: 576px) {
#dashboard-analytics .img-left, #dashboard-analytics .img-right {
width: 140px; } }
.customer-info.list-group .list-group-item:last-child {
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem; }
.customer-info.list-group .list-group-item .series-info i {
top: 0;
margin-right: 0.3rem; }
.avg-sessions .progress {
margin-top: 0.5rem; }
.analytics-list.list-group .list-group-item {
border: 0; }
.analytics-list.list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.analytics-list.list-group .list-group-item .btn {
display: none; }
.analytics-list.list-group .list-group-item:hover .btn {
display: inline-block; }
.chart-dropdown .btn {
font-size: 0.8rem;
font-weight: 500; }
.chart-dropdown .btn:after {
left: 0;
position: relative; }
@media only screen and (max-width: 992px) and (min-width: 768px) {
.analytics-list .float-left, .analytics-list .float-right {
display: block; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#dashboard-analytics .avatar .avatar-content, #statistics-card .avatar .avatar-content {
padding: 0 !important; } }
.list-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
padding: 20px 0;
border-bottom: 1px solid #f2f2f2; }
.list-item:first-child {
padding-top: 30px; }
.list-item:last-child {
border-bottom: none; }
.list-item .preview-image {
max-width: 80px;
width: 80px;
min-width: 80px; }
.list-item .preview-image img {
display: block;
margin: auto; }
.list-item .content {
width: calc(100% - 80px);
padding-right: 30px; }
.list-item .content .user-name {
margin-bottom: 0;
margin-right: 10px;
color: #858585;
white-space: nowrap; }
.list-item .content .time {
color: #858585;
margin-bottom: 3px; }
.list-item .content .product-name {
font-weight: 500;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
white-space: nowrap; }
.list-item .content .review-text {
margin-bottom: 0;
font-weight: 300;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
white-space: nowrap;
max-width: 95%; }
.invoice-page {
padding: 2.2rem; }
.invoice-page .recipient-contact i,
.invoice-page .company-contact i {
padding-right: 0.2rem;
position: relative;
top: 2px; }
.invoice-page .recipient-info p,
.invoice-page .company-info p,
.invoice-page .company-contact p,
.invoice-page .recipient-contact p {
line-height: 2;
margin-bottom: 0; }
.invoice-page .invoice-items-table table,
.invoice-page .invoice-total-table table {
border: 2px solid #f8f8f8; }
@media print {
.content-header,
.buy-now,
.btn-print,
.footer,
.open,
.main-menu,
.invoice-print {
display: none; }
.app-content,
#invoice-template,
.navbar-container,
.navbar-wrapper,
.header-navbar,
.invoice-print,
.content-wrapper {
margin: 0 !important;
padding: 0 !important; }
#invoice-footer {
position: relative;
top: -80px !important; }
#invoice-company-details,
#invoice-footer {
margin-top: 5rem !important; }
.table-responsive {
-ms-overflow-style: none; } }
@page {
margin: 10px; }

View File

@ -0,0 +1,419 @@
/* Navbar */
.page-body-wrapper {
min-height: calc(100vh - 63px);
background: #f3f4fa;
padding-left: 0;
padding-right: 0; }
.page-body-wrapper.full-page-wrapper {
width: 100%;
min-height: 100vh; }
.main-panel {
min-height: calc(100vh - 63px);
margin-left: auto; }
.content-wrapper {
padding: 1.5rem 0;
width: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
@-webkit-keyframes dropdownAnimation {
from {
opacity: 0;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none;
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); } }
@keyframes dropdownAnimation {
from {
opacity: 0;
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none;
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0); } }
.navbar.horizontal-layout {
font-family: "Poppins", sans-serif;
background: #ffffff;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08); }
.navbar.horizontal-layout .nav-top {
padding: 0px 15px; }
.navbar.horizontal-layout .nav-top .navbar-brand-wrapper {
width: 185px;
height: 63px; }
.navbar.horizontal-layout .nav-top .navbar-brand-wrapper .navbar-brand {
color: #ffffff;
font-size: 1.5rem;
line-height: 55px;
margin-right: 0;
padding: 0.25rem 0; }
.navbar.horizontal-layout .nav-top .navbar-brand-wrapper .navbar-brand:active, .navbar.horizontal-layout .nav-top .navbar-brand-wrapper .navbar-brand:focus, .navbar.horizontal-layout .nav-top .navbar-brand-wrapper .navbar-brand:hover {
color: #424546; }
.navbar.horizontal-layout .nav-top .navbar-brand-wrapper .navbar-brand img {
max-width: 100%;
height: 28px;
margin: auto;
vertical-align: middle; }
.navbar.horizontal-layout .nav-top .navbar-brand-wrapper .brand-logo-mini {
display: none; }
.navbar.horizontal-layout .nav-top .navbar-brand-wrapper .brand-logo-mini img {
width: auto;
max-width: 100%;
height: 28px;
margin-left: 0; }
@media (max-width: 576px) {
.navbar.horizontal-layout .nav-top .navbar-brand-wrapper {
width: 70px; }
.navbar.horizontal-layout .nav-top .navbar-brand-wrapper .brand-logo {
display: none; }
.navbar.horizontal-layout .nav-top .navbar-brand-wrapper .brand-logo-mini {
display: block; } }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper {
color: #ffffff;
padding-left: 15px;
width: calc(100% - 185px);
position: relative; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box {
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-transition-property: position, width, height, background-color;
transition-property: position, width, height, background-color; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box .input-group-text {
padding-right: 0;
border-top: none;
border-right: none;
border-bottom: none; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box .form-control {
border: none;
font-weight: 600;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-transition-property: position, width, height, background-color;
transition-property: position, width, height, background-color; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box .search-close {
display: none; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box.search-mode {
position: absolute;
top: 0px;
right: 0;
left: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 99;
height: 100%;
width: 100%; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box.search-mode .input-group-text {
font-size: 24px; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box.search-mode .form-control {
height: 100%;
font-size: 20px;
font-weight: 500; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box.search-mode .form-control::-webkit-input-placeholder {
font-size: inherit;
font-weight: inherit; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box.search-mode .form-control:-moz-placeholder {
font-size: inherit;
font-weight: inherit; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box.search-mode .form-control::-moz-placeholder {
font-size: inherit;
font-weight: inherit; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box.search-mode .form-control:-ms-input-placeholder {
font-size: inherit;
font-weight: inherit; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .search-box.search-mode .search-close {
display: block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
z-index: 99;
font-size: 24px;
padding: 10px;
color: #2196f3; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav .nav-item {
margin-left: 1rem;
margin-right: 1rem; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
color: #202339;
font-size: 12px;
vertical-align: middle; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav .nav-item .nav-link i {
font-size: 1.25rem;
vertical-align: middle; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav.quick-link .nav-item .nav-link {
margin-right: 10px;
font-weight: 500;
font-size: 14px; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav.quick-link .nav-item.active .nav-link {
color: #2196f3; }
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-toggler {
display: none; }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-toggler {
display: block;
padding-right: 0; } }
@media (max-width: 576px) {
.navbar.horizontal-layout .nav-top .navbar-menu-wrapper {
width: calc(100% - 70px); } }
.navbar.horizontal-layout .nav-bottom {
position: relative;
top: 0;
right: 0;
left: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition-duration: 3s;
transition-duration: 3s;
-webkit-transition-property: position, left, right, top;
transition-property: position, left, right, top;
background: #0404FC; }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom {
display: none; } }
.navbar.horizontal-layout .nav-bottom .page-navigation {
float: left;
position: relative;
width: 100%;
height: 50px;
z-index: 99;
background: #0404FC;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: background, -webkit-box-shadow;
transition-property: background, -webkit-box-shadow;
transition-property: background, box-shadow;
transition-property: background, box-shadow, -webkit-box-shadow; }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation {
border: none; } }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item {
line-height: 1;
width: 16.66%;
text-align: center; }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item {
display: block;
width: 100%;
border-right: none;
text-align: left;
background: #0404FC; } }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:last-child {
border-right: none; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link {
color: #ffffff;
line-height: 1;
font-weight: 500;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
background: #0404FC; } }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link .link-icon {
margin-right: 10px;
font-size: 1.3rem;
color: #ffffff; }
.rtl .navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link .link-icon {
margin-right: 0;
margin-left: 10px; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link .menu-arrow {
margin-left: 5px;
font-size: 15px;
display: inline-block;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transition-duration: 0.25s;
transition-duration: 0.25s; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item > .nav-link .menu-arrow:before {
font: normal normal normal 24px/1 "Material Design Icons";
content: "\F35D";
font-size: inherit; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover .submenu {
display: block;
background: #ffffff; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover > .nav-link {
background: #0303e9; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:hover > .nav-link .menu-arrow {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link {
background: #0303e9;
color: #ffffff; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link .link-icon,
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.active > .nav-link .menu-arrow {
color: #ffffff; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu {
display: none;
-webkit-animation-name: dropdownAnimation;
animation-name: dropdownAnimation;
-webkit-animation-duration: 0.25s;
animation-duration: 0.25s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul {
list-style-type: none;
padding-left: 0; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li {
display: block;
line-height: 20px; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li a {
display: block;
padding: 5px 10px;
font-weight: 600;
color: #000;
text-decoration: none;
text-align: left;
margin: 4px 0;
font-size: 14px;
font-weight: 400;
opacity: 0.8;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
white-space: nowrap;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-property: background;
transition-property: background;
border-radius: 6px; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li a:hover {
background: rgba(33, 150, 243, 0.1); }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item .submenu ul li.active a {
background: rgba(33, 150, 243, 0.1); }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu {
position: relative;
top: -100%; }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu {
top: 0; } }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu ul {
padding: 15px; }
@media (min-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu ul {
position: absolute;
width: calc(150% - 1px);
left: 0;
right: 0;
top: 50px;
z-index: 999;
background: #ffffff;
border-top: none;
-webkit-box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06); } }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu ul {
position: relative;
top: 0;
padding-top: 20px;
-webkit-box-shadow: none;
box-shadow: none; } }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item:not(.mega-menu) .submenu ul {
padding: 0 23px; } }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
top: calc($navbar-bottom-height - 2px);
left: 0;
padding: 25px; }
@media (min-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
position: absolute;
width: calc(100% - 1px);
left: 0;
right: 0;
top: 50px;
z-index: 999;
background: #ffffff;
border-top: none;
-webkit-box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06); } }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
position: relative;
top: 0;
padding-top: 20px;
-webkit-box-shadow: none;
box-shadow: none; } }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .category-heading {
font-size: 14px;
font-weight: 500;
text-align: left;
color: #2196f3;
padding-bottom: 15px;
border-bottom: 1px solid rgba(242, 242, 242, 0.6); }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu {
padding: 20px 32px; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .col-group-wrapper {
margin-left: 0;
margin-right: 0; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .col-group-wrapper .col-group {
padding-left: 0;
padding-right: 0;
margin-bottom: 20px; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .col-group-wrapper .col-group .category-heading {
margin-bottom: 0; }
.navbar.horizontal-layout .nav-bottom .page-navigation > .nav-item.mega-menu .submenu .col-group-wrapper .col-group .category-heading:after {
display: none; } }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom.header-toggled {
display: block;
background: transparent;
height: 0px; } }
.navbar.horizontal-layout .nav-bottom.fixed-top {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999; }
@media (max-width: 768px) {
.navbar.horizontal-layout .nav-bottom.fixed-top {
position: relative; } }
.navbar.horizontal-layout .nav-bottom.fixed-top .page-navigation {
margin-bottom: 0;
border-bottom: none;
-webkit-box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06); }
/*# sourceMappingURL=style.css.map */

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,71 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.aggrid {
height: 600px;
font-size: 1rem;
color: #626262;
/*** TABLE BODY HEIGHT - FOOTER HEIGHT ***/
/*** HEADER TEXT ***/
/*** PAGINATION STYLING ***/
/*** TABLE SCROLLBAR ***/ }
.aggrid .ag-icon-checkbox-checked,
.aggrid .ag-icon-checkbox-indeterminate {
color: #3a50dc !important; }
.aggrid .ag-root-wrapper-body {
min-height: calc(100% - 56px); }
.aggrid .ag-header-cell-text {
font-size: 1rem;
font-family: "Montserrat", Helvetica, Arial, serif; }
.aggrid .ag-paging-panel {
display: block !important;
align-items: center;
height: 98px; }
.aggrid .ag-paging-panel .ag-paging-row-summary-panel {
display: none; }
.aggrid .ag-paging-panel .ag-paging-page-summary-panel {
justify-content: center;
margin-left: 0;
margin-top: 18px; }
.aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref="lbCurrent"],
.aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref="lbTotal"] {
color: #fff;
padding: 0.7rem 0.95rem;
border-radius: 0.5rem; }
.aggrid .ag-paging-panel .ag-paging-button {
background-color: #dae1e7;
border-radius: 50%;
padding: 0.5rem 0rem;
margin: 0 0.5rem;
color: #626262 !important; }
.aggrid .ag-paging-panel .ag-paging-button .ag-icon {
color: #626262 !important;
opacity: 1 !important; }
.aggrid .ag-paging-panel .ag-paging-button.ag-disabled {
opacity: 0.5 !important; }
.aggrid .ag-paging-panel span[ref="lbCurrent"] {
background-color: #3a50dc; }
.aggrid .ag-paging-panel span[ref="lbTotal"] {
background-color: #dae1e7;
color: #626262 !important; }
.aggrid ::-webkit-scrollbar {
width: 10px;
height: 10px; }
.aggrid ::-webkit-scrollbar-thumb {
background: #dae1e7;
border-radius: 20px; }
.aggrid ::-webkit-scrollbar-track {
background: #f8f8f8;
border-radius: 20px; }
/*** PAGE FILTER DROPDOWN ***/
.filter-btn {
padding: 1.2rem !important;
border-radius: 5rem;
font-size: 0.95rem; }
.filter-btn:after {
left: 5px; }
/*** SORTING DROPDOWN WIDTH ***/
.sort-dropdown .dropdown-menu {
min-width: 4rem; }

1
assets/css/pages/aggrid.min.css vendored Normal file
View File

@ -0,0 +1 @@
.aggrid{height:600px;font-size:1rem;color:#626262}.aggrid .ag-icon-checkbox-checked,.aggrid .ag-icon-checkbox-indeterminate{color:#7367F0!important}.aggrid .ag-root-wrapper-body{min-height:calc(100% - 56px)}.aggrid .ag-header-cell-text{font-size:1rem;font-family:Montserrat,Helvetica,Arial,serif}.aggrid .ag-paging-panel{display:block!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:98px}.aggrid .ag-paging-panel .ag-paging-row-summary-panel{display:none}.aggrid .ag-paging-panel .ag-paging-page-summary-panel{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:0;margin-top:18px}.aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref=lbCurrent],.aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref=lbTotal]{color:#FFF;padding:.7rem .95rem;border-radius:.5rem}.aggrid .ag-paging-panel .ag-paging-button{background-color:#DAE1E7;border-radius:50%;padding:.5rem 0;margin:0 .5rem;color:#626262!important}.aggrid .ag-paging-panel .ag-paging-button .ag-icon{color:#626262!important;opacity:1!important}.aggrid .ag-paging-panel .ag-paging-button.ag-disabled{opacity:.5!important}.aggrid .ag-paging-panel span[ref=lbCurrent]{background-color:#7367F0}.aggrid .ag-paging-panel span[ref=lbTotal]{background-color:#DAE1E7;color:#626262!important}.aggrid ::-webkit-scrollbar{width:10px;height:10px}.aggrid ::-webkit-scrollbar-thumb{background:#DAE1E7;border-radius:20px}.aggrid ::-webkit-scrollbar-track{background:#F8F8F8;border-radius:20px}.filter-btn{padding:1.2rem!important;border-radius:5rem;font-size:.95rem}.filter-btn:after{left:5px}.sort-dropdown .dropdown-menu{min-width:4rem}

View File

@ -0,0 +1,286 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.chat-application .content-area-wrapper .content-right .content-wrapper {
padding: 0; }
.chat-application .content-area-wrapper {
border: 1px solid #dae1e7;
border-radius: 0.25rem; }
.chat-application .chat-profile-sidebar {
border-right: 1px solid #E4E7ED;
height: calc(100vh - 13rem);
height: calc(var(--vh, 1vh) * 100 - 13rem);
width: 400px;
border-radius: .25rem;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
background-color: #fff;
position: fixed;
transform: translateX(-110%);
transition: all .3s ease;
z-index: 6; }
.chat-application .chat-profile-sidebar.show {
transform: translateX(0);
transition: all .3s ease; }
.chat-application .chat-profile-sidebar .chat-profile-header {
display: flex;
text-align: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.chat-application .chat-profile-sidebar .chat-profile-header .header-profile-sidebar {
margin: 2rem auto .5rem; }
.chat-application .chat-profile-sidebar .chat-profile-header .avatar {
margin-bottom: 1.25rem; }
.chat-application .chat-profile-sidebar .chat-profile-header .close-icon {
position: absolute;
top: 14px;
right: 13px;
font-size: 1.75rem;
cursor: pointer; }
.chat-application .chat-profile-sidebar .profile-sidebar-area .scroll-area {
padding: 2rem;
height: calc(100vh - 24.25rem);
height: calc(var(--vh, 1vh) * 100 - 24.25rem);
position: relative; }
.chat-application .sidebar-content {
border-right: 1px solid #E4E7ED;
height: calc(100vh - 13rem);
height: calc(var(--vh, 1vh) * 100 - 13rem);
width: 400px;
border-radius: .25rem;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
box-shadow: none; }
.chat-application .sidebar-content .sidebar-close-icon {
position: absolute;
right: .25rem;
top: .25rem;
font-size: 1.25rem;
z-index: 1;
cursor: pointer;
visibility: hidden; }
.chat-application .sidebar-content .chat-fixed-search {
position: fixed;
width: 400px;
border-bottom: 1px solid #E4E7ED;
padding: .65rem; }
.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar {
display: inline-table;
width: calc(32px + 8px); }
.chat-application .sidebar-content .chat-fixed-search input.form-control {
padding: .9rem 1rem .9rem 3rem;
height: calc(1.25em + 1.4rem + 4px); }
.chat-application .sidebar-content .chat-fixed-search .form-control-position {
top: 5px; }
.chat-application .sidebar-content .chat-fixed-search .form-control-position i {
left: 9px; }
.chat-application .sidebar-content .chat-user-list {
height: calc(100% - 5rem);
margin-top: 5rem;
width: 400px; }
.chat-application .sidebar-content .chat-user-list ul {
padding-left: 0;
margin-bottom: 0; }
.chat-application .sidebar-content .chat-user-list li {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.322rem .85rem;
margin-right: 1px; }
.chat-application .sidebar-content .chat-user-list li:not(:first-child) {
border-top: 1px solid #E4E7ED; }
.chat-application .sidebar-content .chat-user-list li .user-chat-info {
width: 100%;
display: flex;
justify-content: space-between;
overflow: hidden; }
.chat-application .sidebar-content .chat-user-list li .contact-info {
width: calc(100vw - (100vw - 100%) - 1rem - 50px);
margin-top: .3rem; }
.chat-application .sidebar-content .chat-user-list li .contact-info .truncate {
margin: 0; }
.chat-application .sidebar-content .chat-user-list li:hover {
cursor: pointer;
background: #eee; }
.chat-application .sidebar-content .chat-user-list li.active {
background: linear-gradient(118deg, #3a50dc, rgb(24, 61, 176));
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
color: #fff; }
.chat-application .sidebar-content .chat-user-list li.active h1, .chat-application .sidebar-content .chat-user-list li.active h2, .chat-application .sidebar-content .chat-user-list li.active h3, .chat-application .sidebar-content .chat-user-list li.active h4, .chat-application .sidebar-content .chat-user-list li.active h5, .chat-application .sidebar-content .chat-user-list li.active h6 {
color: #fff; }
.chat-application .sidebar-content .chat-user-list li img {
border: 2px solid #fff; }
.chat-application .sidebar-content .card {
margin-bottom: 0; }
.chat-application .chat-overlay {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
display: block;
z-index: 2;
visibility: hidden;
border-radius: 0.25rem; }
.chat-application .chat-overlay.show {
visibility: visible;
background-color: rgba(0, 0, 0, 0.2); }
.chat-application .chat-app-window .favorite, .chat-application .chat-app-window .sidebar-toggle {
cursor: pointer; }
.chat-application .chat-app-window .user-chats {
padding: 20px 30px;
position: relative;
text-align: center;
height: calc(100vh - 23.5rem);
height: calc(var(--vh, 1vh) * 100 - 23.5rem); }
.chat-application .chat-app-window .start-chat-area, .chat-application .chat-app-window .user-chats {
background-image: url("../../images/backgrounds/chat-bg.svg");
background-color: #dfdbe5; }
.chat-application .chat-app-window .start-chat-area {
height: calc(100vh - 13rem);
height: calc(var(--vh, 1vh) * 100 - 13rem);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column; }
.chat-application .chat-app-window .start-chat-area .start-chat-icon, .chat-application .chat-app-window .start-chat-area .start-chat-text {
background: white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important; }
.chat-application .chat-app-window .start-chat-area .start-chat-text {
border-radius: calc(0.5rem * 4);
cursor: pointer; }
.chat-application .chat-app-window .start-chat-area .start-chat-icon {
border-radius: 50%;
font-size: 4rem;
padding: 2rem; }
.chat-application .chat-app-form {
padding: 20px 10px;
background-color: white; }
.chat-application .chats {
padding: 0; }
.chat-application .chats .chat-body {
display: block;
margin: 10px 30px 0 0;
overflow: hidden; }
.chat-application .chats .chat-body .chat-content {
text-align: right;
display: block;
float: right;
padding: .75rem 1rem;
margin: 0 20px 10px 0;
clear: both;
color: #fff;
background: linear-gradient(118deg, #3a50dc, rgb(24, 61, 176));
border-radius: .5rem;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
.chat-application .chats .chat-body .chat-content p {
margin: 0; }
.chat-application .chats .chat-avatar {
float: right; }
.chat-application .chats .chat-left .chat-avatar {
float: left; }
.chat-application .chats .chat-left .chat-body {
margin-right: 0;
margin-left: 30px; }
.chat-application .chats .chat-left .chat-content {
text-align: left;
float: left;
margin: 0 0 10px 20px;
color: #626262;
background: none;
background-color: white; }
.chat-application .user-profile-sidebar {
border-right: 1px solid #E4E7ED;
height: calc(100vh - 13rem);
height: calc(var(--vh, 1vh) * 100 - 13rem);
width: 400px;
border-radius: .25rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin: 0;
background-color: #fff;
position: fixed;
transform: translateX(110%);
transition: all .3s ease;
z-index: 6;
right: 4.2rem;
bottom: 5.25rem;
opacity: 0; }
.chat-application .user-profile-sidebar.show {
opacity: 1;
transform: translateX(7%);
transition: all .3s ease; }
.chat-application .user-profile-sidebar .user-profile-header {
display: flex;
text-align: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar {
margin: 2rem auto .5rem; }
.chat-application .user-profile-sidebar .user-profile-header .avatar {
margin-bottom: 1.25rem; }
.chat-application .user-profile-sidebar .user-profile-header .close-icon {
position: absolute;
top: 14px;
right: 13px;
font-size: 1.75rem;
cursor: pointer; }
.chat-application .user-profile-sidebar .user-profile-sidebar-area {
height: calc(100vh - 24.25rem);
height: calc(var(--vh, 1vh) * 100 - 24.25rem);
position: relative; }
@media (max-width: 767.98px) {
.chat-application .chat-app-window {
height: calc(100% - 132px); }
.chat-application .sidebar-content .sidebar-close-icon {
visibility: visible; } }
@media (max-width: 575.98px) {
.chat-application .sidebar-content {
width: 260px;
left: -4px !important; }
.chat-application .sidebar-content .chat-fixed-search, .chat-application .sidebar-content .chat-user-list {
width: 260px; }
.chat-application .chat-profile-sidebar {
width: 260px; }
.chat-application .user-profile-sidebar {
width: 260px;
right: 2.35rem; } }
@media (max-width: 991.98px) {
.content-right {
width: 100%; }
.chat-application .sidebar-content {
transform: translateX(-110%);
transition: all .3s ease-in-out;
left: 0;
position: fixed;
z-index: 5;
left: -2px; }
.chat-application .sidebar-content.show {
transform: translateX(8.5%);
transition: all .3s ease;
display: block; } }
@media (max-width: 349.98px) {
.chat-application .sidebar-content {
width: 230px;
left: -2px !important; }
.chat-application .sidebar-content .chat-fixed-search, .chat-application .sidebar-content .chat-user-list {
width: 230px; }
.chat-application .chat-profile-sidebar {
width: 230px; }
.chat-application .user-profile-sidebar {
width: 230px; } }

1
assets/css/pages/app-chat.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,78 @@
/*========================================================
DARK LAYOUT
=========================================================*/
/* app ecommerce details css */
/*---------------*/
.app-ecommerce-details .item-features {
background-color: #f7f7f7; }
/* swiper slide shadow */
.swiper-container .swiper-shadow {
box-shadow: 2px 8px 10px 0 rgba(25, 42, 70, 0.13) !important; }
.swiper-responsive-breakpoints.swiper-container .swiper-slide {
text-align: center;
font-weight: 500;
background-color: #f7f7f7;
padding: 1.5rem;
cursor: pointer; }
.swiper-button-prev,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: none;
width: 35px;
font-size: 2rem; }
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-container-rtl .swiper-button-prev:focus,
.swiper-container-rtl .swiper-button-next:focus {
outline: none; }
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
font-family: 'feather'; }
.swiper-button-prev {
left: 0; }
.swiper-button-prev:after {
content: "\e843"; }
.swiper-button-next {
right: 0; }
.swiper-button-next:after {
content: "\e844"; }
.swiper-container-rtl .swiper-button-prev:after {
content: "\e844"; }
.swiper-container-rtl .swiper-button-next:after {
content: "\e843"; }
.product-color-options .color-option {
border: 2px solid transparent;
border-radius: 50%;
position: relative;
cursor: pointer;
padding: .3rem; }
.product-color-options .color-option .filloption {
height: 21px;
width: 21px;
border-radius: 50%; }
.product-color-options .selected .b-primary {
border-color: #3a50dc; }
.product-color-options .selected .b-success {
border-color: #28c76f; }
.product-color-options .selected .b-danger {
border-color: #ea5455; }
.product-color-options .selected .b-warning {
border-color: #ff9f43; }
.product-color-options .selected .b-black {
border-color: #22292f; }

View File

@ -0,0 +1 @@
.app-ecommerce-details .item-features{background-color:#F7F7F7}.swiper-container .swiper-shadow{box-shadow:2px 8px 10px 0 rgba(25,42,70,.13)!important}.swiper-responsive-breakpoints.swiper-container .swiper-slide{text-align:center;font-weight:500;background-color:#F7F7F7;padding:1.5rem;cursor:pointer}.swiper-button-next,.swiper-button-prev,.swiper-container-rtl .swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:none;width:35px;font-size:2rem}.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-container-rtl .swiper-button-next:focus,.swiper-container-rtl .swiper-button-prev:focus{outline:0}.swiper-button-next:after,.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{font-family:feather}.swiper-button-prev{left:0}.swiper-button-prev:after{content:'\e843'}.swiper-button-next{right:0}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'\e844'}.swiper-container-rtl .swiper-button-next:after{content:'\e843'}.product-color-options .color-option{border:2px solid transparent;border-radius:50%;position:relative;cursor:pointer;padding:.3rem}.product-color-options .color-option .filloption{height:21px;width:21px;border-radius:50%}.product-color-options .selected .b-primary{border-color:#7367F0}.product-color-options .selected .b-success{border-color:#28C76F}.product-color-options .selected .b-danger{border-color:#EA5455}.product-color-options .selected .b-warning{border-color:#FF9F43}.product-color-options .selected .b-black{border-color:#22292F}

View File

@ -0,0 +1,460 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.ecommerce-application .content-body {
position: relative; }
.ecommerce-application .shop-content-overlay {
position: absolute;
top: 4.2rem;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.2);
z-index: 0;
opacity: 0; }
.ecommerce-application .shop-content-overlay.show {
opacity: 1;
z-index: 1; }
.ecommerce-application .sidebar-shop .sidebar-close-icon {
position: absolute;
top: 0.25rem;
right: 0.25rem;
font-size: 1.25rem;
z-index: 5;
cursor: pointer; }
.ecommerce-application .sidebar-shop .filter-heading {
font-weight: 700;
color: #626262;
position: relative;
top: -7px; }
.ecommerce-application .sidebar-shop .vs-radio-con input:checked ~ span {
color: #3a50dc; }
.ecommerce-application .sidebar-shop .filter-title {
font-weight: 700; }
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal {
height: .285rem; }
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-base {
height: .285rem; }
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle {
right: -1.071rem !important;
top: -.428rem;
width: 16px;
height: 16px;
border-width: .142rem;
line-height: 1.15;
cursor: pointer; }
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip {
opacity: 0;
font-size: .75rem;
background-color: #3a50dc;
color: #fff;
border-radius: .357rem;
border: none;
padding: .142rem .357rem;
transform: translate(-50%, -50%); }
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip:before {
content: "$ "; }
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:hover {
transform: scale(1.2); }
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active {
transform: scale(1);
border-width: .5rem;
transition: .25s ease; }
.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active .noUi-tooltip {
opacity: 1; }
.ecommerce-application .sidebar-shop .ratings-list .ratings-list-item {
font-size: 1.5rem;
cursor: pointer; }
.ecommerce-application .sidebar-shop .ratings-list ~ .stars-received {
margin-top: .35rem; }
.ecommerce-application .sidebar-shop {
margin-top: 2rem;
width: 260px;
z-index: 4; }
.ecommerce-application .ecommerce-header-items {
display: flex;
justify-content: space-between; }
.ecommerce-application .ecommerce-header-items .view-options .view-btn-option {
display: inline-block; }
.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn {
margin-right: 10px;
background-color: #fff;
padding: .5rem;
color: #626262;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14) !important; }
.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn i {
font-size: 1.7rem; }
.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active {
color: #3a50dc !important; }
.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:hover, .ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:active {
color: #3a50dc !important; }
.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:hover, .ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:active {
color: #626262; }
.ecommerce-application .ecommerce-header-items .view-options .select2 {
margin-right: 10px;
width: auto !important; }
.ecommerce-application .ecommerce-header-items .view-options .select2 .select2-selection--single {
border: none !important;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
border-radius: 5px; }
.ecommerce-application .ecommerce-header-items .result-toggler {
display: flex;
align-items: flex-end; }
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler {
font-size: 1.7rem;
padding-left: 0;
margin-left: -6px; }
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:active, .ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:focus {
outline: 0; }
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler .navbar-toggler-icon i {
color: #626262;
vertical-align: middle; }
.ecommerce-application .ecommerce-header-items .result-toggler .search-results {
font-weight: 700;
color: #626262;
display: inline-block; }
.ecommerce-application .search-product {
height: 48px;
border: none;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
font-size: 1.2rem;
padding-left: 1rem; }
.ecommerce-application .search-product ~ .form-control-position {
top: 10px;
right: 10px; }
.ecommerce-application .search-product ~ .form-control-position i {
font-size: 1.5rem; }
.ecommerce-application .search-product::placeholder {
font-size: .95rem; }
.ecommerce-application .ecommerce-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25); }
.ecommerce-application .ecommerce-card .item-price {
font-weight: 700; }
.ecommerce-application .ecommerce-card .item-rating i {
margin-left: .25rem;
vertical-align: top; }
.ecommerce-application .ecommerce-card .item-name {
font-weight: 600;
color: #2c2c2c; }
.ecommerce-application .ecommerce-card .item-name a {
color: #626262; }
.ecommerce-application .ecommerce-card .item-name a:hover {
color: #3a50dc; }
.ecommerce-application .ecommerce-card .item-description {
font-size: .875rem; }
.ecommerce-application .ecommerce-card .wishlist,
.ecommerce-application .ecommerce-card .cart {
padding: .8rem 1rem;
cursor: pointer;
font-weight: 600;
font-size: .875rem;
text-transform: uppercase; }
.ecommerce-application .ecommerce-card .wishlist i,
.ecommerce-application .ecommerce-card .cart i {
font-size: 1rem;
margin-right: .25rem; }
.ecommerce-application .ecommerce-card .wishlist {
background-color: #f6f6f6;
color: #2c2c2c;
user-select: none; }
.ecommerce-application .ecommerce-card .wishlist.added i {
color: #ea5455; }
.ecommerce-application .ecommerce-card .cart {
background-color: #3a50dc;
color: #fff; }
.ecommerce-application .ecommerce-card .cart .view-in-cart {
color: #fff; }
.ecommerce-application .grid-view,
.ecommerce-application .list-view {
margin-top: .7rem; }
.ecommerce-application .grid-view {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 28px; }
.ecommerce-application .grid-view .ecommerce-card {
overflow: hidden; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-img {
padding-top: .5rem;
min-height: 15.85rem; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper {
display: flex;
justify-content: space-between; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .item-price {
position: relative;
top: 5px; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .shipping {
display: none; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-company {
display: none; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-options {
display: flex;
flex-wrap: wrap; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .cart,
.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist {
flex-grow: 1; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist {
padding: .8rem 2rem; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating {
display: none; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-price {
display: none; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-name {
margin-top: 1rem; }
.ecommerce-application .grid-view .ecommerce-card .card-content .item-name,
.ecommerce-application .grid-view .ecommerce-card .card-content .item-description {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }
.ecommerce-application .grid-view .ecommerce-card .card-body {
padding: 1rem;
padding-bottom: 0; }
.ecommerce-application .list-view {
display: grid;
grid-template-columns: 1fr; }
.ecommerce-application .list-view .ecommerce-card {
overflow: hidden; }
.ecommerce-application .list-view .ecommerce-card .card-content {
display: grid;
grid-template-columns: 1fr 2fr 1fr; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-img {
align-self: center;
padding-left: 1rem;
padding-right: 1rem;
display: flex;
justify-content: center;
align-items: center;
height: 100%; }
.ecommerce-application .list-view .ecommerce-card .card-content .card-body {
padding: 1rem;
padding-bottom: .5rem;
border-right: 1px solid #dae1e7; }
.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-rating {
display: none; }
.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-price {
display: none; }
.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name {
margin-bottom: .25rem;
font-size: .95rem; }
.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company {
display: block;
cursor: pointer;
font-size: .875rem; }
.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company .company-name {
color: #3a50dc; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-options {
padding: 1rem; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper {
position: relative; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating {
position: absolute;
right: 0; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-cost .item-price {
position: relative;
top: 55px;
font-size: 16px; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .shipping {
position: relative;
top: 50px;
color: #b8c2cc; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist {
margin-top: 84px;
margin-bottom: 10px; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist,
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart {
border-radius: 6px; }
.ecommerce-application .checkout-items .ecommerce-card .card-content .item-company {
margin-bottom: 0; }
.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-in {
color: #28c76f;
font-weight: 400;
font-size: .875rem; }
.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-out {
color: #ea5455;
font-weight: 400;
font-size: .875rem; }
.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity {
font-weight: 700;
font-size: .875rem; }
.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-title {
margin-bottom: 0.5rem; }
.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-counter-wrapper {
margin-left: -10px; }
.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date,
.ecommerce-application .checkout-items .ecommerce-card .card-content .offers {
font-weight: 500;
margin-bottom: 0;
font-size: 1rem; }
.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date {
color: #b8c2cc;
margin-top: 1.8rem; }
.ecommerce-application .checkout-items .ecommerce-card .card-content .offers {
color: #28c76f; }
.ecommerce-application .checkout-options .options-title {
color: #b8c2cc; }
.ecommerce-application .checkout-options .coupons {
display: flex;
justify-content: space-between; }
.ecommerce-application .checkout-options .coupons .coupons-title {
font-weight: 600; }
.ecommerce-application .checkout-options .coupons .coupons-title p {
margin-bottom: .5rem; }
.ecommerce-application .checkout-options .coupons .apply-coupon {
color: #3a50dc;
font-weight: 500;
cursor: pointer; }
.ecommerce-application .checkout-options .coupons .apply-coupon p {
margin-bottom: .5rem; }
.ecommerce-application .checkout-options .price-details {
font-weight: 600;
margin-bottom: .75rem; }
.ecommerce-application .checkout-options .detail {
display: flex;
justify-content: space-between;
margin-bottom: .75rem; }
.ecommerce-application .checkout-options .detail .detail-title {
color: #b8c2cc; }
.ecommerce-application .checkout-options .detail .detail-title.detail-total {
color: #626262;
font-weight: 600; }
.ecommerce-application .checkout-options .detail .detail-amt.discount-amt {
color: #28c76f; }
.ecommerce-application .checkout-options .detail .detail-amt.emi-details {
color: #3a50dc;
cursor: pointer; }
.ecommerce-application .checkout-options .detail .detail-amt.total-amt {
font-weight: 600; }
.ecommerce-application .payment-type .gift-card {
cursor: pointer; }
.ecommerce-application .payment-type .gift-card i {
position: relative;
top: 3px; }
.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error > a {
color: #3a50dc; }
.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error > a .step {
border-color: #3a50dc;
background-color: #3a50dc; }
.ecommerce-application .wizard.checkout-tab-steps #checkout-address .form-group .error {
color: #ea5455; }
@media (max-width: 1200px) {
.ecommerce-application .app-content {
overflow: scroll; } }
@media (max-width: 991.98px) {
.ecommerce-application .sidebar-left .sidebar {
position: absolute;
top: 14rem; }
.ecommerce-application .sidebar-left .sidebar .card {
border-radius: 0;
padding-bottom: 100vh;
padding-bottom: calc(var(--vh, 1vh) * 100); }
.ecommerce-application .sidebar-left .sidebar .card .card-body {
padding-bottom: 100%; }
.ecommerce-application .sidebar-left .sidebar .sidebar-shop {
transform: translateX(-112%);
transition: all .25s ease;
position: absolute; }
.ecommerce-application .sidebar-left .sidebar .sidebar-shop.show {
transition: all .25s ease;
transform: translateX(0); }
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler {
position: relative;
top: 1.2rem; }
.ecommerce-application .grid-view {
grid-template-columns: 1fr 1fr; } }
@media (max-width: 991.98px) {
.ecommerce-application .ecommerce-header-items .result-toggler .search-results {
display: none; }
.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler {
top: .5rem; }
.ecommerce-application .ecommerce-header-items .sidebar-shop {
transform: translateX(-123%);
transition: all .2s ease;
z-index: 5; }
.ecommerce-application .ecommerce-header-items .sidebar-shop.show {
position: absolute;
transform: translateX(0);
transition: all .2s ease; }
.ecommerce-application .list-view .ecommerce-card .card-content {
grid-template-columns: 1fr; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-img {
padding-top: 2rem;
padding-bottom: 2rem; }
.ecommerce-application .list-view .ecommerce-card .card-content .card-body {
border: none; } }
@media (max-width: 576px) {
.ecommerce-application .sidebar-shop {
top: 0; }
.ecommerce-application .grid-view {
grid-template-columns: 1fr; } }
@media (min-width: 992px) {
.ecommerce-application .ecommerce-header-items .shop-sidebar-toggler {
display: none; }
.ecommerce-application .wishlist-items.grid-view {
grid-template-columns: 1fr 1fr 1fr 1fr; }
.ecommerce-application .product-checkout.list-view {
grid-template-columns: 2fr 1fr;
column-gap: 20px; } }
@media (max-width: 360px) {
.ecommerce-application .sidebar-shop {
top: 1.5rem; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ecommerce-application .grid-view {
display: block; }
.ecommerce-application .grid-view .ecommerce-card {
float: left;
width: 31%;
margin-left: 1%;
margin-right: 1%; }
.ecommerce-application .list-view {
display: block; }
.ecommerce-application .list-view .ecommerce-card .card-content {
display: flex; }
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist,
.ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart {
padding: .8rem 3rem;
display: flex;
justify-content: center; }
.ecommerce-application #ecommerce-pagination .row {
clear: both; } }

File diff suppressed because one or more lines are too long

10307
assets/css/pages/app-email.css Normal file

File diff suppressed because it is too large Load Diff

1
assets/css/pages/app-email.min.css vendored Normal file

File diff suppressed because one or more lines are too long

10206
assets/css/pages/app-todo.css Normal file

File diff suppressed because it is too large Load Diff

1
assets/css/pages/app-todo.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,51 @@
/*========================================================
DARK LAYOUT
=========================================================*/
/* user page css */
/*---------------*/
.users-list-wrapper .actions-dropodown {
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
border-radius: 0.5rem; }
.users-list-wrapper a,
.users-list-wrapper span {
color: inherit; }
.users-list-wrapper a i,
.users-list-wrapper span i {
cursor: pointer;
font-size: 1.2rem; }
.users-list-wrapper a i.users-delete-icon,
.users-list-wrapper span i.users-delete-icon {
font-size: 1.2rem; }
.users-list-wrapper a i.users-delete-icon:hover,
.users-list-wrapper span i.users-delete-icon:hover {
color: #ea5455; }
.users-list-wrapper a i.users-edit-icon:hover,
.users-list-wrapper span i.users-edit-icon:hover {
color: #3a50dc; }
.users-list-wrapper .badge {
text-transform: uppercase; }
.users-list-wrapper .ag-icon-checkbox-unchecked {
color: #b8c2cc !important;
font-size: 22px; }
.users-list-wrapper .ag-icon-checkbox-checked,
.users-list-wrapper .ag-icon-checkbox-indeterminate {
font-size: 22px; }
.page-users-view .users-view-image {
width: 150px; }
.page-users-view table td {
padding-bottom: .8rem;
min-width: 140px;
word-break: break-word; }
.page-users-view .users-view-permission table td,
.page-users-view .users-view-permission table th {
padding-bottom: 0; }
.page-users-edit .users-avatar-shadow {
box-shadow: 2px 4px 14px 0 rgba(34, 41, 47, 0.4); }

1
assets/css/pages/app-user.min.css vendored Normal file
View File

@ -0,0 +1 @@
.users-list-wrapper .actions-dropodown{box-shadow:0 2px 8px 0 rgba(0,0,0,.14);border-radius:.5rem}.users-list-wrapper a,.users-list-wrapper span{color:inherit}.users-list-wrapper a i,.users-list-wrapper span i{cursor:pointer;font-size:1.2rem}.users-list-wrapper a i.users-delete-icon,.users-list-wrapper span i.users-delete-icon{font-size:1.2rem}.users-list-wrapper a i.users-delete-icon:hover,.users-list-wrapper span i.users-delete-icon:hover{color:#EA5455}.users-list-wrapper a i.users-edit-icon:hover,.users-list-wrapper span i.users-edit-icon:hover{color:#7367F0}.users-list-wrapper .badge{text-transform:uppercase}.users-list-wrapper .ag-icon-checkbox-unchecked{color:#B8C2CC!important;font-size:22px}.users-list-wrapper .ag-icon-checkbox-checked,.users-list-wrapper .ag-icon-checkbox-indeterminate{font-size:22px}.page-users-view .users-view-image{width:150px}.page-users-view table td{padding-bottom:.8rem;min-width:140px;word-break:break-word}.page-users-view .users-view-permission table td,.page-users-view .users-view-permission table th{padding-bottom:0}.page-users-edit .users-avatar-shadow{box-shadow:2px 4px 14px 0 rgba(34,41,47,.4)}

View File

@ -0,0 +1,135 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.dataTables_wrapper .dataTables_length {
display: inline-block; }
.dataTables_wrapper .dataTables_length .custom-select {
width: 6.714rem !important;
height: 3rem;
border-radius: 1.428rem;
border: 1px solid #dae1e7;
font-size: 1rem;
margin-bottom: 1.5rem;
background-position: calc(100% - 8px) 13px, calc(100% - 13px) 13px, 100% 0 !important; }
.dataTables_wrapper .dataTables_length .custom-select:focus {
box-shadow: none; }
.dataTables_wrapper .dataTables_filter {
display: flex;
justify-content: flex-end; }
.dataTables_wrapper .dataTables_filter .form-control {
border-radius: 1.428rem;
border: 1px solid #dae1e7;
font-size: 1rem;
width: 197px;
height: 40px;
padding-left: 2.2rem; }
.dataTables_wrapper .dataTables_filter label {
position: relative; }
.dataTables_wrapper .dataTables_filter label:after {
content: "\e8bd";
font-family: "feather";
position: absolute;
left: 1.428rem;
top: 10px;
font-size: 1.1rem;
color: #dae1e7; }
.dataTables_wrapper .dt-checkboxes-select-all input,
.dataTables_wrapper .dt-checkboxes-select input {
width: 0;
position: relative; }
.dataTables_wrapper .dt-checkboxes-select-all input:before,
.dataTables_wrapper .dt-checkboxes-select input:before {
border: 2px solid #b4b4b4;
content: "";
width: 1.071rem;
height: 1.071rem;
padding: 0;
border-radius: 2px;
transition: all 0.2s ease;
transform: rotate(-90deg);
overflow: hidden;
transition: all 0.2s ease;
position: absolute; }
.dataTables_wrapper .dt-checkboxes-select-all input:after,
.dataTables_wrapper .dt-checkboxes-select input:after {
background-color: #3a50dc;
border: 2px solid #3a50dc;
font-family: "feather";
content: "\e83f";
font-size: 0.75rem;
line-height: 1.2;
color: #fff;
opacity: 0;
position: absolute;
width: 0.928rem;
height: 1rem;
transform: translate(100%);
transform-origin: right;
transition: all 0.2s ease;
overflow: hidden; }
.dataTables_wrapper .dt-checkboxes-select-all input:active:checked:after,
.dataTables_wrapper .dt-checkboxes-select input:active:checked:after {
transform: translate(3px); }
.dataTables_wrapper .dt-checkboxes-select-all input:checked:before,
.dataTables_wrapper .dt-checkboxes-select input:checked:before {
border: 2px solid #3a50dc;
transform: rotate(0deg); }
.dataTables_wrapper .dt-checkboxes-select-all input:checked:after,
.dataTables_wrapper .dt-checkboxes-select input:checked:after {
transition: all 0.2s ease;
opacity: 1;
transform: translate(0); }
.dataTables_wrapper .dataTable thead tr th:first-child {
padding-right: 2rem; }
.dataTables_wrapper .dataTable tbody .select-checkbox:before, .dataTables_wrapper .dataTable tbody .select-checkbox:after {
display: none !important; }
.dataTables_wrapper .dataTable tbody tr.selected {
border-radius: 0; }
.dataTables_wrapper .dataTable tbody tr td:first-child {
padding-right: 2rem; }
.dataTables_wrapper .dataTable tbody tr td .user-info {
display: flex;
justify-content: flex-start;
align-items: center; }
.dataTables_wrapper .dataTables_paginate .pagination {
justify-content: center !important; }
@media (max-width: 1199.98px) {
.dataTables_wrapper .dataTable tbody tr td:nth-child(2) {
display: flex;
flex-wrap: wrap; } }
_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input,
_:-ms-lang(x) tbody tr th.dt-checkboxes-cell input,
_:-ms-lang(x) thead tr td.dt-checkboxes-cell input,
_:-ms-lang(x) thead tr th.dt-checkboxes-cell input,
.dataTable tbody tr td.dt-checkboxes-cell input,
.dataTable tbody tr th.dt-checkboxes-cell input,
.dataTable thead tr td.dt-checkboxes-cell input,
.dataTable thead tr th.dt-checkboxes-cell input {
width: auto !important; }
@supports (-moz-osx-font-smoothing: auto) {
.dataTable input {
width: auto !important; } }
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.dataTable tbody td.dt-checkboxes-cell input:after {
left: -0.485rem; }
.dataTable .dt-checkboxes-cell input {
-webkit-appearance: none;
top: -10px; } } }
.dataTable .mac-checkbox {
-webkit-appearance: none;
outline: none;
width: auto; }

1
assets/css/pages/app-users.min.css vendored Normal file
View File

@ -0,0 +1 @@
.dataTables_wrapper .dataTables_length{display:inline-block}.dataTables_wrapper .dataTables_length .custom-select{width:6.714rem!important;height:3rem;border-radius:1.428rem;border:1px solid #DAE1E7;font-size:1rem;margin-bottom:1.5rem;background-position:calc(100% - 8px) 13px,calc(100% - 13px) 13px,100% 0!important}.dataTables_wrapper .dataTables_length .custom-select:focus{box-shadow:none}.dataTables_wrapper .dataTables_filter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.dataTables_wrapper .dataTables_filter .form-control{border-radius:1.428rem;border:1px solid #DAE1E7;font-size:1rem;width:197px;height:40px;padding-left:2.2rem}.dataTables_wrapper .dataTables_filter label{position:relative}.dataTables_wrapper .dataTables_filter label:after{content:'\e8bd';font-family:feather;position:absolute;left:1.428rem;top:10px;font-size:1.1rem;color:#DAE1E7}.dataTables_wrapper .dt-checkboxes-select input,.dataTables_wrapper .dt-checkboxes-select-all input{width:0;position:relative}.dataTables_wrapper .dt-checkboxes-select input:before,.dataTables_wrapper .dt-checkboxes-select-all input:before{border:2px solid #B4B4B4;content:'';width:1.071rem;height:1.071rem;padding:0;border-radius:2px;-webkit-transition:all .2s ease;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);overflow:hidden;transition:all .2s ease;position:absolute}.dataTables_wrapper .dataTable tbody tr td:first-child,.dataTables_wrapper .dataTable thead tr th:first-child{padding-right:2rem}.dataTables_wrapper .dt-checkboxes-select input:after,.dataTables_wrapper .dt-checkboxes-select-all input:after{background-color:#7367F0;border:2px solid #7367F0;font-family:feather;content:'\e83f';font-size:.75rem;line-height:1.2;color:#FFF;opacity:0;position:absolute;width:.928rem;height:1rem;-webkit-transform:translate(100%);-ms-transform:translate(100%);transform:translate(100%);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:all .2s ease;transition:all .2s ease;overflow:hidden}.dataTables_wrapper .dt-checkboxes-select input:active:checked:after,.dataTables_wrapper .dt-checkboxes-select-all input:active:checked:after{-webkit-transform:translate(3px);-ms-transform:translate(3px);transform:translate(3px)}.dataTables_wrapper .dt-checkboxes-select input:checked:before,.dataTables_wrapper .dt-checkboxes-select-all input:checked:before{border:2px solid #7367F0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.dataTables_wrapper .dt-checkboxes-select input:checked:after,.dataTables_wrapper .dt-checkboxes-select-all input:checked:after{-webkit-transition:all .2s ease;transition:all .2s ease;opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.dataTables_wrapper .dataTable tbody .select-checkbox:after,.dataTables_wrapper .dataTable tbody .select-checkbox:before{display:none!important}.dataTables_wrapper .dataTable tbody tr.selected{border-radius:0}.dataTables_wrapper .dataTable tbody tr td .user-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.dataTables_wrapper .dataTables_paginate .pagination{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}@media (max-width:1199.98px){.dataTables_wrapper .dataTable tbody tr td:nth-child(2){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.dataTable tbody tr td.dt-checkboxes-cell input,.dataTable tbody tr th.dt-checkboxes-cell input,.dataTable thead tr td.dt-checkboxes-cell input,.dataTable thead tr th.dt-checkboxes-cell input,_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input,_:-ms-lang(x) tbody tr th.dt-checkboxes-cell input,_:-ms-lang(x) thead tr td.dt-checkboxes-cell input,_:-ms-lang(x) thead tr th.dt-checkboxes-cell input{width:auto!important}@supports (-moz-osx-font-smoothing:auto){.dataTable input{width:auto!important}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.dataTable tbody td.dt-checkboxes-cell input:after{left:-.485rem}.dataTable .dt-checkboxes-cell input{-webkit-appearance:none;top:-10px}}}.dataTable .mac-checkbox{-webkit-appearance:none;outline:0;width:auto}

View File

@ -0,0 +1,14 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.bg-authentication {
background-color: #eff2f7; }
.bg-authentication .login-footer {
padding: 0rem 1.5rem 0.5rem; }
.bg-authentication .login-footer .footer-btn .btn {
padding: 0.9rem 1.2rem !important;
margin: 1rem 1rem 1rem 0rem; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.bg-authentication {
width: 100%; } }

View File

@ -0,0 +1 @@
.bg-authentication{background-color:#EFF2F7}.bg-authentication .login-footer{padding:0 1.5rem .5rem}.bg-authentication .login-footer .footer-btn .btn{padding:.9rem 1.2rem!important;margin:1rem 1rem 1rem 0}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.bg-authentication{width:100%}}

View File

@ -0,0 +1,38 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.customer-info.list-group .list-group-item:last-child {
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem; }
.customer-info.list-group .list-group-item .series-info i {
top: 0;
margin-right: 0.3rem; }
.avg-sessions .progress {
margin-top: 0.5rem; }
.analytics-list.list-group .list-group-item {
border: 0; }
.analytics-list.list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.analytics-list.list-group .list-group-item .btn {
display: none; }
.analytics-list.list-group .list-group-item:hover .btn {
display: inline-block; }
.chart-dropdown .btn {
font-size: 0.8rem;
font-weight: 500; }
.chart-dropdown .btn:after {
left: 0;
position: relative; }
@media only screen and (max-width: 992px) and (min-width: 768px) {
.analytics-list .float-left, .analytics-list .float-right {
display: block; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#dashboard-analytics .avatar .avatar-content, #statistics-card .avatar .avatar-content {
padding: 0 !important; } }

View File

@ -0,0 +1 @@
.customer-info.list-group .list-group-item:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.customer-info.list-group .list-group-item .series-info i{top:0;margin-right:.3rem}.avg-sessions .progress{margin-top:.5rem}.analytics-list.list-group .list-group-item{border:0}.analytics-list.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.analytics-list.list-group .list-group-item .btn{display:none}.analytics-list.list-group .list-group-item:hover .btn{display:inline-block}.chart-dropdown .btn{font-size:.8rem;font-weight:500}.chart-dropdown .btn:after{left:0;position:relative}@media only screen and (max-width:992px) and (min-width:768px){.analytics-list .float-left,.analytics-list .float-right{display:block}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#dashboard-analytics .avatar .avatar-content,#statistics-card .avatar .avatar-content{padding:0!important}}

View File

@ -0,0 +1,10 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.colors-list li {
padding: 0.4rem; }
.colors-list li i {
font-size: 1.2rem;
top: 2px;
position: relative;
margin-right: 0.25rem; }

1
assets/css/pages/colors.min.css vendored Normal file
View File

@ -0,0 +1 @@
.colors-list li{padding:.4rem}.colors-list li i{font-size:1.2rem;top:2px;position:relative;margin-right:.25rem}

View File

@ -0,0 +1,9 @@
/*========== Coming Soon Background Image =========*/
.clockCard {
float: left; }
.getting-started {
font-size: 3rem; }
.lead {
font-size: 1rem; }

1
assets/css/pages/coming-soon.min.css vendored Normal file
View File

@ -0,0 +1 @@
.clockCard{float:left}.getting-started{font-size:3rem}.lead{font-size:1rem}

View File

@ -0,0 +1,32 @@
/*========================================================
DARK LAYOUT
=========================================================*/
#dashboard-analytics .img-left {
width: 200px;
position: absolute;
top: 0;
left: 0; }
#dashboard-analytics .img-right {
width: 175px;
position: absolute;
top: 0;
right: 0; }
#dashboard-analytics .bg-analytics {
background: linear-gradient(118deg, #3a50dc, rgb(24, 61, 176)); }
#dashboard-analytics .bg-analytics .avatar {
margin-bottom: 2rem; }
#dashboard-analytics table tr th:first-child, #dashboard-analytics table tr td:first-child {
padding-left: 2rem; }
#dashboard-analytics table tr th:last-child, #dashboard-analytics table tr td:last-child {
padding-right: 2rem; }
#dashboard-analytics table td {
padding: .75rem; }
@media only screen and (max-width: 576px) {
#dashboard-analytics .img-left, #dashboard-analytics .img-right {
width: 140px; } }

View File

@ -0,0 +1 @@
#dashboard-analytics .img-left{width:200px;position:absolute;top:0;left:0}#dashboard-analytics .img-right{width:175px;position:absolute;top:0;right:0}#dashboard-analytics .bg-analytics{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7))}#dashboard-analytics .bg-analytics .avatar{margin-bottom:2rem}#dashboard-analytics table tr td:first-child,#dashboard-analytics table tr th:first-child{padding-left:2rem}#dashboard-analytics table tr td:last-child,#dashboard-analytics table tr th:last-child{padding-right:2rem}#dashboard-analytics table td{padding:.75rem}@media only screen and (max-width:576px){#dashboard-analytics .img-left,#dashboard-analytics .img-right{width:140px}}

View File

@ -0,0 +1,41 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.chat-application .chat-app-window .user-chats {
padding: 10px 20px;
position: relative;
text-align: center;
height: 415px; }
.chat-application .chat-app-window .user-chats .chats {
padding: 0; }
.chat-application .chat-app-window .user-chats .chats .chat-body {
display: block;
margin: 10px 30px 0 0;
overflow: hidden; }
.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content {
text-align: left;
display: block;
float: right;
padding: .75rem 1rem;
margin: 0 20px 10px 0;
clear: both;
color: #fff;
background: linear-gradient(118deg, #3a50dc, rgb(24, 61, 176));
border-radius: .5rem;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p {
margin: 0; }
.chat-application .chat-app-window .user-chats .chats .chat-avatar {
float: right; }
.chat-application .chat-app-window .user-chats .chats .chat-left .chat-avatar {
float: left; }
.chat-application .chat-app-window .user-chats .chats .chat-left .chat-body {
margin: 0; }
.chat-application .chat-app-window .user-chats .chats .chat-left .chat-content {
text-align: left;
float: left;
margin: 10px 10px 10px 20px;
color: #626262;
background: none;
background-color: white;
border: 1px solid #dae1e7; }

View File

@ -0,0 +1 @@
.chat-application .chat-app-window .user-chats{padding:10px 20px;position:relative;text-align:center;height:415px}.chat-application .chat-app-window .user-chats .chats{padding:0}.chat-application .chat-app-window .user-chats .chats .chat-body{display:block;margin:10px 30px 0 0;overflow:hidden}.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content{text-align:left;display:block;float:right;padding:.75rem 1rem;margin:0 20px 10px 0;clear:both;color:#FFF;background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));border-radius:.5rem;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p,.chat-application .chat-app-window .user-chats .chats .chat-left .chat-body{margin:0}.chat-application .chat-app-window .user-chats .chats .chat-avatar{float:right}.chat-application .chat-app-window .user-chats .chats .chat-left .chat-avatar{float:left}.chat-application .chat-app-window .user-chats .chats .chat-left .chat-content{text-align:left;float:left;margin:10px 10px 10px 20px;color:#626262;background:#fff;border:1px solid #DAE1E7}

View File

@ -0,0 +1,384 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.data-list-view-header .table-responsive .top,
.data-thumb-view-header .table-responsive .top {
display: flex;
justify-content: space-between;
padding: 0 1rem;
margin-bottom: 1rem; }
.data-list-view-header .table-responsive .top .action-btns,
.data-thumb-view-header .table-responsive .top .action-btns {
margin-top: 1.5rem;
display: flex; }
.data-list-view-header .table-responsive .top .action-btns .actions-dropodown,
.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown {
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
border-radius: 0.5rem;
margin-right: 0.75rem; }
.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle,
.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle {
font-size: 1.125rem;
font-weight: 500; }
.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after,
.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after {
left: 0; }
.data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn,
.data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn {
padding: 0.9rem 0.938rem; }
.data-list-view-header .table-responsive .top .dataTables_length,
.data-thumb-view-header .table-responsive .top .dataTables_length {
display: inline-block; }
.data-list-view-header .table-responsive .top .dataTables_length .custom-select,
.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select {
width: 8.714rem;
height: 3rem;
border-radius: 1.428rem;
border: 1px solid #dae1e7;
font-size: 1rem;
background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0; }
.data-list-view-header .table-responsive .top .dataTables_length .custom-select:focus,
.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select:focus {
box-shadow: none; }
.data-list-view-header .table-responsive .top .dataTables_filter,
.data-thumb-view-header .table-responsive .top .dataTables_filter {
display: inline-block; }
.data-list-view-header .table-responsive .top .dataTables_filter .form-control,
.data-thumb-view-header .table-responsive .top .dataTables_filter .form-control {
padding: 1.45rem 2.8rem !important;
border-radius: 1.428rem;
border: 1px solid #dae1e7; }
.data-list-view-header .table-responsive .top .dataTables_filter label,
.data-thumb-view-header .table-responsive .top .dataTables_filter label {
position: relative; }
.data-list-view-header .table-responsive .top .dataTables_filter label:after,
.data-thumb-view-header .table-responsive .top .dataTables_filter label:after {
content: "\e8bd";
font-family: "feather";
position: absolute;
left: 1.428rem;
top: 0.928rem; }
.data-list-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination,
.data-thumb-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination {
justify-content: center; }
.data-list-view-header .add-new-data-sidebar .overlay-bg,
.data-thumb-view-header .add-new-data-sidebar .overlay-bg {
background: rgba(0, 0, 0, 0.2);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
display: none;
transition: all 0.3s ease;
opacity: 0;
z-index: 1032; }
.data-list-view-header .add-new-data-sidebar .overlay-bg.show,
.data-thumb-view-header .add-new-data-sidebar .overlay-bg.show {
opacity: 1;
display: block; }
.data-list-view-header .add-new-data-sidebar .add-new-data,
.data-thumb-view-header .add-new-data-sidebar .add-new-data {
width: 28.57rem;
max-width: 90vw;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
background: #fff;
position: fixed;
left: auto;
right: 0;
top: 0;
z-index: 1033;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
transform: translateX(100%);
transition: all 0.25s ease;
overflow: hidden; }
.data-list-view-header .add-new-data-sidebar .add-new-data.show,
.data-thumb-view-header .add-new-data-sidebar .add-new-data.show {
transform: translateX(0%); }
.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title {
padding-bottom: 0.714rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar {
position: relative; }
.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i {
position: absolute;
font-size: 1.71rem;
right: 0;
top: -0.1428rem;
cursor: pointer; }
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
height: calc(100% - 10rem);
position: relative; }
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col {
margin-top: 1.25rem; }
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload {
margin-top: 2rem; }
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone {
min-height: 14.285rem; }
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message {
height: auto; }
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before {
font-size: 2.857rem; }
table.data-list-view.dataTable,
table.data-thumb-view.dataTable {
border-spacing: 0 1.3rem;
padding: 0 0.7rem; }
table.data-list-view.dataTable thead th,
table.data-thumb-view.dataTable thead th {
padding: 0.714rem 1.785rem;
font-weight: 600; }
table.data-list-view.dataTable thead th input:focus,
table.data-thumb-view.dataTable thead th input:focus {
outline: 0; }
table.data-list-view.dataTable thead th:first-child,
table.data-thumb-view.dataTable thead th:first-child {
padding-left: 0; }
table.data-list-view.dataTable thead .sorting_asc,
table.data-list-view.dataTable thead .sorting_desc,
table.data-list-view.dataTable thead .sorting,
table.data-thumb-view.dataTable thead .sorting_asc,
table.data-thumb-view.dataTable thead .sorting_desc,
table.data-thumb-view.dataTable thead .sorting {
padding-right: inherit; }
table.data-list-view.dataTable thead .sorting_asc:before,
table.data-list-view.dataTable thead .sorting_desc:before,
table.data-list-view.dataTable thead .sorting:before,
table.data-thumb-view.dataTable thead .sorting_asc:before,
table.data-thumb-view.dataTable thead .sorting_desc:before,
table.data-thumb-view.dataTable thead .sorting:before {
font-size: 0.7rem;
left: 0.857rem;
top: 0.642rem; }
table.data-list-view.dataTable thead .sorting_asc:after,
table.data-list-view.dataTable thead .sorting_desc:after,
table.data-list-view.dataTable thead .sorting:after,
table.data-thumb-view.dataTable thead .sorting_asc:after,
table.data-thumb-view.dataTable thead .sorting_desc:after,
table.data-thumb-view.dataTable thead .sorting:after {
font-size: 0.7rem;
left: 0.857rem;
top: 1.071rem; }
table.data-list-view.dataTable thead .dt-checkboxes-select-all input,
table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input {
width: 0;
position: relative; }
table.data-list-view.dataTable thead .dt-checkboxes-select-all input:before,
table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:before {
border: 2px solid #b4b4b4;
content: "";
width: 1.071rem;
height: 1.071rem;
padding: 0;
border-radius: 2px;
transition: all 0.2s ease;
transform: rotate(-90deg);
overflow: hidden;
transition: all 0.2s ease;
position: absolute; }
table.data-list-view.dataTable thead .dt-checkboxes-select-all input:after,
table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:after {
background-color: #3a50dc;
border: 2px solid #3a50dc;
font-family: "feather";
content: "\e83f";
font-size: 0.75rem;
line-height: 1.2;
color: #fff;
opacity: 0;
position: absolute;
width: 0.928rem;
height: 1rem;
transform: translate(100%);
transform-origin: right;
transition: all 0.2s ease;
overflow: hidden; }
table.data-list-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after,
table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after {
transform: translate(3px); }
table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:before,
table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:before {
border: 2px solid #3a50dc;
transform: rotate(0deg); }
table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:after,
table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:after {
transition: all 0.2s ease;
opacity: 1;
transform: translate(0); }
table.data-list-view.dataTable tbody tr,
table.data-thumb-view.dataTable tbody tr {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 0px;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 0.5rem; }
table.data-list-view.dataTable tbody tr:hover,
table.data-thumb-view.dataTable tbody tr:hover {
transform: translateY(-4px);
transition: all 0.3s ease; }
table.data-list-view.dataTable tbody tr td:first-child,
table.data-thumb-view.dataTable tbody tr td:first-child {
padding-left: 1rem;
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem; }
table.data-list-view.dataTable tbody tr td:last-child,
table.data-thumb-view.dataTable tbody tr td:last-child {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem; }
table.data-list-view.dataTable tbody tr.selected td,
table.data-thumb-view.dataTable tbody tr.selected td {
border-radius: 0; }
table.data-list-view.dataTable tbody td,
table.data-thumb-view.dataTable tbody td {
padding: 1.357rem;
border: none;
vertical-align: middle; }
table.data-list-view.dataTable tbody td input:focus,
table.data-thumb-view.dataTable tbody td input:focus {
outline: 0; }
table.data-list-view.dataTable tbody td.product-name,
table.data-thumb-view.dataTable tbody td.product-name {
font-weight: 500; }
table.data-list-view.dataTable tbody td:focus,
table.data-thumb-view.dataTable tbody td:focus {
outline: 0; }
table.data-list-view.dataTable tbody td.dt-checkboxes-cell input,
table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input {
width: 0;
position: relative; }
table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:before,
table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:before {
border: 2px solid #b4b4b4;
position: absolute;
left: -8px;
content: "";
width: 1.071rem;
height: 1.071rem;
padding: 0;
border-radius: 2px;
transform: rotate(-90deg);
overflow: hidden;
transition: all 0.2s ease; }
table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:after,
table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:after {
background-color: #3a50dc;
font-family: "feather";
content: "\e83f";
font-size: 0.75rem;
color: #fff;
opacity: 0;
position: absolute;
left: -0.4285rem;
width: 0.857rem;
height: 1rem;
overflow: hidden;
transform: rotate(-90deg) translate(100%);
transform-origin: right;
transition: all 0.2s ease; }
table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after,
table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after {
transform: translate(3px); }
table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:before,
table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:before {
transform: rotate(0deg);
border: 2px solid #3a50dc;
transition: all 0.2s ease; }
table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:after,
table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:after {
opacity: 1;
transition: all 0.2s ease;
transform: rotate(0deg) translate(0); }
table.data-list-view.dataTable tbody td .progress,
table.data-thumb-view.dataTable tbody td .progress {
margin-bottom: 0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
table.data-thumb-view.dataTable tbody tr td {
padding-top: 0.714rem;
padding-bottom: 0.714rem; }
table.data-thumb-view.dataTable tbody tr td.product-img img {
height: 7.857rem; }
@media (max-width: 768px) {
#data-list-view .table-responsive .top,
#data-thumb-view .table-responsive .top {
flex-direction: column; }
#data-list-view .table-responsive .dt-buttons,
#data-thumb-view .table-responsive .dt-buttons {
width: auto;
text-align: left; }
#data-list-view .table-responsive .dataTables_length,
#data-list-view .table-responsive .dataTables_filter,
#data-thumb-view .table-responsive .dataTables_length,
#data-thumb-view .table-responsive .dataTables_filter {
text-align: right; } }
@media (max-width: 576px) {
.add-new-data-sidebar .data-items .data-list-upload .dropzone .dz-message:before {
top: 3.428rem; } }
_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input,
_:-ms-lang(x) tbody tr th.dt-checkboxes-cell input,
_:-ms-lang(x) thead tr td.dt-checkboxes-cell input,
_:-ms-lang(x) thead tr th.dt-checkboxes-cell input,
.data-list-view.dataTable tbody tr td.dt-checkboxes-cell input,
.data-list-view.dataTable tbody tr th.dt-checkboxes-cell input,
.data-list-view.dataTable thead tr td.dt-checkboxes-cell input,
.data-list-view.dataTable thead tr th.dt-checkboxes-cell input,
.data-thumb-view.dataTable tbody tr td.dt-checkboxes-cell input,
.data-thumb-view.dataTable tbody tr th.dt-checkboxes-cell input,
.data-thumb-view.dataTable thead tr td.dt-checkboxes-cell input,
.data-thumb-view.dataTable thead tr th.dt-checkboxes-cell input {
width: auto; }
_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control,
.data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control,
.data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control {
height: 1.4rem !important;
padding: 0rem 0.5rem !important; }
_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control:after,
.data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control:after,
.data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control:after {
display: none; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#data-list-view .table-responsive .top .dataTables_filter .form-control,
#data-thumb-view .table-responsive .top .dataTables_filter .form-control {
height: 3rem !important;
padding: 0rem 1rem !important; }
#data-list-view .table-responsive .top .dataTables_filter label:after,
#data-thumb-view .table-responsive .top .dataTables_filter label:after {
display: none; } }
@supports (-moz-osx-font-smoothing: auto) {
.data-list-view input,
.data-thumb-view input {
width: auto !important; } }
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
table.data-list-view tbody td.dt-checkboxes-cell input:after, table.data-thumb-view tbody td.dt-checkboxes-cell input:after {
left: -0.485rem; }
.data-list-view .dt-checkboxes-cell input,
.data-thumb-view .dt-checkboxes-cell input {
-webkit-appearance: none;
top: -10px; } } }
.data-list-view .mac-checkbox,
.data-thumb-view .mac-checkbox {
-webkit-appearance: none;
top: -10px; }

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
.error-code {
font-size: 10rem; }

1
assets/css/pages/error.min.css vendored Normal file
View File

@ -0,0 +1 @@
.error-code{font-size:10rem}

39
assets/css/pages/faq.css Normal file
View File

@ -0,0 +1,39 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.faq-bg {
background: url(..//assets/images/pages/faq.jpg) no-repeat;
background-size: cover; }
.faq-bg .form-control:focus ~ .form-control-position i {
color: #3a50dc; }
.faq .faq-content .faq-table-content {
cursor: pointer;
padding: 0.5rem;
font-weight: 500; }
.faq .faq-content .faq-table-content i {
margin-right: 0.5rem; }
.faq .supporter-details .supporter-img img {
width: 35px;
height: 35px;
margin-right: 0.5rem;
cursor: pointer; }
.faq .supporter-info {
vertical-align: middle; }
.faq .accordion .collapse-title {
font-weight: 500;
color: #2c2c2c; }
.faq .accordion .collapse-margin {
background-color: #fff; }
@media only screen and (min-width: 992px) {
.faq-bg .card-body {
padding: 8rem !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.faq-bg .card-body {
padding: 6rem !important; } }

1
assets/css/pages/faq.min.css vendored Normal file
View File

@ -0,0 +1 @@
.faq-bg{background:url(..//assets/images/pages/faq.jpg) no-repeat;background-size:cover}.faq-bg .form-control:focus~.form-control-position i{color:#7367F0}.faq .faq-content .faq-table-content{cursor:pointer;padding:.5rem;font-weight:500}.faq .faq-content .faq-table-content i{margin-right:.5rem}.faq .supporter-details .supporter-img img{width:35px;height:35px;margin-right:.5rem;cursor:pointer}.faq .supporter-info{vertical-align:middle}.faq .accordion .collapse-title{font-weight:500;color:#2C2C2C}.faq .accordion .collapse-margin{background-color:#FFF}@media only screen and (min-width:992px){.faq-bg .card-body{padding:8rem!important}}@media only screen and (min-width:768px) and (max-width:991px){.faq-bg .card-body{padding:6rem!important}}

View File

@ -0,0 +1,49 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.invoice-page {
padding: 2.2rem; }
.invoice-page .recipient-contact i,
.invoice-page .company-contact i {
padding-right: 0.2rem;
position: relative;
top: 2px; }
.invoice-page .recipient-info p,
.invoice-page .company-info p,
.invoice-page .company-contact p,
.invoice-page .recipient-contact p {
line-height: 2;
margin-bottom: 0; }
.invoice-page .invoice-items-table table,
.invoice-page .invoice-total-table table {
border: 2px solid #f8f8f8; }
@media print {
.content-header,
.buy-now,
.btn-print,
.footer,
.open,
.main-menu,
.invoice-print {
display: none; }
.app-content,
#invoice-template,
.navbar-container,
.navbar-wrapper,
.header-navbar,
.invoice-print,
.content-wrapper {
margin: 0 !important;
padding: 0 !important; }
#invoice-footer {
position: relative;
top: -80px !important; }
#invoice-company-details,
#invoice-footer {
margin-top: 5rem !important; }
.table-responsive {
-ms-overflow-style: none; } }
@page {
margin: 10px; }

1
assets/css/pages/invoice.min.css vendored Normal file
View File

@ -0,0 +1 @@
.invoice-page{padding:2.2rem}.invoice-page .company-contact i,.invoice-page .recipient-contact i{padding-right:.2rem;position:relative;top:2px}.invoice-page .company-contact p,.invoice-page .company-info p,.invoice-page .recipient-contact p,.invoice-page .recipient-info p{line-height:2;margin-bottom:0}.invoice-page .invoice-items-table table,.invoice-page .invoice-total-table table{border:2px solid #F8F8F8}@media print{.btn-print,.buy-now,.content-header,.footer,.invoice-print,.main-menu,.open{display:none}#invoice-template,.app-content,.content-wrapper,.header-navbar,.invoice-print,.navbar-container,.navbar-wrapper{margin:0!important;padding:0!important}#invoice-footer{position:relative;top:-80px!important}#invoice-company-details,#invoice-footer{margin-top:5rem!important}.table-responsive{-ms-overflow-style:none}}@page{margin:10px}

View File

@ -0,0 +1,29 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.knowledge-base-bg {
background: url(..//assets/images/pages/knowledge-base-cover.jpg) no-repeat;
background-size: cover; }
.knowledge-base-category .list-group-item, .knowledge-base-question .list-group-item {
padding: 0.5rem 0; }
.knowledge-base-category .list-group-item:hover, .knowledge-base-question .list-group-item:hover {
background-color: transparent; }
.article-question li {
margin-bottom: 0.5rem;
display: flex; }
.article-question i {
font-size: 1.2rem;
top: 2px;
position: relative;
margin: 0 0.5rem; }
@media only screen and (min-width: 992px) {
.knowledge-base-bg .card-body {
padding: 8rem !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.knowledge-base-bg .card-body {
padding: 6rem !important; } }

View File

@ -0,0 +1 @@
.knowledge-base-bg{background:url(..//assets/images/pages/knowledge-base-cover.jpg) no-repeat;background-size:cover}.knowledge-base-category .list-group-item,.knowledge-base-question .list-group-item{padding:.5rem 0}.knowledge-base-category .list-group-item:hover,.knowledge-base-question .list-group-item:hover{background-color:transparent}.article-question li{margin-bottom:.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.article-question i{font-size:1.2rem;top:2px;position:relative;margin:0 .5rem}@media only screen and (min-width:992px){.knowledge-base-bg .card-body{padding:8rem!important}}@media only screen and (min-width:768px) and (max-width:991px){.knowledge-base-bg .card-body{padding:6rem!important}}

View File

0
assets/css/pages/register.min.css vendored Normal file
View File

View File

@ -0,0 +1,36 @@
/*========================================================
DARK LAYOUT
=========================================================*/
#search-results .media-list .media {
padding: 0.5rem 1rem; }
#search-results .media-list .media-body .list-inline i {
font-size: 1.2rem; }
.search-menu .search-filter, .search-menu .dropdown-toggle {
padding: 0.55rem 1rem !important;
cursor: pointer;
background-color: #fff;
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08); }
.search-menu .dropdown-toggle {
border-radius: 1.5rem !important; }
.search-menu .dropdown-toggle::after {
display: none; }
.search-result-info .btn.dropdown-toggle::after {
left: 0; }
@media only screen and (min-width: 577px) {
#search-results li.media .media-object {
width: 100px; }
#search-results li.media iframe {
width: 100px;
height: 65px; } }
@media only screen and (max-width: 576px) {
#search-results li.media .media-left {
width: 100%; }
#search-results li.media .media-left img, #search-results li.media .media-left iframe {
width: 100%;
text-align: center; } }

1
assets/css/pages/search.min.css vendored Normal file
View File

@ -0,0 +1 @@
#search-results .media-list .media{padding:.5rem 1rem}#search-results .media-list .media-body .list-inline i{font-size:1.2rem}.search-menu .dropdown-toggle,.search-menu .search-filter{padding:.55rem 1rem!important;cursor:pointer;background-color:#FFF;box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.search-menu .dropdown-toggle{border-radius:1.5rem!important}.search-menu .dropdown-toggle::after{display:none}.search-result-info .btn.dropdown-toggle::after{left:0}@media only screen and (min-width:577px){#search-results li.media .media-object{width:100px}#search-results li.media iframe{width:100px;height:65px}}@media only screen and (max-width:576px){#search-results li.media .media-left{width:100%}#search-results li.media .media-left iframe,#search-results li.media .media-left img{width:100%;text-align:center}}

View File

@ -0,0 +1,679 @@
/*========================================================
DARK LAYOUT
=========================================================*/
/* Timeline */
.timeline {
position: relative;
display: block;
margin: 0;
padding: 10px 0;
list-style: none; }
.timeline:after {
content: " ";
display: table;
clear: both; }
.timeline:before {
content: " ";
display: table; }
.timeline > li {
list-style: none; }
.timeline > li:nth-child(even) {
float: left;
clear: left; }
.timeline > li:nth-child(odd) {
float: right;
clear: right; }
.timeline .media {
border-bottom: 1px solid #eee;
font-size: 13px; }
.timeline .media p {
font-size: 13px; }
.timeline .media:last-child {
border-bottom: 0; }
.timeline-line + .timeline-item {
margin-top: -20px; }
.timeline-group {
display: block;
position: relative;
margin: 20px 0;
text-align: center;
float: none !important;
z-index: 1; }
.timeline-poster {
margin-top: -20px; }
.timeline-poster .btn-link {
color: #a1aab0; }
.timeline-poster .btn-link:active {
color: #3e5771; }
.timeline-poster .btn-link:focus {
color: #3e5771; }
.timeline-poster .btn-link:hover {
color: #3e5771; }
.timeline-poster .btn-link.active {
color: #3e5771; }
#timeline.timeline-center .timeline-line {
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 2px;
background-color: #ddd;
transform: translate(-50%, 0); }
#timeline.timeline-center .timeline-item {
position: relative;
display: inline-block;
width: 50%;
padding: 0 50px 35px; }
#timeline.timeline-center .timeline-item:nth-child(even) {
padding: 0px 35px 50px 0px; }
#timeline.timeline-center .timeline-item:nth-child(even):after {
content: '';
position: absolute;
right: 19px;
top: 10px;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #ccc;
z-index: 1;
right: 25px;
top: 20px;
border-left: 11px solid #fff; }
#timeline.timeline-center .timeline-item:nth-child(even):before {
content: '';
position: absolute;
right: 24px;
top: 20px;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #ccc;
z-index: 1; }
#timeline.timeline-center .timeline-item:nth-child(even) > .timeline-badge {
right: -20px; }
#timeline.timeline-center .timeline-item:nth-child(odd) {
padding: 0px 0px 50px 35px; }
#timeline.timeline-center .timeline-item:nth-child(odd):after {
content: '';
position: absolute;
left: 19px;
top: 10px;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
z-index: 1;
left: 25px;
top: 20px;
border-right: 11px solid #fff; }
#timeline.timeline-center .timeline-item:nth-child(odd):before {
content: '';
position: absolute;
left: 24px;
top: 20px;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
z-index: 1; }
#timeline.timeline-center .timeline-item:nth-child(odd) > .timeline-badge {
left: -20px; }
#timeline.timeline-center .timeline-item > .timeline-badge {
position: absolute;
top: 12px;
z-index: 1; }
#timeline.timeline-center .timeline-item > .timeline-badge > span {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
text-decoration: none;
transition: all ease .3s; }
#timeline.timeline-center .timeline-item > .timeline-badge > span i {
color: #fff;
font-size: 1.6rem;
display: block;
line-height: 40px;
top: 0; }
#timeline.timeline-center .timeline-item > .timeline-badge > span:active {
transform: scale(1.1); }
#timeline.timeline-center .timeline-item > .timeline-badge > span:focus {
transform: scale(1.1); }
#timeline.timeline-center .timeline-item > .timeline-badge > span:hover {
transform: scale(1.1); }
#timeline.timeline-center .timeline-item > .timeline-badge > a.active {
transform: scale(1.1); }
#timeline.timeline-center .timeline-item > .timeline-panel {
position: relative;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px; }
#timeline.timeline-center .timeline-item > .timeline-panel:hover .timeline-actions {
display: block; }
#timeline.timeline-right .timeline-line {
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
right: 12px;
width: 2px;
background-color: #ddd;
transform: translate(-50%, 0); }
#timeline.timeline-right .timeline-group {
text-align: right; }
#timeline.timeline-right .timeline-item {
position: relative;
display: inline-block;
width: 100%;
padding: 0px 43px 35px 0px; }
#timeline.timeline-right .timeline-item:after {
content: '';
position: absolute;
right: 33px;
top: 21px;
width: 0;
height: 0;
z-index: 1;
border-top: 11px solid #f8f8f8;
border-bottom: 11px solid #f8f8f8;
border-left: 11px solid #fff; }
#timeline.timeline-right .timeline-item:before {
content: '';
position: absolute;
right: 32px;
top: 20px;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #ccc;
z-index: 1; }
#timeline.timeline-right .timeline-item > .timeline-badge {
right: -8px; }
#timeline.timeline-right .timeline-item > .timeline-badge {
position: absolute;
top: 12px;
z-index: 1; }
#timeline.timeline-right .timeline-item > .timeline-badge > span {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
text-decoration: none;
transition: all ease .3s; }
#timeline.timeline-right .timeline-item > .timeline-badge > span i {
color: #fff;
font-size: 1.6rem;
display: block;
line-height: 40px;
top: 0; }
#timeline.timeline-right .timeline-item > .timeline-badge > span:active {
transform: scale(1.1); }
#timeline.timeline-right .timeline-item > .timeline-badge > span:focus {
transform: scale(1.1); }
#timeline.timeline-right .timeline-item > .timeline-badge > span:hover {
transform: scale(1.1); }
#timeline.timeline-right .timeline-item > .timeline-badge > a.active {
transform: scale(1.1); }
#timeline.timeline-right .timeline-item > .timeline-panel {
position: relative;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px; }
#timeline.timeline-right .timeline-item > .timeline-panel:hover .timeline-actions {
display: block; }
#timeline.timeline-right .timeline-item.block:nth-child(even):before {
right: 8px;
left: auto; }
#timeline.timeline-right .timeline-item.block:nth-child(even):after {
right: 11px;
left: auto; }
#timeline.timeline-right .timeline-item.block:nth-child(odd):after {
right: 8px;
right: auto; }
#timeline.timeline-left .timeline-line {
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: 12px;
width: 2px;
background-color: #ddd;
transform: translate(-50%, 0); }
#timeline.timeline-left .timeline-group {
text-align: left; }
#timeline.timeline-left .timeline-item {
position: relative;
display: inline-block;
width: 100%;
padding: 0 0 35px 43px; }
#timeline.timeline-left .timeline-item:after {
content: '';
position: absolute;
left: 33px;
top: 21px;
width: 0;
height: 0;
z-index: 1;
border-top: 11px solid #f8f8f8;
border-bottom: 11px solid #f8f8f8;
border-right: 11px solid #fff; }
#timeline.timeline-left .timeline-item:before {
content: '';
position: absolute;
left: 32px;
top: 20px;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
z-index: 1; }
#timeline.timeline-left .timeline-item > .timeline-badge {
left: -8px; }
#timeline.timeline-left .timeline-item > .timeline-badge {
position: absolute;
top: 12px;
z-index: 1; }
#timeline.timeline-left .timeline-item > .timeline-badge > span {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
text-decoration: none;
transition: all ease .3s; }
#timeline.timeline-left .timeline-item > .timeline-badge > span i {
color: #fff;
font-size: 1.6rem;
display: block;
line-height: 40px;
top: 0; }
#timeline.timeline-left .timeline-item > .timeline-badge > span:active {
transform: scale(1.1); }
#timeline.timeline-left .timeline-item > .timeline-badge > span:focus {
transform: scale(1.1); }
#timeline.timeline-left .timeline-item > .timeline-badge > span:hover {
transform: scale(1.1); }
#timeline.timeline-left .timeline-item > .timeline-badge > a.active {
transform: scale(1.1); }
#timeline.timeline-left .timeline-item > .timeline-panel {
position: relative;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px; }
#timeline.timeline-left .timeline-item > .timeline-panel:hover .timeline-actions {
display: block; }
#timeline .timeline-item.block:nth-child(even) {
width: 100% !important;
margin-top: 5px; }
#timeline .timeline-item.block:nth-child(even):after {
left: 50%;
right: auto;
top: -11px;
border: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #ccc;
transform: translate(-50%, 0);
top: -10px;
border: 0;
border-left: 11px solid #f8f8f8;
border-right: 11px solid #f8f8f8;
border-bottom: 11px solid #fff; }
#timeline .timeline-item.block:nth-child(even):before {
left: 50%;
right: auto;
top: -11px;
border: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #ccc;
transform: translate(-50%, 0); }
#timeline .timeline-item.block:nth-child(even) > .timeline-badge {
top: -28px;
left: 50%;
right: auto;
transform: translate(-50%, 0); }
#timeline .timeline-item.block:nth-child(odd) {
width: 100% !important;
margin-top: 5px; }
#timeline .timeline-item.block:nth-child(odd):after {
left: 50%;
right: auto;
top: -11px;
border: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #ccc;
transform: translate(-50%, 0);
top: -10px;
border: 0;
border-left: 11px solid #f8f8f8;
border-right: 11px solid #f8f8f8;
border-bottom: 11px solid #fff; }
#timeline .timeline-item.block:nth-child(odd):before {
left: 50%;
right: auto;
top: -11px;
border: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid #ccc;
transform: translate(-50%, 0); }
#timeline .timeline-item.block:nth-child(odd) > .timeline-badge {
top: -28px;
left: 50%;
right: auto;
transform: translate(-50%, 0); }
.timeline-actions {
display: none; }
.timeline-content {
padding: 15px; }
.timeline-footer {
padding: 15px;
border-top: 1px solid #eee;
background-color: #fbfcfc;
border-radius: 0 0 5px 5px; }
.timeline-heading {
padding: 15px;
font-size: 20px; }
.timeline-liveliness {
padding: 15px;
border-top: 1px solid #eee;
background-color: #fbfcfc; }
.timeline-heading + .timeline-content {
padding-top: 0; }
.timeline-date {
font-size: 14px;
color: #aaa; }
.timeline-embed {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0; }
.timeline-embed .embed-element {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.timeline-embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.timeline-embed iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.timeline-embed object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.timeline-img {
display: block;
padding: 5px 0; }
.timeline-img.first {
margin-right: -10px; }
.timeline-img.middle {
margin-right: -10px;
margin-left: -10px; }
.timeline-img.last {
margin-left: -10px; }
.timeline-resume {
border-top: 1px solid #eee;
background-color: #fbfcfc; }
.timeline-avatar {
margin-top: -2px;
margin-right: 10px; }
.timeline-title {
margin: 0;
padding: 0;
font-size: 14px;
line-height: 1.42857;
font-weight: 600;
color: #3e5771;
text-decoration: none; }
.timeline-title > small {
display: block;
font-size: 12px;
line-height: 1.5;
color: #a1aab0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.wrapkit-content-rtl .timeline-avatar {
margin-right: 0;
margin-left: 10px; }
@media (min-width: 992px) {
.timeline-item:nth-child(even) {
padding: 0px 35px 50px 0px; }
.timeline-item:nth-child(odd) {
padding: 0 0px 50px 35px; } }
@media (max-width: 991.98px) {
.timeline {
padding-left: 15px; }
.timeline-line {
left: 15px; }
.timeline-group {
display: inline-block;
margin-left: -22px; }
.timeline-item {
width: 100% !important;
margin-top: 0 !important;
padding-right: 10px; }
.timeline-item:nth-child(even):after {
left: 19px;
top: 10px;
border: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
transform: translate(0, 0);
left: 40px;
top: 21px;
border-top: 11px solid #f8f8f8;
border-bottom: 11px solid #f8f8f8;
border-right: 11px solid #fff; }
.timeline-item:nth-child(even):before {
left: 39px;
top: 20px;
border: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
transform: translate(0, 0); }
.timeline-item:nth-child(even) > .timeline-badge {
top: 12px;
left: -20px;
right: auto;
transform: translate(0, 0); }
.timeline-item:nth-child(odd):after {
left: 19px;
top: 10px;
border: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
transform: translate(0, 0);
left: 40px;
top: 21px;
border-top: 11px solid #f8f8f8;
border-bottom: 11px solid #f8f8f8;
border-right: 11px solid #fff; }
.timeline-item:nth-child(odd):before {
left: 39px;
top: 20px;
border: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
transform: translate(0, 0); }
.timeline-item:nth-child(odd) > .timeline-badge {
top: 12px;
left: -20px;
right: auto;
transform: translate(0, 0); }
.timeline-item.block:nth-child(even) {
padding-bottom: 0; }
.timeline-item.block:nth-child(even):after {
left: 19px;
top: 10px;
border: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
transform: translate(0, 0);
left: 20px;
top: 11px;
border-top: 11px solid #f8f8f8;
border-bottom: 11px solid #f8f8f8;
border-right: 11px solid #fff; }
.timeline-item.block:nth-child(even):before {
left: 19px;
top: 10px;
border: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
transform: translate(0, 0); }
.timeline-item.block:nth-child(even) > .timeline-badge {
top: 12px;
left: -6px;
right: auto;
transform: translate(0, 0); }
.timeline-item.block:nth-child(odd) {
padding-bottom: 0; }
.timeline-item.block:nth-child(odd):after {
left: 19px;
top: 10px;
border: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
transform: translate(0, 0);
left: 20px;
top: 11px;
border-top: 11px solid #f8f8f8;
border-bottom: 11px solid #f8f8f8;
border-right: 11px solid #fff; }
.timeline-item.block:nth-child(odd):before {
left: 19px;
top: 10px;
border: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ccc;
transform: translate(0, 0); }
.timeline-item.block:nth-child(odd) > .timeline-badge {
top: 12px;
left: -6px;
right: auto;
transform: translate(0, 0); } }
@media (max-width: 991.98px) {
#timeline.timeline-wrapper .timeline {
padding: 0; }
#timeline.timeline-wrapper .timeline .card-body {
text-align: left; }
#timeline.timeline-wrapper .timeline-line {
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 2px;
background-color: #ddd;
transform: translate(-50%, 0); }
#timeline.timeline-wrapper .timeline-group {
display: block;
margin-left: -6px;
text-align: center; }
#timeline.timeline-wrapper .timeline-item {
display: block;
padding: 20px 0 20px !important; }
#timeline.timeline-wrapper .timeline-item:nth-child(even) {
float: none;
clear: both; }
#timeline.timeline-wrapper .timeline-item:nth-child(even):after {
display: none; }
#timeline.timeline-wrapper .timeline-item:nth-child(even):before {
display: none; }
#timeline.timeline-wrapper .timeline-item:nth-child(odd) {
float: none;
clear: both; }
#timeline.timeline-wrapper .timeline-item:nth-child(odd):after {
display: none; }
#timeline.timeline-wrapper .timeline-item:nth-child(odd):before {
display: none; }
#timeline.timeline-wrapper .timeline-item > .timeline-badge {
top: 0px !important;
left: 45% !important; }
#timeline.timeline-wrapper .timeline-item.block:nth-child(even) {
float: none;
clear: both; }
#timeline.timeline-wrapper .timeline-item.block:nth-child(even):after {
display: none; }
#timeline.timeline-wrapper .timeline-item.block:nth-child(even):before {
display: none; }
#timeline.timeline-wrapper .timeline-item.block:nth-child(odd) {
float: none;
clear: both; }
#timeline.timeline-wrapper .timeline-item.block:nth-child(odd):after {
display: none; }
#timeline.timeline-wrapper .timeline-item.block:nth-child(odd):before {
display: none; }
#timeline.timeline-wrapper .timeline-item.timeline-poster > .timeline-badge {
display: none; } }
@media (max-width: 575.98px) {
.timeline-item > .timeline-badge {
top: 0px !important;
left: 44% !important; } }

1
assets/css/pages/timeline.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.user-form .dropzone {
min-height: 200px;
width: 200px; }
.user-form .dropzone .dz-message {
font-size: 1rem;
height: auto; }
.user-form .dropzone .dz-message:before {
font-size: 2rem; }

View File

@ -0,0 +1 @@
.user-form .dropzone{min-height:200px;width:200px}.user-form .dropzone .dz-message{font-size:1rem;height:auto}.user-form .dropzone .dz-message:before{font-size:2rem}

View File

@ -0,0 +1,63 @@
/*========================================================
DARK LAYOUT
=========================================================*/
#user-profile .profile-img-container {
position: absolute;
bottom: -3rem;
left: 10%;
width: 80%; }
#user-profile .profile-img-container img {
border: 0.3rem solid #fff;
height: 85px;
width: 85px; }
#user-profile #profile-info .card-header i {
position: relative;
top: -3px; }
#user-profile #profile-info .user-like i {
font-size: 1.7rem; }
#user-profile #profile-info .suggested-block .user-page-info p {
margin-bottom: 0;
font-weight: 500; }
#user-profile #profile-info .suggested-block i {
cursor: pointer; }
#user-profile .relative {
position: relative; }
#user-profile .profile-header-nav {
background-color: #fff;
padding: 0.75rem 1rem; }
#user-profile .profile-header-nav .navbar {
justify-content: flex-end; }
#user-profile .profile-header-nav .navbar .navbar-toggler {
font-size: 1.7rem;
color: #626262; }
#user-profile .profile-header-nav .navbar .navbar-toggler:focus {
outline: none; }
#user-profile .user-latest-img {
transition: all .2s ease-in-out; }
#user-profile .user-latest-img:hover {
transform: translateY(-4px) scale(1.2);
z-index: 30; }
#user-profile .block-element .spinner-border {
border-width: 2px; }
@media only screen and (min-width: 992px) {
#user-profile .profile-header-nav .navbar .nav-item {
padding-left: 2.25rem !important;
padding-right: 2.25rem !important; } }
@media only screen and (max-width: 992px) {
#user-profile .user-latest-img img {
width: 100%; } }
@media only screen and (max-width: 991px) and (min-width: 768px) {
#user-profile .profile-header-nav .navbar .nav-item {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important; } }

1
assets/css/pages/users.min.css vendored Normal file
View File

@ -0,0 +1 @@
#user-profile .profile-img-container{position:absolute;bottom:-3rem;left:10%;width:80%}#user-profile .profile-img-container img{border:.3rem solid #FFF;height:85px;width:85px}#user-profile #profile-info .card-header i{position:relative;top:-3px}#user-profile #profile-info .user-like i{font-size:1.7rem}#user-profile #profile-info .suggested-block .user-page-info p{margin-bottom:0;font-weight:500}#user-profile #profile-info .suggested-block i{cursor:pointer}#user-profile .relative{position:relative}#user-profile .profile-header-nav{background-color:#FFF;padding:.75rem 1rem}#user-profile .profile-header-nav .navbar{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#user-profile .profile-header-nav .navbar .navbar-toggler{font-size:1.7rem;color:#626262}#user-profile .profile-header-nav .navbar .navbar-toggler:focus{outline:0}#user-profile .user-latest-img{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#user-profile .user-latest-img:hover{-webkit-transform:translateY(-4px) scale(1.2);-ms-transform:translateY(-4px) scale(1.2);transform:translateY(-4px) scale(1.2);z-index:30}#user-profile .block-element .spinner-border{border-width:2px}@media only screen and (min-width:992px){#user-profile .profile-header-nav .navbar .nav-item{padding-left:2.25rem!important;padding-right:2.25rem!important}}@media only screen and (max-width:992px){#user-profile .user-latest-img img{width:100%}}@media only screen and (max-width:991px) and (min-width:768px){#user-profile .profile-header-nav .navbar .nav-item{padding-left:1.5rem!important;padding-right:1.5rem!important}}

2352
assets/css/plugins/animate/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,557 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.btn, .fc .fc-button {
display: inline-block;
font-weight: 400;
color: #626262;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 0 solid transparent;
padding: 0.9rem 2rem;
font-size: 1rem;
border-radius: 0.42rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
.btn, .fc .fc-button {
transition: none; } }
.btn:hover, .fc .fc-button:hover {
color: #626262;
text-decoration: none; }
.btn:focus, .fc .fc-button:focus, .btn.focus, .fc .focus.fc-button {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.25); }
.btn.disabled, .fc .disabled.fc-button, .btn:disabled, .fc .fc-button:disabled {
opacity: 0.65; }
a.btn.disabled, .fc a.disabled.fc-button,
fieldset:disabled a.btn,
fieldset:disabled .fc a.fc-button,
.fc fieldset:disabled a.fc-button {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #3a50dc;
border-color: #3a50dc; }
.btn-primary:hover {
color: #fff;
background-color: #5344ed;
border-color: #3a50dc; }
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(136, 126, 242, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #3a50dc;
border-color: #3a50dc; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #3a50dc;
border-color: #3e2dea; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(136, 126, 242, 0.5); }
.btn-secondary {
color: #2a2e30;
background-color: #b8c2cc;
border-color: #b8c2cc; }
.btn-secondary:hover {
color: #2a2e30;
background-color: #a2afbc;
border-color: #9aa9b7; }
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(163, 172, 181, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #2a2e30;
background-color: #b8c2cc;
border-color: #b8c2cc; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #2a2e30;
background-color: #9aa9b7;
border-color: #93a2b1; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(163, 172, 181, 0.5); }
.btn-success {
color: #fff;
background-color: #28c76f;
border-color: #28c76f; }
.btn-success:hover {
color: #fff;
background-color: #22a75d;
border-color: #1f9d57; }
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(72, 207, 133, 0.5); }
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28c76f;
border-color: #28c76f; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1f9d57;
border-color: #1d9251; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 207, 133, 0.5); }
.btn-info {
color: #fff;
background-color: #00cfe8;
border-color: #00cfe8; }
.btn-info:hover {
color: #fff;
background-color: #00adc2;
border-color: #00a1b5; }
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(38, 214, 235, 0.5); }
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #00cfe8;
border-color: #00cfe8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #00a1b5;
border-color: #0096a8; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 214, 235, 0.5); }
.btn-warning {
color: #2a2e30;
background-color: #ff9f43;
border-color: #ff9f43; }
.btn-warning:hover {
color: #2a2e30;
background-color: #ff8b1d;
border-color: #ff8510; }
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(223, 142, 64, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
color: #2a2e30;
background-color: #ff9f43;
border-color: #ff9f43; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #2a2e30;
background-color: #ff8510;
border-color: #ff7e03; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(223, 142, 64, 0.5); }
.btn-danger {
color: #fff;
background-color: #ea5455;
border-color: #ea5455; }
.btn-danger:hover {
color: #fff;
background-color: #e63233;
border-color: #e42728; }
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(237, 110, 111, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #ea5455;
border-color: #ea5455; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #e42728;
border-color: #e21c1d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(237, 110, 111, 0.5); }
.btn-light {
color: #2a2e30;
background-color: #babfc7;
border-color: #babfc7; }
.btn-light:hover {
color: #2a2e30;
background-color: #a5abb6;
border-color: #9ea5b0; }
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(164, 169, 176, 0.5); }
.btn-light.disabled, .btn-light:disabled {
color: #2a2e30;
background-color: #babfc7;
border-color: #babfc7; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #2a2e30;
background-color: #9ea5b0;
border-color: #979eaa; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(164, 169, 176, 0.5); }
.btn-dark {
color: #fff;
background-color: #1e1e1e;
border-color: #1e1e1e; }
.btn-dark:hover {
color: #fff;
background-color: #0b0b0b;
border-color: #050505; }
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #1e1e1e;
border-color: #1e1e1e; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #050505;
border-color: black; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5); }
.btn-outline-primary, .fc .fc-button {
color: #3a50dc;
border-color: #3a50dc; }
.btn-outline-primary:hover, .fc .fc-button:hover {
color: #fff;
background-color: #3a50dc;
border-color: #3a50dc; }
.btn-outline-primary:focus, .fc .fc-button:focus, .btn-outline-primary.focus, .fc .focus.fc-button {
box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.5); }
.btn-outline-primary.disabled, .fc .disabled.fc-button, .btn-outline-primary:disabled, .fc .fc-button:disabled {
color: #3a50dc;
background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .fc .fc-button:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .fc .fc-button:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.fc .show > .dropdown-toggle.fc-button {
color: #fff;
background-color: #3a50dc;
border-color: #3a50dc; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .fc .fc-button:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .fc .fc-button:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.fc .show > .dropdown-toggle.fc-button:focus {
box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.5); }
.btn-outline-secondary {
color: #b8c2cc;
border-color: #b8c2cc; }
.btn-outline-secondary:hover {
color: #2a2e30;
background-color: #b8c2cc;
border-color: #b8c2cc; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(184, 194, 204, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #b8c2cc;
background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #2a2e30;
background-color: #b8c2cc;
border-color: #b8c2cc; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(184, 194, 204, 0.5); }
.btn-outline-success {
color: #28c76f;
border-color: #28c76f; }
.btn-outline-success:hover {
color: #fff;
background-color: #28c76f;
border-color: #28c76f; }
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 199, 111, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28c76f;
background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28c76f;
border-color: #28c76f; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 199, 111, 0.5); }
.btn-outline-info {
color: #00cfe8;
border-color: #00cfe8; }
.btn-outline-info:hover {
color: #fff;
background-color: #00cfe8;
border-color: #00cfe8; }
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 207, 232, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #00cfe8;
background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #00cfe8;
border-color: #00cfe8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 207, 232, 0.5); }
.btn-outline-warning {
color: #ff9f43;
border-color: #ff9f43; }
.btn-outline-warning:hover {
color: #2a2e30;
background-color: #ff9f43;
border-color: #ff9f43; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 159, 67, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ff9f43;
background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #2a2e30;
background-color: #ff9f43;
border-color: #ff9f43; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 159, 67, 0.5); }
.btn-outline-danger {
color: #ea5455;
border-color: #ea5455; }
.btn-outline-danger:hover {
color: #fff;
background-color: #ea5455;
border-color: #ea5455; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(234, 84, 85, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #ea5455;
background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #ea5455;
border-color: #ea5455; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(234, 84, 85, 0.5); }
.btn-outline-light {
color: #babfc7;
border-color: #babfc7; }
.btn-outline-light:hover {
color: #2a2e30;
background-color: #babfc7;
border-color: #babfc7; }
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #babfc7;
background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #2a2e30;
background-color: #babfc7;
border-color: #babfc7; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(186, 191, 199, 0.5); }
.btn-outline-dark {
color: #1e1e1e;
border-color: #1e1e1e; }
.btn-outline-dark:hover {
color: #fff;
background-color: #1e1e1e;
border-color: #1e1e1e; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #1e1e1e;
background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #1e1e1e;
border-color: #1e1e1e; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5); }
.btn-link {
font-weight: 400;
color: #3a50dc;
text-decoration: none; }
.btn-link:hover {
color: #3a50dc;
text-decoration: none; }
.btn-link:focus, .btn-link.focus {
text-decoration: none;
box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
color: #b8c2cc;
pointer-events: none; }
.btn-lg {
padding: 1rem 2.5rem;
font-size: 1.25rem;
border-radius: 0.4285rem; }
.btn-sm {
padding: 0.5rem 1.5rem;
font-size: 0.7rem;
border-radius: 0.4285rem; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fc .fc-header-toolbar {
margin-bottom: 2rem; }
.fc .fc-header-toolbar .bullets-group-1,
.fc .fc-header-toolbar .bullets-group-2 {
display: flex;
align-items: center;
margin-left: 0;
margin: .5rem auto; }
.fc .fc-header-toolbar .bullets-group-2 {
margin-bottom: 0; }
.fc .fc-header-toolbar .fc-right div:first-child {
display: flex;
justify-content: flex-end;
align-items: center; }
.fc .fc-header-toolbar .fc-right div:first-child h2 {
font-weight: 400;
font-size: 1.3rem;
margin: 0 0.5rem; }
.fc .fc-header-toolbar .fc-right .fc-button {
border-radius: 50%;
padding: .4rem .4rem;
height: 24px;
width: 24px; }
.fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button {
margin-right: 0.5rem; }
.fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button .fc-icon {
position: relative;
top: -6px;
left: -4px; }
.fc .fc-header-toolbar .fc-right .fc-button.fc-next-button {
margin-left: 0.5rem; }
.fc .fc-header-toolbar .fc-right .fc-button.fc-next-button .fc-icon {
position: relative;
top: -6px;
right: 3px; }
.fc .fc-header-toolbar .fc-addNew-button {
padding: .65rem 2rem; }
.fc .fc-header-toolbar .fc-addNew-button:before {
font-family: "feather";
content: "\e8b1"; }
.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header {
padding: 1px 0; }
.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header.fc-today {
color: #fff; }
.fc .fc-view-container .fc-body .fc-week table tbody .fc-day {
cursor: pointer; }
.fc .fc-view-container .fc-body .fc-week table tbody .fc-day.fc-today {
background: transparent; }
.fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month {
background-color: #f1f1f1; }
.fc .fc-view-container .fc-body .fc-day-top.fc-today a {
background-color: #3a50dc;
color: #fff;
padding: 5px 10px;
margin-top: 2px;
margin-right: 2px;
border-radius: 50%; }
.fc .fc-view-container .fc-body .fc-not-end,
.fc .fc-view-container .fc-body .fc-not-start {
padding: 1px 8px !important;
opacity: 1 !important; }
.fc .fc-view-container .fc-body .fc-not-end .fc-title,
.fc .fc-view-container .fc-body .fc-not-start .fc-title {
padding-left: 1rem; }
.fc .fc-view-container .fc-body .fc-not-start {
margin-left: -6px !important; }
.fc .fc-view-container .fc-body .fc-not-end {
margin-right: -6px !important; }
.fc .fc-view-container td,
.fc .fc-view-container th {
border-color: #e0e0e0;
font-size: 1rem; }
.fc .fc-button {
padding: 0.6rem 1rem;
height: auto;
outline: none;
text-shadow: none;
background-color: #3a50dc;
color: #fff; }
.fc .fc-button:not(:disabled).fc-button-active {
background-color: #3a50dc; }
.fc .fc-button:focus {
outline: none;
box-shadow: none; }
.fc .fc-event {
background: #3a50dc;
border: 1px solid #3a50dc;
padding: 1px 8px;
border-radius: 1rem;
border: none;
padding-left: 1rem; }
.fc .fc-event .fc-title {
font-size: .85rem;
color: #fff; }
.modal-calendar .calendar-dropdown .dropdown-toggle {
font-size: 1.2rem; }
.modal-calendar .calendar-dropdown .dropdown-toggle:after {
display: none; }
.modal-calendar #cal-start-date:disabled {
opacity: .5; }
@media (max-width: 900px) {
.fc .fc-header-toolbar {
margin-bottom: 2rem; }
.fc .fc-header-toolbar .bullets-group-1 [class*="category-"] {
margin: .3rem 0; } }
@media (max-width: 767.98px) {
.fc .fc-header-toolbar {
flex-direction: column;
margin-bottom: 2rem; }
.fc .fc-header-toolbar .bullets-group-1 {
display: none; }
.fc .fc-header-toolbar .fc-left {
margin-bottom: 1rem; }
.fc .fc-header-toolbar .fc-center {
margin: 1 auto;
margin-bottom: 0; }
.fc .fc-header-toolbar .fc-right {
margin: 1rem auto; }
.fc .fc-header-toolbar .fc-right div:first-child {
justify-content: center; } }

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
/*========================================================
DARK LAYOUT
=========================================================*/
/********* CONTEXT MENU *********/
.context-menu-list {
width: 248px; }
.context-menu-list .context-menu-item {
padding: .6rem 2rem; }
.context-menu-list .context-menu-item:not(:last-child) {
border-bottom: 1px solid #dae1e7; }

View File

@ -0,0 +1 @@
.context-menu-list{width:248px}.context-menu-list .context-menu-item{padding:.6rem 2rem}.context-menu-list .context-menu-item:not(:last-child){border-bottom:1px solid #DAE1E7}

View File

@ -0,0 +1,20 @@
#draggable-cards .card {
cursor: grab; }
#basic-list-group .list-group-item, #multiple-list-group-a .list-group-item, #multiple-list-group-b .list-group-item {
cursor: grab; }
#clone-lists .chip {
cursor: grab; }
#multiple-list-group-a, #multiple-list-group-b {
min-height: 5.714rem; }
#dd-with-handle .list-group {
min-height: 5.714rem; }
#dd-with-handle .list-group .handle {
padding: 0 5px;
margin-right: 5px;
background-color: rgba(0, 0, 0, 0.1);
cursor: move;
font-size: 1.2rem; }

View File

@ -0,0 +1 @@
#basic-list-group .list-group-item,#clone-lists .chip,#draggable-cards .card,#multiple-list-group-a .list-group-item,#multiple-list-group-b .list-group-item{cursor:-webkit-grab;cursor:grab}#dd-with-handle .list-group,#multiple-list-group-a,#multiple-list-group-b{min-height:5.714rem}#dd-with-handle .list-group .handle{padding:0 5px;margin-right:5px;background-color:rgba(0,0,0,.1);cursor:move;font-size:1.2rem}

View File

@ -0,0 +1,8 @@
.audio-player:focus {
outline: 0; }
.plyr__controls {
justify-content: flex-start; }
.plyr__progress {
flex-grow: 1; }

View File

@ -0,0 +1 @@
.audio-player:focus{outline:0}.plyr__controls{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.plyr__progress{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}

View File

@ -0,0 +1,163 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.noUi-background {
background: #f0f0f0; }
.noUi-target {
background-color: #ebebeb;
border: none;
box-shadow: none;
border-radius: 1rem; }
.noUi-target.noUi-connect {
box-shadow: none; }
.noUi-horizontal {
height: 10px;
padding-right: 17px; }
.noUi-horizontal .noUi-handle {
width: 20px;
height: 20px;
top: -5px;
left: -1px;
cursor: pointer; }
.noUi-horizontal .noUi-origin {
left: 17px;
right: -17px; }
.noUi-horizontal.slider-xl {
height: 14px; }
.noUi-horizontal.slider-xl .noUi-handle {
width: 28px;
height: 28px;
top: -7px; }
.noUi-horizontal.slider-lg {
height: 12px; }
.noUi-horizontal.slider-lg .noUi-handle {
width: 24px;
height: 24px;
top: -6px; }
.noUi-horizontal.slider-sm {
height: 6px; }
.noUi-horizontal.slider-sm .noUi-handle {
height: 15px;
width: 15px;
right: -2px !important; }
.noUi-horizontal.slider-xs {
height: 3px; }
.noUi-horizontal.slider-xs .noUi-handle {
height: 10px;
width: 10px;
top: -4px;
right: -2px !important; }
.noUi-handle {
box-shadow: none;
border: none;
border-radius: 50%;
background: #fff;
border: 5px solid #3a50dc; }
.noUi-handle:after, .noUi-handle:before {
display: none; }
.circle-filled .noUi-handle {
background: #3a50dc;
border-radius: 50%; }
.circle-filled .noUi-handle:after, .circle-filled .noUi-handle:before {
display: none; }
.square .noUi-handle {
background: #3a50dc;
border-radius: 3px; }
.square .noUi-handle:before {
display: block;
width: 2px;
height: 10px;
left: 2px;
top: 0px; }
.square .noUi-handle:after {
display: block;
width: 2px;
height: 10px;
left: 7px;
top: 0px; }
.square.slider-xl .noUi-handle:before {
left: 5px;
top: 4px; }
.square.slider-xl .noUi-handle:after {
left: 10px;
top: 4px; }
.square.slider-lg .noUi-handle:before {
left: 3px;
top: 2px; }
.square.slider-lg .noUi-handle:after {
left: 8px;
top: 2px; }
.square.slider-sm .noUi-handle:before {
left: -1px;
top: -1px;
height: 7px; }
.square.slider-sm .noUi-handle:after {
left: 4px;
top: -1px;
height: 7px; }
.square.slider-xs .noUi-handle:before {
left: -3px;
top: -3px;
height: 5px; }
.square.slider-xs .noUi-handle:after {
left: 1px;
top: -3px;
height: 5px; }
.noUi-connect {
background: #3a50dc;
box-shadow: none; }
.noUi-vertical {
display: inline-block;
width: 8px;
height: 150px; }
.noUi-vertical .noUi-handle {
width: 20px;
height: 20px;
top: -5px;
left: -6px; }
.noUi-vertical.square .noUi-handle {
background: #3a50dc;
border-radius: 3px; }
.noUi-vertical.square .noUi-handle:before {
display: block;
width: 12px;
height: 2px;
left: -1px;
top: 2px; }
.noUi-vertical.square .noUi-handle:after {
display: block;
width: 12px;
height: 2px;
left: -1px;
top: 7px; }
.noUi-vertical .noUi-tooltip {
transform: translate(-10%, -50%); }
.example-val {
font: 400 12px Arial;
color: #888;
display: block;
margin: 15px 0; }
.noUi-handle:focus {
outline: 0; }
_:-ms-lang(x),
.slider-select {
flex: 0 0 10%;
max-width: 10%; }

View File

@ -0,0 +1 @@
.circle-filled .noUi-handle:after,.circle-filled .noUi-handle:before,.noUi-handle:after,.noUi-handle:before{display:none}.noUi-connect,.noUi-handle,.noUi-target,.noUi-target.noUi-connect{box-shadow:none}.noUi-background{background:#F0F0F0}.noUi-target{background-color:#EBEBEB;border:none;border-radius:1rem}.noUi-horizontal{height:10px;padding-right:17px}.noUi-horizontal .noUi-handle{width:20px;height:20px;top:-5px;left:-1px;cursor:pointer}.noUi-horizontal .noUi-origin{left:17px;right:-17px}.noUi-horizontal.slider-xl{height:14px}.noUi-horizontal.slider-xl .noUi-handle{width:28px;height:28px;top:-7px}.noUi-horizontal.slider-lg{height:12px}.noUi-horizontal.slider-lg .noUi-handle{width:24px;height:24px;top:-6px}.noUi-horizontal.slider-sm{height:6px}.noUi-horizontal.slider-sm .noUi-handle{height:15px;width:15px;right:-2px!important}.noUi-horizontal.slider-xs{height:3px}.noUi-horizontal.slider-xs .noUi-handle{height:10px;width:10px;top:-4px;right:-2px!important}.noUi-handle{border-radius:50%;background:#FFF;border:5px solid #7367F0}.circle-filled .noUi-handle{background:#7367F0;border-radius:50%}.noUi-vertical.square .noUi-handle,.square .noUi-handle{background:#7367F0;border-radius:3px}.square .noUi-handle:before{display:block;width:2px;height:10px;left:2px;top:0}.square .noUi-handle:after{display:block;width:2px;height:10px;left:7px;top:0}.square.slider-xl .noUi-handle:before{left:5px;top:4px}.square.slider-xl .noUi-handle:after{left:10px;top:4px}.square.slider-lg .noUi-handle:before{left:3px;top:2px}.square.slider-lg .noUi-handle:after{left:8px;top:2px}.square.slider-sm .noUi-handle:before{left:-1px;top:-1px;height:7px}.square.slider-sm .noUi-handle:after{left:4px;top:-1px;height:7px}.square.slider-xs .noUi-handle:before{left:-3px;top:-3px;height:5px}.square.slider-xs .noUi-handle:after{left:1px;top:-3px;height:5px}.noUi-connect{background:#7367F0}.noUi-vertical{display:inline-block;width:8px;height:150px}.noUi-vertical .noUi-handle{width:20px;height:20px;top:-5px;left:-6px}.noUi-vertical.square .noUi-handle:before{display:block;width:12px;height:2px;left:-1px;top:2px}.noUi-vertical.square .noUi-handle:after{display:block;width:12px;height:2px;left:-1px;top:7px}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(-10%,-50%);-ms-transform:translate(-10%,-50%);transform:translate(-10%,-50%)}.example-val{font:400 12px Arial;color:#888;display:block;margin:15px 0}.noUi-handle:focus{outline:0}.slider-select,_:-ms-lang(x){-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}

View File

@ -0,0 +1,146 @@
/*=========================================================================================
File Name: swiper.scss
Description: swiper plugin scss.
----------------------------------------------------------------------------------------
Item Name: Intellivoid Accounts Dashboard
Author: PIXINVENT
Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/*========================================================
DARK LAYOUT
=========================================================*/
/* Swiper css */
/* ---------- */
/* swiper slide shadow */
.swiper-container .swiper-shadow {
box-shadow: 2px 8px 10px 0 rgba(25, 42, 70, 0.13) !important; }
.swiper-centered-slides.swiper-container .swiper-slide {
text-align: center;
font-weight: 500;
background-color: #fff;
height: auto;
width: auto !important;
padding: 2rem 5.5rem;
cursor: pointer; }
.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active {
border: 2px solid #3a50dc; }
.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active i {
color: #3a50dc; }
.swiper-centered-slides .swiper-button-next:after,
.swiper-centered-slides .swiper-button-prev:after {
border-radius: 50%;
background-color: #3a50dc;
box-shadow: 0 2px 4px 0 rgba(34, 41, 47, 0.5) !important; }
.swiper-centered-slides-2.swiper-container .swiper-slide {
font-weight: 500;
background-color: #f2f4f4;
height: auto;
width: auto !important;
cursor: pointer; }
.swiper-centered-slides-2.swiper-container .swiper-slide.swiper-slide-active {
color: #fff;
background-color: #3a50dc;
box-shadow: 0 3px 6px 0 rgba(115, 103, 240, 0.5) !important; }
/* cube effect */
.swiper-cube-effect.swiper-container {
width: 300px;
left: 50%;
margin-left: -150px;
margin-top: -12px; }
/* swiper coverflow slide width */
.swiper-coverflow.swiper-container .swiper-slide {
width: 300px; }
.gallery-thumbs {
padding: 10px 0;
background: #22292f; }
.gallery-thumbs .swiper-slide {
opacity: 0.4; }
.gallery-thumbs .swiper-slide-thumb-active {
opacity: 1; }
.swiper-parallax .swiper-slide {
padding: 2.67rem 4rem; }
.swiper-parallax .swiper-slide .title {
font-size: 1.14rem;
padding: .5rem 0; }
.swiper-parallax .swiper-slide .text {
font-size: 1rem; }
.swiper-parallax .parallax-bg {
position: absolute;
width: 130%; }
.swiper-virtual.swiper-container {
height: 300px; }
.swiper-virtual.swiper-container .swiper-slide {
/* virtual slides */
font-size: 1.51rem;
background-color: #eee;
display: flex;
justify-content: center;
align-items: center; }
.swiper-button-prev,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: none;
color: #fff;
width: 35px;
font-size: 2rem; }
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-container-rtl .swiper-button-prev:focus,
.swiper-container-rtl .swiper-button-next:focus {
outline: none; }
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
font-family: 'feather'; }
.swiper-button-prev:after {
content: "\e843";
padding-right: 1px; }
.swiper-button-next:after {
content: "\e844";
padding-left: 2px; }
.swiper-container-rtl .swiper-button-prev:after {
content: "\e844"; }
.swiper-container-rtl .swiper-button-next:after {
content: "\e843"; }
@media only screen and (max-width: 768px) {
.swiper-button-prev {
font-size: 1.32rem;
top: 55%; }
.swiper-button-next {
font-size: 1.32rem;
top: 55%;
width: 15px; }
.swiper-parallax .swiper-slide {
padding: 1rem 1.2rem; }
.swiper-parallax img {
height: 100% !important; } }
@media only screen and (max-width: 576px) {
.swiper-centered-slides.swiper-container .swiper-slide {
padding: 1.6rem 2.5rem; }
.swiper-centered-slides.swiper-container .swiper-slide i {
font-size: 1.14rem !important; }
.swiper-cube-effect.swiper-container {
width: 150px;
left: 70%; }
.swiper-parallax .swiper-slide {
padding: 1rem 1.3rem; }
.swiper-virtual.swiper-container .swiper-slide {
font-size: 1rem; } }

View File

@ -0,0 +1 @@
.swiper-container .swiper-shadow{box-shadow:2px 8px 10px 0 rgba(25,42,70,.13)!important}.swiper-centered-slides.swiper-container .swiper-slide{text-align:center;font-weight:500;background-color:#FFF;height:auto;width:auto!important;padding:2rem 5.5rem;cursor:pointer}.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active{border:2px solid #7367F0}.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active i{color:#7367F0}.swiper-centered-slides .swiper-button-next:after,.swiper-centered-slides .swiper-button-prev:after{border-radius:50%;background-color:#7367F0;box-shadow:0 2px 4px 0 rgba(34,41,47,.5)!important}.swiper-centered-slides-2.swiper-container .swiper-slide{font-weight:500;background-color:#F2F4F4;height:auto;width:auto!important;cursor:pointer}.swiper-centered-slides-2.swiper-container .swiper-slide.swiper-slide-active{color:#FFF;background-color:#7367F0;box-shadow:0 3px 6px 0 rgba(115,103,240,.5)!important}.swiper-cube-effect.swiper-container{width:300px;left:50%;margin-left:-150px;margin-top:-12px}.swiper-coverflow.swiper-container .swiper-slide{width:300px}.gallery-thumbs{padding:10px 0;background:#22292F}.gallery-thumbs .swiper-slide{opacity:.4}.gallery-thumbs .swiper-slide-thumb-active{opacity:1}.swiper-parallax .swiper-slide{padding:2.67rem 4rem}.swiper-parallax .swiper-slide .title{font-size:1.14rem;padding:.5rem 0}.swiper-parallax .swiper-slide .text{font-size:1rem}.swiper-parallax .parallax-bg{position:absolute;width:130%}.swiper-virtual.swiper-container{height:300px}.swiper-virtual.swiper-container .swiper-slide{font-size:1.51rem;background-color:#EEE;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.swiper-button-next,.swiper-button-prev,.swiper-container-rtl .swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:none;color:#FFF;width:35px;font-size:2rem}.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-container-rtl .swiper-button-next:focus,.swiper-container-rtl .swiper-button-prev:focus{outline:0}.swiper-button-next:after,.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{font-family:feather}.swiper-button-prev:after{content:'\e843';padding-right:1px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'\e844'}.swiper-button-next:after{padding-left:2px}.swiper-container-rtl .swiper-button-next:after{content:'\e843'}@media only screen and (max-width:768px){.swiper-button-next,.swiper-button-prev{font-size:1.32rem;top:55%}.swiper-button-next{width:15px}.swiper-parallax .swiper-slide{padding:1rem 1.2rem}.swiper-parallax img{height:100%!important}}@media only screen and (max-width:576px){.swiper-centered-slides.swiper-container .swiper-slide{padding:1.6rem 2.5rem}.swiper-centered-slides.swiper-container .swiper-slide i{font-size:1.14rem!important}.swiper-cube-effect.swiper-container{width:150px;left:70%}.swiper-parallax .swiper-slide{padding:1rem 1.3rem}.swiper-virtual.swiper-container .swiper-slide{font-size:1rem}}

View File

@ -0,0 +1,28 @@
/*========================================================
DARK LAYOUT
=========================================================*/
#toast-container > div {
opacity: 0.9;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
filter: alpha(opacity=90);
max-width: none; }
#toast-container > div:hover {
-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75); }
.toast {
background-color: #3a50dc; }
.toast-success {
background-color: #28c76f; }
.toast-error {
background-color: #ea5455; }
.toast-info {
background-color: #00cfe8; }
.toast-warning {
background-color: #ff9f43; }

View File

@ -0,0 +1 @@
#toast-container>div{opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);filter:alpha(opacity=90);max-width:none}#toast-container>div:hover{box-shadow:2px 2px 10px 0 rgba(0,0,0,.75)}.toast{background-color:#7367F0}.toast-success{background-color:#28C76F}.toast-error{background-color:#EA5455}.toast-info{background-color:#00CFE8}.toast-warning{background-color:#FF9F43}

View File

@ -0,0 +1,62 @@
/*========================================================
DARK LAYOUT
=========================================================*/
.dropzone {
min-height: 350px;
border: 2px dashed #3a50dc;
background: #f8f8f8; }
.dropzone .dz-message {
font-size: 2rem;
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 300px;
margin-top: -30px;
color: #3a50dc;
text-align: center; }
.dropzone .dz-message:before {
content: "\e864";
font-family: 'feather';
font-size: 80px;
position: absolute;
top: 48px;
width: 80px;
height: 80px;
display: inline-block;
left: 50%;
margin-left: -40px;
line-height: 1;
z-index: 2;
color: #3a50dc;
text-indent: 0px;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
.dropzone .dz-preview {
background: transparent; }
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
background-image: url("../../../images/dropzone/spritemap.png"); }
.dropzone .dz-preview .dz-error-message {
min-width: 113px;
top: 0;
left: 0; }
.dropzone .dz-preview .dz-remove {
font-size: 1.1rem;
color: #ea5455;
line-height: 2rem; }
.dropzone .dz-preview .dz-remove:before {
content: "\e8f6";
font-family: 'feather';
display: inline-block;
line-height: 1;
z-index: 2;
text-indent: 0px;
font-weight: normal;
-webkit-font-smoothing: antialiased; }
.dropzone .dz-preview .dz-remove:hover {
text-decoration: none;
color: #e42728; }
@media (max-width: 576px) {
.dropzone .dz-message:before {
top: 7.14rem; } }

Some files were not shown because too many files have changed in this diff Show More