123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- body {
- font-size: 14px;
- }
- .skin-blue .main-header .navbar {
- background-color: #001529;
- }
- .skin-blue .main-header .navbar .sidebar-toggle:hover {
- background-color: #001529;
- }
- .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
- background-color: #001529;
- }
- .skin-blue .main-header .logo {
- background-color: #001529;
- }
- .skin-blue .main-header .logo {
- background-color: #001529;
- }
- .skin-blue .main-header .logo:hover {
- background-color: #001529;
- }
- .box-body {
- background-color: #001529;
- color: #ffc039;
- padding: 0px;
- }
- .skin-blue .sidebar-menu > li.header {
- background-color: #001529;
- }
- .skin-blue .sidebar-menu > li.active > a {
- background-color: #001529;
- }
- .content-wrapper {
- background-color: #001529;
- }
- .box-header {
- background-color: #001529;
- }
- .box.box-primary {
- border-top-color: #001529;
- }
- .input-group-addon {
- font-size: 16px;
- }
- .datepicker {
- font-size: 16px;
- }
- .table {
- border: solid 1px #0b9afa;
- border-radius: 3px;
- border-collapse: separate;
- border-spacing: 0;
- padding: 1px;
- font-size: 1.3em;
- }
- .table-hover > tbody > tr:hover {
- background-color: #212e3a;
- }
- .table > thead > tr > th {
- background: #0b9afa;
- color: #fff;
- border: 1px solid #0b9afa;
- }
- .table > thead > tr > td {
- background: #0b9afa;
- }
- .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
- text-align: center;
- padding: 14px;
- vertical-align: middle;
- text-align: center;
- border-top: 1px solid #212e3a;
- }
- .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
- padding: 14px;
- }
- .box-footer {
- background-color: #001529;
- }
- .ztree * {
- color: #f5f5f5;
- font-size: 14px;
- }
- .ztree li a.curSelectedNode {
- background-color: #0b9afa;
- border-color: #0b9afa;
- }
- .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
- .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
- .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
- .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1,
- .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
- .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11,
- .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7,
- .col-xs-8, .col-xs-9 {
- padding-right: 2px;
- padding-left: 2px;
- }
- .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
- background-color: #001529;
- }
- .state {
- width: 15px;
- height: 15px;
- display: inline-block;
- border-radius: 10px;
- background-color: gray;
- }
- .state-true {
- width: 15px;
- height: 15px;
- display: inline-block;
- border-radius: 10px;
- background-color: green;
- }
- .show {
- width: 300px;
- white-space: normal;
- word-break: break-all;
- overflow: hidden;
- }
- .total {
- font-weight: 600;
- }
- .form-control {
- border-radius: 3px;
- font-size: 16px;
- }
- .input-group .input-group-addon {
- border-radius: 3px 0px 0px 3px;
- }
- .echart-dev {
- border: 1px solid #0b9afa;
- padding-top: 10px;
- border-radius: 3px;
- }
- .title {
- text-align: center;
- font-size: 1.2em;
- }
- .echart-statistic {
- text-align: center;
- font-size: 1.2em;
- }
- .echart-statistic span {
- padding: 5px;
- }
- .over {
- width: 90%;
- height: 650px;
- overflow: auto;
- }
- .over::-webkit-scrollbar-thumb {
- border-radius: 3px;
- background-color: #0b9afa;
- }
- .over::-webkit-scrollbar {
- border-radius: 3px;
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- background: #001529;
- width: 2px;
- height: 2px;
- }
- .over::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- border-radius: 0;
- background: #001529;
- }
- .return-verview-a {
- color: #FCC439;
- cursor: pointer;
- text-decoration: underline;
- }
- .echarts-keyinfo {
- font-size: 1.2em;
- }
- .cim-div {
- border: 1px solid #0b9afa;
- border-radius: 3px;
- padding: 10px;
- margin: 4px;
- font-size: 1.2em;
- }
- .cim-change-shift-div {
- border: 1px solid #0b9afa;
- border-radius: 3px;
- padding: 10px;
- margin: 4px;
- font-size: 1.2em;
- }
- .main-header {
- width: 100%;
- position: fixed;
- top: 0px;
- left: 0px;
- z-index: 9000;
- background-color: #001529
- }
- .main-sidebar {
- width: 200px;
- position: fixed;
- top: 50px;
- left: 0px;
- z-index: 9000;
- background-color: #001529
- }
- .content-wrapper {
- margin-top: 50px;
- }
- .modal-open .modal {
- z-index: 9999;
- }
- .box.box-primary {
- background-color: #001529;
- }
- ul li {
- list-style: none;
- }
- .lineMonthDataTable1 {
- font-size: 1.2em;
- width: 400px;
- overflow-x: scroll;
- text-align: center;
- }
- .lineMonthDataTable2 {
- padding-left: 15px;
- font-size: 1.2em;
- overflow-x: scroll;
- text-align: center;
- }
- .lineMonthDataTable1 td {
- padding: 5px;
- }
- .lineMonthDataTable2 td {
- padding: 5px;
- }
- .badge {
- font-size: 16px;
- min-width: 90px;
- border-radius: 5px;
- }
- .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
- color: black !important
- }
|