susee
This commit is contained in:
parent
0e6ab444d0
commit
8565131ef3
@ -225,7 +225,8 @@ class Corporate extends CI_Controller {
|
||||
|
||||
// $fary['status'] = 1;
|
||||
// $fary['refid'] = $filename;
|
||||
$this->gen_gstr2a_recon($gdid);
|
||||
// $this->gen_gstr2a_recon($gdid);
|
||||
echo true;
|
||||
}
|
||||
}
|
||||
// echo json_encode($fary);
|
||||
|
||||
@ -134,6 +134,7 @@ class Corporate_model extends CI_Model {
|
||||
$this->db->from('gstr2a_data');
|
||||
$this->db->where('gd_inv_date >=', $from_date);
|
||||
$this->db->where('gd_inv_date <=', $to_date);
|
||||
$this->db->where('is_active ', 1);
|
||||
$query = $this->db->count_all_results();
|
||||
return $query;
|
||||
}
|
||||
@ -145,6 +146,7 @@ class Corporate_model extends CI_Model {
|
||||
$this->db->from('gstr2a_data');
|
||||
$this->db->where('gd_inv_date >=', $from_date);
|
||||
$this->db->where('gd_inv_date <=', $to_date);
|
||||
$this->db->where('is_active ', 1);
|
||||
$this->db->where('inv_status', 0);
|
||||
$query = $this->db->count_all_results();
|
||||
return $query;
|
||||
@ -157,6 +159,7 @@ class Corporate_model extends CI_Model {
|
||||
$this->db->from('gstr2a_data');
|
||||
$this->db->where('gd_inv_date >=', $from_date);
|
||||
$this->db->where('gd_inv_date <=', $to_date);
|
||||
$this->db->where('is_active ', 1);
|
||||
$this->db->where('inv_status', 1);
|
||||
$query = $this->db->count_all_results();
|
||||
return $query;
|
||||
@ -168,6 +171,7 @@ class Corporate_model extends CI_Model {
|
||||
$this->db->from('gstr2a_data');
|
||||
$this->db->where('gd_inv_date >=', $from_date);
|
||||
$this->db->where('gd_inv_date <=', $to_date);
|
||||
$this->db->where('is_active ', 1);
|
||||
$this->db->where('inv_status', 2);
|
||||
$query = $this->db->count_all_results();
|
||||
return $query;
|
||||
@ -179,6 +183,7 @@ class Corporate_model extends CI_Model {
|
||||
$this->db->from('gstr2a_data');
|
||||
$this->db->where('gd_inv_date >=', $from_date);
|
||||
$this->db->where('gd_inv_date <=', $to_date);
|
||||
$this->db->where('is_active ', 1);
|
||||
$this->db->where('inv_status', 3);
|
||||
$query = $this->db->count_all_results();
|
||||
return $query;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- Topbar Start -->
|
||||
<div class="navbar-custom">
|
||||
<div class="navbar-custom" style="background-color: #114E8B;">
|
||||
<div class="container-fluid">
|
||||
|
||||
<ul class="list-unstyled topnav-menu float-right mb-0">
|
||||
|
||||
@ -81,25 +81,26 @@
|
||||
|
||||
<div class="row mt-5">
|
||||
<form class="col-md-12" id="formid" autocomplete="off">
|
||||
<div class="form-row">
|
||||
<input type="hidden" id="_date_">
|
||||
<input id="fromdate" value="" type="hidden">
|
||||
<input id="todate" value="" type="hidden">
|
||||
<div class="form-group col-md-4">
|
||||
<label class="col-lg-3 col-form-label">Date</label>
|
||||
<div class="col-lg-12">
|
||||
<div id="reportrange" class="pull-right form-control">
|
||||
<i class="glyphicon glyphicon-calendar fa fa-calendar"></i>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-md-2">
|
||||
<label for="inputPassword4" class="col-form-label"></label>
|
||||
<button style="margin-top:35px" id="_submit_" type="submit" class="btn btn-primary">Submit</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div class="form-row">
|
||||
<input type="hidden" id="_date_">
|
||||
<input id="fromdate" value="" type="hidden">
|
||||
<input id="todate" value="" type="hidden">
|
||||
<div class="form-group col-md-4">
|
||||
<label class="col-lg-3 col-form-label">Date</label>
|
||||
<!-- <input type="date" id="birthday" name="birthday"> -->
|
||||
<div class="col-lg-12">
|
||||
<div id="reportrange" class="pull-right form-control">
|
||||
<i class="glyphicon glyphicon-calendar fa fa-calendar"></i>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-md-2">
|
||||
<label for="inputPassword4" class="col-form-label"></label>
|
||||
<button style="margin-top:35px" id="_submit_" type="submit" class="btn btn-primary">Submit</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div class="col-xl-3 col-md-3">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
@ -523,10 +523,12 @@ function() {
|
||||
cache: false,
|
||||
async: false,
|
||||
success: function(data){
|
||||
var pdata = JSON.parse(data);
|
||||
var d = pdata;
|
||||
d.counter++;
|
||||
oTable.row(tr).data(d);
|
||||
// var pdata = JSON.parse(data);
|
||||
// var d = pdata;
|
||||
// d.counter++;
|
||||
// oTable.row(tr).data("d");
|
||||
// alert('success')
|
||||
$('.btn-primary').click()
|
||||
},
|
||||
error:function(){
|
||||
alert('Request failed. Kindly try after sometime');
|
||||
@ -738,10 +740,16 @@ function() {
|
||||
"targets": 19,
|
||||
"width": 300,
|
||||
"render": function ( data, type, full, meta ) {
|
||||
// alert(data)
|
||||
console.log(data);
|
||||
if(data == '')
|
||||
{
|
||||
return '<form><input class="filecls" type="file" name="gd_gst_inv" /><input type="hidden" value="'+full['gd_id']+'" name="gdid" /></form>';
|
||||
}
|
||||
else
|
||||
{
|
||||
return '<a style="color:green" href="javascript:void(0)" title="Invoice Download" onclick="gstr2ainvdownload(\''+data+'\')"><i class="fa fa-download"></i></a>';
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- Topbar Start -->
|
||||
<div class="navbar-custom">
|
||||
<div class="navbar-custom" style="background-color: #114E8B;">
|
||||
<div class="container-fluid">
|
||||
|
||||
<ul class="list-unstyled topnav-menu float-right mb-0">
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<!-- Topbar Start -->
|
||||
<div class="navbar-custom">
|
||||
<div class="navbar-custom" style="background-color: #114E8B;">
|
||||
<div class="container-fluid">
|
||||
|
||||
<ul class="list-unstyled topnav-menu float-right mb-0">
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Main Css File - Dark RTL (Creative Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Main Css File - Dark RTL (Creative Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
|
||||
@ -84,7 +84,7 @@ body {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 0.95rem; }
|
||||
#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none; }
|
||||
#sidebar-menu > ul > li > a > span {
|
||||
vertical-align: middle; }
|
||||
@ -106,7 +106,7 @@ body {
|
||||
#sidebar-menu > ul > li > a .drop-arrow i {
|
||||
margin-right: 0; }
|
||||
#sidebar-menu > ul > li > a.mm-active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
#sidebar-menu > ul > li ul {
|
||||
padding-left: 34px;
|
||||
list-style: none; }
|
||||
@ -127,10 +127,10 @@ body {
|
||||
font-weight: 600; }
|
||||
|
||||
#sidebar-menu .menuitem-active > a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
#sidebar-menu .menuitem-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.nav-second-level li a {
|
||||
padding: 8px 20px;
|
||||
@ -140,10 +140,10 @@ body {
|
||||
transition: all 0.4s;
|
||||
font-size: 0.875rem; }
|
||||
.nav-second-level li a:focus, .nav-second-level li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.nav-second-level li.active > a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.menu-arrow {
|
||||
transition: transform .15s;
|
||||
@ -201,7 +201,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
min-height: 54px;
|
||||
transition: none; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:hover, body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:active, body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:focus {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a i {
|
||||
font-size: 1.2rem;
|
||||
margin-right: 20px;
|
||||
@ -216,7 +216,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a {
|
||||
position: relative;
|
||||
width: calc(190px + 70px);
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: #323a46;
|
||||
box-shadow: inset 3px 5px 10px 0 #323a42; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a span {
|
||||
@ -243,7 +243,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
width: 190px;
|
||||
z-index: 6; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul .collapsing {
|
||||
display: block !important;
|
||||
height: auto !important;
|
||||
@ -269,7 +269,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
top: 12px;
|
||||
transform: rotate(270deg); }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li.active a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-size="condensed"] .content-page {
|
||||
margin-left: 70px !important; }
|
||||
@ -304,8 +304,8 @@ body[data-sidebar-size="condensed"] .user-box {
|
||||
.footer {
|
||||
left: 0 !important; } }
|
||||
|
||||
/* =============
|
||||
Small Menu
|
||||
/* =============
|
||||
Small Menu
|
||||
============= */
|
||||
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .logo-box {
|
||||
width: 160px !important; }
|
||||
@ -394,14 +394,14 @@ body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-si
|
||||
box-shadow: none; }
|
||||
|
||||
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="dark"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title {
|
||||
background-color: rgba(255, 255, 255, 0.03); }
|
||||
|
||||
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box,
|
||||
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box .logo-dark,
|
||||
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box .logo-dark {
|
||||
display: none; }
|
||||
@ -415,7 +415,7 @@ body[data-sidebar-color="gradient"] .menuitem-active > a {
|
||||
|
||||
body[data-sidebar-color="brand"] .left-side-menu,
|
||||
body[data-sidebar-color="gradient"] .left-side-menu {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: none; }
|
||||
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu > ul > li > a,
|
||||
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu > ul > li > a {
|
||||
@ -463,13 +463,13 @@ body[data-sidebar-color="gradient"] .left-side-menu {
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a,
|
||||
@ -490,7 +490,7 @@ body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .lef
|
||||
background: #36536b; }
|
||||
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a {
|
||||
@ -915,7 +915,7 @@ body[data-layout-mode="horizontal"][data-layout-width="boxed"] .footer {
|
||||
top: 0;
|
||||
bottom: 0; }
|
||||
.right-bar .rightbar-title {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
padding: 27px 25px;
|
||||
color: #fff; }
|
||||
.right-bar .right-bar-toggle {
|
||||
@ -1065,10 +1065,10 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
display: inline-block;
|
||||
vertical-align: middle; }
|
||||
.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.topnav .navbar-nav .nav-item .dropdown.active > a.dropdown-toggle {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.topnav {
|
||||
@ -1082,7 +1082,7 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
width: auto; }
|
||||
.topnav .dropdown-item.active {
|
||||
background-color: transparent;
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown.mega-dropdown .mega-dropdown-menu {
|
||||
left: 0px;
|
||||
right: auto; }
|
||||
@ -1100,11 +1100,11 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
left: 100%;
|
||||
display: none; }
|
||||
.topnav .dropdown:hover > .nav-link {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown:hover > .dropdown-menu {
|
||||
display: block; }
|
||||
.topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-item {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
|
||||
display: block; }
|
||||
.navbar-toggle {
|
||||
@ -1150,7 +1150,7 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
position: relative;
|
||||
background-color: transparent; }
|
||||
.topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .arrow-down::after {
|
||||
right: 15px;
|
||||
position: absolute; } }
|
||||
@ -1185,7 +1185,7 @@ body[data-layout-mode="two-column"] .sidebar-icon-menu {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
padding-bottom: 20px;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-icon-menu .logo {
|
||||
display: block;
|
||||
width: 70px;
|
||||
@ -1249,12 +1249,12 @@ body[data-layout-mode="two-column"] .sidebar-main-menu {
|
||||
border-radius: 3px;
|
||||
margin: 3px 5px; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:hover, body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.07); }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active a.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu #sidebar-menu .menu-arrow {
|
||||
top: 7px; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav-second-level {
|
||||
@ -1299,10 +1299,10 @@ body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-men
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:hover, body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link.active {
|
||||
color: #c8cddc; }
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.07); }
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active a.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav > .nav-item > .nav-link, body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav > .nav-item > .nav-link {
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
@ -1311,7 +1311,7 @@ body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-me
|
||||
color: rgba(255, 255, 255, 0.9); }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu {
|
||||
background: #36536b;
|
||||
@ -1414,7 +1414,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
fill: rgba(140, 152, 165, 0.12); }
|
||||
|
||||
.icon-dual-primary {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
fill: rgba(2, 168, 181, 0.16); }
|
||||
|
||||
.icon-dual-secondary {
|
||||
@ -1736,8 +1736,8 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
margin-left: 0; }
|
||||
|
||||
.checkbox-primary input[type="checkbox"]:checked + label::before {
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.checkbox-primary input[type="checkbox"]:checked + label::after {
|
||||
border-color: #fff; }
|
||||
@ -1864,13 +1864,13 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
height: 17px; }
|
||||
|
||||
.radio-primary input[type="radio"] + label::after {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.radio-primary input[type="radio"]:checked + label::before {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.radio-primary input[type="radio"]:checked + label::after {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.radio-secondary input[type="radio"] + label::after {
|
||||
background-color: #dee2e6; }
|
||||
@ -2002,7 +2002,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
.ribbon-box .ribbon-content {
|
||||
clear: both; }
|
||||
.ribbon-box .ribbon-primary {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.ribbon-box .ribbon-primary:before {
|
||||
border-color: #017983 transparent transparent; }
|
||||
.ribbon-box .ribbon-secondary {
|
||||
@ -2080,7 +2080,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
border-left: 3px solid transparent;
|
||||
border-bottom: 3px solid transparent; }
|
||||
.ribbon-box .ribbon-two-primary span {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.ribbon-box .ribbon-two-primary span:before {
|
||||
border-left: 3px solid #016269;
|
||||
border-top: 3px solid #016269; }
|
||||
@ -2202,7 +2202,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
border-top: 5px solid #424e5a;
|
||||
border-right: 5px solid #424e5a;
|
||||
border-bottom: 5px solid #424e5a;
|
||||
border-left: 5px solid #02a8b5;
|
||||
border-left: 5px solid #114E8B;
|
||||
transform: translateZ(0);
|
||||
animation: SpinnerAnimation 1.1s infinite linear; }
|
||||
|
||||
@ -2337,7 +2337,7 @@ body.authentication-bg-pattern {
|
||||
margin-bottom: 10px; }
|
||||
.icons-list-demo .col-sm-6:hover,
|
||||
.icons-list-demo .col-sm-6:hover i {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.icons-list-demo .icon-item svg {
|
||||
margin-right: 10px; }
|
||||
@ -2354,7 +2354,7 @@ body.authentication-bg-pattern {
|
||||
overflow: auto; }
|
||||
|
||||
.text-error {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-shadow: rgba(2, 168, 181, 0.3) 5px 1px, rgba(2, 168, 181, 0.2) 10px 3px;
|
||||
font-size: 84px;
|
||||
line-height: 90px;
|
||||
@ -2378,7 +2378,7 @@ body.authentication-bg-pattern {
|
||||
stroke: #f7b84b;
|
||||
animation-delay: -2.4s; }
|
||||
.error-text-box .text:nth-child(5n + 3) {
|
||||
stroke: #02a8b5;
|
||||
stroke: #114E8B;
|
||||
animation-delay: -3.6s; }
|
||||
.error-text-box .text:nth-child(5n + 4) {
|
||||
stroke: #4ad0e6;
|
||||
@ -2435,7 +2435,7 @@ body.authentication-bg-pattern {
|
||||
.faq-question-q-box {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
float: left;
|
||||
@ -2606,7 +2606,7 @@ body.authentication-bg-pattern {
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
background: #36404a;
|
||||
border: 2px solid #02a8b5; }
|
||||
border: 2px solid #114E8B; }
|
||||
.timeline-sm .timeline-sm-item .timeline-sm-date {
|
||||
position: absolute;
|
||||
left: -104px; }
|
||||
@ -2803,7 +2803,7 @@ body.authentication-bg-pattern {
|
||||
.sitemap li a i {
|
||||
display: inline-block; }
|
||||
.sitemap li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.sitemap ul {
|
||||
margin-left: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@ -2863,7 +2863,7 @@ body.authentication-bg-pattern {
|
||||
padding: 10px; }
|
||||
|
||||
.card-pricing-recommended {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.card-pricing-recommended .card-pricing-icon {
|
||||
background-color: rgba(255, 255, 255, 0.1); }
|
||||
@ -2885,10 +2885,10 @@ body.authentication-bg-pattern {
|
||||
font-family: "Inter", sans-serif; }
|
||||
.filter-menu a:hover {
|
||||
background-color: rgba(2, 168, 181, 0.15);
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.filter-menu a.active {
|
||||
background-color: rgba(2, 168, 181, 0.15);
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.gal-box {
|
||||
background-color: #36404a;
|
||||
@ -3056,18 +3056,18 @@ body.authentication-bg-pattern {
|
||||
top: 0;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-radius: 50%;
|
||||
border: 3px solid #36404a; }
|
||||
.track-order-list ul li.completed {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
.track-order-list ul li .active-dot.dot {
|
||||
top: -9px;
|
||||
left: -16px;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.dot {
|
||||
border: 4px solid #02a8b5;
|
||||
border: 4px solid #114E8B;
|
||||
background: 0 0;
|
||||
border-radius: 60px;
|
||||
height: 30px;
|
||||
@ -3097,12 +3097,12 @@ body.authentication-bg-pattern {
|
||||
-webkit-transform: scale(1);
|
||||
opacity: 0.0; } }
|
||||
|
||||
/*!
|
||||
* Waves v0.7.6
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
/*!
|
||||
* Waves v0.7.6
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
* https://github.com/fians/Waves/blob/master/LICENSE */
|
||||
.waves-effect {
|
||||
position: relative;
|
||||
@ -3419,7 +3419,7 @@ body.authentication-bg-pattern {
|
||||
.irs--flat .irs-bar {
|
||||
top: 25px;
|
||||
height: 12px;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--flat .irs-bar--single {
|
||||
border-radius: 4px 0 0 4px; }
|
||||
.irs--flat .irs-shadow {
|
||||
@ -3458,7 +3458,7 @@ body.authentication-bg-pattern {
|
||||
line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-radius: 4px; }
|
||||
.irs--flat .irs-from:before,
|
||||
.irs--flat .irs-to:before,
|
||||
@ -3473,7 +3473,7 @@ body.authentication-bg-pattern {
|
||||
margin-left: -3px;
|
||||
overflow: hidden;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
.irs--flat .irs-grid-pol {
|
||||
background-color: #424e5a; }
|
||||
.irs--flat .irs-grid-text {
|
||||
@ -3484,8 +3484,8 @@ body.authentication-bg-pattern {
|
||||
background: #424e5a; }
|
||||
|
||||
.irs--modern .irs-bar {
|
||||
background: #02a8b5;
|
||||
background: linear-gradient(to bottom, #02a8b5 0%, #017983 100%); }
|
||||
background: #114E8B;
|
||||
background: linear-gradient(to bottom, #114E8B 0%, #017983 100%); }
|
||||
|
||||
.irs--modern .irs-min,
|
||||
.irs--modern .irs-max {
|
||||
@ -3503,9 +3503,9 @@ body.authentication-bg-pattern {
|
||||
height: 8px; }
|
||||
|
||||
.irs--modern .irs-single {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--modern .irs-single:before {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-from,
|
||||
.irs--sharp .irs-to,
|
||||
@ -3514,7 +3514,7 @@ body.authentication-bg-pattern {
|
||||
.irs--sharp .irs-max,
|
||||
.irs--sharp .irs-handle,
|
||||
.irs--sharp .irs-bar {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-line {
|
||||
background: #424e5a; }
|
||||
@ -3523,7 +3523,7 @@ body.authentication-bg-pattern {
|
||||
.irs--sharp .irs-to:before,
|
||||
.irs--sharp .irs-single:before,
|
||||
.irs--sharp .irs-handle > i:first-child {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-handle.state_hover,
|
||||
.irs--sharp .irs-handle:hover {
|
||||
@ -3537,16 +3537,16 @@ body.authentication-bg-pattern {
|
||||
.irs--round .irs-to,
|
||||
.irs--round .irs-single,
|
||||
.irs--round .irs-bar {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--round .irs-from:before,
|
||||
.irs--round .irs-to:before,
|
||||
.irs--round .irs-single:before,
|
||||
.irs--round .irs-bar:before {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--round .irs-handle {
|
||||
background-color: #424e5a;
|
||||
border: 4px solid #02a8b5;
|
||||
border: 4px solid #114E8B;
|
||||
box-shadow: 0 1px 3px rgba(2, 168, 181, 0.3); }
|
||||
|
||||
.irs--round .irs-min,
|
||||
@ -3564,7 +3564,7 @@ body.authentication-bg-pattern {
|
||||
background-color: #424e5a; }
|
||||
|
||||
.irs--square .irs-handle {
|
||||
border: 3px solid #02a8b5;
|
||||
border: 3px solid #114E8B;
|
||||
background-color: #424e5a; }
|
||||
|
||||
.irs--square .irs-line {
|
||||
@ -3661,7 +3661,7 @@ th.fc-day-header {
|
||||
.fc-state-down,
|
||||
.fc-state-active,
|
||||
.fc-state-disabled {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
text-shadow: none; }
|
||||
|
||||
@ -3781,13 +3781,13 @@ table.dataTable {
|
||||
top: 13px;
|
||||
font-size: 1.3rem; }
|
||||
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
table.dataTable tbody td:focus {
|
||||
outline: none !important; }
|
||||
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
|
||||
outline: 2px solid #02a8b5 !important;
|
||||
outline: 2px solid #114E8B !important;
|
||||
outline-offset: -1px;
|
||||
background-color: rgba(2, 168, 181, 0.15); }
|
||||
|
||||
@ -3804,7 +3804,7 @@ table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before
|
||||
background-color: #f1556c; }
|
||||
|
||||
div.dt-button-info {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: none;
|
||||
color: #fff;
|
||||
box-shadow: none;
|
||||
@ -3853,7 +3853,7 @@ div.dt-button-info {
|
||||
.daterangepicker .ranges li:hover {
|
||||
background-color: #424e5a; }
|
||||
.daterangepicker .ranges li.active {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.daterangepicker td.in-range {
|
||||
background-color: #4d5b69;
|
||||
color: #dee2e6; }
|
||||
@ -3862,11 +3862,11 @@ div.dt-button-info {
|
||||
color: #94a0ad;
|
||||
opacity: 0.5; }
|
||||
.daterangepicker td.active, .daterangepicker td.active:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.daterangepicker td.available:hover,
|
||||
.daterangepicker th.available:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.daterangepicker:after {
|
||||
border-bottom: 6px solid #3b4651; }
|
||||
@ -3901,14 +3901,14 @@ div.dt-button-info {
|
||||
margin-right: 10px;
|
||||
width: 30px;
|
||||
border-radius: 50%;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.2);
|
||||
text-align: center; }
|
||||
@media (max-width: 575.98px) {
|
||||
.form-wizard-header .nav-item .nav-link .number {
|
||||
margin: 0; } }
|
||||
.form-wizard-header .nav-item .nav-link.active {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.form-wizard-header .nav-item .nav-link.active .number {
|
||||
color: #fff;
|
||||
background-color: rgba(255, 255, 255, 0.2); }
|
||||
@ -3961,13 +3961,13 @@ div.dt-button-info {
|
||||
color: #94a0ad; }
|
||||
|
||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.select2-container--default .select2-results__option[aria-selected=true] {
|
||||
background-color: #414d59;
|
||||
color: #f3f7f9; }
|
||||
.select2-container--default .select2-results__option[aria-selected=true]:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.select2-container .select2-selection--multiple {
|
||||
@ -3981,7 +3981,7 @@ div.dt-button-info {
|
||||
border: 0;
|
||||
color: #94a0ad; }
|
||||
.select2-container .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: none;
|
||||
color: #fff;
|
||||
border-radius: 3px;
|
||||
@ -4194,7 +4194,7 @@ div.dt-button-info {
|
||||
.jq-toast-single {
|
||||
padding: 15px;
|
||||
font-family: "Inter", sans-serif;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
font-size: 13px;
|
||||
line-height: 22px; }
|
||||
.jq-toast-single h2 {
|
||||
@ -4227,9 +4227,9 @@ div.dt-button-info {
|
||||
border-radius: 0; }
|
||||
|
||||
.jq-icon-primary {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.jq-icon-secondary {
|
||||
background-color: #dee2e6;
|
||||
@ -4298,7 +4298,7 @@ div.dt-button-info {
|
||||
font-size: 16px;
|
||||
box-shadow: none; }
|
||||
.swal2-modal .swal2-confirm.btn-confirm {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
font-size: 0.875rem; }
|
||||
.swal2-modal .swal2-cancel.btn-cancel {
|
||||
background-color: #f1556c !important;
|
||||
@ -4309,11 +4309,11 @@ div.dt-button-info {
|
||||
.swal2-modal .swal2-input:focus,
|
||||
.swal2-modal .swal2-textarea:focus {
|
||||
outline: 0;
|
||||
border: 2px solid #02a8b5; }
|
||||
border: 2px solid #114E8B; }
|
||||
|
||||
.swal2-icon.swal2-question {
|
||||
color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.swal2-icon.swal2-success {
|
||||
border-color: #3b82da; }
|
||||
@ -4373,7 +4373,7 @@ div.dt-button-info {
|
||||
.selectize-control.multi .selectize-input > div > a {
|
||||
color: #f7f7f7; }
|
||||
.selectize-control.multi .selectize-input > div.active {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.selectize-control.multi .selectize-input > div.active > a {
|
||||
color: #fff; }
|
||||
|
||||
@ -4466,8 +4466,8 @@ div.dt-button-info {
|
||||
fill: #fff; }
|
||||
|
||||
.gradient-theme .tippy-backdrop {
|
||||
background: #02a8b5;
|
||||
background: linear-gradient(to left, #f1556c, #02a8b5); }
|
||||
background: #114E8B;
|
||||
background: linear-gradient(to left, #f1556c, #114E8B); }
|
||||
|
||||
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
|
||||
border-top: 7px solid #fff;
|
||||
@ -4498,7 +4498,7 @@ div.dt-button-info {
|
||||
background: #424e5a;
|
||||
color: #94a0ad; }
|
||||
.dd-list .dd-item .dd-handle:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.dd-list .dd-item button {
|
||||
height: 36px;
|
||||
@ -4526,7 +4526,7 @@ div.dt-button-info {
|
||||
color: #94a0ad;
|
||||
font-weight: 600; }
|
||||
.dd-list .dd3-content:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.dd-list .dd3-handle:before {
|
||||
content: "\F035C";
|
||||
@ -4541,13 +4541,13 @@ div.dt-button-info {
|
||||
box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15); }
|
||||
|
||||
div.hopscotch-bubble {
|
||||
border: 3px solid #02a8b5;
|
||||
border: 3px solid #114E8B;
|
||||
border-radius: 5px; }
|
||||
div.hopscotch-bubble .hopscotch-next,
|
||||
div.hopscotch-bubble .hopscotch-prev {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
background-image: none !important;
|
||||
border-color: #02a8b5 !important;
|
||||
border-color: #114E8B !important;
|
||||
text-shadow: none !important;
|
||||
margin: 0 0 0 5px !important;
|
||||
font-family: "Inter", sans-serif;
|
||||
@ -4557,21 +4557,21 @@ div.hopscotch-bubble {
|
||||
padding: 0;
|
||||
border-radius: 50%; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
|
||||
border-right: 19px solid #02a8b5; }
|
||||
border-right: 19px solid #114E8B; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
|
||||
border: none; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
|
||||
border-left: 19px solid #02a8b5;
|
||||
border-left: 19px solid #114E8B;
|
||||
left: -2px; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
|
||||
border-left: 0 solid #02a8b5; }
|
||||
border-left: 0 solid #114E8B; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
|
||||
border-bottom: 19px solid #02a8b5;
|
||||
border-bottom: 19px solid #114E8B;
|
||||
top: 0; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
|
||||
border-bottom: 0 solid rgba(0, 0, 0, 0.5); }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
|
||||
border-top: 19px solid #02a8b5;
|
||||
border-top: 19px solid #114E8B;
|
||||
top: -2px; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
|
||||
border-top: 0 solid rgba(0, 0, 0, 0.5); }
|
||||
@ -4753,7 +4753,7 @@ div.hopscotch-bubble {
|
||||
.ct-chart .ct-series.ct-series-g .ct-line,
|
||||
.ct-chart .ct-series.ct-series-g .ct-point,
|
||||
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
|
||||
stroke: #02a8b5; }
|
||||
stroke: #114E8B; }
|
||||
|
||||
.ct-series-a .ct-area,
|
||||
.ct-series-a .ct-slice-pie {
|
||||
@ -4913,15 +4913,15 @@ div.hopscotch-bubble {
|
||||
cursor: not-allowed; }
|
||||
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
|
||||
background-color: transparent;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused th,
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused td,
|
||||
.responsive-table-plugin .sticky-table-header {
|
||||
background: #02a8b5;
|
||||
border-color: #02a8b5;
|
||||
background: #114E8B;
|
||||
border-color: #114E8B;
|
||||
color: #fff; }
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused th table,
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused td table,
|
||||
@ -4936,8 +4936,8 @@ div.hopscotch-bubble {
|
||||
color: #fff;
|
||||
border: 1px solid rgba(243, 247, 249, 0.3); }
|
||||
.responsive-table-plugin .btn-default.btn-primary {
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B;
|
||||
color: #fff;
|
||||
box-shadow: 0 0 0 2px rgba(2, 168, 181, 0.5); }
|
||||
|
||||
@ -4989,8 +4989,8 @@ div.hopscotch-bubble {
|
||||
border-color: #475461; }
|
||||
.footable-pagination li.active a {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.footable > thead > tr > th > span.footable-sort-indicator {
|
||||
float: right; }
|
||||
@ -5241,7 +5241,7 @@ table[data-toggle="table"] {
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:hover,
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:focus,
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:active {
|
||||
color: #02a8b5 !important;
|
||||
color: #114E8B !important;
|
||||
background-color: #3b4651;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
@ -5312,7 +5312,7 @@ table[data-toggle="table"] {
|
||||
padding: 0;
|
||||
margin: 0 2px; }
|
||||
.jsgrid-pager-page.jsgrid-pager-current-page {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.jsgrid-pager-page a,
|
||||
@ -5330,7 +5330,7 @@ table[data-toggle="table"] {
|
||||
color: #dee2e6;
|
||||
font-weight: 600; }
|
||||
.jsgrid-pager-nav-button a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.jsgrid .jsgrid-button {
|
||||
width: 24px;
|
||||
@ -5368,14 +5368,14 @@ table[data-toggle="table"] {
|
||||
padding: 5px 10px;
|
||||
color: #94a0ad; }
|
||||
.ms-container .ms-selectable li.ms-hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.ms-container .ms-selection li.ms-elem-selection {
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
color: #94a0ad; }
|
||||
.ms-container .ms-selection li.ms-hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.ms-container .search-input {
|
||||
margin-bottom: 10px; }
|
||||
@ -5495,13 +5495,13 @@ table[data-toggle="table"] {
|
||||
font-size: 110%; }
|
||||
|
||||
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
|
||||
background: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
|
||||
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
|
||||
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
|
||||
box-shadow: -10px 0 0 #02a8b5; }
|
||||
box-shadow: -10px 0 0 #114E8B; }
|
||||
|
||||
.flatpickr-time input:hover,
|
||||
.flatpickr-time .flatpickr-am-pm:hover,
|
||||
@ -5554,7 +5554,7 @@ span.flatpickr-weekday,
|
||||
color: #5d7186; }
|
||||
|
||||
.clockpicker-popover .btn-default {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.clockpicker-popover {
|
||||
@ -5576,14 +5576,14 @@ span.flatpickr-weekday,
|
||||
background-color: rgba(2, 168, 181, 0.35); }
|
||||
|
||||
.clockpicker-canvas line {
|
||||
stroke: #02a8b5; }
|
||||
stroke: #114E8B; }
|
||||
|
||||
.clockpicker-canvas-bg {
|
||||
fill: rgba(2, 168, 181, 0.35); }
|
||||
|
||||
.clockpicker-canvas-bearing,
|
||||
.clockpicker-canvas-fg {
|
||||
fill: #02a8b5; }
|
||||
fill: #114E8B; }
|
||||
|
||||
@font-face {
|
||||
font-family: "summernote";
|
||||
@ -5648,7 +5648,7 @@ span.flatpickr-weekday,
|
||||
top: 3px; }
|
||||
|
||||
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.note-editor.note-airframe .note-placeholder,
|
||||
.note-editor.note-frame .note-placeholder {
|
||||
@ -5669,7 +5669,7 @@ span.flatpickr-weekday,
|
||||
outline: none !important;
|
||||
color: #94a0ad; }
|
||||
.ql-toolbar span:hover {
|
||||
color: #02a8b5 !important; }
|
||||
color: #114E8B !important; }
|
||||
.ql-toolbar.ql-snow {
|
||||
border-color: #424e5a; }
|
||||
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
||||
@ -5780,7 +5780,7 @@ span.flatpickr-weekday,
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
background: #02a8b5;
|
||||
background: #114E8B;
|
||||
border-radius: 4px;
|
||||
padding: 10px 20px; }
|
||||
|
||||
@ -5794,12 +5794,12 @@ span.flatpickr-weekday,
|
||||
bottom: -15px;
|
||||
border-left: 16px solid transparent;
|
||||
border-right: 16px solid transparent;
|
||||
border-top: 16px solid #02a8b5; }
|
||||
border-top: 16px solid #114E8B; }
|
||||
.gmaps-overlay_arrow.below {
|
||||
top: -15px;
|
||||
border-left: 16px solid transparent;
|
||||
border-right: 16px solid transparent;
|
||||
border-bottom: 16px solid #02a8b5; }
|
||||
border-bottom: 16px solid #114E8B; }
|
||||
|
||||
.jvectormap-label {
|
||||
border: none;
|
||||
@ -5818,7 +5818,7 @@ span.flatpickr-weekday,
|
||||
|
||||
.mapael .mapTooltip {
|
||||
position: absolute;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
opacity: 0.95;
|
||||
border-radius: 3px;
|
||||
padding: 2px 10px;
|
||||
@ -5837,7 +5837,7 @@ span.flatpickr-weekday,
|
||||
border-radius: 2px;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
@ -5890,7 +5890,7 @@ span.flatpickr-weekday,
|
||||
.datepicker table tr td span.active:hover:hover,
|
||||
.datepicker table tr td span.active:hover[disabled],
|
||||
.datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
background-image: none !important;
|
||||
color: #fff; }
|
||||
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
|
||||
@ -7591,7 +7591,7 @@ ul {
|
||||
color: #fff !important; }
|
||||
|
||||
.text-primary {
|
||||
color: #02a8b5 !important; }
|
||||
color: #114E8B !important; }
|
||||
|
||||
a.text-primary:hover, a.text-primary:focus {
|
||||
color: #016269 !important; }
|
||||
|
||||
4
assets/css/app-creative-dark-rtl.min.css
vendored
4
assets/css/app-creative-dark-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Main Css File - Dark (Creative Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Main Css File - Dark (Creative Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
|
||||
@ -84,7 +84,7 @@ body {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 0.95rem; }
|
||||
#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none; }
|
||||
#sidebar-menu > ul > li > a > span {
|
||||
vertical-align: middle; }
|
||||
@ -106,7 +106,7 @@ body {
|
||||
#sidebar-menu > ul > li > a .drop-arrow i {
|
||||
margin-right: 0; }
|
||||
#sidebar-menu > ul > li > a.mm-active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
#sidebar-menu > ul > li ul {
|
||||
padding-left: 34px;
|
||||
list-style: none; }
|
||||
@ -127,10 +127,10 @@ body {
|
||||
font-weight: 600; }
|
||||
|
||||
#sidebar-menu .menuitem-active > a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
#sidebar-menu .menuitem-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.nav-second-level li a {
|
||||
padding: 8px 20px;
|
||||
@ -140,10 +140,10 @@ body {
|
||||
transition: all 0.4s;
|
||||
font-size: 0.875rem; }
|
||||
.nav-second-level li a:focus, .nav-second-level li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.nav-second-level li.active > a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.menu-arrow {
|
||||
transition: transform .15s;
|
||||
@ -201,7 +201,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
min-height: 54px;
|
||||
transition: none; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:hover, body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:active, body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:focus {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a i {
|
||||
font-size: 1.2rem;
|
||||
margin-right: 20px;
|
||||
@ -216,7 +216,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a {
|
||||
position: relative;
|
||||
width: calc(190px + 70px);
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: #323a46;
|
||||
box-shadow: inset 3px 5px 10px 0 #323a42; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a span {
|
||||
@ -243,7 +243,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
width: 190px;
|
||||
z-index: 6; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul .collapsing {
|
||||
display: block !important;
|
||||
height: auto !important;
|
||||
@ -269,7 +269,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
top: 12px;
|
||||
transform: rotate(270deg); }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li.active a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-size="condensed"] .content-page {
|
||||
margin-left: 70px !important; }
|
||||
@ -304,8 +304,8 @@ body[data-sidebar-size="condensed"] .user-box {
|
||||
.footer {
|
||||
left: 0 !important; } }
|
||||
|
||||
/* =============
|
||||
Small Menu
|
||||
/* =============
|
||||
Small Menu
|
||||
============= */
|
||||
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .logo-box {
|
||||
width: 160px !important; }
|
||||
@ -394,14 +394,14 @@ body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-si
|
||||
box-shadow: none; }
|
||||
|
||||
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="dark"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title {
|
||||
background-color: rgba(255, 255, 255, 0.03); }
|
||||
|
||||
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box,
|
||||
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box .logo-dark,
|
||||
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box .logo-dark {
|
||||
display: none; }
|
||||
@ -415,7 +415,7 @@ body[data-sidebar-color="gradient"] .menuitem-active > a {
|
||||
|
||||
body[data-sidebar-color="brand"] .left-side-menu,
|
||||
body[data-sidebar-color="gradient"] .left-side-menu {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: none; }
|
||||
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu > ul > li > a,
|
||||
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu > ul > li > a {
|
||||
@ -463,13 +463,13 @@ body[data-sidebar-color="gradient"] .left-side-menu {
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a,
|
||||
@ -490,7 +490,7 @@ body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .lef
|
||||
background: #36536b; }
|
||||
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a {
|
||||
@ -915,7 +915,7 @@ body[data-layout-mode="horizontal"][data-layout-width="boxed"] .footer {
|
||||
top: 0;
|
||||
bottom: 0; }
|
||||
.right-bar .rightbar-title {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
padding: 27px 25px;
|
||||
color: #fff; }
|
||||
.right-bar .right-bar-toggle {
|
||||
@ -1065,10 +1065,10 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
display: inline-block;
|
||||
vertical-align: middle; }
|
||||
.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.topnav .navbar-nav .nav-item .dropdown.active > a.dropdown-toggle {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.topnav {
|
||||
@ -1082,7 +1082,7 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
width: auto; }
|
||||
.topnav .dropdown-item.active {
|
||||
background-color: transparent;
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown.mega-dropdown .mega-dropdown-menu {
|
||||
left: 0px;
|
||||
right: auto; }
|
||||
@ -1100,11 +1100,11 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
left: 100%;
|
||||
display: none; }
|
||||
.topnav .dropdown:hover > .nav-link {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown:hover > .dropdown-menu {
|
||||
display: block; }
|
||||
.topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-item {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
|
||||
display: block; }
|
||||
.navbar-toggle {
|
||||
@ -1150,7 +1150,7 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
position: relative;
|
||||
background-color: transparent; }
|
||||
.topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .arrow-down::after {
|
||||
right: 15px;
|
||||
position: absolute; } }
|
||||
@ -1185,7 +1185,7 @@ body[data-layout-mode="two-column"] .sidebar-icon-menu {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
padding-bottom: 20px;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-icon-menu .logo {
|
||||
display: block;
|
||||
width: 70px;
|
||||
@ -1249,12 +1249,12 @@ body[data-layout-mode="two-column"] .sidebar-main-menu {
|
||||
border-radius: 3px;
|
||||
margin: 3px 5px; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:hover, body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.07); }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active a.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu #sidebar-menu .menu-arrow {
|
||||
top: 7px; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav-second-level {
|
||||
@ -1299,10 +1299,10 @@ body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-men
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:hover, body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link.active {
|
||||
color: #c8cddc; }
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.07); }
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active a.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav > .nav-item > .nav-link, body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav > .nav-item > .nav-link {
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
@ -1311,7 +1311,7 @@ body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-me
|
||||
color: rgba(255, 255, 255, 0.9); }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu {
|
||||
background: #36536b;
|
||||
@ -1414,7 +1414,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
fill: rgba(140, 152, 165, 0.12); }
|
||||
|
||||
.icon-dual-primary {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
fill: rgba(2, 168, 181, 0.16); }
|
||||
|
||||
.icon-dual-secondary {
|
||||
@ -1736,8 +1736,8 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
margin-left: 0; }
|
||||
|
||||
.checkbox-primary input[type="checkbox"]:checked + label::before {
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.checkbox-primary input[type="checkbox"]:checked + label::after {
|
||||
border-color: #fff; }
|
||||
@ -1864,13 +1864,13 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
height: 17px; }
|
||||
|
||||
.radio-primary input[type="radio"] + label::after {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.radio-primary input[type="radio"]:checked + label::before {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.radio-primary input[type="radio"]:checked + label::after {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.radio-secondary input[type="radio"] + label::after {
|
||||
background-color: #dee2e6; }
|
||||
@ -2002,7 +2002,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
.ribbon-box .ribbon-content {
|
||||
clear: both; }
|
||||
.ribbon-box .ribbon-primary {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.ribbon-box .ribbon-primary:before {
|
||||
border-color: #017983 transparent transparent; }
|
||||
.ribbon-box .ribbon-secondary {
|
||||
@ -2080,7 +2080,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
border-left: 3px solid transparent;
|
||||
border-bottom: 3px solid transparent; }
|
||||
.ribbon-box .ribbon-two-primary span {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.ribbon-box .ribbon-two-primary span:before {
|
||||
border-left: 3px solid #016269;
|
||||
border-top: 3px solid #016269; }
|
||||
@ -2202,7 +2202,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
border-top: 5px solid #424e5a;
|
||||
border-right: 5px solid #424e5a;
|
||||
border-bottom: 5px solid #424e5a;
|
||||
border-left: 5px solid #02a8b5;
|
||||
border-left: 5px solid #114E8B;
|
||||
transform: translateZ(0);
|
||||
animation: SpinnerAnimation 1.1s infinite linear; }
|
||||
|
||||
@ -2337,7 +2337,7 @@ body.authentication-bg-pattern {
|
||||
margin-bottom: 10px; }
|
||||
.icons-list-demo .col-sm-6:hover,
|
||||
.icons-list-demo .col-sm-6:hover i {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.icons-list-demo .icon-item svg {
|
||||
margin-right: 10px; }
|
||||
@ -2354,7 +2354,7 @@ body.authentication-bg-pattern {
|
||||
overflow: auto; }
|
||||
|
||||
.text-error {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-shadow: rgba(2, 168, 181, 0.3) 5px 1px, rgba(2, 168, 181, 0.2) 10px 3px;
|
||||
font-size: 84px;
|
||||
line-height: 90px;
|
||||
@ -2378,7 +2378,7 @@ body.authentication-bg-pattern {
|
||||
stroke: #f7b84b;
|
||||
animation-delay: -2.4s; }
|
||||
.error-text-box .text:nth-child(5n + 3) {
|
||||
stroke: #02a8b5;
|
||||
stroke: #114E8B;
|
||||
animation-delay: -3.6s; }
|
||||
.error-text-box .text:nth-child(5n + 4) {
|
||||
stroke: #4ad0e6;
|
||||
@ -2435,7 +2435,7 @@ body.authentication-bg-pattern {
|
||||
.faq-question-q-box {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
float: left;
|
||||
@ -2606,7 +2606,7 @@ body.authentication-bg-pattern {
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
background: #36404a;
|
||||
border: 2px solid #02a8b5; }
|
||||
border: 2px solid #114E8B; }
|
||||
.timeline-sm .timeline-sm-item .timeline-sm-date {
|
||||
position: absolute;
|
||||
left: -104px; }
|
||||
@ -2803,7 +2803,7 @@ body.authentication-bg-pattern {
|
||||
.sitemap li a i {
|
||||
display: inline-block; }
|
||||
.sitemap li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.sitemap ul {
|
||||
margin-left: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@ -2863,7 +2863,7 @@ body.authentication-bg-pattern {
|
||||
padding: 10px; }
|
||||
|
||||
.card-pricing-recommended {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.card-pricing-recommended .card-pricing-icon {
|
||||
background-color: rgba(255, 255, 255, 0.1); }
|
||||
@ -2885,10 +2885,10 @@ body.authentication-bg-pattern {
|
||||
font-family: "Inter", sans-serif; }
|
||||
.filter-menu a:hover {
|
||||
background-color: rgba(2, 168, 181, 0.15);
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.filter-menu a.active {
|
||||
background-color: rgba(2, 168, 181, 0.15);
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.gal-box {
|
||||
background-color: #36404a;
|
||||
@ -3056,18 +3056,18 @@ body.authentication-bg-pattern {
|
||||
top: 0;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-radius: 50%;
|
||||
border: 3px solid #36404a; }
|
||||
.track-order-list ul li.completed {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
.track-order-list ul li .active-dot.dot {
|
||||
top: -9px;
|
||||
left: -16px;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.dot {
|
||||
border: 4px solid #02a8b5;
|
||||
border: 4px solid #114E8B;
|
||||
background: 0 0;
|
||||
border-radius: 60px;
|
||||
height: 30px;
|
||||
@ -3097,12 +3097,12 @@ body.authentication-bg-pattern {
|
||||
-webkit-transform: scale(1);
|
||||
opacity: 0.0; } }
|
||||
|
||||
/*!
|
||||
* Waves v0.7.6
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
/*!
|
||||
* Waves v0.7.6
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
* https://github.com/fians/Waves/blob/master/LICENSE */
|
||||
.waves-effect {
|
||||
position: relative;
|
||||
@ -3419,7 +3419,7 @@ body.authentication-bg-pattern {
|
||||
.irs--flat .irs-bar {
|
||||
top: 25px;
|
||||
height: 12px;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--flat .irs-bar--single {
|
||||
border-radius: 4px 0 0 4px; }
|
||||
.irs--flat .irs-shadow {
|
||||
@ -3458,7 +3458,7 @@ body.authentication-bg-pattern {
|
||||
line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-radius: 4px; }
|
||||
.irs--flat .irs-from:before,
|
||||
.irs--flat .irs-to:before,
|
||||
@ -3473,7 +3473,7 @@ body.authentication-bg-pattern {
|
||||
margin-left: -3px;
|
||||
overflow: hidden;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
.irs--flat .irs-grid-pol {
|
||||
background-color: #424e5a; }
|
||||
.irs--flat .irs-grid-text {
|
||||
@ -3484,8 +3484,8 @@ body.authentication-bg-pattern {
|
||||
background: #424e5a; }
|
||||
|
||||
.irs--modern .irs-bar {
|
||||
background: #02a8b5;
|
||||
background: linear-gradient(to bottom, #02a8b5 0%, #017983 100%); }
|
||||
background: #114E8B;
|
||||
background: linear-gradient(to bottom, #114E8B 0%, #017983 100%); }
|
||||
|
||||
.irs--modern .irs-min,
|
||||
.irs--modern .irs-max {
|
||||
@ -3503,9 +3503,9 @@ body.authentication-bg-pattern {
|
||||
height: 8px; }
|
||||
|
||||
.irs--modern .irs-single {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--modern .irs-single:before {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-from,
|
||||
.irs--sharp .irs-to,
|
||||
@ -3514,7 +3514,7 @@ body.authentication-bg-pattern {
|
||||
.irs--sharp .irs-max,
|
||||
.irs--sharp .irs-handle,
|
||||
.irs--sharp .irs-bar {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-line {
|
||||
background: #424e5a; }
|
||||
@ -3523,7 +3523,7 @@ body.authentication-bg-pattern {
|
||||
.irs--sharp .irs-to:before,
|
||||
.irs--sharp .irs-single:before,
|
||||
.irs--sharp .irs-handle > i:first-child {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-handle.state_hover,
|
||||
.irs--sharp .irs-handle:hover {
|
||||
@ -3537,16 +3537,16 @@ body.authentication-bg-pattern {
|
||||
.irs--round .irs-to,
|
||||
.irs--round .irs-single,
|
||||
.irs--round .irs-bar {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--round .irs-from:before,
|
||||
.irs--round .irs-to:before,
|
||||
.irs--round .irs-single:before,
|
||||
.irs--round .irs-bar:before {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--round .irs-handle {
|
||||
background-color: #424e5a;
|
||||
border: 4px solid #02a8b5;
|
||||
border: 4px solid #114E8B;
|
||||
box-shadow: 0 1px 3px rgba(2, 168, 181, 0.3); }
|
||||
|
||||
.irs--round .irs-min,
|
||||
@ -3564,7 +3564,7 @@ body.authentication-bg-pattern {
|
||||
background-color: #424e5a; }
|
||||
|
||||
.irs--square .irs-handle {
|
||||
border: 3px solid #02a8b5;
|
||||
border: 3px solid #114E8B;
|
||||
background-color: #424e5a; }
|
||||
|
||||
.irs--square .irs-line {
|
||||
@ -3661,7 +3661,7 @@ th.fc-day-header {
|
||||
.fc-state-down,
|
||||
.fc-state-active,
|
||||
.fc-state-disabled {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
text-shadow: none; }
|
||||
|
||||
@ -3781,13 +3781,13 @@ table.dataTable {
|
||||
top: 13px;
|
||||
font-size: 1.3rem; }
|
||||
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
table.dataTable tbody td:focus {
|
||||
outline: none !important; }
|
||||
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
|
||||
outline: 2px solid #02a8b5 !important;
|
||||
outline: 2px solid #114E8B !important;
|
||||
outline-offset: -1px;
|
||||
background-color: rgba(2, 168, 181, 0.15); }
|
||||
|
||||
@ -3804,7 +3804,7 @@ table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before
|
||||
background-color: #f1556c; }
|
||||
|
||||
div.dt-button-info {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: none;
|
||||
color: #fff;
|
||||
box-shadow: none;
|
||||
@ -3853,7 +3853,7 @@ div.dt-button-info {
|
||||
.daterangepicker .ranges li:hover {
|
||||
background-color: #424e5a; }
|
||||
.daterangepicker .ranges li.active {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.daterangepicker td.in-range {
|
||||
background-color: #4d5b69;
|
||||
color: #dee2e6; }
|
||||
@ -3862,11 +3862,11 @@ div.dt-button-info {
|
||||
color: #94a0ad;
|
||||
opacity: 0.5; }
|
||||
.daterangepicker td.active, .daterangepicker td.active:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.daterangepicker td.available:hover,
|
||||
.daterangepicker th.available:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.daterangepicker:after {
|
||||
border-bottom: 6px solid #3b4651; }
|
||||
@ -3901,14 +3901,14 @@ div.dt-button-info {
|
||||
margin-right: 10px;
|
||||
width: 30px;
|
||||
border-radius: 50%;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.2);
|
||||
text-align: center; }
|
||||
@media (max-width: 575.98px) {
|
||||
.form-wizard-header .nav-item .nav-link .number {
|
||||
margin: 0; } }
|
||||
.form-wizard-header .nav-item .nav-link.active {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.form-wizard-header .nav-item .nav-link.active .number {
|
||||
color: #fff;
|
||||
background-color: rgba(255, 255, 255, 0.2); }
|
||||
@ -3961,13 +3961,13 @@ div.dt-button-info {
|
||||
color: #94a0ad; }
|
||||
|
||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.select2-container--default .select2-results__option[aria-selected=true] {
|
||||
background-color: #414d59;
|
||||
color: #f3f7f9; }
|
||||
.select2-container--default .select2-results__option[aria-selected=true]:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.select2-container .select2-selection--multiple {
|
||||
@ -3981,7 +3981,7 @@ div.dt-button-info {
|
||||
border: 0;
|
||||
color: #94a0ad; }
|
||||
.select2-container .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: none;
|
||||
color: #fff;
|
||||
border-radius: 3px;
|
||||
@ -4194,7 +4194,7 @@ div.dt-button-info {
|
||||
.jq-toast-single {
|
||||
padding: 15px;
|
||||
font-family: "Inter", sans-serif;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
font-size: 13px;
|
||||
line-height: 22px; }
|
||||
.jq-toast-single h2 {
|
||||
@ -4227,9 +4227,9 @@ div.dt-button-info {
|
||||
border-radius: 0; }
|
||||
|
||||
.jq-icon-primary {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.jq-icon-secondary {
|
||||
background-color: #dee2e6;
|
||||
@ -4298,7 +4298,7 @@ div.dt-button-info {
|
||||
font-size: 16px;
|
||||
box-shadow: none; }
|
||||
.swal2-modal .swal2-confirm.btn-confirm {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
font-size: 0.875rem; }
|
||||
.swal2-modal .swal2-cancel.btn-cancel {
|
||||
background-color: #f1556c !important;
|
||||
@ -4309,11 +4309,11 @@ div.dt-button-info {
|
||||
.swal2-modal .swal2-input:focus,
|
||||
.swal2-modal .swal2-textarea:focus {
|
||||
outline: 0;
|
||||
border: 2px solid #02a8b5; }
|
||||
border: 2px solid #114E8B; }
|
||||
|
||||
.swal2-icon.swal2-question {
|
||||
color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.swal2-icon.swal2-success {
|
||||
border-color: #3b82da; }
|
||||
@ -4373,7 +4373,7 @@ div.dt-button-info {
|
||||
.selectize-control.multi .selectize-input > div > a {
|
||||
color: #f7f7f7; }
|
||||
.selectize-control.multi .selectize-input > div.active {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.selectize-control.multi .selectize-input > div.active > a {
|
||||
color: #fff; }
|
||||
|
||||
@ -4466,8 +4466,8 @@ div.dt-button-info {
|
||||
fill: #fff; }
|
||||
|
||||
.gradient-theme .tippy-backdrop {
|
||||
background: #02a8b5;
|
||||
background: linear-gradient(to left, #f1556c, #02a8b5); }
|
||||
background: #114E8B;
|
||||
background: linear-gradient(to left, #f1556c, #114E8B); }
|
||||
|
||||
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
|
||||
border-top: 7px solid #fff;
|
||||
@ -4498,7 +4498,7 @@ div.dt-button-info {
|
||||
background: #424e5a;
|
||||
color: #94a0ad; }
|
||||
.dd-list .dd-item .dd-handle:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.dd-list .dd-item button {
|
||||
height: 36px;
|
||||
@ -4526,7 +4526,7 @@ div.dt-button-info {
|
||||
color: #94a0ad;
|
||||
font-weight: 600; }
|
||||
.dd-list .dd3-content:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.dd-list .dd3-handle:before {
|
||||
content: "\F035C";
|
||||
@ -4541,13 +4541,13 @@ div.dt-button-info {
|
||||
box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15); }
|
||||
|
||||
div.hopscotch-bubble {
|
||||
border: 3px solid #02a8b5;
|
||||
border: 3px solid #114E8B;
|
||||
border-radius: 5px; }
|
||||
div.hopscotch-bubble .hopscotch-next,
|
||||
div.hopscotch-bubble .hopscotch-prev {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
background-image: none !important;
|
||||
border-color: #02a8b5 !important;
|
||||
border-color: #114E8B !important;
|
||||
text-shadow: none !important;
|
||||
margin: 0 0 0 5px !important;
|
||||
font-family: "Inter", sans-serif;
|
||||
@ -4557,21 +4557,21 @@ div.hopscotch-bubble {
|
||||
padding: 0;
|
||||
border-radius: 50%; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
|
||||
border-right: 19px solid #02a8b5; }
|
||||
border-right: 19px solid #114E8B; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
|
||||
border: none; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
|
||||
border-left: 19px solid #02a8b5;
|
||||
border-left: 19px solid #114E8B;
|
||||
left: -2px; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
|
||||
border-left: 0 solid #02a8b5; }
|
||||
border-left: 0 solid #114E8B; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
|
||||
border-bottom: 19px solid #02a8b5;
|
||||
border-bottom: 19px solid #114E8B;
|
||||
top: 0; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
|
||||
border-bottom: 0 solid rgba(0, 0, 0, 0.5); }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
|
||||
border-top: 19px solid #02a8b5;
|
||||
border-top: 19px solid #114E8B;
|
||||
top: -2px; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
|
||||
border-top: 0 solid rgba(0, 0, 0, 0.5); }
|
||||
@ -4753,7 +4753,7 @@ div.hopscotch-bubble {
|
||||
.ct-chart .ct-series.ct-series-g .ct-line,
|
||||
.ct-chart .ct-series.ct-series-g .ct-point,
|
||||
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
|
||||
stroke: #02a8b5; }
|
||||
stroke: #114E8B; }
|
||||
|
||||
.ct-series-a .ct-area,
|
||||
.ct-series-a .ct-slice-pie {
|
||||
@ -4913,15 +4913,15 @@ div.hopscotch-bubble {
|
||||
cursor: not-allowed; }
|
||||
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
|
||||
background-color: transparent;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused th,
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused td,
|
||||
.responsive-table-plugin .sticky-table-header {
|
||||
background: #02a8b5;
|
||||
border-color: #02a8b5;
|
||||
background: #114E8B;
|
||||
border-color: #114E8B;
|
||||
color: #fff; }
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused th table,
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused td table,
|
||||
@ -4936,8 +4936,8 @@ div.hopscotch-bubble {
|
||||
color: #fff;
|
||||
border: 1px solid rgba(243, 247, 249, 0.3); }
|
||||
.responsive-table-plugin .btn-default.btn-primary {
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B;
|
||||
color: #fff;
|
||||
box-shadow: 0 0 0 2px rgba(2, 168, 181, 0.5); }
|
||||
|
||||
@ -4989,8 +4989,8 @@ div.hopscotch-bubble {
|
||||
border-color: #475461; }
|
||||
.footable-pagination li.active a {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.footable > thead > tr > th > span.footable-sort-indicator {
|
||||
float: right; }
|
||||
@ -5241,7 +5241,7 @@ table[data-toggle="table"] {
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:hover,
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:focus,
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:active {
|
||||
color: #02a8b5 !important;
|
||||
color: #114E8B !important;
|
||||
background-color: #3b4651;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
@ -5312,7 +5312,7 @@ table[data-toggle="table"] {
|
||||
padding: 0;
|
||||
margin: 0 2px; }
|
||||
.jsgrid-pager-page.jsgrid-pager-current-page {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.jsgrid-pager-page a,
|
||||
@ -5330,7 +5330,7 @@ table[data-toggle="table"] {
|
||||
color: #dee2e6;
|
||||
font-weight: 600; }
|
||||
.jsgrid-pager-nav-button a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.jsgrid .jsgrid-button {
|
||||
width: 24px;
|
||||
@ -5368,14 +5368,14 @@ table[data-toggle="table"] {
|
||||
padding: 5px 10px;
|
||||
color: #94a0ad; }
|
||||
.ms-container .ms-selectable li.ms-hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.ms-container .ms-selection li.ms-elem-selection {
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
color: #94a0ad; }
|
||||
.ms-container .ms-selection li.ms-hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.ms-container .search-input {
|
||||
margin-bottom: 10px; }
|
||||
@ -5495,13 +5495,13 @@ table[data-toggle="table"] {
|
||||
font-size: 110%; }
|
||||
|
||||
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
|
||||
background: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
|
||||
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
|
||||
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
|
||||
box-shadow: -10px 0 0 #02a8b5; }
|
||||
box-shadow: -10px 0 0 #114E8B; }
|
||||
|
||||
.flatpickr-time input:hover,
|
||||
.flatpickr-time .flatpickr-am-pm:hover,
|
||||
@ -5554,7 +5554,7 @@ span.flatpickr-weekday,
|
||||
color: #5d7186; }
|
||||
|
||||
.clockpicker-popover .btn-default {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.clockpicker-popover {
|
||||
@ -5576,14 +5576,14 @@ span.flatpickr-weekday,
|
||||
background-color: rgba(2, 168, 181, 0.35); }
|
||||
|
||||
.clockpicker-canvas line {
|
||||
stroke: #02a8b5; }
|
||||
stroke: #114E8B; }
|
||||
|
||||
.clockpicker-canvas-bg {
|
||||
fill: rgba(2, 168, 181, 0.35); }
|
||||
|
||||
.clockpicker-canvas-bearing,
|
||||
.clockpicker-canvas-fg {
|
||||
fill: #02a8b5; }
|
||||
fill: #114E8B; }
|
||||
|
||||
@font-face {
|
||||
font-family: "summernote";
|
||||
@ -5648,7 +5648,7 @@ span.flatpickr-weekday,
|
||||
top: 3px; }
|
||||
|
||||
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.note-editor.note-airframe .note-placeholder,
|
||||
.note-editor.note-frame .note-placeholder {
|
||||
@ -5669,7 +5669,7 @@ span.flatpickr-weekday,
|
||||
outline: none !important;
|
||||
color: #94a0ad; }
|
||||
.ql-toolbar span:hover {
|
||||
color: #02a8b5 !important; }
|
||||
color: #114E8B !important; }
|
||||
.ql-toolbar.ql-snow {
|
||||
border-color: #424e5a; }
|
||||
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
||||
@ -5780,7 +5780,7 @@ span.flatpickr-weekday,
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
background: #02a8b5;
|
||||
background: #114E8B;
|
||||
border-radius: 4px;
|
||||
padding: 10px 20px; }
|
||||
|
||||
@ -5794,12 +5794,12 @@ span.flatpickr-weekday,
|
||||
bottom: -15px;
|
||||
border-left: 16px solid transparent;
|
||||
border-right: 16px solid transparent;
|
||||
border-top: 16px solid #02a8b5; }
|
||||
border-top: 16px solid #114E8B; }
|
||||
.gmaps-overlay_arrow.below {
|
||||
top: -15px;
|
||||
border-left: 16px solid transparent;
|
||||
border-right: 16px solid transparent;
|
||||
border-bottom: 16px solid #02a8b5; }
|
||||
border-bottom: 16px solid #114E8B; }
|
||||
|
||||
.jvectormap-label {
|
||||
border: none;
|
||||
@ -5818,7 +5818,7 @@ span.flatpickr-weekday,
|
||||
|
||||
.mapael .mapTooltip {
|
||||
position: absolute;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
opacity: 0.95;
|
||||
border-radius: 3px;
|
||||
padding: 2px 10px;
|
||||
@ -5837,7 +5837,7 @@ span.flatpickr-weekday,
|
||||
border-radius: 2px;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
@ -5890,7 +5890,7 @@ span.flatpickr-weekday,
|
||||
.datepicker table tr td span.active:hover:hover,
|
||||
.datepicker table tr td span.active:hover[disabled],
|
||||
.datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
background-image: none !important;
|
||||
color: #fff; }
|
||||
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
|
||||
|
||||
4
assets/css/app-creative-dark.min.css
vendored
4
assets/css/app-creative-dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Main Css File - RTL (Creative Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Main Css File - RTL (Creative Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
|
||||
@ -42,7 +42,7 @@ body {
|
||||
height: 70px;
|
||||
width: 240px;
|
||||
transition: all .1s ease-out;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1; }
|
||||
@ -84,7 +84,7 @@ body {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 0.93rem; }
|
||||
#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none; }
|
||||
#sidebar-menu > ul > li > a > span {
|
||||
vertical-align: middle; }
|
||||
@ -106,7 +106,7 @@ body {
|
||||
#sidebar-menu > ul > li > a .drop-arrow i {
|
||||
margin-right: 0; }
|
||||
#sidebar-menu > ul > li > a.mm-active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
#sidebar-menu > ul > li ul {
|
||||
padding-left: 34px;
|
||||
list-style: none; }
|
||||
@ -127,10 +127,10 @@ body {
|
||||
font-weight: 600; }
|
||||
|
||||
#sidebar-menu .menuitem-active > a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
#sidebar-menu .menuitem-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.nav-second-level li a {
|
||||
padding: 8px 20px;
|
||||
@ -140,10 +140,10 @@ body {
|
||||
transition: all 0.4s;
|
||||
font-size: 0.835rem; }
|
||||
.nav-second-level li a:focus, .nav-second-level li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.nav-second-level li.active > a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.menu-arrow {
|
||||
transition: transform .15s;
|
||||
@ -201,7 +201,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
min-height: 54px;
|
||||
transition: none; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:hover, body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:active, body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:focus {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a i {
|
||||
font-size: 1.2rem;
|
||||
margin-right: 20px;
|
||||
@ -216,7 +216,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a {
|
||||
position: relative;
|
||||
width: calc(190px + 70px);
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: #f4f9fb;
|
||||
box-shadow: inset 0 1px 7px 0 rgba(154, 161, 171, 0.2); }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a span {
|
||||
@ -243,7 +243,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
width: 190px;
|
||||
z-index: 6; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul .collapsing {
|
||||
display: block !important;
|
||||
height: auto !important;
|
||||
@ -269,7 +269,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
top: 12px;
|
||||
transform: rotate(270deg); }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li.active a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-size="condensed"] .content-page {
|
||||
margin-left: 70px !important; }
|
||||
@ -304,8 +304,8 @@ body[data-sidebar-size="condensed"] .user-box {
|
||||
.footer {
|
||||
left: 0 !important; } }
|
||||
|
||||
/* =============
|
||||
Small Menu
|
||||
/* =============
|
||||
Small Menu
|
||||
============= */
|
||||
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .logo-box {
|
||||
width: 160px !important; }
|
||||
@ -394,14 +394,14 @@ body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-si
|
||||
box-shadow: none; }
|
||||
|
||||
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="dark"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title {
|
||||
background-color: rgba(255, 255, 255, 0.03); }
|
||||
|
||||
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box,
|
||||
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box .logo-dark,
|
||||
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box .logo-dark {
|
||||
display: none; }
|
||||
@ -415,7 +415,7 @@ body[data-sidebar-color="gradient"] .menuitem-active > a {
|
||||
|
||||
body[data-sidebar-color="brand"] .left-side-menu,
|
||||
body[data-sidebar-color="gradient"] .left-side-menu {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: none; }
|
||||
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu > ul > li > a,
|
||||
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu > ul > li > a {
|
||||
@ -463,13 +463,13 @@ body[data-sidebar-color="gradient"] .left-side-menu {
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a,
|
||||
@ -490,7 +490,7 @@ body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .lef
|
||||
background: #242540; }
|
||||
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a {
|
||||
@ -547,7 +547,7 @@ body[data-sidebar-icon="twotones"] #sidebar-menu > ul > li > a svg {
|
||||
fill: rgba(59, 130, 218, 0.2); }
|
||||
|
||||
.navbar-custom {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
|
||||
padding: 0 10px 0 0;
|
||||
position: fixed;
|
||||
@ -915,7 +915,7 @@ body[data-layout-mode="horizontal"][data-layout-width="boxed"] .footer {
|
||||
top: 0;
|
||||
bottom: 0; }
|
||||
.right-bar .rightbar-title {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
padding: 27px 25px;
|
||||
color: #fff; }
|
||||
.right-bar .right-bar-toggle {
|
||||
@ -1065,10 +1065,10 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
display: inline-block;
|
||||
vertical-align: middle; }
|
||||
.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.topnav .navbar-nav .nav-item .dropdown.active > a.dropdown-toggle {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.topnav {
|
||||
@ -1082,7 +1082,7 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
width: auto; }
|
||||
.topnav .dropdown-item.active {
|
||||
background-color: transparent;
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown.mega-dropdown .mega-dropdown-menu {
|
||||
left: 0px;
|
||||
right: auto; }
|
||||
@ -1100,11 +1100,11 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
left: 100%;
|
||||
display: none; }
|
||||
.topnav .dropdown:hover > .nav-link {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown:hover > .dropdown-menu {
|
||||
display: block; }
|
||||
.topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-item {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
|
||||
display: block; }
|
||||
.navbar-toggle {
|
||||
@ -1150,14 +1150,14 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
position: relative;
|
||||
background-color: transparent; }
|
||||
.topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .arrow-down::after {
|
||||
right: 15px;
|
||||
position: absolute; } }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link {
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link:focus, body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link:hover {
|
||||
@ -1185,7 +1185,7 @@ body[data-layout-mode="two-column"] .sidebar-icon-menu {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
padding-bottom: 20px;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-icon-menu .logo {
|
||||
display: block;
|
||||
width: 70px;
|
||||
@ -1249,12 +1249,12 @@ body[data-layout-mode="two-column"] .sidebar-main-menu {
|
||||
border-radius: 3px;
|
||||
margin: 3px 5px; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:hover, body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.07); }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active a.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu #sidebar-menu .menu-arrow {
|
||||
top: 7px; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav-second-level {
|
||||
@ -1279,7 +1279,7 @@ body[data-layout-mode="two-column"][data-sidebar-color="light"] .logo-box {
|
||||
background-color: #ffffff; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-topbar-color="dark"] .logo-box {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
body[data-layout-mode="two-column"] .content-page {
|
||||
@ -1299,10 +1299,10 @@ body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-men
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:hover, body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link.active {
|
||||
color: #c8cddc; }
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.07); }
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active a.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav > .nav-item > .nav-link, body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav > .nav-item > .nav-link {
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
@ -1311,7 +1311,7 @@ body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-me
|
||||
color: rgba(255, 255, 255, 0.9); }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu {
|
||||
background: #242540;
|
||||
@ -1414,7 +1414,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
fill: rgba(147, 164, 173, 0.12); }
|
||||
|
||||
.icon-dual-primary {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
fill: rgba(2, 168, 181, 0.16); }
|
||||
|
||||
.icon-dual-secondary {
|
||||
@ -1736,8 +1736,8 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
margin-left: 0; }
|
||||
|
||||
.checkbox-primary input[type="checkbox"]:checked + label::before {
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.checkbox-primary input[type="checkbox"]:checked + label::after {
|
||||
border-color: #fff; }
|
||||
@ -1864,13 +1864,13 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
height: 17px; }
|
||||
|
||||
.radio-primary input[type="radio"] + label::after {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.radio-primary input[type="radio"]:checked + label::before {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.radio-primary input[type="radio"]:checked + label::after {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.radio-secondary input[type="radio"] + label::after {
|
||||
background-color: #6c757d; }
|
||||
@ -2002,7 +2002,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
.ribbon-box .ribbon-content {
|
||||
clear: both; }
|
||||
.ribbon-box .ribbon-primary {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.ribbon-box .ribbon-primary:before {
|
||||
border-color: #017983 transparent transparent; }
|
||||
.ribbon-box .ribbon-secondary {
|
||||
@ -2080,7 +2080,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
border-left: 3px solid transparent;
|
||||
border-bottom: 3px solid transparent; }
|
||||
.ribbon-box .ribbon-two-primary span {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.ribbon-box .ribbon-two-primary span:before {
|
||||
border-left: 3px solid #016269;
|
||||
border-top: 3px solid #016269; }
|
||||
@ -2202,7 +2202,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
border-top: 5px solid #dee2e6;
|
||||
border-right: 5px solid #dee2e6;
|
||||
border-bottom: 5px solid #dee2e6;
|
||||
border-left: 5px solid #02a8b5;
|
||||
border-left: 5px solid #114E8B;
|
||||
transform: translateZ(0);
|
||||
animation: SpinnerAnimation 1.1s infinite linear; }
|
||||
|
||||
@ -2226,7 +2226,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
background-size: cover; }
|
||||
|
||||
body.authentication-bg {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
background-size: cover;
|
||||
background-position: center; }
|
||||
|
||||
@ -2337,7 +2337,7 @@ body.authentication-bg-pattern {
|
||||
margin-bottom: 10px; }
|
||||
.icons-list-demo .col-sm-6:hover,
|
||||
.icons-list-demo .col-sm-6:hover i {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.icons-list-demo .icon-item svg {
|
||||
margin-right: 10px; }
|
||||
@ -2354,7 +2354,7 @@ body.authentication-bg-pattern {
|
||||
overflow: auto; }
|
||||
|
||||
.text-error {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-shadow: rgba(2, 168, 181, 0.3) 5px 1px, rgba(2, 168, 181, 0.2) 10px 3px;
|
||||
font-size: 84px;
|
||||
line-height: 90px;
|
||||
@ -2378,7 +2378,7 @@ body.authentication-bg-pattern {
|
||||
stroke: #f7b84b;
|
||||
animation-delay: -2.4s; }
|
||||
.error-text-box .text:nth-child(5n + 3) {
|
||||
stroke: #02a8b5;
|
||||
stroke: #114E8B;
|
||||
animation-delay: -3.6s; }
|
||||
.error-text-box .text:nth-child(5n + 4) {
|
||||
stroke: #4ad0e6;
|
||||
@ -2435,7 +2435,7 @@ body.authentication-bg-pattern {
|
||||
.faq-question-q-box {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
float: left;
|
||||
@ -2606,7 +2606,7 @@ body.authentication-bg-pattern {
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
background: #fff;
|
||||
border: 2px solid #02a8b5; }
|
||||
border: 2px solid #114E8B; }
|
||||
.timeline-sm .timeline-sm-item .timeline-sm-date {
|
||||
position: absolute;
|
||||
left: -104px; }
|
||||
@ -2803,7 +2803,7 @@ body.authentication-bg-pattern {
|
||||
.sitemap li a i {
|
||||
display: inline-block; }
|
||||
.sitemap li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.sitemap ul {
|
||||
margin-left: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@ -2863,7 +2863,7 @@ body.authentication-bg-pattern {
|
||||
padding: 10px; }
|
||||
|
||||
.card-pricing-recommended {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.card-pricing-recommended .card-pricing-icon {
|
||||
background-color: rgba(255, 255, 255, 0.1); }
|
||||
@ -2885,10 +2885,10 @@ body.authentication-bg-pattern {
|
||||
font-family: "Inter", sans-serif; }
|
||||
.filter-menu a:hover {
|
||||
background-color: rgba(2, 168, 181, 0.15);
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.filter-menu a.active {
|
||||
background-color: rgba(2, 168, 181, 0.15);
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.gal-box {
|
||||
background-color: #fff;
|
||||
@ -3056,18 +3056,18 @@ body.authentication-bg-pattern {
|
||||
top: 0;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-radius: 50%;
|
||||
border: 3px solid #fff; }
|
||||
.track-order-list ul li.completed {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
.track-order-list ul li .active-dot.dot {
|
||||
top: -9px;
|
||||
left: -16px;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.dot {
|
||||
border: 4px solid #02a8b5;
|
||||
border: 4px solid #114E8B;
|
||||
background: 0 0;
|
||||
border-radius: 60px;
|
||||
height: 30px;
|
||||
@ -3097,12 +3097,12 @@ body.authentication-bg-pattern {
|
||||
-webkit-transform: scale(1);
|
||||
opacity: 0.0; } }
|
||||
|
||||
/*!
|
||||
* Waves v0.7.6
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
/*!
|
||||
* Waves v0.7.6
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
* https://github.com/fians/Waves/blob/master/LICENSE */
|
||||
.waves-effect {
|
||||
position: relative;
|
||||
@ -3419,7 +3419,7 @@ body.authentication-bg-pattern {
|
||||
.irs--flat .irs-bar {
|
||||
top: 25px;
|
||||
height: 12px;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--flat .irs-bar--single {
|
||||
border-radius: 4px 0 0 4px; }
|
||||
.irs--flat .irs-shadow {
|
||||
@ -3458,7 +3458,7 @@ body.authentication-bg-pattern {
|
||||
line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-radius: 4px; }
|
||||
.irs--flat .irs-from:before,
|
||||
.irs--flat .irs-to:before,
|
||||
@ -3473,7 +3473,7 @@ body.authentication-bg-pattern {
|
||||
margin-left: -3px;
|
||||
overflow: hidden;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
.irs--flat .irs-grid-pol {
|
||||
background-color: #eef0f2; }
|
||||
.irs--flat .irs-grid-text {
|
||||
@ -3484,8 +3484,8 @@ body.authentication-bg-pattern {
|
||||
background: #eef0f2; }
|
||||
|
||||
.irs--modern .irs-bar {
|
||||
background: #02a8b5;
|
||||
background: linear-gradient(to bottom, #02a8b5 0%, #017983 100%); }
|
||||
background: #114E8B;
|
||||
background: linear-gradient(to bottom, #114E8B 0%, #017983 100%); }
|
||||
|
||||
.irs--modern .irs-min,
|
||||
.irs--modern .irs-max {
|
||||
@ -3503,9 +3503,9 @@ body.authentication-bg-pattern {
|
||||
height: 8px; }
|
||||
|
||||
.irs--modern .irs-single {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--modern .irs-single:before {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-from,
|
||||
.irs--sharp .irs-to,
|
||||
@ -3514,7 +3514,7 @@ body.authentication-bg-pattern {
|
||||
.irs--sharp .irs-max,
|
||||
.irs--sharp .irs-handle,
|
||||
.irs--sharp .irs-bar {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-line {
|
||||
background: #eef0f2; }
|
||||
@ -3523,7 +3523,7 @@ body.authentication-bg-pattern {
|
||||
.irs--sharp .irs-to:before,
|
||||
.irs--sharp .irs-single:before,
|
||||
.irs--sharp .irs-handle > i:first-child {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-handle.state_hover,
|
||||
.irs--sharp .irs-handle:hover {
|
||||
@ -3537,16 +3537,16 @@ body.authentication-bg-pattern {
|
||||
.irs--round .irs-to,
|
||||
.irs--round .irs-single,
|
||||
.irs--round .irs-bar {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--round .irs-from:before,
|
||||
.irs--round .irs-to:before,
|
||||
.irs--round .irs-single:before,
|
||||
.irs--round .irs-bar:before {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--round .irs-handle {
|
||||
background-color: #eef0f2;
|
||||
border: 4px solid #02a8b5;
|
||||
border: 4px solid #114E8B;
|
||||
box-shadow: 0 1px 3px rgba(2, 168, 181, 0.3); }
|
||||
|
||||
.irs--round .irs-min,
|
||||
@ -3564,7 +3564,7 @@ body.authentication-bg-pattern {
|
||||
background-color: #eef0f2; }
|
||||
|
||||
.irs--square .irs-handle {
|
||||
border: 3px solid #02a8b5;
|
||||
border: 3px solid #114E8B;
|
||||
background-color: #eef0f2; }
|
||||
|
||||
.irs--square .irs-line {
|
||||
@ -3661,7 +3661,7 @@ th.fc-day-header {
|
||||
.fc-state-down,
|
||||
.fc-state-active,
|
||||
.fc-state-disabled {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
text-shadow: none; }
|
||||
|
||||
@ -3781,13 +3781,13 @@ table.dataTable {
|
||||
top: 13px;
|
||||
font-size: 1.3rem; }
|
||||
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
table.dataTable tbody td:focus {
|
||||
outline: none !important; }
|
||||
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
|
||||
outline: 2px solid #02a8b5 !important;
|
||||
outline: 2px solid #114E8B !important;
|
||||
outline-offset: -1px;
|
||||
background-color: rgba(2, 168, 181, 0.15); }
|
||||
|
||||
@ -3804,7 +3804,7 @@ table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before
|
||||
background-color: #f1556c; }
|
||||
|
||||
div.dt-button-info {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: none;
|
||||
color: #fff;
|
||||
box-shadow: none;
|
||||
@ -3853,7 +3853,7 @@ div.dt-button-info {
|
||||
.daterangepicker .ranges li:hover {
|
||||
background-color: #f4f9fb; }
|
||||
.daterangepicker .ranges li.active {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.daterangepicker td.in-range {
|
||||
background-color: #edeff1;
|
||||
color: #6c757d; }
|
||||
@ -3862,11 +3862,11 @@ div.dt-button-info {
|
||||
color: #343a40;
|
||||
opacity: 0.5; }
|
||||
.daterangepicker td.active, .daterangepicker td.active:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.daterangepicker td.available:hover,
|
||||
.daterangepicker th.available:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.daterangepicker:after {
|
||||
border-bottom: 6px solid #fff; }
|
||||
@ -3901,14 +3901,14 @@ div.dt-button-info {
|
||||
margin-right: 10px;
|
||||
width: 30px;
|
||||
border-radius: 50%;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.2);
|
||||
text-align: center; }
|
||||
@media (max-width: 575.98px) {
|
||||
.form-wizard-header .nav-item .nav-link .number {
|
||||
margin: 0; } }
|
||||
.form-wizard-header .nav-item .nav-link.active {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.form-wizard-header .nav-item .nav-link.active .number {
|
||||
color: #fff;
|
||||
background-color: rgba(255, 255, 255, 0.2); }
|
||||
@ -3961,13 +3961,13 @@ div.dt-button-info {
|
||||
color: #343a40; }
|
||||
|
||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.select2-container--default .select2-results__option[aria-selected=true] {
|
||||
background-color: white;
|
||||
color: #323a46; }
|
||||
.select2-container--default .select2-results__option[aria-selected=true]:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.select2-container .select2-selection--multiple {
|
||||
@ -3981,7 +3981,7 @@ div.dt-button-info {
|
||||
border: 0;
|
||||
color: #343a40; }
|
||||
.select2-container .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: none;
|
||||
color: #fff;
|
||||
border-radius: 3px;
|
||||
@ -4194,7 +4194,7 @@ div.dt-button-info {
|
||||
.jq-toast-single {
|
||||
padding: 15px;
|
||||
font-family: "Inter", sans-serif;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
font-size: 13px;
|
||||
line-height: 22px; }
|
||||
.jq-toast-single h2 {
|
||||
@ -4227,9 +4227,9 @@ div.dt-button-info {
|
||||
border-radius: 0; }
|
||||
|
||||
.jq-icon-primary {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.jq-icon-secondary {
|
||||
background-color: #6c757d;
|
||||
@ -4298,7 +4298,7 @@ div.dt-button-info {
|
||||
font-size: 16px;
|
||||
box-shadow: none; }
|
||||
.swal2-modal .swal2-confirm.btn-confirm {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
font-size: 0.875rem; }
|
||||
.swal2-modal .swal2-cancel.btn-cancel {
|
||||
background-color: #f1556c !important;
|
||||
@ -4309,11 +4309,11 @@ div.dt-button-info {
|
||||
.swal2-modal .swal2-input:focus,
|
||||
.swal2-modal .swal2-textarea:focus {
|
||||
outline: 0;
|
||||
border: 2px solid #02a8b5; }
|
||||
border: 2px solid #114E8B; }
|
||||
|
||||
.swal2-icon.swal2-question {
|
||||
color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.swal2-icon.swal2-success {
|
||||
border-color: #3b82da; }
|
||||
@ -4373,7 +4373,7 @@ div.dt-button-info {
|
||||
.selectize-control.multi .selectize-input > div > a {
|
||||
color: #343a40; }
|
||||
.selectize-control.multi .selectize-input > div.active {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.selectize-control.multi .selectize-input > div.active > a {
|
||||
color: #fff; }
|
||||
|
||||
@ -4466,8 +4466,8 @@ div.dt-button-info {
|
||||
fill: #fff; }
|
||||
|
||||
.gradient-theme .tippy-backdrop {
|
||||
background: #02a8b5;
|
||||
background: linear-gradient(to left, #f1556c, #02a8b5); }
|
||||
background: #114E8B;
|
||||
background: linear-gradient(to left, #f1556c, #114E8B); }
|
||||
|
||||
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
|
||||
border-top: 7px solid #fff;
|
||||
@ -4498,7 +4498,7 @@ div.dt-button-info {
|
||||
background: #f4f9fb;
|
||||
color: #343a40; }
|
||||
.dd-list .dd-item .dd-handle:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.dd-list .dd-item button {
|
||||
height: 36px;
|
||||
@ -4526,7 +4526,7 @@ div.dt-button-info {
|
||||
color: #343a40;
|
||||
font-weight: 600; }
|
||||
.dd-list .dd3-content:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.dd-list .dd3-handle:before {
|
||||
content: "\F035C";
|
||||
@ -4541,13 +4541,13 @@ div.dt-button-info {
|
||||
box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15); }
|
||||
|
||||
div.hopscotch-bubble {
|
||||
border: 3px solid #02a8b5;
|
||||
border: 3px solid #114E8B;
|
||||
border-radius: 5px; }
|
||||
div.hopscotch-bubble .hopscotch-next,
|
||||
div.hopscotch-bubble .hopscotch-prev {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
background-image: none !important;
|
||||
border-color: #02a8b5 !important;
|
||||
border-color: #114E8B !important;
|
||||
text-shadow: none !important;
|
||||
margin: 0 0 0 5px !important;
|
||||
font-family: "Inter", sans-serif;
|
||||
@ -4557,21 +4557,21 @@ div.hopscotch-bubble {
|
||||
padding: 0;
|
||||
border-radius: 50%; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
|
||||
border-right: 19px solid #02a8b5; }
|
||||
border-right: 19px solid #114E8B; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
|
||||
border: none; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
|
||||
border-left: 19px solid #02a8b5;
|
||||
border-left: 19px solid #114E8B;
|
||||
left: -2px; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
|
||||
border-left: 0 solid #02a8b5; }
|
||||
border-left: 0 solid #114E8B; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
|
||||
border-bottom: 19px solid #02a8b5;
|
||||
border-bottom: 19px solid #114E8B;
|
||||
top: 0; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
|
||||
border-bottom: 0 solid rgba(0, 0, 0, 0.5); }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
|
||||
border-top: 19px solid #02a8b5;
|
||||
border-top: 19px solid #114E8B;
|
||||
top: -2px; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
|
||||
border-top: 0 solid rgba(0, 0, 0, 0.5); }
|
||||
@ -4753,7 +4753,7 @@ div.hopscotch-bubble {
|
||||
.ct-chart .ct-series.ct-series-g .ct-line,
|
||||
.ct-chart .ct-series.ct-series-g .ct-point,
|
||||
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
|
||||
stroke: #02a8b5; }
|
||||
stroke: #114E8B; }
|
||||
|
||||
.ct-series-a .ct-area,
|
||||
.ct-series-a .ct-slice-pie {
|
||||
@ -4913,15 +4913,15 @@ div.hopscotch-bubble {
|
||||
cursor: not-allowed; }
|
||||
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
|
||||
background-color: transparent;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused th,
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused td,
|
||||
.responsive-table-plugin .sticky-table-header {
|
||||
background: #02a8b5;
|
||||
border-color: #02a8b5;
|
||||
background: #114E8B;
|
||||
border-color: #114E8B;
|
||||
color: #fff; }
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused th table,
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused td table,
|
||||
@ -4936,8 +4936,8 @@ div.hopscotch-bubble {
|
||||
color: #343a40;
|
||||
border: 1px solid rgba(50, 58, 70, 0.3); }
|
||||
.responsive-table-plugin .btn-default.btn-primary {
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B;
|
||||
color: #fff;
|
||||
box-shadow: 0 0 0 2px rgba(2, 168, 181, 0.5); }
|
||||
|
||||
@ -4989,8 +4989,8 @@ div.hopscotch-bubble {
|
||||
border-color: #dee2e6; }
|
||||
.footable-pagination li.active a {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.footable > thead > tr > th > span.footable-sort-indicator {
|
||||
float: right; }
|
||||
@ -5241,7 +5241,7 @@ table[data-toggle="table"] {
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:hover,
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:focus,
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:active {
|
||||
color: #02a8b5 !important;
|
||||
color: #114E8B !important;
|
||||
background-color: #f4f9fb;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
@ -5312,7 +5312,7 @@ table[data-toggle="table"] {
|
||||
padding: 0;
|
||||
margin: 0 2px; }
|
||||
.jsgrid-pager-page.jsgrid-pager-current-page {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.jsgrid-pager-page a,
|
||||
@ -5330,7 +5330,7 @@ table[data-toggle="table"] {
|
||||
color: #6c757d;
|
||||
font-weight: 600; }
|
||||
.jsgrid-pager-nav-button a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.jsgrid .jsgrid-button {
|
||||
width: 24px;
|
||||
@ -5368,14 +5368,14 @@ table[data-toggle="table"] {
|
||||
padding: 5px 10px;
|
||||
color: #343a40; }
|
||||
.ms-container .ms-selectable li.ms-hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.ms-container .ms-selection li.ms-elem-selection {
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
color: #343a40; }
|
||||
.ms-container .ms-selection li.ms-hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.ms-container .search-input {
|
||||
margin-bottom: 10px; }
|
||||
@ -5495,13 +5495,13 @@ table[data-toggle="table"] {
|
||||
font-size: 110%; }
|
||||
|
||||
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
|
||||
background: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
|
||||
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
|
||||
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
|
||||
box-shadow: -10px 0 0 #02a8b5; }
|
||||
box-shadow: -10px 0 0 #114E8B; }
|
||||
|
||||
.flatpickr-time input:hover,
|
||||
.flatpickr-time .flatpickr-am-pm:hover,
|
||||
@ -5554,7 +5554,7 @@ span.flatpickr-weekday,
|
||||
color: #93a4ad; }
|
||||
|
||||
.clockpicker-popover .btn-default {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.clockpicker-popover {
|
||||
@ -5576,14 +5576,14 @@ span.flatpickr-weekday,
|
||||
background-color: rgba(2, 168, 181, 0.35); }
|
||||
|
||||
.clockpicker-canvas line {
|
||||
stroke: #02a8b5; }
|
||||
stroke: #114E8B; }
|
||||
|
||||
.clockpicker-canvas-bg {
|
||||
fill: rgba(2, 168, 181, 0.35); }
|
||||
|
||||
.clockpicker-canvas-bearing,
|
||||
.clockpicker-canvas-fg {
|
||||
fill: #02a8b5; }
|
||||
fill: #114E8B; }
|
||||
|
||||
@font-face {
|
||||
font-family: "summernote";
|
||||
@ -5648,7 +5648,7 @@ span.flatpickr-weekday,
|
||||
top: 3px; }
|
||||
|
||||
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.note-editor.note-airframe .note-placeholder,
|
||||
.note-editor.note-frame .note-placeholder {
|
||||
@ -5669,7 +5669,7 @@ span.flatpickr-weekday,
|
||||
outline: none !important;
|
||||
color: #343a40; }
|
||||
.ql-toolbar span:hover {
|
||||
color: #02a8b5 !important; }
|
||||
color: #114E8B !important; }
|
||||
.ql-toolbar.ql-snow {
|
||||
border-color: #ced4da; }
|
||||
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
||||
@ -5780,7 +5780,7 @@ span.flatpickr-weekday,
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
background: #02a8b5;
|
||||
background: #114E8B;
|
||||
border-radius: 4px;
|
||||
padding: 10px 20px; }
|
||||
|
||||
@ -5794,12 +5794,12 @@ span.flatpickr-weekday,
|
||||
bottom: -15px;
|
||||
border-left: 16px solid transparent;
|
||||
border-right: 16px solid transparent;
|
||||
border-top: 16px solid #02a8b5; }
|
||||
border-top: 16px solid #114E8B; }
|
||||
.gmaps-overlay_arrow.below {
|
||||
top: -15px;
|
||||
border-left: 16px solid transparent;
|
||||
border-right: 16px solid transparent;
|
||||
border-bottom: 16px solid #02a8b5; }
|
||||
border-bottom: 16px solid #114E8B; }
|
||||
|
||||
.jvectormap-label {
|
||||
border: none;
|
||||
@ -5818,7 +5818,7 @@ span.flatpickr-weekday,
|
||||
|
||||
.mapael .mapTooltip {
|
||||
position: absolute;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
opacity: 0.95;
|
||||
border-radius: 3px;
|
||||
padding: 2px 10px;
|
||||
@ -5837,7 +5837,7 @@ span.flatpickr-weekday,
|
||||
border-radius: 2px;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
@ -5890,7 +5890,7 @@ span.flatpickr-weekday,
|
||||
.datepicker table tr td span.active:hover:hover,
|
||||
.datepicker table tr td span.active:hover[disabled],
|
||||
.datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
background-image: none !important;
|
||||
color: #fff; }
|
||||
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
|
||||
@ -7591,7 +7591,7 @@ ul {
|
||||
color: #fff !important; }
|
||||
|
||||
.text-primary {
|
||||
color: #02a8b5 !important; }
|
||||
color: #114E8B !important; }
|
||||
|
||||
a.text-primary:hover, a.text-primary:focus {
|
||||
color: #016269 !important; }
|
||||
|
||||
4
assets/css/app-creative-rtl.min.css
vendored
4
assets/css/app-creative-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Main Css File (Creative Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Main Css File (Creative Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
|
||||
@ -42,7 +42,7 @@ body {
|
||||
height: 70px;
|
||||
width: 240px;
|
||||
transition: all .1s ease-out;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1; }
|
||||
@ -84,7 +84,7 @@ body {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 0.93rem; }
|
||||
#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none; }
|
||||
#sidebar-menu > ul > li > a > span {
|
||||
vertical-align: middle; }
|
||||
@ -106,7 +106,7 @@ body {
|
||||
#sidebar-menu > ul > li > a .drop-arrow i {
|
||||
margin-right: 0; }
|
||||
#sidebar-menu > ul > li > a.mm-active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
#sidebar-menu > ul > li ul {
|
||||
padding-left: 34px;
|
||||
list-style: none; }
|
||||
@ -127,10 +127,10 @@ body {
|
||||
font-weight: 600; }
|
||||
|
||||
#sidebar-menu .menuitem-active > a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
#sidebar-menu .menuitem-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.nav-second-level li a {
|
||||
padding: 8px 20px;
|
||||
@ -140,10 +140,10 @@ body {
|
||||
transition: all 0.4s;
|
||||
font-size: 0.835rem; }
|
||||
.nav-second-level li a:focus, .nav-second-level li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.nav-second-level li.active > a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.menu-arrow {
|
||||
transition: transform .15s;
|
||||
@ -201,7 +201,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
min-height: 54px;
|
||||
transition: none; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:hover, body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:active, body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a:focus {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a i {
|
||||
font-size: 1.2rem;
|
||||
margin-right: 20px;
|
||||
@ -216,7 +216,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a {
|
||||
position: relative;
|
||||
width: calc(190px + 70px);
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: #f4f9fb;
|
||||
box-shadow: inset 0 1px 7px 0 rgba(154, 161, 171, 0.2); }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a span {
|
||||
@ -243,7 +243,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
width: 190px;
|
||||
z-index: 6; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul .collapsing {
|
||||
display: block !important;
|
||||
height: auto !important;
|
||||
@ -269,7 +269,7 @@ body[data-sidebar-size="condensed"] .left-side-menu {
|
||||
top: 12px;
|
||||
transform: rotate(270deg); }
|
||||
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li.active a {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-size="condensed"] .content-page {
|
||||
margin-left: 70px !important; }
|
||||
@ -304,8 +304,8 @@ body[data-sidebar-size="condensed"] .user-box {
|
||||
.footer {
|
||||
left: 0 !important; } }
|
||||
|
||||
/* =============
|
||||
Small Menu
|
||||
/* =============
|
||||
Small Menu
|
||||
============= */
|
||||
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .logo-box {
|
||||
width: 160px !important; }
|
||||
@ -394,14 +394,14 @@ body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-si
|
||||
box-shadow: none; }
|
||||
|
||||
body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="dark"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title {
|
||||
background-color: rgba(255, 255, 255, 0.03); }
|
||||
|
||||
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box,
|
||||
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-sidebar-color="brand"]:not([data-layout-mode="detached"]) .logo-box .logo-dark,
|
||||
body[data-sidebar-color="gradient"]:not([data-layout-mode="detached"]) .logo-box .logo-dark {
|
||||
display: none; }
|
||||
@ -415,7 +415,7 @@ body[data-sidebar-color="gradient"] .menuitem-active > a {
|
||||
|
||||
body[data-sidebar-color="brand"] .left-side-menu,
|
||||
body[data-sidebar-color="gradient"] .left-side-menu {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: none; }
|
||||
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu > ul > li > a,
|
||||
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu > ul > li > a {
|
||||
@ -463,13 +463,13 @@ body[data-sidebar-color="gradient"] .left-side-menu {
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: none;
|
||||
color: #fff; }
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
|
||||
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a,
|
||||
@ -490,7 +490,7 @@ body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .lef
|
||||
background: #242540; }
|
||||
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
|
||||
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a {
|
||||
@ -547,7 +547,7 @@ body[data-sidebar-icon="twotones"] #sidebar-menu > ul > li > a svg {
|
||||
fill: rgba(59, 130, 218, 0.2); }
|
||||
|
||||
.navbar-custom {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
|
||||
padding: 0 10px 0 0;
|
||||
position: fixed;
|
||||
@ -915,7 +915,7 @@ body[data-layout-mode="horizontal"][data-layout-width="boxed"] .footer {
|
||||
top: 0;
|
||||
bottom: 0; }
|
||||
.right-bar .rightbar-title {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
padding: 27px 25px;
|
||||
color: #fff; }
|
||||
.right-bar .right-bar-toggle {
|
||||
@ -1065,10 +1065,10 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
display: inline-block;
|
||||
vertical-align: middle; }
|
||||
.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.topnav .navbar-nav .nav-item .dropdown.active > a.dropdown-toggle {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.topnav {
|
||||
@ -1082,7 +1082,7 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
width: auto; }
|
||||
.topnav .dropdown-item.active {
|
||||
background-color: transparent;
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown.mega-dropdown .mega-dropdown-menu {
|
||||
left: 0px;
|
||||
right: auto; }
|
||||
@ -1100,11 +1100,11 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
left: 100%;
|
||||
display: none; }
|
||||
.topnav .dropdown:hover > .nav-link {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown:hover > .dropdown-menu {
|
||||
display: block; }
|
||||
.topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-item {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
|
||||
display: block; }
|
||||
.navbar-toggle {
|
||||
@ -1150,14 +1150,14 @@ body[data-layout-mode="horizontal"] .content-page {
|
||||
position: relative;
|
||||
background-color: transparent; }
|
||||
.topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.topnav .arrow-down::after {
|
||||
right: 15px;
|
||||
position: absolute; } }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link {
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link:focus, body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link:hover {
|
||||
@ -1185,7 +1185,7 @@ body[data-layout-mode="two-column"] .sidebar-icon-menu {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
padding-bottom: 20px;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-icon-menu .logo {
|
||||
display: block;
|
||||
width: 70px;
|
||||
@ -1249,12 +1249,12 @@ body[data-layout-mode="two-column"] .sidebar-main-menu {
|
||||
border-radius: 3px;
|
||||
margin: 3px 5px; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:hover, body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.07); }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active a.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu #sidebar-menu .menu-arrow {
|
||||
top: 7px; }
|
||||
body[data-layout-mode="two-column"] .sidebar-main-menu .nav-second-level {
|
||||
@ -1279,7 +1279,7 @@ body[data-layout-mode="two-column"][data-sidebar-color="light"] .logo-box {
|
||||
background-color: #ffffff; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-topbar-color="dark"] .logo-box {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
body[data-layout-mode="two-column"] .content-page {
|
||||
@ -1299,10 +1299,10 @@ body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-men
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:hover, body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:focus, body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link.active {
|
||||
color: #c8cddc; }
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active > a.nav-link {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.07); }
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active a.active {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav > .nav-item > .nav-link, body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav > .nav-item > .nav-link {
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
@ -1311,7 +1311,7 @@ body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-me
|
||||
color: rgba(255, 255, 255, 0.9); }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu {
|
||||
background: #242540;
|
||||
@ -1414,7 +1414,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
fill: rgba(147, 164, 173, 0.12); }
|
||||
|
||||
.icon-dual-primary {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
fill: rgba(2, 168, 181, 0.16); }
|
||||
|
||||
.icon-dual-secondary {
|
||||
@ -1736,8 +1736,8 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
margin-left: 0; }
|
||||
|
||||
.checkbox-primary input[type="checkbox"]:checked + label::before {
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.checkbox-primary input[type="checkbox"]:checked + label::after {
|
||||
border-color: #fff; }
|
||||
@ -1864,13 +1864,13 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
height: 17px; }
|
||||
|
||||
.radio-primary input[type="radio"] + label::after {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.radio-primary input[type="radio"]:checked + label::before {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.radio-primary input[type="radio"]:checked + label::after {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.radio-secondary input[type="radio"] + label::after {
|
||||
background-color: #6c757d; }
|
||||
@ -2002,7 +2002,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
.ribbon-box .ribbon-content {
|
||||
clear: both; }
|
||||
.ribbon-box .ribbon-primary {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.ribbon-box .ribbon-primary:before {
|
||||
border-color: #017983 transparent transparent; }
|
||||
.ribbon-box .ribbon-secondary {
|
||||
@ -2080,7 +2080,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
border-left: 3px solid transparent;
|
||||
border-bottom: 3px solid transparent; }
|
||||
.ribbon-box .ribbon-two-primary span {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.ribbon-box .ribbon-two-primary span:before {
|
||||
border-left: 3px solid #016269;
|
||||
border-top: 3px solid #016269; }
|
||||
@ -2202,7 +2202,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
border-top: 5px solid #dee2e6;
|
||||
border-right: 5px solid #dee2e6;
|
||||
border-bottom: 5px solid #dee2e6;
|
||||
border-left: 5px solid #02a8b5;
|
||||
border-left: 5px solid #114E8B;
|
||||
transform: translateZ(0);
|
||||
animation: SpinnerAnimation 1.1s infinite linear; }
|
||||
|
||||
@ -2226,7 +2226,7 @@ body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar
|
||||
background-size: cover; }
|
||||
|
||||
body.authentication-bg {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
background-size: cover;
|
||||
background-position: center; }
|
||||
|
||||
@ -2337,7 +2337,7 @@ body.authentication-bg-pattern {
|
||||
margin-bottom: 10px; }
|
||||
.icons-list-demo .col-sm-6:hover,
|
||||
.icons-list-demo .col-sm-6:hover i {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.icons-list-demo .icon-item svg {
|
||||
margin-right: 10px; }
|
||||
@ -2354,7 +2354,7 @@ body.authentication-bg-pattern {
|
||||
overflow: auto; }
|
||||
|
||||
.text-error {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-shadow: rgba(2, 168, 181, 0.3) 5px 1px, rgba(2, 168, 181, 0.2) 10px 3px;
|
||||
font-size: 84px;
|
||||
line-height: 90px;
|
||||
@ -2378,7 +2378,7 @@ body.authentication-bg-pattern {
|
||||
stroke: #f7b84b;
|
||||
animation-delay: -2.4s; }
|
||||
.error-text-box .text:nth-child(5n + 3) {
|
||||
stroke: #02a8b5;
|
||||
stroke: #114E8B;
|
||||
animation-delay: -3.6s; }
|
||||
.error-text-box .text:nth-child(5n + 4) {
|
||||
stroke: #4ad0e6;
|
||||
@ -2435,7 +2435,7 @@ body.authentication-bg-pattern {
|
||||
.faq-question-q-box {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
float: left;
|
||||
@ -2606,7 +2606,7 @@ body.authentication-bg-pattern {
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
background: #fff;
|
||||
border: 2px solid #02a8b5; }
|
||||
border: 2px solid #114E8B; }
|
||||
.timeline-sm .timeline-sm-item .timeline-sm-date {
|
||||
position: absolute;
|
||||
left: -104px; }
|
||||
@ -2803,7 +2803,7 @@ body.authentication-bg-pattern {
|
||||
.sitemap li a i {
|
||||
display: inline-block; }
|
||||
.sitemap li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.sitemap ul {
|
||||
margin-left: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@ -2863,7 +2863,7 @@ body.authentication-bg-pattern {
|
||||
padding: 10px; }
|
||||
|
||||
.card-pricing-recommended {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.card-pricing-recommended .card-pricing-icon {
|
||||
background-color: rgba(255, 255, 255, 0.1); }
|
||||
@ -2885,10 +2885,10 @@ body.authentication-bg-pattern {
|
||||
font-family: "Inter", sans-serif; }
|
||||
.filter-menu a:hover {
|
||||
background-color: rgba(2, 168, 181, 0.15);
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.filter-menu a.active {
|
||||
background-color: rgba(2, 168, 181, 0.15);
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.gal-box {
|
||||
background-color: #fff;
|
||||
@ -3056,18 +3056,18 @@ body.authentication-bg-pattern {
|
||||
top: 0;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-radius: 50%;
|
||||
border: 3px solid #fff; }
|
||||
.track-order-list ul li.completed {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
.track-order-list ul li .active-dot.dot {
|
||||
top: -9px;
|
||||
left: -16px;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.dot {
|
||||
border: 4px solid #02a8b5;
|
||||
border: 4px solid #114E8B;
|
||||
background: 0 0;
|
||||
border-radius: 60px;
|
||||
height: 30px;
|
||||
@ -3097,12 +3097,12 @@ body.authentication-bg-pattern {
|
||||
-webkit-transform: scale(1);
|
||||
opacity: 0.0; } }
|
||||
|
||||
/*!
|
||||
* Waves v0.7.6
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
/*!
|
||||
* Waves v0.7.6
|
||||
* http://fian.my.id/Waves
|
||||
*
|
||||
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
|
||||
* Released under the MIT license
|
||||
* https://github.com/fians/Waves/blob/master/LICENSE */
|
||||
.waves-effect {
|
||||
position: relative;
|
||||
@ -3419,7 +3419,7 @@ body.authentication-bg-pattern {
|
||||
.irs--flat .irs-bar {
|
||||
top: 25px;
|
||||
height: 12px;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--flat .irs-bar--single {
|
||||
border-radius: 4px 0 0 4px; }
|
||||
.irs--flat .irs-shadow {
|
||||
@ -3458,7 +3458,7 @@ body.authentication-bg-pattern {
|
||||
line-height: 1.333;
|
||||
text-shadow: none;
|
||||
padding: 1px 5px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-radius: 4px; }
|
||||
.irs--flat .irs-from:before,
|
||||
.irs--flat .irs-to:before,
|
||||
@ -3473,7 +3473,7 @@ body.authentication-bg-pattern {
|
||||
margin-left: -3px;
|
||||
overflow: hidden;
|
||||
border: 3px solid transparent;
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
.irs--flat .irs-grid-pol {
|
||||
background-color: #eef0f2; }
|
||||
.irs--flat .irs-grid-text {
|
||||
@ -3484,8 +3484,8 @@ body.authentication-bg-pattern {
|
||||
background: #eef0f2; }
|
||||
|
||||
.irs--modern .irs-bar {
|
||||
background: #02a8b5;
|
||||
background: linear-gradient(to bottom, #02a8b5 0%, #017983 100%); }
|
||||
background: #114E8B;
|
||||
background: linear-gradient(to bottom, #114E8B 0%, #017983 100%); }
|
||||
|
||||
.irs--modern .irs-min,
|
||||
.irs--modern .irs-max {
|
||||
@ -3503,9 +3503,9 @@ body.authentication-bg-pattern {
|
||||
height: 8px; }
|
||||
|
||||
.irs--modern .irs-single {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--modern .irs-single:before {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-from,
|
||||
.irs--sharp .irs-to,
|
||||
@ -3514,7 +3514,7 @@ body.authentication-bg-pattern {
|
||||
.irs--sharp .irs-max,
|
||||
.irs--sharp .irs-handle,
|
||||
.irs--sharp .irs-bar {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-line {
|
||||
background: #eef0f2; }
|
||||
@ -3523,7 +3523,7 @@ body.authentication-bg-pattern {
|
||||
.irs--sharp .irs-to:before,
|
||||
.irs--sharp .irs-single:before,
|
||||
.irs--sharp .irs-handle > i:first-child {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--sharp .irs-handle.state_hover,
|
||||
.irs--sharp .irs-handle:hover {
|
||||
@ -3537,16 +3537,16 @@ body.authentication-bg-pattern {
|
||||
.irs--round .irs-to,
|
||||
.irs--round .irs-single,
|
||||
.irs--round .irs-bar {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.irs--round .irs-from:before,
|
||||
.irs--round .irs-to:before,
|
||||
.irs--round .irs-single:before,
|
||||
.irs--round .irs-bar:before {
|
||||
border-top-color: #02a8b5; }
|
||||
border-top-color: #114E8B; }
|
||||
|
||||
.irs--round .irs-handle {
|
||||
background-color: #eef0f2;
|
||||
border: 4px solid #02a8b5;
|
||||
border: 4px solid #114E8B;
|
||||
box-shadow: 0 1px 3px rgba(2, 168, 181, 0.3); }
|
||||
|
||||
.irs--round .irs-min,
|
||||
@ -3564,7 +3564,7 @@ body.authentication-bg-pattern {
|
||||
background-color: #eef0f2; }
|
||||
|
||||
.irs--square .irs-handle {
|
||||
border: 3px solid #02a8b5;
|
||||
border: 3px solid #114E8B;
|
||||
background-color: #eef0f2; }
|
||||
|
||||
.irs--square .irs-line {
|
||||
@ -3661,7 +3661,7 @@ th.fc-day-header {
|
||||
.fc-state-down,
|
||||
.fc-state-active,
|
||||
.fc-state-disabled {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
text-shadow: none; }
|
||||
|
||||
@ -3781,13 +3781,13 @@ table.dataTable {
|
||||
top: 13px;
|
||||
font-size: 1.3rem; }
|
||||
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
table.dataTable tbody td:focus {
|
||||
outline: none !important; }
|
||||
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
|
||||
outline: 2px solid #02a8b5 !important;
|
||||
outline: 2px solid #114E8B !important;
|
||||
outline-offset: -1px;
|
||||
background-color: rgba(2, 168, 181, 0.15); }
|
||||
|
||||
@ -3804,7 +3804,7 @@ table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before
|
||||
background-color: #f1556c; }
|
||||
|
||||
div.dt-button-info {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: none;
|
||||
color: #fff;
|
||||
box-shadow: none;
|
||||
@ -3853,7 +3853,7 @@ div.dt-button-info {
|
||||
.daterangepicker .ranges li:hover {
|
||||
background-color: #f4f9fb; }
|
||||
.daterangepicker .ranges li.active {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.daterangepicker td.in-range {
|
||||
background-color: #edeff1;
|
||||
color: #6c757d; }
|
||||
@ -3862,11 +3862,11 @@ div.dt-button-info {
|
||||
color: #343a40;
|
||||
opacity: 0.5; }
|
||||
.daterangepicker td.active, .daterangepicker td.active:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.daterangepicker td.available:hover,
|
||||
.daterangepicker th.available:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.daterangepicker:after {
|
||||
border-bottom: 6px solid #fff; }
|
||||
@ -3901,14 +3901,14 @@ div.dt-button-info {
|
||||
margin-right: 10px;
|
||||
width: 30px;
|
||||
border-radius: 50%;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.2);
|
||||
text-align: center; }
|
||||
@media (max-width: 575.98px) {
|
||||
.form-wizard-header .nav-item .nav-link .number {
|
||||
margin: 0; } }
|
||||
.form-wizard-header .nav-item .nav-link.active {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.form-wizard-header .nav-item .nav-link.active .number {
|
||||
color: #fff;
|
||||
background-color: rgba(255, 255, 255, 0.2); }
|
||||
@ -3961,13 +3961,13 @@ div.dt-button-info {
|
||||
color: #343a40; }
|
||||
|
||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.select2-container--default .select2-results__option[aria-selected=true] {
|
||||
background-color: white;
|
||||
color: #323a46; }
|
||||
.select2-container--default .select2-results__option[aria-selected=true]:hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.select2-container .select2-selection--multiple {
|
||||
@ -3981,7 +3981,7 @@ div.dt-button-info {
|
||||
border: 0;
|
||||
color: #343a40; }
|
||||
.select2-container .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: none;
|
||||
color: #fff;
|
||||
border-radius: 3px;
|
||||
@ -4194,7 +4194,7 @@ div.dt-button-info {
|
||||
.jq-toast-single {
|
||||
padding: 15px;
|
||||
font-family: "Inter", sans-serif;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
font-size: 13px;
|
||||
line-height: 22px; }
|
||||
.jq-toast-single h2 {
|
||||
@ -4227,9 +4227,9 @@ div.dt-button-info {
|
||||
border-radius: 0; }
|
||||
|
||||
.jq-icon-primary {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.jq-icon-secondary {
|
||||
background-color: #6c757d;
|
||||
@ -4298,7 +4298,7 @@ div.dt-button-info {
|
||||
font-size: 16px;
|
||||
box-shadow: none; }
|
||||
.swal2-modal .swal2-confirm.btn-confirm {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
font-size: 0.875rem; }
|
||||
.swal2-modal .swal2-cancel.btn-cancel {
|
||||
background-color: #f1556c !important;
|
||||
@ -4309,11 +4309,11 @@ div.dt-button-info {
|
||||
.swal2-modal .swal2-input:focus,
|
||||
.swal2-modal .swal2-textarea:focus {
|
||||
outline: 0;
|
||||
border: 2px solid #02a8b5; }
|
||||
border: 2px solid #114E8B; }
|
||||
|
||||
.swal2-icon.swal2-question {
|
||||
color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.swal2-icon.swal2-success {
|
||||
border-color: #3b82da; }
|
||||
@ -4373,7 +4373,7 @@ div.dt-button-info {
|
||||
.selectize-control.multi .selectize-input > div > a {
|
||||
color: #343a40; }
|
||||
.selectize-control.multi .selectize-input > div.active {
|
||||
background: #02a8b5; }
|
||||
background: #114E8B; }
|
||||
.selectize-control.multi .selectize-input > div.active > a {
|
||||
color: #fff; }
|
||||
|
||||
@ -4466,8 +4466,8 @@ div.dt-button-info {
|
||||
fill: #fff; }
|
||||
|
||||
.gradient-theme .tippy-backdrop {
|
||||
background: #02a8b5;
|
||||
background: linear-gradient(to left, #f1556c, #02a8b5); }
|
||||
background: #114E8B;
|
||||
background: linear-gradient(to left, #f1556c, #114E8B); }
|
||||
|
||||
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
|
||||
border-top: 7px solid #fff;
|
||||
@ -4498,7 +4498,7 @@ div.dt-button-info {
|
||||
background: #f4f9fb;
|
||||
color: #343a40; }
|
||||
.dd-list .dd-item .dd-handle:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.dd-list .dd-item button {
|
||||
height: 36px;
|
||||
@ -4526,7 +4526,7 @@ div.dt-button-info {
|
||||
color: #343a40;
|
||||
font-weight: 600; }
|
||||
.dd-list .dd3-content:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.dd-list .dd3-handle:before {
|
||||
content: "\F035C";
|
||||
@ -4541,13 +4541,13 @@ div.dt-button-info {
|
||||
box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15); }
|
||||
|
||||
div.hopscotch-bubble {
|
||||
border: 3px solid #02a8b5;
|
||||
border: 3px solid #114E8B;
|
||||
border-radius: 5px; }
|
||||
div.hopscotch-bubble .hopscotch-next,
|
||||
div.hopscotch-bubble .hopscotch-prev {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
background-image: none !important;
|
||||
border-color: #02a8b5 !important;
|
||||
border-color: #114E8B !important;
|
||||
text-shadow: none !important;
|
||||
margin: 0 0 0 5px !important;
|
||||
font-family: "Inter", sans-serif;
|
||||
@ -4557,21 +4557,21 @@ div.hopscotch-bubble {
|
||||
padding: 0;
|
||||
border-radius: 50%; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
|
||||
border-right: 19px solid #02a8b5; }
|
||||
border-right: 19px solid #114E8B; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
|
||||
border: none; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
|
||||
border-left: 19px solid #02a8b5;
|
||||
border-left: 19px solid #114E8B;
|
||||
left: -2px; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
|
||||
border-left: 0 solid #02a8b5; }
|
||||
border-left: 0 solid #114E8B; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
|
||||
border-bottom: 19px solid #02a8b5;
|
||||
border-bottom: 19px solid #114E8B;
|
||||
top: 0; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
|
||||
border-bottom: 0 solid rgba(0, 0, 0, 0.5); }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
|
||||
border-top: 19px solid #02a8b5;
|
||||
border-top: 19px solid #114E8B;
|
||||
top: -2px; }
|
||||
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
|
||||
border-top: 0 solid rgba(0, 0, 0, 0.5); }
|
||||
@ -4753,7 +4753,7 @@ div.hopscotch-bubble {
|
||||
.ct-chart .ct-series.ct-series-g .ct-line,
|
||||
.ct-chart .ct-series.ct-series-g .ct-point,
|
||||
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
|
||||
stroke: #02a8b5; }
|
||||
stroke: #114E8B; }
|
||||
|
||||
.ct-series-a .ct-area,
|
||||
.ct-series-a .ct-slice-pie {
|
||||
@ -4913,15 +4913,15 @@ div.hopscotch-bubble {
|
||||
cursor: not-allowed; }
|
||||
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
|
||||
background-color: transparent;
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused th,
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused td,
|
||||
.responsive-table-plugin .sticky-table-header {
|
||||
background: #02a8b5;
|
||||
border-color: #02a8b5;
|
||||
background: #114E8B;
|
||||
border-color: #114E8B;
|
||||
color: #fff; }
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused th table,
|
||||
.responsive-table-plugin table.focus-on tbody tr.focused td table,
|
||||
@ -4936,8 +4936,8 @@ div.hopscotch-bubble {
|
||||
color: #343a40;
|
||||
border: 1px solid rgba(50, 58, 70, 0.3); }
|
||||
.responsive-table-plugin .btn-default.btn-primary {
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B;
|
||||
color: #fff;
|
||||
box-shadow: 0 0 0 2px rgba(2, 168, 181, 0.5); }
|
||||
|
||||
@ -4989,8 +4989,8 @@ div.hopscotch-bubble {
|
||||
border-color: #dee2e6; }
|
||||
.footable-pagination li.active a {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.footable > thead > tr > th > span.footable-sort-indicator {
|
||||
float: right; }
|
||||
@ -5241,7 +5241,7 @@ table[data-toggle="table"] {
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:hover,
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:focus,
|
||||
.tablesaw-enhanced .tablesaw-bar .btn:active {
|
||||
color: #02a8b5 !important;
|
||||
color: #114E8B !important;
|
||||
background-color: #f4f9fb;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
@ -5312,7 +5312,7 @@ table[data-toggle="table"] {
|
||||
padding: 0;
|
||||
margin: 0 2px; }
|
||||
.jsgrid-pager-page.jsgrid-pager-current-page {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.jsgrid-pager-page a,
|
||||
@ -5330,7 +5330,7 @@ table[data-toggle="table"] {
|
||||
color: #6c757d;
|
||||
font-weight: 600; }
|
||||
.jsgrid-pager-nav-button a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.jsgrid .jsgrid-button {
|
||||
width: 24px;
|
||||
@ -5368,14 +5368,14 @@ table[data-toggle="table"] {
|
||||
padding: 5px 10px;
|
||||
color: #343a40; }
|
||||
.ms-container .ms-selectable li.ms-hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.ms-container .ms-selection li.ms-elem-selection {
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
color: #343a40; }
|
||||
.ms-container .ms-selection li.ms-hover {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
.ms-container .search-input {
|
||||
margin-bottom: 10px; }
|
||||
@ -5495,13 +5495,13 @@ table[data-toggle="table"] {
|
||||
font-size: 110%; }
|
||||
|
||||
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
|
||||
background: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
|
||||
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
|
||||
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
|
||||
box-shadow: -10px 0 0 #02a8b5; }
|
||||
box-shadow: -10px 0 0 #114E8B; }
|
||||
|
||||
.flatpickr-time input:hover,
|
||||
.flatpickr-time .flatpickr-am-pm:hover,
|
||||
@ -5554,7 +5554,7 @@ span.flatpickr-weekday,
|
||||
color: #93a4ad; }
|
||||
|
||||
.clockpicker-popover .btn-default {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff; }
|
||||
|
||||
.clockpicker-popover {
|
||||
@ -5576,14 +5576,14 @@ span.flatpickr-weekday,
|
||||
background-color: rgba(2, 168, 181, 0.35); }
|
||||
|
||||
.clockpicker-canvas line {
|
||||
stroke: #02a8b5; }
|
||||
stroke: #114E8B; }
|
||||
|
||||
.clockpicker-canvas-bg {
|
||||
fill: rgba(2, 168, 181, 0.35); }
|
||||
|
||||
.clockpicker-canvas-bearing,
|
||||
.clockpicker-canvas-fg {
|
||||
fill: #02a8b5; }
|
||||
fill: #114E8B; }
|
||||
|
||||
@font-face {
|
||||
font-family: "summernote";
|
||||
@ -5648,7 +5648,7 @@ span.flatpickr-weekday,
|
||||
top: 3px; }
|
||||
|
||||
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.note-editor.note-airframe .note-placeholder,
|
||||
.note-editor.note-frame .note-placeholder {
|
||||
@ -5669,7 +5669,7 @@ span.flatpickr-weekday,
|
||||
outline: none !important;
|
||||
color: #343a40; }
|
||||
.ql-toolbar span:hover {
|
||||
color: #02a8b5 !important; }
|
||||
color: #114E8B !important; }
|
||||
.ql-toolbar.ql-snow {
|
||||
border-color: #ced4da; }
|
||||
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
||||
@ -5780,7 +5780,7 @@ span.flatpickr-weekday,
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
background: #02a8b5;
|
||||
background: #114E8B;
|
||||
border-radius: 4px;
|
||||
padding: 10px 20px; }
|
||||
|
||||
@ -5794,12 +5794,12 @@ span.flatpickr-weekday,
|
||||
bottom: -15px;
|
||||
border-left: 16px solid transparent;
|
||||
border-right: 16px solid transparent;
|
||||
border-top: 16px solid #02a8b5; }
|
||||
border-top: 16px solid #114E8B; }
|
||||
.gmaps-overlay_arrow.below {
|
||||
top: -15px;
|
||||
border-left: 16px solid transparent;
|
||||
border-right: 16px solid transparent;
|
||||
border-bottom: 16px solid #02a8b5; }
|
||||
border-bottom: 16px solid #114E8B; }
|
||||
|
||||
.jvectormap-label {
|
||||
border: none;
|
||||
@ -5818,7 +5818,7 @@ span.flatpickr-weekday,
|
||||
|
||||
.mapael .mapTooltip {
|
||||
position: absolute;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
opacity: 0.95;
|
||||
border-radius: 3px;
|
||||
padding: 2px 10px;
|
||||
@ -5837,7 +5837,7 @@ span.flatpickr-weekday,
|
||||
border-radius: 2px;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
@ -5890,7 +5890,7 @@ span.flatpickr-weekday,
|
||||
.datepicker table tr td span.active:hover:hover,
|
||||
.datepicker table tr td span.active:hover[disabled],
|
||||
.datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
|
||||
background-color: #02a8b5 !important;
|
||||
background-color: #114E8B !important;
|
||||
background-image: none !important;
|
||||
color: #fff; }
|
||||
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
|
||||
|
||||
4
assets/css/app-creative.min.css
vendored
4
assets/css/app-creative.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
assets/css/bootstrap-corporate-dark.css
vendored
16
assets/css/bootstrap-corporate-dark.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (Corporate Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (Corporate Demo)
|
||||
*/
|
||||
/*!
|
||||
* Bootstrap v4.5.2 (https://getbootstrap.com/)
|
||||
@ -22,7 +22,7 @@ File: Custom Bootstrap Css File - Dark (Corporate Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f7b84b;
|
||||
--green: #1abc9c;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #3bafda;
|
||||
--white: #fff;
|
||||
--gray: #cedeef;
|
||||
|
||||
2
assets/css/bootstrap-corporate-dark.min.css
vendored
2
assets/css/bootstrap-corporate-dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
assets/css/bootstrap-corporate.css
vendored
16
assets/css/bootstrap-corporate.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (Corporate Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (Corporate Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
|
||||
/*!
|
||||
@ -23,7 +23,7 @@ File: Custom Bootstrap Css File (Corporate Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f7b84b;
|
||||
--green: #1abc9c;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #3bafda;
|
||||
--white: #fff;
|
||||
--gray: #98a6ad;
|
||||
|
||||
2
assets/css/bootstrap-corporate.min.css
vendored
2
assets/css/bootstrap-corporate.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
138
assets/css/bootstrap-creative-dark.css
vendored
138
assets/css/bootstrap-creative-dark.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (Creative Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (Creative Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
|
||||
/*!
|
||||
@ -23,12 +23,12 @@ File: Custom Bootstrap Css File - Dark (Creative Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f7b84b;
|
||||
--green: #1abc9c;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #4ad0e6;
|
||||
--white: #fff;
|
||||
--gray: #cedeef;
|
||||
--gray-dark: #f7f7f7;
|
||||
--primary: #02a8b5;
|
||||
--primary: #114E8B;
|
||||
--secondary: #dee2e6;
|
||||
--success: #3b82da;
|
||||
--info: #4ad0e6;
|
||||
@ -144,7 +144,7 @@ sup {
|
||||
top: -.5em; }
|
||||
|
||||
a {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none;
|
||||
background-color: transparent; }
|
||||
a:hover {
|
||||
@ -1590,7 +1590,7 @@ textarea.form-control {
|
||||
width: 100%;
|
||||
margin-top: 0.25rem;
|
||||
font-size: 0.75rem;
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.valid-tooltip {
|
||||
position: absolute;
|
||||
@ -1614,14 +1614,14 @@ textarea.form-control {
|
||||
display: block; }
|
||||
|
||||
.was-validated .form-control:valid, .form-control.is-valid {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
padding-right: calc(1.5em + 0.9rem);
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2302a8b5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right calc(0.375em + 0.225rem) center;
|
||||
background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }
|
||||
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.25); }
|
||||
|
||||
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
|
||||
@ -1629,15 +1629,15 @@ textarea.form-control {
|
||||
background-position: top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem); }
|
||||
|
||||
.was-validated .custom-select:valid, .custom-select.is-valid {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
padding-right: calc(0.75em + 2.575rem);
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%238c98a5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2302a8b5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #3b4651 no-repeat center right 1.9rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }
|
||||
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.25); }
|
||||
|
||||
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.was-validated .form-check-input:valid ~ .valid-feedback,
|
||||
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
|
||||
@ -1645,9 +1645,9 @@ textarea.form-control {
|
||||
display: block; }
|
||||
|
||||
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
|
||||
border-color: #03d7e7;
|
||||
@ -1657,13 +1657,13 @@ textarea.form-control {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.25); }
|
||||
|
||||
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.25); }
|
||||
|
||||
.invalid-feedback {
|
||||
@ -1828,8 +1828,8 @@ fieldset:disabled a.btn {
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #02858f;
|
||||
@ -1841,8 +1841,8 @@ fieldset:disabled a.btn {
|
||||
box-shadow: 0 0 0 0.15rem rgba(40, 181, 192, 0.5); }
|
||||
.btn-primary.disabled, .btn-primary:disabled {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
@ -2087,22 +2087,22 @@ fieldset:disabled a.btn {
|
||||
box-shadow: 0 0 0 0.15rem rgba(124, 114, 212, 0.5); }
|
||||
|
||||
.btn-outline-primary {
|
||||
color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:focus, .btn-outline-primary.focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.5); }
|
||||
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-outline-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-outline-primary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.5); }
|
||||
@ -2298,7 +2298,7 @@ fieldset:disabled a.btn {
|
||||
|
||||
.btn-link {
|
||||
font-weight: 400;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none; }
|
||||
.btn-link:hover {
|
||||
color: #fff;
|
||||
@ -2752,8 +2752,8 @@ input[type="button"].btn-block {
|
||||
opacity: 0; }
|
||||
.custom-control-input:checked ~ .custom-control-label::before {
|
||||
color: #fff;
|
||||
border-color: #02a8b5;
|
||||
background-color: #02a8b5; }
|
||||
border-color: #114E8B;
|
||||
background-color: #114E8B; }
|
||||
.custom-control-input:focus ~ .custom-control-label::before {
|
||||
box-shadow: none; }
|
||||
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
||||
@ -2799,8 +2799,8 @@ input[type="button"].btn-block {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
|
||||
|
||||
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
||||
border-color: #02a8b5;
|
||||
background-color: #02a8b5; }
|
||||
border-color: #114E8B;
|
||||
background-color: #114E8B; }
|
||||
|
||||
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
|
||||
@ -2971,7 +2971,7 @@ input[type="button"].btn-block {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
margin-top: -0.25rem;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
@ -2995,7 +2995,7 @@ input[type="button"].btn-block {
|
||||
.custom-range::-moz-range-thumb {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
@ -3022,7 +3022,7 @@ input[type="button"].btn-block {
|
||||
margin-top: 0;
|
||||
margin-right: 0.15rem;
|
||||
margin-left: 0.15rem;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
@ -3117,7 +3117,7 @@ input[type="button"].btn-block {
|
||||
.nav-pills .nav-link.active,
|
||||
.nav-pills .show > .nav-link {
|
||||
color: #fff;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.nav-fill > .nav-link,
|
||||
.nav-fill .nav-item {
|
||||
@ -3631,8 +3631,8 @@ input[type="button"].btn-block {
|
||||
.page-item.active .page-link {
|
||||
z-index: 3;
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.page-item.disabled .page-link {
|
||||
color: #cedeef;
|
||||
@ -3697,7 +3697,7 @@ input[type="button"].btn-block {
|
||||
|
||||
.badge-primary {
|
||||
color: #fff;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
a.badge-primary:hover, a.badge-primary:focus {
|
||||
color: #fff;
|
||||
background-color: #017983; }
|
||||
@ -3944,7 +3944,7 @@ input[type="button"].btn-block {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
transition: width 0.6s ease; }
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.progress-bar {
|
||||
@ -4006,8 +4006,8 @@ input[type="button"].btn-block {
|
||||
.list-group-item.active {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.list-group-item + .list-group-item {
|
||||
border-top-width: 0; }
|
||||
.list-group-item + .list-group-item.active {
|
||||
@ -4846,7 +4846,7 @@ a.close.disabled {
|
||||
vertical-align: text-top !important; }
|
||||
|
||||
.bg-primary {
|
||||
background-color: #02a8b5 !important; }
|
||||
background-color: #114E8B !important; }
|
||||
|
||||
a.bg-primary:hover, a.bg-primary:focus,
|
||||
button.bg-primary:hover,
|
||||
@ -4962,7 +4962,7 @@ button.bg-purple:focus {
|
||||
border-left: 0 !important; }
|
||||
|
||||
.border-primary {
|
||||
border-color: #02a8b5 !important; }
|
||||
border-color: #114E8B !important; }
|
||||
|
||||
.border-secondary {
|
||||
border-color: #dee2e6 !important; }
|
||||
@ -7224,7 +7224,7 @@ button.bg-purple:focus {
|
||||
color: #fff !important; }
|
||||
|
||||
.text-primary {
|
||||
color: #02a8b5 !important; }
|
||||
color: #114E8B !important; }
|
||||
|
||||
a.text-primary:hover, a.text-primary:focus {
|
||||
color: #016269 !important; }
|
||||
@ -7388,11 +7388,11 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
box-shadow: none; }
|
||||
|
||||
.badge-soft-primary {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.18);
|
||||
box-shadow: none; }
|
||||
.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none;
|
||||
background-color: rgba(2, 168, 181, 0.4); }
|
||||
|
||||
@ -7478,12 +7478,12 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
background-color: rgba(101, 89, 204, 0.4); }
|
||||
|
||||
.badge-outline-primary {
|
||||
color: #02a8b5;
|
||||
border: 1px solid #02a8b5;
|
||||
color: #114E8B;
|
||||
border: 1px solid #114E8B;
|
||||
background-color: transparent;
|
||||
box-shadow: none; }
|
||||
.badge-outline-primary[href]:hover, .badge-outline-primary[href]:focus {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none;
|
||||
background-color: rgba(2, 168, 181, 0.2); }
|
||||
|
||||
@ -7669,7 +7669,7 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
|
||||
.btn-link {
|
||||
font-weight: 400;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.btn-link:hover {
|
||||
color: #fff;
|
||||
@ -7685,22 +7685,22 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
pointer-events: none; }
|
||||
|
||||
.btn-outline-primary {
|
||||
color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:focus, .btn-outline-primary.focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.5); }
|
||||
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-outline-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-outline-primary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.5); }
|
||||
@ -7911,12 +7911,12 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
border-radius: .15rem; }
|
||||
|
||||
.btn-soft-primary {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.18);
|
||||
border-color: rgba(2, 168, 181, 0.12); }
|
||||
.btn-soft-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.btn-soft-primary:focus, .btn-soft-primary.focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.3); }
|
||||
|
||||
@ -8011,7 +8011,7 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.3); }
|
||||
|
||||
.btn-bordered-primary {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff !important;
|
||||
border-bottom: 2px solid #017983; }
|
||||
.btn-bordered-primary:focus, .btn-bordered-primary.focus {
|
||||
@ -8193,7 +8193,7 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
.megamenu-list li a {
|
||||
color: #94a0ad; }
|
||||
.megamenu-list li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.megamenu-list li:before {
|
||||
content: "\F0130";
|
||||
position: absolute;
|
||||
@ -8358,7 +8358,7 @@ select[size] option {
|
||||
padding: 15px 25px 15px 25px;
|
||||
line-height: 22px;
|
||||
font-size: 18px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
margin: 0; }
|
||||
@ -8394,7 +8394,7 @@ select[size] option {
|
||||
border: 0 !important;
|
||||
padding: 10px 20px; }
|
||||
.nav-bordered a.active {
|
||||
border-bottom: 2px solid #02a8b5 !important; }
|
||||
border-bottom: 2px solid #114E8B !important; }
|
||||
|
||||
.tab-content {
|
||||
padding: 20px 0 0 0; }
|
||||
|
||||
2
assets/css/bootstrap-creative-dark.min.css
vendored
2
assets/css/bootstrap-creative-dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
138
assets/css/bootstrap-creative.css
vendored
138
assets/css/bootstrap-creative.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (Creative Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (Creative Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
|
||||
/*!
|
||||
@ -23,12 +23,12 @@ File: Custom Bootstrap Css File (Creative Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f7b84b;
|
||||
--green: #1abc9c;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #4ad0e6;
|
||||
--white: #fff;
|
||||
--gray: #93a4ad;
|
||||
--gray-dark: #343a40;
|
||||
--primary: #02a8b5;
|
||||
--primary: #114E8B;
|
||||
--secondary: #6c757d;
|
||||
--success: #3b82da;
|
||||
--info: #4ad0e6;
|
||||
@ -144,7 +144,7 @@ sup {
|
||||
top: -.5em; }
|
||||
|
||||
a {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none;
|
||||
background-color: transparent; }
|
||||
a:hover {
|
||||
@ -1590,7 +1590,7 @@ textarea.form-control {
|
||||
width: 100%;
|
||||
margin-top: 0.25rem;
|
||||
font-size: 0.75rem;
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.valid-tooltip {
|
||||
position: absolute;
|
||||
@ -1614,14 +1614,14 @@ textarea.form-control {
|
||||
display: block; }
|
||||
|
||||
.was-validated .form-control:valid, .form-control.is-valid {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
padding-right: calc(1.5em + 0.9rem);
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2302a8b5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right calc(0.375em + 0.225rem) center;
|
||||
background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }
|
||||
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.25); }
|
||||
|
||||
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
|
||||
@ -1629,15 +1629,15 @@ textarea.form-control {
|
||||
background-position: top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem); }
|
||||
|
||||
.was-validated .custom-select:valid, .custom-select.is-valid {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
padding-right: calc(0.75em + 2.575rem);
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2302a8b5' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.9rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }
|
||||
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.25); }
|
||||
|
||||
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
|
||||
.was-validated .form-check-input:valid ~ .valid-feedback,
|
||||
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
|
||||
@ -1645,9 +1645,9 @@ textarea.form-control {
|
||||
display: block; }
|
||||
|
||||
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
|
||||
border-color: #03d7e7;
|
||||
@ -1657,13 +1657,13 @@ textarea.form-control {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.25); }
|
||||
|
||||
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
|
||||
border-color: #02a8b5; }
|
||||
border-color: #114E8B; }
|
||||
|
||||
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
|
||||
border-color: #02a8b5;
|
||||
border-color: #114E8B;
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.25); }
|
||||
|
||||
.invalid-feedback {
|
||||
@ -1828,8 +1828,8 @@ fieldset:disabled a.btn {
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #02858f;
|
||||
@ -1841,8 +1841,8 @@ fieldset:disabled a.btn {
|
||||
box-shadow: 0 0 0 0.15rem rgba(40, 181, 192, 0.5); }
|
||||
.btn-primary.disabled, .btn-primary:disabled {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
@ -2087,22 +2087,22 @@ fieldset:disabled a.btn {
|
||||
box-shadow: 0 0 0 0.15rem rgba(124, 114, 212, 0.5); }
|
||||
|
||||
.btn-outline-primary {
|
||||
color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:focus, .btn-outline-primary.focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.5); }
|
||||
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-outline-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-outline-primary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.5); }
|
||||
@ -2298,7 +2298,7 @@ fieldset:disabled a.btn {
|
||||
|
||||
.btn-link {
|
||||
font-weight: 400;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none; }
|
||||
.btn-link:hover {
|
||||
color: #016269;
|
||||
@ -2752,8 +2752,8 @@ input[type="button"].btn-block {
|
||||
opacity: 0; }
|
||||
.custom-control-input:checked ~ .custom-control-label::before {
|
||||
color: #fff;
|
||||
border-color: #02a8b5;
|
||||
background-color: #02a8b5; }
|
||||
border-color: #114E8B;
|
||||
background-color: #114E8B; }
|
||||
.custom-control-input:focus ~ .custom-control-label::before {
|
||||
box-shadow: none; }
|
||||
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
||||
@ -2799,8 +2799,8 @@ input[type="button"].btn-block {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
|
||||
|
||||
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
||||
border-color: #02a8b5;
|
||||
background-color: #02a8b5; }
|
||||
border-color: #114E8B;
|
||||
background-color: #114E8B; }
|
||||
|
||||
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
|
||||
@ -2971,7 +2971,7 @@ input[type="button"].btn-block {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
margin-top: -0.25rem;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
@ -2995,7 +2995,7 @@ input[type="button"].btn-block {
|
||||
.custom-range::-moz-range-thumb {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
@ -3022,7 +3022,7 @@ input[type="button"].btn-block {
|
||||
margin-top: 0;
|
||||
margin-right: 0.15rem;
|
||||
margin-left: 0.15rem;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
@ -3117,7 +3117,7 @@ input[type="button"].btn-block {
|
||||
.nav-pills .nav-link.active,
|
||||
.nav-pills .show > .nav-link {
|
||||
color: #fff;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
|
||||
.nav-fill > .nav-link,
|
||||
.nav-fill .nav-item {
|
||||
@ -3631,8 +3631,8 @@ input[type="button"].btn-block {
|
||||
.page-item.active .page-link {
|
||||
z-index: 3;
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
|
||||
.page-item.disabled .page-link {
|
||||
color: #93a4ad;
|
||||
@ -3697,7 +3697,7 @@ input[type="button"].btn-block {
|
||||
|
||||
.badge-primary {
|
||||
color: #fff;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
a.badge-primary:hover, a.badge-primary:focus {
|
||||
color: #fff;
|
||||
background-color: #017983; }
|
||||
@ -3944,7 +3944,7 @@ input[type="button"].btn-block {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
transition: width 0.6s ease; }
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.progress-bar {
|
||||
@ -4006,8 +4006,8 @@ input[type="button"].btn-block {
|
||||
.list-group-item.active {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.list-group-item + .list-group-item {
|
||||
border-top-width: 0; }
|
||||
.list-group-item + .list-group-item.active {
|
||||
@ -4846,7 +4846,7 @@ a.close.disabled {
|
||||
vertical-align: text-top !important; }
|
||||
|
||||
.bg-primary {
|
||||
background-color: #02a8b5 !important; }
|
||||
background-color: #114E8B !important; }
|
||||
|
||||
a.bg-primary:hover, a.bg-primary:focus,
|
||||
button.bg-primary:hover,
|
||||
@ -4962,7 +4962,7 @@ button.bg-purple:focus {
|
||||
border-left: 0 !important; }
|
||||
|
||||
.border-primary {
|
||||
border-color: #02a8b5 !important; }
|
||||
border-color: #114E8B !important; }
|
||||
|
||||
.border-secondary {
|
||||
border-color: #6c757d !important; }
|
||||
@ -7224,7 +7224,7 @@ button.bg-purple:focus {
|
||||
color: #fff !important; }
|
||||
|
||||
.text-primary {
|
||||
color: #02a8b5 !important; }
|
||||
color: #114E8B !important; }
|
||||
|
||||
a.text-primary:hover, a.text-primary:focus {
|
||||
color: #016269 !important; }
|
||||
@ -7388,11 +7388,11 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
box-shadow: none; }
|
||||
|
||||
.badge-soft-primary {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.18);
|
||||
box-shadow: none; }
|
||||
.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none;
|
||||
background-color: rgba(2, 168, 181, 0.4); }
|
||||
|
||||
@ -7478,12 +7478,12 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
background-color: rgba(101, 89, 204, 0.4); }
|
||||
|
||||
.badge-outline-primary {
|
||||
color: #02a8b5;
|
||||
border: 1px solid #02a8b5;
|
||||
color: #114E8B;
|
||||
border: 1px solid #114E8B;
|
||||
background-color: transparent;
|
||||
box-shadow: none; }
|
||||
.badge-outline-primary[href]:hover, .badge-outline-primary[href]:focus {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
text-decoration: none;
|
||||
background-color: rgba(2, 168, 181, 0.2); }
|
||||
|
||||
@ -7669,7 +7669,7 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
|
||||
.btn-link {
|
||||
font-weight: 400;
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.btn-link:hover {
|
||||
color: #016269;
|
||||
@ -7685,22 +7685,22 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
pointer-events: none; }
|
||||
|
||||
.btn-outline-primary {
|
||||
color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:focus, .btn-outline-primary.focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.5); }
|
||||
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: transparent; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-outline-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #02a8b5;
|
||||
border-color: #02a8b5; }
|
||||
background-color: #114E8B;
|
||||
border-color: #114E8B; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-outline-primary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.5); }
|
||||
@ -7911,12 +7911,12 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
border-radius: .15rem; }
|
||||
|
||||
.btn-soft-primary {
|
||||
color: #02a8b5;
|
||||
color: #114E8B;
|
||||
background-color: rgba(2, 168, 181, 0.18);
|
||||
border-color: rgba(2, 168, 181, 0.12); }
|
||||
.btn-soft-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #02a8b5; }
|
||||
background-color: #114E8B; }
|
||||
.btn-soft-primary:focus, .btn-soft-primary.focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(2, 168, 181, 0.3); }
|
||||
|
||||
@ -8011,7 +8011,7 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.3); }
|
||||
|
||||
.btn-bordered-primary {
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff !important;
|
||||
border-bottom: 2px solid #017983; }
|
||||
.btn-bordered-primary:focus, .btn-bordered-primary.focus {
|
||||
@ -8193,7 +8193,7 @@ a.text-purple:hover, a.text-purple:focus {
|
||||
.megamenu-list li a {
|
||||
color: #343a40; }
|
||||
.megamenu-list li a:hover {
|
||||
color: #02a8b5; }
|
||||
color: #114E8B; }
|
||||
.megamenu-list li:before {
|
||||
content: "\F0130";
|
||||
position: absolute;
|
||||
@ -8358,7 +8358,7 @@ select[size] option {
|
||||
padding: 15px 25px 15px 25px;
|
||||
line-height: 22px;
|
||||
font-size: 18px;
|
||||
background-color: #02a8b5;
|
||||
background-color: #114E8B;
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
margin: 0; }
|
||||
@ -8394,7 +8394,7 @@ select[size] option {
|
||||
border: 0 !important;
|
||||
padding: 10px 20px; }
|
||||
.nav-bordered a.active {
|
||||
border-bottom: 2px solid #02a8b5 !important; }
|
||||
border-bottom: 2px solid #114E8B !important; }
|
||||
|
||||
.tab-content {
|
||||
padding: 20px 0 0 0; }
|
||||
|
||||
2
assets/css/bootstrap-creative.min.css
vendored
2
assets/css/bootstrap-creative.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
assets/css/bootstrap-dark.css
vendored
16
assets/css/bootstrap-dark.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (Default Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (Default Demo)
|
||||
*/
|
||||
/*!
|
||||
* Bootstrap v4.5.2 (https://getbootstrap.com/)
|
||||
@ -22,7 +22,7 @@ File: Custom Bootstrap Css File - Dark (Default Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f7b84b;
|
||||
--green: #1abc9c;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #37cde6;
|
||||
--white: #fff;
|
||||
--gray: #cedeef;
|
||||
|
||||
2
assets/css/bootstrap-dark.min.css
vendored
2
assets/css/bootstrap-dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
assets/css/bootstrap-modern-dark.css
vendored
16
assets/css/bootstrap-modern-dark.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (Modern Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (Modern Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
|
||||
/*!
|
||||
@ -23,7 +23,7 @@ File: Custom Bootstrap Css File - Dark (Modern Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f4bf3e;
|
||||
--green: #18c984;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #48c2e7;
|
||||
--white: #fff;
|
||||
--gray: #cedeef;
|
||||
|
||||
2
assets/css/bootstrap-modern-dark.min.css
vendored
2
assets/css/bootstrap-modern-dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
assets/css/bootstrap-modern.css
vendored
16
assets/css/bootstrap-modern.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (Modern Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (Modern Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
|
||||
/*!
|
||||
@ -23,7 +23,7 @@ File: Custom Bootstrap Css File (Modern Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f4bf3e;
|
||||
--green: #18c984;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #48c2e7;
|
||||
--white: #fff;
|
||||
--gray: #98a6ad;
|
||||
|
||||
2
assets/css/bootstrap-modern.min.css
vendored
2
assets/css/bootstrap-modern.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
assets/css/bootstrap-saas-dark.css
vendored
16
assets/css/bootstrap-saas-dark.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (SAAS Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File - Dark (SAAS Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&display=swap");
|
||||
/*!
|
||||
@ -23,7 +23,7 @@ File: Custom Bootstrap Css File - Dark (SAAS Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f7b84b;
|
||||
--green: #1abc9c;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #37cde6;
|
||||
--white: #fff;
|
||||
--gray: #cedeef;
|
||||
|
||||
2
assets/css/bootstrap-saas-dark.min.css
vendored
2
assets/css/bootstrap-saas-dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
assets/css/bootstrap-saas.css
vendored
16
assets/css/bootstrap-saas.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (SAAS Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (SAAS Demo)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&display=swap");
|
||||
/*!
|
||||
@ -23,7 +23,7 @@ File: Custom Bootstrap Css File (SAAS Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f7b84b;
|
||||
--green: #1abc9c;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #37cde6;
|
||||
--white: #fff;
|
||||
--gray: #98a6ad;
|
||||
|
||||
2
assets/css/bootstrap-saas.min.css
vendored
2
assets/css/bootstrap-saas.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
assets/css/bootstrap.css
vendored
16
assets/css/bootstrap.css
vendored
@ -1,11 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (Default Demo)
|
||||
/*
|
||||
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: CoderThemes
|
||||
Version: 5.0.0
|
||||
Website: https://coderthemes.com/
|
||||
Contact: support@coderthemes.com
|
||||
File: Custom Bootstrap Css File (Default Demo)
|
||||
*/
|
||||
/*!
|
||||
* Bootstrap v4.5.2 (https://getbootstrap.com/)
|
||||
@ -22,7 +22,7 @@ File: Custom Bootstrap Css File (Default Demo)
|
||||
--orange: #fd7e14;
|
||||
--yellow: #f7b84b;
|
||||
--green: #1abc9c;
|
||||
--teal: #02a8b5;
|
||||
--teal: #114E8B;
|
||||
--cyan: #37cde6;
|
||||
--white: #fff;
|
||||
--gray: #98a6ad;
|
||||
|
||||
2
assets/css/bootstrap.min.css
vendored
2
assets/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
assets/images/favicon_old.ico
Normal file
BIN
assets/images/favicon_old.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
@ -1 +1 @@
|
||||
var colors=["#727cf5","#e3eaef"];(dataColors=$("#revenue-report").data("colors"))&&(colors=dataColors.split(","));var options={chart:{height:265,type:"bar",stacked:!0,toolbar:{show:!1}},plotOptions:{bar:{horizontal:!1,columnWidth:"25%"}},dataLabels:{enabled:!1},stroke:{show:!0,width:2,colors:["transparent"]},series:[{name:"Actual",data:[65,59,80,81,56,89,40,32,65,59,80,81]},{name:"Projection",data:[89,40,32,65,59,80,81,56,89,40,65,59]}],zoom:{enabled:!1},legend:{show:!1},colors:colors,xaxis:{categories:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],axisBorder:{show:!1}},yaxis:{labels:{formatter:function(a){return a+"k"},offsetX:-15}},fill:{opacity:1},tooltip:{y:{formatter:function(a){return"$"+a+"k"}}}};(chart=new ApexCharts(document.querySelector("#revenue-report"),options)).render();colors=["#3bafda","#1abc9c","#f672a7"];(dataColors=$("#products-sales").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:265,type:"line",padding:{right:0,left:0},stacked:!1,toolbar:{show:!1}},stroke:{width:[1,2],curve:"smooth"},plotOptions:{bar:{columnWidth:"50%"}},colors:colors,series:[{name:"Desktops",type:"area",data:[44,55,41,67,22,43,21,41,56,27,43]},{name:"Laptops",type:"line",data:[30,25,36,30,45,35,64,52,59,36,39]}],fill:{opacity:[.25,1],gradient:{inverseColors:!1,shade:"light",type:"vertical",opacityFrom:.85,opacityTo:.55,stops:[0,100,100,100]}},labels:["01/01/2020","02/01/2020","03/01/2020","04/01/2020","05/01/2020","06/01/2020","07/01/2020","08/01/2020","09/01/2020","10/01/2020","11/01/2020"],markers:{size:0},legend:{offsetY:5},xaxis:{type:"datetime"},yaxis:{labels:{formatter:function(a){return a+"k"},offsetX:-10}},tooltip:{shared:!0,intersect:!1,y:{formatter:function(a){return void 0!==a?a.toFixed(0)+" Dollars":a}}},grid:{borderColor:"#f1f3fa",padding:{bottom:10}}};(chart=new ApexCharts(document.querySelector("#products-sales"),options)).render();colors=["#727cf5","#02a8b5","#fd7e14"];(dataColors=$("#marketing-reports").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:274,type:"radar",toolbar:{show:!1}},series:[{name:"Series 1",data:[80,50,30,40,100,20]},{name:"Series 2",data:[20,30,40,80,20,80]},{name:"Series 3",data:[44,76,78,13,43,10]}],stroke:{width:0},fill:{opacity:.4},markers:{size:0},legend:{show:!1},colors:colors,labels:["2011","2012","2013","2014","2015","2016"]};(chart=new ApexCharts(document.querySelector("#marketing-reports"),options)).render();var dataColors;colors=["#39afd1","#ffbc00","#313a46","#fa5c7c"];(dataColors=$("#projections-actuals").data("colors"))&&(colors=dataColors.split(","));var chart;options={chart:{height:312,type:"donut"},series:[44,55,41,17],legend:{show:!0,position:"bottom",horizontalAlign:"center",verticalAlign:"middle",floating:!1,fontSize:"14px",offsetX:0,offsetY:7},labels:["Direct","Affilliate","Sponsored","E-mail"],colors:colors,responsive:[{breakpoint:600,options:{chart:{height:240},legend:{show:!1}}}]};(chart=new ApexCharts(document.querySelector("#projections-actuals"),options)).render(),$("#world-map-markers").vectorMap({map:"world_mill_en",normalizeFunction:"polynomial",hoverOpacity:.7,hoverColor:!1,regionStyle:{initial:{fill:"#d4dadd"}},markerStyle:{initial:{r:9,fill:"#1abc9c","fill-opacity":.9,stroke:"#fff","stroke-width":7,"stroke-opacity":.4},hover:{stroke:"#fff","fill-opacity":1,"stroke-width":1.5}},backgroundColor:"transparent",markers:[{latLng:[41.9,12.45],name:"Vatican City"},{latLng:[43.73,7.41],name:"Monaco"},{latLng:[-.52,166.93],name:"Nauru"},{latLng:[-8.51,179.21],name:"Tuvalu"},{latLng:[43.93,12.46],name:"San Marino"},{latLng:[47.14,9.52],name:"Liechtenstein"},{latLng:[7.11,171.06],name:"Marshall Islands"},{latLng:[17.3,-62.73],name:"Saint Kitts and Nevis"},{latLng:[3.2,73.22],name:"Maldives"},{latLng:[35.88,14.5],name:"Malta"},{latLng:[12.05,-61.75],name:"Grenada"},{latLng:[13.16,-61.23],name:"Saint Vincent and the Grenadines"},{latLng:[13.16,-59.55],name:"Barbados"},{latLng:[17.11,-61.85],name:"Antigua and Barbuda"},{latLng:[-4.61,55.45],name:"Seychelles"},{latLng:[7.35,134.46],name:"Palau"},{latLng:[42.5,1.51],name:"Andorra"},{latLng:[14.01,-60.98],name:"Saint Lucia"},{latLng:[6.91,158.18],name:"Federated States of Micronesia"},{latLng:[1.3,103.8],name:"Singapore"},{latLng:[.33,6.73],name:"São Tomé and PrÃncipe"}]});
|
||||
var colors=["#727cf5","#e3eaef"];(dataColors=$("#revenue-report").data("colors"))&&(colors=dataColors.split(","));var options={chart:{height:265,type:"bar",stacked:!0,toolbar:{show:!1}},plotOptions:{bar:{horizontal:!1,columnWidth:"25%"}},dataLabels:{enabled:!1},stroke:{show:!0,width:2,colors:["transparent"]},series:[{name:"Actual",data:[65,59,80,81,56,89,40,32,65,59,80,81]},{name:"Projection",data:[89,40,32,65,59,80,81,56,89,40,65,59]}],zoom:{enabled:!1},legend:{show:!1},colors:colors,xaxis:{categories:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],axisBorder:{show:!1}},yaxis:{labels:{formatter:function(a){return a+"k"},offsetX:-15}},fill:{opacity:1},tooltip:{y:{formatter:function(a){return"$"+a+"k"}}}};(chart=new ApexCharts(document.querySelector("#revenue-report"),options)).render();colors=["#3bafda","#1abc9c","#f672a7"];(dataColors=$("#products-sales").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:265,type:"line",padding:{right:0,left:0},stacked:!1,toolbar:{show:!1}},stroke:{width:[1,2],curve:"smooth"},plotOptions:{bar:{columnWidth:"50%"}},colors:colors,series:[{name:"Desktops",type:"area",data:[44,55,41,67,22,43,21,41,56,27,43]},{name:"Laptops",type:"line",data:[30,25,36,30,45,35,64,52,59,36,39]}],fill:{opacity:[.25,1],gradient:{inverseColors:!1,shade:"light",type:"vertical",opacityFrom:.85,opacityTo:.55,stops:[0,100,100,100]}},labels:["01/01/2020","02/01/2020","03/01/2020","04/01/2020","05/01/2020","06/01/2020","07/01/2020","08/01/2020","09/01/2020","10/01/2020","11/01/2020"],markers:{size:0},legend:{offsetY:5},xaxis:{type:"datetime"},yaxis:{labels:{formatter:function(a){return a+"k"},offsetX:-10}},tooltip:{shared:!0,intersect:!1,y:{formatter:function(a){return void 0!==a?a.toFixed(0)+" Dollars":a}}},grid:{borderColor:"#f1f3fa",padding:{bottom:10}}};(chart=new ApexCharts(document.querySelector("#products-sales"),options)).render();colors=["#727cf5","#114E8B","#fd7e14"];(dataColors=$("#marketing-reports").data("colors"))&&(colors=dataColors.split(","));options={chart:{height:274,type:"radar",toolbar:{show:!1}},series:[{name:"Series 1",data:[80,50,30,40,100,20]},{name:"Series 2",data:[20,30,40,80,20,80]},{name:"Series 3",data:[44,76,78,13,43,10]}],stroke:{width:0},fill:{opacity:.4},markers:{size:0},legend:{show:!1},colors:colors,labels:["2011","2012","2013","2014","2015","2016"]};(chart=new ApexCharts(document.querySelector("#marketing-reports"),options)).render();var dataColors;colors=["#39afd1","#ffbc00","#313a46","#fa5c7c"];(dataColors=$("#projections-actuals").data("colors"))&&(colors=dataColors.split(","));var chart;options={chart:{height:312,type:"donut"},series:[44,55,41,17],legend:{show:!0,position:"bottom",horizontalAlign:"center",verticalAlign:"middle",floating:!1,fontSize:"14px",offsetX:0,offsetY:7},labels:["Direct","Affilliate","Sponsored","E-mail"],colors:colors,responsive:[{breakpoint:600,options:{chart:{height:240},legend:{show:!1}}}]};(chart=new ApexCharts(document.querySelector("#projections-actuals"),options)).render(),$("#world-map-markers").vectorMap({map:"world_mill_en",normalizeFunction:"polynomial",hoverOpacity:.7,hoverColor:!1,regionStyle:{initial:{fill:"#d4dadd"}},markerStyle:{initial:{r:9,fill:"#1abc9c","fill-opacity":.9,stroke:"#fff","stroke-width":7,"stroke-opacity":.4},hover:{stroke:"#fff","fill-opacity":1,"stroke-width":1.5}},backgroundColor:"transparent",markers:[{latLng:[41.9,12.45],name:"Vatican City"},{latLng:[43.73,7.41],name:"Monaco"},{latLng:[-.52,166.93],name:"Nauru"},{latLng:[-8.51,179.21],name:"Tuvalu"},{latLng:[43.93,12.46],name:"San Marino"},{latLng:[47.14,9.52],name:"Liechtenstein"},{latLng:[7.11,171.06],name:"Marshall Islands"},{latLng:[17.3,-62.73],name:"Saint Kitts and Nevis"},{latLng:[3.2,73.22],name:"Maldives"},{latLng:[35.88,14.5],name:"Malta"},{latLng:[12.05,-61.75],name:"Grenada"},{latLng:[13.16,-61.23],name:"Saint Vincent and the Grenadines"},{latLng:[13.16,-59.55],name:"Barbados"},{latLng:[17.11,-61.85],name:"Antigua and Barbuda"},{latLng:[-4.61,55.45],name:"Seychelles"},{latLng:[7.35,134.46],name:"Palau"},{latLng:[42.5,1.51],name:"Andorra"},{latLng:[14.01,-60.98],name:"Saint Lucia"},{latLng:[6.91,158.18],name:"Federated States of Micronesia"},{latLng:[1.3,103.8],name:"Singapore"},{latLng:[.33,6.73],name:"São Tomé and PrÃncipe"}]});
|
||||
Binary file not shown.
Binary file not shown.
BIN
uploads/1/airline_invoice/299_1687760660___dummy.pdf
Normal file
BIN
uploads/1/airline_invoice/299_1687760660___dummy.pdf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Dec-2022-1687501371.xlsx
Normal file
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Dec-2022-1687501371.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jan-2020-1687419620.xlsx
Normal file
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jan-2020-1687419620.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jan-2023-1687497946.xlsx
Normal file
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jan-2023-1687497946.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jan-2023-1687498050.xlsx
Normal file
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jan-2023-1687498050.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jan-2023-1687500303.xlsx
Normal file
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jan-2023-1687500303.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jun-2023-1687504338.xlsx
Normal file
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jun-2023-1687504338.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jun-2023-1687760003.xlsx
Normal file
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jun-2023-1687760003.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jun-2023-1687762439.xlsx
Normal file
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Jun-2023-1687762439.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Oct-2022-1687501287.xlsx
Normal file
BIN
uploads/1/gstr2a/GSTR2A-12DWWPD9503H135-Oct-2022-1687501287.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/tmc/TMC-testagent-Jun-2023-1687760068.xlsx
Normal file
BIN
uploads/1/tmc/TMC-testagent-Jun-2023-1687760068.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/tmc/TMC-testagent-Jun-2023-1687762567.xlsx
Normal file
BIN
uploads/1/tmc/TMC-testagent-Jun-2023-1687762567.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/tmc/TMC-testagent-May-2020-1687773551.xlsx
Normal file
BIN
uploads/1/tmc/TMC-testagent-May-2020-1687773551.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/tmc/TMC-testagent-May-2020-1687775850.xlsx
Normal file
BIN
uploads/1/tmc/TMC-testagent-May-2020-1687775850.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/tmc/TMC-testagent-May-2020-1687775907.xlsx
Normal file
BIN
uploads/1/tmc/TMC-testagent-May-2020-1687775907.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/tmc/TMC-testagent-May-2020-1687775962.xlsx
Normal file
BIN
uploads/1/tmc/TMC-testagent-May-2020-1687775962.xlsx
Normal file
Binary file not shown.
BIN
uploads/1/tmc/TMC-testagent-May-2020-1689567811.xlsx
Normal file
BIN
uploads/1/tmc/TMC-testagent-May-2020-1689567811.xlsx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user