7181 lines
141 KiB
CSS
7181 lines
141 KiB
CSS
/*
|
||
* Theme Name: ListOn - Directory & Listing Template
|
||
* Author: easital_tech
|
||
* Author URL: https://themeforest.net/user/easital_tech
|
||
* Version: 1.0
|
||
*/
|
||
/* Google fonts --------------------------- */
|
||
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');
|
||
|
||
:root,
|
||
[data-bs-theme=light] {
|
||
--bs-body-bg: #f0f2f5;
|
||
--bs-body-font-size: 15px;
|
||
--bs-font-sans-serif: 'Nunito Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||
}
|
||
|
||
html {
|
||
position: relative;
|
||
min-height: 100%
|
||
}
|
||
|
||
body {
|
||
overflow-x: hidden;
|
||
overflow-y: auto;
|
||
height: 100%;
|
||
}
|
||
|
||
::-moz-selection {
|
||
color: #fff;
|
||
background: var(--bs-primary);
|
||
text-shadow: none
|
||
}
|
||
|
||
::selection {
|
||
color: #fff;
|
||
background: var(--bs-primary);
|
||
text-shadow: none
|
||
}
|
||
|
||
:focus {
|
||
outline: 0
|
||
}
|
||
|
||
.h1>a,
|
||
.h2>a,
|
||
.h3>a,
|
||
.h4>a,
|
||
.h5>a,
|
||
.h6>a,
|
||
h1>a,
|
||
h2>a,
|
||
h3>a,
|
||
h4>a,
|
||
h5>a,
|
||
h6>a {
|
||
color: inherit
|
||
}
|
||
|
||
a {
|
||
color: var(--bs-primary);
|
||
text-decoration: none
|
||
}
|
||
|
||
.fs-10 {
|
||
font-size: 10px !important
|
||
}
|
||
|
||
.fs-11 {
|
||
font-size: 11px !important
|
||
}
|
||
|
||
.fs-12 {
|
||
font-size: 12px !important
|
||
}
|
||
|
||
.fs-13 {
|
||
font-size: 13px !important
|
||
}
|
||
|
||
.fs-14 {
|
||
font-size: 14px !important
|
||
}
|
||
|
||
.fs-15 {
|
||
font-size: 15px !important
|
||
}
|
||
|
||
.fs-16 {
|
||
font-size: 16px !important
|
||
}
|
||
|
||
.fs-17 {
|
||
font-size: 17px !important
|
||
}
|
||
|
||
.fs-18 {
|
||
font-size: 18px !important;
|
||
line-height: 26px
|
||
}
|
||
|
||
.fs-19 {
|
||
font-size: 19px !important
|
||
}
|
||
|
||
.fs-20 {
|
||
font-size: 20px !important;
|
||
line-height: 30px
|
||
}
|
||
|
||
.fs-21 {
|
||
font-size: 21px !important
|
||
}
|
||
|
||
.fs-22 {
|
||
font-size: 22px !important
|
||
}
|
||
|
||
.fs-23 {
|
||
font-size: 23px !important
|
||
}
|
||
|
||
.fs-24 {
|
||
font-size: 24px !important
|
||
}
|
||
|
||
.fs-25 {
|
||
font-size: 25px !important
|
||
}
|
||
|
||
.fs-26 {
|
||
font-size: 26px !important
|
||
}
|
||
|
||
.fs-27 {
|
||
font-size: 27px !important
|
||
}
|
||
|
||
.fs-28 {
|
||
font-size: 28px !important
|
||
}
|
||
|
||
.fs-29 {
|
||
font-size: 29px !important
|
||
}
|
||
|
||
.fs-30 {
|
||
font-size: 30px;
|
||
line-height: 1.2
|
||
}
|
||
|
||
.fs-31 {
|
||
font-size: 31px !important
|
||
}
|
||
|
||
.fs-32 {
|
||
font-size: 32px !important
|
||
}
|
||
|
||
.fs-33 {
|
||
font-size: 33px !important
|
||
}
|
||
|
||
.fs-34 {
|
||
font-size: 34px !important
|
||
}
|
||
|
||
.fs-35 {
|
||
font-size: 35px !important
|
||
}
|
||
|
||
.fs-36 {
|
||
font-size: 36px !important
|
||
}
|
||
|
||
.fs-37 {
|
||
font-size: 37px !important
|
||
}
|
||
|
||
.fs-38 {
|
||
font-size: 38px !important
|
||
}
|
||
|
||
.fs-39 {
|
||
font-size: 39px !important
|
||
}
|
||
|
||
.fs-40 {
|
||
font-size: 40px !important
|
||
}
|
||
|
||
.fs-41 {
|
||
font-size: 41px !important
|
||
}
|
||
|
||
.fs-42 {
|
||
font-size: 42px !important;
|
||
line-height: 52px !important
|
||
}
|
||
|
||
.fs-43 {
|
||
font-size: 43px !important
|
||
}
|
||
|
||
.fs-44 {
|
||
font-size: 44px !important
|
||
}
|
||
|
||
.fs-45 {
|
||
font-size: 45px !important
|
||
}
|
||
|
||
.fs-46 {
|
||
font-size: 46px !important
|
||
}
|
||
|
||
.fs-47 {
|
||
font-size: 47px !important
|
||
}
|
||
|
||
.fs-48 {
|
||
font-size: 48px !important
|
||
}
|
||
|
||
.fs-49 {
|
||
font-size: 49px !important
|
||
}
|
||
|
||
.fs-50 {
|
||
font-size: 50px;
|
||
line-height: 1.2
|
||
}
|
||
|
||
.fs-51 {
|
||
font-size: 51px !important
|
||
}
|
||
|
||
.fs-52 {
|
||
font-size: 52px !important
|
||
}
|
||
|
||
.fs-53 {
|
||
font-size: 53px !important
|
||
}
|
||
|
||
.fs-54 {
|
||
font-size: 54px !important
|
||
}
|
||
|
||
.fs-55 {
|
||
font-size: 55px !important
|
||
}
|
||
|
||
.fs-56 {
|
||
font-size: 56px !important
|
||
}
|
||
|
||
.fs-57 {
|
||
font-size: 57px !important
|
||
}
|
||
|
||
.fs-58 {
|
||
font-size: 58px !important
|
||
}
|
||
|
||
.fs-59 {
|
||
font-size: 59px !important
|
||
}
|
||
|
||
.fs-60 {
|
||
font-size: 60px !important
|
||
}
|
||
|
||
.fs-61 {
|
||
font-size: 61px !important
|
||
}
|
||
|
||
.fs-62 {
|
||
font-size: 62px !important
|
||
}
|
||
|
||
.fs-63 {
|
||
font-size: 63px !important
|
||
}
|
||
|
||
.fs-64 {
|
||
font-size: 64px !important
|
||
}
|
||
|
||
.fs-65 {
|
||
font-size: 65px !important;
|
||
line-height: 75px
|
||
}
|
||
|
||
.fs-66 {
|
||
font-size: 66px !important
|
||
}
|
||
|
||
.fs-67 {
|
||
font-size: 67px !important
|
||
}
|
||
|
||
.fs-68 {
|
||
font-size: 68px !important
|
||
}
|
||
|
||
.fs-69 {
|
||
font-size: 69px !important
|
||
}
|
||
|
||
.fs-71 {
|
||
font-size: 71px !important;
|
||
line-height: 1 !important
|
||
}
|
||
|
||
.fs-72 {
|
||
font-size: 72px !important
|
||
}
|
||
|
||
.fs-73 {
|
||
font-size: 73px !important
|
||
}
|
||
|
||
.fs-74 {
|
||
font-size: 74px !important
|
||
}
|
||
|
||
.fs-75 {
|
||
font-size: 75px !important
|
||
}
|
||
|
||
.fs-76 {
|
||
font-size: 76px !important
|
||
}
|
||
|
||
.fs-77 {
|
||
font-size: 77px !important
|
||
}
|
||
|
||
.fs-78 {
|
||
font-size: 78px !important
|
||
}
|
||
|
||
.fs-79 {
|
||
font-size: 79px !important
|
||
}
|
||
|
||
.fs-81 {
|
||
font-size: 81px !important
|
||
}
|
||
|
||
.fs-82 {
|
||
font-size: 82px !important
|
||
}
|
||
|
||
.fs-83 {
|
||
font-size: 83px !important
|
||
}
|
||
|
||
.fs-84 {
|
||
font-size: 84px !important
|
||
}
|
||
|
||
.fs-85 {
|
||
font-size: 85px !important
|
||
}
|
||
|
||
.fs-86 {
|
||
font-size: 86px !important
|
||
}
|
||
|
||
.fs-87 {
|
||
font-size: 87px !important
|
||
}
|
||
|
||
.fs-88 {
|
||
font-size: 88px !important
|
||
}
|
||
|
||
.fs-89 {
|
||
font-size: 89px !important
|
||
}
|
||
|
||
.fs-91 {
|
||
font-size: 91px !important
|
||
}
|
||
|
||
.fs-92 {
|
||
font-size: 92px !important
|
||
}
|
||
|
||
.fs-93 {
|
||
font-size: 93px !important
|
||
}
|
||
|
||
.fs-94 {
|
||
font-size: 94px !important
|
||
}
|
||
|
||
.fs-95 {
|
||
font-size: 95px !important
|
||
}
|
||
|
||
.fs-96 {
|
||
font-size: 96px !important
|
||
}
|
||
|
||
.fs-97 {
|
||
font-size: 97px !important
|
||
}
|
||
|
||
.fs-98 {
|
||
font-size: 98px !important
|
||
}
|
||
|
||
.fs-99 {
|
||
font-size: 99px !important
|
||
}
|
||
|
||
.fs-100 {
|
||
font-size: 100px
|
||
}
|
||
|
||
.text-muted {
|
||
color: #9a9a9a !important
|
||
}
|
||
|
||
.header {
|
||
padding: 0 20px;
|
||
margin: -32px -32px 32px;
|
||
margin: -2rem -2rem 2rem;
|
||
-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
|
||
box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15)
|
||
}
|
||
|
||
.header-body {
|
||
padding: 24px 0;
|
||
padding: 1.5rem 0;
|
||
border-bottom: 1px solid #e4e5e7
|
||
}
|
||
|
||
.header-pretitle {
|
||
letter-spacing: .08em
|
||
}
|
||
|
||
.header-tabs {
|
||
margin-bottom: -24px;
|
||
margin-bottom: -1.5rem;
|
||
border-bottom-width: 0
|
||
}
|
||
|
||
.header-tabs.nav-tabs .nav-item {
|
||
margin-left: 12px;
|
||
margin-left: .75rem;
|
||
margin-right: 12px;
|
||
margin-right: .75rem
|
||
}
|
||
|
||
.header-tabs.nav-tabs .nav-item:first-child {
|
||
margin-left: 0
|
||
}
|
||
|
||
.header-tabs.nav-tabs .nav-link {
|
||
border: 1px solid transparent;
|
||
border-top-left-radius: 0;
|
||
border-top-right-radius: 0
|
||
}
|
||
|
||
.header-tabs.nav-tabs .nav-link {
|
||
padding: 16px 0;
|
||
padding: 1rem 0;
|
||
border-bottom: 1px solid transparent;
|
||
border-left-width: 0;
|
||
border-right-width: 0;
|
||
border-top-width: 0
|
||
}
|
||
|
||
.header-tabs.nav-tabs .nav-link:not(.active) {
|
||
color: #212529
|
||
}
|
||
|
||
.header-tabs.nav-tabs .nav-item.show .nav-link,
|
||
.header-tabs.nav-tabs .nav-link.active {
|
||
color: var(--bs-primary);
|
||
background-color: transparent;
|
||
border-color: transparent transparent var(--bs-primary)
|
||
}
|
||
|
||
.navbar-custom-menu .nav-link {
|
||
color: #7a7a7a;
|
||
font-size: 15px;
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
border-radius: .25rem;
|
||
padding: .5rem 1rem;
|
||
}
|
||
|
||
.navbar-custom-menu .nav-link:hover {
|
||
color: var(--bs-primary);
|
||
}
|
||
|
||
.navbar-custom-menu .nav-link .top-menu-icon {
|
||
font-size: 19px;
|
||
margin-right: 7px;
|
||
}
|
||
|
||
|
||
/*Navbar Dropdown*/
|
||
|
||
.navbar-custom-menu .dropdown.show .nav-link {
|
||
background-color: #efefef;
|
||
}
|
||
|
||
.dropdown-menu {
|
||
--bs-dropdown-min-width: 12rem;
|
||
--bs-dropdown-item-padding-x: 1.25rem;
|
||
--bs-dropdown-item-padding-y: 0.375rem;
|
||
--bs-dropdown-link-color: #2f2e41;
|
||
--bs-dropdown-link-hover-color: var(--bs-primary);
|
||
--bs-dropdown-link-hover-bg: #f1f1f1;
|
||
--bs-dropdown-link-active-color: var(--bs-primary);
|
||
--bs-dropdown-bg: var(--bs-white);
|
||
--bs-dropdown-link-active-bg: #f1f1f1;
|
||
--bs-dropdown-border-width: 0;
|
||
-webkit-box-shadow: 0 3px 12px rgba(27, 31, 35, .15), 0 0 1px rgba(27, 31, 35, .2);
|
||
box-shadow: 0 3px 12px rgba(27, 31, 35, .15), 0 0 1px rgba(27, 31, 35, .2);
|
||
}
|
||
|
||
@media(max-width: 1199.98px) {
|
||
.navbar-custom-menu .navbar-nav .nav-item {
|
||
border-radius: 0.5rem;
|
||
background-color: #f8f4f3;
|
||
}
|
||
|
||
.navbar-custom-menu .navbar-nav .nav-item+.nav-item {
|
||
margin-top: 7px;
|
||
}
|
||
|
||
.navbar-custom-menu .navbar-icon .navbar-nav .nav-item {
|
||
margin-top: 0;
|
||
background-color: transparent;
|
||
}
|
||
|
||
.navbar-custom-menu .navbar-nav .dropdown-menu {
|
||
border-width: 0 0 0 1px;
|
||
margin: 0 0 .75rem 1rem;
|
||
padding: 0;
|
||
border-radius: 0;
|
||
background-color: transparent;
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none;
|
||
-webkit-animation: navDropdownslideUp 0.3s ease-in-out;
|
||
animation: navDropdownslideUp 0.3s ease-in-out;
|
||
|
||
}
|
||
|
||
@-webkit-keyframes navDropdownslideUp {
|
||
from {
|
||
opacity: 0;
|
||
-webkit-transform: translateY(-10px);
|
||
transform: translateY(-10px);
|
||
}
|
||
|
||
to {
|
||
opacity: 1;
|
||
-webkit-transform: translateY(0);
|
||
transform: translateY(0);
|
||
}
|
||
}
|
||
|
||
@keyframes navDropdownslideUp {
|
||
from {
|
||
opacity: 0;
|
||
-webkit-transform: translateY(-10px);
|
||
transform: translateY(-10px);
|
||
}
|
||
|
||
to {
|
||
opacity: 1;
|
||
-webkit-transform: translateY(0);
|
||
transform: translateY(0);
|
||
}
|
||
}
|
||
}
|
||
|
||
@media(min-width: 1200px) {
|
||
.navbar-nav .dropdown-menu {
|
||
animation-duration: 0.2s;
|
||
-webkit-animation-duration: 0.2s;
|
||
animation-fill-mode: both;
|
||
-webkit-animation-fill-mode: both;
|
||
-webkit-animation-name: slideIn;
|
||
animation-name: slideIn;
|
||
}
|
||
|
||
.navbar-nav .dropdown .dropdown .dropdown-menu {
|
||
left: 100% !important;
|
||
margin-left: -0.375rem;
|
||
top: calc((var(--bs-dropdown-item-padding-y) + -5px)*-1) !important;
|
||
}
|
||
}
|
||
|
||
@keyframes slideIn {
|
||
0% {
|
||
-webkit-transform: translateY(1rem);
|
||
transform: translateY(1rem);
|
||
opacity: 0;
|
||
}
|
||
|
||
100% {
|
||
-webkit-transform: translateY(0rem);
|
||
transform: translateY(0rem);
|
||
opacity: 1;
|
||
}
|
||
|
||
0% {
|
||
-webkit-transform: translateY(1rem);
|
||
transform: translateY(1rem);
|
||
opacity: 0;
|
||
}
|
||
}
|
||
|
||
@-webkit-keyframes slideIn {
|
||
0% {
|
||
-webkit-transform: transform;
|
||
-webkit-opacity: 0;
|
||
}
|
||
|
||
100% {
|
||
-webkit-transform: translateY(0);
|
||
-webkit-opacity: 1;
|
||
}
|
||
|
||
0% {
|
||
-webkit-transform: translateY(1rem);
|
||
-webkit-opacity: 0;
|
||
}
|
||
}
|
||
|
||
.dropdown-menu-scroll {
|
||
max-height: 378px;
|
||
position: relative;
|
||
}
|
||
|
||
.dropdown-item {
|
||
color: #7a7a7a;
|
||
font-size: 14px;
|
||
}
|
||
|
||
.navbar-custom-menu .dropdown-item {
|
||
padding: .30rem 1.5rem;
|
||
position: relative;
|
||
transition: all 0.3s linear;
|
||
-webkit-transition: all 0.3s linear;
|
||
-moz-transition: all 0.3s linear;
|
||
-o-transition: all 0.3s linear;
|
||
-ms-transition: all 0.3s linear;
|
||
}
|
||
|
||
.navbar-custom-menu .dropdown-item:hover {
|
||
padding-left: 20px;
|
||
}
|
||
|
||
.navbar-custom-menu .dropdown-item:before {
|
||
position: absolute;
|
||
content: "";
|
||
top: 50%;
|
||
left: 0;
|
||
width: 0;
|
||
height: 1px;
|
||
background: #fff;
|
||
transition: all 0.3s linear;
|
||
-webkit-transition: all 0.3s linear;
|
||
-moz-transition: all 0.3s linear;
|
||
-o-transition: all 0.3s linear;
|
||
-ms-transition: all 0.3s linear;
|
||
visibility: hidden;
|
||
opacity: 0;
|
||
background: var(--bs-primary);
|
||
}
|
||
|
||
.navbar-custom-menu .dropdown-item:hover:before {
|
||
left: 0;
|
||
visibility: visible;
|
||
opacity: 1;
|
||
width: 15px;
|
||
}
|
||
|
||
.dropdown-item.active,
|
||
.dropdown-item:active,
|
||
.dropdown-item:focus,
|
||
.dropdown-item:hover {
|
||
color: var(--bs-primary);
|
||
text-decoration: none;
|
||
background-color: transparent
|
||
}
|
||
|
||
.dropdown-toggle::after {
|
||
width: auto;
|
||
height: auto;
|
||
border: none !important;
|
||
vertical-align: middle;
|
||
font-family: 'themify';
|
||
font-size: 12px;
|
||
}
|
||
|
||
.dropdown-toggle::after {
|
||
content: "\e64b";
|
||
}
|
||
|
||
/*Dropdown submenu*/
|
||
|
||
.dropdown-submenu {
|
||
position: relative;
|
||
}
|
||
|
||
.dropdown-submenu>a:after {
|
||
content: "\e649";
|
||
float: right;
|
||
border: none;
|
||
font-family: 'themify';
|
||
}
|
||
|
||
.dropdown-submenu>.dropdown-menu {
|
||
top: 0;
|
||
left: 100%;
|
||
margin-top: 0px;
|
||
margin-left: 0px;
|
||
}
|
||
|
||
@media(max-width: 1199.98px) {
|
||
.navbar-custom-menu .navbar-nav .dropdown-submenu .dropdown-menu .dropdown-item {
|
||
padding-left: 2.5rem;
|
||
}
|
||
|
||
.navbar-custom-menu .navbar-nav .dropdown-submenu.dropdown-label-three .dropdown-menu .dropdown-item {
|
||
padding-left: 3.5rem;
|
||
}
|
||
}
|
||
|
||
|
||
/*Navbar Collapse*/
|
||
|
||
@media (max-width: 1199.98px) {
|
||
.navbar-collapse {
|
||
position: fixed;
|
||
top: 1rem;
|
||
left: 1rem;
|
||
height: auto;
|
||
max-height: calc(100vh - 2rem) !important;
|
||
width: calc(100% - 2rem);
|
||
background-color: #fff;
|
||
border-radius: .375rem;
|
||
-webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
|
||
box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
|
||
overflow-x: hidden;
|
||
overflow-y: scroll;
|
||
padding: 20px;
|
||
z-index: 9;
|
||
}
|
||
|
||
.navbar-collapse.collapsing,
|
||
.navbar-collapse.show {
|
||
-webkit-transition: all .2s ease-in-out;
|
||
-o-transition: all .2s ease-in-out;
|
||
transition: all .2s ease-in-out;
|
||
transition-property: opacity, transform, -webkit-transform;
|
||
-webkit-transform-origin: top right;
|
||
-ms-transform-origin: top right;
|
||
transform-origin: top right;
|
||
}
|
||
|
||
.navbar-collapse.show {
|
||
opacity: 1;
|
||
-webkit-transform: scale(1);
|
||
-ms-transform: scale(1);
|
||
transform: scale(1);
|
||
}
|
||
|
||
.navbar-collapse.collapsing {
|
||
opacity: 0;
|
||
-webkit-transform: scale(0.9);
|
||
-ms-transform: scale(0.9);
|
||
transform: scale(0.9);
|
||
}
|
||
|
||
.navbar-collapse .navbar-toggler {
|
||
position: absolute;
|
||
top: 8px;
|
||
right: 8px;
|
||
height: 32px;
|
||
width: 32px;
|
||
background-color: var(--bs-primary);
|
||
border-radius: 50%;
|
||
z-index: 1;
|
||
}
|
||
|
||
.navbar-collapse .navbar-toggler span {
|
||
position: absolute;
|
||
display: block;
|
||
width: 70%;
|
||
height: 2px;
|
||
opacity: 1;
|
||
border-radius: 2px;
|
||
background: var(--bs-white);
|
||
}
|
||
|
||
.navbar-collapse .navbar-toggler span:nth-child(1) {
|
||
-webkit-transform: rotate(135deg);
|
||
-ms-transform: rotate(135deg);
|
||
transform: rotate(135deg);
|
||
}
|
||
|
||
.navbar-collapse .navbar-toggler span:nth-child(2) {
|
||
-webkit-transform: rotate(-135deg);
|
||
-ms-transform: rotate(-135deg);
|
||
transform: rotate(-135deg);
|
||
}
|
||
}
|
||
|
||
.navbar-custom-menu.navbar {
|
||
background: #fff;
|
||
border-radius: 0;
|
||
height: 65px;
|
||
z-index: 9;
|
||
border: 0;
|
||
padding: 0 24px;
|
||
padding: 0 1rem;
|
||
-webkit-transition: all .3s;
|
||
-o-transition: all .3s;
|
||
transition: all .3s;
|
||
-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
|
||
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
|
||
}
|
||
|
||
.navbar-custom-menu .navbar-icon {
|
||
margin-left: auto;
|
||
}
|
||
|
||
.navbar-custom-menu .navbar-icon .navbar-nav .nav-link,
|
||
.navbar-toggler {
|
||
position: relative;
|
||
/*font-size: 23px;*/
|
||
font-size: 21px;
|
||
color: #494c57;
|
||
padding: 7px;
|
||
line-height: 1;
|
||
background-color: #fff;
|
||
height: 40px;
|
||
width: 40px;
|
||
text-align: center;
|
||
margin: 0 3px;
|
||
border-radius: .25rem;
|
||
/*box-shadow: 0 0 35px 0 rgba(80, 80, 80, .15);*/
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-pack: center;
|
||
-ms-flex-pack: center;
|
||
justify-content: center;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
border: 1px solid #ececec;
|
||
}
|
||
|
||
.navbar-toggler:hover,
|
||
.navbar-custom-menu .navbar-icon .navbar-nav .nav-link:hover,
|
||
.navbar-custom-menu .navbar-icon .navbar-nav .dropdown.show .nav-link {
|
||
color: var(--bs-white);
|
||
background-color:var(--bs-primary)
|
||
}
|
||
|
||
.sidebar-toggle-icon {
|
||
display: block;
|
||
position: relative;
|
||
margin: 0;
|
||
padding: 0;
|
||
width: 28px;
|
||
height: 28px;
|
||
font-size: 0;
|
||
text-indent: -9999px;
|
||
cursor: pointer;
|
||
margin-right: .5rem;
|
||
}
|
||
|
||
.sidebar-toggle-icon span {
|
||
display: block;
|
||
position: absolute;
|
||
top: 13px;
|
||
height: 2px;
|
||
min-height: 1px;
|
||
width: 100%;
|
||
border-radius: 0;
|
||
background: var(--bs-primary);
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.sidebar-toggle-icon span:after,
|
||
.sidebar-toggle-icon span:before {
|
||
position: absolute;
|
||
display: block;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 2px;
|
||
min-height: 1px;
|
||
content: "";
|
||
border-radius: 0;
|
||
-webkit-transition: all .4s ease;
|
||
-o-transition: all .4s ease;
|
||
transition: all .4s ease;
|
||
background: var(--bs-primary);
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.sidebar-toggle-icon span:before {
|
||
top: -7px;
|
||
left: auto;
|
||
right: 0;
|
||
width: 50%
|
||
}
|
||
|
||
.sidebar-toggle-icon.toggled span:before {
|
||
left: 0;
|
||
right: auto;
|
||
width: 50%
|
||
}
|
||
|
||
.sidebar-toggle-icon span:after {
|
||
bottom: -7px;
|
||
left: auto;
|
||
right: 0;
|
||
width: 75%
|
||
}
|
||
|
||
.sidebar-toggle-icon.toggled span:after {
|
||
left: 0;
|
||
right: auto;
|
||
width: 75%
|
||
}
|
||
|
||
.navbar-custom-menu .navbar-icon .dropdown-menu {
|
||
margin: 0;
|
||
right: 0;
|
||
left: auto;
|
||
border-radius: 2px;
|
||
padding: 20px 20px 15px;
|
||
border: 0;
|
||
-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
|
||
box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
|
||
animation-duration: 0.2s;
|
||
-webkit-animation-duration: 0.2s;
|
||
animation-fill-mode: both;
|
||
-webkit-animation-fill-mode: both;
|
||
-webkit-animation-name: slideIn;
|
||
animation-name: slideIn;
|
||
}
|
||
|
||
.navbar-custom-menu .navbar-icon .dropdown-toggle:after {
|
||
display: none
|
||
}
|
||
|
||
.navbar-custom-menu .badge-dot:before {
|
||
content: '';
|
||
position: absolute;
|
||
top: 8px;
|
||
right: 12px;
|
||
width: 7px;
|
||
height: 7px;
|
||
background-color: #f13a4b;
|
||
border-radius: 50%
|
||
}
|
||
|
||
@media (max-width:1199.98px) {
|
||
|
||
.navbar-custom-menu .dropdown,
|
||
.navbar-custom-menu .dropleft,
|
||
.navbar-custom-menu .dropright,
|
||
.navbar-custom-menu .dropup {
|
||
position: static
|
||
}
|
||
|
||
.navbar-custom-menu .navbar-icon .dropdown-menu {
|
||
right: 5%;
|
||
left: auto;
|
||
width: 280px;
|
||
position: absolute
|
||
}
|
||
}
|
||
|
||
@media (min-width:992px) {
|
||
.navbar-custom-menu .navbar-icon .dropdown-menu {
|
||
min-width: 20rem
|
||
}
|
||
}
|
||
|
||
.quick-actions .dropdown-menu {
|
||
padding: 16px;
|
||
padding: 1rem
|
||
}
|
||
|
||
.quick-actions .row {
|
||
margin: 0
|
||
}
|
||
|
||
.quick-actions [class*=col-] {
|
||
padding: 0
|
||
}
|
||
|
||
.quick-actions [class*=col-]:nth-child(n+4) {
|
||
margin-bottom: 0
|
||
}
|
||
|
||
.quick-actions .icon-menu-item {
|
||
color: #9d9fa2;
|
||
text-align: center;
|
||
padding: 16px 0;
|
||
padding: 1rem 0
|
||
}
|
||
|
||
.quick-actions .icon-menu-item i {
|
||
font-size: 27px;
|
||
width: 45px;
|
||
height: 45px;
|
||
border-radius: 50%;
|
||
line-height: 45px;
|
||
background-color: #f5f5f5;
|
||
-webkit-transition: background-color .3s;
|
||
-o-transition: background-color .3s;
|
||
transition: background-color .3s;
|
||
margin: 0 auto;
|
||
color: rgba(0, 0, 0, .5)
|
||
}
|
||
|
||
.quick-actions .icon-menu-item:hover i {
|
||
background-color: #e4e5e6
|
||
}
|
||
|
||
.quick-actions .icon-menu-item span {
|
||
text-align: center;
|
||
font-size: 13px
|
||
}
|
||
|
||
.notification-title {
|
||
font-size: 18px;
|
||
font-weight: 700;
|
||
color: #212229;
|
||
margin-bottom: 5px;
|
||
line-height: 1
|
||
}
|
||
|
||
.notification-text {
|
||
font-size: 13px;
|
||
margin-bottom: 15px
|
||
}
|
||
|
||
.notification-list .notification {
|
||
padding: 10px 0;
|
||
position: relative
|
||
}
|
||
|
||
.notification-list .notification:not(:last-child)::before {
|
||
content: '';
|
||
position: absolute;
|
||
top: 1rem;
|
||
left: 1.15rem;
|
||
height: 100%;
|
||
border-left: 1px solid #eff2f7;
|
||
}
|
||
|
||
.img-user {
|
||
display: block;
|
||
position: relative;
|
||
width: 36px;
|
||
height: 36px;
|
||
border-radius: 100%
|
||
}
|
||
|
||
.img-user:after {
|
||
content: '';
|
||
position: absolute;
|
||
bottom: 0;
|
||
right: 3px;
|
||
width: 6px;
|
||
height: 6px;
|
||
background-color: #969dab;
|
||
-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .95);
|
||
box-shadow: 0 0 0 2px rgba(255, 255, 255, .95);
|
||
border-radius: 100%
|
||
}
|
||
|
||
.img-user.online:after {
|
||
background-color: #3bb001
|
||
}
|
||
|
||
.img-user img {
|
||
width: 100%;
|
||
height: 100%;
|
||
-o-object-fit: cover;
|
||
object-fit: cover;
|
||
border-radius: 100%
|
||
}
|
||
|
||
.notification-list .notification-body {
|
||
margin-left: 15px;
|
||
font-size: 13px;
|
||
}
|
||
|
||
.notification-list .notification-body h6,
|
||
.notification-list .notification-body .h6 {
|
||
font-size: 0.90625rem;
|
||
margin-bottom: 5px;
|
||
line-height: 1.3;
|
||
}
|
||
|
||
.notification-list .notification-body span {
|
||
font-size: 12px;
|
||
}
|
||
|
||
.dropdown-footer {
|
||
text-align: center;
|
||
padding-top: 10px;
|
||
font-size: 13px;
|
||
border-top: 1px dotted #ced4da
|
||
}
|
||
|
||
.user-menu {
|
||
position: relative
|
||
}
|
||
|
||
.user-menu>.img-user {
|
||
outline: 0;
|
||
width: 30px;
|
||
height: 30px;
|
||
padding: 0 !important;
|
||
display: block
|
||
}
|
||
|
||
@media (min-width:992px) {
|
||
.navbar-icon .user-menu .dropdown-menu {
|
||
min-width: 15rem
|
||
}
|
||
|
||
.navbar-icon .notification .dropdown-menu,
|
||
.navbar-icon .quick-actions .dropdown-menu,
|
||
.navbar-icon .user-menu .dropdown-menu {
|
||
top: 52px;
|
||
right: -10px
|
||
}
|
||
}
|
||
|
||
.navbar-icon .user-menu .dropdown-item {
|
||
position: relative;
|
||
padding: 0;
|
||
height: 38px;
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
font-size: 13px;
|
||
color: #494c57;
|
||
font-weight: 600;
|
||
margin: 0;
|
||
}
|
||
|
||
.navbar-icon .user-menu .dropdown-item:before {
|
||
display: none;
|
||
}
|
||
|
||
.navbar-icon .user-menu .dropdown-item i,
|
||
.navbar-icon .user-menu .dropdown-item svg {
|
||
font-size: 22px;
|
||
margin-right: 10px;
|
||
width: 20px;
|
||
text-align: center
|
||
}
|
||
|
||
.navbar-icon .user-menu .dropdown-item:focus,
|
||
.navbar-icon .user-menu .dropdown-item:hover {
|
||
background-color: transparent;
|
||
color: var(--bs-primary)
|
||
}
|
||
|
||
.navbar-icon .user-menu .dropdown-item+.dropdown-item {
|
||
border-top: 1px dotted #ced4da
|
||
}
|
||
|
||
.navbar-icon .user-menu .dropdown-item:last-child {
|
||
margin-bottom: 10px
|
||
}
|
||
|
||
@media (min-width:576px) {
|
||
.user-menu.show .img-user:before {
|
||
display: block
|
||
}
|
||
}
|
||
|
||
.user-menu.show .dropdown-menu {
|
||
display: block
|
||
}
|
||
|
||
.user-header {
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-orient: vertical;
|
||
-webkit-box-direction: normal;
|
||
-ms-flex-direction: column;
|
||
flex-direction: column;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
padding: 0 0 20px
|
||
}
|
||
|
||
.user-header .img-user {
|
||
width: 70px;
|
||
height: 70px;
|
||
margin-bottom: 20px
|
||
}
|
||
|
||
@media (min-width:576px) {
|
||
.user-header .img-user {
|
||
width: 70px;
|
||
height: 70px
|
||
}
|
||
}
|
||
|
||
.user-header .img-user:after {
|
||
display: none
|
||
}
|
||
|
||
.user-header h6 {
|
||
font-size: 24px;
|
||
font-weight: 700;
|
||
color: #212229;
|
||
margin-bottom: 0
|
||
}
|
||
|
||
@media (min-width:576px) {
|
||
.user-header h6 {
|
||
font-size: 18px
|
||
}
|
||
}
|
||
|
||
.user-header span {
|
||
display: block;
|
||
font-size: 13px;
|
||
color: #70737c
|
||
}
|
||
|
||
.navbar-user {
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-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;
|
||
-ms-flex-pack: distribute;
|
||
justify-content: space-around;
|
||
width: 100%;
|
||
background-color: #1c1f22;
|
||
border-top: 1px solid #3a4046
|
||
}
|
||
|
||
.icon i {
|
||
display: block;
|
||
min-width: 1.5em;
|
||
min-height: 1.5em;
|
||
text-align: center;
|
||
font-size: 24px
|
||
}
|
||
|
||
@media (min-width:768px) {
|
||
.navbar-user {
|
||
margin-right: -1.5rem;
|
||
padding: 1rem
|
||
}
|
||
|
||
.settings {
|
||
position: relative
|
||
}
|
||
|
||
.navbar-user .settings .dropdown-menu {
|
||
top: auto !important;
|
||
bottom: 100%;
|
||
margin-top: 0;
|
||
margin-bottom: 0
|
||
}
|
||
|
||
.navbar-user .settings .dropdown-menu {
|
||
left: 50% !important;
|
||
-webkit-transform: translateX(-50%) !important;
|
||
-ms-transform: translateX(-50%) !important;
|
||
transform: translateX(-50%) !important
|
||
}
|
||
}
|
||
|
||
.nav-clock .time>span:not(:last-child):after {
|
||
content: ':';
|
||
width: 10px;
|
||
text-align: center;
|
||
display: inline-block;
|
||
position: relative;
|
||
top: -1px;
|
||
right: -2px
|
||
}
|
||
|
||
@media(max-width:767px) {
|
||
.nav-clock {
|
||
display: none
|
||
}
|
||
}
|
||
|
||
.wrapper {
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex
|
||
}
|
||
|
||
.sidebar {
|
||
min-width: 250px;
|
||
max-width: 250px;
|
||
/*height: 100vh;*/
|
||
background: #fff;
|
||
min-height: 100vh;
|
||
z-index: 10;
|
||
-webkit-transition: all .3s;
|
||
-o-transition: all .3s;
|
||
transition: all .3s;
|
||
border-right: 1px solid #e4e4e4;
|
||
-webkit-box-shadow: 0 2px 4px 0 rgba(155, 155, 155, .2);
|
||
box-shadow: 0 2px 4px 0 rgba(155, 155, 155, .2)
|
||
}
|
||
|
||
.sidebar-bunker {
|
||
background-color: #1c1f22;
|
||
border-right-width: 0
|
||
}
|
||
|
||
|
||
/* Sidebar mini*/
|
||
|
||
@media(min-width: 768px) {
|
||
.sidebar-collapse .sidebar {
|
||
margin-left: 0;
|
||
min-width: 70px;
|
||
max-width: 70px;
|
||
}
|
||
|
||
.sidebar-collapse_hover .sidebar {
|
||
min-width: 250px;
|
||
max-width: 250px;
|
||
}
|
||
|
||
.sidebar-collapse .sidebar-header .sidebar-brand .sidebar-brand_text,
|
||
.sidebar-collapse .profile-element .profile-text,
|
||
.sidebar-collapse .sidebar-form,
|
||
.sidebar-collapse .sidebar-body .nav-label .nav-label_text,
|
||
.sidebar-collapse.sidebar-collapse_hover .sidebar-body .nav-label .nav-label_ellipsis,
|
||
.sidebar-collapse .metismenu .has-arrow::after,
|
||
.sidebar-collapse .sidebar-nav ul li.mm-active .mm-show {
|
||
display: none;
|
||
}
|
||
|
||
.sidebar-collapse.sidebar-collapse_hover .sidebar-header .sidebar-brand .sidebar-brand_text,
|
||
.sidebar-collapse.sidebar-collapse_hover .profile-element .profile-text,
|
||
.sidebar-collapse.sidebar-collapse_hover .sidebar-form,
|
||
.sidebar-collapse.sidebar-collapse_hover .sidebar-body .nav-label .nav-label_text,
|
||
.sidebar-collapse .sidebar-body .nav-label .nav-label_ellipsis,
|
||
.sidebar-collapse.sidebar-collapse_hover .metismenu .has-arrow::after,
|
||
.sidebar-collapse.sidebar-collapse_hover .sidebar-nav ul li.mm-active .mm-show {
|
||
display: block;
|
||
}
|
||
|
||
.sidebar-collapsed .sidebar+.content-wrapper {
|
||
margin-left: 0;
|
||
}
|
||
}
|
||
|
||
.overlay {
|
||
display: none;
|
||
position: fixed;
|
||
width: 100vw;
|
||
height: 100vh;
|
||
background: rgba(0, 0, 0, .7);
|
||
z-index: 998;
|
||
opacity: 0;
|
||
-webkit-transition: all .5s ease-in-out;
|
||
-o-transition: all .5s ease-in-out;
|
||
transition: all .5s ease-in-out
|
||
}
|
||
|
||
@media(max-width:767px) {
|
||
.sidebar {
|
||
position: fixed;
|
||
top: 0;
|
||
left: -250px;
|
||
height: 100vh;
|
||
z-index: 999;
|
||
-webkit-transition: all .3s;
|
||
-o-transition: all .3s;
|
||
transition: all .3s;
|
||
overflow-y: scroll
|
||
}
|
||
|
||
.sidebar.active {
|
||
left: 0
|
||
}
|
||
|
||
.overlay.active {
|
||
display: block;
|
||
opacity: 1
|
||
}
|
||
}
|
||
|
||
.sidebar-header,
|
||
.sidebar-icon-header {
|
||
-ms-flex-negative: 0;
|
||
flex-shrink: 0;
|
||
height: 65px;
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
padding: 0 17px;
|
||
}
|
||
|
||
.sidebar-header .sidebar-brand {
|
||
font-size: 28px;
|
||
color: #212229;
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
line-height: 1;
|
||
}
|
||
|
||
.sidebar-header .sidebar-brand .sidebar-brand_text {
|
||
color: var(--bs-primary);
|
||
padding-left: 8px;
|
||
-webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein;
|
||
animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein;
|
||
}
|
||
|
||
@-webkit-keyframes fadein {
|
||
from {
|
||
-webkit-transform: translate3d(0, 6px, 0);
|
||
transform: translate3d(0, 6px, 0);
|
||
opacity: 0;
|
||
}
|
||
|
||
to {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
|
||
@keyframes fadein {
|
||
from {
|
||
-webkit-transform: translate3d(0, 6px, 0);
|
||
transform: translate3d(0, 6px, 0);
|
||
opacity: 0;
|
||
}
|
||
|
||
to {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
opacity: 1;
|
||
}
|
||
}
|
||
|
||
.sidebar-header .sidebar-brand .sidebar-brand_text span {
|
||
color: #fff;
|
||
}
|
||
|
||
.sidebar-header .sidebar-brand .sidebar-brand_icon {
|
||
height: 36px;
|
||
width: 36px;
|
||
}
|
||
|
||
.profile-element {
|
||
padding: 20px 15px;
|
||
}
|
||
|
||
.profile-element .avatar {
|
||
width: 40px;
|
||
height: 40px;
|
||
position: relative
|
||
}
|
||
|
||
.profile-element .avatar img {
|
||
height: 100%;
|
||
width: 100%;
|
||
-o-object-fit: cover;
|
||
object-fit: cover;
|
||
}
|
||
|
||
.profile-element .avatar:after {
|
||
content: '';
|
||
position: absolute;
|
||
bottom: 0;
|
||
right: 3px;
|
||
width: 6px;
|
||
height: 6px;
|
||
background-color: #969dab;
|
||
-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .95);
|
||
box-shadow: 0 0 0 2px rgba(255, 255, 255, .95);
|
||
border-radius: 100%
|
||
}
|
||
|
||
.profile-element .avatar.online:after {
|
||
background-color: #3bb001
|
||
}
|
||
|
||
.profile-element .profile-text {
|
||
margin-left: 12px
|
||
}
|
||
|
||
.sidebar-bunker .profile-element .profile-text h6 {
|
||
color: #fff
|
||
}
|
||
|
||
.profile-element .profile-text span {
|
||
display: block;
|
||
color: #70737c;
|
||
font-size: 13px;
|
||
line-height: 15px
|
||
}
|
||
|
||
.sidebar-bunker .profile-element .profile-text span {
|
||
color: #a5a9ad
|
||
}
|
||
|
||
.search {
|
||
position: relative
|
||
}
|
||
|
||
.navbar-custom-menu .search {
|
||
width: 230px;
|
||
margin-left: 20px;
|
||
display: none
|
||
}
|
||
|
||
@media(min-width:992px) {
|
||
.navbar-custom-menu .search {
|
||
display: block
|
||
}
|
||
}
|
||
|
||
.sidebar-form {
|
||
margin: 0 15px 20px
|
||
}
|
||
|
||
.search__text {
|
||
width: 100%;
|
||
height: 40px;
|
||
height: 2.5rem;
|
||
font-size: 15px;
|
||
color: #7a7a7a;
|
||
border-radius: 30px;
|
||
padding-left: 40px;
|
||
padding-left: 2.5rem;
|
||
background-color: #f5f5f5;
|
||
border: 1px solid #f5f5f5;
|
||
-webkit-transition: background-color .3s, color .3s;
|
||
-o-transition: background-color .3s, color .3s;
|
||
transition: background-color .3s, color .3s
|
||
}
|
||
|
||
.sidebar-bunker .search__text {
|
||
color: #a5a9ad;
|
||
background-color: #1c1f22;
|
||
border: 1px solid #5a626b;
|
||
border-radius: 4px
|
||
}
|
||
|
||
.search__text:focus {
|
||
background-color: #fff;
|
||
border-color: #fff;
|
||
outline: 0
|
||
}
|
||
|
||
.search__helper {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
font-size: 23px;
|
||
height: 100%;
|
||
width: 40px;
|
||
width: 2.5rem;
|
||
text-align: center;
|
||
line-height: 40px;
|
||
line-height: 2.5rem;
|
||
cursor: pointer;
|
||
color: #a6a6a6;
|
||
z-index: 4;
|
||
transition: color .3s, -webkit-transform .4s;
|
||
-webkit-transition: color .3s, -webkit-transform .4s;
|
||
-o-transition: color .3s, transform .4s;
|
||
transition: color .3s, transform .4s;
|
||
transition: color .3s, transform .4s, -webkit-transform .4s
|
||
}
|
||
|
||
.search--focus .search__helper {
|
||
-webkit-transform: rotate(180deg);
|
||
-ms-transform: rotate(180deg);
|
||
transform: rotate(180deg);
|
||
line-height: 40px;
|
||
line-height: 2.5rem
|
||
}
|
||
|
||
.search--focus .search__helper:before {
|
||
content: '\e01b'
|
||
}
|
||
|
||
.search-content {
|
||
pointer-events: auto
|
||
}
|
||
|
||
.search-form {
|
||
display: block;
|
||
position: relative;
|
||
z-index: 700;
|
||
background: #fff;
|
||
border-radius: .375rem;
|
||
margin: auto
|
||
}
|
||
|
||
.search-form .icon-addon-text {
|
||
padding: 12px 20px;
|
||
padding: .75rem 1.25rem
|
||
}
|
||
|
||
.search-form .form-control {
|
||
border: 0;
|
||
height: 68px;
|
||
color: #454545;
|
||
padding-left: 0;
|
||
font-size: 20px;
|
||
font-size: 1.25rem
|
||
}
|
||
|
||
.search-form .form-control:focus {
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none
|
||
}
|
||
|
||
.search-suggestions {
|
||
min-height: 150px;
|
||
padding: 24px;
|
||
padding: 1.5rem;
|
||
background: #fff;
|
||
margin: auto;
|
||
border-radius: .375rem;
|
||
position: relative;
|
||
opacity: 0;
|
||
-webkit-transition: opacity .3s;
|
||
-o-transition: opacity .3s;
|
||
transition: opacity .3s;
|
||
-o-transition-delay: 0s;
|
||
transition-delay: 0s;
|
||
-webkit-transition-delay: .21s;
|
||
-o-transition-delay: .21s;
|
||
transition-delay: .21s
|
||
}
|
||
|
||
.modal.show .search-suggestions {
|
||
opacity: 1
|
||
}
|
||
|
||
.search-suggestions:before {
|
||
background: #fff;
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none;
|
||
content: "";
|
||
display: block;
|
||
height: 16px;
|
||
width: 16px;
|
||
left: 20px;
|
||
position: absolute;
|
||
bottom: 100%;
|
||
-webkit-transform: rotate(-45deg) translateY(1rem);
|
||
-ms-transform: rotate(-45deg) translateY(1rem);
|
||
transform: rotate(-45deg) translateY(1rem);
|
||
z-index: -5;
|
||
border-radius: .2rem
|
||
}
|
||
|
||
.search-suggestions .list-unstyled .list-link {
|
||
display: block;
|
||
padding-top: 4.8px;
|
||
padding-top: .3rem;
|
||
padding-bottom: 4.8px;
|
||
padding-bottom: .3rem;
|
||
font-size: 15px;
|
||
color: #9a9a9a
|
||
}
|
||
|
||
.search-suggestions .list-unstyled .list-link i {
|
||
margin-right: 8px;
|
||
margin-right: .5rem;
|
||
vertical-align: middle
|
||
}
|
||
|
||
.search-suggestions .list-link span {
|
||
font-weight: 600;
|
||
color: #212529
|
||
}
|
||
|
||
.search-suggestions .list-link:hover span,
|
||
.search-suggestions .list-unstyled .list-link:hover {
|
||
color: var(--bs-primary)
|
||
}
|
||
|
||
@media(min-width:992px) {
|
||
|
||
.sidebar-search .modal-lg,
|
||
.sidebar-search .modal-xl {
|
||
max-width: 765px
|
||
}
|
||
}
|
||
|
||
.sidebar-body .nav-label {
|
||
text-transform: uppercase;
|
||
font-size: 11px;
|
||
font-weight: 600;
|
||
letter-spacing: .5px;
|
||
color: #70737c;
|
||
padding-bottom: 5px;
|
||
padding: 12px 25px
|
||
}
|
||
|
||
.sidebar-body .nav-label .nav-label_ellipsis {
|
||
font-size: 18px;
|
||
color: #717579;
|
||
display: none;
|
||
}
|
||
|
||
.sidebar-bunker .sidebar-body .nav-label {
|
||
color: #fff
|
||
}
|
||
|
||
.sidebar-nav ul {
|
||
margin: 0;
|
||
padding: 0;
|
||
list-style: none
|
||
}
|
||
|
||
.sidebar-nav ul li {
|
||
padding: 0 15px;
|
||
position: relative;
|
||
white-space: nowrap
|
||
}
|
||
|
||
.sidebar-nav ul li a {
|
||
font-weight: 600;
|
||
font-size: 14px;
|
||
color: #a5a9ad;
|
||
padding: 10px;
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
-webkit-transition: .3s;
|
||
-o-transition: .3s;
|
||
transition: .3s;
|
||
border-radius: .25rem;
|
||
overflow: hidden;
|
||
-o-text-overflow: ellipsis;
|
||
text-overflow: ellipsis
|
||
}
|
||
|
||
.sidebar-nav ul li a:hover {
|
||
color: #fff;
|
||
}
|
||
|
||
.sidebar-nav ul li.mm-active a {
|
||
color: #fff;
|
||
background-color: var(--bs-primary);
|
||
-webkit-box-shadow: 0 0 10px 1px rgba(55, 160, 0, .7);
|
||
box-shadow: 0 0 10px 1px rgba(55, 160, 0, .7)
|
||
}
|
||
|
||
.sidebar-nav ul li .nav-second-level li {
|
||
padding: 0
|
||
}
|
||
|
||
.sidebar-nav ul li .nav-second-level li a {
|
||
padding-left: 39px;
|
||
padding-top: 7px;
|
||
padding-bottom: 7px;
|
||
color: #a5a9ad;
|
||
background-color: transparent;
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none;
|
||
font-weight: 500
|
||
}
|
||
|
||
.sidebar-nav ul li .nav-second-level li a:hover {
|
||
color: #fff;
|
||
}
|
||
|
||
.sidebar-nav ul li.mm-active ul li.mm-active a {
|
||
color: #fff;
|
||
font-weight: 600
|
||
}
|
||
|
||
.sidebar-nav ul li .nav-second-level li .nav-third-level li a {
|
||
padding-left: 61px
|
||
}
|
||
|
||
.sidebar-nav ul li.mm-active .nav-second-level li.mm-active .nav-third-level li a {
|
||
color: #a5a9ad;
|
||
font-weight: 500
|
||
}
|
||
|
||
.sidebar-nav ul li.mm-active .nav-second-level li.mm-active .nav-third-level li.mm-active a {
|
||
color: #fff;
|
||
font-weight: 700
|
||
}
|
||
|
||
.sidebar-nav ul li.mm-active .nav-second-level li.mm-active .nav-third-level li.mm-active .nav-fourth-level li a {
|
||
color: #a5a9ad;
|
||
font-weight: 500;
|
||
padding-left: 81px
|
||
}
|
||
|
||
.sidebar-nav ul li a i {
|
||
/*font-size: 23px;*/
|
||
font-size: 21px;
|
||
line-height: 1;
|
||
margin-right: .5rem;
|
||
}
|
||
|
||
.sidebar-nav ul li a .badge {
|
||
margin-left: auto;
|
||
}
|
||
|
||
.material-ripple {
|
||
position: relative;
|
||
overflow: hidden;
|
||
cursor: pointer;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none
|
||
}
|
||
|
||
.material-ink {
|
||
position: absolute;
|
||
background: #bdc3c7;
|
||
border-radius: 50%;
|
||
-webkit-transform: scale(0);
|
||
-ms-transform: scale(0);
|
||
transform: scale(0);
|
||
opacity: .4
|
||
}
|
||
|
||
.blue-ripple>.material-ink {
|
||
background-color: #5c6ac4
|
||
}
|
||
|
||
.material-ink.animate {
|
||
-webkit-animation: ripple .6s linear;
|
||
animation: ripple .6s linear
|
||
}
|
||
|
||
@-webkit-keyframes ripple {
|
||
100% {
|
||
-webkit-transform: scale(2.5);
|
||
transform: scale(2.5);
|
||
opacity: 0
|
||
}
|
||
}
|
||
|
||
@keyframes ripple {
|
||
100% {
|
||
-webkit-transform: scale(2.5);
|
||
transform: scale(2.5);
|
||
opacity: 0
|
||
}
|
||
}
|
||
|
||
.sidebar-nav ul li span.nav-tag {
|
||
background-color: rgba(255, 255, 255, .2);
|
||
font-weight: 600;
|
||
display: inline-block;
|
||
font-size: 11px;
|
||
line-height: 20px;
|
||
color: #fff;
|
||
padding: 0;
|
||
padding: 0 7px;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
text-align: center;
|
||
min-width: 20px;
|
||
height: 20px;
|
||
letter-spacing: -.5px;
|
||
text-align: center;
|
||
border-radius: 50px;
|
||
margin-left: 4px
|
||
}
|
||
|
||
.sidebar-nav ul li span.nav-tag.green {
|
||
background-color: #64bc36
|
||
}
|
||
|
||
.sidebar-nav ul li span.nav-tag.yellow {
|
||
background-color: #b9be1c
|
||
}
|
||
|
||
.sidebar-nav ul li span.nav-tag.red {
|
||
background-color: #ee3535
|
||
}
|
||
|
||
.ps {
|
||
overflow: hidden
|
||
}
|
||
|
||
.ps>.ps__rail-y {
|
||
width: 9px;
|
||
background-color: transparent;
|
||
z-index: 10;
|
||
position: absolute;
|
||
left: auto !important;
|
||
right: 0;
|
||
opacity: 0;
|
||
-webkit-transition: opacity .2s;
|
||
-o-transition: opacity .2s;
|
||
transition: opacity .2s
|
||
}
|
||
|
||
@media screen and (prefers-reduced-motion:reduce) {
|
||
.ps>.ps__rail-y {
|
||
-webkit-transition: none;
|
||
-o-transition: none;
|
||
transition: none
|
||
}
|
||
}
|
||
|
||
.ps>.ps__rail-y>.ps__thumb-y {
|
||
position: absolute;
|
||
border-radius: 0;
|
||
width: 9px;
|
||
left: 0;
|
||
background-color: #d7d8da
|
||
}
|
||
|
||
.ps.ps--active-y:focus>.ps__rail-y,
|
||
.ps.ps--active-y:hover>.ps__rail-y {
|
||
opacity: 1
|
||
}
|
||
|
||
.fixed .content-wrapper {
|
||
min-height: calc(100vh - 0px)
|
||
}
|
||
|
||
@media (min-width:768px) {
|
||
.fixed .sidebar {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
bottom: 0
|
||
}
|
||
|
||
.fixed .sidebar .sidebar-body {
|
||
height: calc(100vh - 205px);
|
||
position: relative
|
||
}
|
||
|
||
.fixed .content-wrapper {
|
||
min-height: calc(100vh - 65px)
|
||
}
|
||
|
||
.fixed .sidebar+.content-wrapper {
|
||
margin-left: 250px;
|
||
margin-top: 65px
|
||
}
|
||
|
||
.fixed.fixed.sidebar-collapse_hover .sidebar+.content-wrapper {
|
||
margin-left: 250px;
|
||
}
|
||
|
||
.fixed .active.sidebar+.content-wrapper {
|
||
margin-left: 250px
|
||
}
|
||
|
||
.fixed.sidebar-collapse .sidebar+.content-wrapper {
|
||
margin-left: 70px
|
||
}
|
||
|
||
.fixed .navbar-custom-menu.navbar {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 250px;
|
||
right: 0
|
||
}
|
||
|
||
.fixed .navbar-custom-menu.navbar.active {
|
||
left: 250px;
|
||
}
|
||
|
||
.fixed.sidebar-collapse .navbar-custom-menu.navbar {
|
||
left: 70px;
|
||
}
|
||
|
||
.fixed.sidebar-collapse_hover .navbar-custom-menu.navbar {
|
||
left: 250px;
|
||
}
|
||
}
|
||
|
||
@media (min-width:768px) {
|
||
.side-nav.fixed .sidebar+.content-wrapper {
|
||
margin-top: 0
|
||
}
|
||
|
||
.side-nav.fixed .content-wrapper {
|
||
min-height: calc(100vh - 0px)
|
||
}
|
||
|
||
.side-nav.fixed .navbar-custom-menu.navbar {
|
||
display: none
|
||
}
|
||
}
|
||
|
||
@media (max-width:767px) {
|
||
.side-nav.fixed .sidebar .navbar-user {
|
||
display: none !important
|
||
}
|
||
}
|
||
|
||
.content-wrapper {
|
||
width: 100%;
|
||
overflow-x: hidden;
|
||
-webkit-transition: all .3s;
|
||
-o-transition: all .3s;
|
||
transition: all .3s;
|
||
-webkit-box-orient: vertical !important;
|
||
-webkit-box-direction: normal !important;
|
||
-ms-flex-direction: column !important;
|
||
flex-direction: column !important;
|
||
display: -webkit-box !important;
|
||
display: -ms-flexbox !important;
|
||
display: flex !important;
|
||
min-height: calc(100vh - 0px);
|
||
}
|
||
|
||
.main-content {
|
||
-webkit-box-flex: 1;
|
||
-ms-flex: 1 0 auto;
|
||
flex: 1 0 auto
|
||
}
|
||
|
||
.content-header {
|
||
position: relative;
|
||
padding: 1.5rem 1.5rem 0
|
||
}
|
||
|
||
.page-header {
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.page-title {
|
||
font-size: 22px;
|
||
font-weight: 600;
|
||
color: #444;
|
||
line-height: 30px;
|
||
margin-bottom: 0px;
|
||
}
|
||
|
||
.breadcrumbs {
|
||
list-style: none;
|
||
display: inline;
|
||
width: auto;
|
||
border-left: 1px solid #d6d6d6;
|
||
margin-left: 20px;
|
||
padding-left: 20px;
|
||
margin-bottom: 0;
|
||
height: 100%;
|
||
}
|
||
|
||
.breadcrumbs li {
|
||
display: inline-block;
|
||
}
|
||
|
||
.breadcrumbs li a {
|
||
color: #575962;
|
||
font-size: 14px;
|
||
font-weight: 600;
|
||
}
|
||
|
||
.breadcrumbs li a i {
|
||
font-size: 21px;
|
||
}
|
||
|
||
.breadcrumbs li.separator {
|
||
padding-left: 6px;
|
||
padding-right: 6px;
|
||
font-size: 12px;
|
||
}
|
||
|
||
@media screen and (max-width: 767px) {
|
||
.page-header {
|
||
-webkit-box-orient: vertical;
|
||
-webkit-box-direction: normal;
|
||
-ms-flex-direction: column;
|
||
flex-direction: column;
|
||
-webkit-box-align: normal;
|
||
-ms-flex-align: normal;
|
||
align-items: normal;
|
||
position: relative;
|
||
min-height: 43px;
|
||
-webkit-box-pack: center;
|
||
-ms-flex-pack: center;
|
||
justify-content: center;
|
||
}
|
||
|
||
.page-title {
|
||
font-size: 18px;
|
||
}
|
||
|
||
.page-header .breadcrumbs {
|
||
margin-left: 0;
|
||
padding-left: 0;
|
||
border-left: 0;
|
||
}
|
||
}
|
||
|
||
.content-header .header-icon {
|
||
font-size: 34px;
|
||
background-color: #fff;
|
||
height: 54px;
|
||
width: 54px;
|
||
margin-right: 1rem;
|
||
}
|
||
|
||
@media(max-width:767px) {
|
||
.content-header {
|
||
padding: 1rem 1rem 0
|
||
}
|
||
}
|
||
|
||
.content-header .header-title h1 {
|
||
margin-bottom: 3px;
|
||
font-size: 21px
|
||
}
|
||
|
||
.content-header .header-title small {
|
||
font-size: 13px;
|
||
display: inline-block;
|
||
font-weight: 600;
|
||
color: #7a7a7a
|
||
}
|
||
|
||
.content-header .breadcrumb {
|
||
padding: .75rem 1rem;
|
||
}
|
||
|
||
.breadcrumb-item a {
|
||
color: #7a7a7a
|
||
}
|
||
|
||
.breadcrumb-item.active {
|
||
color: var(--bs-primary)
|
||
}
|
||
|
||
.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
|
||
content: '-'
|
||
}
|
||
|
||
.body-content {
|
||
padding: 1.5rem;
|
||
}
|
||
|
||
@media(max-width:767px) {
|
||
.body-content {
|
||
padding: 1rem
|
||
}
|
||
}
|
||
|
||
.footer-content {
|
||
margin-top: auto;
|
||
padding: 15px 20px;
|
||
font-size: 14px;
|
||
font-weight: 600;
|
||
color: #70737c;
|
||
background-color: #fff;
|
||
-ms-flex-negative: 0;
|
||
flex-shrink: 0;
|
||
-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
|
||
box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15)
|
||
}
|
||
|
||
.footer-text .copy,
|
||
.footer-text .credit {
|
||
overflow: hidden;
|
||
-o-text-overflow: ellipsis;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
@media (max-width:768px) {
|
||
.sidebarCollapse span {
|
||
display: none
|
||
}
|
||
}
|
||
|
||
#toTop {
|
||
position: fixed;
|
||
bottom: 20px;
|
||
right: 20px;
|
||
cursor: pointer;
|
||
display: none
|
||
}
|
||
|
||
.btn-top {
|
||
height: 36px;
|
||
width: 36px;
|
||
border-radius: .25rem;
|
||
text-align: center;
|
||
line-height: 36px;
|
||
color: var(--bs-primary);
|
||
border: 2px solid var(--bs-primary)
|
||
}
|
||
|
||
.btn-top:hover {
|
||
color: #fff;
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
.page-header {
|
||
margin: 10px 0 20px 0;
|
||
font-size: 22px
|
||
}
|
||
|
||
.page-header>small {
|
||
color: #666;
|
||
display: block;
|
||
margin-top: 5px
|
||
}
|
||
|
||
.card {
|
||
border: 0;
|
||
-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
|
||
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
|
||
}
|
||
|
||
.card-body {
|
||
padding: 24px;
|
||
padding: 1.5rem
|
||
}
|
||
|
||
.card-header {
|
||
padding: 20px 24px;
|
||
padding: 1.25rem 1.5rem;
|
||
background-color: #fff;
|
||
border-bottom: 1px solid #eff2f7
|
||
}
|
||
|
||
.action-item {
|
||
display: inline-block;
|
||
font-size: 14px;
|
||
font-size: .875rem;
|
||
cursor: pointer;
|
||
color: #7a7a7a;
|
||
background: 0 0;
|
||
border: 0;
|
||
padding: 4px;
|
||
padding: .25rem;
|
||
-webkit-transition: color .3s;
|
||
-o-transition: color .3s;
|
||
transition: color .3s
|
||
}
|
||
|
||
.card-header .action-item {
|
||
padding-top: 0;
|
||
padding-bottom: 0
|
||
}
|
||
|
||
.card-header .action-item .dropdown-menu {
|
||
right: 0;
|
||
left: auto;
|
||
}
|
||
|
||
.card.statistic-box {
|
||
margin-top: 32px;
|
||
margin-top: 2rem
|
||
}
|
||
|
||
.card.statistic-box .card-header-warning .card-icon {
|
||
background: -o-linear-gradient(30deg, #f5700c, #ff9800);
|
||
background: linear-gradient(60deg, #f5700c, #ff9800)
|
||
}
|
||
|
||
.card.statistic-box .card-header-success .card-icon {
|
||
background: -o-linear-gradient(30deg, #288c6c, #4ea752);
|
||
background: linear-gradient(60deg, #288c6c, #4ea752)
|
||
}
|
||
|
||
.card.statistic-box .card-header-danger .card-icon {
|
||
background: -o-linear-gradient(30deg, #d22824, #da3a36);
|
||
background: linear-gradient(60deg, #d22824, #da3a36)
|
||
}
|
||
|
||
.card.statistic-box .card-header-info .card-icon {
|
||
background: -o-linear-gradient(30deg, #26c6da, #00acc1);
|
||
background: linear-gradient(60deg, #26c6da, #00acc1)
|
||
}
|
||
|
||
.card.statistic-box .card-header .card-icon {
|
||
border-radius: 3px;
|
||
background-color: #999;
|
||
margin-top: -24px;
|
||
margin-top: -1.5rem;
|
||
margin-right: 15px;
|
||
float: left;
|
||
height: 80px;
|
||
width: 80px
|
||
}
|
||
|
||
.card.statistic-box .card-header .card-icon i {
|
||
font-size: 36px;
|
||
color: #fff
|
||
}
|
||
|
||
.card-stats .card-header .card-icon+.card-category,
|
||
.card-stats .card-header .card-icon+.card-title {
|
||
padding-top: 10px
|
||
}
|
||
|
||
.card-stats .card-header.card-header-icon .card-category,
|
||
.card-stats .card-header.card-header-icon .card-title,
|
||
.card-stats .card-header.card-header-text .card-category,
|
||
.card-stats .card-header.card-header-text .card-title {
|
||
margin: 0
|
||
}
|
||
|
||
.card-stats .card-header .card-category:not([class*=text-]) {
|
||
color: #999;
|
||
font-size: 14px
|
||
}
|
||
|
||
.card-category {
|
||
letter-spacing: 1px
|
||
}
|
||
|
||
.card .card-footer {
|
||
padding: 1rem 1.5rem;
|
||
background-color: transparent;
|
||
border-top: 1px solid #eff2f7
|
||
}
|
||
|
||
.card-stats .card-header+.card-footer {
|
||
margin-top: 20px;
|
||
border-top: 1px solid #eee
|
||
}
|
||
|
||
.card .card-footer .author,
|
||
.card .card-footer .stats {
|
||
display: -webkit-inline-box;
|
||
display: -ms-inline-flexbox;
|
||
display: inline-flex
|
||
}
|
||
|
||
.card .card-body+.card-footer .stats,
|
||
.card .card-footer .stats {
|
||
color: #999
|
||
}
|
||
|
||
.card .card-body+.card-footer .stats .material-icons,
|
||
.card .card-footer .stats .material-icons {
|
||
position: relative;
|
||
top: 3px;
|
||
font-size: 16px;
|
||
margin-right: 3px;
|
||
margin-left: 3px
|
||
}
|
||
|
||
#animationsChart {
|
||
width: 100%;
|
||
height: 450px
|
||
}
|
||
|
||
.amcharts-g2 {
|
||
stroke-dasharray: 3px 3px;
|
||
stroke-linejoin: round;
|
||
stroke-linecap: round;
|
||
-webkit-animation: am-moving-dashes 1s linear infinite;
|
||
animation: am-moving-dashes 1s linear infinite
|
||
}
|
||
|
||
@-webkit-keyframes am-moving-dashes {
|
||
100% {
|
||
stroke-dashoffset: -31px
|
||
}
|
||
}
|
||
|
||
@keyframes am-moving-dashes {
|
||
100% {
|
||
stroke-dashoffset: -31px
|
||
}
|
||
}
|
||
|
||
.amcharts-graph-column-front {
|
||
-webkit-transition: all .3s .3s ease-out;
|
||
-o-transition: all .3s .3s ease-out;
|
||
transition: all .3s .3s ease-out
|
||
}
|
||
|
||
.amcharts-graph-column-front:hover {
|
||
fill: #496375;
|
||
stroke: #496375;
|
||
-webkit-transition: all .3s ease-out;
|
||
-o-transition: all .3s ease-out;
|
||
transition: all .3s ease-out
|
||
}
|
||
|
||
.amcharts-g3 {
|
||
stroke-linejoin: round;
|
||
stroke-linecap: round;
|
||
stroke-dasharray: 500%;
|
||
stroke-dasharray: 0;
|
||
stroke-dashoffset: 0;
|
||
-webkit-animation: am-draw 40s;
|
||
animation: am-draw 40s
|
||
}
|
||
|
||
@-webkit-keyframes am-draw {
|
||
0% {
|
||
stroke-dashoffset: 500%
|
||
}
|
||
|
||
100% {
|
||
stroke-dashoffset: 0
|
||
}
|
||
}
|
||
|
||
@keyframes am-draw {
|
||
0% {
|
||
stroke-dashoffset: 500%
|
||
}
|
||
|
||
100% {
|
||
stroke-dashoffset: 0
|
||
}
|
||
}
|
||
|
||
#columnChart,
|
||
#liveData,
|
||
#radiusPieChart,
|
||
#solidGauge,
|
||
#tagCloud,
|
||
#zoomableValueAxis {
|
||
width: 100%;
|
||
height: 400px
|
||
}
|
||
|
||
#multipleValue {
|
||
width: 100%;
|
||
height: 500px
|
||
}
|
||
|
||
#chartPie {
|
||
width: 100%;
|
||
height: 202px;
|
||
font-size: 11px;
|
||
margin-bottom: 10px
|
||
}
|
||
|
||
.chart-legend-item {
|
||
padding-left: 22px;
|
||
position: relative;
|
||
overflow: hidden;
|
||
margin-bottom: 7px
|
||
}
|
||
|
||
.chart-legend-color {
|
||
width: 14px;
|
||
height: 14px;
|
||
border-radius: 50%;
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
background-color: #e4e4e4
|
||
}
|
||
|
||
.chart-legend-color.kelly-green {
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
.chart-legend-color.kelly-green2 {
|
||
background-color: #42b704
|
||
}
|
||
|
||
.chart-legend-color.whisper {
|
||
background-color: #e4e4e4
|
||
}
|
||
|
||
.chart-legend-item p {
|
||
float: left;
|
||
font-size: 12px;
|
||
line-height: 15px;
|
||
font-weight: 600;
|
||
margin-bottom: 10px
|
||
}
|
||
|
||
.chart-legend-item .percentage {
|
||
float: right
|
||
}
|
||
|
||
@media (min-width:1350px) {
|
||
.chart-legend-item p {
|
||
font-size: 13px
|
||
}
|
||
}
|
||
|
||
.message_inner {
|
||
height: 320px
|
||
}
|
||
|
||
.message_widgets {
|
||
margin-right: 10px
|
||
}
|
||
|
||
.inbox-item {
|
||
border-bottom: 1px solid #f3f3f3;
|
||
overflow: hidden;
|
||
padding: 10px 0;
|
||
position: relative
|
||
}
|
||
|
||
.inbox-item .inbox-item-img {
|
||
display: block;
|
||
float: left;
|
||
margin-right: 15px;
|
||
width: 40px
|
||
}
|
||
|
||
.inbox-item img {
|
||
width: 40px
|
||
}
|
||
|
||
.inbox-item .inbox-item-author {
|
||
color: #374767;
|
||
margin: 0;
|
||
font-weight: 600
|
||
}
|
||
|
||
.inbox-item .inbox-item-text {
|
||
color: #9a9da0;
|
||
display: block;
|
||
font-size: 12px;
|
||
margin: 0
|
||
}
|
||
|
||
.inbox-item .inbox-item-date {
|
||
color: #9a9da0;
|
||
font-size: 11px;
|
||
right: 7px;
|
||
top: 2px
|
||
}
|
||
|
||
.inbox-item .profile-status {
|
||
height: 6px;
|
||
width: 6px;
|
||
border-radius: 50%;
|
||
-o-border-radius: 50%;
|
||
-ms-border-radius: 50%;
|
||
-moz-border-radius: 50%;
|
||
-webkit-border-radius: 50%;
|
||
display: inline-block;
|
||
position: absolute;
|
||
bottom: 50%;
|
||
right: 0
|
||
}
|
||
|
||
.inbox-item .profile-status.available {
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
.inbox-item .profile-status.away {
|
||
background-color: #ffb61e
|
||
}
|
||
|
||
.inbox-item .profile-status.busy {
|
||
background-color: #e5343d
|
||
}
|
||
|
||
.inbox-item .profile-status.offline {
|
||
background-color: #9a9a9a
|
||
}
|
||
|
||
.chat_list {
|
||
list-style: none;
|
||
padding: 0 15px;
|
||
height: 262px;
|
||
position: relative;
|
||
margin: 0
|
||
}
|
||
|
||
.chat_list li {
|
||
margin-bottom: 24px
|
||
}
|
||
|
||
.chat_list .chat-avatar {
|
||
display: inline-block;
|
||
float: left;
|
||
text-align: center;
|
||
width: 40px
|
||
}
|
||
|
||
.chat_list .chat-avatar img {
|
||
border-radius: 100%;
|
||
width: 100%
|
||
}
|
||
|
||
.chat_list .chat-avatar i {
|
||
font-size: 12px;
|
||
font-style: normal
|
||
}
|
||
|
||
.chat_list .conversation-text {
|
||
display: inline-block;
|
||
float: left;
|
||
font-size: 12px;
|
||
margin-left: 12px;
|
||
width: 70%
|
||
}
|
||
|
||
.chat_list .ctext-wrap {
|
||
background: rgba(0, 0, 0, .1);
|
||
display: inline-block;
|
||
padding: 10px;
|
||
position: relative;
|
||
border-radius: .25rem;
|
||
-webkit-box-shadow: 0 0 30px 0 rgba(78, 79, 80, .15);
|
||
box-shadow: 0 0 30px 0 rgba(78, 79, 80, .15)
|
||
}
|
||
|
||
.chat_list .ctext-wrap:after {
|
||
right: 100%;
|
||
top: 20%;
|
||
border: solid transparent;
|
||
content: " ";
|
||
height: 0;
|
||
width: 0;
|
||
position: absolute;
|
||
pointer-events: none;
|
||
border-color: rgba(213, 242, 239, 0);
|
||
border-right-color: rgba(0, 0, 0, .1);
|
||
border-width: 5px;
|
||
margin-top: -5px
|
||
}
|
||
|
||
.chat_list .ctext-wrap i {
|
||
color: rgba(54, 58, 92, .9);
|
||
display: block;
|
||
font-size: 12px;
|
||
font-style: normal;
|
||
font-weight: 700;
|
||
position: relative
|
||
}
|
||
|
||
.chat_list .ctext-wrap p {
|
||
margin: 0;
|
||
padding-top: 3px;
|
||
font-weight: 500
|
||
}
|
||
|
||
.chat_list .odd .chat-avatar {
|
||
float: right !important
|
||
}
|
||
|
||
.chat_list .odd .conversation-text {
|
||
float: right !important;
|
||
margin-right: 12px;
|
||
text-align: right;
|
||
width: 70% !important
|
||
}
|
||
|
||
.chat_list .odd .ctext-wrap {
|
||
background: var(--bs-primary) !important
|
||
}
|
||
|
||
.chat_list .odd .ctext-wrap i {
|
||
color: #fff
|
||
}
|
||
|
||
.chat_list .odd .ctext-wrap p {
|
||
color: #fff
|
||
}
|
||
|
||
.chat_list .odd .ctext-wrap:after {
|
||
border-color: rgba(238, 238, 242, 0) !important;
|
||
border-left-color: var(--bs-primary) !important;
|
||
left: 100% !important;
|
||
top: 20% !important
|
||
}
|
||
|
||
.activity-list>li {
|
||
position: relative;
|
||
padding: 10px 0 10px 25px
|
||
}
|
||
|
||
.activity-list>li:after,
|
||
.activity-list>li:before {
|
||
position: absolute;
|
||
content: ""
|
||
}
|
||
|
||
.activity-list>li:before {
|
||
left: 5px;
|
||
top: 0;
|
||
height: 100%;
|
||
border-left: 2px dashed #eff2f7
|
||
}
|
||
|
||
.activity-list>li:after {
|
||
left: 0;
|
||
top: 14px;
|
||
height: 12px;
|
||
width: 12px;
|
||
border-radius: 50%;
|
||
border: 2px solid #9a9a9a;
|
||
background-color: #fff
|
||
}
|
||
|
||
.activity-list>li.activity-purple:after {
|
||
border-color: #8e23e0
|
||
}
|
||
|
||
.activity-list>li.activity-danger:after {
|
||
border-color: #e5343d
|
||
}
|
||
|
||
.activity-list>li.activity-warning:after {
|
||
border-color: #ffb61e
|
||
}
|
||
|
||
.activity-list>li.activity-primary:after {
|
||
border-color: #0667d6
|
||
}
|
||
|
||
.icon_box {
|
||
text-align: center;
|
||
min-height: 92px;
|
||
margin: 10px 0;
|
||
font-size: 42px
|
||
}
|
||
|
||
.icon_box i {
|
||
font-size: 35px;
|
||
display: block;
|
||
color: var(--bs-primary)
|
||
}
|
||
|
||
.icon_box:hover i {
|
||
color: #676a6c
|
||
}
|
||
|
||
.icon-name {
|
||
display: block;
|
||
font-size: 12px;
|
||
font-weight: 600;
|
||
margin-top: 5px
|
||
}
|
||
|
||
@-webkit-keyframes hvr-buzz-out {
|
||
10% {
|
||
-webkit-transform: translateX(3px) rotate(2deg);
|
||
transform: translateX(3px) rotate(2deg)
|
||
}
|
||
|
||
20% {
|
||
-webkit-transform: translateX(-3px) rotate(-2deg);
|
||
transform: translateX(-3px) rotate(-2deg)
|
||
}
|
||
|
||
30% {
|
||
-webkit-transform: translateX(3px) rotate(2deg);
|
||
transform: translateX(3px) rotate(2deg)
|
||
}
|
||
|
||
40% {
|
||
-webkit-transform: translateX(-3px) rotate(-2deg);
|
||
transform: translateX(-3px) rotate(-2deg)
|
||
}
|
||
|
||
50% {
|
||
-webkit-transform: translateX(2px) rotate(1deg);
|
||
transform: translateX(2px) rotate(1deg)
|
||
}
|
||
|
||
60% {
|
||
-webkit-transform: translateX(-2px) rotate(-1deg);
|
||
transform: translateX(-2px) rotate(-1deg)
|
||
}
|
||
|
||
70% {
|
||
-webkit-transform: translateX(2px) rotate(1deg);
|
||
transform: translateX(2px) rotate(1deg)
|
||
}
|
||
|
||
80% {
|
||
-webkit-transform: translateX(-2px) rotate(-1deg);
|
||
transform: translateX(-2px) rotate(-1deg)
|
||
}
|
||
|
||
90% {
|
||
-webkit-transform: translateX(1px) rotate(0);
|
||
transform: translateX(1px) rotate(0)
|
||
}
|
||
|
||
100% {
|
||
-webkit-transform: translateX(-1px) rotate(0);
|
||
transform: translateX(-1px) rotate(0)
|
||
}
|
||
}
|
||
|
||
@keyframes hvr-buzz-out {
|
||
10% {
|
||
-webkit-transform: translateX(3px) rotate(2deg);
|
||
transform: translateX(3px) rotate(2deg)
|
||
}
|
||
|
||
20% {
|
||
-webkit-transform: translateX(-3px) rotate(-2deg);
|
||
transform: translateX(-3px) rotate(-2deg)
|
||
}
|
||
|
||
30% {
|
||
-webkit-transform: translateX(3px) rotate(2deg);
|
||
transform: translateX(3px) rotate(2deg)
|
||
}
|
||
|
||
40% {
|
||
-webkit-transform: translateX(-3px) rotate(-2deg);
|
||
transform: translateX(-3px) rotate(-2deg)
|
||
}
|
||
|
||
50% {
|
||
-webkit-transform: translateX(2px) rotate(1deg);
|
||
transform: translateX(2px) rotate(1deg)
|
||
}
|
||
|
||
60% {
|
||
-webkit-transform: translateX(-2px) rotate(-1deg);
|
||
transform: translateX(-2px) rotate(-1deg)
|
||
}
|
||
|
||
70% {
|
||
-webkit-transform: translateX(2px) rotate(1deg);
|
||
transform: translateX(2px) rotate(1deg)
|
||
}
|
||
|
||
80% {
|
||
-webkit-transform: translateX(-2px) rotate(-1deg);
|
||
transform: translateX(-2px) rotate(-1deg)
|
||
}
|
||
|
||
90% {
|
||
-webkit-transform: translateX(1px) rotate(0);
|
||
transform: translateX(1px) rotate(0)
|
||
}
|
||
|
||
100% {
|
||
-webkit-transform: translateX(-1px) rotate(0);
|
||
transform: translateX(-1px) rotate(0)
|
||
}
|
||
}
|
||
|
||
.hvr-buzz-out {
|
||
display: inline-block;
|
||
vertical-align: middle;
|
||
-webkit-transform: perspective(1px) translateZ(0);
|
||
transform: perspective(1px) translateZ(0);
|
||
-webkit-box-shadow: 0 0 1px transparent;
|
||
box-shadow: 0 0 1px transparent
|
||
}
|
||
|
||
.hvr-buzz-out:active,
|
||
.hvr-buzz-out:focus,
|
||
.icon_box:hover .hvr-buzz-out {
|
||
-webkit-animation-name: hvr-buzz-out;
|
||
animation-name: hvr-buzz-out;
|
||
-webkit-animation-duration: .75s;
|
||
animation-duration: .75s;
|
||
-webkit-animation-timing-function: linear;
|
||
animation-timing-function: linear;
|
||
-webkit-animation-iteration-count: 1;
|
||
animation-iteration-count: 1
|
||
}
|
||
|
||
@media (min-width:1200px) {
|
||
.icon_box_width {
|
||
width: 12.5%
|
||
}
|
||
}
|
||
|
||
.flag-icon-inner,
|
||
.material-icon-inner,
|
||
.weather-icon-inner {
|
||
overflow: hidden
|
||
}
|
||
|
||
.icon_list {
|
||
list-style: none;
|
||
float: left;
|
||
margin: 0;
|
||
padding: 0;
|
||
width: 100%
|
||
}
|
||
|
||
.icon_list li {
|
||
float: left;
|
||
width: 33.33%;
|
||
height: 110px;
|
||
padding: 16px 10px;
|
||
font-size: 10px;
|
||
line-height: 1.4;
|
||
text-align: center;
|
||
background-color: #f4f4f5;
|
||
border: 1px solid #fff
|
||
}
|
||
|
||
.icon_list li:hover {
|
||
color: var(--bs-primary);
|
||
background-color: rgba(55, 160, 0, .2)
|
||
}
|
||
|
||
.icon_list li i {
|
||
font-size: 30px;
|
||
display: block;
|
||
margin: 0 auto 10px;
|
||
color: #7a7a7a
|
||
}
|
||
|
||
.icon_list li:hover i {
|
||
color: var(--bs-primary)
|
||
}
|
||
|
||
.icon_name {
|
||
display: block;
|
||
text-align: center;
|
||
word-wrap: break-word
|
||
}
|
||
|
||
@media (min-width:768px) {
|
||
.flag-icon {
|
||
margin-right: 0;
|
||
margin-left: 0
|
||
}
|
||
|
||
.icon_list li {
|
||
width: 20%;
|
||
font-size: 12px
|
||
}
|
||
}
|
||
|
||
@media (min-width:1200px) {
|
||
.icon_list li {
|
||
width: 10%;
|
||
font-size: 12px
|
||
}
|
||
}
|
||
|
||
.icon-section {
|
||
margin: 0 0 3em;
|
||
clear: both;
|
||
overflow: hidden
|
||
}
|
||
|
||
.icon-container {
|
||
width: 25%;
|
||
padding: .7em 0;
|
||
float: left;
|
||
position: relative;
|
||
text-align: left
|
||
}
|
||
|
||
.icon-container [class*=" ti-"],
|
||
.icon-container [class*=typcn-],
|
||
.icon-container [class^=ti-],
|
||
.icon-container [class^=typcn-] {
|
||
color: #7a7a7a;
|
||
position: absolute;
|
||
margin-top: 3px;
|
||
-webkit-transition: .3s;
|
||
-o-transition: .3s;
|
||
transition: .3s;
|
||
font-size: 16px
|
||
}
|
||
|
||
.icon-container [class*=typcn-],
|
||
.icon-container [class^=typcn-] {
|
||
font-size: 24px;
|
||
margin-top: -1px;
|
||
line-height: 1 !important
|
||
}
|
||
|
||
.icon-container:hover [class*=ti-],
|
||
.icon-container:hover [class*=typcn-],
|
||
.icon-container:hover [class^=ti-],
|
||
.icon-container:hover [class^=typcn-] {
|
||
font-size: 2.2em;
|
||
margin-top: -5px;
|
||
color: var(--bs-primary)
|
||
}
|
||
|
||
.icon-container:hover .icons-name {
|
||
color: #000
|
||
}
|
||
|
||
.icons-name {
|
||
color: #7a7a7a;
|
||
margin-left: 35px;
|
||
-webkit-transition: .3s;
|
||
-o-transition: .3s;
|
||
transition: .3s;
|
||
font-size: 13px
|
||
}
|
||
|
||
.icon-container:hover .icons-name {
|
||
margin-left: 45px
|
||
}
|
||
|
||
@media (max-width:767px) {
|
||
.icon-container {
|
||
width: 100%
|
||
}
|
||
}
|
||
|
||
@media(min-width:768px) and (max-width:1199px) {
|
||
.icon-container {
|
||
width: 50%
|
||
}
|
||
}
|
||
|
||
.glyphs.character-mapping {
|
||
margin: 0 0 20px 0;
|
||
padding: 20px 0 20px 30px;
|
||
color: rgba(0, 0, 0, .5);
|
||
border: 1px solid #e4e4e4;
|
||
border-radius: 4px
|
||
}
|
||
|
||
.glyphs.character-mapping li {
|
||
margin: 0 30px 20px 0;
|
||
display: inline-block;
|
||
width: 90px
|
||
}
|
||
|
||
.glyphs.character-mapping .icon {
|
||
margin: 10px 0 10px 15px;
|
||
padding: 15px;
|
||
position: relative;
|
||
width: 55px;
|
||
height: 55px;
|
||
color: #374767 !important;
|
||
overflow: hidden;
|
||
border-radius: 3px;
|
||
font-size: 32px
|
||
}
|
||
|
||
.glyphs.character-mapping .icon svg {
|
||
fill: #000
|
||
}
|
||
|
||
.glyphs.character-mapping input {
|
||
margin: 0;
|
||
padding: 5px 0;
|
||
line-height: 12px;
|
||
font-size: 12px;
|
||
display: block;
|
||
width: 100%;
|
||
border: 1px solid #d8e0e5;
|
||
border-radius: 5px;
|
||
text-align: center;
|
||
outline: 0
|
||
}
|
||
|
||
.glyphs.character-mapping input:focus {
|
||
border: 1px solid var(--bs-primary)
|
||
}
|
||
|
||
.glyphs.character-mapping input:hover {
|
||
border: 1px solid var(--bs-primary)
|
||
}
|
||
|
||
.glyphs.css-mapping {
|
||
margin: 0 0 30px 0;
|
||
padding: 30px 0 20px 30px;
|
||
color: rgba(0, 0, 0, .5);
|
||
border: 1px solid #e4e4e4;
|
||
border-radius: 4px
|
||
}
|
||
|
||
.glyphs.css-mapping li {
|
||
margin: 0 30px 20px 0;
|
||
padding: 0;
|
||
display: inline-block;
|
||
overflow: hidden
|
||
}
|
||
|
||
.glyphs.css-mapping .icon {
|
||
margin: 0;
|
||
margin-right: 10px;
|
||
padding: 13px;
|
||
height: 50px;
|
||
width: 50px;
|
||
color: #374767 !important;
|
||
overflow: hidden;
|
||
float: left;
|
||
font-size: 24px
|
||
}
|
||
|
||
.glyphs.css-mapping input {
|
||
margin: 0;
|
||
margin-top: 5px;
|
||
padding: 8px;
|
||
line-height: 14px;
|
||
font-size: 14px;
|
||
display: block;
|
||
width: 150px;
|
||
height: 40px;
|
||
border: 1px solid #d8e0e5;
|
||
border-radius: 5px;
|
||
background: #fff;
|
||
outline: 0;
|
||
float: right
|
||
}
|
||
|
||
.glyphs.css-mapping input:focus {
|
||
border: 1px solid var(--bs-primary)
|
||
}
|
||
|
||
.glyphs.css-mapping input:hover {
|
||
border: 1px solid var(--bs-primary)
|
||
}
|
||
|
||
@media(min-width:768px) and (max-width:1199px) {
|
||
.glyphs.css-mapping li {
|
||
margin: 0 15px 20px 0
|
||
}
|
||
|
||
.glyphs.character-mapping li {
|
||
margin: 0 20px 20px 0
|
||
}
|
||
}
|
||
|
||
.material-icon-inner {
|
||
margin-bottom: 20px
|
||
}
|
||
|
||
.material-icon-inner:last-child {
|
||
margin-bottom: 0
|
||
}
|
||
|
||
.flotChart {
|
||
display: block;
|
||
height: 220px;
|
||
position: relative;
|
||
color: #545454
|
||
}
|
||
|
||
@media(min-width: 1200px) {
|
||
.flotChart {
|
||
height: 300px;
|
||
}
|
||
}
|
||
|
||
.flotChart-demo {
|
||
width: 100%;
|
||
height: 100%;
|
||
color: #545454
|
||
}
|
||
|
||
.spark_about {
|
||
margin: 10px 0 40px
|
||
}
|
||
|
||
.jqstooltip {
|
||
width: auto !important;
|
||
height: auto !important;
|
||
background-color: #2c3136 !important;
|
||
border-radius: 10px;
|
||
border: none !important;
|
||
color: #fff !important
|
||
}
|
||
|
||
.nav-pills .nav-link {
|
||
font-weight: 600;
|
||
margin-left: 5px
|
||
}
|
||
|
||
.nav-pills li:first-child .nav-link {
|
||
margin-left: 0
|
||
}
|
||
|
||
.nav-pills .nav-link.active,
|
||
.nav-pills .show>.nav-link {
|
||
color: #fff;
|
||
background-color: var(--bs-primary);
|
||
}
|
||
|
||
.well {
|
||
height: 135px;
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none
|
||
}
|
||
|
||
.tree,
|
||
.tree ul {
|
||
margin: 0;
|
||
padding: 0;
|
||
list-style: none
|
||
}
|
||
|
||
.tree ul {
|
||
margin-left: 1em;
|
||
position: relative
|
||
}
|
||
|
||
.tree ul ul {
|
||
margin-left: .5em
|
||
}
|
||
|
||
.tree ul:before {
|
||
content: "";
|
||
display: block;
|
||
width: 0;
|
||
position: absolute;
|
||
top: 0;
|
||
bottom: 0;
|
||
left: 0;
|
||
border-left: 1px solid
|
||
}
|
||
|
||
.tree li {
|
||
margin: 0;
|
||
padding: 0 1em;
|
||
line-height: 2em;
|
||
color: #4c4c4c;
|
||
font-weight: 600;
|
||
position: relative;
|
||
cursor: pointer
|
||
}
|
||
|
||
.tree ul li:before {
|
||
content: "";
|
||
display: block;
|
||
width: 10px;
|
||
height: 0;
|
||
border-top: 1px solid;
|
||
margin-top: -1px;
|
||
position: absolute;
|
||
top: 1em;
|
||
left: 0
|
||
}
|
||
|
||
.tree ul li:last-child:before {
|
||
background: #fff;
|
||
height: auto;
|
||
top: 1em;
|
||
bottom: 0
|
||
}
|
||
|
||
.indicator {
|
||
margin-right: 5px
|
||
}
|
||
|
||
.tree li a {
|
||
text-decoration: none;
|
||
color: #4c4c4c
|
||
}
|
||
|
||
.tree li a:hover {
|
||
color: var(--bs-primary)
|
||
}
|
||
|
||
.tree li button,
|
||
.tree li button:active,
|
||
.tree li button:focus {
|
||
text-decoration: none;
|
||
color: #369;
|
||
border: none;
|
||
background: 0 0;
|
||
margin: 0;
|
||
padding: 0;
|
||
outline: 0
|
||
}
|
||
|
||
.show-grid {
|
||
margin-bottom: 15px
|
||
}
|
||
|
||
.show-grid [class^=col-] {
|
||
padding-top: 10px;
|
||
padding-bottom: 10px;
|
||
background-color: #eee;
|
||
background-color: rgba(55, 160, 0, .15);
|
||
border: 1px solid rgba(55, 180, 0, .2)
|
||
}
|
||
|
||
.table td,
|
||
.table th {
|
||
padding: 8px 10px;
|
||
border-top-color: #e4e5e7
|
||
}
|
||
|
||
table code {
|
||
white-space: nowrap
|
||
}
|
||
|
||
.table>thead>tr>th {
|
||
border-bottom: 1px solid #e4e5e7
|
||
}
|
||
|
||
.table>:not(:last-child)>:last-child>* {
|
||
border-bottom-color: #e4e5e7;
|
||
}
|
||
|
||
.table-sm td,
|
||
.table-sm th {
|
||
padding: 4.8px !important;
|
||
padding: .3rem !important
|
||
}
|
||
|
||
.table-nowrap td,
|
||
.table-nowrap th {
|
||
white-space: nowrap
|
||
}
|
||
|
||
.table-sm td,
|
||
.table-sm th {
|
||
font-size: 13px;
|
||
font-size: .8125rem
|
||
}
|
||
|
||
.table-bordered {
|
||
border: 1px solid #e4e5e7
|
||
}
|
||
|
||
.table-bordered td,
|
||
.table-bordered th {
|
||
border: 1px solid #e4e5e7
|
||
}
|
||
|
||
.dataTables_wrapper .dataTables_paginate .pagination .page-item {
|
||
margin-left: 6.4px;
|
||
margin-left: .4rem
|
||
}
|
||
|
||
.dataTables_wrapper .pagination .page-item>.page-link {
|
||
color: #212529;
|
||
border: 0;
|
||
outline: 0 !important
|
||
}
|
||
|
||
.dataTables_wrapper .dataTables_paginate .pagination .page-item>.page-link {
|
||
border-radius: 3px;
|
||
height: 32px;
|
||
height: 2rem;
|
||
min-width: 32px;
|
||
min-width: 2rem;
|
||
padding: 8px;
|
||
padding: .5rem;
|
||
text-align: center;
|
||
line-height: 16px;
|
||
line-height: 1rem;
|
||
font-weight: 600
|
||
}
|
||
|
||
.dataTables_wrapper .pagination .page-item.active>.page-link {
|
||
background: var(--bs-primary);
|
||
color: #fff
|
||
}
|
||
|
||
.dataTables_wrapper .pagination .page-item.first>.page-link,
|
||
.dataTables_wrapper .pagination .page-item.last>.page-link,
|
||
.dataTables_wrapper .pagination .page-item.next>.page-link,
|
||
.dataTables_wrapper .pagination .page-item.previous>.page-link {
|
||
background: #f4f4f5
|
||
}
|
||
|
||
.dataTables_wrapper .dataTables_paginate .paginate_button {
|
||
padding: 0;
|
||
border: 0;
|
||
border-radius: 5px
|
||
}
|
||
|
||
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
|
||
border: 0;
|
||
background: 0 0
|
||
}
|
||
|
||
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child,
|
||
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
|
||
padding: 0;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_filter {
|
||
text-align: right;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_filter input {
|
||
margin-left: 0.5em;
|
||
margin-right: 0;
|
||
}
|
||
|
||
.jsgrid input,
|
||
.jsgrid select,
|
||
.jsgrid textarea {
|
||
border: 1px solid #e4e5e7
|
||
}
|
||
|
||
.jsgrid-filter-row>.jsgrid-cell {
|
||
background: 0 0
|
||
}
|
||
|
||
.jsgrid-cell {
|
||
border: #e4e5e7 1px solid
|
||
}
|
||
|
||
.jsgrid-alt-row>.jsgrid-cell {
|
||
background: rgba(0, 0, 0, .05)
|
||
}
|
||
|
||
.jsgrid-selected-row>.jsgrid-cell {
|
||
background: #c4e2ff;
|
||
border-color: #c4e2ff
|
||
}
|
||
|
||
.ui-widget *,
|
||
.ui-widget button,
|
||
.ui-widget input,
|
||
.ui-widget select {
|
||
font-family: 'Nunito Sans', sans-serif
|
||
}
|
||
|
||
.ui-widget.ui-widget-content {
|
||
-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .3);
|
||
box-shadow: 0 0 35px 0 rgba(154, 161, 171, .3);
|
||
border: 0
|
||
}
|
||
|
||
.ui-dialog .ui-dialog-content {
|
||
padding: 15px
|
||
}
|
||
|
||
.details-form-field:first-child {
|
||
margin-top: 10px
|
||
}
|
||
|
||
.details-form-field:last-child {
|
||
margin-bottom: 10px
|
||
}
|
||
|
||
.details-form-field button {
|
||
display: block;
|
||
width: 100px;
|
||
margin: 0 auto
|
||
}
|
||
|
||
input.error,
|
||
select.error {
|
||
border: 1px solid #f99;
|
||
background: #fee
|
||
}
|
||
|
||
label.error {
|
||
float: right;
|
||
margin-left: 100px;
|
||
font-size: .8em;
|
||
color: #f66
|
||
}
|
||
|
||
.config-panel {
|
||
padding: 10px;
|
||
margin: 10px 0;
|
||
background: #fcfcfc;
|
||
border: 1px solid #e9e9e9;
|
||
display: inline-block
|
||
}
|
||
|
||
.config-panel label {
|
||
margin-right: 10px
|
||
}
|
||
|
||
table.dataTable {
|
||
margin-bottom: 16px !important;
|
||
margin-bottom: 1rem !important
|
||
}
|
||
|
||
table.dataTable tfoot td,
|
||
table.dataTable tfoot th {
|
||
border-top: 1px solid #e4e5e7;
|
||
border-bottom-width: 0
|
||
}
|
||
|
||
table.table-bordered.dataTable thead th {
|
||
border-top-width: 0
|
||
}
|
||
|
||
table.table-bordered.dataTable tbody tr:first-child td {
|
||
border-top: none
|
||
}
|
||
|
||
td.details-control {
|
||
background: url(../../plugins/datatables/details_open.png) no-repeat center center;
|
||
cursor: pointer
|
||
}
|
||
|
||
tr.details td.details-control {
|
||
background: url(../../plugins/datatables/details_close.png) no-repeat center center
|
||
}
|
||
|
||
.dataTable tbody input,
|
||
.dataTable tbody select,
|
||
.dataTable tfoot input,
|
||
.dataTable tfoot select {
|
||
width: 100%;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
border: 1px solid #e4e5e7;
|
||
height: calc(1.5em + .75rem + 2px);
|
||
padding: 6px 12px;
|
||
padding: .375rem .75rem;
|
||
border-radius: .25rem
|
||
}
|
||
|
||
td.highlight {
|
||
background-color: #f5f5f5 !important
|
||
}
|
||
|
||
table.dataTable.display tbody tr>.sorting_1,
|
||
table.dataTable.display tbody tr>.sorting_2,
|
||
table.dataTable.display tbody tr>.sorting_3,
|
||
table.dataTable.order-column tbody tr>.sorting_1,
|
||
table.dataTable.order-column tbody tr>.sorting_2,
|
||
table.dataTable.order-column tbody tr>.sorting_3 {
|
||
background-color: #fafafa
|
||
}
|
||
|
||
table.dataTable.display tbody tr.odd>.sorting_1,
|
||
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
|
||
background-color: #f1f1f1
|
||
}
|
||
|
||
table.dataTable tbody tr.selected {
|
||
background-color: #b0bed9
|
||
}
|
||
|
||
table.dataTable.display tbody tr.odd.selected>.sorting_1,
|
||
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
|
||
background-color: #a6b4cd
|
||
}
|
||
|
||
table.dataTable.display tbody tr.even.selected>.sorting_1,
|
||
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
|
||
background-color: #acbad5
|
||
}
|
||
|
||
table.dataTable.display tbody tr:hover>.sorting_1,
|
||
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
|
||
background-color: #eaeaea
|
||
}
|
||
|
||
td.highlight {
|
||
font-weight: 700;
|
||
color: #00f
|
||
}
|
||
|
||
tr.group,
|
||
tr.group:hover {
|
||
background-color: #ddd !important
|
||
}
|
||
|
||
.toolbar {
|
||
float: left
|
||
}
|
||
|
||
table.dataTable.compact tbody td {
|
||
padding: 4px
|
||
}
|
||
|
||
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
|
||
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
.bd-content>ol li,
|
||
.bd-content>ul li {
|
||
margin-bottom: 4px;
|
||
margin-bottom: .25rem
|
||
}
|
||
|
||
.bd-content h3 {
|
||
margin-top: 0
|
||
}
|
||
|
||
.form-control:focus {
|
||
border-color: var(--bs-primary);
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(248, 69, 37, .25);
|
||
box-shadow: 0 0 0 0.25rem rgba(248, 69, 37, .25)
|
||
}
|
||
|
||
.note-editor.note-frame {
|
||
border: 1px solid #e4e5e7
|
||
}
|
||
|
||
.icon-indent-left,
|
||
.icon-indent-right,
|
||
.icon-list,
|
||
.icon-picture,
|
||
.icon-share,
|
||
.icon-th-list {
|
||
display: inline-block;
|
||
width: 14px;
|
||
height: 14px;
|
||
line-height: 14px;
|
||
vertical-align: text-top;
|
||
background-image: url(../img/glyphicons-halflings.png);
|
||
background-position: 14px 14px;
|
||
background-repeat: no-repeat
|
||
}
|
||
|
||
.icon-font {
|
||
background-position: -144px -48px
|
||
}
|
||
|
||
.icon-list {
|
||
background-position: -360px -48px
|
||
}
|
||
|
||
.icon-th-list {
|
||
background-position: -264px 0
|
||
}
|
||
|
||
.icon-indent-right {
|
||
background-position: -408px -48px
|
||
}
|
||
|
||
.icon-indent-left {
|
||
background-position: -384px -48px
|
||
}
|
||
|
||
.icon-share {
|
||
background-position: -120px -72px
|
||
}
|
||
|
||
.icon-picture {
|
||
background-position: -456px -48px
|
||
}
|
||
|
||
.col-form-label {
|
||
padding-top: calc(.7rem - 1px * 2);
|
||
padding-bottom: calc(.7rem - 1px * 2);
|
||
margin-bottom: 0;
|
||
text-align: right
|
||
}
|
||
|
||
.center-block {
|
||
float: none;
|
||
margin-left: auto;
|
||
margin-right: auto
|
||
}
|
||
|
||
.icon-addon {
|
||
position: relative
|
||
}
|
||
|
||
.icon-addon .fa,
|
||
.icon-addon .glyphicon,
|
||
.icon-addon [class*=pe-],
|
||
.icon-addon [class*=ti-],
|
||
.icon-addon.addon-md .fa,
|
||
.icon-addon.addon-md .glyphicon,
|
||
.icon-addon.addon-md [class*=pe-],
|
||
.icon-addon.addon-md [class*=ti-] {
|
||
position: absolute;
|
||
z-index: 3;
|
||
font-size: 15px;
|
||
width: 20px;
|
||
text-align: center;
|
||
padding: 10px 0;
|
||
top: 1px
|
||
}
|
||
|
||
.icon-addon.input-right-icon .fa,
|
||
.icon-addon.input-right-icon .glyphicon,
|
||
.icon-addon.input-right-icon [class*=pe-],
|
||
.icon-addon.input-right-icon [class*=ti-],
|
||
.icon-addon.input-right-icon.addon-md .fa,
|
||
.icon-addon.input-right-icon.addon-md .glyphicon,
|
||
.icon-addon.input-right-icon.addon-md [class*=pe-],
|
||
.icon-addon.input-right-icon.addon-md [class*=ti-] {
|
||
right: 8px
|
||
}
|
||
|
||
.icon-addon.addon-lg .form-control,
|
||
.icon-addon.icon-addon-lg .form-control {
|
||
min-height: calc(1.5em + 1rem + 2px);
|
||
padding: .5rem 1rem;
|
||
font-size: 1.25rem;
|
||
border-radius: .3rem;
|
||
padding-left: 40px;
|
||
}
|
||
|
||
.icon-addon.addon-md .form-control {
|
||
padding-left: 35px;
|
||
}
|
||
|
||
.icon-addon.addon-sm .form-control {
|
||
min-height: calc(1.5em + .5rem + 2px);
|
||
padding: .25rem .5rem;
|
||
font-size: .875rem;
|
||
border-radius: .2rem;
|
||
padding-left: 28px;
|
||
}
|
||
|
||
.icon-addon.addon-lg .fa,
|
||
.icon-addon.addon-lg .glyphicon,
|
||
.icon-addon.addon-lg [class*=pe-],
|
||
.icon-addon.addon-lg [class*=ti-] {
|
||
font-size: 21px;
|
||
margin-left: 0;
|
||
left: 11px;
|
||
top: 7px
|
||
}
|
||
|
||
.icon-addon.addon-md.input-right-icon .form-control,
|
||
.icon-addon.input-right-icon .form-control {
|
||
padding-right: 35px;
|
||
/* float: right;
|
||
font-weight: 400*/
|
||
}
|
||
|
||
.icon-addon.addon-md .fa,
|
||
.icon-addon.addon-md .glyphicon,
|
||
.icon-addon.addon-md [class*=pe-],
|
||
.icon-addon.addon-md [class*=ti-] {
|
||
left: 8px
|
||
}
|
||
|
||
.icon-addon.addon-sm .fa,
|
||
.icon-addon.addon-sm .glyphicon,
|
||
.icon-addon.addon-sm [class*=pe-],
|
||
.icon-addon.addon-sm [class*=ti-] {
|
||
margin-left: 0;
|
||
font-size: 12px;
|
||
left: 5px;
|
||
top: -1px
|
||
}
|
||
|
||
.icon-addon .form-control:focus+.fa,
|
||
.icon-addon .form-control:focus+.glyphicon,
|
||
.icon-addon:hover .fa,
|
||
.icon-addon:hover .glyphicon {
|
||
color: #2580db
|
||
}
|
||
|
||
.icon-addon-btn .btn span[class*=ti-] {
|
||
font-size: 10px;
|
||
margin-left: 5px
|
||
}
|
||
|
||
.icon-addon-lg>.form-control,
|
||
.icon-addon-lg>.icon-addon-addon,
|
||
.icon-addon-lg>.icon-addon-btn>.btn {
|
||
height: 52px;
|
||
border-radius: 3px
|
||
}
|
||
|
||
.input-group-text {
|
||
/* background-color: #f4f4f5;
|
||
border: 1px solid #e4e5e7*/
|
||
}
|
||
|
||
.select2-container {
|
||
width: 100% !important
|
||
}
|
||
|
||
.select2-container .select2-selection--single {
|
||
height: 36px
|
||
}
|
||
|
||
.select2-container--default .select2-selection--single {
|
||
border: 1px solid #e4e5e7;
|
||
border-radius: 3px
|
||
}
|
||
|
||
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
||
color: #999;
|
||
line-height: 34px
|
||
}
|
||
|
||
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
||
border: 1px solid #e4e5e7
|
||
}
|
||
|
||
.select2-container--default .select2-selection--multiple {
|
||
border: 1px solid #e4e5e7;
|
||
border-radius: 3px
|
||
}
|
||
|
||
.select2-container--default.select2-container--focus .select2-selection--multiple,
|
||
.select2-container--default.select2-container--focus .select2-selection--single,
|
||
.select2-container--default.select2-container--open .select2-selection--multiple,
|
||
.select2-container--default.select2-container--open .select2-selection--single {
|
||
-webkit-box-shadow: 0 0 2px #7799d0;
|
||
box-shadow: 0 0 2px #7799d0;
|
||
border-color: #7799d0
|
||
}
|
||
|
||
.select2-container--default .select2-selection--multiple:focus,
|
||
.select2-container--default .select2-selection--multiple:hover,
|
||
.select2-container--default .select2-selection--single:focus,
|
||
.select2-container--default .select2-selection--single:hover {
|
||
-webkit-box-shadow: 0 0 2px #7799d0;
|
||
box-shadow: 0 0 2px #7799d0;
|
||
border-color: #7799d0
|
||
}
|
||
|
||
.select2-dropdown {
|
||
border: 1px solid #e4e5e7
|
||
}
|
||
|
||
.select2-container .select2-search--inline .select2-search__field {
|
||
margin-top: 8px
|
||
}
|
||
|
||
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
||
top: 0;
|
||
right: 0;
|
||
height: 36px;
|
||
width: 30px
|
||
}
|
||
|
||
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
|
||
left: 0;
|
||
right: auto
|
||
}
|
||
|
||
.select2-container--default .select2-selection--single .select2-selection__arrow b,
|
||
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
|
||
border-width: 0;
|
||
font-family: themify;
|
||
speak: none;
|
||
font-style: normal;
|
||
font-weight: 400;
|
||
font-variant: normal;
|
||
font-size: 12px;
|
||
margin-left: -7px;
|
||
margin-top: -7px
|
||
}
|
||
|
||
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow b,
|
||
.select2-container--default[dir=rtl].select2-container--open .select2-selection--single .select2-selection__arrow b {
|
||
margin-left: 7px
|
||
}
|
||
|
||
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
|
||
content: "\e64b"
|
||
}
|
||
|
||
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
|
||
content: "\e648"
|
||
}
|
||
|
||
.select2-container--default .select2-selection--single .select2-selection__clear {
|
||
font-size: 18px;
|
||
margin-right: 30px;
|
||
height: 36px;
|
||
}
|
||
|
||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||
background-color: #f1f3f6;
|
||
border: 1px solid #e4e5e7;
|
||
border-radius: 3px
|
||
}
|
||
|
||
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||
font-family: themify
|
||
}
|
||
|
||
.select2-search--dropdown {
|
||
padding: 10px
|
||
}
|
||
|
||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||
border: 1px solid #e4e5e7
|
||
}
|
||
|
||
.f1-steps {
|
||
overflow: hidden;
|
||
position: relative;
|
||
margin-top: 20px
|
||
}
|
||
|
||
.f1-progress {
|
||
position: absolute;
|
||
top: 24px;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 1px;
|
||
background: #ddd
|
||
}
|
||
|
||
.f1-progress-line {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
height: 1px;
|
||
background: var(--bs-primary)
|
||
}
|
||
|
||
.f1-step {
|
||
position: relative;
|
||
float: left;
|
||
width: 33.333333%;
|
||
padding: 0 5px
|
||
}
|
||
|
||
.f1-step-icon {
|
||
display: inline-block;
|
||
width: 40px;
|
||
height: 40px;
|
||
margin-top: 4px;
|
||
background: #ddd;
|
||
font-size: 16px;
|
||
color: #fff;
|
||
line-height: 40px;
|
||
border-radius: 50%
|
||
}
|
||
|
||
.f1-step.activated .f1-step-icon {
|
||
background: #fff;
|
||
border: 1px solid var(--bs-primary);
|
||
color: var(--bs-primary);
|
||
line-height: 38px
|
||
}
|
||
|
||
.f1-step.active .f1-step-icon {
|
||
width: 48px;
|
||
height: 48px;
|
||
margin-top: 0;
|
||
background: var(--bs-primary);
|
||
font-size: 22px;
|
||
line-height: 48px
|
||
}
|
||
|
||
.f1-step p {
|
||
color: #ccc
|
||
}
|
||
|
||
.f1-step.activated p,
|
||
.f1-step.active p {
|
||
color: var(--bs-primary)
|
||
}
|
||
|
||
.f1 fieldset {
|
||
display: none;
|
||
text-align: left
|
||
}
|
||
|
||
.f1-buttons {
|
||
text-align: right
|
||
}
|
||
|
||
.f1 .input-error {
|
||
border-color: #f35b3f
|
||
}
|
||
|
||
@media (max-width:767px) {
|
||
.navbar {
|
||
padding-top: 0
|
||
}
|
||
|
||
.navbar.navbar-no-bg {
|
||
background: #333;
|
||
background: rgba(51, 51, 51, .9)
|
||
}
|
||
|
||
.navbar-brand {
|
||
height: 60px;
|
||
margin-left: 15px
|
||
}
|
||
|
||
.navbar-collapse {
|
||
border: 0
|
||
}
|
||
|
||
.navbar-toggle {
|
||
margin-top: 12px
|
||
}
|
||
|
||
.top-content {
|
||
padding: 40px 0 110px 0
|
||
}
|
||
}
|
||
|
||
@media (max-width:415px) {
|
||
.f1 {
|
||
padding-bottom: 20px
|
||
}
|
||
|
||
.f1-buttons button {
|
||
margin-bottom: 5px
|
||
}
|
||
}
|
||
|
||
.daterangepicker {
|
||
font-family: 'Nunito Sans', sans-serif;
|
||
border: 1px solid #eff2f7;
|
||
-webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
|
||
box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15)
|
||
}
|
||
|
||
.daterangepicker:before {
|
||
border-bottom: 7px solid #eff2f7
|
||
}
|
||
|
||
.daterangepicker.drop-up:before {
|
||
border-top: 7px solid #eff2f7
|
||
}
|
||
|
||
.daterangepicker .calendar-table td,
|
||
.daterangepicker .calendar-table th {
|
||
width: 34px;
|
||
height: 30px;
|
||
font-size: 12.8px;
|
||
font-size: .8rem
|
||
}
|
||
|
||
.daterangepicker td.in-range {
|
||
background-color: rgba(55, 160, 0, .07)
|
||
}
|
||
|
||
.daterangepicker .drp-calendar.left {
|
||
padding: 15px 0 15px 15px
|
||
}
|
||
|
||
.daterangepicker .drp-calendar.right {
|
||
padding: 15px
|
||
}
|
||
|
||
.daterangepicker td.active,
|
||
.daterangepicker td.active:hover {
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
.daterangepicker .drp-buttons {
|
||
padding: 15px;
|
||
border-top: 1px solid #eff2f7
|
||
}
|
||
|
||
.daterangepicker .ranges li.active {
|
||
background-color: var(--bs-primary);
|
||
color: #fff
|
||
}
|
||
|
||
.predefined {
|
||
background: #fff;
|
||
cursor: pointer;
|
||
border: 1px solid #e4e5e7;
|
||
width: 100%;
|
||
height: calc(1.8em + .75rem + 2px);
|
||
padding: 8px 12px;
|
||
padding: .5rem .75rem;
|
||
border-radius: .25rem
|
||
}
|
||
|
||
.checkbox {
|
||
/*padding-left: 20px*/
|
||
}
|
||
|
||
.checkbox label {
|
||
display: inline-block;
|
||
position: relative;
|
||
padding-left: 8px
|
||
}
|
||
|
||
.checkbox label:before {
|
||
content: "";
|
||
display: inline-block;
|
||
position: absolute;
|
||
width: 17px;
|
||
height: 17px;
|
||
left: 0;
|
||
margin-left: -17px;
|
||
border: 1px solid #e8e8e8;
|
||
border-radius: 3px;
|
||
background-color: #e8e8e8;
|
||
-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
|
||
-o-transition: border .15s ease-in-out, color .15s ease-in-out;
|
||
transition: border .15s ease-in-out, color .15s ease-in-out
|
||
}
|
||
|
||
.checkbox label:after {
|
||
display: inline-block;
|
||
position: absolute;
|
||
width: 16px;
|
||
height: 16px;
|
||
left: 0;
|
||
top: 0;
|
||
margin-left: -17px;
|
||
padding-left: 3px;
|
||
padding-top: 1px;
|
||
font-size: 11px;
|
||
color: #555
|
||
}
|
||
|
||
.checkbox input[type=checkbox] {
|
||
opacity: 0
|
||
}
|
||
|
||
.checkbox input[type=checkbox]:focus+label:before {
|
||
outline: thin dotted;
|
||
outline: 5px auto -webkit-focus-ring-color;
|
||
outline-offset: -2px
|
||
}
|
||
|
||
.checkbox input[type=checkbox]:checked+label:after {
|
||
font-family: "Font Awesome 5 Free";
|
||
content: "\f00c";
|
||
font-weight: 900
|
||
}
|
||
|
||
.checkbox input[type=checkbox]:disabled+label {
|
||
opacity: .65
|
||
}
|
||
|
||
.checkbox input[type=checkbox]:disabled+label:before {
|
||
background-color: #eee;
|
||
cursor: not-allowed
|
||
}
|
||
|
||
.checkbox.checkbox-circle label:before {
|
||
border-radius: 50%
|
||
}
|
||
|
||
.checkbox.checkbox-inline {
|
||
margin-top: 0
|
||
}
|
||
|
||
.checkbox-primary input[type=checkbox]:checked+label:before {
|
||
background-color: #428bca;
|
||
border-color: #428bca
|
||
}
|
||
|
||
.checkbox-primary input[type=checkbox]:checked+label:after {
|
||
color: #fff
|
||
}
|
||
|
||
.checkbox-danger input[type=checkbox]:checked+label:before {
|
||
background-color: #e5343d;
|
||
border-color: #d9534f
|
||
}
|
||
|
||
.checkbox-danger input[type=checkbox]:checked+label:after {
|
||
color: #fff
|
||
}
|
||
|
||
.checkbox-info input[type=checkbox]:checked+label:before {
|
||
background-color: #5bc0de;
|
||
border-color: #5bc0de
|
||
}
|
||
|
||
.checkbox-info input[type=checkbox]:checked+label:after {
|
||
color: #fff
|
||
}
|
||
|
||
.checkbox-warning input[type=checkbox]:checked+label:before {
|
||
background-color: #f0ad4e;
|
||
border-color: #f0ad4e
|
||
}
|
||
|
||
.checkbox-warning input[type=checkbox]:checked+label:after {
|
||
color: #fff
|
||
}
|
||
|
||
.checkbox-success input[type=checkbox]:checked+label:before {
|
||
background-color: var(--bs-primary);
|
||
border-color: var(--bs-primary)
|
||
}
|
||
|
||
.checkbox-success input[type=checkbox]:checked+label:after {
|
||
color: #fff
|
||
}
|
||
|
||
.radio {
|
||
padding-left: 20px
|
||
}
|
||
|
||
.radio label {
|
||
display: inline-block;
|
||
position: relative;
|
||
padding-left: 5px
|
||
}
|
||
|
||
.radio label:before {
|
||
content: "";
|
||
display: inline-block;
|
||
position: absolute;
|
||
width: 17px;
|
||
height: 17px;
|
||
left: 0;
|
||
margin-left: -20px;
|
||
border: 1px solid #e8e8e8;
|
||
border-radius: 50%;
|
||
background-color: #e8e8e8;
|
||
-webkit-transition: border .15s ease-in-out;
|
||
-o-transition: border .15s ease-in-out;
|
||
transition: border .15s ease-in-out
|
||
}
|
||
|
||
.radio label:after {
|
||
display: inline-block;
|
||
position: absolute;
|
||
content: " ";
|
||
width: 11px;
|
||
height: 11px;
|
||
left: 3px;
|
||
top: 3px;
|
||
margin-left: -20px;
|
||
border-radius: 50%;
|
||
background-color: #555;
|
||
-webkit-transform: scale(0, 0);
|
||
-ms-transform: scale(0, 0);
|
||
transform: scale(0, 0);
|
||
-webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
|
||
transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
|
||
-o-transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
|
||
transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
|
||
transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33)
|
||
}
|
||
|
||
.radio input[type=radio] {
|
||
opacity: 0
|
||
}
|
||
|
||
.radio input[type=radio]:focus+label:before {
|
||
outline: thin dotted;
|
||
outline: 5px auto -webkit-focus-ring-color;
|
||
outline-offset: -2px
|
||
}
|
||
|
||
.radio input[type=radio]:checked+label:after {
|
||
-webkit-transform: scale(1, 1);
|
||
-ms-transform: scale(1, 1);
|
||
transform: scale(1, 1)
|
||
}
|
||
|
||
.radio input[type=radio]:disabled+label {
|
||
opacity: .65
|
||
}
|
||
|
||
.radio input[type=radio]:disabled+label:before {
|
||
cursor: not-allowed
|
||
}
|
||
|
||
.radio.radio-inline {
|
||
margin-top: 0
|
||
}
|
||
|
||
.radio-primary input[type=radio]+label:after {
|
||
background-color: #428bca
|
||
}
|
||
|
||
.radio-primary input[type=radio]:checked+label:before {
|
||
border-color: #428bca
|
||
}
|
||
|
||
.radio-primary input[type=radio]:checked+label:after {
|
||
background-color: #428bca
|
||
}
|
||
|
||
.radio-danger input[type=radio]+label:after {
|
||
background-color: #d9534f
|
||
}
|
||
|
||
.radio-danger input[type=radio]:checked+label:before {
|
||
border-color: #d9534f
|
||
}
|
||
|
||
.radio-danger input[type=radio]:checked+label:after {
|
||
background-color: #d9534f
|
||
}
|
||
|
||
.radio-info input[type=radio]+label:after {
|
||
background-color: #5bc0de
|
||
}
|
||
|
||
.radio-info input[type=radio]:checked+label:before {
|
||
border-color: #5bc0de
|
||
}
|
||
|
||
.radio-info input[type=radio]:checked+label:after {
|
||
background-color: #5bc0de
|
||
}
|
||
|
||
.radio-warning input[type=radio]+label:after {
|
||
background-color: #f0ad4e
|
||
}
|
||
|
||
.radio-warning input[type=radio]:checked+label:before {
|
||
border-color: #f0ad4e
|
||
}
|
||
|
||
.radio-warning input[type=radio]:checked+label:after {
|
||
background-color: #f0ad4e
|
||
}
|
||
|
||
.radio-success input[type=radio]+label:after {
|
||
background-color: #5cb85c
|
||
}
|
||
|
||
.radio-success input[type=radio]:checked+label:before {
|
||
border-color: #5cb85c
|
||
}
|
||
|
||
.radio-success input[type=radio]:checked+label:after {
|
||
background-color: #5cb85c
|
||
}
|
||
|
||
.form-check-label {
|
||
cursor: pointer;
|
||
font-weight: 600
|
||
}
|
||
|
||
.custom-control-label:before {
|
||
background-color: #e8e8e8;
|
||
border: #e8e8e8 solid 0
|
||
}
|
||
|
||
.progress-circle {
|
||
width: 100px;
|
||
height: 100px
|
||
}
|
||
|
||
.progress-circle.progress-sm {
|
||
width: 60px;
|
||
height: 60px
|
||
}
|
||
|
||
.custom-input-file {
|
||
width: .1px;
|
||
height: .1px;
|
||
opacity: 0;
|
||
outline: 0;
|
||
overflow: hidden;
|
||
position: absolute;
|
||
z-index: -1
|
||
}
|
||
|
||
.custom-input-file+label {
|
||
-o-text-overflow: ellipsis;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
cursor: pointer;
|
||
display: block;
|
||
overflow: hidden;
|
||
padding: 10px 20px;
|
||
padding: .625rem 1.25rem;
|
||
border: 1px solid #e0e6ed;
|
||
border-radius: .25rem;
|
||
color: #8492a6;
|
||
background-color: #fff;
|
||
outline: 0;
|
||
margin: 0
|
||
}
|
||
|
||
.custom-input-file+label i {
|
||
width: 1em;
|
||
height: 1em;
|
||
vertical-align: middle;
|
||
fill: currentColor;
|
||
margin-top: -.25em;
|
||
margin-right: .5em
|
||
}
|
||
|
||
.custom-input-file+label:hover,
|
||
.custom-input-file.has-focus+label,
|
||
.custom-input-file:focus+label {
|
||
background-color: #fff
|
||
}
|
||
|
||
.no-js .custom-input-file+label {
|
||
display: none
|
||
}
|
||
|
||
.custom-input-file--2+label {
|
||
color: #fff;
|
||
border-color: var(--bs-primary);
|
||
background: var(--bs-primary)
|
||
}
|
||
|
||
.custom-input-file--2+label:hover,
|
||
.custom-input-file--2.has-focus+label,
|
||
.custom-input-file--2:focus+label {
|
||
color: #fff;
|
||
border-color: var(--bs-primary);
|
||
background: var(--bs-primary)
|
||
}
|
||
|
||
.custom-input-file-link+label {
|
||
padding: 0;
|
||
border: 0;
|
||
background: 0 0;
|
||
color: #6e00ff;
|
||
font-size: 14px;
|
||
font-size: .875rem;
|
||
font-weight: 600
|
||
}
|
||
|
||
.custom-input-file-link+label:hover,
|
||
.custom-input-file-link.has-focus+label,
|
||
.custom-input-file-link:focus+label {
|
||
background-color: transparent
|
||
}
|
||
|
||
.embed-container {
|
||
position: relative;
|
||
padding-bottom: 56.25%;
|
||
height: 0;
|
||
overflow: hidden;
|
||
max-width: 100%
|
||
}
|
||
|
||
.embed-container embed,
|
||
.embed-container iframe,
|
||
.embed-container object {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%
|
||
}
|
||
|
||
#countryMorphing,
|
||
#drillDownMap,
|
||
#flightRoutesMap,
|
||
#simpleMap,
|
||
#usHeatMap {
|
||
width: 100%;
|
||
height: 450px
|
||
}
|
||
|
||
#lineGauge {
|
||
width: 100%;
|
||
height: 450px;
|
||
background-color: #121212
|
||
}
|
||
|
||
#hiddenchartdiv {
|
||
width: 100%;
|
||
max-width: 100%;
|
||
height: 500px;
|
||
visibility: hidden;
|
||
position: absolute;
|
||
top: 0
|
||
}
|
||
|
||
.world-map-markers {
|
||
height: 450px
|
||
}
|
||
|
||
.asia,
|
||
.australia,
|
||
.europe,
|
||
.india,
|
||
.uk,
|
||
.usa {
|
||
height: 350px
|
||
}
|
||
|
||
|
||
.snippet {
|
||
position: relative;
|
||
margin-top: .65rem;
|
||
margin-bottom: .65rem;
|
||
}
|
||
|
||
.snippet code {
|
||
font-size: 14px;
|
||
background-color: transparent;
|
||
padding: 0;
|
||
}
|
||
|
||
.snippet .btn-snippet {
|
||
font-weight: 700;
|
||
padding: 0 9px 1px;
|
||
position: absolute;
|
||
right: 10px;
|
||
top: 0;
|
||
cursor: pointer;
|
||
background: transparent;
|
||
border: 1px solid #fff;
|
||
color: #fff;
|
||
border-radius: .25rem;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.snippet .btn-snippet:hover,
|
||
.snippet .btn-snippet:focus {
|
||
color: #212529;
|
||
background: #fff;
|
||
outline: none;
|
||
}
|
||
|
||
/*tooltipped*/
|
||
.tooltipped {
|
||
position: relative;
|
||
}
|
||
|
||
.tooltipped:after {
|
||
position: absolute;
|
||
z-index: 1000000;
|
||
display: none;
|
||
padding: 5px 8px;
|
||
font-size: 12px;
|
||
color: #fff;
|
||
text-align: center;
|
||
text-decoration: none;
|
||
text-shadow: none;
|
||
text-transform: none;
|
||
letter-spacing: normal;
|
||
word-wrap: break-word;
|
||
white-space: pre;
|
||
pointer-events: none;
|
||
content: attr(aria-label);
|
||
background: rgba(0, 0, 0, .8);
|
||
border-radius: 3px;
|
||
-webkit-font-smoothing: subpixel-antialiased
|
||
}
|
||
|
||
.tooltipped:before {
|
||
position: absolute;
|
||
z-index: 1000001;
|
||
display: none;
|
||
width: 0;
|
||
height: 0;
|
||
color: rgba(0, 0, 0, .8);
|
||
pointer-events: none;
|
||
content: "";
|
||
border: 5px solid transparent
|
||
}
|
||
|
||
.tooltipped:hover:before,
|
||
.tooltipped:hover:after,
|
||
.tooltipped:active:before,
|
||
.tooltipped:active:after,
|
||
.tooltipped:focus:before,
|
||
.tooltipped:focus:after {
|
||
display: inline-block;
|
||
text-decoration: none
|
||
}
|
||
|
||
.tooltipped-s:after {
|
||
top: 100%;
|
||
right: 50%;
|
||
margin-top: 5px;
|
||
}
|
||
|
||
.tooltipped-s:before {
|
||
top: auto;
|
||
right: 50%;
|
||
bottom: -5px;
|
||
margin-right: -5px;
|
||
border-bottom-color: rgba(0, 0, 0, .8)
|
||
}
|
||
|
||
.tooltipped-s:after {
|
||
-webkit-transform: translateX(50%);
|
||
-ms-transform: translateX(50%);
|
||
transform: translateX(50%)
|
||
}
|
||
|
||
.mailbox {
|
||
background-color: #fff;
|
||
border-radius: 6px;
|
||
overflow: hidden;
|
||
border: 1px solid #e4e4e4;
|
||
-webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
|
||
box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08)
|
||
}
|
||
|
||
.mailbox-header {
|
||
padding: 15px 25px;
|
||
border-bottom: 1px solid #e4e4e4
|
||
}
|
||
|
||
.inbox-toolbar .btn-group {
|
||
margin-left: .25rem;
|
||
}
|
||
|
||
.mailbox-body .inbox-mail,
|
||
.mailbox-body .inbox-nav {
|
||
display: table-cell;
|
||
vertical-align: top;
|
||
float: none
|
||
}
|
||
|
||
.inbox-nav {
|
||
border-right: 1px solid #e4e5e7
|
||
}
|
||
|
||
.mailbox-sideber {
|
||
padding: 15px
|
||
}
|
||
|
||
.profile-usermenu ul {
|
||
margin-bottom: 20px
|
||
}
|
||
|
||
.profile-usermenu ul li a {
|
||
color: #9a9a9a;
|
||
display: block;
|
||
padding: 8px 15px;
|
||
border-radius: 4px
|
||
}
|
||
|
||
.profile-usermenu ul li a i {
|
||
margin-right: 8px;
|
||
font-size: 21px
|
||
}
|
||
|
||
.profile-usermenu ul li a:hover {
|
||
color: var(--bs-primary);
|
||
background-color: rgba(85, 139, 47, .2);
|
||
}
|
||
|
||
.profile-usermenu ul li.active {
|
||
border-bottom: none
|
||
}
|
||
|
||
.profile-usermenu ul li.active a {
|
||
color: #fff;
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
.profile-usermenu h6 {
|
||
margin: 0 15px 10px;
|
||
border-bottom: 1px solid #e4e5e7;
|
||
padding-bottom: 10px;
|
||
text-transform: uppercase;
|
||
letter-spacing: 1px
|
||
}
|
||
|
||
.inbox_item {
|
||
color: inherit;
|
||
cursor: pointer;
|
||
border-bottom: 1px solid #e4e5e7;
|
||
background: #f9f9f9;
|
||
-webkit-transition: all .2s;
|
||
-o-transition: all .2s;
|
||
transition: all .2s;
|
||
padding: 15px 25px;
|
||
}
|
||
|
||
.unread {
|
||
background: #fff
|
||
}
|
||
|
||
.inbox_item:focus,
|
||
.inbox_item:hover {
|
||
color: inherit;
|
||
-webkit-transform: translateY(-4px);
|
||
-ms-transform: translateY(-4px);
|
||
transform: translateY(-4px);
|
||
-webkit-box-shadow: 0 3px 10px 0 #ccc;
|
||
box-shadow: 0 3px 10px 0 #ccc;
|
||
-webkit-transition: all .2s;
|
||
-o-transition: all .2s;
|
||
transition: all .2s
|
||
}
|
||
|
||
.inbox_item:last-child {
|
||
border-bottom: none !important
|
||
}
|
||
|
||
.inbox-avatar {
|
||
padding: 2px;
|
||
border-radius: 100px;
|
||
border: 1px solid #d4d4d4;
|
||
height: 40px;
|
||
width: 40px;
|
||
margin-left: .5rem;
|
||
}
|
||
|
||
.mailbox-header .inbox-avatar,
|
||
.inbox-avatar-wrap .inbox-avatar {
|
||
margin-left: 0;
|
||
}
|
||
|
||
.inbox-avatar-text {
|
||
margin-left: .8rem;
|
||
color: #9a9a9a
|
||
}
|
||
|
||
.avatar-name {
|
||
color: #43525a;
|
||
font-weight: 600
|
||
}
|
||
|
||
.badge.avatar-text {
|
||
margin-right: 5px;
|
||
display: inline;
|
||
color: #fff;
|
||
font-size: 72%;
|
||
padding: 3px 10px;
|
||
border-radius: 10px
|
||
}
|
||
|
||
.inbox-date {
|
||
color: #cdccc8;
|
||
margin-left: auto;
|
||
}
|
||
|
||
.inbox-date .date {
|
||
position: relative;
|
||
top: 5px
|
||
}
|
||
|
||
.inbox-mail-details {
|
||
line-height: 1.78571
|
||
}
|
||
|
||
.w-100p {
|
||
min-width: 100px
|
||
}
|
||
|
||
/*Button Style---------*/
|
||
|
||
/*Button Light*/
|
||
.btn-light {
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(248, 249, 250, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(248, 249, 250, .5)
|
||
}
|
||
|
||
/*Button Primary*/
|
||
.btn-primary {
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(13, 110, 253, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(13, 110, 253, .5);
|
||
}
|
||
|
||
/*Button Primary Soft*/
|
||
.btn-primary-soft {
|
||
color: #F84525;
|
||
background-color: rgba(248, 69, 37, .1);
|
||
border-color: rgba(248, 69, 37, .1);
|
||
}
|
||
|
||
.btn-primary-soft:hover,
|
||
.btn-check:focus+.btn-primary-soft,
|
||
.btn-primary-soft:focus {
|
||
color: #F84525;
|
||
background-color: rgba(248, 69, 37, .3);
|
||
border-color: rgba(248, 69, 37, .3)
|
||
}
|
||
|
||
.btn-check:checked+.btn-primary-soft,
|
||
.btn-check:active+.btn-primary-soft,
|
||
.btn-primary-soft:active,
|
||
.btn-primary-soft.active,
|
||
.show>.btn-primary-soft.dropdown-toggle {
|
||
color: #F84525;
|
||
background-color: rgba(248, 69, 37, .3);
|
||
border-color: rgba(248, 69, 37, .3)
|
||
}
|
||
|
||
.btn-check:focus+.btn-primary-soft,
|
||
.btn-primary-soft:focus,
|
||
.btn-check:checked+.btn-primary-soft:focus,
|
||
.btn-check:active+.btn-primary-soft:focus,
|
||
.btn-primary-soft:active:focus,
|
||
.btn-primary-soft.active:focus,
|
||
.show>.btn-primary-soft.dropdown-toggle:focus {
|
||
color: #F84525;
|
||
border-color: #F84525;
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(248, 69, 37, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(248, 69, 37, 0.5);
|
||
}
|
||
|
||
/*Button Secondary*/
|
||
.btn-secondary {
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(108, 117, 125, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, .5);
|
||
}
|
||
|
||
/*Button Success*/
|
||
.btn-success {
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(25, 135, 84, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(25, 135, 84, .5);
|
||
}
|
||
|
||
/*Button Success Soft*/
|
||
.btn-success-soft {
|
||
color: #28a745;
|
||
background-color: rgba(40, 167, 69, .1);
|
||
border-color: rgba(40, 167, 69, .3)
|
||
}
|
||
|
||
.btn-success-soft:hover,
|
||
.btn-check:focus+.btn-success-soft,
|
||
.btn-success-soft:focus {
|
||
color: #28a745;
|
||
background-color: rgba(40, 167, 69, .3);
|
||
border-color: rgba(40, 167, 69, .5)
|
||
}
|
||
|
||
.btn-check:checked+.btn-success-soft,
|
||
.btn-check:active+.btn-success-soft,
|
||
.btn-success-soft:active,
|
||
.btn-success-soft.active,
|
||
.show>.btn-success-soft.dropdown-toggle {
|
||
color: #28a745;
|
||
background-color: rgba(40, 167, 69, .5);
|
||
border-color: rgba(40, 167, 69, .7);
|
||
}
|
||
|
||
.btn-check:focus+.btn-success-soft,
|
||
.btn-success-soft:focus,
|
||
.btn-check:checked+.btn-success-soft:focus,
|
||
.btn-check:active+.btn-success-soft:focus,
|
||
.btn-success-soft:active:focus,
|
||
.btn-success-soft.active:focus,
|
||
.show>.btn-success-soft.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
|
||
}
|
||
|
||
/*Button Info*/
|
||
.btn-info {
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(13, 202, 240, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(13, 202, 240, .5);
|
||
}
|
||
|
||
/*Botton Info Soft*/
|
||
.btn-info-soft {
|
||
color: #17a2b8;
|
||
background-color: rgba(23, 162, 184, .1);
|
||
border-color: rgba(23, 162, 184, .3)
|
||
}
|
||
|
||
.btn-info-soft:hover,
|
||
.btn-check:focus+.btn-info-soft,
|
||
.btn-info-soft:focus {
|
||
color: #17a2b8;
|
||
background-color: rgba(23, 162, 184, .3);
|
||
border-color: rgba(23, 162, 184, .5)
|
||
}
|
||
|
||
.btn-check:checked+.btn-info-soft,
|
||
.btn-check:active+.btn-info-soft,
|
||
.btn-info-soft:active,
|
||
.btn-info-soft.active,
|
||
.show>.btn-info-soft.dropdown-toggle {
|
||
color: #17a2b8;
|
||
background-color: rgba(23, 162, 184, .5);
|
||
border-color: rgba(23, 162, 184, .7);
|
||
}
|
||
|
||
.btn-check:focus+.btn-info-soft,
|
||
.btn-info-soft:focus,
|
||
.btn-check:checked+.btn-info-soft:focus,
|
||
.btn-check:active+.btn-info-soft:focus,
|
||
.btn-info-soft:active:focus,
|
||
.btn-info-soft.active:focus,
|
||
.show>.btn-info-soft.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
|
||
}
|
||
|
||
/*Button Warning*/
|
||
.btn-warning {
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 193, 7, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(255, 193, 7, .5)
|
||
}
|
||
|
||
/*Button Warning Soft*/
|
||
.btn-warning-soft {
|
||
color: #ffc107;
|
||
background-color: rgba(255, 193, 7, .1);
|
||
border-color: rgba(255, 193, 7, .3)
|
||
}
|
||
|
||
.btn-warning-soft:hover,
|
||
.btn-check:focus+.btn-warning-soft,
|
||
.btn-warning-soft:focus {
|
||
color: #ffc107;
|
||
background-color: rgba(255, 193, 7, .3);
|
||
border-color: rgba(255, 193, 7, .5)
|
||
}
|
||
|
||
.btn-check:checked+.btn-warning-soft,
|
||
.btn-check:active+.btn-warning-soft,
|
||
.btn-warning-soft:active,
|
||
.btn-warning-soft.active,
|
||
.show>.btn-warning-soft.dropdown-toggle {
|
||
color: #ffc107;
|
||
background-color: rgba(255, 193, 7, .5);
|
||
border-color: rgba(255, 193, 7, .7);
|
||
}
|
||
|
||
.btn-check:focus+.btn-warning-soft,
|
||
.btn-warning-soft:focus,
|
||
.btn-check:checked+.btn-warning-soft:focus,
|
||
.btn-check:active+.btn-warning-soft:focus,
|
||
.btn-warning-soft:active:focus,
|
||
.btn-warning-soft.active:focus,
|
||
.show>.btn-warning-soft.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
|
||
}
|
||
|
||
/*Button Danger*/
|
||
.btn-danger {
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(220, 53, 69, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(220, 53, 69, .5)
|
||
}
|
||
|
||
/*Button Danger Soft*/
|
||
.btn-danger-soft {
|
||
color: #dc3545;
|
||
background-color: rgba(220, 53, 69, .1);
|
||
border-color: rgba(220, 53, 69, .3)
|
||
}
|
||
|
||
.btn-danger-soft:hover,
|
||
.btn-check:focus+.btn-danger-soft,
|
||
.btn-danger-soft:focus {
|
||
color: #dc3545;
|
||
background-color: rgba(220, 53, 69, .3);
|
||
border-color: rgba(220, 53, 69, .5)
|
||
}
|
||
|
||
.btn-check:checked+.btn-danger-soft,
|
||
.btn-check:active+.btn-danger-soft,
|
||
.btn-danger-soft:active,
|
||
.btn-danger-soft.active,
|
||
.show>.btn-danger-soft.dropdown-toggle {
|
||
color: #dc3545;
|
||
background-color: rgba(220, 53, 69, .5);
|
||
border-color: rgba(220, 53, 69, .7);
|
||
}
|
||
|
||
.btn-check:focus+.btn-danger-soft,
|
||
.btn-danger-soft:focus,
|
||
.btn-check:checked+.btn-danger-soft:focus,
|
||
.btn-check:active+.btn-danger-soft:focus,
|
||
.btn-danger-soft:active:focus,
|
||
.btn-danger-soft.active:focus,
|
||
.show>.btn-danger-soft.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
|
||
}
|
||
|
||
/*Button Inverse*/
|
||
.btn-inverse {
|
||
color: #fff;
|
||
border-color: #3b3e47;
|
||
background-color: #3b3e47;
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(59, 62, 71, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(59, 62, 71, .5)
|
||
}
|
||
|
||
.btn-inverse:hover,
|
||
.btn-inverse:not(:disabled):not(.disabled).active,
|
||
.btn-inverse:not(:disabled):not(.disabled):active,
|
||
.show>.btn-inverse.dropdown-toggle {
|
||
color: #fff;
|
||
background-color: #2f3239;
|
||
border-color: #2f3239
|
||
}
|
||
|
||
.btn-inverse.focus,
|
||
.btn-inverse:focus,
|
||
.btn-inverse:not(:disabled):not(.disabled).active:focus,
|
||
.btn-inverse:not(:disabled):not(.disabled):active:focus,
|
||
.show>.btn-inverse.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 .2rem rgba(59, 62, 71, .5);
|
||
box-shadow: 0 0 0 .2rem rgba(59, 62, 71, .5)
|
||
}
|
||
|
||
/*Button inverse Soft*/
|
||
.btn-inverse-soft {
|
||
color: #3b3e47;
|
||
background-color: rgba(59, 62, 71, .1);
|
||
border-color: rgba(59, 62, 71, .3)
|
||
}
|
||
|
||
.btn-inverse-soft:hover,
|
||
.btn-check:focus+.btn-inverse-soft,
|
||
.btn-inverse-soft:focus {
|
||
color: #3b3e47;
|
||
background-color: rgba(59, 62, 71, .3);
|
||
border-color: rgba(59, 62, 71, .5)
|
||
}
|
||
|
||
.btn-check:checked+.btn-inverse-soft,
|
||
.btn-check:active+.btn-inverse-soft,
|
||
.btn-inverse-soft:active,
|
||
.btn-inverse-soft.active,
|
||
.show>.btn-inverse-soft.dropdown-toggle {
|
||
color: #3b3e47;
|
||
background-color: rgba(59, 62, 71, .5);
|
||
border-color: rgba(59, 62, 71, .7);
|
||
}
|
||
|
||
.btn-check:focus+.btn-inverse-soft,
|
||
.btn-inverse-soft:focus,
|
||
.btn-check:checked+.btn-inverse-soft:focus,
|
||
.btn-check:active+.btn-inverse-soft:focus,
|
||
.btn-inverse-soft:active:focus,
|
||
.btn-inverse-soft.active:focus,
|
||
.show>.btn-inverse-soft.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(59, 62, 71, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(59, 62, 71, 0.5);
|
||
}
|
||
|
||
/*Button Outline Inverse*/
|
||
.btn-outline-inverse {
|
||
color: #3b3e47;
|
||
border-color: #3b3e47
|
||
}
|
||
|
||
.btn-outline-inverse:hover,
|
||
.btn-check:checked+.btn-outline-inverse,
|
||
.btn-check:active+.btn-outline-inverse,
|
||
.btn-outline-inverse:active,
|
||
.btn-outline-inverse.active,
|
||
.btn-outline-inverse.dropdown-toggle.show {
|
||
color: #fff;
|
||
border-color: #3b3e47;
|
||
background-color: #3b3e47;
|
||
}
|
||
|
||
.btn-check:focus+.btn-outline-inverse,
|
||
.btn-outline-inverse:focus,
|
||
.btn-check:checked+.btn-outline-inverse:focus,
|
||
.btn-check:active+.btn-outline-inverse:focus,
|
||
.btn-outline-inverse:active:focus,
|
||
.btn-outline-inverse.active:focus,
|
||
.btn-outline-inverse.dropdown-toggle.show:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(59, 62, 71, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(59, 62, 71, 0.5);
|
||
}
|
||
|
||
/*Button Purple*/
|
||
.btn-purple {
|
||
color: #fff;
|
||
background-color: #5b69bc;
|
||
border-color: #5b69bc;
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(91, 105, 188, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(91, 105, 188, .5)
|
||
}
|
||
|
||
.btn-purple:hover,
|
||
.btn-purple:not(:disabled):not(.disabled).active,
|
||
.btn-purple:not(:disabled):not(.disabled):active,
|
||
.show>.btn-purple.dropdown-toggle {
|
||
color: #fff;
|
||
background-color: #4a59b4;
|
||
border-color: #4a59b4
|
||
}
|
||
|
||
.btn-purple.focus,
|
||
.btn-purple:focus,
|
||
.btn-purple:not(:disabled):not(.disabled).active:focus,
|
||
.btn-purple:not(:disabled):not(.disabled):active:focus,
|
||
.show>.btn-purple.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 .2rem rgba(91, 105, 188, .5);
|
||
box-shadow: 0 0 0 .2rem rgba(91, 105, 188, .5)
|
||
}
|
||
|
||
/*btn Purple Soft*/
|
||
.btn-purple-soft {
|
||
color: #5b69bc;
|
||
background-color: rgba(91, 105, 188, .1);
|
||
border-color: rgba(91, 105, 188, .3)
|
||
}
|
||
|
||
.btn-purple-soft:hover,
|
||
.btn-check:focus+.btn-purple-soft,
|
||
.btn-purple-soft:focus {
|
||
color: #5b69bc;
|
||
background-color: rgba(91, 105, 188, .3);
|
||
border-color: rgba(91, 105, 188, .5)
|
||
}
|
||
|
||
.btn-check:checked+.btn-purple-soft,
|
||
.btn-check:active+.btn-purple-soft,
|
||
.btn-purple-soft:active,
|
||
.btn-purple-soft.active,
|
||
.show>.btn-purple-soft.dropdown-toggle {
|
||
color: #5b69bc;
|
||
background-color: rgba(91, 105, 188, .5);
|
||
border-color: rgba(91, 105, 188, .7);
|
||
}
|
||
|
||
.btn-check:focus+.btn-purple-soft,
|
||
.btn-purple-soft:focus,
|
||
.btn-check:checked+.btn-purple-soft:focus,
|
||
.btn-check:active+.btn-purple-soft:focus,
|
||
.btn-purple-soft:active:focus,
|
||
.btn-purple-soft.active:focus,
|
||
.show>.btn-purple-soft.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(91, 105, 188, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(91, 105, 188, 0.5);
|
||
}
|
||
|
||
/*Button Outline Purple*/
|
||
.btn-outline-purple {
|
||
color: #5b69bc;
|
||
border-color: #5b69bc
|
||
}
|
||
|
||
.btn-outline-purple:hover,
|
||
.btn-check:checked+.btn-outline-purple,
|
||
.btn-check:active+.btn-outline-purple,
|
||
.btn-outline-purple:active,
|
||
.btn-outline-purple.active,
|
||
.btn-outline-purple.dropdown-toggle.show {
|
||
color: #fff;
|
||
background-color: #5b69bc;
|
||
border-color: #5b69bc
|
||
}
|
||
|
||
.btn-check:focus+.btn-outline-purple,
|
||
.btn-outline-purple:focus,
|
||
.btn-check:checked+.btn-outline-purple:focus,
|
||
.btn-check:active+.btn-outline-purple:focus,
|
||
.btn-outline-purple:active:focus,
|
||
.btn-outline-purple.active:focus,
|
||
.btn-outline-purple.dropdown-toggle.show:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(91, 105, 188, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(91, 105, 188, 0.5);
|
||
}
|
||
|
||
/*Button Pink*/
|
||
.btn-pink {
|
||
color: #fff;
|
||
border-color: #ff8acc;
|
||
background-color: #ff8acc;
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 138, 204, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(255, 138, 204, .5)
|
||
}
|
||
|
||
.btn-pink:hover,
|
||
.btn-pink:not(:disabled):not(.disabled).active,
|
||
.btn-pink:not(:disabled):not(.disabled):active,
|
||
.show>.btn-purple.dropdown-toggle {
|
||
color: #fff;
|
||
background-color: #ff70c1;
|
||
border-color: #ff70c1
|
||
}
|
||
|
||
.btn-pink.focus,
|
||
.btn-pink:focus,
|
||
.btn-pink:not(:disabled):not(.disabled).active:focus,
|
||
.btn-pink:not(:disabled):not(.disabled):active:focus,
|
||
.show>.btn-pink.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 138, 204, .5);
|
||
box-shadow: 0 0 0 .2rem rgba(255, 138, 204, .5)
|
||
}
|
||
|
||
/*Buttton Pink Soft*/
|
||
.btn-pink-soft {
|
||
color: #ff8acc;
|
||
background-color: rgba(255, 138, 204, .1);
|
||
border-color: rgba(255, 138, 204, .3)
|
||
}
|
||
|
||
.btn-pink-soft:hover,
|
||
.btn-check:focus+.btn-pink-soft,
|
||
.btn-pink-soft:focus {
|
||
color: #ff8acc;
|
||
background-color: rgba(255, 138, 204, .3);
|
||
border-color: rgba(255, 138, 204, .5)
|
||
}
|
||
|
||
.btn-check:checked+.btn-pink-soft,
|
||
.btn-check:active+.btn-pink-soft,
|
||
.btn-pink-soft:active,
|
||
.btn-pink-soft.active,
|
||
.show>.btn-pink-soft.dropdown-toggle {
|
||
color: #ff8acc;
|
||
background-color: rgba(255, 138, 204, .5);
|
||
border-color: rgba(255, 138, 204, .7);
|
||
}
|
||
|
||
.btn-check:focus+.btn-pink-soft,
|
||
.btn-pink-soft:focus,
|
||
.btn-check:checked+.btn-pink-soft:focus,
|
||
.btn-check:active+.btn-pink-soft:focus,
|
||
.btn-pink-soft:active:focus,
|
||
.btn-pink-soft.active:focus,
|
||
.show>.btn-pink-soft.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 138, 204, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(255, 138, 204, 0.5);
|
||
}
|
||
|
||
/*Buttton Outline Pink*/
|
||
.btn-outline-pink {
|
||
color: #ff8acc;
|
||
border-color: #ff8acc
|
||
}
|
||
|
||
.btn-outline-pink:hover,
|
||
.btn-check:checked+.btn-outline-pink,
|
||
.btn-check:active+.btn-outline-pink,
|
||
.btn-outline-pink:active,
|
||
.btn-outline-pink.active,
|
||
.btn-outline-pink.dropdown-toggle.show {
|
||
color: #fff;
|
||
background-color: #ff8acc;
|
||
border-color: #ff8acc
|
||
}
|
||
|
||
.btn-check:focus+.btn-outline-pink,
|
||
.btn-outline-pink:focus,
|
||
.btn-check:checked+.btn-outline-pink:focus,
|
||
.btn-check:active+.btn-outline-pink:focus,
|
||
.btn-outline-pink:active:focus,
|
||
.btn-outline-pink.active:focus,
|
||
.btn-outline-pink.dropdown-toggle.show:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 138, 204, .5);
|
||
box-shadow: 0 0 0 0.25rem rgba(255, 138, 204, .5);
|
||
}
|
||
|
||
/*Button Black*/
|
||
.btn-black {
|
||
color: #fff;
|
||
border-color: #000;
|
||
background-color: #000;
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5)
|
||
}
|
||
|
||
.btn-black:hover,
|
||
.btn-black:not(:disabled):not(.disabled).active,
|
||
.btn-black:not(:disabled):not(.disabled):active,
|
||
.show>.btn-black.dropdown-toggle {
|
||
color: #fff;
|
||
background-color: #222;
|
||
border-color: #222
|
||
}
|
||
|
||
.btn-black.focus,
|
||
.btn-black:focus,
|
||
.btn-black:not(:disabled):not(.disabled).active:focus,
|
||
.btn-black:not(:disabled):not(.disabled):active:focus,
|
||
.show>.btn-black.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
|
||
box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
|
||
}
|
||
|
||
/*Button Black Soft*/
|
||
.btn-black-soft {
|
||
color: #000;
|
||
background-color: rgba(0, 0, 0, .1);
|
||
border-color: rgba(0, 0, 0, .3)
|
||
}
|
||
|
||
.btn-black-soft:hover,
|
||
.btn-check:focus+.btn-black-soft,
|
||
.btn-black-soft:focus {
|
||
color: #000;
|
||
background-color: rgba(0, 0, 0, .3);
|
||
border-color: rgba(0, 0, 0, .5)
|
||
}
|
||
|
||
.btn-check:checked+.btn-black-soft,
|
||
.btn-check:active+.btn-black-soft,
|
||
.btn-black-soft:active,
|
||
.btn-black-soft.active,
|
||
.show>.btn-black-soft.dropdown-toggle {
|
||
color: #000;
|
||
background-color: rgba(0, 0, 0, .5);
|
||
border-color: rgba(0, 0, 0, .7);
|
||
}
|
||
|
||
.btn-check:focus+.btn-black-soft,
|
||
.btn-black-soft:focus,
|
||
.btn-check:checked+.btn-black-soft:focus,
|
||
.btn-check:active+.btn-black-soft:focus,
|
||
.btn-black-soft:active:focus,
|
||
.btn-black-soft.active:focus,
|
||
.show>.btn-black-soft.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
|
||
}
|
||
|
||
/*Button Outline Black*/
|
||
.btn-outline-black {
|
||
color: #000;
|
||
border-color: #000
|
||
}
|
||
|
||
.btn-outline-black:hover,
|
||
.btn-check:checked+.btn-outline-black,
|
||
.btn-check:active+.btn-outline-black,
|
||
.btn-outline-black:active,
|
||
.btn-outline-black.active,
|
||
.btn-outline-black.dropdown-toggle.show {
|
||
color: #fff;
|
||
background-color: #000;
|
||
border-color: #000
|
||
}
|
||
|
||
.btn-check:focus+.btn-outline-black,
|
||
.btn-outline-black:focus,
|
||
.btn-check:checked+.btn-outline-black:focus,
|
||
.btn-check:active+.btn-outline-black:focus,
|
||
.btn-outline-black:active:focus,
|
||
.btn-outline-black.active:focus,
|
||
.btn-outline-black.dropdown-toggle.show:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .5);
|
||
box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .5);
|
||
}
|
||
|
||
/*Button Violet*/
|
||
.btn-violet {
|
||
color: #fff;
|
||
border-color: #a344ec;
|
||
background-color: #a344ec;
|
||
-webkit-box-shadow: 0 2px 6px 0 rgba(163, 68, 236, .5);
|
||
box-shadow: 0 2px 6px 0 rgba(163, 68, 236, .5)
|
||
}
|
||
|
||
.btn-violet:hover,
|
||
.btn-violet:not(:disabled):not(.disabled).active,
|
||
.btn-violet:not(:disabled):not(.disabled):active,
|
||
.show>.btn-violet.dropdown-toggle {
|
||
color: #fff;
|
||
background-color: #9023e4;
|
||
border-color: #9023e4
|
||
}
|
||
|
||
.btn-violet.focus,
|
||
.btn-violet:focus,
|
||
.btn-violet:not(:disabled):not(.disabled).active:focus,
|
||
.btn-violet:not(:disabled):not(.disabled):active:focus,
|
||
.show>.btn-violet.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 .2rem rgba(163, 68, 236, .5);
|
||
box-shadow: 0 0 0 .2rem rgba(163, 68, 236, .5)
|
||
}
|
||
|
||
/*Button Violet Soft*/
|
||
.btn-violet-soft {
|
||
color: #a344ec;
|
||
background-color: rgba(163, 68, 236, .1);
|
||
border-color: rgba(163, 68, 236, .3)
|
||
}
|
||
|
||
.btn-violet-soft:hover,
|
||
.btn-check:focus+.btn-violet-soft,
|
||
.btn-violet-soft:focus {
|
||
color: #a344ec;
|
||
background-color: rgba(163, 68, 236, .3);
|
||
border-color: rgba(163, 68, 236, .5)
|
||
}
|
||
|
||
.btn-check:checked+.btn-violet-soft,
|
||
.btn-check:active+.btn-violet-soft,
|
||
.btn-violet-soft:active,
|
||
.btn-violet-soft.active,
|
||
.show>.btn-violet-soft.dropdown-toggle {
|
||
color: #a344ec;
|
||
background-color: rgba(163, 68, 236, .5);
|
||
border-color: rgba(163, 68, 236, .7);
|
||
}
|
||
|
||
.btn-check:focus+.btn-violet-soft,
|
||
.btn-violet-soft:focus,
|
||
.btn-check:checked+.btn-violet-soft:focus,
|
||
.btn-check:active+.btn-violet-soft:focus,
|
||
.btn-violet-soft:active:focus,
|
||
.btn-violet-soft.active:focus,
|
||
.show>.btn-violet-soft.dropdown-toggle:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(163, 68, 236, 0.5);
|
||
box-shadow: 0 0 0 0.25rem rgba(163, 68, 236, 0.5);
|
||
}
|
||
|
||
/*Button Outline Violet*/
|
||
.btn-outline-violet {
|
||
color: #a344ec;
|
||
border-color: #a344ec
|
||
}
|
||
|
||
.btn-outline-violet:hover,
|
||
.btn-check:checked+.btn-outline-violet,
|
||
.btn-check:active+.btn-outline-violet,
|
||
.btn-outline-violet:active,
|
||
.btn-outline-violet.active,
|
||
.btn-outline-violet.dropdown-toggle.show {
|
||
color: #fff;
|
||
background-color: #a344ec;
|
||
border-color: #a344ec
|
||
}
|
||
|
||
.btn-check:focus+.btn-outline-violet,
|
||
.btn-outline-violet:focus,
|
||
.btn-check:checked+.btn-outline-violet:focus,
|
||
.btn-check:active+.btn-outline-violet:focus,
|
||
.btn-outline-violet:active:focus,
|
||
.btn-outline-violet.active:focus,
|
||
.btn-outline-violet.dropdown-toggle.show:focus {
|
||
-webkit-box-shadow: 0 0 0 0.25rem rgba(163, 68, 236, .5);
|
||
box-shadow: 0 0 0 0.25rem rgba(163, 68, 236, .5);
|
||
}
|
||
|
||
.btn-label {
|
||
position: relative;
|
||
left: -14px;
|
||
display: inline-block;
|
||
padding: 6px 12px;
|
||
background: rgba(0, 0, 0, .15);
|
||
border-radius: 2px 0 0 2px
|
||
}
|
||
|
||
.btn-labeled {
|
||
padding-top: 0;
|
||
padding-bottom: 0
|
||
}
|
||
|
||
.btn-circle {
|
||
width: 32px;
|
||
height: 32px;
|
||
text-align: center;
|
||
padding: 6px 0;
|
||
font-size: 12px;
|
||
line-height: 1.428571429;
|
||
border-radius: 30px
|
||
}
|
||
|
||
.badge-primary-soft {
|
||
color: #007bff;
|
||
background-color: rgba(0, 123, 255, .1)
|
||
}
|
||
|
||
.badge-secondary-soft {
|
||
color: #6c757d;
|
||
background-color: rgba(108, 117, 125, .1)
|
||
}
|
||
|
||
.badge-success-soft {
|
||
color: #28a745;
|
||
background-color: rgba(40, 167, 69, .1)
|
||
}
|
||
|
||
.badge-danger-soft {
|
||
color: #dc3545;
|
||
background-color: rgba(220, 53, 69, .1)
|
||
}
|
||
|
||
.badge-warning-soft {
|
||
color: #212529;
|
||
background-color: rgba(255, 193, 7, .1)
|
||
}
|
||
|
||
.badge-info-soft {
|
||
color: #17a2b8;
|
||
background-color: rgba(23, 162, 184, .1)
|
||
}
|
||
|
||
.badge-light-soft {
|
||
color: #212529;
|
||
background-color: rgba(248, 249, 250, .1)
|
||
}
|
||
|
||
.badge-dark-soft {
|
||
color: #343a40;
|
||
background-color: rgba(52, 58, 64, .1)
|
||
}
|
||
|
||
.form-wrapper {
|
||
padding: 15px
|
||
}
|
||
|
||
.form-container {
|
||
max-width: 400px
|
||
}
|
||
|
||
.form-container .panel {
|
||
padding: 30px;
|
||
background-color: #fff;
|
||
border-radius: 6px;
|
||
-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
|
||
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
|
||
border: 1px solid #ecf0ee
|
||
}
|
||
|
||
.google-btn,
|
||
.linkedin-btn {
|
||
color: #757575;
|
||
line-height: 1;
|
||
padding: 13px 8px 13px 50px;
|
||
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .12), 0 1px 1px rgba(122, 122, 122, .2);
|
||
box-shadow: 0 0 1px rgba(0, 0, 0, .12), 0 1px 1px rgba(122, 122, 122, .2)
|
||
}
|
||
|
||
.google-btn:before,
|
||
.linkedin-btn:before {
|
||
content: '';
|
||
width: 18px;
|
||
height: 18px;
|
||
position: absolute;
|
||
left: 11px;
|
||
top: 10px
|
||
}
|
||
|
||
.linkedin-btn:before {
|
||
background-image: url(../img/linkdin.svg)
|
||
}
|
||
|
||
.google-btn:before {
|
||
background-image: url(../img/google.svg)
|
||
}
|
||
|
||
.google-btn:focus,
|
||
.google-btn:hover,
|
||
.linkedin-btn:focus,
|
||
.linkedin-btn:hover {
|
||
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .24);
|
||
box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .24);
|
||
background-color: #fff;
|
||
-webkit-transition: all .2s ease;
|
||
-o-transition: all .2s ease;
|
||
transition: all .2s ease
|
||
}
|
||
|
||
.form-container .panel .divider {
|
||
letter-spacing: .05em;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
-webkit-tap-highlight-color: transparent;
|
||
white-space: nowrap;
|
||
line-height: 1
|
||
}
|
||
|
||
.form-container .panel .divider:after,
|
||
.form-container .panel .divider:before {
|
||
content: '';
|
||
display: table-cell;
|
||
position: relative;
|
||
top: 50%;
|
||
width: 50%;
|
||
background-repeat: no-repeat;
|
||
background-image: url(../img/divider.png)
|
||
}
|
||
|
||
.form-container .panel .divider:before {
|
||
background-position: right 1em top 50%
|
||
}
|
||
|
||
.form-container .panel .divider:after {
|
||
background-position: left 1em top 50%
|
||
}
|
||
|
||
.bottom-text a {
|
||
color: #0052cc
|
||
}
|
||
|
||
.lock-wrapper-page {
|
||
margin: 7.5% auto;
|
||
width: 360px;
|
||
padding: 15px;
|
||
position: relative
|
||
}
|
||
|
||
.logo-lock {
|
||
font-size: 50px;
|
||
font-weight: 600
|
||
}
|
||
|
||
.user-thumb img {
|
||
height: 88px;
|
||
margin: 0 auto;
|
||
width: 88px
|
||
}
|
||
|
||
.lock-wrapper-page .form-control {
|
||
padding-left: 40px;
|
||
border: 1px solid var(--bs-primary)
|
||
}
|
||
|
||
.lock-wrapper-page .fa-key {
|
||
left: 15px !important;
|
||
top: 13px;
|
||
font-size: 15px;
|
||
position: absolute;
|
||
z-index: 99
|
||
}
|
||
|
||
@media (max-width:767px) {
|
||
.lock-wrapper-page {
|
||
margin: 15% auto;
|
||
width: 320px
|
||
}
|
||
}
|
||
|
||
.headding_ex h1,
|
||
.headding_ex h2,
|
||
.headding_ex h3,
|
||
.headding_ex h4,
|
||
.headding_ex h5,
|
||
.headding_ex h6 {
|
||
margin: 0
|
||
}
|
||
|
||
.dd {
|
||
position: relative;
|
||
display: block;
|
||
margin: 0;
|
||
padding: 0;
|
||
max-width: 600px;
|
||
list-style: none;
|
||
font-size: 13px;
|
||
line-height: 20px
|
||
}
|
||
|
||
.dd-list {
|
||
display: block;
|
||
position: relative;
|
||
margin: 0;
|
||
padding: 0;
|
||
list-style: none
|
||
}
|
||
|
||
.dd-list .dd-list {
|
||
padding-left: 30px
|
||
}
|
||
|
||
.dd-item {
|
||
display: block;
|
||
position: relative;
|
||
margin: 0;
|
||
padding: 0;
|
||
min-height: 20px;
|
||
font-size: 13px;
|
||
line-height: 20px
|
||
}
|
||
|
||
.dd-handle {
|
||
display: block;
|
||
margin: 5px 0;
|
||
padding: 5px 10px;
|
||
color: #333;
|
||
text-decoration: none;
|
||
border: 1px solid #e4e5e7;
|
||
background: #f7f9fa;
|
||
border-radius: 3px;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
-moz-box-sizing: border-box;
|
||
cursor: pointer
|
||
}
|
||
|
||
.dd-handle:hover {
|
||
font-weight: 600;
|
||
background: #fff
|
||
}
|
||
|
||
.dd-item>button {
|
||
display: block;
|
||
position: relative;
|
||
cursor: pointer;
|
||
float: left;
|
||
width: 25px;
|
||
height: 20px;
|
||
margin: 5px 0;
|
||
padding: 0;
|
||
text-indent: 100%;
|
||
white-space: nowrap;
|
||
overflow: hidden;
|
||
border: 0;
|
||
background: 0 0;
|
||
font-size: 12px;
|
||
line-height: 1;
|
||
text-align: center;
|
||
font-weight: 700
|
||
}
|
||
|
||
.dd-item>button:before {
|
||
content: '+';
|
||
display: block;
|
||
position: absolute;
|
||
width: 100%;
|
||
text-align: center;
|
||
text-indent: 0
|
||
}
|
||
|
||
.dd-item>button[data-action=collapse]:before {
|
||
content: '-'
|
||
}
|
||
|
||
#nestable .dd-handle {
|
||
color: inherit;
|
||
border: 1px dashed #e4e5e7;
|
||
background: #f7f9fa;
|
||
padding: 8px 10px
|
||
}
|
||
|
||
#nestable .dd-handle:hover {
|
||
font-weight: 600;
|
||
background: #fff
|
||
}
|
||
|
||
#nestable-output,
|
||
#nestable2-output {
|
||
font-size: 12px;
|
||
padding: 25px;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
-moz-box-sizing: border-box
|
||
}
|
||
|
||
#nestable .dd-item>button {
|
||
height: 38px;
|
||
width: 33px;
|
||
color: #c1c1c1;
|
||
font-family: "Font Awesome 5 Free";
|
||
font-weight: 900;
|
||
margin: 0
|
||
}
|
||
|
||
#nestable .dd-item>button[data-action=collapse]:before {
|
||
content: "\f068"
|
||
}
|
||
|
||
#nestable .dd-item>button:before {
|
||
content: "\f067"
|
||
}
|
||
|
||
#nestable span.label {
|
||
margin-right: 10px;
|
||
display: inline;
|
||
padding: .2em .6em .3em;
|
||
font-size: 75%;
|
||
font-weight: 700;
|
||
line-height: 1;
|
||
color: #fff;
|
||
text-align: center;
|
||
white-space: nowrap;
|
||
vertical-align: baseline;
|
||
border-radius: .25em
|
||
}
|
||
|
||
.dd-handle span {
|
||
font-weight: 700
|
||
}
|
||
|
||
.dd3-content {
|
||
display: block;
|
||
height: 34px;
|
||
margin: 5px 0;
|
||
padding: 5px 10px 5px 40px;
|
||
color: #333;
|
||
text-decoration: none;
|
||
border-radius: 3px;
|
||
-webkit-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
-moz-box-sizing: border-box;
|
||
border: 1px solid #e4e5e7;
|
||
background: #f7f9fa
|
||
}
|
||
|
||
.dd3-content:hover {
|
||
background: #fff
|
||
}
|
||
|
||
.dd-dragel>.dd3-item>.dd3-content {
|
||
margin: 0
|
||
}
|
||
|
||
.dd3-item>button {
|
||
margin-left: 30px
|
||
}
|
||
|
||
.dd3-handle {
|
||
position: absolute;
|
||
margin: 0;
|
||
left: 0;
|
||
top: 0;
|
||
cursor: pointer;
|
||
width: 32px;
|
||
text-indent: 100%;
|
||
white-space: nowrap;
|
||
overflow: hidden;
|
||
border: 1px solid var(--bs-primary);
|
||
border-top-right-radius: 0;
|
||
border-bottom-right-radius: 0;
|
||
height: 34px;
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
.dd3-handle:before {
|
||
content: '≡';
|
||
display: block;
|
||
position: absolute;
|
||
left: 0;
|
||
top: 3px;
|
||
width: 100%;
|
||
text-align: center;
|
||
text-indent: 0;
|
||
color: #fff;
|
||
font-size: 20px;
|
||
font-weight: 400
|
||
}
|
||
|
||
.dd3-handle:hover {
|
||
background: #ddd
|
||
}
|
||
|
||
.progress {
|
||
-webkit-box-shadow: none !important;
|
||
background-color: #f5f5f5;
|
||
box-shadow: none !important;
|
||
height: 10px;
|
||
overflow: visible
|
||
}
|
||
|
||
.progress-bar {
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none;
|
||
font-size: 8px;
|
||
font-weight: 600;
|
||
line-height: 12px
|
||
}
|
||
|
||
.progress-animated {
|
||
-webkit-animation-duration: 5s;
|
||
-webkit-animation-name: animationProgress;
|
||
-webkit-transition: 5s all;
|
||
animation-duration: 5s;
|
||
animation-name: animationProgress;
|
||
-o-transition: 5s all;
|
||
transition: 5s all
|
||
}
|
||
|
||
.progress.progress-sm {
|
||
height: 5px !important
|
||
}
|
||
|
||
.progress.progress-md {
|
||
height: 15px !important
|
||
}
|
||
|
||
.progress.progress-lg {
|
||
height: 20px !important
|
||
}
|
||
|
||
.progress.progress-md .progress-bar {
|
||
font-size: 10.8px;
|
||
line-height: 14.4px
|
||
}
|
||
|
||
.progress.progress-lg .progress-bar {
|
||
font-size: 12px;
|
||
line-height: 20px
|
||
}
|
||
|
||
.progress-bar-primary {
|
||
background-color: #428bca
|
||
}
|
||
|
||
.progress-bar-success {
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
.progress-bar-info {
|
||
background-color: #62d0f1
|
||
}
|
||
|
||
.progress-bar-warning {
|
||
background-color: #ffb61e
|
||
}
|
||
|
||
.progress-bar-danger {
|
||
background-color: #e5343d
|
||
}
|
||
|
||
.progress-bar-inverse {
|
||
background-color: #3b3e47
|
||
}
|
||
|
||
.progress-bar-pink {
|
||
background-color: #ff8acc
|
||
}
|
||
|
||
.progress-bar-violet {
|
||
background-color: #8e23e0
|
||
}
|
||
|
||
.progress-bar .tooltip {
|
||
position: relative;
|
||
float: right
|
||
}
|
||
|
||
.progress-bar .tooltip .tooltip-inner {
|
||
background-color: #f5f5f5;
|
||
padding: 4px 8px;
|
||
color: #fff;
|
||
font-weight: 700;
|
||
font-size: 9px
|
||
}
|
||
|
||
.popOver+.tooltip .tooltip-arrow {
|
||
border-left: 5px solid transparent;
|
||
border-right: 5px solid transparent;
|
||
border-top: 5px solid #000
|
||
}
|
||
|
||
.progress-bar-primary .tooltip .tooltip-inner {
|
||
background-color: #428bca
|
||
}
|
||
|
||
.progress-bar-primary .tooltip.top .tooltip-arrow {
|
||
border-top: 5px solid #428bca
|
||
}
|
||
|
||
.progress-bar-success .tooltip .tooltip-inner {
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
.progress-bar-success .tooltip.top .tooltip-arrow {
|
||
border-top: 5px solid var(--bs-primary)
|
||
}
|
||
|
||
.progress-bar-info .tooltip .tooltip-inner {
|
||
background-color: #62d0f1
|
||
}
|
||
|
||
.progress-bar-info .tooltip.top .tooltip-arrow {
|
||
border-top: 5px solid #62d0f1
|
||
}
|
||
|
||
.progress-bar-warning .tooltip .tooltip-inner {
|
||
background-color: #ffb61e
|
||
}
|
||
|
||
.progress-bar-warning .tooltip.top .tooltip-arrow {
|
||
border-top: 5px solid #ffb61e
|
||
}
|
||
|
||
.progress-bar-danger .tooltip .tooltip-inner {
|
||
background-color: #e5343d
|
||
}
|
||
|
||
.progress-bar-danger .tooltip.top .tooltip-arrow {
|
||
border-top: 5px solid #e5343d
|
||
}
|
||
|
||
.progress-bar-inverse .tooltip .tooltip-inner {
|
||
background-color: #3b3e47
|
||
}
|
||
|
||
.progress-bar-inverse .tooltip.top .tooltip-arrow {
|
||
border-top: 5px solid #3b3e47
|
||
}
|
||
|
||
.progress-bar-pink .tooltip .tooltip-inner {
|
||
background-color: #ff8acc
|
||
}
|
||
|
||
.progress-bar-pink .tooltip.top .tooltip-arrow {
|
||
border-top: 5px solid #ff8acc
|
||
}
|
||
|
||
.progress-bar-violet .tooltip .tooltip-inner {
|
||
background-color: #8e23e0
|
||
}
|
||
|
||
.progress-bar-violet .tooltip.top .tooltip-arrow {
|
||
border-top: 5px solid #8e23e0
|
||
}
|
||
|
||
.card-header-menu {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
height: 4em;
|
||
width: 4em
|
||
}
|
||
|
||
.card-header-menu:after {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
content: "";
|
||
border-left: 2em solid transparent;
|
||
border-bottom: 2em solid transparent;
|
||
border-right: 2em solid var(--bs-primary);
|
||
border-top: 2em solid var(--bs-primary);
|
||
border-top-right-radius: 4px
|
||
}
|
||
|
||
.card-header-menu i {
|
||
position: absolute;
|
||
top: 9px;
|
||
right: 9px;
|
||
color: #fff;
|
||
z-index: 1
|
||
}
|
||
|
||
.card-header-headshot {
|
||
height: 6em;
|
||
width: 6em;
|
||
border-radius: 50%;
|
||
border: 2px solid var(--bs-primary);
|
||
background-image: url(../img/avatar.png);
|
||
background-size: cover;
|
||
background-position: center center;
|
||
-webkit-box-shadow: 1px 3px 3px #3e4142;
|
||
box-shadow: 1px 3px 3px #3e4142
|
||
}
|
||
|
||
.card-content-member {
|
||
position: relative;
|
||
background-color: #fff;
|
||
padding: 1em;
|
||
-webkit-box-shadow: 0 2px 2px rgba(62, 65, 66, .15);
|
||
box-shadow: 0 2px 2px rgba(62, 65, 66, .15)
|
||
}
|
||
|
||
.card-content-member {
|
||
text-align: center
|
||
}
|
||
|
||
.card-content-member p i {
|
||
font-size: 16px;
|
||
margin-right: 10px
|
||
}
|
||
|
||
.card-content-languages {
|
||
background-color: #fff;
|
||
padding: 15px
|
||
}
|
||
|
||
.card-content-languages .card-content-languages-group {
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
padding-bottom: .5em
|
||
}
|
||
|
||
.card-content-languages .card-content-languages-group:last-of-type {
|
||
padding-bottom: 0
|
||
}
|
||
|
||
.card-content-languages .card-content-languages-group>div:first-of-type {
|
||
-webkit-box-flex: 0;
|
||
-ms-flex: 0 0 5em;
|
||
flex: 0 0 5em
|
||
}
|
||
|
||
.card-content-languages h4 {
|
||
line-height: 1.5em;
|
||
margin: 0;
|
||
font-size: 15px;
|
||
font-weight: 500;
|
||
letter-spacing: .5px
|
||
}
|
||
|
||
.card-content-languages li {
|
||
display: inline-block;
|
||
padding-right: .5em;
|
||
font-size: .9em;
|
||
line-height: 1.5em
|
||
}
|
||
|
||
.card-content-summary {
|
||
background-color: #fff;
|
||
padding: 15px
|
||
}
|
||
|
||
.card-content-summary p {
|
||
text-align: center;
|
||
font-size: 12px;
|
||
font-weight: 600
|
||
}
|
||
|
||
.card-footer-stats {
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
background-color: #2c3136
|
||
}
|
||
|
||
.card-footer-stats div {
|
||
-webkit-box-flex: 1;
|
||
-ms-flex: 1 0 33%;
|
||
flex: 1 0 33%;
|
||
padding: .75em
|
||
}
|
||
|
||
.card-footer-stats div:nth-of-type(2) {
|
||
border-left: 1px solid #3e4142;
|
||
border-right: 1px solid #3e4142
|
||
}
|
||
|
||
.card-footer-stats p {
|
||
font-size: .8em;
|
||
color: #a6a6a6;
|
||
margin-bottom: .4em;
|
||
font-weight: 600;
|
||
text-transform: uppercase
|
||
}
|
||
|
||
.card-footer-stats i {
|
||
color: #ddd
|
||
}
|
||
|
||
.card-footer-stats span {
|
||
color: #ddd
|
||
}
|
||
|
||
.card-footer-stats span.stats-small {
|
||
font-size: .9em
|
||
}
|
||
|
||
.card-footer-message {
|
||
background-color: var(--bs-primary);
|
||
padding: 15px;
|
||
border-bottom-left-radius: 4px;
|
||
border-bottom-right-radius: 4px
|
||
}
|
||
|
||
.card-footer-message h4 {
|
||
margin: 0;
|
||
text-align: center;
|
||
color: #fff;
|
||
font-weight: 400
|
||
}
|
||
|
||
.review-number {
|
||
float: left;
|
||
width: 35px;
|
||
line-height: 1
|
||
}
|
||
|
||
.review-number div {
|
||
height: 9px;
|
||
margin: 5px 0
|
||
}
|
||
|
||
.review-progress {
|
||
float: left;
|
||
width: 230px
|
||
}
|
||
|
||
.review-progress .progress {
|
||
margin: 8px 0
|
||
}
|
||
|
||
.progress-number {
|
||
margin-left: 10px;
|
||
float: left
|
||
}
|
||
|
||
.rating-block,
|
||
.review-block {
|
||
background-color: #fff;
|
||
border: 1px solid #e4e4e4;
|
||
padding: 15px;
|
||
border-radius: .25rem;
|
||
margin-bottom: 20px
|
||
}
|
||
|
||
.review-block {
|
||
margin-bottom: 20px
|
||
}
|
||
|
||
.review-block-img img {
|
||
height: 60px;
|
||
width: 60px
|
||
}
|
||
|
||
.review-block-name {
|
||
font-size: 12px;
|
||
margin: 10px 0;
|
||
font-weight: 600;
|
||
text-transform: uppercase;
|
||
letter-spacing: .5px
|
||
}
|
||
|
||
.review-block-name a {
|
||
color: #374767
|
||
}
|
||
|
||
.review-block-date {
|
||
font-size: 12px
|
||
}
|
||
|
||
.review-block-rate {
|
||
font-size: 13px;
|
||
margin-bottom: 15px
|
||
}
|
||
|
||
.review-block-title {
|
||
font-size: 15px;
|
||
font-weight: 700;
|
||
margin-bottom: 10px
|
||
}
|
||
|
||
.review-block-description {
|
||
font-size: 13px
|
||
}
|
||
|
||
.fc-event {
|
||
font-size: 13px;
|
||
line-height: 1.3;
|
||
border: 1px solid var(--bs-primary);
|
||
padding: 6px
|
||
}
|
||
|
||
.fc-event,
|
||
.fc-event-dot {
|
||
background-color: var(--bs-primary)
|
||
}
|
||
|
||
#external-events .fc-event {
|
||
margin: 10px 0;
|
||
cursor: pointer
|
||
}
|
||
|
||
.label-pill {
|
||
border-radius: 5em
|
||
}
|
||
|
||
.label-default-outline {
|
||
color: #777;
|
||
background-color: transparent;
|
||
border: 2px solid #ced0d2
|
||
}
|
||
|
||
.label-default {
|
||
color: #fff;
|
||
background-color: #ced0d2;
|
||
border: 2px solid #ced0d2
|
||
}
|
||
|
||
.label-primary-outline {
|
||
color: #3a95e4;
|
||
background-color: transparent;
|
||
border: 2px solid #3a95e4
|
||
}
|
||
|
||
.label-primary {
|
||
color: #fff;
|
||
background-color: #3a95e4;
|
||
border: 2px solid #3a95e4
|
||
}
|
||
|
||
.label-success-outline {
|
||
color: #45c203;
|
||
background-color: transparent;
|
||
border: 2px solid #45c203
|
||
}
|
||
|
||
.label-success {
|
||
color: #fff;
|
||
background-color: #45c203;
|
||
border: 2px solid #45c203
|
||
}
|
||
|
||
.label-info-outline {
|
||
color: #53d4fa;
|
||
background-color: transparent;
|
||
border: 2px solid #53d4fa
|
||
}
|
||
|
||
.label-info {
|
||
color: #fff;
|
||
background-color: #53d4fa;
|
||
border: 2px solid #53d4fa
|
||
}
|
||
|
||
.label-warning-outline {
|
||
color: #ffc751;
|
||
background-color: transparent;
|
||
border: 2px solid #ffc751
|
||
}
|
||
|
||
.label-warning {
|
||
color: #fff;
|
||
background-color: #ffc751;
|
||
border: 2px solid #ffc751
|
||
}
|
||
|
||
.label-danger-outline {
|
||
color: #e5343d;
|
||
background-color: transparent;
|
||
border: 2px solid #e5343d
|
||
}
|
||
|
||
.label-danger {
|
||
color: #fff;
|
||
background-color: #e5343d;
|
||
border: 2px solid #e5343d
|
||
}
|
||
|
||
.badge-inner {
|
||
margin-bottom: 15px
|
||
}
|
||
|
||
.badge-inner a {
|
||
color: #3a95e4;
|
||
font-weight: 600
|
||
}
|
||
|
||
.list-group-item {
|
||
padding: 16px 24px;
|
||
padding: 1rem 1.5rem;
|
||
border: 1px solid #eff2f7
|
||
}
|
||
|
||
.avatar {
|
||
position: relative;
|
||
color: #fff;
|
||
display: -webkit-inline-box;
|
||
display: -ms-inline-flexbox;
|
||
display: inline-flex;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
-webkit-box-pack: center;
|
||
-ms-flex-pack: center;
|
||
justify-content: center;
|
||
vertical-align: middle;
|
||
font-size: 16px;
|
||
font-size: 1rem;
|
||
font-weight: 600;
|
||
height: 50px;
|
||
height: 3.125rem;
|
||
width: 50px;
|
||
width: 3.125rem
|
||
}
|
||
|
||
.avatar-img {
|
||
width: 100%;
|
||
height: 100%;
|
||
-o-object-fit: cover;
|
||
object-fit: cover
|
||
}
|
||
|
||
.avatar-xs {
|
||
width: 26px;
|
||
width: 1.625rem;
|
||
height: 26px;
|
||
height: 1.625rem;
|
||
font-size: 8.666px;
|
||
font-size: .54167rem
|
||
}
|
||
|
||
.avatar-sm {
|
||
width: 40px;
|
||
width: 2.5rem;
|
||
height: 40px;
|
||
height: 2.5rem;
|
||
font-size: 13.333px;
|
||
font-size: .83333rem
|
||
}
|
||
|
||
.avatar-lg {
|
||
width: 64px;
|
||
width: 4rem;
|
||
height: 64px;
|
||
height: 4rem;
|
||
font-size: 21.333px;
|
||
font-size: 1.33333rem
|
||
}
|
||
|
||
.avatar-xl,
|
||
.avatar-xxl {
|
||
width: 82px;
|
||
width: 5.125rem;
|
||
height: 82px;
|
||
height: 5.125rem;
|
||
font-size: 27.333px;
|
||
font-size: 1.70833rem
|
||
}
|
||
|
||
.avatar-group {
|
||
display: -webkit-inline-box;
|
||
display: -ms-inline-flexbox;
|
||
display: inline-flex
|
||
}
|
||
|
||
.avatar-group .avatar+.avatar {
|
||
margin-left: -12px;
|
||
margin-left: -.75rem
|
||
}
|
||
|
||
.avatar-group .avatar-xs+.avatar-xs {
|
||
margin-left: -6.5px;
|
||
margin-left: -.40625rem
|
||
}
|
||
|
||
.avatar-group .avatar-sm+.avatar-sm {
|
||
margin-left: -10px;
|
||
margin-left: -.625rem
|
||
}
|
||
|
||
.avatar-group .avatar-lg+.avatar-lg {
|
||
margin-left: -16px;
|
||
margin-left: -1rem
|
||
}
|
||
|
||
.avatar-group .avatar-xl+.avatar-xl {
|
||
margin-left: -20.5px;
|
||
margin-left: -1.28125rem
|
||
}
|
||
|
||
.avatar-group .avatar-xxl+.avatar-xxl {
|
||
margin-left: -32px;
|
||
margin-left: -2rem
|
||
}
|
||
|
||
.avatar-group .avatar:not(:last-child) {
|
||
-webkit-mask-image: url(../../dist/img/avatar-group.svg);
|
||
mask-image: url(../../dist/img/avatar-group.svg);
|
||
-webkit-mask-size: 100% 100%;
|
||
mask-size: 100% 100%
|
||
}
|
||
|
||
.avatar-group .avatar:hover {
|
||
-webkit-mask-image: none;
|
||
mask-image: none;
|
||
z-index: 1
|
||
}
|
||
|
||
.avatar-group .avatar:hover+.avatar {
|
||
-webkit-mask-image: url(../../dist/img/avatar-group-hover.svg);
|
||
mask-image: url(../../dist/img/avatar-group-hover.svg);
|
||
-webkit-mask-size: 100% 100%;
|
||
mask-size: 100% 100%
|
||
}
|
||
|
||
.avatar-group .avatar:hover+.avatar:last-child {
|
||
-webkit-mask-image: url(../../dist/img/avatar-group-hover-last.svg);
|
||
mask-image: url(../../dist/img/avatar-group-hover-last.svg)
|
||
}
|
||
|
||
.entry {
|
||
clear: both;
|
||
text-align: left;
|
||
position: relative
|
||
}
|
||
|
||
.entry .title {
|
||
margin-bottom: .5em;
|
||
float: left;
|
||
width: 30%;
|
||
padding-right: 30px;
|
||
text-align: right;
|
||
position: relative
|
||
}
|
||
|
||
.entry .title:before {
|
||
content: '';
|
||
position: absolute;
|
||
width: 12px;
|
||
height: 12px;
|
||
border: 3px solid var(--bs-primary);
|
||
background-color: #fff;
|
||
border-radius: 100%;
|
||
top: 0;
|
||
right: -5px
|
||
}
|
||
|
||
.entry .title h3 {
|
||
margin: 0;
|
||
font-size: 16px;
|
||
font-weight: 600;
|
||
color: #586069
|
||
}
|
||
|
||
.entry .title p {
|
||
margin: 0;
|
||
font-size: 13px;
|
||
color: #aaa
|
||
}
|
||
|
||
.entry .timeline-body {
|
||
margin: 0 0 3em;
|
||
float: right;
|
||
width: 70%;
|
||
padding-left: 30px
|
||
}
|
||
|
||
.entry .timeline-body p {
|
||
line-height: 1.4em
|
||
}
|
||
|
||
.entry .timeline-body h4 {
|
||
font-size: 16px;
|
||
margin-bottom: 16px;
|
||
margin-bottom: 1rem;
|
||
line-height: 22px
|
||
}
|
||
|
||
.entry .timeline-body p,
|
||
.entry .timeline-body ul {
|
||
font-size: 15px;
|
||
color: #aaa
|
||
}
|
||
|
||
.entry .timeline-body ul {
|
||
padding-left: 0;
|
||
list-style-type: none
|
||
}
|
||
|
||
.entry .timeline-body ul li:before {
|
||
content: "–";
|
||
margin-right: .5em
|
||
}
|
||
|
||
.tag-references {
|
||
margin: 0;
|
||
font-size: 13px;
|
||
list-style-type: none
|
||
}
|
||
|
||
.tag-references>li {
|
||
display: inline-block;
|
||
margin-right: 12px
|
||
}
|
||
|
||
.tag-references>li.commit {
|
||
font-size: 12px;
|
||
line-height: 20px
|
||
}
|
||
|
||
.entry .timeline-body .tag-references li:before {
|
||
display: none
|
||
}
|
||
|
||
.tag-references>li a {
|
||
color: #586069;
|
||
text-decoration: none
|
||
}
|
||
|
||
.octicon {
|
||
display: inline-block;
|
||
vertical-align: text-top;
|
||
fill: currentColor
|
||
}
|
||
|
||
.octicon {
|
||
vertical-align: text-bottom
|
||
}
|
||
|
||
.SumoSelect {
|
||
width: 100%
|
||
}
|
||
|
||
.SumoSelect>.CaptionCont {
|
||
border: 1px solid #e4e5e7;
|
||
border-radius: 3px;
|
||
height: 36px
|
||
}
|
||
|
||
.SelectBox {
|
||
padding: 7px 8px
|
||
}
|
||
|
||
.SumoSelect>.CaptionCont>span {
|
||
font-weight: 500;
|
||
color: #999
|
||
}
|
||
|
||
.SumoSelect>.CaptionCont>span.placeholder {
|
||
color: #ccc;
|
||
font-style: normal
|
||
}
|
||
|
||
.SumoSelect>.optWrapper>.options li.opt:hover {
|
||
background-color: #f1f3f6
|
||
}
|
||
|
||
.SumoSelect>.optWrapper>.options li label {
|
||
font-weight: 500;
|
||
margin: 2px 0 0;
|
||
color: #999
|
||
}
|
||
|
||
.SumoSelect>.optWrapper>.options li.group>label {
|
||
font-weight: 600;
|
||
color: #00044c
|
||
}
|
||
|
||
.SumoSelect>.optWrapper {
|
||
border: 0;
|
||
box-shadow: 0 0 0 1px rgba(39, 44, 48, .05), 0 2px 7px 1px rgba(39, 44, 48, .16);
|
||
-webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, .05), 0 2px 7px 1px rgba(39, 44, 48, .16);
|
||
border-radius: 0
|
||
}
|
||
|
||
.SumoSelect.open>.optWrapper {
|
||
top: 42px;
|
||
display: block
|
||
}
|
||
|
||
.SumoSelect .select-all {
|
||
height: 34px
|
||
}
|
||
|
||
.SumoSelect .select-all>span i,
|
||
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
|
||
width: 16px;
|
||
height: 16px;
|
||
border: 1px solid #bdc3d4;
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none
|
||
}
|
||
|
||
.SumoSelect>.CaptionCont>label {
|
||
margin: 0
|
||
}
|
||
|
||
.SumoSelect>.CaptionCont>label>i {
|
||
background-image: none;
|
||
font-family: themify;
|
||
speak: none;
|
||
font-style: normal;
|
||
font-weight: 400;
|
||
font-variant: normal;
|
||
font-size: 12px
|
||
}
|
||
|
||
.SumoSelect>.CaptionCont>label>i:before {
|
||
content: "\e64b"
|
||
}
|
||
|
||
.greet-user img {
|
||
max-width: 310px
|
||
}
|
||
|
||
/*Doc content*/
|
||
|
||
.text-size-2 {
|
||
font-size: 36px;
|
||
font-size: 2.25rem
|
||
}
|
||
|
||
.text-size-3 {
|
||
font-size: 24px;
|
||
font-size: 1.5rem
|
||
}
|
||
|
||
.z-index-1 {
|
||
z-index: 1
|
||
}
|
||
|
||
.z-index-2 {
|
||
z-index: 2
|
||
}
|
||
|
||
.h-100vh {
|
||
height: 100vh
|
||
}
|
||
|
||
.overflow-hidden {
|
||
overflow: hidden
|
||
}
|
||
|
||
.overflow-auto {
|
||
overflow: auto
|
||
}
|
||
|
||
.bd-placeholder-img {
|
||
font-size: 1.125rem;
|
||
text-anchor: middle;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
}
|
||
|
||
.bd-placeholder-img-lg {
|
||
font-size: calc(1.475rem + 2.7vw);
|
||
}
|
||
|
||
@media (min-width: 1200px) {
|
||
.bd-placeholder-img-lg {
|
||
font-size: 3.5rem;
|
||
}
|
||
}
|
||
|
||
.compact .sidebar {
|
||
min-width: 110px;
|
||
max-width: 110px;
|
||
z-index: 1000;
|
||
border-right: 0;
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none;
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.compact .sidebar.active {
|
||
margin-left: -110px
|
||
}
|
||
}
|
||
|
||
@media (max-width: 767px) {
|
||
.compact .sidebar {
|
||
left: -110px;
|
||
}
|
||
|
||
.compact .sidebar.active {
|
||
left: 0;
|
||
}
|
||
}
|
||
|
||
.compact .sidebar-header {
|
||
-webkit-box-pack: center;
|
||
-ms-flex-pack: center;
|
||
justify-content: center
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.compact.fixed .sidebar+.sidebar-icon-aside+.content-wrapper {
|
||
margin-left: 110px;
|
||
margin-top: 65px;
|
||
}
|
||
|
||
.compact.fixed .sidebar+.sidebar-icon-aside+.content-wrapper.active {
|
||
margin-left: 0;
|
||
}
|
||
|
||
.compact.fixed .navbar-custom-menu.navbar {
|
||
left: 110px;
|
||
}
|
||
|
||
.compact.fixed .navbar-custom-menu.navbar.active {
|
||
left: 0;
|
||
}
|
||
}
|
||
|
||
.fixed .sidebar-icon {
|
||
height: calc(100vh - 65px);
|
||
position: relative;
|
||
}
|
||
|
||
.sidebar-icon .nav-link {
|
||
position: relative;
|
||
color: #494c57;
|
||
text-align: center;
|
||
width: 100%;
|
||
display: block;
|
||
font-size: 14px;
|
||
border-top: 1px solid #ececec;
|
||
-webkit-transition: color .3s;
|
||
-o-transition: color .3s;
|
||
transition: color .3s;
|
||
-webkit-transition: background .3s;
|
||
-o-transition: background .3s;
|
||
transition: background .3s;
|
||
padding: 0;
|
||
font-weight: 600;
|
||
padding: 15px;
|
||
}
|
||
|
||
.sidebar-bunker .sidebar-icon .nav-link {
|
||
color: #a5a9ad;
|
||
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
|
||
}
|
||
|
||
|
||
.sidebar-icon .nav-link:last-child {
|
||
border-bottom: 1px solid #ececec;
|
||
}
|
||
|
||
.sidebar-bunker .sidebar-icon .nav-link:last-child {
|
||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||
}
|
||
|
||
.sidebar-icon .nav-link.active {
|
||
color: #494c57;
|
||
background-color: #f5f5f5;
|
||
}
|
||
|
||
.sidebar-bunker .sidebar-icon .nav-link.active {
|
||
background-color: #151719;
|
||
color: #fff;
|
||
}
|
||
|
||
.sidebar-icon .nav-link.active:after {
|
||
content: " ";
|
||
background: var(--bs-primary);
|
||
color: #fff;
|
||
border-radius: 10px;
|
||
position: absolute;
|
||
width: 6px;
|
||
height: 70px;
|
||
top: 50%;
|
||
-webkit-transform: translateY(-50%);
|
||
-ms-transform: translateY(-50%);
|
||
transform: translateY(-50%);
|
||
left: 0;
|
||
}
|
||
|
||
.nav-compact-title {
|
||
display: block;
|
||
}
|
||
|
||
.sidebar-icon .nav-link .nav-compact_icon {
|
||
position: relative;
|
||
font-size: 23px;
|
||
height: 36px;
|
||
width: 36px;
|
||
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;
|
||
color: #494c57;
|
||
background-color: #f5f5f5;
|
||
border-radius: 4px;
|
||
margin: auto;
|
||
}
|
||
|
||
.sidebar-icon .nav-link.active .nav-compact_icon {
|
||
background-color: #fff;
|
||
}
|
||
|
||
.sidebar-bunker .sidebar-icon .nav-link .nav-compact_icon {
|
||
color: #fff;
|
||
background-color: rgba(255, 255, 255, 0.1);
|
||
}
|
||
|
||
.sidebar-icon-aside {
|
||
background-color: #fff;
|
||
z-index: 999;
|
||
min-height: 100vh;
|
||
min-width: 230px;
|
||
max-width: 230px;
|
||
-webkit-transition: -webkit-transform .3s;
|
||
transition: -webkit-transform .3s;
|
||
-o-transition: transform .3s;
|
||
transition: transform .3s;
|
||
transition: transform .3s, -webkit-transform .3s;
|
||
display: none;
|
||
border-left: 1px solid #ececec;
|
||
-webkit-box-shadow: 0 3px 30px rgb(0 0 0 / 10%), 0 3px 20px rgb(0 0 0 / 10%);
|
||
box-shadow: 0 3px 30px rgb(0 0 0 / 10%), 0 3px 20px rgb(0 0 0 / 10%);
|
||
}
|
||
|
||
.sidebar-aside_bunker.sidebar-icon-aside {
|
||
background-color: #1c1f22;
|
||
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
||
}
|
||
|
||
.compact.fixed .sidebar-icon-aside {
|
||
top: 0;
|
||
position: fixed;
|
||
left: 110px;
|
||
display: block;
|
||
-webkit-transform: translateX(-340px);
|
||
-ms-transform: translateX(-340px);
|
||
transform: translateX(-340px);
|
||
}
|
||
|
||
@media(max-width: 767px) {
|
||
.compact .sidebar-icon-aside {
|
||
top: 0;
|
||
position: fixed;
|
||
left: 110px;
|
||
display: block;
|
||
-webkit-transform: translateX(-340px);
|
||
-ms-transform: translateX(-340px);
|
||
transform: translateX(-340px);
|
||
}
|
||
}
|
||
|
||
.sidebar-icon-aside.show {
|
||
display: block;
|
||
}
|
||
|
||
@media(min-width: 768px) {
|
||
.compact.fixed .sidebar-icon-aside {
|
||
-webkit-transform: translateX(-230px);
|
||
-ms-transform: translateX(-230px);
|
||
transform: translateX(-230px);
|
||
}
|
||
|
||
.compact.fixed .sidebar.active+.sidebar-icon-aside {
|
||
-webkit-transform: translateX(-340px);
|
||
-ms-transform: translateX(-340px);
|
||
transform: translateX(-340px);
|
||
}
|
||
|
||
.compact.fixed .sidebar+.sidebar-icon-aside.show {
|
||
-webkit-transform: translateX(0);
|
||
-ms-transform: translateX(0);
|
||
transform: translateX(0);
|
||
}
|
||
}
|
||
|
||
@media(max-width: 767px) {
|
||
.compact.fixed .sidebar-icon-aside.show {
|
||
-webkit-transform: translateX(-340px);
|
||
-ms-transform: translateX(-340px);
|
||
transform: translateX(-340px);
|
||
}
|
||
|
||
.compact .sidebar.active+.sidebar-icon-aside.show {
|
||
-webkit-transform: translateX(0);
|
||
-ms-transform: translateX(0);
|
||
transform: translateX(0);
|
||
}
|
||
}
|
||
|
||
|
||
.sidebar-icon-header {
|
||
-webkit-box-pack: justify;
|
||
-ms-flex-pack: justify;
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.aside-logo {
|
||
font-weight: 700;
|
||
font-size: 28px;
|
||
text-transform: lowercase;
|
||
color: var(--bs-primary);
|
||
letter-spacing: -1px;
|
||
display: -webkit-box;
|
||
display: -ms-flexbox;
|
||
display: flex;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
position: relative;
|
||
}
|
||
|
||
.sidebar-icon-header .aside-logo {
|
||
line-height: 1;
|
||
}
|
||
|
||
.sidebar-icon-toggle-menu {
|
||
position: relative;
|
||
color: #494c57;
|
||
font-size: 21px;
|
||
height: 36px;
|
||
width: 36px;
|
||
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;
|
||
background-color: #f5f5f5;
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.sidebar-aside_bunker .sidebar-icon-toggle-menu {
|
||
color: #fff;
|
||
background-color: rgba(255, 255, 255, 0.2);
|
||
}
|
||
|
||
.sidebar-icon-toggle-menu:hover {
|
||
color: #fff;
|
||
background-color: var(--bs-primary);
|
||
}
|
||
|
||
.sidebar-aside_bunker .sidebar-icon-toggle-menu:hover {
|
||
color: var(--bs-primary);
|
||
background-color: #fff;
|
||
}
|
||
|
||
.sidebar-icon-body {
|
||
padding: 20px;
|
||
}
|
||
|
||
.compact.fixed .sidebar-icon-body {
|
||
height: calc(100vh - 65px);
|
||
}
|
||
|
||
@media(max-width: 767px) {
|
||
.compact .sidebar-icon-body {
|
||
height: calc(100vh - 65px);
|
||
}
|
||
}
|
||
|
||
.sidebar-icon_card {
|
||
/*margin-bottom: 20px;*/
|
||
display: none;
|
||
}
|
||
|
||
.sidebar-icon_card.show {
|
||
display: block;
|
||
}
|
||
|
||
.sidebar-icon-title {
|
||
font-size: 20px;
|
||
font-weight: 700;
|
||
color: #fff;
|
||
margin-bottom: 10px;
|
||
line-height: 1;
|
||
}
|
||
|
||
.sidebar-icon-text {
|
||
display: block;
|
||
font-size: 13px;
|
||
color: #a5a9ad;
|
||
margin-bottom: 12px;
|
||
}
|
||
|
||
.nav.metismenu,
|
||
.nav.metismenu li ul {
|
||
margin: 0;
|
||
padding: 0;
|
||
list-style: none;
|
||
position: relative;
|
||
}
|
||
|
||
.nav.metismenu li .nav-second-level:before {
|
||
content: "";
|
||
display: block;
|
||
position: absolute;
|
||
z-index: 1;
|
||
left: 0.5725rem;
|
||
top: 1.0625rem;
|
||
bottom: 1.0625rem;
|
||
border-left: 1px solid #ececec;
|
||
}
|
||
|
||
.sidebar-aside_bunker .nav.metismenu li .nav-second-level:before {
|
||
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
||
}
|
||
|
||
.nav.metismenu li {
|
||
width: 100%
|
||
}
|
||
|
||
.nav.metismenu li a {
|
||
font-weight: 600;
|
||
font-size: 14px;
|
||
color: #494c57;
|
||
padding: 7px 0;
|
||
-webkit-transition: .3s;
|
||
-o-transition: .3s;
|
||
transition: .3s;
|
||
display: block;
|
||
-webkit-box-align: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
overflow: hidden;
|
||
-o-text-overflow: ellipsis;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
padding-right: 10px;
|
||
}
|
||
|
||
.sidebar-aside_bunker .nav.metismenu li a {
|
||
color: #a5a9ad;
|
||
}
|
||
|
||
.nav.metismenu li a:hover,
|
||
.nav.metismenu li .nav-second-level li a:hover,
|
||
.nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li a:hover {
|
||
color: var(--bs-primary);
|
||
}
|
||
|
||
.sidebar-aside_bunker .nav.metismenu li a:hover,
|
||
.sidebar-aside_bunker .nav.metismenu li .nav-second-level li a:hover,
|
||
.sidebar-aside_bunker .nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li a:hover {
|
||
color: #fff;
|
||
}
|
||
|
||
.nav.metismenu li a.has-arrow::after {
|
||
right: 2px;
|
||
}
|
||
|
||
.nav.metismenu li .nav-second-level li a {
|
||
color: #7a7a7a;
|
||
-webkit-box-shadow: none;
|
||
box-shadow: none;
|
||
font-weight: 500;
|
||
position: relative;
|
||
padding: 7px 10px 7px 30px;
|
||
background-color: transparent;
|
||
}
|
||
|
||
.sidebar-aside_bunker .nav.metismenu li .nav-second-level li a {
|
||
color: #a5a9ad;
|
||
}
|
||
|
||
.nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li a,
|
||
.nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li.mm-active .nav-fourth-level li a {
|
||
color: #7a7a7a;
|
||
font-weight: 500;
|
||
}
|
||
|
||
.sidebar-aside_bunker .nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li a,
|
||
.sidebar-aside_bunker .nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li.mm-active .nav-fourth-level li a {
|
||
color: #a5a9ad;
|
||
}
|
||
|
||
.nav.metismenu li.mm-active ul li.mm-active a,
|
||
.nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li.mm-active a,
|
||
.nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li.mm-active .nav-fourth-level li.mm-active a {
|
||
color: #494c57;
|
||
font-weight: 600;
|
||
}
|
||
|
||
.sidebar-aside_bunker .nav.metismenu li.mm-active ul li.mm-active a,
|
||
.sidebar-aside_bunker .nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li.mm-active a,
|
||
.sidebar-aside_bunker .nav.metismenu li.mm-active .nav-second-level li.mm-active .nav-third-level li.mm-active .nav-fourth-level li.mm-active a {
|
||
color: #fff;
|
||
}
|
||
|
||
.nav.metismenu li .nav-second-level li .nav-third-level,
|
||
.nav.metismenu li .nav-second-level li .nav-third-level li .nav-fourth-level {
|
||
padding-left: 30px;
|
||
}
|
||
|
||
.nav.metismenu li .nav-second-level li a:before {
|
||
content: "";
|
||
display: block;
|
||
position: absolute;
|
||
width: .4rem;
|
||
height: .4rem;
|
||
left: .4rem;
|
||
border-radius: 50%;
|
||
z-index: 1;
|
||
top: 50%;
|
||
-webkit-transform: translate(0, -50%);
|
||
-ms-transform: translate(0, -50%);
|
||
transform: translate(0, -50%);
|
||
background-color: #f5f5f5;
|
||
border: 1px solid var(--bs-primary);
|
||
}
|
||
|
||
.sidebar-aside_bunker .nav.metismenu li .nav-second-level li a:before {
|
||
background-color: rgba(255, 255, 255, 0.4);
|
||
border: 1px solid rgba(255, 255, 255, 0.4);
|
||
}
|
||
|
||
.nav.metismenu li a i {
|
||
font-size: 21px;
|
||
line-height: 1;
|
||
margin-right: .5rem;
|
||
} |