BootstrapAdmin/Bootstrap.Admin/wwwroot/css/theme.css

858 lines
18 KiB
CSS

html {
font-size: 16px;
-ms-overflow-style: auto;
}
body {
color: #797979;
background: #f1f2f7;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}
.header {
background: #fff;
}
.header .nav {
display: none;
margin-left: 15px;
}
.header .nav .dropdown {
margin-right: 6px;
}
.header .badge {
position: absolute;
right: -6px;
top: -14px;
opacity: 0.8;
}
.header .navbar {
padding: 0 0 0 1rem;
}
.header .navbar .dropdown-menu {
padding: 0.25rem 0;
}
.header .navbar .dropdown-menu-arrow {
width: 0;
height: 0;
border-width: 0 6px 6px;
border-style: solid;
border-color: transparent transparent rgba(0,0,0,.15);
position: absolute;
left: 16px;
margin-top: -10px;
}
.header .navbar .dropdown-menu-arrow:after {
content: " ";
width: 0;
height: 0;
border-width: 0 6px 6px;
border-style: solid;
border-color: transparent transparent #fff;
position: absolute;
top: 1px;
left: -6px;
}
.header .dropdown-menu {
padding: 0;
}
.userinfo img {
height: 29px;
width: 29px;
border-radius: 2px;
}
.userinfo .dropdown-toggle {
display: block;
padding: 6px;
border-radius: 4px;
transition: all .25s linear;
}
.userinfo .dropdown-toggle, .nav [data-toggle="dropdown"] {
border: 1px solid #eee;
color: #777;
}
.userinfo .dropdown-toggle:after {
vertical-align: middle;
}
.userinfo .dropdown-toggle:hover, .userinfo.show .dropdown-toggle, .nav [data-toggle="dropdown"]:hover {
color: #333;
border: solid 1px #337ab7;
}
.userinfo .dropdown-item {
display: flex;
width: 270px;
padding: 0;
justify-content: space-around;
background-color: #fff;
}
.userinfo .dropdown-item a {
text-align: center;
color: #777;
padding: 15px 10px;
flex: 1 1 33.333%;
}
.userinfo .dropdown-item a i {
font-size: 1.025rem;
display: block;
margin-bottom: 4px;
}
.userinfo .dropdown-item:first-child {
border-radius: 4px 4px 0 0;
}
.userinfo .dropdown-item:first-child a:hover {
color: #333;
}
.userinfo .dropdown-item:last-child {
border-radius: 0 0 4px 4px;
}
.userinfo .dropdown-item:last-child a {
color: #ca3a39;
border-radius: 0 0 0.15rem 0.15rem;
background: #a9d96c;
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
}
.userinfo .dropdown-item:last-child a:hover {
color: #d40c0b;
}
.userinfo .username {
max-width: 90px;
vertical-align: middle;
}
.userinfo .badge {
left: 234px;
right: auto;
top: 6px;
}
.nav [data-toggle="dropdown"] {
border-radius: 4px;
padding: 6px 12px;
transition: all .25s linear;
}
.nav .dropdown-menu {
width: 235px;
border: none;
margin-left: -98px;
margin-top: 12px;
}
.nav .dropdown-arrow {
border-style: solid;
border-width: 0 9px 9px;
position: absolute;
left: 108px;
top: -9px;
}
.nav .dropdown-header {
color: #fff;
padding: 10px;
border-radius: 4px 4px 0 0;
}
.nav .dropdown-footer {
padding: 6px 0;
background-color: #f1f2f7;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.nav .dropdown-item {
display: flex;
border-bottom: 1px solid #EBEBEB;
padding: 10px 12px;
font-size: 0.75rem;
}
.nav .dropdown-item:nth-of-type(odd), .cache-item:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.nav .dropdown-item.active, .nav .dropdown-item:active {
color: #212529;
}
.nav .dropdown-item > :nth-child(2) {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
flex: 1 1 auto;
padding: 0 6px;
}
.nav .dropdown-item .small {
font-weight: bold;
}
a, a:hover, a:focus {
text-decoration: none;
outline: none;
}
body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-group-text, .popover-header {
font-size: 0.875rem;
}
.form-control:focus {
border-color: #66afe9;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.container-fluid {
padding-top: 15px;
}
.sidebar-open aside {
transform: translate(0);
}
.sidebar-open footer, .sidebar-open .container-fluid {
display: none;
}
.sidebar {
padding: 20px 0;
background: inherit;
}
.sidebar .nav-item {
margin: 5px 10px;
}
.sidebar .nav-item .nav-link:hover, .sidebar .nav-item .nav-link:focus {
background: #35404d;
color: #fff;
}
.sidebar .nav-item.active > .nav-link {
color: #FF6C60;
}
.sidebar .nav-link {
color: #aeb2b7;
padding: 15px 10px;
transition: background .3s linear, color .3s linear;
display: flex;
align-items: center;
}
.sidebar .nav-link .dcjq-icon {
height: 17px;
width: 17px;
background: url(../images/nav-expand.png) no-repeat;
margin-left: auto;
}
.sidebar .nav-link i {
width: 22px;
}
.sidebar .nav-link.active, .sidebar .nav-link.active + .sub,
.sidebar .sub .sub .nav-item .nav-link:hover, .sidebar .sub .sub .nav-item .nav-link:focus {
background: #35404D;
}
.sidebar .nav-link.active .dcjq-icon {
background-position: bottom;
}
.sidebar .sub .nav-item.dcjq-parent-li {
margin-left: 0;
margin-right: 0;
}
.sidebar .sub .nav-item.dcjq-parent-li .nav-link {
padding-left: 20px;
}
.sidebar .sub .dcjq-parent-li .nav-link.active, .sidebar .sub .dcjq-parent-li .nav-link.active + .sub,
.sidebar .sub .nav-item .nav-link:hover, .sidebar .sub .nav-item .nav-link:focus {
background: #3a4756;
}
.sidebar-toggle-box {
display: block;
font-size: 1.25rem;
color: #777;
flex: 1 1 auto;
padding: 12px 0;
transition: color .3s linear;
}
.sidebar-toggle-box:hover {
color: #333;
}
.sidebar-toggle-box span {
display: none;
}
aside {
transition: transform .4s ease-in-out;
transform: translate(-100%);
position: absolute;
top: 96px;
bottom: 0;
left: 0;
right: 0;
z-index: 4;
background: #2a3542;
}
.breadcrumb {
border-top: solid 1px #ddd;
background-color: transparent;
border-radius: 0;
padding: 8px 10px;
margin-bottom: 0;
}
.breadcrumb i {
padding-right: 6px;
}
footer {
background: #5b6e84;
color: #fff;
padding: 10px 4px;
height: 40px;
left: 0;
bottom: 0;
right: 0;
z-index: 1040;
display: flex;
}
footer div {
flex: 1 1 auto;
text-align: center;
}
.go-top {
background: rgba(255,255,255,.5);
width: 20px;
height: 20px;
border-radius: 50%;
-webkit-border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 4px;
}
.go-top:hover {
background-color: white;
}
.go-top i {
color: #2A3542;
}
.btn-fill {
width: 100%;
}
.input-group .btn:focus, .btn-group .btn:focus, .page-link:focus {
box-shadow: none;
}
.input-group .btn:not(.btn-secondary):not(.btn-primary):not(.btn-warning):not(.btn-info):not(.btn-danger) {
background-color: #e9ecef;
border-color: #ced4da;
}
.nav-link {
transition: color .25s linear;
}
.close {
transition: all .25s linear;
}
.close:focus {
outline: none;
}
.dropdown-select + .dropdown-menu a:hover {
background: #007AC0;
color: #fff;
}
.dropdown-menu {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
}
.dropdown-menu a {
transition: all .25s linear;
padding: 6px 20px;
display: block;
}
.dropdown-divider {
margin: 0.125rem 0;
}
.dropdown-item.active, .dropdown-item:active {
color: rgba(0, 0, 0, 0.9);
background-color: rgba(0, 0, 0, 0.05);
}
.dropdown-item i + span {
margin-left: 6px;
}
.tooltip-inner {
max-width: 768px;
}
.is-invalid .tooltip-inner {
background-color: #dc3545;
}
.is-invalid .arrow:before {
border-top-color: #dc3545;
border-bottom-color: #dc3545;
}
input.is-invalid {
background-repeat: no-repeat;
background-image: url('../images/error.png');
background-position: right 8px center;
}
input.is-valid {
background-repeat: no-repeat;
background-image: url('../images/success.png');
background-position: right 8px center;
}
input.pending {
background-repeat: no-repeat;
background-image: url(../images/loading-sm.gif);
background-position: right 8px center;
}
.form-inline .form-group {
margin-bottom: 15px;
}
.form-inline .form-group .control-label {
margin-right: 10px;
width: 90px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
justify-content: flex-start;
}
.form-inline .form-row, .form-inline .row {
flex: 1 1 100%;
}
.modal-header {
background-color: #f5f5f5;
padding: 10px 15px;
}
.modal-title {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.modal-body, .card-body {
padding: 15px 15px 0 15px;
}
.modal-body-fixed {
max-height: calc(54vh);
overflow-y: auto;
}
.card {
margin-bottom: 15px;
box-shadow: 0 0 8px 0 rgba(0,0,0,.075), 0 2px 4px 0 rgba(255,255,255,0);
border-top: solid 3px rgba(108, 117, 125, 0.6);
transition: all linear .3s;
}
.card:hover {
box-shadow: 0 0 8px 0 rgba(0,0,0,.15), 0 2px 4px 0 rgba(255,255,255,0);
border-top-color: #6c757d;
}
.card .card, .card .card:hover {
box-shadow: none;
}
.card .card-header a {
color: #797979;
}
.card .card-header a[data-toggle="collapse"] {
display: block;
}
.card .card-header a[data-toggle="collapse"] i {
transition: all .25s linear;
}
.card .card-header a[data-toggle="collapse"].collapsed i {
transform: rotate(-90deg);
}
.card .card-header a.fa {
transition: color .3s linear;
}
.card .card-header a.fa:hover {
color: #333;
}
.card .card-header i + span {
margin-left: 6px;
}
.card-body .bootstrap-table {
margin-top: -10px;
}
.btn i + span {
margin-left: 4px;
}
.form-check-label {
cursor: pointer;
}
.form-check-input + span, .form-check-input + label {
max-width: 98px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
}
.bootstrap-table .table thead > tr > th {
border-top: none;
}
.table-condensed > thead > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > tbody > tr > td {
padding: 2px 0;
}
.fixed-table-loading {
padding: 8px;
}
.bootstrap-table {
margin-bottom: 15px;
}
.bootstrap-table .fixed-table-body .table td > a {
display: block;
}
.bootstrap-table .fixed-table-toolbar .columns-right .btn-group .dropdown-menu {
padding-top: 8px;
}
.bootstrap-table .fixed-table-container .card-view .value {
word-break: break-all;
}
.bootstrap-table .fixed-table-container .card-view .value > a, .bootstrap-table .fixed-table-container .card-view .value > div:not(.btn-group) {
min-width: 60px;
display: inline-block;
}
.bootstrap-table .card-view:not(:last-child) {
margin-bottom: 6px;
}
.bootstrap-table .export .dropdown-menu a {
min-width: 110px;
}
.bootstrap-table .export .dropdown-menu {
padding-bottom: 8px;
}
.bootstrap-table .export .dropdown-menu li:hover {
background-color: #f8f9fa;
}
.bootstrap-table td > .btn:not(:first-child) {
margin-left: 5px;
}
.bootstrap-table .badge {
padding: 4px 6px;
}
.bootstrap-table .badge .fa {
margin-right: 4px;
}
.bootstrap-table .fa-info {
width: 9px;
}
.bootstrap-table .fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
line-height: normal;
}
.bootstrap-table .bs-bars .toolbar {
display: none;
}
.bootstrap-table .bs-bars .toolbar .btn i + span {
display: none;
}
.bootstrap-table .bs-bars .gear .dropdown-menu {
padding: 0;
}
.bootstrap-table .bs-bars .gear .dropdown-menu a {
padding: 8px 12px;
display: table-cell;
color: #504d4d;
}
.bootstrap-table .bs-bars .gear .dropdown-menu a:not(:first-child) {
border-left: solid 1px #aeb2b7;
}
.bootstrap-table .bs-bars .gear .dropdown-menu a:hover {
color: #235e90;
}
.bootstrap-table td {
word-break: break-all;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
font-size: 0.875rem;
}
.bootstrap-table td, .bootstrap-table .fixed-table-container .table thead th .th-inner {
padding: 0.5rem;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner.sortable {
padding-right: 30px;
}
.bootstrap-table .table tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,.05);
}
.bootstrap-table .fixed-table-container .fixed-table-body {
border-radius: 4px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .table .bs-checkbox label {
margin-bottom: 0;
}
.bootstrap-table .fixed-table-container .fixed-table-body .table .bs-checkbox label input[type='checkbox'] {
cursor: pointer;
}
.bootstrap-table .fixed-table-container .fixed-table-body .table td .btn:not(.btn-lg) {
font-size: 0.75rem;
padding: 1px 5px;
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
background-color: rgba(0, 0, 0, 0.03);
}
.bootstrap-table .fixed-table-container .table.table-sm tbody td {
padding: 0.3rem;
}
/* fix bootstrap bottom margin */
.bootstrap-table .fixed-table-pagination > .pagination-detail, .bootstrap-table .fixed-table-pagination > .pagination {
margin-bottom: -5px;
}
.fixed-table-toolbar .dropdown-menu {
min-width: unset;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
border-bottom: 0;
}
.popover {
max-width: 320px;
padding: 0;
}
.popover-body .bootstrap-table {
margin: 0.25rem 0;
}
.popover-content {
max-height: 240px;
overflow-y: auto;
overflow-x: hidden;
}
.file-drop-zone.clickable:hover {
border: 1px dashed #999;
}
[data-toggle="LgbValidate"] input[type="text"], [data-toggle="LgbValidate"] input[type="password"] {
padding-right: 30px;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 53, 69,.6);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69,.6);
}
.arrow-primary {
border-color: transparent transparent #007bff;
}
.arrow-success {
border-color: transparent transparent #28a745;
}
.arrow-info {
border-color: transparent transparent #17a2b8;
}
.arrow-warning {
border-color: transparent transparent #ffc107;
}
.arrow-danger {
border-color: transparent transparent #dc3545;
}
.show .shadow-primary, .shadow-primary:hover {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 123, 255, 0.5);
border-color: #007bff !important;
}
.show .shadow-success, .shadow-success:hover {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69, 0.5);
border-color: #28a745 !important;
}
.show .shadow-info, .shadow-info:hover {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(23, 162, 184, 0.5);
border-color: #17a2b8 !important;
}
.show .shadow-warning, .shadow-warning:hover {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 193, 7, 0.5);
border-color: #ffc107 !important;
}
.show .shadow-danger, .shadow-danger:hover {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 53, 69, 0.5);
border: 1px solid #dc3545 !important;
}
.show .shadow-default, .shadow-default:hover {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
border: 1px solid #337ab7;
}
.mCSB_scrollTools {
width: 10px;
}
.control-label > a {
margin-left: 6px;
color: #5bc0de;
}
.date > input {
cursor: pointer;
}
.datetimepicker {
padding: 4px;
}
.datetimepicker table tr td span {
white-space: nowrap;
}
.form-inline .form-group-dropdown {
display: flex;
flex-wrap: nowrap;
}
.form-inline .form-group-dropdown .control-label {
padding: 6px 0;
margin: 0 10px 0 0;
}
.form-inline .form-group-dropdown .dropdown, .form-inline .form-group-dropdown .dropup {
display: inline-block;
}
.swal2-popup .swal2-title {
margin-bottom: 16px;
font-size: 1.5rem;
}
.swal2-popup .swal2-styled {
padding: 0.4em 1em;
}
.alert-info {
border-left: solid 4px #53d0e4;
}
.alert-danger {
border-left: solid 4px #f78792;
}
label[for] {
cursor: pointer;
}
.form-inline .form-group .toggle {
display: block;
}