|
@@ -1,26 +1,117 @@
|
|
|
|
+.daterangepicker .ranges li {
|
|
|
|
+ color: #73879C; }
|
|
|
|
+ .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
|
|
|
|
+ background: #536A7F;
|
|
|
|
+ border: 1px solid #536A7F;
|
|
|
|
+ color: #fff; }
|
|
|
|
+.daterangepicker .input-mini {
|
|
|
|
+ background-color: #eee;
|
|
|
|
+ border: 1px solid #ccc;
|
|
|
|
+ box-shadow: none !important; }
|
|
|
|
+ .daterangepicker .input-mini.active {
|
|
|
|
+ border: 1px solid #ccc; }
|
|
|
|
+.daterangepicker select.monthselect, .daterangepicker select.yearselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ padding: 1px;
|
|
|
|
+ height: auto;
|
|
|
|
+ margin: 0;
|
|
|
|
+ cursor: default;
|
|
|
|
+ height: 30px;
|
|
|
|
+ border: 1px solid #ADB2B5;
|
|
|
|
+ line-height: 30px;
|
|
|
|
+ border-radius: 0px !important; }
|
|
|
|
+.daterangepicker select.monthselect {
|
|
|
|
+ margin-right: 2%; }
|
|
|
|
+.daterangepicker td.in-range {
|
|
|
|
+ background: #E4E7EA;
|
|
|
|
+ color: #73879C; }
|
|
|
|
+.daterangepicker td.active, .daterangepicker td.active:hover {
|
|
|
|
+ background-color: #536A7F;
|
|
|
|
+ color: #fff; }
|
|
|
|
+.daterangepicker th.available:hover {
|
|
|
|
+ background: #eee;
|
|
|
|
+ color: #34495E; }
|
|
|
|
+.daterangepicker:before, .daterangepicker:after {
|
|
|
|
+ content: none; }
|
|
|
|
+.daterangepicker .calendar.single {
|
|
|
|
+ margin: 0 0 4px 0; }
|
|
|
|
+ .daterangepicker .calendar.single .calendar-table {
|
|
|
|
+ width: 224px;
|
|
|
|
+ padding: 0 0 4px 0 !important; }
|
|
|
|
+ .daterangepicker .calendar.single .calendar-table thead tr:first-child th {
|
|
|
|
+ padding: 8px 5px; }
|
|
|
|
+ .daterangepicker .calendar.single .calendar-table thead th {
|
|
|
|
+ border-radius: 0; }
|
|
|
|
+.daterangepicker.picker_1 {
|
|
|
|
+ color: #fff;
|
|
|
|
+ background: #34495E; }
|
|
|
|
+ .daterangepicker.picker_1 .calendar-table {
|
|
|
|
+ background: #34495E; }
|
|
|
|
+ .daterangepicker.picker_1 .calendar-table thead tr {
|
|
|
|
+ background: #213345; }
|
|
|
|
+ .daterangepicker.picker_1 .calendar-table thead tr:first-child {
|
|
|
|
+ background: #1ABB9C; }
|
|
|
|
+ .daterangepicker.picker_1 .calendar-table td.off {
|
|
|
|
+ background: #34495E;
|
|
|
|
+ color: #999; }
|
|
|
|
+ .daterangepicker.picker_1 .calendar-table td.available:hover {
|
|
|
|
+ color: #34495E; }
|
|
|
|
+.daterangepicker.picker_2 .calendar-table thead tr {
|
|
|
|
+ color: #1ABB9C; }
|
|
|
|
+.daterangepicker.picker_2 .calendar-table thead tr:first-child {
|
|
|
|
+ color: #73879C; }
|
|
|
|
+.daterangepicker.picker_3 .calendar-table thead tr:first-child {
|
|
|
|
+ color: #fff;
|
|
|
|
+ background: #1ABB9C; }
|
|
|
|
+.daterangepicker.picker_4 .calendar-table thead tr:first-child {
|
|
|
|
+ color: #fff;
|
|
|
|
+ background: #34495E; }
|
|
|
|
+.daterangepicker.picker_4 .calendar-table td, .daterangepicker.picker_4 .calendar-table td.off {
|
|
|
|
+ background: #ECF0F1;
|
|
|
|
+ border: 1px solid #fff;
|
|
|
|
+ border-radius: 0; }
|
|
|
|
+.daterangepicker.picker_4 .calendar-table td.active {
|
|
|
|
+ background: #34495E; }
|
|
|
|
+
|
|
|
|
+.calendar-exibit .show-calendar {
|
|
|
|
+ float: none;
|
|
|
|
+ display: block;
|
|
|
|
+ position: relative;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ border: 1px solid #ccc;
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
+ overflow: hidden; }
|
|
|
|
+ .calendar-exibit .show-calendar .calendar {
|
|
|
|
+ margin: 0 0 4px 0; }
|
|
|
|
+ .calendar-exibit .show-calendar.picker_1 {
|
|
|
|
+ background: #34495E; }
|
|
|
|
+.calendar-exibit .calendar-table {
|
|
|
|
+ padding: 0 0 4px 0; }
|
|
|
|
+
|
|
@charset "UTF-8";
|
|
@charset "UTF-8";
|
|
.left_col {
|
|
.left_col {
|
|
background: #2A3F54; }
|
|
background: #2A3F54; }
|
|
|
|
|
|
-.nav-sm .container.body .col-md-3.left_col {
|
|
|
|
|
|
+.nav-sm .container-fluid.body .col-md-3.left_col {
|
|
min-height: 100%;
|
|
min-height: 100%;
|
|
width: 70px;
|
|
width: 70px;
|
|
padding: 0;
|
|
padding: 0;
|
|
z-index: 9999;
|
|
z-index: 9999;
|
|
position: absolute; }
|
|
position: absolute; }
|
|
|
|
|
|
-.nav-sm .container.body .col-md-3.left_col.menu_fixed {
|
|
|
|
|
|
+.nav-sm .container-fluid.body .col-md-3.left_col.menu_fixed {
|
|
position: fixed;
|
|
position: fixed;
|
|
height: 100%; }
|
|
height: 100%; }
|
|
|
|
|
|
-.nav-sm .container.body .col-md-3.left_col .mCSB_container,
|
|
|
|
-.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
|
|
|
|
|
|
+.nav-sm .container-fluid.body .col-md-3.left_col .mCSB_container,
|
|
|
|
+.nav-sm .container-fluid.body .col-md-3.left_col .mCustomScrollBox {
|
|
overflow: visible; }
|
|
overflow: visible; }
|
|
|
|
|
|
.nav-sm .hidden-small {
|
|
.nav-sm .hidden-small {
|
|
visibility: hidden; }
|
|
visibility: hidden; }
|
|
|
|
|
|
-.nav-sm .container.body .right_col {
|
|
|
|
|
|
+.nav-sm .container-fluid.body .right_col {
|
|
padding: 10px 20px;
|
|
padding: 10px 20px;
|
|
margin-left: 70px;
|
|
margin-left: 70px;
|
|
z-index: 2; }
|
|
z-index: 2; }
|
|
@@ -192,18 +283,16 @@
|
|
width: 230px;
|
|
width: 230px;
|
|
padding: 0;
|
|
padding: 0;
|
|
position: absolute;
|
|
position: absolute;
|
|
- display: -ms-flexbox;
|
|
|
|
- display: flex;
|
|
|
|
z-index: 1; }
|
|
z-index: 1; }
|
|
|
|
|
|
-.nav-md .container.body .col-md-3.left_col.menu_fixed {
|
|
|
|
|
|
+.nav-md .container-fluid.body .col-md-3.left_col.menu_fixed {
|
|
height: 100%;
|
|
height: 100%;
|
|
position: fixed; }
|
|
position: fixed; }
|
|
|
|
|
|
-body .container.body .right_col {
|
|
|
|
|
|
+body .container-fluid.body .right_col {
|
|
background: #F7F7F7; }
|
|
background: #F7F7F7; }
|
|
|
|
|
|
-.nav-md .container.body .right_col {
|
|
|
|
|
|
+.nav-md .container-fluid.body .right_col {
|
|
padding: 10px 20px 0;
|
|
padding: 10px 20px 0;
|
|
margin-left: 230px; }
|
|
margin-left: 230px; }
|
|
|
|
|
|
@@ -215,14 +304,14 @@ body .container.body .right_col {
|
|
height: 57px; }
|
|
height: 57px; }
|
|
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|
|
- .nav-md .container.body .right_col, .nav-md .container.body .top_nav {
|
|
|
|
|
|
+ .nav-md .container-fluid.body .right_col, .nav-md .container-fluid.body .top_nav {
|
|
width: 100%;
|
|
width: 100%;
|
|
margin: 0; }
|
|
margin: 0; }
|
|
|
|
|
|
- .nav-md .container.body .col-md-3.left_col {
|
|
|
|
|
|
+ .nav-md .container-fluid.body .col-md-3.left_col {
|
|
display: none; }
|
|
display: none; }
|
|
|
|
|
|
- .nav-md .container.body .right_col {
|
|
|
|
|
|
+ .nav-md .container-fluid.body .right_col {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding-right: 0; }
|
|
padding-right: 0; }
|
|
|
|
|
|
@@ -317,7 +406,7 @@ body .container.body .right_col {
|
|
border: 1px solid #50C1CF !important;
|
|
border: 1px solid #50C1CF !important;
|
|
color: #fff; }
|
|
color: #fff; }
|
|
|
|
|
|
-.container {
|
|
|
|
|
|
+.container-fluid {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 0; }
|
|
padding: 0; }
|
|
|
|
|
|
@@ -522,7 +611,7 @@ a:hover, a:focus {
|
|
border-left: 1px solid #425668;
|
|
border-left: 1px solid #425668;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
content: "";
|
|
content: "";
|
|
- left: 27px;
|
|
|
|
|
|
+ left: 26px;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0; }
|
|
top: 0; }
|
|
|
|
|
|
@@ -3895,94 +3984,3 @@ ul.notifications {
|
|
.x_panel .dropdown-menu {
|
|
.x_panel .dropdown-menu {
|
|
left: initial;
|
|
left: initial;
|
|
right: 0; } }
|
|
right: 0; } }
|
|
-
|
|
|
|
-.daterangepicker .ranges li {
|
|
|
|
- color: #73879C; }
|
|
|
|
- .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
|
|
|
|
- background: #536A7F;
|
|
|
|
- border: 1px solid #536A7F;
|
|
|
|
- color: #fff; }
|
|
|
|
-.daterangepicker .input-mini {
|
|
|
|
- background-color: #eee;
|
|
|
|
- border: 1px solid #ccc;
|
|
|
|
- box-shadow: none !important; }
|
|
|
|
- .daterangepicker .input-mini.active {
|
|
|
|
- border: 1px solid #ccc; }
|
|
|
|
-.daterangepicker select.monthselect, .daterangepicker select.yearselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
|
|
|
|
- font-size: 12px;
|
|
|
|
- padding: 1px;
|
|
|
|
- height: auto;
|
|
|
|
- margin: 0;
|
|
|
|
- cursor: default;
|
|
|
|
- height: 30px;
|
|
|
|
- border: 1px solid #ADB2B5;
|
|
|
|
- line-height: 30px;
|
|
|
|
- border-radius: 0px !important; }
|
|
|
|
-.daterangepicker select.monthselect {
|
|
|
|
- margin-right: 2%; }
|
|
|
|
-.daterangepicker td.in-range {
|
|
|
|
- background: #E4E7EA;
|
|
|
|
- color: #73879C; }
|
|
|
|
-.daterangepicker td.active, .daterangepicker td.active:hover {
|
|
|
|
- background-color: #536A7F;
|
|
|
|
- color: #fff; }
|
|
|
|
-.daterangepicker th.available:hover {
|
|
|
|
- background: #eee;
|
|
|
|
- color: #34495E; }
|
|
|
|
-.daterangepicker:before, .daterangepicker:after {
|
|
|
|
- content: none; }
|
|
|
|
-.daterangepicker .calendar.single {
|
|
|
|
- margin: 0 0 4px 0; }
|
|
|
|
- .daterangepicker .calendar.single .calendar-table {
|
|
|
|
- width: 224px;
|
|
|
|
- padding: 0 0 4px 0 !important; }
|
|
|
|
- .daterangepicker .calendar.single .calendar-table thead tr:first-child th {
|
|
|
|
- padding: 8px 5px; }
|
|
|
|
- .daterangepicker .calendar.single .calendar-table thead th {
|
|
|
|
- border-radius: 0; }
|
|
|
|
-.daterangepicker.picker_1 {
|
|
|
|
- color: #fff;
|
|
|
|
- background: #34495E; }
|
|
|
|
- .daterangepicker.picker_1 .calendar-table {
|
|
|
|
- background: #34495E; }
|
|
|
|
- .daterangepicker.picker_1 .calendar-table thead tr {
|
|
|
|
- background: #213345; }
|
|
|
|
- .daterangepicker.picker_1 .calendar-table thead tr:first-child {
|
|
|
|
- background: #1ABB9C; }
|
|
|
|
- .daterangepicker.picker_1 .calendar-table td.off {
|
|
|
|
- background: #34495E;
|
|
|
|
- color: #999; }
|
|
|
|
- .daterangepicker.picker_1 .calendar-table td.available:hover {
|
|
|
|
- color: #34495E; }
|
|
|
|
-.daterangepicker.picker_2 .calendar-table thead tr {
|
|
|
|
- color: #1ABB9C; }
|
|
|
|
-.daterangepicker.picker_2 .calendar-table thead tr:first-child {
|
|
|
|
- color: #73879C; }
|
|
|
|
-.daterangepicker.picker_3 .calendar-table thead tr:first-child {
|
|
|
|
- color: #fff;
|
|
|
|
- background: #1ABB9C; }
|
|
|
|
-.daterangepicker.picker_4 .calendar-table thead tr:first-child {
|
|
|
|
- color: #fff;
|
|
|
|
- background: #34495E; }
|
|
|
|
-.daterangepicker.picker_4 .calendar-table td, .daterangepicker.picker_4 .calendar-table td.off {
|
|
|
|
- background: #ECF0F1;
|
|
|
|
- border: 1px solid #fff;
|
|
|
|
- border-radius: 0; }
|
|
|
|
-.daterangepicker.picker_4 .calendar-table td.active {
|
|
|
|
- background: #34495E; }
|
|
|
|
-
|
|
|
|
-.calendar-exibit .show-calendar {
|
|
|
|
- float: none;
|
|
|
|
- display: block;
|
|
|
|
- position: relative;
|
|
|
|
- background-color: #fff;
|
|
|
|
- border: 1px solid #ccc;
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
- overflow: hidden; }
|
|
|
|
- .calendar-exibit .show-calendar .calendar {
|
|
|
|
- margin: 0 0 4px 0; }
|
|
|
|
- .calendar-exibit .show-calendar.picker_1 {
|
|
|
|
- background: #34495E; }
|
|
|
|
-.calendar-exibit .calendar-table {
|
|
|
|
- padding: 0 0 4px 0; }
|
|
|