NonRT-RIC A1 Northbound API
[nonrtric.git] / sdnc-a1-controller / oam / SdncReports / SdncReportsApi / src / main / webapp / node_modules / angularjs-datetime-picker / angularjs-datetime-picker.css
1 .angularjs-datetime-picker {
2   color: #333;
3   font: normal 14px sans-serif;
4   border: 1px solid #ddd;
5   display: inline-block;
6   background: #fff;
7 }
8 .angularjs-datetime-picker > .adp-month {
9   text-align: center;
10   line-height: 22px;
11   padding: 10px;
12   background: #fcfcfc;
13   text-transform: uppercase;
14   font-weight: bold;
15   border-bottom: 1px solid #ddd;
16   position: relative;
17 }
18 .angularjs-datetime-picker > .adp-month > button {
19   color: #555;
20   font: normal 14px sans-serif;
21   outline: none;
22   position: absolute;
23   background: transparent;
24   border: none;
25   cursor: pointer;
26 }
27 .angularjs-datetime-picker > .adp-month > button:hover {
28   color: #333;
29 }
30 .angularjs-datetime-picker > .adp-month > button.adp-prev {
31   left: 10px;
32 }
33 .angularjs-datetime-picker > .adp-month > button.adp-next {
34   right: 10px;
35 }
36 .angularjs-datetime-picker > .adp-days {
37   width: 210px; /* 30 x 7 */
38   margin: 10px;
39   text-align: center;
40 }
41 .angularjs-datetime-picker > .adp-days > .adp-day-of-week, .angularjs-datetime-picker > .adp-days > .adp-day {
42   box-sizing: border-box;
43   -moz-box-sizing: border-box;
44   border: 1px solid transparent;
45   width: 30px;
46   line-height: 28px;
47   float: left;
48 }
49 .angularjs-datetime-picker > .adp-days > .adp-day-of-week {
50   font-weight: bold;
51 }
52 .angularjs-datetime-picker > .adp-days > .adp-day:not(.selectable) {
53   opacity: 0.15;
54   cursor: default;
55 }
56 .angularjs-datetime-picker > .adp-days > .adp-day.selectable  {
57   cursor: pointer;
58 }
59 .angularjs-datetime-picker > .adp-days > .adp-day.selected {
60   background: #e0e0e0;
61 }
62 .angularjs-datetime-picker > .adp-days > .adp-day.selectable:hover {
63   background: #eee;
64 }
65 .angularjs-datetime-picker > .adp-days:after {
66   content: '';
67   display: block;
68   clear: left;
69   height: 0;
70 }
71
72 .angularjs-datetime-picker input[type=range] {
73   width: 150px;
74 }