diff --git a/README.md b/README.md index 961e533..b539e8c 100755 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ Deny from all
点击查看2.0版更新日志 +* 2022-1-3 v2.4.4 beta +- 添加更改网站配色 +- 增加一些提示 +- 优化部分代码 + * 2021-12-25 v2.4.4 - 更改favicon.ico - 修复缩略图数量统计 diff --git a/admin/admin.inc.php b/admin/admin.inc.php index 7766db2..6c9be4c 100755 --- a/admin/admin.inc.php +++ b/admin/admin.inc.php @@ -91,7 +91,7 @@ if (isset($_POST['radio'])) {
- +
@@ -123,6 +123,21 @@ if (isset($_POST['radio'])) {
+
+ + +
@@ -161,7 +176,7 @@ if (isset($_POST['radio'])) {
- +
@@ -232,20 +247,6 @@ if (isset($_POST['radio'])) {
-
-
- - title=" 轻微有损压缩图片, 此压缩有可能使图片变大!特别是小图片 也有一定概率改变图片方向"> - -
-
-
-
- - title=" 开启缩略图后会影响前端上传速度和服务器开销"> - -
-
@@ -266,39 +267,55 @@ if (isset($_POST['radio'])) {
+

前端压缩 - 优点:服务器无压力 缺点:略微增加客户端压力

> - +
- +
- +
> - +
> - +
- +
+

后端压缩 - 优点:避免客户端欺骗 缺点:增加服务器压力

+
+
+ + title=" 轻微有损压缩图片, 此压缩有可能使图片变大!特别是小图片 也有一定概率改变图片方向"> + +
+
+
+
+ + title=" 开启缩略图后会影响前端上传速度和服务器开销"> + +
+
diff --git a/application/function.php b/application/function.php index ec1a880..973dd6e 100755 --- a/application/function.php +++ b/application/function.php @@ -431,21 +431,21 @@ function imgRatio() } if ($config['image_x'] != 0) { - $image_x = "width:" . $config['image_x']; + $image_x = "width:" . $config['image_x'].','; } else { $image_x = null; } if ($config['image_y'] != 0) { - $image_y = "height:" . $config['image_y']; + $image_y = "height:" . $config['image_y'].','; } else { $image_y = null; } return ' resize:{ - ' . $image_x . ', - ' . $image_y . ', + ' . $image_x . ' + ' . $image_y . ' crop: ' . $imgRatio_crop . ', quality:' . $config['imgRatio_quality'] . ', preserve_headers: ' . $imgRatio_preserve_headers . ', @@ -673,7 +673,7 @@ function writefile($filename, $writetext, $openmod = 'w') return false; } } - +// 在线输出缩略图 function get_online_thumbnail($imgUrl) { global $config; diff --git a/application/header.php b/application/header.php index 5dc4ca5..3ede8f9 100755 --- a/application/header.php +++ b/application/header.php @@ -17,6 +17,7 @@ require_once APP_ROOT . '/application/total_files.php'; + diff --git a/config/config.php b/config/config.php index 2ab2a96..99d5f06 100755 --- a/config/config.php +++ b/config/config.php @@ -36,30 +36,31 @@ $config=Array 'imgRatio_crop'=>0, 'imgRatio_preserve_headers'=>1, 'static_cdn'=>0, + 'theme'=>'default', 'static_cdn_url'=>'https://cdn.jsdelivr.net/gh/icret/EasyImages2.0', 'ad_top'=>0, - 'ad_top_info'=>' + 'ad_top_info'=>' ', 'ad_bot'=>0, - 'ad_bot_info'=>' + 'ad_bot_info'=>' ', 'showSwitch'=>1, 'listNumber'=>20, - 'customize'=>' - ', 'checkEnv'=>1, 'checkImg'=>0, @@ -70,7 +71,7 @@ $config=Array 'form'=>'', 'TinyImag_key'=>'', 'moderatecontent_key'=>'', - 'footer'=>'请勿上传违反中国政策的图片 + 'footer'=>'请勿上传违反中国政策的图片
', 'imgRatio_save_headers'=>1, 'imgRatio_value'=>10 diff --git a/install/install.lock b/install/install.lock deleted file mode 100755 index a491d9a..0000000 --- a/install/install.lock +++ /dev/null @@ -1 +0,0 @@ -安装程序锁定文件。 \ No newline at end of file diff --git a/public/static/zui/theme/zui-theme-black.css b/public/static/zui/theme/zui-theme-black.css new file mode 100755 index 0000000..c74405d --- /dev/null +++ b/public/static/zui/theme/zui-theme-black.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #222; +} +a:hover, +a:focus { + color: #000000; +} +.btn { + border-radius: 0; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #333; + border-color: #262626; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #1f1f1f; + border-color: #080808; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #0d0d0d; + border-color: #0d0d0d; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #333; + border-color: #262626; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #1f1f1f; + border-color: #080808; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #0d0d0d; + border-color: #0d0d0d; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #333; + border-color: #262626; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #222; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #000000; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 0; +} +.label { + border-radius: 0; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #333; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #1a1a1a; +} +.label-primary.label-outline { + background: none; + border: 1px solid #333; + color: #333; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #1a1a1a; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #666666; +} +.text-primary { + color: #333; +} +.text-primary:hover { + color: #1a1a1a; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #222; +} +.text-link:hover, +.text-link:active { + color: #222; +} +.bg-primary { + background-color: #333; +} +a.bg-primary:hover { + background-color: #1a1a1a; +} +.hl-primary { + background-color: #f5f5f5; +} +a.hl-primary:hover { + background-color: #dcdcdc; +} +.progress { + background-color: #e5e5e5; + border-radius: 0; +} +.progress-bar { + color: #fff; + background-color: #333; + border-radius: 0; +} +.form-control { + border-radius: 0; +} +.form-control:focus, +.form-control.focus { + border-color: #222; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(34, 34, 34, 0.6); +} +.form-control:focus { + border-color: #222; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(34, 34, 34, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 0; +} +.switch > input:checked + label:before { + background-color: #333; + border-color: #333; +} +.switch input:focus + label { + color: #333; +} +.switch input:focus + label:before { + border-color: #333; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #333; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #333; + background-color: #333; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #333; + border-color: #333; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #333; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #333; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #222; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 0; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #f5f5f5; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #333; + border-color: #333; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 0; +} +@media (min-width: 768px) { + .navbar { + border-radius: 0; + } +} +.navbar-inverse { + background-color: #222; + border-color: #080808; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #151515; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #313131; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #3c3c3c; +} +.navbar-inverse .navbar-toggle { + border-color: #3c3c3c; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #151515; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #101010; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #3c3c3c; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #313131; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #3c3c3c; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #3c3c3c; + box-shadow: inset 0 -1px 0 #080808; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #0e0e0e; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #000000; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #222; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #333; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #333; + border-color: #333; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #333; + border-bottom-color: #333; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #333; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 0 0 0 0; +} +.pager { + border-radius: 0; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #333; + border-color: #333; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 0; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.panel-group .panel { + border-radius: 0; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #333; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #333; + border-color: #333; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #333; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #333; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #f5f5f5; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #222 !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #222 !important; +} +.chosen-container-single .chosen-single { + border-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #222 !important; + border-bottom-left-radius: #222 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #333 !important; +} +.chosen-container-active .chosen-single { + border-color: #222 !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #222 !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #222 !important; + border-bottom-left-radius: #222 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #f5f5f5; + color: #333; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #333; + border-color: #333; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 0; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #333; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #333; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #333; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #333 !important; + border-color: #1a1a1a !important; +} +.datetimepicker td.day.active:hover { + background-color: #1a1a1a !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 0 !important; +} +.ke-container.focus { + border-color: #222 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(34, 34, 34, 0.6) !important; +} +.ke-menu-item-on { + background-color: #333 !important; +} +.ke-colorpicker-cell-on { + background-color: #333 !important; +} +.ke-input-text:focus { + border-color: #222 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(34, 34, 34, 0.6) !important; +} +.messager { + border-radius: 0; +} +.messager-primary { + background-color: #333; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #222; +} +.alert:not(.alert-block) { + border-radius: 0; +} +.alert-primary { + background-color: #f5f5f5; + color: #282828; +} +.alert-primary hr { + border-top-color: #e3e3e3; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #333; + border-color: #333; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 0; +} +.card { + box-shadow: none; + border-radius: 0; +} +pre { + border-radius: 0; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #f5f5f5; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #333; +} +.tree-drag-holder { + background-color: #f5f5f5; +} +.tree-menu li.active > a { + background-color: #333; + border-color: #333; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +} diff --git a/public/static/zui/theme/zui-theme-blue.css b/public/static/zui/theme/zui-theme-blue.css new file mode 100755 index 0000000..558c4e6 --- /dev/null +++ b/public/static/zui/theme/zui-theme-blue.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #0288d1; +} +a:hover, +a:focus { + color: #015785; +} +.btn { + border-radius: 4px; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #039BE5; + border-color: #038acc; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #0280bd; + border-color: #02618f; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #026899; + border-color: #026899; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #039BE5; + border-color: #038acc; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #0280bd; + border-color: #02618f; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #026899; + border-color: #026899; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #039BE5; + border-color: #038acc; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #0288d1; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #015785; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 4px; +} +.label { + border-radius: 2px; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #039BE5; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #0279b3; +} +.label-primary.label-outline { + background: none; + border: 1px solid #039BE5; + color: #039BE5; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #0279b3; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #51c5fd; +} +.text-primary { + color: #039BE5; +} +.text-primary:hover { + color: #0279b3; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #0288d1; +} +.text-link:hover, +.text-link:active { + color: #0288d1; +} +.bg-primary { + background-color: #039BE5; +} +a.bg-primary:hover { + background-color: #0279b3; +} +.hl-primary { + background-color: #e1f5fe; +} +a.hl-primary:hover { + background-color: #b0e5fc; +} +.progress { + background-color: #e5e5e5; + border-radius: 4px; +} +.progress-bar { + color: #fff; + background-color: #039BE5; + border-radius: 4px; +} +.form-control { + border-radius: 4px; +} +.form-control:focus, +.form-control.focus { + border-color: #0288d1; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 136, 209, 0.6); +} +.form-control:focus { + border-color: #0288d1; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 136, 209, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 4px; +} +.switch > input:checked + label:before { + background-color: #039BE5; + border-color: #039BE5; +} +.switch input:focus + label { + color: #039BE5; +} +.switch input:focus + label:before { + border-color: #039BE5; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #039BE5; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #039BE5; + background-color: #039BE5; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #039BE5; + border-color: #039BE5; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #039BE5; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #039BE5; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #0288d1; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 4px; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #e1f5fe; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #039BE5; + border-color: #039BE5; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 4px; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +.navbar-inverse { + background-color: #0288d1; + border-color: #02679e; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #0278b8; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #029cef; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #09a7fd; +} +.navbar-inverse .navbar-toggle { + border-color: #09a7fd; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #0278b8; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #0271ae; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #09a7fd; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #02679e; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #029cef; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #09a7fd; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #09a7fd; + box-shadow: inset 0 -1px 0 #02679e; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #026ea9; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #015785; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #0288d1; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #039BE5; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #039BE5; + border-color: #039BE5; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #039BE5; + border-bottom-color: #039BE5; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #039BE5; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 4px 4px 0 0; +} +.pager { + border-radius: 4px; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #039BE5; + border-color: #039BE5; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 4px; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.panel-group .panel { + border-radius: 4px; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #039BE5; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #039BE5; + border-color: #039BE5; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #039BE5; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #039BE5; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #e1f5fe; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #0288d1 !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #0288d1 !important; +} +.chosen-container-single .chosen-single { + border-radius: 4px !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #0288d1 !important; + border-bottom-left-radius: #0288d1 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #039BE5 !important; +} +.chosen-container-active .chosen-single { + border-color: #0288d1 !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #0288d1 !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 4px !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #0288d1 !important; + border-bottom-left-radius: #0288d1 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #e1f5fe; + color: #039BE5; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #039BE5; + border-color: #039BE5; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 4px; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #039BE5; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #039BE5; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #039BE5; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #039BE5 !important; + border-color: #0279b3 !important; +} +.datetimepicker td.day.active:hover { + background-color: #0279b3 !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 4px !important; +} +.ke-container.focus { + border-color: #0288d1 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 136, 209, 0.6) !important; +} +.ke-menu-item-on { + background-color: #039BE5 !important; +} +.ke-colorpicker-cell-on { + background-color: #039BE5 !important; +} +.ke-input-text:focus { + border-color: #0288d1 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 136, 209, 0.6) !important; +} +.messager { + border-radius: 4px; +} +.messager-primary { + background-color: #039BE5; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #0288d1; +} +.alert:not(.alert-block) { + border-radius: 2px; +} +.alert-primary { + background-color: #e1f5fe; + color: #282828; +} +.alert-primary hr { + border-top-color: #bee9fd; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #039BE5; + border-color: #039BE5; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 6px; +} +.card { + box-shadow: none; + border-radius: 4px; +} +pre { + border-radius: 4px; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #e1f5fe; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #039BE5; +} +.tree-drag-holder { + background-color: #e1f5fe; +} +.tree-menu li.active > a { + background-color: #039BE5; + border-color: #039BE5; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +} diff --git a/public/static/zui/theme/zui-theme-bluegrey.css b/public/static/zui/theme/zui-theme-bluegrey.css new file mode 100755 index 0000000..c41d07a --- /dev/null +++ b/public/static/zui/theme/zui-theme-bluegrey.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #546E7A; +} +a:hover, +a:focus { + color: #35454d; +} +.btn { + border-radius: 0; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #607D8B; + border-color: #566f7c; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #4f6773; + border-color: #3d4f58; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #41545e; + border-color: #41545e; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #607D8B; + border-color: #566f7c; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #4f6773; + border-color: #3d4f58; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #41545e; + border-color: #41545e; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #607D8B; + border-color: #566f7c; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #546E7A; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #35454d; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 0; +} +.label { + border-radius: 0; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #607D8B; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #4b626d; +} +.label-primary.label-outline { + background: none; + border: 1px solid #607D8B; + color: #607D8B; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #4b626d; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #99aeb8; +} +.text-primary { + color: #607D8B; +} +.text-primary:hover { + color: #4b626d; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #546E7A; +} +.text-link:hover, +.text-link:active { + color: #546E7A; +} +.bg-primary { + background-color: #607D8B; +} +a.bg-primary:hover { + background-color: #4b626d; +} +.hl-primary { + background-color: #ECEFF1; +} +a.hl-primary:hover { + background-color: #cfd6db; +} +.progress { + background-color: #e5e5e5; + border-radius: 0; +} +.progress-bar { + color: #fff; + background-color: #607D8B; + border-radius: 0; +} +.form-control { + border-radius: 0; +} +.form-control:focus, +.form-control.focus { + border-color: #546E7A; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(84, 110, 122, 0.6); +} +.form-control:focus { + border-color: #546E7A; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(84, 110, 122, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 0; +} +.switch > input:checked + label:before { + background-color: #607D8B; + border-color: #607D8B; +} +.switch input:focus + label { + color: #607D8B; +} +.switch input:focus + label:before { + border-color: #607D8B; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #607D8B; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #607D8B; + background-color: #607D8B; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #607D8B; + border-color: #607D8B; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #607D8B; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #607D8B; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #546E7A; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 0; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #ECEFF1; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #607D8B; + border-color: #607D8B; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 0; +} +@media (min-width: 768px) { + .navbar { + border-radius: 0; + } +} +.navbar-inverse { + background-color: #546E7A; + border-color: #3f535c; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #4a606b; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #607e8c; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #698998; +} +.navbar-inverse .navbar-toggle { + border-color: #698998; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #4a606b; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #455b65; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #698998; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #3f535c; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #607e8c; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #698998; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #698998; + box-shadow: inset 0 -1px 0 #3f535c; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #435862; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #35454d; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #546E7A; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #607D8B; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #607D8B; + border-color: #607D8B; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #607D8B; + border-bottom-color: #607D8B; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #607D8B; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 0 0 0 0; +} +.pager { + border-radius: 0; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #607D8B; + border-color: #607D8B; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 0; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.panel-group .panel { + border-radius: 0; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #607D8B; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #607D8B; + border-color: #607D8B; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #607D8B; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #607D8B; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #ECEFF1; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #546E7A !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #546E7A !important; +} +.chosen-container-single .chosen-single { + border-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #546E7A !important; + border-bottom-left-radius: #546E7A !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #607D8B !important; +} +.chosen-container-active .chosen-single { + border-color: #546E7A !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #546E7A !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #546E7A !important; + border-bottom-left-radius: #546E7A !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #ECEFF1; + color: #607D8B; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #607D8B; + border-color: #607D8B; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 0; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #607D8B; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #607D8B; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #607D8B; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #607D8B !important; + border-color: #4b626d !important; +} +.datetimepicker td.day.active:hover { + background-color: #4b626d !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 0 !important; +} +.ke-container.focus { + border-color: #546E7A !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(84, 110, 122, 0.6) !important; +} +.ke-menu-item-on { + background-color: #607D8B !important; +} +.ke-colorpicker-cell-on { + background-color: #607D8B !important; +} +.ke-input-text:focus { + border-color: #546E7A !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(84, 110, 122, 0.6) !important; +} +.messager { + border-radius: 0; +} +.messager-primary { + background-color: #607D8B; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #546E7A; +} +.alert:not(.alert-block) { + border-radius: 0; +} +.alert-primary { + background-color: #ECEFF1; + color: #282828; +} +.alert-primary hr { + border-top-color: #d7dee2; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #607D8B; + border-color: #607D8B; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 0; +} +.card { + box-shadow: none; + border-radius: 0; +} +pre { + border-radius: 0; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #ECEFF1; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #607D8B; +} +.tree-drag-holder { + background-color: #ECEFF1; +} +.tree-menu li.active > a { + background-color: #607D8B; + border-color: #607D8B; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +} diff --git a/public/static/zui/theme/zui-theme-brown.css b/public/static/zui/theme/zui-theme-brown.css new file mode 100755 index 0000000..ee2d148 --- /dev/null +++ b/public/static/zui/theme/zui-theme-brown.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #795548; +} +a:hover, +a:focus { + color: #49332b; +} +.btn { + border-radius: 15px; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #8D6E63; + border-color: #7e6258; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #755b52; + border-color: #5a463f; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #604b43; + border-color: #604b43; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #8D6E63; + border-color: #7e6258; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #755b52; + border-color: #5a463f; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #604b43; + border-color: #604b43; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #8D6E63; + border-color: #7e6258; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #795548; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #49332b; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 15px; +} +.label { + border-radius: 15px; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #8D6E63; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #6f574e; +} +.label-primary.label-outline { + background: none; + border: 1px solid #8D6E63; + color: #8D6E63; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #6f574e; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #baa49c; +} +.text-primary { + color: #8D6E63; +} +.text-primary:hover { + color: #6f574e; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #795548; +} +.text-link:hover, +.text-link:active { + color: #795548; +} +.bg-primary { + background-color: #8D6E63; +} +a.bg-primary:hover { + background-color: #6f574e; +} +.hl-primary { + background-color: #f7ebe1; +} +a.hl-primary:hover { + background-color: #ecd0b9; +} +.progress { + background-color: #e5e5e5; + border-radius: 15px; +} +.progress-bar { + color: #fff; + background-color: #8D6E63; + border-radius: 15px; +} +.form-control { + border-radius: 15px; +} +.form-control:focus, +.form-control.focus { + border-color: #795548; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(121, 85, 72, 0.6); +} +.form-control:focus { + border-color: #795548; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(121, 85, 72, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 15px; +} +.switch > input:checked + label:before { + background-color: #8D6E63; + border-color: #8D6E63; +} +.switch input:focus + label { + color: #8D6E63; +} +.switch input:focus + label:before { + border-color: #8D6E63; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #8D6E63; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #8D6E63; + background-color: #8D6E63; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #8D6E63; + border-color: #8D6E63; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #8D6E63; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #8D6E63; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #795548; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 15px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 15px; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 15px; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 15px; + border-top-left-radius: 15px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 15px; + border-bottom-left-radius: 15px; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #f7ebe1; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #8D6E63; + border-color: #8D6E63; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 15px; +} +@media (min-width: 768px) { + .navbar { + border-radius: 15px; + } +} +.navbar-inverse { + background-color: #795548; + border-color: #593f35; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #694a3e; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #8c6253; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #996b5b; +} +.navbar-inverse .navbar-toggle { + border-color: #996b5b; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #694a3e; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #63453b; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #996b5b; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #593f35; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #8c6253; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #996b5b; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #996b5b; + box-shadow: inset 0 -1px 0 #593f35; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #5f4339; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #49332b; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #795548; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #8D6E63; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 15px; + border-top-left-radius: 15px; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 15px; + border-top-right-radius: 15px; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #8D6E63; + border-color: #8D6E63; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #8D6E63; + border-bottom-color: #8D6E63; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 15px; + border-top-left-radius: 15px; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 15px; + border-bottom-left-radius: 15px; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 15px; + border-top-right-radius: 15px; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #8D6E63; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 15px 15px 0 0; +} +.pager { + border-radius: 15px; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 15px; + border-top-left-radius: 15px; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 15px; + border-top-right-radius: 15px; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #8D6E63; + border-color: #8D6E63; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 15px; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 15px; + border-top-right-radius: 15px; +} +.panel-group .panel { + border-radius: 15px; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #8D6E63; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #8D6E63; + border-color: #8D6E63; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #8D6E63; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #8D6E63; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #f7ebe1; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #795548 !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #795548 !important; +} +.chosen-container-single .chosen-single { + border-radius: 15px !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #795548 !important; + border-bottom-left-radius: #795548 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #8D6E63 !important; +} +.chosen-container-active .chosen-single { + border-color: #795548 !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #795548 !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 15px !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #795548 !important; + border-bottom-left-radius: #795548 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #f7ebe1; + color: #8D6E63; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #8D6E63; + border-color: #8D6E63; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 15px; + border-top-left-radius: 15px; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 15px; + border-bottom-left-radius: 15px; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 15px; + border-top-left-radius: 15px; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 15px; + border-bottom-left-radius: 15px; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 15px; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #8D6E63; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #8D6E63; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #8D6E63; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #8D6E63 !important; + border-color: #6f574e !important; +} +.datetimepicker td.day.active:hover { + background-color: #6f574e !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 15px !important; +} +.ke-container.focus { + border-color: #795548 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(121, 85, 72, 0.6) !important; +} +.ke-menu-item-on { + background-color: #8D6E63 !important; +} +.ke-colorpicker-cell-on { + background-color: #8D6E63 !important; +} +.ke-input-text:focus { + border-color: #795548 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(121, 85, 72, 0.6) !important; +} +.messager { + border-radius: 15px; +} +.messager-primary { + background-color: #8D6E63; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #795548; +} +.alert:not(.alert-block) { + border-radius: 15px; +} +.alert-primary { + background-color: #f7ebe1; + color: #282828; +} +.alert-primary hr { + border-top-color: #efd8c5; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #8D6E63; + border-color: #8D6E63; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 15px; +} +.card { + box-shadow: none; + border-radius: 15px; +} +pre { + border-radius: 15px; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #f7ebe1; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #8D6E63; +} +.tree-drag-holder { + background-color: #f7ebe1; +} +.tree-menu li.active > a { + background-color: #8D6E63; + border-color: #8D6E63; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +} diff --git a/public/static/zui/theme/zui-theme-default.css b/public/static/zui/theme/zui-theme-default.css new file mode 100755 index 0000000..0ce53ac --- /dev/null +++ b/public/static/zui/theme/zui-theme-default.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #145ccd; +} +a:hover, +a:focus { + color: #0d3d87; +} +.btn { + border-radius: 4px; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #3280fc; + border-color: #1970fc; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #0a67fb; + border-color: #0354d4; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #0358de; + border-color: #0358de; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #3280fc; + border-color: #1970fc; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #0a67fb; + border-color: #0354d4; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #0358de; + border-color: #0358de; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #3280fc; + border-color: #1970fc; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #145ccd; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #0d3d87; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 4px; +} +.label { + border-radius: 3px; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #3280fc; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #0462f7; +} +.label-primary.label-outline { + background: none; + border: 1px solid #3280fc; + color: #3280fc; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #0462f7; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #97befd; +} +.text-primary { + color: #3280fc; +} +.text-primary:hover { + color: #0462f7; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #145ccd; +} +.text-link:hover, +.text-link:active { + color: #145ccd; +} +.bg-primary { + background-color: #3280fc; +} +a.bg-primary:hover { + background-color: #0462f7; +} +.hl-primary { + background-color: #ebf2f9; +} +a.hl-primary:hover { + background-color: #c4d8ed; +} +.progress { + background-color: #e5e5e5; + border-radius: 4px; +} +.progress-bar { + color: #fff; + background-color: #3280fc; + border-radius: 4px; +} +.form-control { + border-radius: 4px; +} +.form-control:focus, +.form-control.focus { + border-color: #145ccd; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 92, 205, 0.6); +} +.form-control:focus { + border-color: #145ccd; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 92, 205, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 4px; +} +.switch > input:checked + label:before { + background-color: #3280fc; + border-color: #3280fc; +} +.switch input:focus + label { + color: #3280fc; +} +.switch input:focus + label:before { + border-color: #3280fc; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #3280fc; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #3280fc; + background-color: #3280fc; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #3280fc; + border-color: #3280fc; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #3280fc; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #3280fc; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #145ccd; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 4px; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #ebf2f9; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #3280fc; + border-color: #3280fc; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 4px; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +.navbar-inverse { + background-color: #145ccd; + border-color: #0f479f; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #1252b6; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #1769e8; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #2a75ea; +} +.navbar-inverse .navbar-toggle { + border-color: #2a75ea; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #1252b6; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #114dac; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #2a75ea; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #0f479f; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #1769e8; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #2a75ea; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #2a75ea; + box-shadow: inset 0 -1px 0 #0f479f; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #104ba8; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #0d3d87; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #145ccd; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #3280fc; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #3280fc; + border-color: #3280fc; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #3280fc; + border-bottom-color: #3280fc; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #3280fc; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 4px 4px 0 0; +} +.pager { + border-radius: 4px; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #3280fc; + border-color: #3280fc; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 4px; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.panel-group .panel { + border-radius: 4px; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #3280fc; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #3280fc; + border-color: #3280fc; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #3280fc; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #3280fc; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #ebf2f9; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #145ccd !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #145ccd !important; +} +.chosen-container-single .chosen-single { + border-radius: 4px !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #145ccd !important; + border-bottom-left-radius: #145ccd !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #3280fc !important; +} +.chosen-container-active .chosen-single { + border-color: #145ccd !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #145ccd !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 4px !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #145ccd !important; + border-bottom-left-radius: #145ccd !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #ebf2f9; + color: #3280fc; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #3280fc; + border-color: #3280fc; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 4px; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #3280fc; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #3280fc; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #3280fc; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #3280fc !important; + border-color: #0462f7 !important; +} +.datetimepicker td.day.active:hover { + background-color: #0462f7 !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 4px !important; +} +.ke-container.focus { + border-color: #145ccd !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 92, 205, 0.6) !important; +} +.ke-menu-item-on { + background-color: #3280fc !important; +} +.ke-colorpicker-cell-on { + background-color: #3280fc !important; +} +.ke-input-text:focus { + border-color: #145ccd !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 92, 205, 0.6) !important; +} +.messager { + border-radius: 4px; +} +.messager-primary { + background-color: #3280fc; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #145ccd; +} +.alert:not(.alert-block) { + border-radius: 3px; +} +.alert-primary { + background-color: #ebf2f9; + color: #282828; +} +.alert-primary hr { + border-top-color: #d0e0f1; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #3280fc; + border-color: #3280fc; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 6px; +} +.card { + box-shadow: none; + border-radius: 4px; +} +pre { + border-radius: 4px; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #ebf2f9; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #3280fc; +} +.tree-drag-holder { + background-color: #ebf2f9; +} +.tree-menu li.active > a { + background-color: #3280fc; + border-color: #3280fc; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +} diff --git a/public/static/zui/theme/zui-theme-green.css b/public/static/zui/theme/zui-theme-green.css new file mode 100755 index 0000000..0780c65 --- /dev/null +++ b/public/static/zui/theme/zui-theme-green.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #43a047; +} +a:hover, +a:focus { + color: #2c6a2f; +} +.btn { + border-radius: 0; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #4caf50; + border-color: #449d48; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #409343; + border-color: #327334; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #357a38; + border-color: #357a38; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #4caf50; + border-color: #449d48; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #409343; + border-color: #327334; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #357a38; + border-color: #357a38; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #4caf50; + border-color: #449d48; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #43a047; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #2c6a2f; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 0; +} +.label { + border-radius: 0; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #4caf50; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #3d8b40; +} +.label-primary.label-outline { + background: none; + border: 1px solid #4caf50; + color: #4caf50; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #3d8b40; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #92cf94; +} +.text-primary { + color: #4caf50; +} +.text-primary:hover { + color: #3d8b40; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #43a047; +} +.text-link:hover, +.text-link:active { + color: #43a047; +} +.bg-primary { + background-color: #4caf50; +} +a.bg-primary:hover { + background-color: #3d8b40; +} +.hl-primary { + background-color: #e8f5e9; +} +a.hl-primary:hover { + background-color: #c4e6c7; +} +.progress { + background-color: #e5e5e5; + border-radius: 0; +} +.progress-bar { + color: #fff; + background-color: #4caf50; + border-radius: 0; +} +.form-control { + border-radius: 0; +} +.form-control:focus, +.form-control.focus { + border-color: #43a047; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(67, 160, 71, 0.6); +} +.form-control:focus { + border-color: #43a047; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(67, 160, 71, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 0; +} +.switch > input:checked + label:before { + background-color: #4caf50; + border-color: #4caf50; +} +.switch input:focus + label { + color: #4caf50; +} +.switch input:focus + label:before { + border-color: #4caf50; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #4caf50; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #4caf50; + background-color: #4caf50; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #4caf50; + border-color: #4caf50; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #4caf50; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #4caf50; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #43a047; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 0; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #e8f5e9; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #4caf50; + border-color: #4caf50; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 0; +} +@media (min-width: 768px) { + .navbar { + border-radius: 0; + } +} +.navbar-inverse { + background-color: #43a047; + border-color: #347c37; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #3b8e3f; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #4db552; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #5bbb60; +} +.navbar-inverse .navbar-toggle { + border-color: #5bbb60; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #3b8e3f; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #38873c; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #5bbb60; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #347c37; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #4db552; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #5bbb60; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #5bbb60; + box-shadow: inset 0 -1px 0 #347c37; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #37833a; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #2c6a2f; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #43a047; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #4caf50; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #4caf50; + border-color: #4caf50; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #4caf50; + border-bottom-color: #4caf50; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #4caf50; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 0 0 0 0; +} +.pager { + border-radius: 0; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #4caf50; + border-color: #4caf50; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 0; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.panel-group .panel { + border-radius: 0; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #4caf50; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #4caf50; + border-color: #4caf50; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #4caf50; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #4caf50; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #e8f5e9; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #43a047 !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #43a047 !important; +} +.chosen-container-single .chosen-single { + border-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #43a047 !important; + border-bottom-left-radius: #43a047 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #4caf50 !important; +} +.chosen-container-active .chosen-single { + border-color: #43a047 !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #43a047 !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #43a047 !important; + border-bottom-left-radius: #43a047 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #e8f5e9; + color: #4caf50; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #4caf50; + border-color: #4caf50; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 0; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #4caf50; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #4caf50; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #4caf50; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #4caf50 !important; + border-color: #3d8b40 !important; +} +.datetimepicker td.day.active:hover { + background-color: #3d8b40 !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 0 !important; +} +.ke-container.focus { + border-color: #43a047 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(67, 160, 71, 0.6) !important; +} +.ke-menu-item-on { + background-color: #4caf50 !important; +} +.ke-colorpicker-cell-on { + background-color: #4caf50 !important; +} +.ke-input-text:focus { + border-color: #43a047 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(67, 160, 71, 0.6) !important; +} +.messager { + border-radius: 0; +} +.messager-primary { + background-color: #4caf50; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #43a047; +} +.alert:not(.alert-block) { + border-radius: 0; +} +.alert-primary { + background-color: #e8f5e9; + color: #282828; +} +.alert-primary hr { + border-top-color: #cfead1; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #4caf50; + border-color: #4caf50; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 0; +} +.card { + box-shadow: none; + border-radius: 0; +} +pre { + border-radius: 0; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #e8f5e9; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #4caf50; +} +.tree-drag-holder { + background-color: #e8f5e9; +} +.tree-menu li.active > a { + background-color: #4caf50; + border-color: #4caf50; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +} diff --git a/public/static/zui/theme/zui-theme-indigo.css b/public/static/zui/theme/zui-theme-indigo.css new file mode 100755 index 0000000..31c2190 --- /dev/null +++ b/public/static/zui/theme/zui-theme-indigo.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #3949AB; +} +a:hover, +a:focus { + color: #263172; +} +.btn { + border-radius: 0; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #3F51B5; + border-color: #3849a2; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #344397; + border-color: #293475; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #2b387c; + border-color: #2b387c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #3F51B5; + border-color: #3849a2; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #344397; + border-color: #293475; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #2b387c; + border-color: #2b387c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #3F51B5; + border-color: #3849a2; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #3949AB; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #263172; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 0; +} +.label { + border-radius: 0; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #3F51B5; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #32408f; +} +.label-primary.label-outline { + background: none; + border: 1px solid #3F51B5; + color: #3F51B5; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #32408f; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #8591d5; +} +.text-primary { + color: #3F51B5; +} +.text-primary:hover { + color: #32408f; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #3949AB; +} +.text-link:hover, +.text-link:active { + color: #3949AB; +} +.bg-primary { + background-color: #3F51B5; +} +a.bg-primary:hover { + background-color: #32408f; +} +.hl-primary { + background-color: #ECEFF1; +} +a.hl-primary:hover { + background-color: #cfd6db; +} +.progress { + background-color: #e5e5e5; + border-radius: 0; +} +.progress-bar { + color: #fff; + background-color: #3F51B5; + border-radius: 0; +} +.form-control { + border-radius: 0; +} +.form-control:focus, +.form-control.focus { + border-color: #3949AB; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 73, 171, 0.6); +} +.form-control:focus { + border-color: #3949AB; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 73, 171, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 0; +} +.switch > input:checked + label:before { + background-color: #3F51B5; + border-color: #3F51B5; +} +.switch input:focus + label { + color: #3F51B5; +} +.switch input:focus + label:before { + border-color: #3F51B5; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #3F51B5; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #3F51B5; + background-color: #3F51B5; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #3F51B5; + border-color: #3F51B5; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #3F51B5; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #3F51B5; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #3949AB; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 0; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #ECEFF1; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #3F51B5; + border-color: #3F51B5; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 0; +} +@media (min-width: 768px) { + .navbar { + border-radius: 0; + } +} +.navbar-inverse { + background-color: #3949AB; + border-color: #2c3985; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #334198; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #4254c0; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #5262c5; +} +.navbar-inverse .navbar-toggle { + border-color: #5262c5; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #334198; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #303e90; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #5262c5; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #2c3985; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #4254c0; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #5262c5; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #5262c5; + box-shadow: inset 0 -1px 0 #2c3985; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #2f3c8c; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #263172; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #3949AB; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #3F51B5; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #3F51B5; + border-color: #3F51B5; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #3F51B5; + border-bottom-color: #3F51B5; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #3F51B5; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 0 0 0 0; +} +.pager { + border-radius: 0; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #3F51B5; + border-color: #3F51B5; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 0; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.panel-group .panel { + border-radius: 0; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #3F51B5; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #3F51B5; + border-color: #3F51B5; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #3F51B5; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #3F51B5; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #ECEFF1; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #3949AB !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #3949AB !important; +} +.chosen-container-single .chosen-single { + border-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #3949AB !important; + border-bottom-left-radius: #3949AB !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #3F51B5 !important; +} +.chosen-container-active .chosen-single { + border-color: #3949AB !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #3949AB !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #3949AB !important; + border-bottom-left-radius: #3949AB !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #ECEFF1; + color: #3F51B5; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #3F51B5; + border-color: #3F51B5; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 0; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #3F51B5; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #3F51B5; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #3F51B5; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #3F51B5 !important; + border-color: #32408f !important; +} +.datetimepicker td.day.active:hover { + background-color: #32408f !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 0 !important; +} +.ke-container.focus { + border-color: #3949AB !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 73, 171, 0.6) !important; +} +.ke-menu-item-on { + background-color: #3F51B5 !important; +} +.ke-colorpicker-cell-on { + background-color: #3F51B5 !important; +} +.ke-input-text:focus { + border-color: #3949AB !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(57, 73, 171, 0.6) !important; +} +.messager { + border-radius: 0; +} +.messager-primary { + background-color: #3F51B5; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #3949AB; +} +.alert:not(.alert-block) { + border-radius: 0; +} +.alert-primary { + background-color: #ECEFF1; + color: #282828; +} +.alert-primary hr { + border-top-color: #d7dee2; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #3F51B5; + border-color: #3F51B5; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 1px; +} +.card { + box-shadow: none; + border-radius: 0; +} +pre { + border-radius: 0; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #ECEFF1; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #3F51B5; +} +.tree-drag-holder { + background-color: #ECEFF1; +} +.tree-menu li.active > a { + background-color: #3F51B5; + border-color: #3F51B5; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +} diff --git a/public/static/zui/theme/zui-theme-purple.css b/public/static/zui/theme/zui-theme-purple.css new file mode 100755 index 0000000..71a55da --- /dev/null +++ b/public/static/zui/theme/zui-theme-purple.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #673AB7; +} +a:hover, +a:focus { + color: #46287d; +} +.btn { + border-radius: 0; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #8666b8; + border-color: #7855b0; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #714ea7; + border-color: #5c3f88; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #60428f; + border-color: #60428f; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #8666b8; + border-color: #7855b0; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #714ea7; + border-color: #5c3f88; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #60428f; + border-color: #60428f; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #8666b8; + border-color: #7855b0; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #673AB7; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #46287d; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 0; +} +.label { + border-radius: 0; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #8666b8; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #6c4aa1; +} +.label-primary.label-outline { + background: none; + border: 1px solid #8666b8; + color: #8666b8; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #6c4aa1; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #bdacd8; +} +.text-primary { + color: #8666b8; +} +.text-primary:hover { + color: #6c4aa1; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #673AB7; +} +.text-link:hover, +.text-link:active { + color: #673AB7; +} +.bg-primary { + background-color: #8666b8; +} +a.bg-primary:hover { + background-color: #6c4aa1; +} +.hl-primary { + background-color: #f5eeff; +} +a.hl-primary:hover { + background-color: #d7bbff; +} +.progress { + background-color: #e5e5e5; + border-radius: 0; +} +.progress-bar { + color: #fff; + background-color: #8666b8; + border-radius: 0; +} +.form-control { + border-radius: 0; +} +.form-control:focus, +.form-control.focus { + border-color: #673AB7; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(103, 58, 183, 0.6); +} +.form-control:focus { + border-color: #673AB7; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(103, 58, 183, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 0; +} +.switch > input:checked + label:before { + background-color: #8666b8; + border-color: #8666b8; +} +.switch input:focus + label { + color: #8666b8; +} +.switch input:focus + label:before { + border-color: #8666b8; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #8666b8; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #8666b8; + background-color: #8666b8; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #8666b8; + border-color: #8666b8; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #8666b8; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #8666b8; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #673AB7; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 0; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #f5eeff; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #8666b8; + border-color: #8666b8; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 0; +} +@media (min-width: 768px) { + .navbar { + border-radius: 0; + } +} +.navbar-inverse { + background-color: #673AB7; + border-color: #512e90; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #5c34a4; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #764ac6; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #8259cb; +} +.navbar-inverse .navbar-toggle { + border-color: #8259cb; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #5c34a4; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #58319c; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #8259cb; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #512e90; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #764ac6; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #8259cb; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #8259cb; + box-shadow: inset 0 -1px 0 #512e90; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #563098; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #46287d; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #673AB7; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #8666b8; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #8666b8; + border-color: #8666b8; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #8666b8; + border-bottom-color: #8666b8; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #8666b8; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 0 0 0 0; +} +.pager { + border-radius: 0; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #8666b8; + border-color: #8666b8; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 0; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.panel-group .panel { + border-radius: 0; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #8666b8; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #8666b8; + border-color: #8666b8; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #8666b8; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #8666b8; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #f5eeff; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #673AB7 !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #673AB7 !important; +} +.chosen-container-single .chosen-single { + border-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #673AB7 !important; + border-bottom-left-radius: #673AB7 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #8666b8 !important; +} +.chosen-container-active .chosen-single { + border-color: #673AB7 !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #673AB7 !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #673AB7 !important; + border-bottom-left-radius: #673AB7 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #f5eeff; + color: #8666b8; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #8666b8; + border-color: #8666b8; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 0; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #8666b8; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #8666b8; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #8666b8; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #8666b8 !important; + border-color: #6c4aa1 !important; +} +.datetimepicker td.day.active:hover { + background-color: #6c4aa1 !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 0 !important; +} +.ke-container.focus { + border-color: #673AB7 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(103, 58, 183, 0.6) !important; +} +.ke-menu-item-on { + background-color: #8666b8 !important; +} +.ke-colorpicker-cell-on { + background-color: #8666b8 !important; +} +.ke-input-text:focus { + border-color: #673AB7 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(103, 58, 183, 0.6) !important; +} +.messager { + border-radius: 0; +} +.messager-primary { + background-color: #8666b8; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #673AB7; +} +.alert:not(.alert-block) { + border-radius: 0; +} +.alert-primary { + background-color: #f5eeff; + color: #282828; +} +.alert-primary hr { + border-top-color: #e0caff; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #8666b8; + border-color: #8666b8; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 0; +} +.card { + box-shadow: none; + border-radius: 0; +} +pre { + border-radius: 0; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #f5eeff; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #8666b8; +} +.tree-drag-holder { + background-color: #f5eeff; +} +.tree-menu li.active > a { + background-color: #8666b8; + border-color: #8666b8; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +} diff --git a/public/static/zui/theme/zui-theme-red.css b/public/static/zui/theme/zui-theme-red.css new file mode 100755 index 0000000..0287d90 --- /dev/null +++ b/public/static/zui/theme/zui-theme-red.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #c74743; +} +a:hover, +a:focus { + color: #922f2b; +} +.btn { + border-radius: 4px; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #d2322d; + border-color: #ac2925; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #b52b27; + border-color: #b52b27; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #d2322d; + border-color: #ac2925; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #b52b27; + border-color: #b52b27; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #c74743; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #922f2b; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 4px; +} +.label { + border-radius: 2px; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #d9534f; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #c9302c; +} +.label-primary.label-outline { + background: none; + border: 1px solid #d9534f; + color: #d9534f; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #c9302c; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #eba5a3; +} +.text-primary { + color: #d9534f; +} +.text-primary:hover { + color: #c9302c; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #c74743; +} +.text-link:hover, +.text-link:active { + color: #c74743; +} +.bg-primary { + background-color: #d9534f; +} +a.bg-primary:hover { + background-color: #c9302c; +} +.hl-primary { + background-color: #ffebee; +} +a.hl-primary:hover { + background-color: #ffb8c3; +} +.progress { + background-color: #e5e5e5; + border-radius: 4px; +} +.progress-bar { + color: #fff; + background-color: #d9534f; + border-radius: 4px; +} +.form-control { + border-radius: 4px; +} +.form-control:focus, +.form-control.focus { + border-color: #c74743; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 71, 67, 0.6); +} +.form-control:focus { + border-color: #c74743; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 71, 67, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 4px; +} +.switch > input:checked + label:before { + background-color: #d9534f; + border-color: #d9534f; +} +.switch input:focus + label { + color: #d9534f; +} +.switch input:focus + label:before { + border-color: #d9534f; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #d9534f; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #d9534f; + background-color: #d9534f; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #d9534f; + border-color: #d9534f; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #d9534f; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #d9534f; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #c74743; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 4px; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #ffebee; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #d9534f; + border-color: #d9534f; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 4px; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +.navbar-inverse { + background-color: #c74743; + border-color: #a63531; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #b93b37; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #ce5e5b; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #d36d6a; +} +.navbar-inverse .navbar-toggle { + border-color: #d36d6a; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #b93b37; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #b13935; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #d36d6a; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #a63531; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #ce5e5b; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #d36d6a; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #d36d6a; + box-shadow: inset 0 -1px 0 #a63531; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #ae3734; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #922f2b; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #c74743; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #d9534f; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #d9534f; + border-color: #d9534f; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #d9534f; + border-bottom-color: #d9534f; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #d9534f; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 4px 4px 0 0; +} +.pager { + border-radius: 4px; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #d9534f; + border-color: #d9534f; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 4px; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.panel-group .panel { + border-radius: 4px; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #d9534f; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #d9534f; + border-color: #d9534f; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #d9534f; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #d9534f; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #ffebee; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #c74743 !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #c74743 !important; +} +.chosen-container-single .chosen-single { + border-radius: 4px !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #c74743 !important; + border-bottom-left-radius: #c74743 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #d9534f !important; +} +.chosen-container-active .chosen-single { + border-color: #c74743 !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #c74743 !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 4px !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #c74743 !important; + border-bottom-left-radius: #c74743 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #ffebee; + color: #d9534f; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #d9534f; + border-color: #d9534f; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 4px; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #d9534f; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #d9534f; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #d9534f; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #d9534f !important; + border-color: #c9302c !important; +} +.datetimepicker td.day.active:hover { + background-color: #c9302c !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 4px !important; +} +.ke-container.focus { + border-color: #c74743 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 71, 67, 0.6) !important; +} +.ke-menu-item-on { + background-color: #d9534f !important; +} +.ke-colorpicker-cell-on { + background-color: #d9534f !important; +} +.ke-input-text:focus { + border-color: #c74743 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 71, 67, 0.6) !important; +} +.messager { + border-radius: 4px; +} +.messager-primary { + background-color: #d9534f; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #c74743; +} +.alert:not(.alert-block) { + border-radius: 2px; +} +.alert-primary { + background-color: #ffebee; + color: #282828; +} +.alert-primary hr { + border-top-color: #ffc7d0; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #d9534f; + border-color: #d9534f; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 6px; +} +.card { + box-shadow: none; + border-radius: 4px; +} +pre { + border-radius: 4px; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #ffebee; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #d9534f; +} +.tree-drag-holder { + background-color: #ffebee; +} +.tree-menu li.active > a { + background-color: #d9534f; + border-color: #d9534f; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +} diff --git a/public/static/zui/theme/zui-theme-yellow.css b/public/static/zui/theme/zui-theme-yellow.css new file mode 100755 index 0000000..95c4b2c --- /dev/null +++ b/public/static/zui/theme/zui-theme-yellow.css @@ -0,0 +1,1379 @@ +/*! + * ZUI user custom theme for - v1.10.0 - 2022-01-03 + * http://openzui.com + * GitHub: https://github.com/easysoft/zui.git + * Copyright (c) 2022 cnezsoft.com; Licensed MIT + */ + +a { + color: #bd7b46; +} +a:hover, +a:focus { + color: #875730; +} +.btn { + border-radius: 4px; + color: #353535; + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + color: #353535; + background-color: #dedede; + border-color: #a1a1a1; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn:active, +.btn.active, +.open .dropdown-toggle.btn { + background-image: none; + background-color: #cccccc; + border-color: #a6a6a6; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn, +.btn.disabled:hover, +.btn[disabled]:hover, +fieldset[disabled] .btn:hover, +.btn.disabled:focus, +.btn[disabled]:focus, +fieldset[disabled] .btn:focus, +.btn.disabled:active, +.btn[disabled]:active, +fieldset[disabled] .btn:active, +.btn.disabled.active, +.btn[disabled].active, +fieldset[disabled] .btn.active { + background-color: #f2f2f2; + border-color: #bfbfbf; +} +.btn-primary { + color: #fff; + background-color: #d0884d; + border-color: #cb7b39; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #c17333; + border-color: #9d5d29; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #a5622c; + border-color: #a5622c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #d0884d; + border-color: #cb7b39; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #c17333; + border-color: #9d5d29; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; + background-color: #a5622c; + border-color: #a5622c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #d0884d; + border-color: #cb7b39; +} +.btn-warning { + color: #fff; + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #df8f0e; + border-color: #b4730c; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; + background-color: #bd7a0c; + border-color: #bd7a0c; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f1a325; + border-color: #ed980f; +} +.btn-danger { + color: #fff; + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #e64525; + border-color: #c63317; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; + background-color: #cf3618; + border-color: #cf3618; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #ea644a; + border-color: #e75033; +} +.btn-success { + color: #fff; + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #2e9134; + border-color: #236e27; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; + background-color: #26762a; + border-color: #26762a; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #38b03f; + border-color: #329d38; +} +.btn-info { + color: #fff; + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #0294a7; + border-color: #026c7a; + box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; + background-color: #027584; + border-color: #027584; + box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15); +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #03b8cf; + border-color: #03a2b6; +} +.btn-link { + color: #bd7b46; + background-color: transparent; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link, +.btn-link:hover, +.btn-link:focus { + border-color: transparent; + box-shadow: none; +} +.btn-link:hover, +.btn-link:focus { + color: #875730; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #dddddd; +} +.popover, +.tooltip-inner { + border-radius: 4px; +} +.label { + border-radius: 2px; +} +.label-badge { + border-radius: 9px; +} +.label-dot { + border-radius: 5px; +} +.label-primary { + background-color: #d0884d; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + color: #fff; + background-color: #b96e31; +} +.label-primary.label-outline { + background: none; + border: 1px solid #d0884d; + color: #d0884d; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #b96e31; +} +.label-success { + background-color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + color: #fff; + background-color: #2c8931; +} +.label-success.label-outline { + background: none; + border: 1px solid #38b03f; + color: #38b03f; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2c8931; +} +.label-info { + background-color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + color: #fff; + background-color: #028b9d; +} +.label-info.label-outline { + background: none; + border: 1px solid #03b8cf; + color: #03b8cf; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #028b9d; +} +.label-warning { + background-color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + color: #fff; + background-color: #d5890e; +} +.label-warning.label-outline { + background: none; + border: 1px solid #f1a325; + color: #f1a325; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #d5890e; +} +.label-danger { + background-color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + color: #fff; + background-color: #e53d1c; +} +.label-danger.label-outline { + background: none; + border: 1px solid #ea644a; + color: #ea644a; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #e53d1c; +} +.btn-primary .label-badge, +.btn-primary .label-dot { + background-color: #e5be9e; +} +.text-primary { + color: #d0884d; +} +.text-primary:hover { + color: #b96e31; +} +.text-warning { + color: #f1a325; +} +.text-warning:hover { + color: #d5890e; +} +.text-danger { + color: #ea644a; +} +.text-danger:hover { + color: #e53d1c; +} +.text-success { + color: #38b03f; +} +.text-success:hover { + color: #2c8931; +} +.text-info { + color: #03b8cf; +} +.text-info:hover { + color: #028b9d; +} +.text-important { + color: #bd7b46; +} +.text-important:hover { + color: #996337; +} +.text-special { + color: #8666b8; +} +.text-special:hover { + color: #6c4aa1; +} +.text-muted a:hover, +.text-muted a:active { + color: #bd7b46; +} +.text-link:hover, +.text-link:active { + color: #bd7b46; +} +.bg-primary { + background-color: #d0884d; +} +a.bg-primary:hover { + background-color: #b96e31; +} +.hl-primary { + background-color: #fff0d5; +} +a.hl-primary:hover { + background-color: #ffdea2; +} +.progress { + background-color: #e5e5e5; + border-radius: 4px; +} +.progress-bar { + color: #fff; + background-color: #d0884d; + border-radius: 4px; +} +.form-control { + border-radius: 4px; +} +.form-control:focus, +.form-control.focus { + border-color: #bd7b46; + outline: 0; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 123, 70, 0.6); +} +.form-control:focus { + border-color: #bd7b46; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 123, 70, 0.6); +} +.form-condensed .form-control, +.form-condensed .btn { + border-radius: 4px; +} +.switch > input:checked + label:before { + background-color: #d0884d; + border-color: #d0884d; +} +.switch input:focus + label { + color: #d0884d; +} +.switch input:focus + label:before { + border-color: #d0884d; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #d0884d; +} +.checkbox-primary > label:after, +.radio-primary > label:after { + border: 1px solid #808080; + background: #fff; +} +.checkbox-primary > input:checked + label:after, +.radio-primary > input:checked + label:after, +.checkbox-primary.checked > label:after, +.radio-primary.checked > label:after { + border-color: #d0884d; + background-color: #d0884d; +} +.checkbox-primary > input:checked + label:before, +.radio-primary > input:checked + label:before, +.checkbox-primary.checked > label:before, +.radio-primary.checked > label:before { + color: white; +} +.checkbox-primary.focus > label:after, +.radio-primary.focus > label:after, +.checkbox-primary > input:focus + label:after, +.radio-primary > input:focus + label:after { + box-shadow: 0 0 8px #d0884d; + border-color: #d0884d; +} +.checkbox-primary.disabled > label:after, +.radio-primary.disabled > label:after, +.checkbox-primary input:disabled + label:after, +.radio-primary input:disabled + label:after { + background-color: #e5e5e5; + border-color: #bbb; +} +.checkbox-primary.checked.disabled > label:after, +.radio-primary.checked.disabled > label:after, +.checkbox-primary input:disabled:checked + label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #bbb; +} +.radio-primary > input:checked + label:after, +.radio-primary.checked > label:after { + border-color: #d0884d; + background-color: #fff; +} +.radio-primary > input:checked + label:before, +.radio-primary.checked > label:before { + background-color: #d0884d; +} +.radio-primary.checked.disabled > label:after, +.radio-primary input:disabled:checked + label:after { + background-color: #fff; + border-color: #bbb; +} +.radio-primary.checked.disabled > label:before, +.radio-primary input:disabled:checked + label:before { + background-color: #bbb; +} +.form-control:focus + .input-control-label-left { + color: #bd7b46; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon { + background-color: #e5e5e5; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon { + border-radius: 4px; +} +.input-group-btn.fix-border > .btn { + border-radius: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.list-group-item { + background-color: #fff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #fff0d5; + color: #353535; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + background-color: #d0884d; + border-color: #d0884d; + color: #fff; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #e6e6e6; +} +.list-group-item-heading { + color: #333333; +} +.navbar-toggle { + border-radius: 4px; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +.navbar-inverse { + background-color: #bd7b46; + border-color: #996337; +} +.navbar-inverse .navbar-nav > li.nav-heading { + background-color: #ac6f3d; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + background-color: #c58b5d; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + background-color: #ca966c; +} +.navbar-inverse .navbar-toggle { + border-color: #ca966c; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #ac6f3d; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #a56a3b; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: #ca966c; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #996337; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + background-color: #c58b5d; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + background-color: #ca966c; + } +} +.navbar-fixed-left.navbar-inverse .navbar-header, +.navbar-fixed-left.navbar-inverse .navbar-nav { + border-bottom: 1px solid #ca966c; + box-shadow: inset 0 -1px 0 #996337; +} +.navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover { + color: #eaeaea; + background-color: #a16739; +} +.nav > li > a:hover, +.nav > li > a:focus { + color: #875730; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: #bd7b46; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #d0884d; +} +.nav-primary > li:first-child > a { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} +.nav-primary > li:last-child > a { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} +.nav-primary > li > a { + border: 1px solid #dddddd; +} +.nav-primary > li.active > a, +.nav-primary > li.active > a:hover, +.nav-primary > li.active > a:focus { + background-color: #d0884d; + border-color: #d0884d; + color: #fff; +} +.nav-secondary > li.active > a, +.nav-secondary > li.active > a:hover, +.nav-secondary > li.active > a:focus { + color: #d0884d; + border-bottom-color: #d0884d; +} +.nav-stacked.nav-primary > li, +.nav-stacked.nav-primary > li > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.nav-stacked.nav-primary > li:first-child > a, +.nav-stacked.nav-primary > li:first-child.nav-heading { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.nav-stacked.nav-primary > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.nav-stacked.nav-primary > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.nav-stacked.nav-secondary > li > a { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; + box-shadow: inset 2px 0 0 #f5f5f5; +} +.nav-stacked.nav-secondary > li > a:hover { + box-shadow: inset 2px 0 0 #e5e5e5; +} +.nav-stacked.nav-secondary > li.active > a, +.nav-stacked.nav-secondary > li.active > a:hover, +.nav-stacked.nav-secondary > li.active > a:focus { + background-color: #f5f5f5; + box-shadow: inset 2px 0 0 #d0884d; +} +.nav-stacked.nav-secondary > li.nav-heading { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li > a { + border-radius: 4px 4px 0 0; +} +.pager { + border-radius: 4px; +} +.pager > li > a, +.pager > li > span { + background-color: #fff; + border: 1px solid #dddddd; +} +.pager > li:first-child > a, +.pager > li:first-child > span { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} +.pager > li:last-child > a, +.pager > li:last-child > span { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} +.pager > li > a:hover, +.pager > li > span:hover, +.pager > li > a:focus, +.pager > li > span:focus { + background-color: #e5e5e5; +} +.pager > li.active > a, +.pager > li.active > span, +.pager > li.active > a:hover, +.pager > li.active > span:hover { + color: #fff; + background-color: #d0884d; + border-color: #d0884d; +} +.pager > li.disabled > span, +.pager > li.disabled > span:hover, +.pager > li.disabled > span:focus, +.pager > li.disabled > a, +.pager > li.disabled > a:hover, +.pager > li.disabled > a:focus { + color: #dddddd; + background-color: #fff; + border-color: #dddddd; +} +.panel { + border-radius: 4px; +} +.panel > .panel-heading { + background-image: none; + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.panel-group .panel { + border-radius: 4px; +} +.dashboard .panel { + box-shadow: none; +} +.panel-primary { + border-color: #d0884d; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #d0884d; + border-color: #d0884d; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #d0884d; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #d0884d; +} +.panel-success > .panel-body, +.panel-warning > .panel-body, +.panel-primary > .panel-body, +.panel-info > .panel-body, +.panel-danger > .panel-body { + box-shadow: none; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #fff0d5; +} +.table tr > td.active, +.table tr > th.active, +.table tr.active > td, +.table tr.active > th { + background-color: #ffe7bc; +} +table.tablesorter thead tr .headerSortUp:after, +table.tablesorter thead tr .headerSortDown:after { + color: #bd7b46 !important; +} +.chosen-container-single .chosen-search:focus, +.chosen-container-single .chosen-search input[type="text"]:focus { + border-color: #bd7b46 !important; +} +.chosen-container-single .chosen-single { + border-radius: 4px !important; +} +.chosen-container-single.chosen-with-drop .chosen-single { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-single.chosen-with-drop.chosen-up .chosen-single { + border-bottom-right-radius: #bd7b46 !important; + border-bottom-left-radius: #bd7b46 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container .chosen-results li.highlighted { + background-color: #d0884d !important; +} +.chosen-container-active .chosen-single { + border-color: #bd7b46 !important; +} +.chosen-container-active.chosen-with-drop .chosen-single { + border-color: #cbcbcb !important; + border-color: rgba(0, 0, 0, 0.15) !important; +} +.chosen-container-active .chosen-choices { + border-color: #bd7b46 !important; +} +.chosen-container-multi .chosen-choices { + border-radius: 4px !important; +} +.chosen-container-multi.chosen-with-drop .chosen-choices { + border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} +.chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices { + border-bottom-right-radius: #bd7b46 !important; + border-bottom-left-radius: #bd7b46 !important; + border-top-right-radius: 0 !important; + border-top-left-radius: 0 !important; +} +.chosen-container.chosen-highlight-selected .result-selected { + background: #fff0d5; + color: #d0884d; +} +.menu > .nav > li > .nav { + background-color: #f6f6f6; +} +.menu > .nav > li > .nav > li > a { + border: 1px solid #dddddd; +} +.menu > .nav > li > .nav > li > a:hover, +.menu > .nav > li > .nav > li > a:focus { + background-color: #e4e4e4; +} +.menu > .nav > li > .nav > li.active > a, +.menu > .nav > li > .nav > li.active > a:hover, +.menu > .nav > li > .nav > li.active > a:focus { + background-color: #d0884d; + border-color: #d0884d; + color: #fff; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.menu > .nav > li:last-child > a { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.menu > .nav > li:first-child > a, +.menu > .nav > li:first-child.nav-heading { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.menu > .nav > li.show > a, +.menu > .nav > li.show > a:hover, +.menu > .nav > li.show > a:focus { + color: #353535; + background-color: #fff; + border-color: #dddddd; +} +.menu > .nav > li.show > a > [class*='icon-'], +.menu > .nav > li.show > a:hover > [class*='icon-'], +.menu > .nav > li.show > a:focus > [class*='icon-'] { + color: #353535; +} +.menu > .nav > li.show > a:hover { + background-color: #f1f1f1; +} +.menu > .nav > li.show:last-child > a { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.menu > .nav > li.show:last-child > .nav > li:last-child > a { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.menu > .nav > li.nav-heading { + border: 1px solid #dddddd; + background-color: #f1f1f1; +} +.dropdown-menu { + border-radius: 4px; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #d0884d; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #d0884d; +} +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + background-color: #d0884d; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.datetimepicker td.day.today { + background-color: #f1a325 !important; + border-color: #f1a325 !important; +} +.datetimepicker td.day.active { + background-color: #d0884d !important; + border-color: #b96e31 !important; +} +.datetimepicker td.day.active:hover { + background-color: #b96e31 !important; +} +.datetimepicker td.day.today:hover, +.datetimepicker td.day.today.active:hover { + background-color: #d5890e !important; +} +.ke-container { + border-radius: 4px !important; +} +.ke-container.focus { + border-color: #bd7b46 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 123, 70, 0.6) !important; +} +.ke-menu-item-on { + background-color: #d0884d !important; +} +.ke-colorpicker-cell-on { + background-color: #d0884d !important; +} +.ke-input-text:focus { + border-color: #bd7b46 !important; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 123, 70, 0.6) !important; +} +.messager { + border-radius: 4px; +} +.messager-primary { + background-color: #d0884d; +} +.messager-success { + background-color: #38b03f; +} +.messager-info { + background-color: #03b8cf; +} +.messager-warning { + background-color: #f1a325; +} +.messager-danger { + background-color: #ea644a; +} +.messager-important { + background-color: #bd7b46; +} +.messager-special { + background-color: #8666b8; +} +.comment:hover > .content > .actions > a { + color: #bd7b46; +} +.alert:not(.alert-block) { + border-radius: 2px; +} +.alert-primary { + background-color: #fff0d5; + color: #282828; +} +.alert-primary hr { + border-top-color: #ffe3b1; +} +.alert-primary .alert-link { + color: #161616; +} +.alert-success { + background-color: #ddf4df; + color: #329d38; +} +.alert-success hr { + border-top-color: #bae8b6; +} +.alert-success .alert-link { + color: #29822e; +} +.alert-info { + background-color: #ddf3f5; + color: #03a2b6; +} +.alert-info hr { + border-top-color: #a2e4de; +} +.alert-info .alert-link { + color: #028293; +} +.alert-warning { + background-color: #fff0d5; + color: #ed980f; +} +.alert-warning hr { + border-top-color: #ffdcbc; +} +.alert-warning .alert-link { + color: #cc830d; +} +.alert-danger { + background-color: #ffe5e0; + color: #e75033; +} +.alert-danger hr { + border-top-color: #ffc6c7; +} +.alert-danger .alert-link { + color: #dd391a; +} +.alert-primary-inverse { + background-color: #d0884d; + border-color: #d0884d; + color: #fff; +} +.alert-primary-inverse hr { + border-top-color: #dddddd; + border-top-color: rgba(221, 221, 221, 0.25); +} +.alert-primary-inverse .alert-link { + color: rgba(255, 255, 255, 0.8); +} +.modal-dialog { + border-radius: 6px; +} +.card { + box-shadow: none; + border-radius: 4px; +} +pre { + border-radius: 4px; +} +.datagrid .datagrid-hover-row .datagrid-row-cell:hover .datagrid-cell, +.datagrid .datagrid-hover-col .datagrid-cell.hover, +.datagrid .datagrid-hover-col .datagrid-row-cell.active .datagrid-cell.hover { + background-color: #fff0d5; +} +.datagrid .datagrid-loading > .content > .icon, +.datagrid .datagrid-sort-up > .icon-sort:before, +.datagrid .datagrid-sort-down > .icon-sort:before { + color: #d0884d; +} +.tree-drag-holder { + background-color: #fff0d5; +} +.tree-menu li.active > a { + background-color: #d0884d; + border-color: #d0884d; + color: #fff; +} +.tree-menu li.active > .list-toggle { + color: #fff; +}