add sppd to git repo
This commit is contained in:
6
assets/css/bootstrap.min.css
vendored
Normal file
6
assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/css/bootstrap.min.css.map
Normal file
1
assets/css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
3593
assets/css/components.css
Normal file
3593
assets/css/components.css
Normal file
File diff suppressed because it is too large
Load Diff
948
assets/css/core.css
Normal file
948
assets/css/core.css
Normal file
@@ -0,0 +1,948 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
|
||||
@import 'https://fonts.googleapis.com/css?family=Hind+Madurai:600,700';
|
||||
/*
|
||||
Template Name: Zircos Dashboard
|
||||
Author: CoderThemes
|
||||
Email: coderthemes@gmail.com
|
||||
File: Core
|
||||
*/
|
||||
/* =============
|
||||
== Core List==
|
||||
|
||||
- Common
|
||||
- Helper classes
|
||||
- Extra
|
||||
- Bootstrap Custom
|
||||
- Waves effect
|
||||
- Print (Invoice css)
|
||||
- Demo Css (Demo purpose only)
|
||||
|
||||
============= */
|
||||
/* =============
|
||||
Common
|
||||
============= */
|
||||
body {
|
||||
font-family: 'Varela Round', sans-serif;
|
||||
margin: 0;
|
||||
padding-bottom: 60px;
|
||||
overflow-x: hidden;
|
||||
color: #797979;
|
||||
}
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
.h1,
|
||||
.h2,
|
||||
.h3,
|
||||
.h4,
|
||||
.h5,
|
||||
.h6,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #505458;
|
||||
font-family: 'Hind Madurai', sans-serif;
|
||||
margin: 10px 0;
|
||||
}
|
||||
h5 {
|
||||
font-size: 15px;
|
||||
}
|
||||
p {
|
||||
line-height: 1.6;
|
||||
}
|
||||
* {
|
||||
outline: none !important;
|
||||
}
|
||||
b,
|
||||
strong {
|
||||
font-weight: 600;
|
||||
font-family: 'Hind Madurai', sans-serif;
|
||||
}
|
||||
a:hover {
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:focus {
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
.container {
|
||||
width: auto;
|
||||
}
|
||||
.container-alt {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
/* Footer */
|
||||
.footer {
|
||||
border-top: 1px solid rgba(152, 166, 173, 0.2);
|
||||
bottom: 0;
|
||||
text-align: left !important;
|
||||
padding: 19px 30px 20px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 225px;
|
||||
}
|
||||
#wrapper {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
/* =============
|
||||
Helper classes
|
||||
============= */
|
||||
.p-0 {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.p-20 {
|
||||
padding: 20px !important;
|
||||
}
|
||||
.p-30 {
|
||||
padding: 30px !important;
|
||||
}
|
||||
.p-l-0 {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.p-r-0 {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.p-t-0 {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.p-b-0 {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
.p-t-10 {
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
.p-b-10 {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
.p-l-r-10 {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.m-0 {
|
||||
margin: 0 !important;
|
||||
}
|
||||
.m-r-5 {
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
.m-r-10 {
|
||||
margin-right: 10px !important;
|
||||
}
|
||||
.m-r-15 {
|
||||
margin-right: 15px !important;
|
||||
}
|
||||
.m-l-5 {
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
.m-l-10 {
|
||||
margin-left: 10px !important;
|
||||
}
|
||||
.m-l-15 {
|
||||
margin-left: 15px !important;
|
||||
}
|
||||
.m-t-5 {
|
||||
margin-top: 5px !important;
|
||||
}
|
||||
.m-t-0 {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.m-t-10 {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
.m-t-15 {
|
||||
margin-top: 15px !important;
|
||||
}
|
||||
.m-t-20 {
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
.m-t-30 {
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
.m-t-40 {
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
.m-t-50 {
|
||||
margin-top: 50px !important;
|
||||
}
|
||||
.m-b-0 {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.m-b-5 {
|
||||
margin-bottom: 5px !important;
|
||||
}
|
||||
.m-b-10 {
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
.m-b-15 {
|
||||
margin-bottom: 15px !important;
|
||||
}
|
||||
.m-b-20 {
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
.m-b-25 {
|
||||
margin-bottom: 25px !important;
|
||||
}
|
||||
.m-b-30 {
|
||||
margin-bottom: 30px !important;
|
||||
}
|
||||
.w-xs {
|
||||
min-width: 80px;
|
||||
}
|
||||
.w-sm {
|
||||
min-width: 95px;
|
||||
}
|
||||
.w-md {
|
||||
min-width: 110px;
|
||||
}
|
||||
.w-lg {
|
||||
min-width: 140px;
|
||||
}
|
||||
.center-page {
|
||||
float: none !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
.text-overflow {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.font-secondary {
|
||||
font-family: 'Hind Madurai', sans-serif;
|
||||
}
|
||||
.font-600 {
|
||||
font-weight: 600;
|
||||
}
|
||||
.font-normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
.font-light {
|
||||
font-weight: 300;
|
||||
}
|
||||
.font-13 {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
.wrapper-md {
|
||||
padding: 20px;
|
||||
}
|
||||
.pull-in {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
.b-0 {
|
||||
border: none !important;
|
||||
}
|
||||
.vertical-middle {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.bx-shadow {
|
||||
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
||||
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.bx-shadow-none {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.mx-box {
|
||||
max-height: 380px;
|
||||
min-height: 380px;
|
||||
}
|
||||
.thumb-sm {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
.thumb-md {
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
}
|
||||
.thumb-lg {
|
||||
height: 88px;
|
||||
width: 88px;
|
||||
}
|
||||
.thumb-xl {
|
||||
height: 120px;
|
||||
width: 120px;
|
||||
}
|
||||
.bg-transparent {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.slimScrollDiv {
|
||||
height: auto !important;
|
||||
}
|
||||
/* =============
|
||||
Extras
|
||||
============= */
|
||||
/* Table type box */
|
||||
.table-box {
|
||||
display: table;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.table-box .table-detail {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
/* Card Box */
|
||||
.card-box {
|
||||
padding: 20px;
|
||||
border: 2px solid #f3f3f3;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
background-clip: padding-box;
|
||||
margin-bottom: 20px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
/* Search box */
|
||||
.search-box {
|
||||
position: relative;
|
||||
}
|
||||
.search-box .btn-search {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
right: 3px;
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
font-size: 16px;
|
||||
box-shadow: none !important;
|
||||
outline: none !important;
|
||||
color: #98a6ad;
|
||||
}
|
||||
.search-box .form-control {
|
||||
border: 2px solid rgba(152, 166, 173, 0.5);
|
||||
height: 38px;
|
||||
border-radius: 30px;
|
||||
padding: 8px 45px 8px 20px;
|
||||
}
|
||||
.search-box .form-control:focus {
|
||||
border-width: 2px !important;
|
||||
}
|
||||
/* =============
|
||||
Bootstrap-custom
|
||||
============= */
|
||||
.row {
|
||||
margin-right: -10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
.col-lg-1,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-md-1,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-sm-1,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-xs-1,
|
||||
.col-xs-10,
|
||||
.col-xs-11,
|
||||
.col-xs-12,
|
||||
.col-xs-2,
|
||||
.col-xs-3,
|
||||
.col-xs-4,
|
||||
.col-xs-5,
|
||||
.col-xs-6,
|
||||
.col-xs-7,
|
||||
.col-xs-8,
|
||||
.col-xs-9 {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.breadcrumb {
|
||||
background-color: transparent;
|
||||
margin-bottom: 15px;
|
||||
padding-top: 10px;
|
||||
padding-left: 0;
|
||||
}
|
||||
/* Dropdown */
|
||||
.dropdown-menu {
|
||||
padding: 4px 0;
|
||||
transition: all 300ms ease;
|
||||
-moz-transition: all 300ms ease;
|
||||
-webkit-transition: all 300ms ease;
|
||||
-o-transition: all 300ms ease;
|
||||
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
|
||||
border: 1px solid rgba(152, 166, 173, 0.15);
|
||||
}
|
||||
.dropdown-menu > li {
|
||||
padding: 0 4px !important;
|
||||
}
|
||||
.dropdown-menu > li > a {
|
||||
padding: 6px 20px;
|
||||
}
|
||||
.dropdown-menu > li > a:focus,
|
||||
.dropdown-menu > li > a:hover {
|
||||
background-color: #f3f3f3 !important;
|
||||
}
|
||||
.dropdown-menu > .active > a,
|
||||
.dropdown-menu > .active > a:hover,
|
||||
.dropdown-menu > .active > a:focus {
|
||||
background-color: rgba(152, 166, 173, 0.1);
|
||||
color: #313a46;
|
||||
}
|
||||
.dropdown-lg {
|
||||
width: 260px;
|
||||
}
|
||||
.arrow-dropdown-menu:before {
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
left: 9px;
|
||||
display: inline-block;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid rgba(152, 166, 173, 0.15);
|
||||
border-left: 7px solid transparent;
|
||||
content: '';
|
||||
}
|
||||
.arrow-dropdown-menu:after {
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: 10px;
|
||||
display: inline-block;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #ffffff;
|
||||
border-left: 6px solid transparent;
|
||||
content: '';
|
||||
}
|
||||
.arrow-dropdown-menu.arrow-menu-right:before {
|
||||
left: auto;
|
||||
right: 11px;
|
||||
}
|
||||
.arrow-dropdown-menu.arrow-menu-right:after {
|
||||
left: auto;
|
||||
right: 12px;
|
||||
}
|
||||
/* Background colors */
|
||||
.bg-custom {
|
||||
background-color: #7fc1fc !important;
|
||||
}
|
||||
.bg-primary {
|
||||
background-color: #188ae2 !important;
|
||||
}
|
||||
.bg-success {
|
||||
background-color: #4bd396 !important;
|
||||
}
|
||||
.bg-info {
|
||||
background-color: #3ac9d6 !important;
|
||||
}
|
||||
.bg-warning {
|
||||
background-color: #f9c851 !important;
|
||||
}
|
||||
.bg-danger {
|
||||
background-color: #f5707a !important;
|
||||
}
|
||||
.bg-muted {
|
||||
background-color: #797979 !important;
|
||||
}
|
||||
.bg-inverse {
|
||||
background-color: #3b3e47 !important;
|
||||
}
|
||||
.bg-purple {
|
||||
background-color: #6b5fb5 !important;
|
||||
}
|
||||
.bg-pink {
|
||||
background-color: #f06292 !important;
|
||||
}
|
||||
.bg-orange {
|
||||
background-color: #ff9800 !important;
|
||||
}
|
||||
.bg-brown {
|
||||
background-color: #8d6e63 !important;
|
||||
}
|
||||
.bg-teal {
|
||||
background-color: #26a69a !important;
|
||||
}
|
||||
.bg-white {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
.bg-dark {
|
||||
background-color: #313a46 !important;
|
||||
}
|
||||
/* Text colors */
|
||||
.text-custom {
|
||||
color: #7fc1fc !important;
|
||||
}
|
||||
.text-white {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.text-danger {
|
||||
color: #f5707a !important;
|
||||
}
|
||||
.text-muted {
|
||||
color: #98a6ad !important;
|
||||
}
|
||||
.text-primary {
|
||||
color: #188ae2 !important;
|
||||
}
|
||||
.text-warning {
|
||||
color: #f9c851 !important;
|
||||
}
|
||||
.text-success {
|
||||
color: #4bd396 !important;
|
||||
}
|
||||
.text-info {
|
||||
color: #3ac9d6 !important;
|
||||
}
|
||||
.text-inverse {
|
||||
color: #3b3e47 !important;
|
||||
}
|
||||
.text-pink {
|
||||
color: #f06292 !important;
|
||||
}
|
||||
.text-purple {
|
||||
color: #6b5fb5 !important;
|
||||
}
|
||||
.text-orange {
|
||||
color: #ff9800 !important;
|
||||
}
|
||||
.text-brown {
|
||||
color: #8d6e63 !important;
|
||||
}
|
||||
.text-teal {
|
||||
color: #26a69a !important;
|
||||
}
|
||||
.text-dark {
|
||||
color: #313a46 !important;
|
||||
}
|
||||
/* Labels */
|
||||
.label {
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.05em;
|
||||
padding: .3em .6em .2em;
|
||||
font-family: 'Hind Madurai', sans-serif;
|
||||
}
|
||||
.label-white {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
color: #313a46 !important;
|
||||
}
|
||||
.label-default {
|
||||
background-color: #7fc1fc;
|
||||
}
|
||||
.label-primary {
|
||||
background-color: #188ae2;
|
||||
}
|
||||
.label-success {
|
||||
background-color: #4bd396;
|
||||
}
|
||||
.label-info {
|
||||
background-color: #3ac9d6;
|
||||
}
|
||||
.label-warning {
|
||||
background-color: #f9c851;
|
||||
}
|
||||
.label-danger {
|
||||
background-color: #f5707a;
|
||||
}
|
||||
.label-purple {
|
||||
background-color: #6b5fb5;
|
||||
}
|
||||
.label-pink {
|
||||
background-color: #f06292;
|
||||
}
|
||||
.label-orange {
|
||||
background-color: #ff9800;
|
||||
}
|
||||
.label-brown {
|
||||
background-color: #8d6e63;
|
||||
}
|
||||
.label-teal {
|
||||
background-color: #26a69a;
|
||||
}
|
||||
.label-inverse {
|
||||
background-color: #3b3e47;
|
||||
}
|
||||
/* Badge */
|
||||
.badge {
|
||||
text-transform: uppercase;
|
||||
padding: 3px 5px;
|
||||
font-size: 11px;
|
||||
margin-top: 1px;
|
||||
background-color: #7fc1fc;
|
||||
}
|
||||
.badge-xs {
|
||||
font-size: 9px;
|
||||
}
|
||||
.badge-xs,
|
||||
.badge-sm {
|
||||
-webkit-transform: translate(0, -2px);
|
||||
-ms-transform: translate(0, -2px);
|
||||
-o-transform: translate(0, -2px);
|
||||
transform: translate(0, -2px);
|
||||
}
|
||||
.badge-white {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
color: #313a46 !important;
|
||||
}
|
||||
.badge-primary {
|
||||
background-color: #188ae2;
|
||||
}
|
||||
.badge-success {
|
||||
background-color: #4bd396;
|
||||
}
|
||||
.badge-info {
|
||||
background-color: #3ac9d6;
|
||||
}
|
||||
.badge-warning {
|
||||
background-color: #f9c851;
|
||||
}
|
||||
.badge-danger {
|
||||
background-color: #f5707a;
|
||||
}
|
||||
.badge-purple {
|
||||
background-color: #6b5fb5;
|
||||
}
|
||||
.badge-pink {
|
||||
background-color: #f06292;
|
||||
}
|
||||
.badge-orange {
|
||||
background-color: #ff9800;
|
||||
}
|
||||
.badge-brown {
|
||||
background-color: #8d6e63;
|
||||
}
|
||||
.badge-teal {
|
||||
background-color: #26a69a;
|
||||
}
|
||||
.badge-inverse {
|
||||
background-color: #3b3e47;
|
||||
}
|
||||
/* Pagination/ Pager */
|
||||
.pagination > li:first-child > a,
|
||||
.pagination > li:first-child > span {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.pagination > li:last-child > a,
|
||||
.pagination > li:last-child > span {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
.pagination > li > a,
|
||||
.pagination > li > span {
|
||||
color: #636e7b;
|
||||
}
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > span:hover,
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > span:focus {
|
||||
background-color: #e4e7ea;
|
||||
}
|
||||
.pagination-split li {
|
||||
margin-left: 5px;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
.pagination-split li:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
.pagination-split li a {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus {
|
||||
background-color: #7fc1fc;
|
||||
border-color: #7fc1fc;
|
||||
}
|
||||
.pager li > a,
|
||||
.pager li > span {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
color: #636e7b;
|
||||
}
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:focus,
|
||||
.list-group-item.active:hover {
|
||||
background-color: #7fc1fc;
|
||||
border-color: #7fc1fc;
|
||||
}
|
||||
.list-group-item.active .list-group-item-text,
|
||||
.list-group-item.active:focus .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
/*!
|
||||
* Waves v0.6.0
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
* https://github.com/fians/Waves/blob/master/LICENSE
|
||||
*/
|
||||
.waves-effect {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
vertical-align: middle;
|
||||
z-index: 1;
|
||||
will-change: opacity, transform;
|
||||
-webkit-transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3s ease-out;
|
||||
-ms-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
}
|
||||
.waves-effect .waves-ripple {
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-top: -10px;
|
||||
margin-left: -10px;
|
||||
opacity: 0;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
-webkit-transition: all 0.7s ease-out;
|
||||
-moz-transition: all 0.7s ease-out;
|
||||
-o-transition: all 0.7s ease-out;
|
||||
-ms-transition: all 0.7s ease-out;
|
||||
transition: all 0.7s ease-out;
|
||||
-webkit-transition-property: -webkit-transform, opacity;
|
||||
-moz-transition-property: -moz-transform, opacity;
|
||||
-o-transition-property: -o-transform, opacity;
|
||||
transition-property: transform, opacity;
|
||||
-webkit-transform: scale(0);
|
||||
-moz-transform: scale(0);
|
||||
-ms-transform: scale(0);
|
||||
-o-transform: scale(0);
|
||||
transform: scale(0);
|
||||
pointer-events: none;
|
||||
}
|
||||
.waves-notransition {
|
||||
-webkit-transition: none !important;
|
||||
-moz-transition: none !important;
|
||||
-o-transition: none !important;
|
||||
-ms-transition: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
.waves-circle {
|
||||
-webkit-transform: translateZ(0);
|
||||
-moz-transform: translateZ(0);
|
||||
-ms-transform: translateZ(0);
|
||||
-o-transform: translateZ(0);
|
||||
transform: translateZ(0);
|
||||
text-align: center;
|
||||
width: 2.5em;
|
||||
height: 2.5em;
|
||||
line-height: 2.5em;
|
||||
border-radius: 50%;
|
||||
-webkit-mask-image: none;
|
||||
}
|
||||
.waves-input-wrapper {
|
||||
border-radius: 0.2em;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.waves-input-wrapper .waves-button-input {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.waves-block {
|
||||
display: block;
|
||||
}
|
||||
.waves-effect.waves-light .waves-ripple {
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
.waves-effect.waves-custom .waves-ripple {
|
||||
background-color: rgba(127, 193, 252, 0.4);
|
||||
}
|
||||
.waves-effect.waves-primary .waves-ripple {
|
||||
background-color: rgba(24, 138, 226, 0.4);
|
||||
}
|
||||
.waves-effect.waves-success .waves-ripple {
|
||||
background-color: rgba(75, 211, 150, 0.4);
|
||||
}
|
||||
.waves-effect.waves-info .waves-ripple {
|
||||
background-color: rgba(58, 201, 214, 0.4);
|
||||
}
|
||||
.waves-effect.waves-warning .waves-ripple {
|
||||
background-color: rgba(249, 200, 81, 0.4);
|
||||
}
|
||||
.waves-effect.waves-danger .waves-ripple {
|
||||
background-color: rgba(245, 112, 122, 0.4);
|
||||
}
|
||||
.waves-effect.waves-pink .waves-ripple {
|
||||
background-color: rgba(240, 98, 146, 0.4);
|
||||
}
|
||||
.waves-effect.purple .waves-ripple {
|
||||
background-color: rgba(107, 95, 181, 0.2);
|
||||
}
|
||||
.waves-effect.waves-inverse .waves-ripple {
|
||||
background-color: rgba(59, 62, 71, 0.4);
|
||||
}
|
||||
/* =============
|
||||
Print css
|
||||
============= */
|
||||
@media print {
|
||||
.page-title-box,
|
||||
.topbar-left,
|
||||
.hidden-print,
|
||||
.breadcrumb,
|
||||
.page-title,
|
||||
.footer {
|
||||
display: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.left,
|
||||
.right-bar {
|
||||
display: none;
|
||||
}
|
||||
.content {
|
||||
margin-top: 0 !important;
|
||||
padding-top: 0;
|
||||
}
|
||||
.content-page {
|
||||
margin-left: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
/* =============
|
||||
Demo Css
|
||||
============= */
|
||||
.demo-box {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
/* Button demo */
|
||||
.button-list {
|
||||
margin-left: -8px;
|
||||
margin-bottom: -12px;
|
||||
}
|
||||
.button-list .btn {
|
||||
margin-bottom: 12px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
/* Popover */
|
||||
.demo-popover .popover {
|
||||
position: relative;
|
||||
display: block;
|
||||
float: left;
|
||||
width: 260px;
|
||||
margin: 20px;
|
||||
z-index: 9;
|
||||
}
|
||||
/* Tooltips */
|
||||
.demo-tooltip .tooltip {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin: 10px 20px;
|
||||
opacity: 1;
|
||||
}
|
||||
/* Grid page */
|
||||
.grid-structure .grid-container {
|
||||
background-color: rgba(243, 243, 243, 0.5);
|
||||
margin-bottom: 10px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
/* Demo Animation */
|
||||
.demo-animation {
|
||||
text-align: center;
|
||||
}
|
||||
.demo-animation img {
|
||||
position: relative;
|
||||
width: 120px;
|
||||
display: block;
|
||||
margin: 0 auto 40px auto;
|
||||
z-index: 1;
|
||||
border-radius: 2px;
|
||||
}
|
||||
/* Demo only */
|
||||
.icon-list-demo div {
|
||||
cursor: pointer;
|
||||
line-height: 45px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
.icon-list-demo div p {
|
||||
margin-bottom: 0;
|
||||
line-height: inherit;
|
||||
}
|
||||
.icon-list-demo i {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
font-size: 24px;
|
||||
border: 1px solid #f3f3f3;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
margin-right: 12px;
|
||||
color: rgba(43, 61, 81, 0.7);
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.icon-list-demo .col-md-4 {
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
background-clip: padding-box;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.icon-list-demo .col-md-4:hover i {
|
||||
color: #4bd396;
|
||||
}
|
||||
/* Switchery demo */
|
||||
.switchery-demo .switchery {
|
||||
margin-bottom: 10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
/* Icon colored demo */
|
||||
.icon-colored {
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
margin: 2rem;
|
||||
}
|
||||
0
assets/css/elements.css
Normal file
0
assets/css/elements.css
Normal file
12186
assets/css/icons.css
Normal file
12186
assets/css/icons.css
Normal file
File diff suppressed because it is too large
Load Diff
557
assets/css/menu.css
Normal file
557
assets/css/menu.css
Normal file
@@ -0,0 +1,557 @@
|
||||
/*
|
||||
Template Name: Zircos Dashboard
|
||||
Author: CoderThemes
|
||||
Email: coderthemes@gmail.com
|
||||
File: Menu
|
||||
*/
|
||||
.topbar {
|
||||
left: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
.topbar .topbar-left {
|
||||
background: #36404e;
|
||||
float: left;
|
||||
text-align: center;
|
||||
height: 70px;
|
||||
position: relative;
|
||||
width: 225px;
|
||||
z-index: 1;
|
||||
}
|
||||
.navbar-default {
|
||||
background-color: #f3f3f3;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.navbar-default .navbar-left li a.menu-item {
|
||||
padding: 0 15px;
|
||||
line-height: 68px;
|
||||
}
|
||||
.logo {
|
||||
color: #ffffff !important;
|
||||
font-size: 24px;
|
||||
text-transform: uppercase;
|
||||
font-family: 'Hind Madurai', sans-serif;
|
||||
font-weight: 600;
|
||||
letter-spacing: 1px;
|
||||
line-height: 70px;
|
||||
}
|
||||
.logo i {
|
||||
display: none;
|
||||
}
|
||||
.logo span span {
|
||||
color: #7fc1fc;
|
||||
}
|
||||
.user-box a.user-link {
|
||||
padding-top: 17px !important;
|
||||
padding-bottom: 17px !important;
|
||||
}
|
||||
.user-box .user-img {
|
||||
position: relative;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
.navbar-default .right-menu-item {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
padding: 0;
|
||||
font-size: 18px;
|
||||
border: 2px solid #ccc !important;
|
||||
line-height: 35px;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
margin: 17px 5px;
|
||||
}
|
||||
.navbar-default .right-menu-item .badge {
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
right: 0px;
|
||||
}
|
||||
/* Notification */
|
||||
.notify-list h5 {
|
||||
margin: 0 0 5px 0;
|
||||
padding: 10px;
|
||||
background-color: #f3f3f3;
|
||||
text-align: center;
|
||||
}
|
||||
.notify-list .all-msgs a {
|
||||
color: #313a46;
|
||||
padding: 6px 10px;
|
||||
display: block;
|
||||
}
|
||||
.side-menu {
|
||||
width: 225px;
|
||||
padding-top: 10px;
|
||||
z-index: 10;
|
||||
background: #36404e;
|
||||
bottom: 50px;
|
||||
margin-top: 0;
|
||||
padding-bottom: 70px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
|
||||
}
|
||||
.side-menu .waves-effect .waves-ripple {
|
||||
background-color: rgba(127, 193, 252, 0.4);
|
||||
}
|
||||
.side-menu.left {
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
bottom: 0;
|
||||
}
|
||||
body.fixed-left .side-menu.left {
|
||||
bottom: 50px;
|
||||
margin-bottom: -70px;
|
||||
margin-top: 0;
|
||||
padding-bottom: 70px;
|
||||
position: fixed;
|
||||
}
|
||||
.content-page {
|
||||
margin-left: 225px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.content-page .content {
|
||||
padding: 0 5px 10px 5px;
|
||||
margin-top: 70px;
|
||||
}
|
||||
.button-menu-mobile {
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: #313a46;
|
||||
padding: 0 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
.button-menu-mobile i {
|
||||
font-size: 24px;
|
||||
line-height: 70px;
|
||||
}
|
||||
.button-menu-mobile:hover {
|
||||
color: #7fc1fc;
|
||||
}
|
||||
.sidebar-inner {
|
||||
height: 100%;
|
||||
}
|
||||
#sidebar-menu,
|
||||
#sidebar-menu ul,
|
||||
#sidebar-menu li,
|
||||
#sidebar-menu a {
|
||||
border: 0;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
#sidebar-menu {
|
||||
padding-bottom: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
#sidebar-menu a {
|
||||
line-height: 1.3;
|
||||
}
|
||||
#sidebar-menu ul li .menu-arrow {
|
||||
-webkit-transition: -webkit-transform 0.15s;
|
||||
-o-transition: -o-transform 0.15s;
|
||||
transition: transform .15s;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
display: inline-block;
|
||||
font-family: 'Material Design Icons';
|
||||
text-rendering: auto;
|
||||
line-height: 18px;
|
||||
font-size: 16px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-transform: translate(0, 0);
|
||||
-ms-transform: translate(0, 0);
|
||||
-o-transform: translate(0, 0);
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
#sidebar-menu ul li .menu-arrow:before {
|
||||
content: "\F142";
|
||||
}
|
||||
#sidebar-menu ul li a.subdrop .menu-arrow {
|
||||
-ms-transform: rotate(90deg);
|
||||
-webkit-transform: rotate(90deg);
|
||||
-o-transform: rotate(90deg);
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
#sidebar-menu ul ul {
|
||||
display: none;
|
||||
}
|
||||
#sidebar-menu ul ul li {
|
||||
border-top: 0;
|
||||
}
|
||||
#sidebar-menu ul ul li.active a {
|
||||
color: #7fc1fc;
|
||||
}
|
||||
#sidebar-menu ul ul a {
|
||||
color: #98a6ad;
|
||||
-webkit-transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3s ease-out;
|
||||
-ms-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
border-left: 3px solid transparent;
|
||||
display: block;
|
||||
padding: 10px 20px 10px 59px;
|
||||
font-size: 13px;
|
||||
}
|
||||
#sidebar-menu ul ul a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
#sidebar-menu ul ul a i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
#sidebar-menu ul ul ul a {
|
||||
padding-left: 80px;
|
||||
}
|
||||
#sidebar-menu .label {
|
||||
margin-top: 2px;
|
||||
}
|
||||
#sidebar-menu .subdrop {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#sidebar-menu > ul > li > a {
|
||||
color: #98a6ad;
|
||||
display: block;
|
||||
padding: 12px 20px;
|
||||
margin: 2px 0;
|
||||
}
|
||||
#sidebar-menu > ul > li > a:hover {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#sidebar-menu > ul > li > a > span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
#sidebar-menu ul li a i {
|
||||
display: inline-block;
|
||||
font-size: 18px;
|
||||
line-height: 17px;
|
||||
margin-left: 3px;
|
||||
margin-right: 15px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: 20px;
|
||||
}
|
||||
#sidebar-menu ul li a .drop-arrow {
|
||||
float: right;
|
||||
}
|
||||
#sidebar-menu ul li a .drop-arrow i {
|
||||
margin-right: 0px;
|
||||
}
|
||||
#sidebar-menu > ul > li > a.active {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
.menu-title {
|
||||
padding: 12px 20px !important;
|
||||
letter-spacing: .05em;
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
color: #98a6ad;
|
||||
font-family: 'Hind Madurai', sans-serif;
|
||||
}
|
||||
/* Help Box */
|
||||
.help-box {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
padding: 20px;
|
||||
margin: 20px;
|
||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
||||
border-radius: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
#wrapper.enlarged .menu-title,
|
||||
#wrapper.enlarged .menu-arrow,
|
||||
#wrapper.enlarged .help-box {
|
||||
display: none !important;
|
||||
}
|
||||
#wrapper.enlarged #sidebar-menu ul ul {
|
||||
margin-top: -2px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
z-index: 9999;
|
||||
background-color: #36404e;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu {
|
||||
width: 70px;
|
||||
z-index: 5;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
|
||||
padding: 15px 20px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
|
||||
margin-right: 20px !important;
|
||||
font-size: 20px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu .label {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 35px;
|
||||
text-indent: 0;
|
||||
display: block !important;
|
||||
padding: .2em .6em .3em !important;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
|
||||
position: relative;
|
||||
width: 260px;
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
|
||||
display: block;
|
||||
left: 70px;
|
||||
position: absolute;
|
||||
width: 190px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
|
||||
box-shadow: none;
|
||||
padding-left: 15px;
|
||||
position: relative;
|
||||
width: 186px;
|
||||
z-index: 6;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
|
||||
display: inline;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
|
||||
display: none;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
|
||||
display: block;
|
||||
left: 190px;
|
||||
margin-top: -36px;
|
||||
position: absolute;
|
||||
width: 190px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
|
||||
-ms-transform: rotate(270deg);
|
||||
-webkit-transform: rotate(270deg);
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 12px;
|
||||
transform: rotate(270deg);
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
|
||||
color: #ffffff;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
|
||||
display: none;
|
||||
padding-left: 10px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu .user-details {
|
||||
display: none;
|
||||
}
|
||||
#wrapper.enlarged .content-page {
|
||||
margin-left: 70px;
|
||||
}
|
||||
#wrapper.enlarged .footer {
|
||||
left: 70px;
|
||||
}
|
||||
#wrapper.enlarged .topbar .topbar-left {
|
||||
width: 70px !important;
|
||||
}
|
||||
#wrapper.enlarged .topbar .topbar-left .logo span {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
}
|
||||
#wrapper.enlarged .topbar .topbar-left .logo i {
|
||||
display: block;
|
||||
line-height: 70px;
|
||||
color: #7fc1fc !important;
|
||||
}
|
||||
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
|
||||
display: none;
|
||||
}
|
||||
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
|
||||
display: none;
|
||||
}
|
||||
#wrapper.right-bar-enabled .right-bar {
|
||||
right: 0;
|
||||
}
|
||||
#wrapper.right-bar-enabled .left-layout {
|
||||
left: 0;
|
||||
}
|
||||
/* Right sidebar */
|
||||
.side-bar.right-bar {
|
||||
float: right !important;
|
||||
right: -266px;
|
||||
top: 0px;
|
||||
}
|
||||
.side-bar {
|
||||
-moz-transition: all 200ms ease-out;
|
||||
-webkit-transition: all 200ms ease-out;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
|
||||
display: block;
|
||||
float: left;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
transition: all 200ms ease-out;
|
||||
width: 240px;
|
||||
}
|
||||
.right-bar {
|
||||
background: #ffffff !important;
|
||||
z-index: 999 !important;
|
||||
}
|
||||
.right-bar h4 {
|
||||
border-bottom: 1px solid rgba(152, 166, 173, 0.5);
|
||||
padding: 4px 10px 10px 18px;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
.right-bar .right-bar-toggle {
|
||||
float: right;
|
||||
line-height: 46px;
|
||||
font-size: 20px;
|
||||
color: #333;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.right-bar .setting-list {
|
||||
padding: 0 20px 20px 20px;
|
||||
}
|
||||
.user-list .user-list-item {
|
||||
padding: 10px 12px !important;
|
||||
border-bottom: 1px solid #EEEEEE !important;
|
||||
}
|
||||
.user-list .user-list-item .avatar {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
.user-list .user-list-item .avatar img {
|
||||
border-radius: 50%;
|
||||
width: 100%;
|
||||
}
|
||||
.user-list .user-list-item .icon {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
}
|
||||
.user-list .user-list-item .icon i {
|
||||
color: #ffffff;
|
||||
line-height: 30px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.user-list .user-list-item .user-desc {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.user-list .user-list-item .user-desc span.name {
|
||||
color: #313a46;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
font-size: 13px;
|
||||
}
|
||||
.user-list .user-list-item .user-desc span.desc {
|
||||
color: #98a6ad;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
}
|
||||
.user-list .user-list-item .user-desc span.time {
|
||||
font-size: 11px;
|
||||
}
|
||||
/* Seach */
|
||||
.app-search {
|
||||
position: relative;
|
||||
}
|
||||
.app-search a {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
right: 26px;
|
||||
color: rgba(152, 166, 173, 0.7);
|
||||
}
|
||||
.app-search a:hover {
|
||||
color: #98a6ad;
|
||||
}
|
||||
.app-search .form-control,
|
||||
.app-search .form-control:focus {
|
||||
border: 1px solid rgba(152, 166, 173, 0.15);
|
||||
font-size: 13px;
|
||||
height: 34px;
|
||||
color: #313a46;
|
||||
padding: 7px 40px 7px 20px;
|
||||
margin: 19px 12px 0 5px;
|
||||
background: rgba(152, 166, 173, 0.1);
|
||||
box-shadow: none;
|
||||
border-radius: 30px;
|
||||
width: 190px;
|
||||
}
|
||||
/* Page titles */
|
||||
.page-title {
|
||||
font-size: 20px;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
.page-header {
|
||||
border-bottom: 1px solid #DBDDDE;
|
||||
}
|
||||
.header-title {
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
margin-bottom: 8px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.page-title-box {
|
||||
padding: 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin: 0 -20px 20px -20px;
|
||||
}
|
||||
.page-title-box .page-title {
|
||||
margin-bottom: 0;
|
||||
float: left;
|
||||
}
|
||||
.page-title-box .breadcrumb {
|
||||
float: right;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/* Body min-height set */
|
||||
body.fixed-left-void {
|
||||
min-height: 1250px;
|
||||
}
|
||||
525
assets/css/menu_sm.css
Normal file
525
assets/css/menu_sm.css
Normal file
@@ -0,0 +1,525 @@
|
||||
/*
|
||||
Template Name: Zircos Dashboard
|
||||
Author: CoderThemes
|
||||
Email: coderthemes@gmail.com
|
||||
File: Menu
|
||||
*/
|
||||
.topbar {
|
||||
left: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
.topbar .topbar-left {
|
||||
background: #36404e;
|
||||
float: left;
|
||||
text-align: center;
|
||||
height: 70px;
|
||||
position: relative;
|
||||
width: 160px;
|
||||
z-index: 1;
|
||||
}
|
||||
.navbar-default {
|
||||
background-color: #f3f3f3;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.navbar-default .navbar-left li a.menu-item {
|
||||
padding: 0 15px;
|
||||
line-height: 68px;
|
||||
}
|
||||
.logo {
|
||||
color: #ffffff !important;
|
||||
font-size: 24px;
|
||||
text-transform: uppercase;
|
||||
font-family: 'Hind Madurai', sans-serif;
|
||||
font-weight: 600;
|
||||
letter-spacing: 1px;
|
||||
line-height: 70px;
|
||||
}
|
||||
.logo i {
|
||||
display: none;
|
||||
}
|
||||
.logo span span {
|
||||
color: #7fc1fc;
|
||||
}
|
||||
.user-box a.user-link {
|
||||
padding-top: 17px !important;
|
||||
padding-bottom: 17px !important;
|
||||
}
|
||||
.user-box .user-img {
|
||||
position: relative;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
.navbar-default .right-menu-item {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
padding: 0;
|
||||
font-size: 18px;
|
||||
border: 2px solid #ccc !important;
|
||||
line-height: 35px;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
margin: 17px 5px;
|
||||
}
|
||||
.navbar-default .right-menu-item .badge {
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
right: 0px;
|
||||
}
|
||||
/* Notification */
|
||||
.notify-list h5 {
|
||||
margin: 0 0 5px 0;
|
||||
padding: 10px;
|
||||
background-color: #f3f3f3;
|
||||
text-align: center;
|
||||
}
|
||||
.notify-list .all-msgs a {
|
||||
color: #313a46;
|
||||
padding: 6px 10px;
|
||||
display: block;
|
||||
}
|
||||
.side-menu {
|
||||
width: 160px;
|
||||
padding-top: 10px;
|
||||
z-index: 10;
|
||||
background: #36404e;
|
||||
bottom: 50px;
|
||||
margin-top: 0;
|
||||
padding-bottom: 70px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
|
||||
}
|
||||
.side-menu .waves-effect .waves-ripple {
|
||||
background-color: rgba(127, 193, 252, 0.4);
|
||||
}
|
||||
.side-menu.left {
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
bottom: 0;
|
||||
}
|
||||
body.fixed-left .side-menu.left {
|
||||
bottom: 50px;
|
||||
margin-bottom: -70px;
|
||||
margin-top: 0;
|
||||
padding-bottom: 70px;
|
||||
position: fixed;
|
||||
}
|
||||
.content-page {
|
||||
margin-left: 160px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.content-page .content {
|
||||
padding: 0 5px 10px 5px;
|
||||
margin-top: 70px;
|
||||
}
|
||||
.button-menu-mobile {
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: #313a46;
|
||||
padding: 0 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
.button-menu-mobile i {
|
||||
font-size: 24px;
|
||||
line-height: 70px;
|
||||
}
|
||||
.button-menu-mobile:hover {
|
||||
color: #7fc1fc;
|
||||
}
|
||||
.sidebar-inner {
|
||||
height: 100%;
|
||||
}
|
||||
#sidebar-menu,
|
||||
#sidebar-menu ul,
|
||||
#sidebar-menu li,
|
||||
#sidebar-menu a {
|
||||
border: 0;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
}
|
||||
#sidebar-menu > ul > li {
|
||||
margin: 15px 0;
|
||||
}
|
||||
#sidebar-menu {
|
||||
padding-bottom: 30px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
#sidebar-menu a {
|
||||
line-height: 1.3;
|
||||
}
|
||||
#sidebar-menu ul ul {
|
||||
display: none;
|
||||
}
|
||||
#sidebar-menu ul ul li {
|
||||
border-top: 0;
|
||||
}
|
||||
#sidebar-menu ul ul li.active a {
|
||||
color: #7fc1fc;
|
||||
}
|
||||
#sidebar-menu ul ul a {
|
||||
color: #98a6ad;
|
||||
-webkit-transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3s ease-out;
|
||||
-ms-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
border-left: 3px solid transparent;
|
||||
display: block;
|
||||
padding: 10px 20px;
|
||||
font-size: 13px;
|
||||
}
|
||||
#sidebar-menu ul ul a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
#sidebar-menu ul ul a i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
#sidebar-menu ul ul ul a {
|
||||
padding-left: 80px;
|
||||
}
|
||||
#sidebar-menu .label {
|
||||
display: none;
|
||||
}
|
||||
#sidebar-menu .subdrop {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#sidebar-menu > ul > li > a {
|
||||
color: #98a6ad;
|
||||
display: block;
|
||||
padding: 12px 20px;
|
||||
margin: 2px 0;
|
||||
}
|
||||
#sidebar-menu > ul > li > a:hover {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#sidebar-menu > ul > li > a > span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
#sidebar-menu ul li a i {
|
||||
display: block;
|
||||
font-size: 22px;
|
||||
line-height: 18px;
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#sidebar-menu ul li a .drop-arrow {
|
||||
float: right;
|
||||
}
|
||||
#sidebar-menu ul li a .drop-arrow i {
|
||||
margin-right: 0;
|
||||
}
|
||||
#sidebar-menu > ul > li > a.active {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#sidebar-menu > ul > li > a.active i {
|
||||
color: #7fc1fc;
|
||||
}
|
||||
.menu-title {
|
||||
display: none;
|
||||
}
|
||||
/* Help Box */
|
||||
.help-box {
|
||||
display: none;
|
||||
}
|
||||
#wrapper.enlarged .menu-title,
|
||||
#wrapper.enlarged .menu-arrow,
|
||||
#wrapper.enlarged .help-box {
|
||||
display: none !important;
|
||||
}
|
||||
#wrapper.enlarged #sidebar-menu {
|
||||
text-align: left;
|
||||
}
|
||||
#wrapper.enlarged #sidebar-menu ul ul {
|
||||
margin-top: -2px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
z-index: 9999;
|
||||
background-color: #36404e;
|
||||
}
|
||||
#wrapper.enlarged #sidebar-menu > ul > li {
|
||||
margin: 4px 0;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu {
|
||||
width: 70px;
|
||||
z-index: 5;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
|
||||
padding: 15px 20px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
|
||||
font-size: 20px;
|
||||
float: left;
|
||||
margin: 0 25px 0 5px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu .label {
|
||||
display: none !important;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
|
||||
position: relative;
|
||||
width: 260px;
|
||||
color: #ffffff !important;
|
||||
background-color: #313a46;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
|
||||
display: block;
|
||||
left: 70px;
|
||||
position: absolute;
|
||||
width: 190px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
|
||||
box-shadow: none;
|
||||
padding-left: 15px;
|
||||
position: relative;
|
||||
width: 186px;
|
||||
z-index: 6;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
|
||||
display: inline;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
|
||||
display: none;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
|
||||
display: block;
|
||||
left: 190px;
|
||||
margin-top: -36px;
|
||||
position: absolute;
|
||||
width: 190px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
|
||||
-ms-transform: rotate(270deg);
|
||||
-webkit-transform: rotate(270deg);
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 12px;
|
||||
transform: rotate(270deg);
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
|
||||
color: #ffffff;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
|
||||
display: none;
|
||||
padding-left: 10px;
|
||||
}
|
||||
#wrapper.enlarged .left.side-menu .user-details {
|
||||
display: none;
|
||||
}
|
||||
#wrapper.enlarged .content-page {
|
||||
margin-left: 70px;
|
||||
}
|
||||
#wrapper.enlarged .footer {
|
||||
left: 70px;
|
||||
}
|
||||
#wrapper.enlarged .topbar .topbar-left {
|
||||
width: 70px !important;
|
||||
}
|
||||
#wrapper.enlarged .topbar .topbar-left .logo span {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
}
|
||||
#wrapper.enlarged .topbar .topbar-left .logo i {
|
||||
display: block;
|
||||
line-height: 70px;
|
||||
color: #7fc1fc !important;
|
||||
}
|
||||
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
|
||||
display: none;
|
||||
}
|
||||
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
|
||||
display: none;
|
||||
}
|
||||
#wrapper.right-bar-enabled .right-bar {
|
||||
right: 0;
|
||||
}
|
||||
#wrapper.right-bar-enabled .left-layout {
|
||||
left: 0;
|
||||
}
|
||||
/* Right sidebar */
|
||||
.side-bar.right-bar {
|
||||
float: right !important;
|
||||
right: -266px;
|
||||
top: 0px;
|
||||
}
|
||||
.side-bar {
|
||||
-moz-transition: all 200ms ease-out;
|
||||
-webkit-transition: all 200ms ease-out;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
|
||||
display: block;
|
||||
float: left;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
transition: all 200ms ease-out;
|
||||
width: 240px;
|
||||
}
|
||||
.right-bar {
|
||||
background: #ffffff !important;
|
||||
z-index: 999 !important;
|
||||
}
|
||||
.right-bar h4 {
|
||||
border-bottom: 1px solid rgba(152, 166, 173, 0.5);
|
||||
padding: 4px 10px 10px 18px;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
.right-bar .right-bar-toggle {
|
||||
float: right;
|
||||
line-height: 46px;
|
||||
font-size: 20px;
|
||||
color: #333;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.right-bar .setting-list {
|
||||
padding: 0 20px 20px 20px;
|
||||
}
|
||||
.user-list .user-list-item {
|
||||
padding: 10px 12px !important;
|
||||
border-bottom: 1px solid #EEEEEE !important;
|
||||
}
|
||||
.user-list .user-list-item .avatar {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
.user-list .user-list-item .avatar img {
|
||||
border-radius: 50%;
|
||||
width: 100%;
|
||||
}
|
||||
.user-list .user-list-item .icon {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
}
|
||||
.user-list .user-list-item .icon i {
|
||||
color: #ffffff;
|
||||
line-height: 30px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.user-list .user-list-item .user-desc {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.user-list .user-list-item .user-desc span.name {
|
||||
color: #313a46;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
font-size: 13px;
|
||||
}
|
||||
.user-list .user-list-item .user-desc span.desc {
|
||||
color: #98a6ad;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
}
|
||||
.user-list .user-list-item .user-desc span.time {
|
||||
font-size: 11px;
|
||||
}
|
||||
/* Seach */
|
||||
.app-search {
|
||||
position: relative;
|
||||
}
|
||||
.app-search a {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
right: 26px;
|
||||
color: rgba(152, 166, 173, 0.7);
|
||||
}
|
||||
.app-search a:hover {
|
||||
color: #98a6ad;
|
||||
}
|
||||
.app-search .form-control,
|
||||
.app-search .form-control:focus {
|
||||
border: 1px solid rgba(152, 166, 173, 0.15);
|
||||
font-size: 13px;
|
||||
height: 34px;
|
||||
color: #313a46;
|
||||
padding: 7px 40px 7px 20px;
|
||||
margin: 19px 12px 0 5px;
|
||||
background: rgba(152, 166, 173, 0.1);
|
||||
box-shadow: none;
|
||||
border-radius: 30px;
|
||||
width: 190px;
|
||||
}
|
||||
/* Page titles */
|
||||
.page-title {
|
||||
font-size: 20px;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
.page-header {
|
||||
border-bottom: 1px solid #DBDDDE;
|
||||
}
|
||||
.header-title {
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
margin-bottom: 8px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.page-title-box {
|
||||
padding: 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin: 0 -20px 20px -20px;
|
||||
}
|
||||
.page-title-box .page-title {
|
||||
margin-bottom: 0;
|
||||
float: left;
|
||||
}
|
||||
.page-title-box .breadcrumb {
|
||||
float: right;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/* Body min-height set */
|
||||
body.fixed-left-void {
|
||||
min-height: 1250px;
|
||||
}
|
||||
1035
assets/css/pages.css
Normal file
1035
assets/css/pages.css
Normal file
File diff suppressed because it is too large
Load Diff
230
assets/css/responsive.css
Normal file
230
assets/css/responsive.css
Normal file
@@ -0,0 +1,230 @@
|
||||
/*
|
||||
Template Name: Zircos Dashboard
|
||||
Author: CoderThemes
|
||||
Email: coderthemes@gmail.com
|
||||
File: Responsive
|
||||
*/
|
||||
@media only screen and (max-width: 6000px) and (min-width: 700px) {
|
||||
.wrapper.right-bar-enabled .right-bar {
|
||||
right: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1023px) {
|
||||
.button-menu-mobile {
|
||||
display: block !important;
|
||||
}
|
||||
.email-msg {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.side-menu {
|
||||
position: absolute !important;
|
||||
}
|
||||
.enlarged .left.side-menu {
|
||||
margin-left: -75px;
|
||||
}
|
||||
.topbar-left {
|
||||
width: 70px !important;
|
||||
}
|
||||
.topbar-left span {
|
||||
display: none !important;
|
||||
}
|
||||
.topbar-left i {
|
||||
display: block !important;
|
||||
line-height: 70px !important;
|
||||
}
|
||||
.content-page .content {
|
||||
margin-top: 75px;
|
||||
}
|
||||
.topbar .topbar-left {
|
||||
height: 70px;
|
||||
}
|
||||
.navbar-default {
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
|
||||
}
|
||||
.navbar-nav {
|
||||
margin: 0px;
|
||||
display: inline-block;
|
||||
}
|
||||
.navbar-nav li {
|
||||
display: inline-block;
|
||||
line-height: 1px;
|
||||
}
|
||||
.navbar-nav.navbar-right {
|
||||
float: right;
|
||||
}
|
||||
.content-page {
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
.footer {
|
||||
left: 0px !important;
|
||||
}
|
||||
.mobile-sidebar {
|
||||
left: 0px;
|
||||
}
|
||||
.mobile-content {
|
||||
left: 250px;
|
||||
right: -250px;
|
||||
}
|
||||
.wrapper-page {
|
||||
width: 90%;
|
||||
}
|
||||
.dataTables_wrapper .col-xs-6 {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
div#datatable-buttons_info {
|
||||
float: none;
|
||||
}
|
||||
.ms-container {
|
||||
width: 100%;
|
||||
}
|
||||
.m-t-sm-50 {
|
||||
margin-top: 50px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar-nav .open .dropdown-menu {
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
||||
left: auto;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
.navbar-nav .open .dropdown-menu li {
|
||||
display: block;
|
||||
}
|
||||
.dropdown-lg {
|
||||
width: 200px !important;
|
||||
}
|
||||
.user-box {
|
||||
float: right;
|
||||
}
|
||||
.dataTables_length {
|
||||
float: none;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
.side-menu {
|
||||
z-index: 10 !important;
|
||||
}
|
||||
.button-menu-mobile {
|
||||
display: block;
|
||||
}
|
||||
.search-bar {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 420px) {
|
||||
.hide-phone {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
/* Container-alt */
|
||||
@media (min-width: 768px) {
|
||||
.container-alt {
|
||||
width: 750px;
|
||||
}
|
||||
.nav-tabs.nav-justified > li > a {
|
||||
border-bottom: 2px solid #eeeeee;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.container-alt {
|
||||
width: 970px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.container-alt {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 419px) {
|
||||
.hidden-xxs {
|
||||
display: none;
|
||||
}
|
||||
.topbar-left {
|
||||
width: 70px !important;
|
||||
}
|
||||
.logo .icon-c-logo {
|
||||
display: inline-block !important;
|
||||
line-height: 58px !important;
|
||||
}
|
||||
.logo span {
|
||||
display: none !important;
|
||||
}
|
||||
.wrapper-page .logo span {
|
||||
display: inline-block !important;
|
||||
}
|
||||
.content-page {
|
||||
margin-left: 70px;
|
||||
}
|
||||
.forced .side-menu.left {
|
||||
box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.enlarged .side-menu.left {
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
|
||||
}
|
||||
.page-title {
|
||||
font-size: 15px;
|
||||
max-width: 250px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.navbar-default {
|
||||
padding: 0px;
|
||||
}
|
||||
.navbar-default .navbar-left {
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
.navbar-default .navbar-left li {
|
||||
padding: 0px 5px;
|
||||
}
|
||||
.topbar-left {
|
||||
display: none;
|
||||
}
|
||||
.editable-responsive {
|
||||
overflow-x: auto;
|
||||
}
|
||||
.profile-info-name img {
|
||||
float: none;
|
||||
margin: 0px auto;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
div.hopscotch-bubble .hopscotch-bubble-container {
|
||||
max-width: 180px;
|
||||
}
|
||||
.page-title-box .breadcrumb {
|
||||
display: none;
|
||||
}
|
||||
.navbar-nav .open .dropdown-menu {
|
||||
margin-right: -20px;
|
||||
}
|
||||
.user-box .dropdown-menu {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.dropdown-lg {
|
||||
width: 160px !important;
|
||||
}
|
||||
.user-list .user-list-item .icon,
|
||||
.user-list .user-list-item .avatar {
|
||||
display: none;
|
||||
}
|
||||
.user-list .user-list-item .user-desc {
|
||||
margin-left: 0;
|
||||
}
|
||||
.mails .table-detail {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
1
assets/css/select2.css
Normal file
1
assets/css/select2.css
Normal file
File diff suppressed because one or more lines are too long
1370
assets/css/typicons.css
Normal file
1370
assets/css/typicons.css
Normal file
File diff suppressed because it is too large
Load Diff
0
assets/css/variables.css
Normal file
0
assets/css/variables.css
Normal file
Reference in New Issue
Block a user