update
parent
0dfa0fa5f0
commit
ae64d2f19b
|
@ -168,6 +168,8 @@ if (!function_exists('status_kuesioner')) {
|
||||||
{
|
{
|
||||||
//0 = Belum di Verifikasi Dinas
|
//0 = Belum di Verifikasi Dinas
|
||||||
//1 = Sudah Diusulkan Oleh Dinas atau Sudin
|
//1 = Sudah Diusulkan Oleh Dinas atau Sudin
|
||||||
|
//2 = Approve Dokumen
|
||||||
|
//3 = Ditolak Dokumen
|
||||||
|
|
||||||
//1 = Sudah di Verifikasi Dinas -> Hold Menunggu Usulan
|
//1 = Sudah di Verifikasi Dinas -> Hold Menunggu Usulan
|
||||||
//2 = Ditolak Oleh Dinas
|
//2 = Ditolak Oleh Dinas
|
||||||
|
|
|
@ -280,31 +280,31 @@ class KuesionerController extends Controller
|
||||||
$kegiatanFormatted[] = [
|
$kegiatanFormatted[] = [
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'name' => 'pemilahan_sampah',
|
'name' => 'pemilahan_sampah',
|
||||||
'text' => $kegiatanText['pemilahan_sampah'] ?? null
|
'text' => $kegiatan_lingkunganText['pemilahan_sampah'] ?? null
|
||||||
];
|
];
|
||||||
} elseif ($value == 2) {
|
} elseif ($value == 2) {
|
||||||
$kegiatanFormatted[] = [
|
$kegiatanFormatted[] = [
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'name' => 'penanaman_pohon',
|
'name' => 'penanaman_pohon',
|
||||||
'text' => $kegiatanText['penanaman_pohon'] ?? null
|
'text' => $kegiatan_lingkunganText['penanaman_pohon'] ?? null
|
||||||
];
|
];
|
||||||
}elseif ($value == 3) {
|
}elseif ($value == 3) {
|
||||||
$kegiatanFormatted[] = [
|
$kegiatanFormatted[] = [
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'name' => 'kegiatan_1',
|
'name' => 'kegiatan_1',
|
||||||
'text' => $kegiatanText['kegiatan_1'] ?? null
|
'text' => $kegiatan_lingkunganText['kegiatan_1'] ?? null
|
||||||
];
|
];
|
||||||
}elseif ($value == 4) {
|
}elseif ($value == 4) {
|
||||||
$kegiatanFormatted[] = [
|
$kegiatanFormatted[] = [
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'name' => 'kegiatan_2',
|
'name' => 'kegiatan_2',
|
||||||
'text' => $kegiatanText['kegiatan_2'] ?? null
|
'text' => $kegiatan_lingkunganText['kegiatan_2'] ?? null
|
||||||
];
|
];
|
||||||
}elseif ($value == 5) {
|
}elseif ($value == 5) {
|
||||||
$kegiatanFormatted[] = [
|
$kegiatanFormatted[] = [
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'name' => 'kegiatan_3',
|
'name' => 'kegiatan_3',
|
||||||
'text' => $kegiatanText['kegiatan_3'] ?? null
|
'text' => $kegiatan_lingkunganText['kegiatan_3'] ?? null
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -317,13 +317,13 @@ class KuesionerController extends Controller
|
||||||
$pihakKegiatanFormatted[] = [
|
$pihakKegiatanFormatted[] = [
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'name' => 'internal',
|
'name' => 'internal',
|
||||||
'text' => $pihakKegiatanText['internal'] ?? null
|
'text' => $pihak_kegiatan_lingkunganText['internal'] ?? null
|
||||||
];
|
];
|
||||||
} elseif ($value == 2) {
|
} elseif ($value == 2) {
|
||||||
$pihakKegiatanFormatted[] = [
|
$pihakKegiatanFormatted[] = [
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'name' => 'eksternal',
|
'name' => 'eksternal',
|
||||||
'text' => $pihakKegiatanText['eksternal'] ?? null
|
'text' => $pihak_kegiatan_lingkunganText['eksternal'] ?? null
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,16 +58,18 @@ class AdministrasiController extends Controller
|
||||||
$dok = DokumenAdministrasi::where('ms_sekolah_id',$row->ms_sekolah_id)->where('tahun',date('Y'))->first();
|
$dok = DokumenAdministrasi::where('ms_sekolah_id',$row->ms_sekolah_id)->where('tahun',date('Y'))->first();
|
||||||
|
|
||||||
if(session('group_alias') == 'sekolah'){
|
if(session('group_alias') == 'sekolah'){
|
||||||
if(@$dok->status == 0){
|
if((@$dok->status == 0) || (@$dok->status == 2)){
|
||||||
$action .= '<a href="#" data-filetim="'.asset('uploads/'.$dok->file_sk_tim).'" data-fileusulan="'.asset('uploads/'.$dok->file_usulan).'" data-link="'.@$dok->link.'" data-level="'.$row->level.'" data-secureid="'.encode_id($row->KuesionerId).'" data-toggle="modal" data-target="#modal" title="View Data" data-jenisusulan="'.$jenis_usulan.'" class="btn btn-xs btn-block btn-primary btnModal"><i class="fal fa-pencil text-white"></i></a>';
|
if($row->status != 0){
|
||||||
|
$action .= '<a href="#" data-filetim="'.@$dok->file_sk_tim.'" data-fileusulan="'.@$dok->file_usulan.'" data-link="'.@$dok->link.'" data-level="'.$row->level.'" data-secureid="'.encode_id($row->KuesionerId).'" data-toggle="modal" data-target="#modal" title="View Data" data-jenisusulan="'.$jenis_usulan.'" class="btn btn-xs btn-block btn-primary btnModal"><i class="fal fa-pencil text-white"></i></a>';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// $action .= '<a href="#" data-link="'.@$dok->link.'" data-jenisusulan="'.$jenis_usulan.'" class="btn btn-xs btn-block btn-secondary toggle-row" data-toggle="tooltip" data-placement="top" title="JUDUL"><i class="fal fa-list text-white"></i></a>';
|
// $action .= '<a href="#" data-link="'.@$dok->link.'" data-jenisusulan="'.$jenis_usulan.'" class="btn btn-xs btn-block btn-secondary toggle-row" data-toggle="tooltip" data-placement="top" title="JUDUL"><i class="fal fa-list text-white"></i></a>';
|
||||||
if(session('group_alias') == 'dinas'){
|
if((session('group_alias') == 'dinas') || (session('group_alias') == 'suku_dinas')){
|
||||||
if(@$dok){
|
if(@$dok){
|
||||||
if(@$dok->status == 0){
|
if(@$dok->status == 0){
|
||||||
$action .= '<a href="#" data-href="'.url('usulan/administrasi/verifikasi/'.encode_id($dok->DokumenAdministrasiId)).'" data-toggle="tooltip" title="Verifikasi Data" class="btn btn-xs btn-block btn-success verifikasi"><i class="fal fa-check text-white"></i></a>';
|
$action .= '<a href="#" data-href="'.url('usulan/adiwiyata/administrasi/verifikasi/'.encode_id($dok->DokumenAdministrasiId)).'" data-toggle="tooltip" title="Verifikasi Data" class="btn btn-xs btn-block btn-success verifikasi"><i class="fal fa-check text-white"></i></a>';
|
||||||
$action .= '<a href="#" data-href="'.url('usulan/administrasi/tolak/'.encode_id($dok->DokumenAdministrasiId)).'" data-toggle="tooltip" title="Verifikasi Data" class="btn btn-xs btn-block btn-danger tolak"><i class="fal fa-times text-white"></i></a>';
|
$action .= '<a href="#" data-href="'.url('usulan/adiwiyata/administrasi/tolak/'.encode_id($dok->DokumenAdministrasiId)).'" data-toggle="tooltip" title="Verifikasi Data" class="btn btn-xs btn-block btn-danger tolak"><i class="fal fa-times text-white"></i></a>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -103,9 +105,9 @@ class AdministrasiController extends Controller
|
||||||
|
|
||||||
if(@$dok){
|
if(@$dok){
|
||||||
if(@$dok->status == 1){
|
if(@$dok->status == 1){
|
||||||
$labelDok = '<span class="badge badge-success">Dokumen Sudah Di Verifikasi</span>';
|
$labelDok = '<span class="badge badge-success">Dokumen Di Verifikasi</span>';
|
||||||
}elseif(@$dok->status == 2){
|
}elseif(@$dok->status == 2){
|
||||||
$labelDok = '<span class="badge badge-danger">Dokumen Sudah Di Tolak</span>';
|
$labelDok = '<span class="badge badge-danger">Dokumen Di Tolak</span>';
|
||||||
}else{
|
}else{
|
||||||
$labelDok = '<span class="badge badge-warning">Menuggu Verifikasi Dokumen</span>';
|
$labelDok = '<span class="badge badge-warning">Menuggu Verifikasi Dokumen</span>';
|
||||||
}
|
}
|
||||||
|
@ -113,6 +115,10 @@ class AdministrasiController extends Controller
|
||||||
$labelDok = '<span class="badge badge-danger">Belum Upload Dokumen</span>';
|
$labelDok = '<span class="badge badge-danger">Belum Upload Dokumen</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($row->status == 0){
|
||||||
|
$labelDok .= '<br><span class="badge badge-danger">Menunggu Usulan Dari Dinas/Sudin</span>';
|
||||||
|
}
|
||||||
|
|
||||||
$sekolah = '';
|
$sekolah = '';
|
||||||
$sekolah .= @$row->sekolah->nama_sekolah.'<br>';
|
$sekolah .= @$row->sekolah->nama_sekolah.'<br>';
|
||||||
$sekolah .= '<span class="badge badge-success">'.@$row->profile->tingkat->name.'</span> ';
|
$sekolah .= '<span class="badge badge-success">'.@$row->profile->tingkat->name.'</span> ';
|
||||||
|
|
|
@ -37,22 +37,20 @@ class KriteriaController extends Controller
|
||||||
'type' => 'error',
|
'type' => 'error',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
if(@$kuesioner){
|
||||||
if($kuesioner->status == 1){
|
if(@$kuesioner->status == 1){
|
||||||
|
|
||||||
if($kuesioner->level == 0){
|
|
||||||
|
|
||||||
$dok = DokumenAdministrasi::where('kuesioner_id',$kuesioner->KuesionerId)->first();
|
$dok = DokumenAdministrasi::where('kuesioner_id',$kuesioner->KuesionerId)->first();
|
||||||
$dok->status = 1;
|
if(@$dok->status == 0){
|
||||||
$dok->save();
|
return redirect('kuesioner/update/'.encode_id(session('sekolah_id')))->with([
|
||||||
|
'message' => 'Maaf menunggu verifikasi dokumen oleh Dinas/Sudin',
|
||||||
$kuesioner->status = 2;
|
'type' => 'error',
|
||||||
$kuesioner->save();
|
]);
|
||||||
}else{
|
}elseif(@$dok->status == 2){
|
||||||
return redirect('kuesioner/update/'.encode_id(session('sekolah_id')))->with([
|
return redirect('kuesioner/update/'.encode_id(session('sekolah_id')))->with([
|
||||||
'message' => 'Maaf menunggu verifikasi dokumen oleh Dinas/Sudin',
|
'message' => 'Dokumen ditolak oleh Dinas/Sudin, silahkan upload ulang',
|
||||||
'type' => 'error',
|
'type' => 'error',
|
||||||
]);
|
]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ use App\Models\Kuesioner;
|
||||||
use App\Models\KuesionerLog;
|
use App\Models\KuesionerLog;
|
||||||
use App\Models\Master\Sekolah;
|
use App\Models\Master\Sekolah;
|
||||||
use App\Models\Master\Provinsi;
|
use App\Models\Master\Provinsi;
|
||||||
|
use App\Models\SK;
|
||||||
|
|
||||||
class ProfileController extends Controller
|
class ProfileController extends Controller
|
||||||
{
|
{
|
||||||
|
@ -46,6 +47,7 @@ class ProfileController extends Controller
|
||||||
$data['luas_ruangan_ac'] = @$listrik->luas_ruangan_ac;
|
$data['luas_ruangan_ac'] = @$listrik->luas_ruangan_ac;
|
||||||
$data['luas_ruangan_non_ac'] = @$listrik->luas_ruangan_non_ac;
|
$data['luas_ruangan_non_ac'] = @$listrik->luas_ruangan_non_ac;
|
||||||
$data['jumlah_kader'] = @$listrik->jumlah_kader;
|
$data['jumlah_kader'] = @$listrik->jumlah_kader;
|
||||||
|
$data['sk'] = SK::where('tahun',date('Y'))->where('sekolah','like','%'.session('sekolah_id').'%')->first();
|
||||||
|
|
||||||
return view($this->template.'.sekolah', $data);
|
return view($this->template.'.sekolah', $data);
|
||||||
}else{
|
}else{
|
||||||
|
|
|
@ -300,9 +300,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
@ -370,7 +370,7 @@ RESULT:
|
||||||
border-color: #b19dce !important;
|
border-color: #b19dce !important;
|
||||||
z-index: 3; }
|
z-index: 3; }
|
||||||
.active.btn-default {
|
.active.btn-default {
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
|
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
|
||||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important; }
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important; }
|
||||||
|
@ -416,7 +416,7 @@ RESULT:
|
||||||
|
|
||||||
.header-function-fixed .btn-switch[data-class="header-function-fixed"], .nav-function-fixed .btn-switch[data-class="nav-function-fixed"], .nav-function-minify .btn-switch[data-class="nav-function-minify"], .nav-function-hidden .btn-switch[data-class="nav-function-hidden"], .nav-function-top .btn-switch[data-class="nav-function-top"], .nav-mobile-push .btn-switch[data-class="nav-mobile-push"], .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"], .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"], .mod-main-boxed .btn-switch[data-class="mod-main-boxed"], .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"], .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"], .mod-pace-custom .btn-switch[data-class="mod-pace-custom"], .mod-bigger-font .btn-switch[data-class="mod-bigger-font"], .mod-high-contrast .btn-switch[data-class="mod-high-contrast"], .mod-color-blind .btn-switch[data-class="mod-color-blind"], .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"], .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"], .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"], .mod-disable-animation .btn-switch[data-class="mod-disable-animation"], .mod-nav-link .btn-switch[data-class="mod-nav-link"], .mod-app-rtl .btn-switch[data-class="mod-app-rtl"] {
|
.header-function-fixed .btn-switch[data-class="header-function-fixed"], .nav-function-fixed .btn-switch[data-class="nav-function-fixed"], .nav-function-minify .btn-switch[data-class="nav-function-minify"], .nav-function-hidden .btn-switch[data-class="nav-function-hidden"], .nav-function-top .btn-switch[data-class="nav-function-top"], .nav-mobile-push .btn-switch[data-class="nav-mobile-push"], .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"], .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"], .mod-main-boxed .btn-switch[data-class="mod-main-boxed"], .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"], .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"], .mod-pace-custom .btn-switch[data-class="mod-pace-custom"], .mod-bigger-font .btn-switch[data-class="mod-bigger-font"], .mod-high-contrast .btn-switch[data-class="mod-high-contrast"], .mod-color-blind .btn-switch[data-class="mod-color-blind"], .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"], .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"], .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"], .mod-disable-animation .btn-switch[data-class="mod-disable-animation"], .mod-nav-link .btn-switch[data-class="mod-nav-link"], .mod-app-rtl .btn-switch[data-class="mod-app-rtl"] {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #3674B5 !important; }
|
background: #2164b3 !important; }
|
||||||
.header-function-fixed .btn-switch[data-class="header-function-fixed"]:before, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:before, .nav-function-minify .btn-switch[data-class="nav-function-minify"]:before, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:before, .nav-function-top .btn-switch[data-class="nav-function-top"]:before, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:before, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:before, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:before, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:before, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:before, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:before, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:before, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:before, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:before, .mod-color-blind .btn-switch[data-class="mod-color-blind"]:before, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:before, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:before, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:before, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:before, .mod-nav-link .btn-switch[data-class="mod-nav-link"]:before, .mod-app-rtl .btn-switch[data-class="mod-app-rtl"]:before {
|
.header-function-fixed .btn-switch[data-class="header-function-fixed"]:before, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:before, .nav-function-minify .btn-switch[data-class="nav-function-minify"]:before, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:before, .nav-function-top .btn-switch[data-class="nav-function-top"]:before, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:before, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:before, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:before, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:before, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:before, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:before, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:before, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:before, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:before, .mod-color-blind .btn-switch[data-class="mod-color-blind"]:before, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:before, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:before, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:before, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:before, .mod-nav-link .btn-switch[data-class="mod-nav-link"]:before, .mod-app-rtl .btn-switch[data-class="mod-app-rtl"]:before {
|
||||||
content: "ON" !important;
|
content: "ON" !important;
|
||||||
left: 7px !important;
|
left: 7px !important;
|
||||||
|
@ -426,10 +426,10 @@ RESULT:
|
||||||
right: 0 !important;
|
right: 0 !important;
|
||||||
left: auto !important;
|
left: auto !important;
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
color: #3674B5 !important; }
|
color: #2164b3 !important; }
|
||||||
.header-function-fixed .btn-switch[data-class="header-function-fixed"] + .onoffswitch-title, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"] + .onoffswitch-title, .nav-function-minify .btn-switch[data-class="nav-function-minify"] + .onoffswitch-title, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"] + .onoffswitch-title, .nav-function-top .btn-switch[data-class="nav-function-top"] + .onoffswitch-title, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"] + .onoffswitch-title, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"] + .onoffswitch-title, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] + .onoffswitch-title, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"] + .onoffswitch-title, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"] + .onoffswitch-title, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"] + .onoffswitch-title, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"] + .onoffswitch-title, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"] + .onoffswitch-title, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"] + .onoffswitch-title, .mod-color-blind .btn-switch[data-class="mod-color-blind"] + .onoffswitch-title, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"] + .onoffswitch-title, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"] + .onoffswitch-title, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"] + .onoffswitch-title, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"] + .onoffswitch-title, .mod-nav-link .btn-switch[data-class="mod-nav-link"] + .onoffswitch-title, .mod-app-rtl .btn-switch[data-class="mod-app-rtl"] + .onoffswitch-title {
|
.header-function-fixed .btn-switch[data-class="header-function-fixed"] + .onoffswitch-title, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"] + .onoffswitch-title, .nav-function-minify .btn-switch[data-class="nav-function-minify"] + .onoffswitch-title, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"] + .onoffswitch-title, .nav-function-top .btn-switch[data-class="nav-function-top"] + .onoffswitch-title, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"] + .onoffswitch-title, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"] + .onoffswitch-title, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] + .onoffswitch-title, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"] + .onoffswitch-title, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"] + .onoffswitch-title, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"] + .onoffswitch-title, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"] + .onoffswitch-title, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"] + .onoffswitch-title, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"] + .onoffswitch-title, .mod-color-blind .btn-switch[data-class="mod-color-blind"] + .onoffswitch-title, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"] + .onoffswitch-title, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"] + .onoffswitch-title, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"] + .onoffswitch-title, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"] + .onoffswitch-title, .mod-nav-link .btn-switch[data-class="mod-nav-link"] + .onoffswitch-title, .mod-app-rtl .btn-switch[data-class="mod-app-rtl"] + .onoffswitch-title {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
|
|
||||||
.info-card img.cover {
|
.info-card img.cover {
|
||||||
background-size: cover; }
|
background-size: cover; }
|
||||||
|
@ -474,8 +474,8 @@ RESULT:
|
||||||
.dropdown-icon-menu > ul > li .btn:hover, .header-btn:hover {
|
.dropdown-icon-menu > ul > li .btn:hover, .header-btn:hover {
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.settings-panel .expanded {
|
.settings-panel .expanded {
|
||||||
|
@ -524,7 +524,7 @@ RESULT:
|
||||||
width: 20px;
|
width: 20px;
|
||||||
-webkit-animation: spin 0.5s infinite linear;
|
-webkit-animation: spin 0.5s infinite linear;
|
||||||
animation: spin 0.5s infinite linear;
|
animation: spin 0.5s infinite linear;
|
||||||
border: 2px solid #3674B5;
|
border: 2px solid #2164b3;
|
||||||
border-right-color: transparent;
|
border-right-color: transparent;
|
||||||
border-radius: 50%; }
|
border-radius: 50%; }
|
||||||
|
|
||||||
|
@ -608,9 +608,9 @@ RESULT:
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
/* contains root variables to be used with css (see docs) */
|
/* contains root variables to be used with css (see docs) */
|
||||||
:root {
|
:root {
|
||||||
--theme-primary: #3674B5;
|
--theme-primary: #2164b3;
|
||||||
--theme-secondary: #868e96;
|
--theme-secondary: #868e96;
|
||||||
--theme-success: #3A7D44;
|
--theme-success: #12a680;
|
||||||
--theme-info: #2196F3;
|
--theme-info: #2196F3;
|
||||||
--theme-warning: #ffc241;
|
--theme-warning: #ffc241;
|
||||||
--theme-danger: #B82132;
|
--theme-danger: #B82132;
|
||||||
|
@ -619,11 +619,11 @@ RESULT:
|
||||||
--theme-primary-50: #ccbfdf;
|
--theme-primary-50: #ccbfdf;
|
||||||
--theme-primary-100: #beaed7;
|
--theme-primary-100: #beaed7;
|
||||||
--theme-primary-200: #b19dce;
|
--theme-primary-200: #b19dce;
|
||||||
--theme-primary-300: #3674B5;
|
--theme-primary-300: #2164b3;
|
||||||
--theme-primary-400: #967bbd;
|
--theme-primary-400: #967bbd;
|
||||||
--theme-primary-500: #3674B5;
|
--theme-primary-500: #2164b3;
|
||||||
--theme-primary-600: #3674B5;
|
--theme-primary-600: #2164b3;
|
||||||
--theme-primary-700: #3674B5;
|
--theme-primary-700: #2164b3;
|
||||||
--theme-primary-800: #62468d;
|
--theme-primary-800: #62468d;
|
||||||
--theme-primary-900: #563d7c;
|
--theme-primary-900: #563d7c;
|
||||||
--theme-success-50: #7aece0;
|
--theme-success-50: #7aece0;
|
||||||
|
@ -631,9 +631,9 @@ RESULT:
|
||||||
--theme-success-200: #4de5d5;
|
--theme-success-200: #4de5d5;
|
||||||
--theme-success-300: #37e2d0;
|
--theme-success-300: #37e2d0;
|
||||||
--theme-success-400: #21dfcb;
|
--theme-success-400: #21dfcb;
|
||||||
--theme-success-500: #3A7D44;
|
--theme-success-500: #12a680;
|
||||||
--theme-success-600: #1ab3a3;
|
--theme-success-600: #1ab3a3;
|
||||||
--theme-success-700: #3A7D44;
|
--theme-success-700: #12a680;
|
||||||
--theme-success-800: #13867a;
|
--theme-success-800: #13867a;
|
||||||
--theme-success-900: #107066;
|
--theme-success-900: #107066;
|
||||||
--theme-info-50: #9acffa;
|
--theme-info-50: #9acffa;
|
||||||
|
@ -704,16 +704,16 @@ html body {
|
||||||
background-color: #fff; }
|
background-color: #fff; }
|
||||||
|
|
||||||
/* app header */
|
/* app header */
|
||||||
.bg-primary{background: #3674B5!important;}
|
.bg-primary{background: #2164b3!important;}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
}
|
}
|
||||||
.btn-primary:hover {
|
.btn-primary:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
}
|
}
|
||||||
.header-icon {
|
.header-icon {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
@ -728,7 +728,7 @@ html body {
|
||||||
overflow: visible; }
|
overflow: visible; }
|
||||||
.header-icon:not(.btn) > [class*='fa-']:first-child,
|
.header-icon:not(.btn) > [class*='fa-']:first-child,
|
||||||
.header-icon:not(.btn) > .ni:first-child {
|
.header-icon:not(.btn) > .ni:first-child {
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
vertical-align: middle; }
|
vertical-align: middle; }
|
||||||
.header-icon:not(.btn) > [class*='fa-']:first-child {
|
.header-icon:not(.btn) > [class*='fa-']:first-child {
|
||||||
font-size: 21px; }
|
font-size: 21px; }
|
||||||
|
@ -1058,7 +1058,7 @@ html body {
|
||||||
.app-list-item:hover > .icon-stack {
|
.app-list-item:hover > .icon-stack {
|
||||||
font-size: 3.1875rem; }
|
font-size: 3.1875rem; }
|
||||||
.app-list-item:active {
|
.app-list-item:active {
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
padding-top: 8px; }
|
padding-top: 8px; }
|
||||||
.app-list-item:active > .icon-stack {
|
.app-list-item:active > .icon-stack {
|
||||||
font-size: 3.125rem; }
|
font-size: 3.125rem; }
|
||||||
|
@ -1191,8 +1191,8 @@ html body {
|
||||||
.nav-menu li.active > a {
|
.nav-menu li.active > a {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
-webkit-box-shadow: inset 3px 0 0 #3674B5;
|
-webkit-box-shadow: inset 3px 0 0 #2164b3;
|
||||||
box-shadow: inset 3px 0 0 #3674B5;
|
box-shadow: inset 3px 0 0 #2164b3;
|
||||||
font-weight: 400; }
|
font-weight: 400; }
|
||||||
.nav-menu li.active > a:hover > [class*='fa-'],
|
.nav-menu li.active > a:hover > [class*='fa-'],
|
||||||
.nav-menu li.active > a:hover > .ni {
|
.nav-menu li.active > a:hover > .ni {
|
||||||
|
@ -1715,13 +1715,13 @@ html body {
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
.nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child,
|
.nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child,
|
||||||
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child {
|
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child {
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
.nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child:hover,
|
.nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child:hover,
|
||||||
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child:hover {
|
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child:hover {
|
||||||
color: #beaed7; }
|
color: #beaed7; }
|
||||||
.nav-function-top .page-header .badge.badge-icon {
|
.nav-function-top .page-header .badge.badge-icon {
|
||||||
-webkit-box-shadow: 0 0 0 1px #3674B5;
|
-webkit-box-shadow: 0 0 0 1px #2164b3;
|
||||||
box-shadow: 0 0 0 1px #3674B5; }
|
box-shadow: 0 0 0 1px #2164b3; }
|
||||||
.nav-function-top .page-header .header-icon:not(.btn)[data-toggle="dropdown"] + .dropdown-menu {
|
.nav-function-top .page-header .header-icon:not(.btn)[data-toggle="dropdown"] + .dropdown-menu {
|
||||||
top: 4.125rem !important; }
|
top: 4.125rem !important; }
|
||||||
.nav-function-top .page-content-wrapper {
|
.nav-function-top .page-content-wrapper {
|
||||||
|
@ -1919,7 +1919,7 @@ html body {
|
||||||
top: -1.7rem;
|
top: -1.7rem;
|
||||||
left: 0; }
|
left: 0; }
|
||||||
.nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
|
.nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background: transparent; }
|
background: transparent; }
|
||||||
.nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a + ul {
|
.nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a + ul {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
@ -2549,7 +2549,7 @@ html body {
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
.accordion .card .card-header .card-title.collapsed {
|
.accordion .card .card-header .card-title.collapsed {
|
||||||
color: #838383; }
|
color: #838383; }
|
||||||
|
|
||||||
|
@ -2591,11 +2591,11 @@ html body {
|
||||||
background: #fff; }
|
background: #fff; }
|
||||||
.accordion.accordion-hover .card-header:hover .card-title.collapsed {
|
.accordion.accordion-hover .card-header:hover .card-title.collapsed {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
.accordion.accordion-hover .card-title:not(.collapsed) {
|
.accordion.accordion-hover .card-title:not(.collapsed) {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
/* DEV NOTE: The reason why we had to add this layer for alert colors is because BS4
|
/* DEV NOTE: The reason why we had to add this layer for alert colors is because BS4
|
||||||
does not allow you to add your own alert colors via variable control rather
|
does not allow you to add your own alert colors via variable control rather
|
||||||
|
@ -2771,12 +2771,12 @@ html body {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-left-color: #838383; }
|
border-left-color: #838383; }
|
||||||
.breadcrumb-arrow li a:hover {
|
.breadcrumb-arrow li a:hover {
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
.breadcrumb-arrow li a:hover:before {
|
.breadcrumb-arrow li a:hover:before {
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
border-left-color: transparent; }
|
border-left-color: transparent; }
|
||||||
.breadcrumb-arrow li a:hover:after {
|
.breadcrumb-arrow li a:hover:after {
|
||||||
border-left-color: #3674B5; }
|
border-left-color: #2164b3; }
|
||||||
.breadcrumb-arrow li a:active {
|
.breadcrumb-arrow li a:active {
|
||||||
background-color: #838383; }
|
background-color: #838383; }
|
||||||
.breadcrumb-arrow li a:active:before {
|
.breadcrumb-arrow li a:active:before {
|
||||||
|
@ -2826,7 +2826,7 @@ html body {
|
||||||
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
|
||||||
.btn-switch.active {
|
.btn-switch.active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #3674B5; }
|
background: #2164b3; }
|
||||||
.btn-switch.active:before {
|
.btn-switch.active:before {
|
||||||
content: "ON";
|
content: "ON";
|
||||||
left: 7px;
|
left: 7px;
|
||||||
|
@ -2837,7 +2837,7 @@ html body {
|
||||||
right: 0;
|
right: 0;
|
||||||
left: auto;
|
left: auto;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
|
|
||||||
/* button used to close filter and mobile search */
|
/* button used to close filter and mobile search */
|
||||||
.btn-search-close {
|
.btn-search-close {
|
||||||
|
@ -2914,8 +2914,8 @@ html body {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
-webkit-box-shadow: 0px 0px 10px #5790b3;
|
-webkit-box-shadow: 0px 0px 10px #5790b3;
|
||||||
box-shadow: 0px 0px 10px #5790b3; }
|
box-shadow: 0px 0px 10px #5790b3; }
|
||||||
|
|
||||||
|
@ -2981,36 +2981,44 @@ html body {
|
||||||
|
|
||||||
/* btn shadows */
|
/* btn shadows */
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(136, 106, 181, 0.5);
|
/* -webkit-box-shadow: 0 2px 6px 0 rgba(136, 106, 181, 0.5);*/
|
||||||
box-shadow: 0 2px 6px 0 rgba(136, 106, 181, 0.5); }
|
/* box-shadow: 0 2px 6px 0 rgba(136, 106, 181, 0.5); */
|
||||||
|
}
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(134, 142, 150, 0.5);
|
/* -webkit-box-shadow: 0 2px 6px 0 rgba(134, 142, 150, 0.5);*/
|
||||||
box-shadow: 0 2px 6px 0 rgba(134, 142, 150, 0.5); }
|
/* box-shadow: 0 2px 6px 0 rgba(134, 142, 150, 0.5); */
|
||||||
|
}
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
-webkit-box-shadow: #3A7D44;
|
/* -webkit-box-shadow: #12a680;*/
|
||||||
box-shadow: #3A7D44; }
|
/* box-shadow: #12a680; */
|
||||||
|
}
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
|
/* -webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);*/
|
||||||
box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5); }
|
/* box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5); */
|
||||||
|
}
|
||||||
|
|
||||||
.btn-warning {
|
.btn-warning {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 194, 65, 0.5);
|
/* -webkit-box-shadow: 0 2px 6px 0 rgba(255, 194, 65, 0.5);*/
|
||||||
box-shadow: 0 2px 6px 0 rgba(255, 194, 65, 0.5); }
|
/* box-shadow: 0 2px 6px 0 rgba(255, 194, 65, 0.5); */
|
||||||
|
}
|
||||||
|
|
||||||
.btn-danger {
|
.btn-danger {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(253, 57, 149, 0.5);
|
/* -webkit-box-shadow: 0 2px 6px 0 rgba(253, 57, 149, 0.5);*/
|
||||||
box-shadow: 0 2px 6px 0 rgba(253, 57, 149, 0.5); }
|
/* box-shadow: 0 2px 6px 0 rgba(253, 57, 149, 0.5); */
|
||||||
|
}
|
||||||
|
|
||||||
.btn-light {
|
.btn-light {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
|
/* -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);*/
|
||||||
box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5); }
|
/* box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5); */
|
||||||
|
}
|
||||||
|
|
||||||
.btn-dark {
|
.btn-dark {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5);
|
/* -webkit-box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5);*/
|
||||||
box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5); }
|
/* box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5); */
|
||||||
|
}
|
||||||
|
|
||||||
/* btn icon */
|
/* btn icon */
|
||||||
.btn-icon {
|
.btn-icon {
|
||||||
|
@ -3216,7 +3224,7 @@ html body {
|
||||||
padding-right: 1.5rem; }
|
padding-right: 1.5rem; }
|
||||||
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
|
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) + .dropdown-menu {
|
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) + .dropdown-menu {
|
||||||
-webkit-transition-delay: 0ms;
|
-webkit-transition-delay: 0ms;
|
||||||
transition-delay: 0ms;
|
transition-delay: 0ms;
|
||||||
|
@ -3431,7 +3439,7 @@ html body {
|
||||||
.chat-segment-sent.chat-end .chat-message {
|
.chat-segment-sent.chat-end .chat-message {
|
||||||
border-top-right-radius: 3px; }
|
border-top-right-radius: 3px; }
|
||||||
.chat-segment-sent .chat-message {
|
.chat-segment-sent .chat-message {
|
||||||
background: #3A7D44;
|
background: #12a680;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: left; }
|
text-align: left; }
|
||||||
|
|
||||||
|
@ -3617,7 +3625,7 @@ html body {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border-width: 0px; }
|
border-width: 0px; }
|
||||||
.pagination .page-link:hover {
|
.pagination .page-link:hover {
|
||||||
background-color: #3674B5 !important;
|
background-color: #2164b3 !important;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.pagination.pagination-xs .page-link {
|
.pagination.pagination-xs .page-link {
|
||||||
|
@ -3744,7 +3752,7 @@ html body {
|
||||||
.panel-tag {
|
.panel-tag {
|
||||||
padding: 1rem 1rem;
|
padding: 1rem 1rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
border-left: 3px solid #3A7D44;
|
border-left: 3px solid #12a680;
|
||||||
background: #eef7fd;
|
background: #eef7fd;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -3880,7 +3888,7 @@ html body {
|
||||||
.panel-toolbar .btn-panel:hover {
|
.panel-toolbar .btn-panel:hover {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
||||||
background: #ffc241; }
|
background: #ffc241; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
||||||
|
@ -4033,7 +4041,7 @@ html body {
|
||||||
|
|
||||||
.menu-item,
|
.menu-item,
|
||||||
label.menu-open-button {
|
label.menu-open-button {
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
|
@ -4054,7 +4062,7 @@ label.menu-open-button {
|
||||||
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1); }
|
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1); }
|
||||||
.menu-item:hover,
|
.menu-item:hover,
|
||||||
label.menu-open-button:hover {
|
label.menu-open-button:hover {
|
||||||
background: #3674B5; }
|
background: #2164b3; }
|
||||||
|
|
||||||
.shortcut-menu {
|
.shortcut-menu {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -4265,10 +4273,10 @@ th {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 1px solid transparent; }
|
border-bottom: 1px solid transparent; }
|
||||||
.nav-tabs-clean .nav-item .nav-link.active {
|
.nav-tabs-clean .nav-item .nav-link.active {
|
||||||
border-bottom: 1px solid #3674B5;
|
border-bottom: 1px solid #2164b3;
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
.nav-tabs-clean .nav-item .nav-link:hover {
|
.nav-tabs-clean .nav-item .nav-link:hover {
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
|
|
||||||
/* hack for waves effect breaking tabs */
|
/* hack for waves effect breaking tabs */
|
||||||
/*.nav-tabs .nav-item > .nav-link.waves-effect {
|
/*.nav-tabs .nav-item > .nav-link.waves-effect {
|
||||||
|
@ -4291,7 +4299,7 @@ th {
|
||||||
|
|
||||||
.nav-tabs .nav-link.active,
|
.nav-tabs .nav-link.active,
|
||||||
.nav-tabs .nav-item.show .nav-link {
|
.nav-tabs .nav-item.show .nav-link {
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
|
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
|
||||||
|
@ -5225,7 +5233,7 @@ span.img-share {
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0; }
|
right: 0; }
|
||||||
.status.status-success:before {
|
.status.status-success:before {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.status.status-danger:before {
|
.status.status-danger:before {
|
||||||
background: #B82132; }
|
background: #B82132; }
|
||||||
.status.status-warning:before {
|
.status.status-warning:before {
|
||||||
|
@ -5884,14 +5892,14 @@ $grid-breakpoints: (
|
||||||
height: 26px;
|
height: 26px;
|
||||||
font-size: 1rem; }
|
font-size: 1rem; }
|
||||||
.mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field {
|
.mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field {
|
||||||
border: 1px solid #3674B5;
|
border: 1px solid #2164b3;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-right: 3rem;
|
padding-right: 3rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
background: #fff; }
|
background: #fff; }
|
||||||
.mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field:focus {
|
.mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field:focus {
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.mobile-search-on:not(.mobile-nav-on) [data-class="mobile-nav-on"] {
|
.mobile-search-on:not(.mobile-nav-on) [data-class="mobile-nav-on"] {
|
||||||
display: none !important; }
|
display: none !important; }
|
||||||
.page-header [data-toggle="dropdown"] + .dropdown-menu {
|
.page-header [data-toggle="dropdown"] + .dropdown-menu {
|
||||||
|
@ -5979,15 +5987,15 @@ $grid-breakpoints: (
|
||||||
|
|
||||||
/* add background to focused inpur prepend and append */
|
/* add background to focused inpur prepend and append */
|
||||||
.form-control:focus ~ .input-group-prepend {
|
.form-control:focus ~ .input-group-prepend {
|
||||||
background: #3674B5; }
|
background: #2164b3; }
|
||||||
|
|
||||||
.has-length .input-group-text {
|
.has-length .input-group-text {
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.has-length .input-group-text + .input-group-text {
|
.has-length .input-group-text + .input-group-text {
|
||||||
border-left: 1px solid rgba(0, 0, 0, 0.1); }
|
border-left: 1px solid rgba(0, 0, 0, 0.1); }
|
||||||
|
|
||||||
.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
|
.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
color: #fff !important; }
|
color: #fff !important; }
|
||||||
|
|
||||||
.input-group-text {
|
.input-group-text {
|
||||||
|
@ -6129,7 +6137,7 @@ input[type="checkbox"]:checked + .custom-control-label {
|
||||||
.settings-panel .expanded.theme-colors > ul:last-child {
|
.settings-panel .expanded.theme-colors > ul:last-child {
|
||||||
margin-right: 0; }
|
margin-right: 0; }
|
||||||
.settings-panel .expanded.theme-colors #myapp-0 {
|
.settings-panel .expanded.theme-colors #myapp-0 {
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
-webkit-box-shadow: inset 0 0 0 3px #2ba1ff;
|
-webkit-box-shadow: inset 0 0 0 3px #2ba1ff;
|
||||||
box-shadow: inset 0 0 0 3px #2ba1ff; }
|
box-shadow: inset 0 0 0 3px #2ba1ff; }
|
||||||
.settings-panel .expanded.theme-colors #myapp-1 {
|
.settings-panel .expanded.theme-colors #myapp-1 {
|
||||||
|
@ -6383,7 +6391,7 @@ body:not(.mod-pace-custom) .pace {
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none; }
|
user-select: none; }
|
||||||
body:not(.mod-pace-custom) .pace .pace-progress {
|
body:not(.mod-pace-custom) .pace .pace-progress {
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -6434,8 +6442,8 @@ body.mod-pace-custom {
|
||||||
right: 100%;
|
right: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
background-image: linear-gradient(135deg, #3674B5 0%, #3674B5 25%, #3674B5 25%, #3674B5 50%, #3674B5 50%, #3674B5 75%, #3674B5 75%, #3674B5 100%);
|
background-image: linear-gradient(135deg, #2164b3 0%, #2164b3 25%, #2164b3 25%, #2164b3 50%, #2164b3 50%, #2164b3 75%, #2164b3 75%, #2164b3 100%);
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-size: 13px 13px;
|
background-size: 13px 13px;
|
||||||
|
@ -7084,7 +7092,7 @@ html:not(.root-text-sm):not(.root-text-lg):not(.root-text-xl) [data-class="root-
|
||||||
color: rgba(0, 0, 0, 0.8); }
|
color: rgba(0, 0, 0, 0.8); }
|
||||||
|
|
||||||
.bg-primary-300 {
|
.bg-primary-300 {
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-primary-300:hover {
|
.bg-primary-300:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -7096,19 +7104,19 @@ html:not(.root-text-sm):not(.root-text-lg):not(.root-text-xl) [data-class="root-
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
.bg-primary-500 {
|
.bg-primary-500 {
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-primary-500:hover {
|
.bg-primary-500:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
.bg-primary-600 {
|
.bg-primary-600 {
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-primary-600:hover {
|
.bg-primary-600:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
.bg-primary-700 {
|
.bg-primary-700 {
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-primary-700:hover {
|
.bg-primary-700:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -7135,19 +7143,19 @@ html:not(.root-text-sm):not(.root-text-lg):not(.root-text-xl) [data-class="root-
|
||||||
color: #b19dce; }
|
color: #b19dce; }
|
||||||
|
|
||||||
.color-primary-300 {
|
.color-primary-300 {
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
|
|
||||||
.color-primary-400 {
|
.color-primary-400 {
|
||||||
color: #967bbd; }
|
color: #967bbd; }
|
||||||
|
|
||||||
.color-primary-500 {
|
.color-primary-500 {
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
|
|
||||||
.color-primary-600 {
|
.color-primary-600 {
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
|
|
||||||
.color-primary-700 {
|
.color-primary-700 {
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
|
|
||||||
.color-primary-800 {
|
.color-primary-800 {
|
||||||
color: #62468d; }
|
color: #62468d; }
|
||||||
|
@ -7186,7 +7194,7 @@ html:not(.root-text-sm):not(.root-text-lg):not(.root-text-xl) [data-class="root-
|
||||||
color: rgba(0, 0, 0, 0.8); }
|
color: rgba(0, 0, 0, 0.8); }
|
||||||
|
|
||||||
.bg-success-500 {
|
.bg-success-500 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-500:hover {
|
.bg-success-500:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -7198,7 +7206,7 @@ html:not(.root-text-sm):not(.root-text-lg):not(.root-text-xl) [data-class="root-
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
.bg-success-700 {
|
.bg-success-700 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-700:hover {
|
.bg-success-700:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -7231,13 +7239,13 @@ html:not(.root-text-sm):not(.root-text-lg):not(.root-text-xl) [data-class="root-
|
||||||
color: #21dfcb; }
|
color: #21dfcb; }
|
||||||
|
|
||||||
.color-success-500 {
|
.color-success-500 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-600 {
|
.color-success-600 {
|
||||||
color: #1ab3a3; }
|
color: #1ab3a3; }
|
||||||
|
|
||||||
.color-success-700 {
|
.color-success-700 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-800 {
|
.color-success-800 {
|
||||||
color: #13867a; }
|
color: #13867a; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1198,13 +1198,13 @@ table.dataTable.dtr-column > tbody > tr > th.control:before {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
|
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
|
||||||
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before,
|
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before,
|
||||||
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
|
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
|
||||||
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
|
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
|
||||||
background-color: #3A7D44; }
|
background-color: #12a680; }
|
||||||
|
|
||||||
table.dataTable thead .sorting:before,
|
table.dataTable thead .sorting:before,
|
||||||
table.dataTable thead .sorting_asc:before,
|
table.dataTable thead .sorting_asc:before,
|
||||||
|
@ -1318,12 +1318,12 @@ div.dt-autofill-background {
|
||||||
padding-right: 2rem !important; }
|
padding-right: 2rem !important; }
|
||||||
|
|
||||||
div.dt-autofill-handle {
|
div.dt-autofill-handle {
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
height: 0.875rem;
|
height: 0.875rem;
|
||||||
width: 0.875rem; }
|
width: 0.875rem; }
|
||||||
|
|
||||||
div.dt-autofill-select {
|
div.dt-autofill-select {
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
/* FixedColumns */
|
/* FixedColumns */
|
||||||
.DTFC_LeftHeadWrapper:before,
|
.DTFC_LeftHeadWrapper:before,
|
||||||
|
@ -1348,8 +1348,8 @@ div.dt-autofill-select {
|
||||||
/* KeyTable */
|
/* KeyTable */
|
||||||
table.dataTable tbody th.focus,
|
table.dataTable tbody th.focus,
|
||||||
table.dataTable tbody td.focus {
|
table.dataTable tbody td.focus {
|
||||||
-webkit-box-shadow: inset 0 0 0px 1px #3674B5;
|
-webkit-box-shadow: inset 0 0 0px 1px #2164b3;
|
||||||
box-shadow: inset 0 0 0px 1px #3674B5;
|
box-shadow: inset 0 0 0px 1px #2164b3;
|
||||||
background: rgba(136, 106, 181, 0.1);
|
background: rgba(136, 106, 181, 0.1);
|
||||||
font-weight: 500; }
|
font-weight: 500; }
|
||||||
|
|
||||||
|
@ -1375,11 +1375,11 @@ table.dataTable td.reorder {
|
||||||
text-align: inherit; }
|
text-align: inherit; }
|
||||||
|
|
||||||
tr.dt-rowReorder-moving {
|
tr.dt-rowReorder-moving {
|
||||||
outline: 2px solid #3A7D44;
|
outline: 2px solid #12a680;
|
||||||
outline-offset: -2px; }
|
outline-offset: -2px; }
|
||||||
|
|
||||||
table.dt-rowReorder-float {
|
table.dt-rowReorder-float {
|
||||||
outline: 2px solid #3674B5;
|
outline: 2px solid #2164b3;
|
||||||
outline-offset: -2px; }
|
outline-offset: -2px; }
|
||||||
|
|
||||||
/* w-100 bug for some tables */
|
/* w-100 bug for some tables */
|
||||||
|
@ -1401,8 +1401,8 @@ table.dataTable.table-bordered td.selected {
|
||||||
|
|
||||||
table.dataTable tbody > tr.selected,
|
table.dataTable tbody > tr.selected,
|
||||||
table.dataTable tbody > tr > .selected {
|
table.dataTable tbody > tr > .selected {
|
||||||
-webkit-box-shadow: inset 0 0 0px 1px #3674B5;
|
-webkit-box-shadow: inset 0 0 0px 1px #2164b3;
|
||||||
box-shadow: inset 0 0 0px 1px #3674B5;
|
box-shadow: inset 0 0 0px 1px #2164b3;
|
||||||
background: rgba(136, 106, 181, 0.1);
|
background: rgba(136, 106, 181, 0.1);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -977,9 +977,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
@ -1071,7 +1071,7 @@ RESULT:
|
||||||
.datepicker table tr td span.active.active,
|
.datepicker table tr td span.active.active,
|
||||||
.datepicker table tr td span.focused {
|
.datepicker table tr td span.focused {
|
||||||
background-color: #967bbd;
|
background-color: #967bbd;
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.datepicker table tr td.active:active:hover,
|
.datepicker table tr td.active:active:hover,
|
||||||
|
@ -1100,8 +1100,8 @@ RESULT:
|
||||||
.datepicker table tr td.selected.highlighted.active.focus,
|
.datepicker table tr td.selected.highlighted.active.focus,
|
||||||
.datepicker table tr td.selected:hover,
|
.datepicker table tr td.selected:hover,
|
||||||
.datepicker table tr td.selected.highlighted:hover {
|
.datepicker table tr td.selected.highlighted:hover {
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.datepicker table {
|
.datepicker table {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -618,9 +618,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
@ -740,7 +740,7 @@ RESULT:
|
||||||
.daterangepicker table tr td.selected.highlighted.active.focus,
|
.daterangepicker table tr td.selected.highlighted.active.focus,
|
||||||
.daterangepicker table tr td.selected:hover,
|
.daterangepicker table tr td.selected:hover,
|
||||||
.daterangepicker table tr td.selected.highlighted:hover {
|
.daterangepicker table tr td.selected.highlighted:hover {
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.daterangepicker .calendar-table .next,
|
.daterangepicker .calendar-table .next,
|
||||||
|
@ -786,6 +786,6 @@ RESULT:
|
||||||
font-size: 0.8125rem;
|
font-size: 0.8125rem;
|
||||||
padding: 0.75rem 1rem; }
|
padding: 0.75rem 1rem; }
|
||||||
.daterangepicker .ranges li.active {
|
.daterangepicker .ranges li.active {
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
/*# sourceMappingURL=bootstrap-daterangepicker.css.map */
|
/*# sourceMappingURL=bootstrap-daterangepicker.css.map */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -548,7 +548,7 @@ aside.page-sidebar ($nav-width, $nav-background)
|
||||||
|
|
||||||
.dropzone.dz-drag-hover {
|
.dropzone.dz-drag-hover {
|
||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
|
|
||||||
.dropzone .dz-preview.dz-file-preview .dz-image {
|
.dropzone .dz-preview.dz-file-preview .dz-image {
|
||||||
border-radius: 4px; }
|
border-radius: 4px; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -987,9 +987,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
@ -1068,7 +1068,7 @@ RESULT:
|
||||||
.irs--flat .irs-to,
|
.irs--flat .irs-to,
|
||||||
.irs--flat .irs-single,
|
.irs--flat .irs-single,
|
||||||
.irs--flat .irs-handle > i:first-child {
|
.irs--flat .irs-handle > i:first-child {
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
.irs--flat .irs-from,
|
.irs--flat .irs-from,
|
||||||
.irs--flat .irs-to,
|
.irs--flat .irs-to,
|
||||||
|
@ -1078,22 +1078,22 @@ RESULT:
|
||||||
.irs--flat .irs-from:before,
|
.irs--flat .irs-from:before,
|
||||||
.irs--flat .irs-to:before,
|
.irs--flat .irs-to:before,
|
||||||
.irs--flat .irs-single:before {
|
.irs--flat .irs-single:before {
|
||||||
border-top-color: #3674B5; }
|
border-top-color: #2164b3; }
|
||||||
|
|
||||||
.irs--flat .irs-handle.state_hover > i:first-child,
|
.irs--flat .irs-handle.state_hover > i:first-child,
|
||||||
.irs--flat .irs-handle:hover > i:first-child {
|
.irs--flat .irs-handle:hover > i:first-child {
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
.irs--big .irs-bar {
|
.irs--big .irs-bar {
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #3674B5), to(#3674B5));
|
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #2164b3), to(#2164b3));
|
||||||
background: linear-gradient(to bottom, #ffffff 0%, #3674B5 30%, #3674B5 100%); }
|
background: linear-gradient(to bottom, #ffffff 0%, #2164b3 30%, #2164b3 100%); }
|
||||||
|
|
||||||
.irs--big .irs-from,
|
.irs--big .irs-from,
|
||||||
.irs--big .irs-to,
|
.irs--big .irs-to,
|
||||||
.irs--big .irs-single {
|
.irs--big .irs-single {
|
||||||
background: #3674B5; }
|
background: #2164b3; }
|
||||||
|
|
||||||
.irs--modern .irs-bar {
|
.irs--modern .irs-bar {
|
||||||
background: #1ab3a3;
|
background: #1ab3a3;
|
||||||
|
@ -1103,12 +1103,12 @@ RESULT:
|
||||||
.irs--modern .irs-from,
|
.irs--modern .irs-from,
|
||||||
.irs--modern .irs-to,
|
.irs--modern .irs-to,
|
||||||
.irs--modern .irs-single {
|
.irs--modern .irs-single {
|
||||||
background-color: #3A7D44; }
|
background-color: #12a680; }
|
||||||
|
|
||||||
.irs--modern .irs-from:before,
|
.irs--modern .irs-from:before,
|
||||||
.irs--modern .irs-to:before,
|
.irs--modern .irs-to:before,
|
||||||
.irs--modern .irs-single:before {
|
.irs--modern .irs-single:before {
|
||||||
border-top-color: #3A7D44; }
|
border-top-color: #12a680; }
|
||||||
|
|
||||||
.irs--modern .irs-handle > i:nth-child(1) {
|
.irs--modern .irs-handle > i:nth-child(1) {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -838,9 +838,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
@ -948,7 +948,7 @@ RESULT:
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(1rem + 0.875rem);
|
left: calc(1rem + 0.875rem);
|
||||||
top: calc(0.6rem + 0.875rem);
|
top: calc(0.6rem + 0.875rem);
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
|
|
||||||
.select2-results {
|
.select2-results {
|
||||||
padding: 0.875rem; }
|
padding: 0.875rem; }
|
||||||
|
@ -959,12 +959,12 @@ RESULT:
|
||||||
.select2-container--open .select2-dropdown--above {
|
.select2-container--open .select2-dropdown--above {
|
||||||
-webkit-box-shadow: 0px -3px 8px 0px rgba(90, 80, 105, 0.1);
|
-webkit-box-shadow: 0px -3px 8px 0px rgba(90, 80, 105, 0.1);
|
||||||
box-shadow: 0px -3px 8px 0px rgba(90, 80, 105, 0.1);
|
box-shadow: 0px -3px 8px 0px rgba(90, 80, 105, 0.1);
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
|
|
||||||
.select2-container--open .select2-dropdown--below {
|
.select2-container--open .select2-dropdown--below {
|
||||||
-webkit-box-shadow: 0px 3px 8px 0px rgba(90, 80, 105, 0.1);
|
-webkit-box-shadow: 0px 3px 8px 0px rgba(90, 80, 105, 0.1);
|
||||||
box-shadow: 0px 3px 8px 0px rgba(90, 80, 105, 0.1);
|
box-shadow: 0px 3px 8px 0px rgba(90, 80, 105, 0.1);
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
|
|
||||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -992,7 +992,7 @@ RESULT:
|
||||||
color: #563d7c; }
|
color: #563d7c; }
|
||||||
|
|
||||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
.select2-selection--single,
|
.select2-selection--single,
|
||||||
|
@ -1009,7 +1009,7 @@ RESULT:
|
||||||
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
|
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1151;
|
z-index: 1151;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
|
|
||||||
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
|
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
|
@ -1021,7 +1021,7 @@ RESULT:
|
||||||
|
|
||||||
.select2-container--default.select2-container--focus .select2-selection--single,
|
.select2-container--default.select2-container--focus .select2-selection--single,
|
||||||
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
|
|
||||||
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
@ -1061,9 +1061,9 @@ RESULT:
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
|
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:active {
|
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:active {
|
||||||
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
|
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
|
||||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -957,9 +957,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1662,9 +1662,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
@ -1798,7 +1798,7 @@ RESULT:
|
||||||
background: #967bbd; }
|
background: #967bbd; }
|
||||||
|
|
||||||
.fc-event {
|
.fc-event {
|
||||||
border: 1px solid #3674B5; }
|
border: 1px solid #2164b3; }
|
||||||
|
|
||||||
.fc-day-top.fc-other-month {
|
.fc-day-top.fc-other-month {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -336,9 +336,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -297,9 +297,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -593,7 +593,7 @@ body.swal2-toast-column .swal2-toast {
|
||||||
-webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
|
-webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
|
||||||
box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }
|
box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }
|
||||||
.swal2-popup.swal2-toast .swal2-success {
|
.swal2-popup.swal2-toast .swal2-success {
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
|
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
|
@ -1088,7 +1088,7 @@ body.swal2-no-backdrop .swal2-shown {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0.25em;
|
border-radius: 0.25em;
|
||||||
background: initial;
|
background: initial;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 0.875em; }
|
font-size: 0.875em; }
|
||||||
.swal2-styled.swal2-cancel {
|
.swal2-styled.swal2-cancel {
|
||||||
|
@ -1205,7 +1205,7 @@ body.swal2-no-backdrop .swal2-shown {
|
||||||
.swal2-input:focus,
|
.swal2-input:focus,
|
||||||
.swal2-file:focus,
|
.swal2-file:focus,
|
||||||
.swal2-textarea:focus {
|
.swal2-textarea:focus {
|
||||||
border: 1px solid #3674B5;
|
border: 1px solid #2164b3;
|
||||||
outline: none;
|
outline: none;
|
||||||
-webkit-box-shadow: transparent;
|
-webkit-box-shadow: transparent;
|
||||||
box-shadow: transparent; }
|
box-shadow: transparent; }
|
||||||
|
@ -1396,13 +1396,13 @@ body.swal2-no-backdrop .swal2-shown {
|
||||||
content: 'i'; }
|
content: 'i'; }
|
||||||
.swal2-icon.swal2-question {
|
.swal2-icon.swal2-question {
|
||||||
border-color: #beaed7;
|
border-color: #beaed7;
|
||||||
color: #3674B5; }
|
color: #2164b3; }
|
||||||
.swal2-icon.swal2-question::before {
|
.swal2-icon.swal2-question::before {
|
||||||
content: '?'; }
|
content: '?'; }
|
||||||
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
|
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
|
||||||
content: '؟'; }
|
content: '؟'; }
|
||||||
.swal2-icon.swal2-success {
|
.swal2-icon.swal2-success {
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
|
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 3.75em;
|
width: 3.75em;
|
||||||
|
@ -1452,7 +1452,7 @@ body.swal2-no-backdrop .swal2-shown {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
height: .3125em;
|
height: .3125em;
|
||||||
border-radius: .125em;
|
border-radius: .125em;
|
||||||
background-color: #3A7D44; }
|
background-color: #12a680; }
|
||||||
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
|
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
|
||||||
top: 2.875em;
|
top: 2.875em;
|
||||||
left: .875em;
|
left: .875em;
|
||||||
|
@ -1482,12 +1482,12 @@ body.swal2-no-backdrop .swal2-shown {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
border-radius: 2em;
|
border-radius: 2em;
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
|
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
|
||||||
background: #3674B5; }
|
background: #2164b3; }
|
||||||
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
|
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
|
||||||
background: #beaed7;
|
background: #beaed7;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
@ -1498,7 +1498,7 @@ body.swal2-no-backdrop .swal2-shown {
|
||||||
width: 2.5em;
|
width: 2.5em;
|
||||||
height: .4em;
|
height: .4em;
|
||||||
margin: 0 -1px;
|
margin: 0 -1px;
|
||||||
background: #3674B5; }
|
background: #2164b3; }
|
||||||
|
|
||||||
[class^='swal2'] {
|
[class^='swal2'] {
|
||||||
-webkit-tap-highlight-color: transparent; }
|
-webkit-tap-highlight-color: transparent; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -384,7 +384,7 @@ aside.page-sidebar ($nav-width, $nav-background)
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
/* ACCESSIBILITIES */
|
/* ACCESSIBILITIES */
|
||||||
.toast {
|
.toast {
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
background-image: none !important; }
|
background-image: none !important; }
|
||||||
.toast:before {
|
.toast:before {
|
||||||
content: "\f05a";
|
content: "\f05a";
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -298,9 +298,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -372,10 +372,10 @@ $ct-donut-width: 60px !default;
|
||||||
stroke-width: 60px; }
|
stroke-width: 60px; }
|
||||||
|
|
||||||
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
|
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
|
||||||
stroke: #3674B5; }
|
stroke: #2164b3; }
|
||||||
|
|
||||||
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
|
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
|
||||||
fill: #3674B5; }
|
fill: #2164b3; }
|
||||||
|
|
||||||
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
|
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
|
||||||
stroke: #B82132; }
|
stroke: #B82132; }
|
||||||
|
@ -402,10 +402,10 @@ $ct-donut-width: 60px !default;
|
||||||
fill: #505050; }
|
fill: #505050; }
|
||||||
|
|
||||||
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
|
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
|
||||||
stroke: #3A7D44; }
|
stroke: #12a680; }
|
||||||
|
|
||||||
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
|
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
|
||||||
fill: #3A7D44; }
|
fill: #12a680; }
|
||||||
|
|
||||||
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
|
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
|
||||||
stroke: #2196F3; }
|
stroke: #2196F3; }
|
||||||
|
@ -456,10 +456,10 @@ $ct-donut-width: 60px !default;
|
||||||
fill: #51adf6; }
|
fill: #51adf6; }
|
||||||
|
|
||||||
.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
|
.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
|
||||||
stroke: #3674B5; }
|
stroke: #2164b3; }
|
||||||
|
|
||||||
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
|
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
|
||||||
fill: #3674B5; }
|
fill: #2164b3; }
|
||||||
|
|
||||||
.ct-square {
|
.ct-square {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
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
|
@ -766,8 +766,8 @@ html body {
|
||||||
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5); }
|
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5); }
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
|
-webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
|
||||||
|
@ -821,7 +821,7 @@ html body {
|
||||||
background: #f1f0f0; }
|
background: #f1f0f0; }
|
||||||
|
|
||||||
.chat-segment-sent .chat-message {
|
.chat-segment-sent .chat-message {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
|
|
||||||
/* transparent modal */
|
/* transparent modal */
|
||||||
.modal-transparent .modal-content {
|
.modal-transparent .modal-content {
|
||||||
|
@ -875,7 +875,7 @@ html body {
|
||||||
.panel-toolbar .btn-panel {
|
.panel-toolbar .btn-panel {
|
||||||
/* add default colors for action buttons */ }
|
/* add default colors for action buttons */ }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
||||||
background: #ffc241; }
|
background: #ffc241; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
||||||
|
@ -1010,7 +1010,7 @@ label.menu-open-button {
|
||||||
background: #444444;
|
background: #444444;
|
||||||
border: 2px solid #fff; }
|
border: 2px solid #fff; }
|
||||||
.status.status-success:before {
|
.status.status-success:before {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.status.status-danger:before {
|
.status.status-danger:before {
|
||||||
background: #B82132; }
|
background: #B82132; }
|
||||||
.status.status-warning:before {
|
.status.status-warning:before {
|
||||||
|
@ -1290,7 +1290,7 @@ code {
|
||||||
color: rgba(0, 0, 0, 0.8); }
|
color: rgba(0, 0, 0, 0.8); }
|
||||||
|
|
||||||
.bg-success-500 {
|
.bg-success-500 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-500:hover {
|
.bg-success-500:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -1302,7 +1302,7 @@ code {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
.bg-success-700 {
|
.bg-success-700 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-700:hover {
|
.bg-success-700:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -1335,13 +1335,13 @@ code {
|
||||||
color: #21dfcb; }
|
color: #21dfcb; }
|
||||||
|
|
||||||
.color-success-500 {
|
.color-success-500 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-600 {
|
.color-success-600 {
|
||||||
color: #1ab3a3; }
|
color: #1ab3a3; }
|
||||||
|
|
||||||
.color-success-700 {
|
.color-success-700 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-800 {
|
.color-success-800 {
|
||||||
color: #13867a; }
|
color: #13867a; }
|
||||||
|
@ -1789,30 +1789,30 @@ code {
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44;
|
border-color: #12a680;
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
|
||||||
.btn-success:hover {
|
.btn-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:focus, .btn-success.focus {
|
.btn-success:focus, .btn-success.focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
.btn-success.disabled, .btn-success:disabled {
|
.btn-success.disabled, .btn-success:disabled {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-success.dropdown-toggle {
|
.show > .btn-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #159184; }
|
border-color: #159184; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-success.dropdown-toggle:focus {
|
.show > .btn-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -1996,23 +1996,23 @@ code {
|
||||||
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
||||||
|
|
||||||
.btn-outline-success {
|
.btn-outline-success {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:hover {
|
.btn-outline-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:focus, .btn-outline-success.focus {
|
.btn-outline-success:focus, .btn-outline-success.focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
||||||
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-outline-success.dropdown-toggle {
|
.show > .btn-outline-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-outline-success.dropdown-toggle:focus {
|
.show > .btn-outline-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
|
@ -2140,7 +2140,7 @@ code {
|
||||||
border-color: #6c757d !important; }
|
border-color: #6c757d !important; }
|
||||||
|
|
||||||
.border-success {
|
.border-success {
|
||||||
border-color: #3A7D44 !important; }
|
border-color: #12a680 !important; }
|
||||||
|
|
||||||
.border-info {
|
.border-info {
|
||||||
border-color: #2196F3 !important; }
|
border-color: #2196F3 !important; }
|
||||||
|
@ -2170,7 +2170,7 @@ a.text-secondary:hover, a.text-secondary:focus {
|
||||||
color: #494f54 !important; }
|
color: #494f54 !important; }
|
||||||
|
|
||||||
.text-success {
|
.text-success {
|
||||||
color: #3A7D44 !important; }
|
color: #12a680 !important; }
|
||||||
|
|
||||||
a.text-success:hover, a.text-success:focus {
|
a.text-success:hover, a.text-success:focus {
|
||||||
color: #13867a !important; }
|
color: #13867a !important; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -766,8 +766,8 @@ html body {
|
||||||
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5); }
|
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5); }
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
|
-webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
|
||||||
|
@ -821,7 +821,7 @@ html body {
|
||||||
background: #f1f0f0; }
|
background: #f1f0f0; }
|
||||||
|
|
||||||
.chat-segment-sent .chat-message {
|
.chat-segment-sent .chat-message {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
|
|
||||||
/* transparent modal */
|
/* transparent modal */
|
||||||
.modal-transparent .modal-content {
|
.modal-transparent .modal-content {
|
||||||
|
@ -875,7 +875,7 @@ html body {
|
||||||
.panel-toolbar .btn-panel {
|
.panel-toolbar .btn-panel {
|
||||||
/* add default colors for action buttons */ }
|
/* add default colors for action buttons */ }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
||||||
background: #ffc241; }
|
background: #ffc241; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
||||||
|
@ -1010,7 +1010,7 @@ label.menu-open-button {
|
||||||
background: #494949;
|
background: #494949;
|
||||||
border: 2px solid #fff; }
|
border: 2px solid #fff; }
|
||||||
.status.status-success:before {
|
.status.status-success:before {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.status.status-danger:before {
|
.status.status-danger:before {
|
||||||
background: #B82132; }
|
background: #B82132; }
|
||||||
.status.status-warning:before {
|
.status.status-warning:before {
|
||||||
|
@ -1290,7 +1290,7 @@ code {
|
||||||
color: rgba(0, 0, 0, 0.8); }
|
color: rgba(0, 0, 0, 0.8); }
|
||||||
|
|
||||||
.bg-success-500 {
|
.bg-success-500 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-500:hover {
|
.bg-success-500:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -1302,7 +1302,7 @@ code {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
.bg-success-700 {
|
.bg-success-700 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-700:hover {
|
.bg-success-700:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -1335,13 +1335,13 @@ code {
|
||||||
color: #21dfcb; }
|
color: #21dfcb; }
|
||||||
|
|
||||||
.color-success-500 {
|
.color-success-500 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-600 {
|
.color-success-600 {
|
||||||
color: #1ab3a3; }
|
color: #1ab3a3; }
|
||||||
|
|
||||||
.color-success-700 {
|
.color-success-700 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-800 {
|
.color-success-800 {
|
||||||
color: #13867a; }
|
color: #13867a; }
|
||||||
|
@ -1789,30 +1789,30 @@ code {
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44;
|
border-color: #12a680;
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
|
||||||
.btn-success:hover {
|
.btn-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:focus, .btn-success.focus {
|
.btn-success:focus, .btn-success.focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
.btn-success.disabled, .btn-success:disabled {
|
.btn-success.disabled, .btn-success:disabled {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-success.dropdown-toggle {
|
.show > .btn-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #159184; }
|
border-color: #159184; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-success.dropdown-toggle:focus {
|
.show > .btn-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -1996,23 +1996,23 @@ code {
|
||||||
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
||||||
|
|
||||||
.btn-outline-success {
|
.btn-outline-success {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:hover {
|
.btn-outline-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:focus, .btn-outline-success.focus {
|
.btn-outline-success:focus, .btn-outline-success.focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
||||||
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-outline-success.dropdown-toggle {
|
.show > .btn-outline-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-outline-success.dropdown-toggle:focus {
|
.show > .btn-outline-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
|
@ -2140,7 +2140,7 @@ code {
|
||||||
border-color: #6c757d !important; }
|
border-color: #6c757d !important; }
|
||||||
|
|
||||||
.border-success {
|
.border-success {
|
||||||
border-color: #3A7D44 !important; }
|
border-color: #12a680 !important; }
|
||||||
|
|
||||||
.border-info {
|
.border-info {
|
||||||
border-color: #2196F3 !important; }
|
border-color: #2196F3 !important; }
|
||||||
|
@ -2170,7 +2170,7 @@ a.text-secondary:hover, a.text-secondary:focus {
|
||||||
color: #494f54 !important; }
|
color: #494f54 !important; }
|
||||||
|
|
||||||
.text-success {
|
.text-success {
|
||||||
color: #3A7D44 !important; }
|
color: #12a680 !important; }
|
||||||
|
|
||||||
a.text-success:hover, a.text-success:focus {
|
a.text-success:hover, a.text-success:focus {
|
||||||
color: #13867a !important; }
|
color: #13867a !important; }
|
||||||
|
|
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
|
@ -766,8 +766,8 @@ html body {
|
||||||
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5); }
|
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5); }
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
|
-webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
|
||||||
|
@ -821,7 +821,7 @@ html body {
|
||||||
background: #f1f0f0; }
|
background: #f1f0f0; }
|
||||||
|
|
||||||
.chat-segment-sent .chat-message {
|
.chat-segment-sent .chat-message {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
|
|
||||||
/* transparent modal */
|
/* transparent modal */
|
||||||
.modal-transparent .modal-content {
|
.modal-transparent .modal-content {
|
||||||
|
@ -875,7 +875,7 @@ html body {
|
||||||
.panel-toolbar .btn-panel {
|
.panel-toolbar .btn-panel {
|
||||||
/* add default colors for action buttons */ }
|
/* add default colors for action buttons */ }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
||||||
background: #ffc241; }
|
background: #ffc241; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
||||||
|
@ -1010,7 +1010,7 @@ label.menu-open-button {
|
||||||
background: #585858;
|
background: #585858;
|
||||||
border: 2px solid #fff; }
|
border: 2px solid #fff; }
|
||||||
.status.status-success:before {
|
.status.status-success:before {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.status.status-danger:before {
|
.status.status-danger:before {
|
||||||
background: #B82132; }
|
background: #B82132; }
|
||||||
.status.status-warning:before {
|
.status.status-warning:before {
|
||||||
|
@ -1290,7 +1290,7 @@ code {
|
||||||
color: rgba(0, 0, 0, 0.8); }
|
color: rgba(0, 0, 0, 0.8); }
|
||||||
|
|
||||||
.bg-success-500 {
|
.bg-success-500 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-500:hover {
|
.bg-success-500:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -1302,7 +1302,7 @@ code {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
.bg-success-700 {
|
.bg-success-700 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-700:hover {
|
.bg-success-700:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -1335,13 +1335,13 @@ code {
|
||||||
color: #21dfcb; }
|
color: #21dfcb; }
|
||||||
|
|
||||||
.color-success-500 {
|
.color-success-500 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-600 {
|
.color-success-600 {
|
||||||
color: #1ab3a3; }
|
color: #1ab3a3; }
|
||||||
|
|
||||||
.color-success-700 {
|
.color-success-700 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-800 {
|
.color-success-800 {
|
||||||
color: #13867a; }
|
color: #13867a; }
|
||||||
|
@ -1789,30 +1789,30 @@ code {
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44;
|
border-color: #12a680;
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
|
||||||
.btn-success:hover {
|
.btn-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:focus, .btn-success.focus {
|
.btn-success:focus, .btn-success.focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
.btn-success.disabled, .btn-success:disabled {
|
.btn-success.disabled, .btn-success:disabled {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-success.dropdown-toggle {
|
.show > .btn-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #159184; }
|
border-color: #159184; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-success.dropdown-toggle:focus {
|
.show > .btn-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -1996,23 +1996,23 @@ code {
|
||||||
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
||||||
|
|
||||||
.btn-outline-success {
|
.btn-outline-success {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:hover {
|
.btn-outline-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:focus, .btn-outline-success.focus {
|
.btn-outline-success:focus, .btn-outline-success.focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
||||||
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-outline-success.dropdown-toggle {
|
.show > .btn-outline-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-outline-success.dropdown-toggle:focus {
|
.show > .btn-outline-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
|
@ -2140,7 +2140,7 @@ code {
|
||||||
border-color: #6c757d !important; }
|
border-color: #6c757d !important; }
|
||||||
|
|
||||||
.border-success {
|
.border-success {
|
||||||
border-color: #3A7D44 !important; }
|
border-color: #12a680 !important; }
|
||||||
|
|
||||||
.border-info {
|
.border-info {
|
||||||
border-color: #2196F3 !important; }
|
border-color: #2196F3 !important; }
|
||||||
|
@ -2170,7 +2170,7 @@ a.text-secondary:hover, a.text-secondary:focus {
|
||||||
color: #494f54 !important; }
|
color: #494f54 !important; }
|
||||||
|
|
||||||
.text-success {
|
.text-success {
|
||||||
color: #3A7D44 !important; }
|
color: #12a680 !important; }
|
||||||
|
|
||||||
a.text-success:hover, a.text-success:focus {
|
a.text-success:hover, a.text-success:focus {
|
||||||
color: #13867a !important; }
|
color: #13867a !important; }
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -766,8 +766,8 @@ html body {
|
||||||
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5); }
|
box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5); }
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
-webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
|
-webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
|
||||||
|
@ -821,7 +821,7 @@ html body {
|
||||||
background: #f1f0f0; }
|
background: #f1f0f0; }
|
||||||
|
|
||||||
.chat-segment-sent .chat-message {
|
.chat-segment-sent .chat-message {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
|
|
||||||
/* transparent modal */
|
/* transparent modal */
|
||||||
.modal-transparent .modal-content {
|
.modal-transparent .modal-content {
|
||||||
|
@ -875,7 +875,7 @@ html body {
|
||||||
.panel-toolbar .btn-panel {
|
.panel-toolbar .btn-panel {
|
||||||
/* add default colors for action buttons */ }
|
/* add default colors for action buttons */ }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
|
||||||
background: #ffc241; }
|
background: #ffc241; }
|
||||||
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
|
||||||
|
@ -1010,7 +1010,7 @@ label.menu-open-button {
|
||||||
background: #4e4e4e;
|
background: #4e4e4e;
|
||||||
border: 2px solid #fff; }
|
border: 2px solid #fff; }
|
||||||
.status.status-success:before {
|
.status.status-success:before {
|
||||||
background: #3A7D44; }
|
background: #12a680; }
|
||||||
.status.status-danger:before {
|
.status.status-danger:before {
|
||||||
background: #b57d6a; }
|
background: #b57d6a; }
|
||||||
.status.status-warning:before {
|
.status.status-warning:before {
|
||||||
|
@ -1290,7 +1290,7 @@ code {
|
||||||
color: rgba(0, 0, 0, 0.8); }
|
color: rgba(0, 0, 0, 0.8); }
|
||||||
|
|
||||||
.bg-success-500 {
|
.bg-success-500 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-500:hover {
|
.bg-success-500:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -1302,7 +1302,7 @@ code {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
|
||||||
.bg-success-700 {
|
.bg-success-700 {
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
color: white; }
|
color: white; }
|
||||||
.bg-success-700:hover {
|
.bg-success-700:hover {
|
||||||
color: white; }
|
color: white; }
|
||||||
|
@ -1335,13 +1335,13 @@ code {
|
||||||
color: #21dfcb; }
|
color: #21dfcb; }
|
||||||
|
|
||||||
.color-success-500 {
|
.color-success-500 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-600 {
|
.color-success-600 {
|
||||||
color: #1ab3a3; }
|
color: #1ab3a3; }
|
||||||
|
|
||||||
.color-success-700 {
|
.color-success-700 {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.color-success-800 {
|
.color-success-800 {
|
||||||
color: #13867a; }
|
color: #13867a; }
|
||||||
|
@ -1789,30 +1789,30 @@ code {
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44;
|
border-color: #12a680;
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
|
||||||
.btn-success:hover {
|
.btn-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:focus, .btn-success.focus {
|
.btn-success:focus, .btn-success.focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
.btn-success.disabled, .btn-success:disabled {
|
.btn-success.disabled, .btn-success:disabled {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-success.dropdown-toggle {
|
.show > .btn-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #159184; }
|
border-color: #159184; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-success.dropdown-toggle:focus {
|
.show > .btn-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -1996,23 +1996,23 @@ code {
|
||||||
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
|
||||||
|
|
||||||
.btn-outline-success {
|
.btn-outline-success {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:hover {
|
.btn-outline-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:focus, .btn-outline-success.focus {
|
.btn-outline-success:focus, .btn-outline-success.focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
||||||
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-outline-success.dropdown-toggle {
|
.show > .btn-outline-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-outline-success.dropdown-toggle:focus {
|
.show > .btn-outline-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
|
@ -2140,7 +2140,7 @@ code {
|
||||||
border-color: #6c757d !important; }
|
border-color: #6c757d !important; }
|
||||||
|
|
||||||
.border-success {
|
.border-success {
|
||||||
border-color: #3A7D44 !important; }
|
border-color: #12a680 !important; }
|
||||||
|
|
||||||
.border-info {
|
.border-info {
|
||||||
border-color: #2196F3 !important; }
|
border-color: #2196F3 !important; }
|
||||||
|
@ -2170,7 +2170,7 @@ a.text-secondary:hover, a.text-secondary:focus {
|
||||||
color: #494f54 !important; }
|
color: #494f54 !important; }
|
||||||
|
|
||||||
.text-success {
|
.text-success {
|
||||||
color: #3A7D44 !important; }
|
color: #12a680 !important; }
|
||||||
|
|
||||||
a.text-success:hover, a.text-success:focus {
|
a.text-success:hover, a.text-success:focus {
|
||||||
color: #13867a !important; }
|
color: #13867a !important; }
|
||||||
|
|
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
|
@ -203,22 +203,22 @@ aside.page-sidebar ($nav-width, $nav-background)
|
||||||
*/
|
*/
|
||||||
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
|
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
|
||||||
:root {
|
:root {
|
||||||
--blue: #3674B5;
|
--blue: #2164b3;
|
||||||
--indigo: #6610f2;
|
--indigo: #6610f2;
|
||||||
--purple: #6f42c1;
|
--purple: #6f42c1;
|
||||||
--pink: #e83e8c;
|
--pink: #e83e8c;
|
||||||
--red: #B82132;
|
--red: #B82132;
|
||||||
--orange: #ffc241;
|
--orange: #ffc241;
|
||||||
--yellow: #ffc241;
|
--yellow: #ffc241;
|
||||||
--green: #3A7D44;
|
--green: #12a680;
|
||||||
--teal: #20c997;
|
--teal: #20c997;
|
||||||
--cyan: #17a2b8;
|
--cyan: #17a2b8;
|
||||||
--white: #fff;
|
--white: #fff;
|
||||||
--gray: #868e96;
|
--gray: #868e96;
|
||||||
--gray-dark: #495057;
|
--gray-dark: #495057;
|
||||||
--primary: #3674B5;
|
--primary: #2164b3;
|
||||||
--secondary: #868e96;
|
--secondary: #868e96;
|
||||||
--success: #3A7D44;
|
--success: #12a680;
|
||||||
--info: #2196F3;
|
--info: #2196F3;
|
||||||
--warning: #ffc241;
|
--warning: #ffc241;
|
||||||
--danger: #B82132;
|
--danger: #B82132;
|
||||||
|
@ -332,7 +332,7 @@ sup {
|
||||||
top: -.5em; }
|
top: -.5em; }
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
a:hover {
|
a:hover {
|
||||||
|
@ -1741,7 +1741,7 @@ pre {
|
||||||
background-color: rgba(255, 255, 255, 0.05); }
|
background-color: rgba(255, 255, 255, 0.05); }
|
||||||
.table-dark.table-hover tbody tr:hover {
|
.table-dark.table-hover tbody tr:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
@media (max-width: 575.98px) {
|
@media (max-width: 575.98px) {
|
||||||
.table-responsive-sm {
|
.table-responsive-sm {
|
||||||
|
@ -1810,7 +1810,7 @@ pre {
|
||||||
.form-control:focus {
|
.form-control:focus {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem transparent;
|
-webkit-box-shadow: 0 0 0 0.2rem transparent;
|
||||||
box-shadow: 0 0 0 0.2rem transparent; }
|
box-shadow: 0 0 0 0.2rem transparent; }
|
||||||
|
@ -1951,7 +1951,7 @@ textarea.form-control {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 0.25rem;
|
margin-top: 0.25rem;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.valid-tooltip {
|
.valid-tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -1964,18 +1964,18 @@ textarea.form-control {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
line-height: 1.47;
|
line-height: 1.47;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-radius: 5px; }
|
border-radius: 5px; }
|
||||||
|
|
||||||
.was-validated .form-control:valid, .form-control.is-valid {
|
.was-validated .form-control:valid, .form-control.is-valid {
|
||||||
border-color: #3A7D44;
|
border-color: #12a680;
|
||||||
padding-right: calc(1.47em + 1rem);
|
padding-right: calc(1.47em + 1rem);
|
||||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' 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-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' 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-repeat: no-repeat;
|
||||||
background-position: center right calc(0.3675em + 0.25rem);
|
background-position: center right calc(0.3675em + 0.25rem);
|
||||||
background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem); }
|
background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem); }
|
||||||
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
||||||
border-color: #3A7D44;
|
border-color: #12a680;
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
|
||||||
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }
|
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }
|
||||||
.was-validated .form-control:valid ~ .valid-feedback,
|
.was-validated .form-control:valid ~ .valid-feedback,
|
||||||
|
@ -1988,11 +1988,11 @@ textarea.form-control {
|
||||||
background-position: top calc(0.3675em + 0.25rem) right calc(0.3675em + 0.25rem); }
|
background-position: top calc(0.3675em + 0.25rem) right calc(0.3675em + 0.25rem); }
|
||||||
|
|
||||||
.was-validated .custom-select:valid, .custom-select.is-valid {
|
.was-validated .custom-select:valid, .custom-select.is-valid {
|
||||||
border-color: #3A7D44;
|
border-color: #12a680;
|
||||||
padding-right: calc((1em + 1rem) * 3 / 4 + 1.875rem);
|
padding-right: calc((1em + 1rem) * 3 / 4 + 1.875rem);
|
||||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' 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.875rem/calc(0.735em + 0.5rem) calc(0.735em + 0.5rem); }
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' 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.875rem/calc(0.735em + 0.5rem) calc(0.735em + 0.5rem); }
|
||||||
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
|
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
|
||||||
border-color: #3A7D44;
|
border-color: #12a680;
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
|
||||||
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }
|
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }
|
||||||
.was-validated .custom-select:valid ~ .valid-feedback,
|
.was-validated .custom-select:valid ~ .valid-feedback,
|
||||||
|
@ -2006,7 +2006,7 @@ textarea.form-control {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
|
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
|
|
||||||
.was-validated .form-check-input:valid ~ .valid-feedback,
|
.was-validated .form-check-input:valid ~ .valid-feedback,
|
||||||
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
|
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
|
||||||
|
@ -2014,9 +2014,9 @@ textarea.form-control {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
|
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
|
||||||
color: #3A7D44; }
|
color: #12a680; }
|
||||||
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
|
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
|
|
||||||
.was-validated .custom-control-input:valid ~ .valid-feedback,
|
.was-validated .custom-control-input:valid ~ .valid-feedback,
|
||||||
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
|
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
|
||||||
|
@ -2032,10 +2032,10 @@ textarea.form-control {
|
||||||
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }
|
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 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 {
|
.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: #3A7D44; }
|
border-color: #12a680; }
|
||||||
|
|
||||||
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
|
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
|
|
||||||
.was-validated .custom-file-input:valid ~ .valid-feedback,
|
.was-validated .custom-file-input:valid ~ .valid-feedback,
|
||||||
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
|
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
|
||||||
|
@ -2043,7 +2043,7 @@ textarea.form-control {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
|
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
|
||||||
border-color: #3A7D44;
|
border-color: #12a680;
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
|
||||||
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }
|
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25); }
|
||||||
|
|
||||||
|
@ -2262,24 +2262,24 @@ fieldset:disabled a.btn {
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.btn-primary:hover {
|
.btn-primary:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #7453a6;
|
background-color: #7453a6;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.btn-primary:focus, .btn-primary.focus {
|
.btn-primary:focus, .btn-primary.focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgb(54, 116, 181,0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgb(54, 116, 181,0.5);
|
||||||
box-shadow: 0 0 0 0.2rem rgb(54, 116, 181,0.5); }
|
box-shadow: 0 0 0 0.2rem rgb(54, 116, 181,0.5); }
|
||||||
.btn-primary.disabled, .btn-primary:disabled {
|
.btn-primary.disabled, .btn-primary:disabled {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
|
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-primary.dropdown-toggle {
|
.show > .btn-primary.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
|
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-primary.dropdown-toggle:focus {
|
.show > .btn-primary.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgb(54, 116, 181,0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgb(54, 116, 181,0.5);
|
||||||
|
@ -2312,28 +2312,28 @@ fieldset:disabled a.btn {
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:hover {
|
.btn-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:focus, .btn-success.focus {
|
.btn-success:focus, .btn-success.focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
.btn-success.disabled, .btn-success:disabled {
|
.btn-success.disabled, .btn-success:disabled {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-success.dropdown-toggle {
|
.show > .btn-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #159184; }
|
border-color: #159184; }
|
||||||
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-success.dropdown-toggle:focus {
|
.show > .btn-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: #3A7D44;
|
-webkit-box-shadow: #12a680;
|
||||||
box-shadow: #3A7D44; }
|
box-shadow: #12a680; }
|
||||||
|
|
||||||
.btn-info {
|
.btn-info {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -2461,23 +2461,23 @@ fieldset:disabled a.btn {
|
||||||
box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5); }
|
||||||
|
|
||||||
.btn-outline-primary {
|
.btn-outline-primary {
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.btn-outline-primary:hover {
|
.btn-outline-primary:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.btn-outline-primary:focus, .btn-outline-primary.focus {
|
.btn-outline-primary:focus, .btn-outline-primary.focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
|
||||||
box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5); }
|
||||||
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
|
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-outline-primary.dropdown-toggle {
|
.show > .btn-outline-primary.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
.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 {
|
.show > .btn-outline-primary.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
|
||||||
|
@ -2507,23 +2507,23 @@ fieldset:disabled a.btn {
|
||||||
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
|
||||||
|
|
||||||
.btn-outline-success {
|
.btn-outline-success {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:hover {
|
.btn-outline-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:focus, .btn-outline-success.focus {
|
.btn-outline-success:focus, .btn-outline-success.focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5); }
|
||||||
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
||||||
color: #3A7D44;
|
color: #12a680;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
||||||
.show > .btn-outline-success.dropdown-toggle {
|
.show > .btn-outline-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44;
|
background-color: #12a680;
|
||||||
border-color: #3A7D44; }
|
border-color: #12a680; }
|
||||||
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
||||||
.show > .btn-outline-success.dropdown-toggle:focus {
|
.show > .btn-outline-success.dropdown-toggle:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
|
@ -2646,7 +2646,7 @@ fieldset:disabled a.btn {
|
||||||
|
|
||||||
.btn-link {
|
.btn-link {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
.btn-link:hover {
|
.btn-link:hover {
|
||||||
color: #967bbd;
|
color: #967bbd;
|
||||||
|
@ -2872,7 +2872,7 @@ input[type="button"].btn-block {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0; }
|
border: 0; }
|
||||||
.dropdown-item:hover, .dropdown-item:focus {
|
.dropdown-item:hover, .dropdown-item:focus {
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #f8f9fa; }
|
background-color: #f8f9fa; }
|
||||||
.dropdown-item.active, .dropdown-item:active {
|
.dropdown-item.active, .dropdown-item:active {
|
||||||
|
@ -3186,13 +3186,13 @@ input[type="button"].btn-block {
|
||||||
opacity: 0; }
|
opacity: 0; }
|
||||||
.custom-control-input:checked ~ .custom-control-label::before {
|
.custom-control-input:checked ~ .custom-control-label::before {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
.custom-control-input:focus ~ .custom-control-label::before {
|
.custom-control-input:focus ~ .custom-control-label::before {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem transparent;
|
-webkit-box-shadow: 0 0 0 0.2rem transparent;
|
||||||
box-shadow: 0 0 0 0.2rem transparent; }
|
box-shadow: 0 0 0 0.2rem transparent; }
|
||||||
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
|
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #e7e1f0;
|
background-color: #e7e1f0;
|
||||||
|
@ -3234,8 +3234,8 @@ input[type="button"].btn-block {
|
||||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
|
||||||
|
|
||||||
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
|
||||||
|
@ -3298,7 +3298,7 @@ input[type="button"].btn-block {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none; }
|
appearance: none; }
|
||||||
.custom-select:focus {
|
.custom-select:focus {
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem transparent;
|
-webkit-box-shadow: 0 0 0 0.2rem transparent;
|
||||||
box-shadow: 0 0 0 0.2rem transparent; }
|
box-shadow: 0 0 0 0.2rem transparent; }
|
||||||
|
@ -3344,7 +3344,7 @@ input[type="button"].btn-block {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
opacity: 0; }
|
opacity: 0; }
|
||||||
.custom-file-input:focus ~ .custom-file-label {
|
.custom-file-input:focus ~ .custom-file-label {
|
||||||
border-color: #3674B5;
|
border-color: #2164b3;
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem transparent;
|
-webkit-box-shadow: 0 0 0 0.2rem transparent;
|
||||||
box-shadow: 0 0 0 0.2rem transparent; }
|
box-shadow: 0 0 0 0.2rem transparent; }
|
||||||
.custom-file-input:disabled ~ .custom-file-label {
|
.custom-file-input:disabled ~ .custom-file-label {
|
||||||
|
@ -3407,7 +3407,7 @@ input[type="button"].btn-block {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
margin-top: -0.3375rem;
|
margin-top: -0.3375rem;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
||||||
|
@ -3417,7 +3417,7 @@ input[type="button"].btn-block {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
appearance: none; }
|
appearance: none; }
|
||||||
.custom-range::-webkit-slider-thumb:active {
|
.custom-range::-webkit-slider-thumb:active {
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
.custom-range::-webkit-slider-runnable-track {
|
.custom-range::-webkit-slider-runnable-track {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0.325rem;
|
height: 0.325rem;
|
||||||
|
@ -3429,7 +3429,7 @@ input[type="button"].btn-block {
|
||||||
.custom-range::-moz-range-thumb {
|
.custom-range::-moz-range-thumb {
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
||||||
|
@ -3439,7 +3439,7 @@ input[type="button"].btn-block {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none; }
|
appearance: none; }
|
||||||
.custom-range::-moz-range-thumb:active {
|
.custom-range::-moz-range-thumb:active {
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
.custom-range::-moz-range-track {
|
.custom-range::-moz-range-track {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0.325rem;
|
height: 0.325rem;
|
||||||
|
@ -3454,7 +3454,7 @@ input[type="button"].btn-block {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-right: 0.2rem;
|
margin-right: 0.2rem;
|
||||||
margin-left: 0.2rem;
|
margin-left: 0.2rem;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
||||||
|
@ -3463,7 +3463,7 @@ input[type="button"].btn-block {
|
||||||
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
||||||
appearance: none; }
|
appearance: none; }
|
||||||
.custom-range::-ms-thumb:active {
|
.custom-range::-ms-thumb:active {
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
.custom-range::-ms-track {
|
.custom-range::-ms-track {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0.325rem;
|
height: 0.325rem;
|
||||||
|
@ -3548,7 +3548,7 @@ input[type="button"].btn-block {
|
||||||
.nav-pills .nav-link.active,
|
.nav-pills .nav-link.active,
|
||||||
.nav-pills .show > .nav-link {
|
.nav-pills .show > .nav-link {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
|
|
||||||
.nav-fill .nav-item {
|
.nav-fill .nav-item {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
|
@ -4161,7 +4161,7 @@ input[type="button"].btn-block {
|
||||||
padding: 0.5rem 0.75rem;
|
padding: 0.5rem 0.75rem;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #dee2e6; }
|
border: 1px solid #dee2e6; }
|
||||||
.page-link:hover {
|
.page-link:hover {
|
||||||
|
@ -4188,8 +4188,8 @@ input[type="button"].btn-block {
|
||||||
.page-item.active .page-link {
|
.page-item.active .page-link {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
|
|
||||||
.page-item.disabled .page-link {
|
.page-item.disabled .page-link {
|
||||||
color: #868e96;
|
color: #868e96;
|
||||||
|
@ -4254,10 +4254,10 @@ input[type="button"].btn-block {
|
||||||
|
|
||||||
.badge-primary {
|
.badge-primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
a.badge-primary:hover, a.badge-primary:focus {
|
a.badge-primary:hover, a.badge-primary:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5; }
|
background-color: #2164b3; }
|
||||||
a.badge-primary:focus, a.badge-primary.focus {
|
a.badge-primary:focus, a.badge-primary.focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
|
||||||
|
@ -4276,10 +4276,10 @@ input[type="button"].btn-block {
|
||||||
|
|
||||||
.badge-success {
|
.badge-success {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44; }
|
background-color: #12a680; }
|
||||||
a.badge-success:hover, a.badge-success:focus {
|
a.badge-success:hover, a.badge-success:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A7D44; }
|
background-color: #12a680; }
|
||||||
a.badge-success:focus, a.badge-success.focus {
|
a.badge-success:focus, a.badge-success.focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
|
||||||
|
@ -4484,7 +4484,7 @@ input[type="button"].btn-block {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
-webkit-transition: width 0.6s ease;
|
-webkit-transition: width 0.6s ease;
|
||||||
transition: width 0.6s ease; }
|
transition: width 0.6s ease; }
|
||||||
|
|
||||||
|
@ -4558,8 +4558,8 @@ input[type="button"].btn-block {
|
||||||
.list-group-item.active {
|
.list-group-item.active {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3674B5;
|
background-color: #2164b3;
|
||||||
border-color: #3674B5; }
|
border-color: #2164b3; }
|
||||||
|
|
||||||
.list-group-horizontal {
|
.list-group-horizontal {
|
||||||
-webkit-box-orient: horizontal;
|
-webkit-box-orient: horizontal;
|
||||||
|
@ -5444,12 +5444,12 @@ a.close.disabled {
|
||||||
vertical-align: text-top !important; }
|
vertical-align: text-top !important; }
|
||||||
|
|
||||||
.bg-primary {
|
.bg-primary {
|
||||||
background-color: #3674B5 !important; }
|
background-color: #2164b3 !important; }
|
||||||
|
|
||||||
a.bg-primary:hover, a.bg-primary:focus,
|
a.bg-primary:hover, a.bg-primary:focus,
|
||||||
button.bg-primary:hover,
|
button.bg-primary:hover,
|
||||||
button.bg-primary:focus {
|
button.bg-primary:focus {
|
||||||
background-color: #3674B5 !important; }
|
background-color: #2164b3 !important; }
|
||||||
|
|
||||||
.bg-secondary {
|
.bg-secondary {
|
||||||
background-color: #868e96 !important; }
|
background-color: #868e96 !important; }
|
||||||
|
@ -5460,12 +5460,12 @@ button.bg-secondary:focus {
|
||||||
background-color: #6c757d !important; }
|
background-color: #6c757d !important; }
|
||||||
|
|
||||||
.bg-success {
|
.bg-success {
|
||||||
background-color: #3A7D44 !important; }
|
background-color: #12a680 !important; }
|
||||||
|
|
||||||
a.bg-success:hover, a.bg-success:focus,
|
a.bg-success:hover, a.bg-success:focus,
|
||||||
button.bg-success:hover,
|
button.bg-success:hover,
|
||||||
button.bg-success:focus {
|
button.bg-success:focus {
|
||||||
background-color: #3A7D44 !important; }
|
background-color: #12a680 !important; }
|
||||||
|
|
||||||
.bg-info {
|
.bg-info {
|
||||||
background-color: #2196F3 !important; }
|
background-color: #2196F3 !important; }
|
||||||
|
@ -5544,13 +5544,13 @@ button.bg-dark:focus {
|
||||||
border-left: 0 !important; }
|
border-left: 0 !important; }
|
||||||
|
|
||||||
.border-primary {
|
.border-primary {
|
||||||
border-color: #3674B5 !important; }
|
border-color: #2164b3 !important; }
|
||||||
|
|
||||||
.border-secondary {
|
.border-secondary {
|
||||||
border-color: #868e96 !important; }
|
border-color: #868e96 !important; }
|
||||||
|
|
||||||
.border-success {
|
.border-success {
|
||||||
border-color: #3A7D44 !important; }
|
border-color: #12a680 !important; }
|
||||||
|
|
||||||
.border-info {
|
.border-info {
|
||||||
border-color: #2196F3 !important; }
|
border-color: #2196F3 !important; }
|
||||||
|
@ -8295,7 +8295,7 @@ button.bg-dark:focus {
|
||||||
color: #fff !important; }
|
color: #fff !important; }
|
||||||
|
|
||||||
.text-primary {
|
.text-primary {
|
||||||
color: #3674B5 !important; }
|
color: #2164b3 !important; }
|
||||||
|
|
||||||
a.text-primary:hover, a.text-primary:focus {
|
a.text-primary:hover, a.text-primary:focus {
|
||||||
color: #62468d !important; }
|
color: #62468d !important; }
|
||||||
|
@ -8307,7 +8307,7 @@ a.text-secondary:hover, a.text-secondary:focus {
|
||||||
color: #60686f !important; }
|
color: #60686f !important; }
|
||||||
|
|
||||||
.text-success {
|
.text-success {
|
||||||
color: #3A7D44 !important; }
|
color: #12a680 !important; }
|
||||||
|
|
||||||
a.text-success:hover, a.text-success:focus {
|
a.text-success:hover, a.text-success:focus {
|
||||||
color: #13867a !important; }
|
color: #13867a !important; }
|
||||||
|
@ -8735,9 +8735,9 @@ h6 small,
|
||||||
|
|
||||||
/* text-gradient */
|
/* text-gradient */
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3674B5), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2164b3), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
|
||||||
background: linear-gradient(180deg, #3674B5 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
background: linear-gradient(180deg, #2164b3 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
|
||||||
color: #3674B5;
|
color: #2164b3;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,11 +2,11 @@ var myapp_get_color = {
|
||||||
primary_50: '#ccbfdf',
|
primary_50: '#ccbfdf',
|
||||||
primary_100: '#beaed7',
|
primary_100: '#beaed7',
|
||||||
primary_200: '#b19dce',
|
primary_200: '#b19dce',
|
||||||
primary_300: '#3674B5',
|
primary_300: '#2164b3',
|
||||||
primary_400: '#967bbd',
|
primary_400: '#967bbd',
|
||||||
primary_500: '#3674B5',
|
primary_500: '#2164b3',
|
||||||
primary_600: '#3674B5',
|
primary_600: '#2164b3',
|
||||||
primary_700: '#3674B5',
|
primary_700: '#2164b3',
|
||||||
primary_800: '#62468d',
|
primary_800: '#62468d',
|
||||||
primary_900: '#563d7c',
|
primary_900: '#563d7c',
|
||||||
success_50: '#7aece0',
|
success_50: '#7aece0',
|
||||||
|
@ -14,9 +14,9 @@ var myapp_get_color = {
|
||||||
success_200: '#4de5d5',
|
success_200: '#4de5d5',
|
||||||
success_300: '#37e2d0',
|
success_300: '#37e2d0',
|
||||||
success_400: '#21dfcb',
|
success_400: '#21dfcb',
|
||||||
success_500: '#3A7D44',
|
success_500: '#12a680',
|
||||||
success_600: '#1ab3a3',
|
success_600: '#1ab3a3',
|
||||||
success_700: '#3A7D44',
|
success_700: '#12a680',
|
||||||
success_800: '#13867a',
|
success_800: '#13867a',
|
||||||
success_900: '#107066',
|
success_900: '#107066',
|
||||||
info_50: '#9acffa',
|
info_50: '#9acffa',
|
||||||
|
|
|
@ -261,7 +261,7 @@
|
||||||
<div class="panel-tag">
|
<div class="panel-tag">
|
||||||
The colorpicker ColorItem class uses and comes bundled with Qix Color, a great color parsing library with a friendly API that allows you to manipulate and convert the color. ColorItem is just an abstraction layer on top of the library, which is more convenient for Bootstrap Colorpicker. In this example we use the ColorItem API to add color swatches based on a tetrad of the selected color
|
The colorpicker ColorItem class uses and comes bundled with Qix Color, a great color parsing library with a friendly API that allows you to manipulate and convert the color. ColorItem is just an abstraction layer on top of the library, which is more convenient for Bootstrap Colorpicker. In this example we use the ColorItem API to add color swatches based on a tetrad of the selected color
|
||||||
</div>
|
</div>
|
||||||
<div id="cp16" data-color="#3674B5">
|
<div id="cp16" data-color="#2164b3">
|
||||||
<input type="text" class="form-control" style="width:auto"/> <br>
|
<input type="text" class="form-control" style="width:auto"/> <br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
$47,000
|
$47,000
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<span class="sparklines hidden-lg-down" sparkType="bar" sparkBarColor="#3674B5" sparkHeight="32px" sparkBarWidth="5px" values="3,4,3,6,7,3,3,6,2,6,4"></span>
|
<span class="sparklines hidden-lg-down" sparkType="bar" sparkBarColor="#2164b3" sparkHeight="32px" sparkBarWidth="5px" values="3,4,3,6,7,3,3,6,2,6,4"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="subheader-block d-lg-flex align-items-center border-faded border-right-0 border-top-0 border-bottom-0 ml-3 pl-3">
|
<div class="subheader-block d-lg-flex align-items-center border-faded border-right-0 border-top-0 border-bottom-0 ml-3 pl-3">
|
||||||
<div class="d-inline-flex flex-column justify-content-center mr-3">
|
<div class="d-inline-flex flex-column justify-content-center mr-3">
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="ml-auto d-inline-flex align-items-center">
|
<div class="ml-auto d-inline-flex align-items-center">
|
||||||
<div class="sparklines d-inline-flex" sparktype="line" sparkheight="30" sparkwidth="70" sparklinecolor="#3674B5" sparkfillcolor="false" sparklinewidth="1" values="5,6,5,3,8,6,9,7,4,2"></div>
|
<div class="sparklines d-inline-flex" sparktype="line" sparkheight="30" sparkwidth="70" sparklinecolor="#2164b3" sparkfillcolor="false" sparklinewidth="1" values="5,6,5,3,8,6,9,7,4,2"></div>
|
||||||
<div class="d-inline-flex flex-column small ml-2">
|
<div class="d-inline-flex flex-column small ml-2">
|
||||||
<span class="d-inline-block badge badge-success opacity-50 text-center p-1 width-6">97%</span>
|
<span class="d-inline-block badge badge-success opacity-50 text-center p-1 width-6">97%</span>
|
||||||
<span class="d-inline-block badge bg-fusion-300 opacity-50 text-center p-1 width-6 mt-1">44%</span>
|
<span class="d-inline-block badge bg-fusion-300 opacity-50 text-center p-1 width-6 mt-1">44%</span>
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="ml-auto d-inline-flex align-items-center">
|
<div class="ml-auto d-inline-flex align-items-center">
|
||||||
<div class="sparklines d-inline-flex" sparktype="line" sparkheight="30" sparkwidth="70" sparklinecolor="#3A7D44" sparkfillcolor="false" sparklinewidth="1" values="5,9,7,3,5,2,5,3,9,6"></div>
|
<div class="sparklines d-inline-flex" sparktype="line" sparkheight="30" sparkwidth="70" sparklinecolor="#12a680" sparkfillcolor="false" sparklinewidth="1" values="5,9,7,3,5,2,5,3,9,6"></div>
|
||||||
<div class="d-inline-flex flex-column small ml-2">
|
<div class="d-inline-flex flex-column small ml-2">
|
||||||
<span class="d-inline-block badge badge-info opacity-50 text-center p-1 width-6">76%</span>
|
<span class="d-inline-block badge badge-info opacity-50 text-center p-1 width-6">76%</span>
|
||||||
<span class="d-inline-block badge bg-warning-300 opacity-50 text-center p-1 width-6 mt-1">3%</span>
|
<span class="d-inline-block badge bg-warning-300 opacity-50 text-center p-1 width-6 mt-1">3%</span>
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
<h4 class="mb-g mt-2 text-center">
|
<h4 class="mb-g mt-2 text-center">
|
||||||
Skin "<strong>Hematite</strong>" <br>
|
Skin "<strong>Hematite</strong>" <br>
|
||||||
<small>
|
<small>
|
||||||
Change your variables to following: <code>$color-primary: #868e96;</code>, <code>$color-success: #3A7D44;</code>, <code>$color-info: #2196F3;</code>, <code>$color-warning: #ffc241;</code>, and <code>$color-danger: #b57d6a;</code>
|
Change your variables to following: <code>$color-primary: #868e96;</code>, <code>$color-success: #12a680;</code>, <code>$color-info: #2196F3;</code>, <code>$color-warning: #ffc241;</code>, and <code>$color-danger: #b57d6a;</code>
|
||||||
</small>
|
</small>
|
||||||
</h4>
|
</h4>
|
||||||
<div class="demo-window rounded mb-g shadow-1 m-auto" style="max-width:550px">
|
<div class="demo-window rounded mb-g shadow-1 m-auto" style="max-width:550px">
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
<h4 class="mb-g mt-2 text-center">
|
<h4 class="mb-g mt-2 text-center">
|
||||||
Skin "<strong>Ruby</strong>" <br>
|
Skin "<strong>Ruby</strong>" <br>
|
||||||
<small>
|
<small>
|
||||||
Change your variables to following: <code>$color-primary: #ff58a6;</code>, <code>$color-success: #3A7D44;</code>, <code>$color-info: #2196F3;</code>, <code>$color-warning: #ffc241;</code>, and <code>$color-danger: #B82132;</code>
|
Change your variables to following: <code>$color-primary: #ff58a6;</code>, <code>$color-success: #12a680;</code>, <code>$color-info: #2196F3;</code>, <code>$color-warning: #ffc241;</code>, and <code>$color-danger: #B82132;</code>
|
||||||
</small>
|
</small>
|
||||||
</h4>
|
</h4>
|
||||||
<div class="demo-window rounded mb-g shadow-1 m-auto" style="max-width:550px">
|
<div class="demo-window rounded mb-g shadow-1 m-auto" style="max-width:550px">
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-line" data-peity='{ "fill": false, "stroke": "#3A7D44", "height": 40, "width": "110", "strokeWidth": 1 }'>5,3,9,6,5,9,7,3,5,2</span>
|
<span class="peity-line" data-peity='{ "fill": false, "stroke": "#12a680", "height": 40, "width": "110", "strokeWidth": 1 }'>5,3,9,6,5,9,7,3,5,2</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-line" data-peity='{ "fill": false, "stroke": "#B82132", "height": 40, "width": "110", "strokeWidth": 2 }'>0,-3,-6,-4,-5,-4,-7,-3,-5,-2</span>
|
<span class="peity-line" data-peity='{ "fill": false, "stroke": "#B82132", "height": 40, "width": "110", "strokeWidth": 2 }'>0,-3,-6,-4,-5,-4,-7,-3,-5,-2</span>
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
<span class="peity-line" data-peity='{ "fill": false, "stroke": "#ffc241", "height": 40, "width": "110", "strokeWidth": 3 }'>0,1,7,6,4,2,3,5,3,4</span>
|
<span class="peity-line" data-peity='{ "fill": false, "stroke": "#ffc241", "height": 40, "width": "110", "strokeWidth": 3 }'>0,1,7,6,4,2,3,5,3,4</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-line" data-peity='{ "fill": false, "stroke": "#3674B5", "height": 40, "width": "110", "strokeWidth": 4 }'>5,3,9,6,5,3,1,7,6,4</span>
|
<span class="peity-line" data-peity='{ "fill": false, "stroke": "#2164b3", "height": 40, "width": "110", "strokeWidth": 4 }'>5,3,9,6,5,3,1,7,6,4</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -110,17 +110,17 @@
|
||||||
<div class="panel-container show">
|
<div class="panel-container show">
|
||||||
<div class="panel-content">
|
<div class="panel-content">
|
||||||
<div class="panel-tag">
|
<div class="panel-tag">
|
||||||
Example of line with filling. You can add fill by using inserting <code>data-peity='{ "fill": "#3A7D44" }'</code>
|
Example of line with filling. You can add fill by using inserting <code>data-peity='{ "fill": "#12a680" }'</code>
|
||||||
</div>
|
</div>
|
||||||
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-line" data-peity='{ "fill": "#3A7D44", "stroke": "#3A7D44", "height": 40, "width": "110" }'>5,3,2,-1,-3,-2,2,3,5,2</span>
|
<span class="peity-line" data-peity='{ "fill": "#12a680", "stroke": "#12a680", "height": 40, "width": "110" }'>5,3,2,-1,-3,-2,2,3,5,2</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-line" data-peity='{ "fill": "#fe6bb0", "stroke": "#B82132", "height": 40, "width": "110" }'>1,4,4,7,5,9,10,4,4,7,5,9,10</span>
|
<span class="peity-line" data-peity='{ "fill": "#fe6bb0", "stroke": "#B82132", "height": 40, "width": "110" }'>1,4,4,7,5,9,10,4,4,7,5,9,10</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-line" data-peity='{ "fill": "#3674B5", "stroke": "#3674B5", "height": 40, "width": "110" }'>5,3,9,6,5,3,1,7,6,4,4,1,5</span>
|
<span class="peity-line" data-peity='{ "fill": "#2164b3", "stroke": "#2164b3", "height": 40, "width": "110" }'>5,3,9,6,5,3,1,7,6,4,4,1,5</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-line" data-peity='{ "fill": "#ffc241", "stroke": "#ffc241", "height": 40, "width": "110" }'>0,1,7,6,4,2,3,5,3,4,3,1,4,6</span>
|
<span class="peity-line" data-peity='{ "fill": "#ffc241", "stroke": "#ffc241", "height": 40, "width": "110" }'>0,1,7,6,4,2,3,5,3,4,3,1,4,6</span>
|
||||||
|
@ -149,20 +149,20 @@
|
||||||
<div class="panel-container show">
|
<div class="panel-container show">
|
||||||
<div class="panel-content">
|
<div class="panel-content">
|
||||||
<div class="panel-tag">
|
<div class="panel-tag">
|
||||||
Bar charts can have positive or negative integers. You can change the bar colors via the following <code> data-peity='{ "fill": ["#3674B5","#3674B5","#967bbd","#3674B5"] }'</code>
|
Bar charts can have positive or negative integers. You can change the bar colors via the following <code> data-peity='{ "fill": ["#2164b3","#2164b3","#967bbd","#2164b3"] }'</code>
|
||||||
</div>
|
</div>
|
||||||
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-bar" data-peity='{ "fill": ["#3674B5","#3674B5","#967bbd","#3674B5"], "height": 40, "width": "110" }'>5,3,9,6,5,9,7,3,5,2</span>
|
<span class="peity-bar" data-peity='{ "fill": ["#2164b3","#2164b3","#967bbd","#2164b3"], "height": 40, "width": "110" }'>5,3,9,6,5,9,7,3,5,2</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-bar" data-peity='{ "fill": ["#3674B5","#3A7D44"], "height": 40, "width": "110" }'>4,-3,-6,-4,-5,-4,7,-3,-5,2</span>
|
<span class="peity-bar" data-peity='{ "fill": ["#2164b3","#12a680"], "height": 40, "width": "110" }'>4,-3,-6,-4,-5,-4,7,-3,-5,2</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-bar" data-peity='{ "fill": ["#3674B5","#3A7D44"], "height": 40, "width": "110" }'>0,1,7,6,4,2,3,5,3,4</span>
|
<span class="peity-bar" data-peity='{ "fill": ["#2164b3","#12a680"], "height": 40, "width": "110" }'>0,1,7,6,4,2,3,5,3,4</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-bar" data-peity='{ "fill": ["#3A7D44"], "height": 40, "width": "110" }'>0,-1,-7,-6,-4,-2,-3,-5,-3,-4</span>
|
<span class="peity-bar" data-peity='{ "fill": ["#12a680"], "height": 40, "width": "110" }'>0,-1,-7,-6,-4,-2,-3,-5,-3,-4</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,20 +184,20 @@
|
||||||
<div class="panel-container show">
|
<div class="panel-container show">
|
||||||
<div class="panel-content">
|
<div class="panel-content">
|
||||||
<div class="panel-tag">
|
<div class="panel-tag">
|
||||||
Pie charts can have any values. You can change the colors via the following <code> data-peity='{ "fill": ["#3674B5","#3674B5","#967bbd","#3674B5"] }'</code>
|
Pie charts can have any values. You can change the colors via the following <code> data-peity='{ "fill": ["#2164b3","#2164b3","#967bbd","#2164b3"] }'</code>
|
||||||
</div>
|
</div>
|
||||||
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-pie" data-peity='{ "fill": ["#3674B5","#ffc241","#967bbd","#ffdb8e"], "height": 40, "width": "50" }'>1/4</span>
|
<span class="peity-pie" data-peity='{ "fill": ["#2164b3","#ffc241","#967bbd","#ffdb8e"], "height": 40, "width": "50" }'>1/4</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-pie" data-peity='{ "fill": ["#3674B5","#ffc241","#37e2d0","#51adf6"], "height": 40, "width": "50" }'>7,6,3,4</span>
|
<span class="peity-pie" data-peity='{ "fill": ["#2164b3","#ffc241","#37e2d0","#51adf6"], "height": 40, "width": "50" }'>7,6,3,4</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-pie" data-peity='{ "fill": ["#21dfcb","#B82132"], "height": 40, "width": "50" }'>5/10</span>
|
<span class="peity-pie" data-peity='{ "fill": ["#21dfcb","#B82132"], "height": 40, "width": "50" }'>5/10</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-pie" data-peity='{ "fill": ["#3674B5","#3A7D44","#2196F3","#ffc241","#fd52a3","#3674B5","#6ab8f7","#fe85be"], "height": 40, "width": "50" }'>2,3,4,7,9,10,5,6</span>
|
<span class="peity-pie" data-peity='{ "fill": ["#2164b3","#12a680","#2196F3","#ffc241","#fd52a3","#2164b3","#6ab8f7","#fe85be"], "height": 40, "width": "50" }'>2,3,4,7,9,10,5,6</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -223,20 +223,20 @@
|
||||||
<div class="panel-container show">
|
<div class="panel-container show">
|
||||||
<div class="panel-content">
|
<div class="panel-content">
|
||||||
<div class="panel-tag">
|
<div class="panel-tag">
|
||||||
Donut charts can have any values. You can change the colors via the following <code> data-peity='{ "fill": ["#3674B5","#3674B5","#967bbd","#3674B5"] }'</code>
|
Donut charts can have any values. You can change the colors via the following <code> data-peity='{ "fill": ["#2164b3","#2164b3","#967bbd","#2164b3"] }'</code>
|
||||||
</div>
|
</div>
|
||||||
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
<div class="demo d-flex justify-content-center flex-wrap d-sm-block">
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-donut" data-peity='{ "fill": ["#3674B5","#ffc241","#967bbd","#ffdb8e"], "height": 40, "width": "50" }'>1/3</span>
|
<span class="peity-donut" data-peity='{ "fill": ["#2164b3","#ffc241","#967bbd","#ffdb8e"], "height": 40, "width": "50" }'>1/3</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-donut" data-peity='{ "fill": ["#3674B5","#ffc241","#967bbd","#ffdb8e"], "height": 40, "width": "50" }'>10,4,4,6</span>
|
<span class="peity-donut" data-peity='{ "fill": ["#2164b3","#ffc241","#967bbd","#ffdb8e"], "height": 40, "width": "50" }'>10,4,4,6</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-donut" data-peity='{ "fill": ["#21dfcb","#B82132"], "height": 40, "width": "50" }'>5/10</span>
|
<span class="peity-donut" data-peity='{ "fill": ["#21dfcb","#B82132"], "height": 40, "width": "50" }'>5/10</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="peity-donut" data-peity='{ "fill": ["#3674B5","#3A7D44","#2196F3","#ffc241","#fd52a3","#3674B5","#6ab8f7","#fe85be"], "height": 40, "width": "50" }'>2,3,4,7,9,10,5,6</span>
|
<span class="peity-donut" data-peity='{ "fill": ["#2164b3","#12a680","#2196F3","#ffc241","#fd52a3","#2164b3","#6ab8f7","#fe85be"], "height": 40, "width": "50" }'>2,3,4,7,9,10,5,6</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -323,9 +323,9 @@
|
||||||
<span data-peity='{ "fill": ["#B82132", "#f2f2f2"], "innerRadius": 13, "radius": 37 }'>1/7</span>
|
<span data-peity='{ "fill": ["#B82132", "#f2f2f2"], "innerRadius": 13, "radius": 37 }'>1/7</span>
|
||||||
<span data-peity='{ "fill": ["#ffc241", "#f2f2f2"], "innerRadius": 10, "radius": 30 }'>2/7</span>
|
<span data-peity='{ "fill": ["#ffc241", "#f2f2f2"], "innerRadius": 10, "radius": 30 }'>2/7</span>
|
||||||
<span data-peity='{ "fill": ["#ffdb8e", "#f2f2f2"], "innerRadius": 20, "radius": 28 }'>3/7</span>
|
<span data-peity='{ "fill": ["#ffdb8e", "#f2f2f2"], "innerRadius": 20, "radius": 28 }'>3/7</span>
|
||||||
<span data-peity='{ "fill": ["#3A7D44", "#f2f2f2"], "innerRadius": 20, "radius": 25 }'>4/7</span>
|
<span data-peity='{ "fill": ["#12a680", "#f2f2f2"], "innerRadius": 20, "radius": 25 }'>4/7</span>
|
||||||
<span data-peity='{ "fill": ["#2196F3", "#f2f2f2"], "innerRadius": 17, "radius": 21 }'>5/7</span>
|
<span data-peity='{ "fill": ["#2196F3", "#f2f2f2"], "innerRadius": 17, "radius": 21 }'>5/7</span>
|
||||||
<span data-peity='{ "fill": ["#3674B5", "#f2f2f2"], "innerRadius": 15, "radius": 18 }'>6/7</span>
|
<span data-peity='{ "fill": ["#2164b3", "#f2f2f2"], "innerRadius": 15, "radius": 18 }'>6/7</span>
|
||||||
<span data-peity='{ "fill": ["#5d5d5d", "#f2f2f2"], "innerRadius": 13, "radius": 15 }'>7/7</span>
|
<span data-peity='{ "fill": ["#5d5d5d", "#f2f2f2"], "innerRadius": 13, "radius": 15 }'>7/7</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
sparkType="line"
|
sparkType="line"
|
||||||
sparkHeight="40"
|
sparkHeight="40"
|
||||||
sparkWidth="110"
|
sparkWidth="110"
|
||||||
sparkLineColor="#3A7D44"
|
sparkLineColor="#12a680"
|
||||||
sparkFillColor="false"
|
sparkFillColor="false"
|
||||||
sparkLineWidth="2"
|
sparkLineWidth="2"
|
||||||
values="5,3,9,6,5,9,7,3,5,2"></span>
|
values="5,3,9,6,5,9,7,3,5,2"></span>
|
||||||
|
@ -158,8 +158,8 @@
|
||||||
sparkType="line"
|
sparkType="line"
|
||||||
sparkHeight="40"
|
sparkHeight="40"
|
||||||
sparkWidth="110"
|
sparkWidth="110"
|
||||||
sparkLineColor="#3674B5"
|
sparkLineColor="#2164b3"
|
||||||
sparkFillColor="#3674B5"
|
sparkFillColor="#2164b3"
|
||||||
sparkLineWidth="1"
|
sparkLineWidth="1"
|
||||||
values="1,4,4,7,5,9,10,4,4,7,5,9,10"></span>
|
values="1,4,4,7,5,9,10,4,4,7,5,9,10"></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -214,7 +214,7 @@
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="sparklines"
|
<span class="sparklines"
|
||||||
sparkType="bar"
|
sparkType="bar"
|
||||||
sparkBarColor="#3674B5"
|
sparkBarColor="#2164b3"
|
||||||
values="5,3,9,6,5,9,7,5,2,6,2,1,5,3,6,7,5,7"></span>
|
values="5,3,9,6,5,9,7,5,2,6,2,1,5,3,6,7,5,7"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -366,7 +366,7 @@
|
||||||
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
<div class="p-3 w-auto text-center d-inline-flex border-faded">
|
||||||
<span class="sparklines"
|
<span class="sparklines"
|
||||||
sparkType="discrete"
|
sparkType="discrete"
|
||||||
sparkLineColor="#3674B5"
|
sparkLineColor="#2164b3"
|
||||||
values="-4,-7,6,3,7,6,-2,-8,4,6,2,6,4,-2,-4,-5"></span>
|
values="-4,-7,6,3,7,6,-2,-8,4,6,2,6,4,-2,-4,-5"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -541,7 +541,7 @@
|
||||||
sparkBoxFillColor="#ffebc1"
|
sparkBoxFillColor="#ffebc1"
|
||||||
sparkBoxLineColor="#563d7c"
|
sparkBoxLineColor="#563d7c"
|
||||||
sparkWhiskerColor="#563d7c"
|
sparkWhiskerColor="#563d7c"
|
||||||
sparkMedianColor="#3674B5"
|
sparkMedianColor="#2164b3"
|
||||||
sparkTargetColor="#B82132"
|
sparkTargetColor="#B82132"
|
||||||
values="1, 3, 5, 8, 10, 15, 18"></span>
|
values="1, 3, 5, 8, 10, 15, 18"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,11 +2,11 @@ var myapp_get_color = {
|
||||||
primary_50: '#ccbfdf',
|
primary_50: '#ccbfdf',
|
||||||
primary_100: '#beaed7',
|
primary_100: '#beaed7',
|
||||||
primary_200: '#b19dce',
|
primary_200: '#b19dce',
|
||||||
primary_300: '#3674B5',
|
primary_300: '#2164b3',
|
||||||
primary_400: '#967bbd',
|
primary_400: '#967bbd',
|
||||||
primary_500: '#3674B5',
|
primary_500: '#2164b3',
|
||||||
primary_600: '#3674B5',
|
primary_600: '#2164b3',
|
||||||
primary_700: '#3674B5',
|
primary_700: '#2164b3',
|
||||||
primary_800: '#62468d',
|
primary_800: '#62468d',
|
||||||
primary_900: '#563d7c',
|
primary_900: '#563d7c',
|
||||||
success_50: '#7aece0',
|
success_50: '#7aece0',
|
||||||
|
@ -14,9 +14,9 @@ var myapp_get_color = {
|
||||||
success_200: '#4de5d5',
|
success_200: '#4de5d5',
|
||||||
success_300: '#37e2d0',
|
success_300: '#37e2d0',
|
||||||
success_400: '#21dfcb',
|
success_400: '#21dfcb',
|
||||||
success_500: '#3A7D44',
|
success_500: '#12a680',
|
||||||
success_600: '#1ab3a3',
|
success_600: '#1ab3a3',
|
||||||
success_700: '#3A7D44',
|
success_700: '#12a680',
|
||||||
success_800: '#13867a',
|
success_800: '#13867a',
|
||||||
success_900: '#107066',
|
success_900: '#107066',
|
||||||
info_50: '#9acffa',
|
info_50: '#9acffa',
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
/*@include theme-button-color ($theme-1-fusion, $theme-1-primary, $theme-1-info, $theme-1-success, $theme-1-warning, $theme-1-danger)*/
|
/*@include theme-button-color ($theme-1-fusion, $theme-1-primary, $theme-1-info, $theme-1-success, $theme-1-warning, $theme-1-danger)*/
|
||||||
|
|
||||||
#myapp-0 {
|
#myapp-0 {
|
||||||
background: #3674B5;
|
background: #2164b3;
|
||||||
box-shadow: inset 0 0 0 3px rgb(43, 161, 255);
|
box-shadow: inset 0 0 0 3px rgb(43, 161, 255);
|
||||||
}
|
}
|
||||||
#myapp-1 {
|
#myapp-1 {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/* THEME COLORs
|
/* THEME COLORs
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
/* Looks good on chrome default color profile */
|
/* Looks good on chrome default color profile */
|
||||||
$color-primary: #3674B5;
|
$color-primary: #2164b3;
|
||||||
$color-success: #3A7D44;
|
$color-success: #12a680;
|
||||||
$color-info: #2196F3;
|
$color-info: #2196F3;
|
||||||
$color-warning: #ffc241;
|
$color-warning: #ffc241;
|
||||||
$color-danger: #B82132;
|
$color-danger: #B82132;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/* THEME COLORs
|
/* THEME COLORs
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
/* Looks good on chrome default color profile */
|
/* Looks good on chrome default color profile */
|
||||||
$color-primary: #3674B5 !default;
|
$color-primary: #2164b3 !default;
|
||||||
$color-success: #3A7D44 !default;
|
$color-success: #12a680 !default;
|
||||||
$color-info: #2196F3 !default;
|
$color-info: #2196F3 !default;
|
||||||
$color-warning: #ffc241 !default;
|
$color-warning: #ffc241 !default;
|
||||||
$color-danger: #B82132 !default;
|
$color-danger: #B82132 !default;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* #THEME COLOR (variable overrides)
|
/* #THEME COLOR (variable overrides)
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
$color-primary: #dd5293;
|
$color-primary: #dd5293;
|
||||||
$color-success: #3A7D44;
|
$color-success: #12a680;
|
||||||
$color-info: #2196F3;
|
$color-info: #2196F3;
|
||||||
$color-warning: #ffc241;
|
$color-warning: #ffc241;
|
||||||
$color-danger: #B82132;
|
$color-danger: #B82132;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* #THEME COLOR (variable overrides)
|
/* #THEME COLOR (variable overrides)
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
$color-primary: #868e96;
|
$color-primary: #868e96;
|
||||||
$color-success: #3A7D44;
|
$color-success: #12a680;
|
||||||
$color-info: #2196F3;
|
$color-info: #2196F3;
|
||||||
$color-warning: #ffc241;
|
$color-warning: #ffc241;
|
||||||
$color-danger: #b57d6a;
|
$color-danger: #b57d6a;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-login">
|
<body class="bg-login">
|
||||||
<div class="page-wrapper d-flex align-items-center justify-content-center min-vh-100">
|
<div class=" d-flex align-items-center justify-content-center min-vh-100">
|
||||||
<div class="container py-4 py-lg-5 px-4 px-sm-0">
|
<div class="container py-4 py-lg-5 px-4 px-sm-0">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-sm-12 col-md-12 col-lg-8 col-xl-8">
|
<div class="col-sm-12 col-md-12 col-lg-8 col-xl-8">
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row no-gutters">
|
<div class="row no-gutters">
|
||||||
<div class="col-lg-12 pr-lg-1 my-2">
|
<div class="col-lg-12 pr-lg-1 my-2">
|
||||||
<button type="submit" class="btn btn-info btn-block">Masuk</button>
|
<button type="submit" class="btn btn-primary btn-block">Masuk</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 pl-lg-1 my-2 text-center">
|
<div class="col-lg-12 pl-lg-1 my-2 text-center">
|
||||||
OR
|
OR
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-login">
|
<body class="bg-login">
|
||||||
<div class="page-wrapper d-flex align-items-center justify-content-center min-vh-100">
|
<div class="d-flex align-items-center justify-content-center min-vh-100">
|
||||||
<div class="container py-4 py-lg-5 px-4 px-sm-0">
|
<div class="container py-4 py-lg-5 px-4 px-sm-0">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-sm-12 col-md-12 col-lg-12 col-xl-12">
|
<div class="col-sm-12 col-md-12 col-lg-12 col-xl-12">
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-12">
|
<div class="col-md-12 mt-3">
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="form-label" for="emailverify">Email</label>
|
<label class="form-label" for="emailverify">Email</label>
|
||||||
|
|
|
@ -70,54 +70,6 @@
|
||||||
<span class="hidden-md-down fw-700">{{date('Y')}} © Sekolah Adiwiyata by Dinas Lingkungan Hidup Provinsi DKI Jakarta</span>
|
<span class="hidden-md-down fw-700">{{date('Y')}} © Sekolah Adiwiyata by Dinas Lingkungan Hidup Provinsi DKI Jakarta</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<!-- END Page Footer -->
|
|
||||||
<!-- BEGIN Shortcuts -->
|
|
||||||
<!-- modal shortcut -->
|
|
||||||
<div class="modal fade modal-backdrop-transparent" id="modal-shortcut" tabindex="-1" role="dialog" aria-labelledby="modal-shortcut" aria-hidden="true">
|
|
||||||
<div class="modal-dialog modal-dialog-top modal-transparent" role="document">
|
|
||||||
<div class="modal-content">
|
|
||||||
<div class="modal-body">
|
|
||||||
<ul class="app-list w-auto h-auto p-0 text-left">
|
|
||||||
<li>
|
|
||||||
<a href="intel_introduction.html" class="app-list-item text-white border-0 m-0">
|
|
||||||
<div class="icon-stack">
|
|
||||||
<i class="base base-7 icon-stack-3x opacity-100 color-primary-500 "></i>
|
|
||||||
<i class="base base-7 icon-stack-2x opacity-100 color-primary-300 "></i>
|
|
||||||
<i class="fal fa-home icon-stack-1x opacity-100 color-white"></i>
|
|
||||||
</div>
|
|
||||||
<span class="app-list-name">
|
|
||||||
Home
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="page_inbox_general.html" class="app-list-item text-white border-0 m-0">
|
|
||||||
<div class="icon-stack">
|
|
||||||
<i class="base base-7 icon-stack-3x opacity-100 color-success-500 "></i>
|
|
||||||
<i class="base base-7 icon-stack-2x opacity-100 color-success-300 "></i>
|
|
||||||
<i class="ni ni-envelope icon-stack-1x text-white"></i>
|
|
||||||
</div>
|
|
||||||
<span class="app-list-name">
|
|
||||||
Inbox
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="intel_introduction.html" class="app-list-item text-white border-0 m-0">
|
|
||||||
<div class="icon-stack">
|
|
||||||
<i class="base base-7 icon-stack-2x opacity-100 color-primary-300 "></i>
|
|
||||||
<i class="fal fa-plus icon-stack-1x opacity-100 color-white"></i>
|
|
||||||
</div>
|
|
||||||
<span class="app-list-name">
|
|
||||||
Add More
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> <!-- END Shortcuts -->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -262,7 +262,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<input type="text" name="materi_text[kebijakan]" class="form-control materi" placeholder="">
|
<input type="text" name="materi_text[kebijakan]" value="{{ @$selectedMateriTexts['kebijakan']->text ?? '' }}" class="form-control materi" placeholder="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -107,21 +107,32 @@
|
||||||
<div class="tab-pane fade show active" id="usulan" role="tabpanel">
|
<div class="tab-pane fade show active" id="usulan" role="tabpanel">
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<tr class="bg-success text-white">
|
<tr class="bg-success text-white">
|
||||||
<th colspan="2"><b>Penghargaan Terakhir</b></th>
|
<th><b>Penghargaan Terakhir</b></th>
|
||||||
<th><b>Tanggal Penetapan SK</b></th>
|
<th><b>Tanggal Penetapan SK</b></th>
|
||||||
<th><b>Lampiran SK</b></th>
|
<th><b>Lampiran SK</b></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@if(@$sk)
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle;">
|
<td style="vertical-align: middle;">
|
||||||
<i class="fal fa-trophy"></i>
|
<?php
|
||||||
|
if(@$sk->jenis_usulan == 0){
|
||||||
|
$penghargaan = '<h5>Belum Pernah</h5>';
|
||||||
|
}elseif(@$sk->jenis_usulan == 1){
|
||||||
|
$penghargaan = '<h5>Adiwiyata Kab/Kota</h5>';
|
||||||
|
}elseif(@$sk->jenis_usulan == 2){
|
||||||
|
$penghargaan = '<h5>Adiwiyata Provinsi</h5>';
|
||||||
|
}elseif(@$sk->jenis_usulan == 3){
|
||||||
|
$penghargaan = '<h5>Adiwiyata Nasional</h5>';
|
||||||
|
}elseif(@$sk->jenis_usulan == 4){
|
||||||
|
$penghargaan = '<h5>Adiwiyata Mandiri</h5>';
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
{!!$penghargaan!!}
|
||||||
</td>
|
</td>
|
||||||
<td style="vertical-align: middle;">
|
<td style="vertical-align: middle;">{{@$sk->tanggal_penetapan}}</td>
|
||||||
<h5><b>Adiwiyata Provinsi</b></h5>
|
<td style="vertical-align: middle;"><a download href="'.asset('uploads/'.@$sk->file).'" class="btn btn-sm btn-warning" style="width: 100%;"><i class="fal fa-download"></i> SK Adiwiyata</a></td>
|
||||||
<span>SK Gubernur DKI Nomor 276 Tahun 2023 </span>
|
|
||||||
</td>
|
|
||||||
<td style="vertical-align: middle;">2023-04-13 </td>
|
|
||||||
<td style="vertical-align: middle;">--</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
@endif
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane fade" id="jumlah" role="tabpanel">
|
<div class="tab-pane fade" id="jumlah" role="tabpanel">
|
||||||
|
|
|
@ -242,7 +242,7 @@
|
||||||
request.done(function(response, textStatus, jqXHR){
|
request.done(function(response, textStatus, jqXHR){
|
||||||
console.log(response);
|
console.log(response);
|
||||||
toastr.success("Berhasil Login", 'Berhasil!', {positionClass: 'toast-bottom-right', containerId: 'toast-bottom-right'});
|
toastr.success("Berhasil Login", 'Berhasil!', {positionClass: 'toast-bottom-right', containerId: 'toast-bottom-right'});
|
||||||
window.location.href = '{{url("/usulan/administrasi")}}';
|
window.location.href = '{{url("/usulan/adiwiyata/administrasi")}}';
|
||||||
history.pushState(null, null, location.href);
|
history.pushState(null, null, location.href);
|
||||||
window.onpopstate = function () {
|
window.onpopstate = function () {
|
||||||
history.go(1);
|
history.go(1);
|
||||||
|
@ -285,7 +285,7 @@
|
||||||
request.done(function(response, textStatus, jqXHR){
|
request.done(function(response, textStatus, jqXHR){
|
||||||
console.log(response);
|
console.log(response);
|
||||||
toastr.success("Berhasil Login", 'Berhasil!', {positionClass: 'toast-bottom-right', containerId: 'toast-bottom-right'});
|
toastr.success("Berhasil Login", 'Berhasil!', {positionClass: 'toast-bottom-right', containerId: 'toast-bottom-right'});
|
||||||
window.location.href = '{{url("/usulan/administrasi")}}';
|
window.location.href = '{{url("/usulan/adiwiyata/administrasi")}}';
|
||||||
history.pushState(null, null, location.href);
|
history.pushState(null, null, location.href);
|
||||||
window.onpopstate = function () {
|
window.onpopstate = function () {
|
||||||
history.go(1);
|
history.go(1);
|
||||||
|
@ -305,6 +305,7 @@
|
||||||
$('#grid-data').on('click',".btnModal", function(e) {
|
$('#grid-data').on('click',".btnModal", function(e) {
|
||||||
$('.jenisusulan').html($(this).attr('data-jenisusulan'));
|
$('.jenisusulan').html($(this).attr('data-jenisusulan'));
|
||||||
$('.secure_id').val($(this).attr('data-secureid'));
|
$('.secure_id').val($(this).attr('data-secureid'));
|
||||||
|
var assetURL = '{{asset("uploads")}}';
|
||||||
var link = $(this).attr('data-link');
|
var link = $(this).attr('data-link');
|
||||||
var level = $(this).attr('data-level');
|
var level = $(this).attr('data-level');
|
||||||
var filetim = $(this).attr('data-filetim');
|
var filetim = $(this).attr('data-filetim');
|
||||||
|
@ -317,9 +318,9 @@
|
||||||
div += '<div>SK Tim Adiwiyata</div>';
|
div += '<div>SK Tim Adiwiyata</div>';
|
||||||
div += '</td>';
|
div += '</td>';
|
||||||
div += '<td>';
|
div += '<td>';
|
||||||
div += '<input type="file" accept=".pdf" class="form-control is-required" name="sk_tim_adiwiyata" required> <br>';
|
div += '<input type="file" accept=".pdf" class="form-control is-required" name="sk_tim_adiwiyata" required>';
|
||||||
if(filetim != ''){
|
if(filetim != ''){
|
||||||
div += '<a href="'+filetim+'" class="btn btn-sm btn-warning"><i class="fal fa-download "></i> File SK Tim Adiwiyata</a> <br>';
|
div += '<br><a href="'+assetURL+'/'+filetim+'" class="btn btn-sm btn-warning"><i class="fal fa-download "></i> File SK Tim Adiwiyata</a> <br>';
|
||||||
}
|
}
|
||||||
div += '<small class="text-danger">Format : .pdf, Maksimal File : 2MB</small>';
|
div += '<small class="text-danger">Format : .pdf, Maksimal File : 2MB</small>';
|
||||||
div += '</td>';
|
div += '</td>';
|
||||||
|
@ -329,9 +330,9 @@
|
||||||
div += '<div>Surat Usulan</div>';
|
div += '<div>Surat Usulan</div>';
|
||||||
div += '</td>';
|
div += '</td>';
|
||||||
div += '<td>';
|
div += '<td>';
|
||||||
div += '<input type="file" accept=".pdf" class="form-control is-required" name="surat_usulan" required> <br>';
|
div += '<input type="file" accept=".pdf" class="form-control is-required" name="surat_usulan" required>';
|
||||||
if(fileusulan != ''){
|
if(fileusulan != ''){
|
||||||
div += '<a href="'+fileusulan+'" class="btn btn-sm btn-warning"><i class="fal fa-download "></i> File Usulan</a> <br>';
|
div += '<br><a href="'+assetURL+'/'+fileusulan+'" class="btn btn-sm btn-warning"><i class="fal fa-download "></i> File Usulan</a> <br>';
|
||||||
}
|
}
|
||||||
div += '<small class="text-danger">Format : .pdf, Maksimal File : 2MB</small>';
|
div += '<small class="text-danger">Format : .pdf, Maksimal File : 2MB</small>';
|
||||||
div += '</td>';
|
div += '</td>';
|
||||||
|
|
Loading…
Reference in New Issue