open app on resolved policy
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / src / main / resources / gbp / common / gbp.css
1 .gbpUiGlobalWrapper {
2     background: #ffffff;
3     margin-bottom: 0!important;
4     min-height: 100%;
5     padding: 0px;
6 }
7
8 .gbpUiGlobalWrapper .main {
9     top: 0px;
10 }
11
12 .gbpUiWrapper {
13     background-color: #414042;
14 }
15
16 .gbpUiWrapper .pageContent {
17     margin: 0px;
18     padding: 0px;
19     width: 100%;
20     height: 100%;
21 }
22
23 .gbpUiWrapper .side-panel {
24     width: 400px;
25     color: #000 ! important;
26     border: 1px solid #000;
27 }
28
29 .gbpUiWrapper .h100 {
30     height: 100%;
31 }
32
33 .gbpUiWrapper.w100 {
34     width: 100%;
35 }
36
37 .gbpUiWrapper.flt-r {
38     float: right;
39 }
40
41 /* LAYOUT */
42 .layout-padding-lr15 {
43     padding: 0 15px;
44 }
45
46 /* TABLES */
47 .gbpUiWrapper .md-table span {
48     color: rgba(0,0,0,.87);
49 }
50 .gbpUiWrapper .md-table-pagination span {
51     color: rgba(0,0,0,.87);
52     font-weight: normal;
53 }
54 .gbpUiWrapper button.md-button.md-icon-button.w85 {
55     width: 85px;
56 }
57
58 /* BUTTONS */
59 .gbpUiWrapper button.md-primary span {
60     color: rgb(33,150,243);
61 }
62 .gbpUiWrapper button .md-icon {
63     width: 30px;
64 }
65
66 /* DIALOG */
67 .gbpDialogWrapper button.md-primary span {
68     color: rgba(0,0,0,0.87);
69 }
70 .gbpDialogWrapper button.md-primary[disabled] span {
71     color: rgba(0,0,0,0.26);
72 }
73
74 svg g.node text {
75     pointer-events: auto !important;
76 }
77
78 .expander md-content {
79     line-height: 15px;
80     width: 100%;
81 }
82
83 .expander .md-list-item-inner {
84     flex-flow: row wrap;
85 }
86
87 .expand-button {
88     min-width: 0px !important;
89     min-height: 0px !important;
90     margin-top: 0 !important;
91     margin-bottom: 0 !important;
92     line-height: normal !important;
93 }
94
95 #graph-container {
96     padding-left: 0;
97 }
98
99 /* $mdDialog.confirm */
100 /* md-dialog button span {
101     color: #000;
102 } */
103
104 div.layout-padding h3 {
105     color: black;
106 }
107
108 md-sidenav span {
109     color: inherit !important;
110 }
111
112 div.md-primary.md-subheader.ng-scope > div > span > span {
113   color: rgb(33,150,243);
114 }
115
116 .md-subheader {
117     font-weight: bold !important;
118 }
119
120 md-sidenav > md-toolbar > div > h2 > span {
121     margin: 20px 0;
122     color: #666;
123 }
124
125 span.flex-35 > strong {
126     color: rgba(0,0,0,0.87);
127 }
128
129 span.ng-binding.flex {
130     color: rgba(0,0,0,0.87);
131 }
132
133 md-select:not([disabled]) .md-select-value .md-text {
134         color: black;
135 }
136
137 .md-input-has-value label {
138     color: rgba(0,0,0,0.54);
139 }
140
141 md-select-value span {
142         color: rgba(0,0,0,0.26);
143     font-weight: bold;
144     margin-bottom: 5px;
145     line-height: 1.428571429;
146 }
147
148 md-select-value span div {
149     font-weight: normal;
150 }
151
152 .md-chips {
153         padding: 0 0 0 0 !important;
154 }
155
156 md-dialog-content > div:first-child {
157     padding-top: 20px;
158     padding-bottom: 20px;
159 }
160
161 .gbpUiGlobalWrapper .md-locked-open {
162     width: 500px;
163     min-width: 500px;
164 }
165
166 .breadcrumbs {
167     display: inline-block;
168     font-size: 16px;
169     font-weight: 500;
170     line-height: 1em;
171     padding-left: 0;
172     margin: 10px 0;
173 }
174
175 .breadcrumbs .breadcrumb {
176     display: inline-block;
177     color: rgba(0,0,0,.54);
178     background-color: transparent;
179     padding: 0;
180     font-size: 13px;
181     margin-bottom: 0 !important;
182     vertical-align: middle;
183 }
184
185 .breadcrumbs .breadcrumb[role="button"] {
186     color: rgb(33, 150, 243);
187 }
188
189 .layout-padding-r10 {
190     padding-right: 10px;
191 }
192
193 .layout-padding-b15 {
194     padding-bottom: 15px;
195 }
196
197 .order {
198     color: #000 !important;
199     margin: 0;
200 }
201
202 .status-circle.allow {
203     color: green;
204 }
205
206 .status-circle.require-contract {
207     color: orange;
208 }
209
210 md-ink-bar {
211     background: red !important;
212 }
213
214 md-tab-item > span {
215     color: rgba(0,0,0,0.54);
216 }
217
218 md-tab-item.md-tab.ng-scope.ng-isolate-scope.md-ink-ripple.md-active > span {
219     color: rgb(16,108,200);
220 }
221
222 .layout-padding-lr15.ng-scope.layout-column > div {
223     padding-top: 15px;
224 }
225
226 div.md-primary.md-subheader > div > span > span {
227     color: rgb(33,150,243);
228 }
229
230 div.md-secondary.md-subheader.ng-scope > div > span > span {
231     color: rgb(33,150,243) !important;
232 }
233
234 li > md-autocomplete-parent-scope > span {
235     color: rgba(0,0,0,.54);
236 }
237
238 #tenantSelector div, #tenantSelector .md-select-placeholder span {
239     color: white;
240     font-weight: normal;
241 }
242
243 md-input-container md-select md-select-value span {
244     font-size: 14px;
245     font-style: inherit;
246     font-variant: inherit;
247     font-family: inherit;
248     letter-spacing: 0.010em;
249 }
250
251 #select_container_1 {
252     z-index:1001;
253 }
254
255 #select_value_label_0 {
256     border-bottom-color: white !important;
257     border-bottom-width: 1px;
258 }
259
260 #select_value_label_0 span {
261     color: white !important;
262 }
263
264 .md-chip-content .ng-binding {
265     color: black;
266 }