c62e7dbcee916a7a67123bf44c49b651dce0d519
[portal/sdk.git] /
1
2 button{
3   margin: 0;
4   font-size: 100%;
5   vertical-align: middle; 
6 color:white;
7 background-color: #0568ae}
8
9
10   .corner-button .close:before {
11     bottom: -7px;
12     color: #0568ae;
13     display: block;
14     font-size: 20px;
15     height: 50px;
16     left: -11px;
17     position: absolute;
18     width: 50px; }
19
20   .btn-spinbutton-toggle.btn-group {
21     display: block !important;
22     height: 40px !important;
23     margin-top: 5px;
24     max-width: 138px;
25     min-width: 138px;
26     white-space: nowrap; }
27   
28   .btn-spinbutton-toggle .btn {
29     border-radius: 6px;
30     font-weight: normal;
31     -ms-flex: unset;
32     flex: unset;
33     height: 40px;
34     letter-spacing: normal;
35     min-width: auto;
36     padding: 3px 0 0;
37     text-align: center;
38     min-width: 46px;
39     width: 46px; }
40   
41   .btn-spinbutton-toggle .btn[data-max-value] {
42     border-bottom: 1px solid #d2d2d2;
43     border-top: 1px solid #d2d2d2;
44     box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.08) inset;
45     background-color: #fff;
46     cursor: text;
47     font-family: "Omnes-ECOMP-W02", Arial;
48     font-size: 2rem;
49     font-weight: normal;
50     padding: 4px 0 0;
51     text-align: center;
52     min-width: 46px !important;
53     width: 46px; }
54     .btn-spinbutton-toggle .btn[data-max-value]:focus {
55       border-color: #0568ae;
56       outline: none; }
57       .btn-spinbutton-toggle .btn[data-max-value]:focus + .btn {
58         border-left: 1px solid #0568ae;
59         transition: border 0.3s linear 0s; }
60
61
62         .btn-spinbutton-toggle .icon-primary-subtractminimize {
63           font-size: 30px !important;
64           color: #0568ae !important; }
65         
66         .btn-spinbutton-toggle .icon-primary-add-maximize {
67           font-size: 30px !important;
68           color: #0568ae !important; }
69
70           .btn-group.btn-spinbutton-toggle .btn[data-max-value]:focus + .btn:not(:first-child) {
71             border-left: 1px solid #0568ae !important; }
72
73 .lds-ring {
74   display: inline-block;
75   position: relative;
76   width: 64px;
77   height: 64px;
78 }
79 .lds-ring div {
80   box-sizing: border-box;
81   display: block;
82   position: absolute;
83   width: 80px;
84   height: 80px;
85   margin: 6px;
86   margin-top: 40px;
87   border: 10px solid #006496;
88   border-radius: 80%;
89   animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
90   border-color: #006496 transparent transparent transparent;
91 }
92 .lds-ring div:nth-child(1) {
93   animation-delay: -0.45s;
94 }
95 .lds-ring div:nth-child(2) {
96   animation-delay: -0.3s;
97 }
98 .lds-ring div:nth-child(3) {
99   animation-delay: -0.15s;
100 }
101 @keyframes lds-ring {
102   0% {
103     transform: rotate(0deg);
104   }
105   100% {
106     transform: rotate(360deg);
107   }
108 }
109
110
111
112 /* .left {
113   width: auto;
114   float: left;
115   text-align: right;
116 }
117 .right {
118   width: auto;
119   
120   float: left;
121 } */
122
123 mat-icon{
124   color: #006496;
125   cursor: pointer;
126 }
127
128 /* .tab-pane{
129   padding-right: 130px;
130   padding-left: 120px;
131   color: rgba(0, 0, 0, 0.603)
132 } */
133
134 .boxMargin{
135   
136   width: auto;
137 }
138
139 mat-button-toggle{
140   display: block;
141   width: 400px;
142   border-radius: 5px;
143 }
144
145 input {
146   width: 400px;
147   height: 20px;
148 }
149
150 .tab-content{
151   margin-right: 20px;
152   /* background-color: #006496; */
153   color: rgb(0, 0, 0);
154 }
155
156 .stdForm{
157   margin-left: 20px;
158 }
159
160 .field-group {
161   position: relative;
162   display: block;
163 }
164
165 label + .field-group, label + .input-append, label + .row, label + .row-nowrap, label + .form-row {
166   margin-top: 5px;
167 }
168
169 textarea {
170   display: block;
171   width: 400px;
172   max-width: 50%;
173   padding: 15px;
174 }
175
176 select{
177   display: block;
178   width: 400px;
179   max-width: 400px;
180   padding: 15px;
181   background-color: #cfcfcf7a
182 }
183
184 .webform-component-my-select select {
185   height: 200px;
186 }
187
188 .checkbox .skin {
189   background-color: #fff;
190   border: 1px solid #d2d2d2;
191   border-radius: 3px;
192   display: inline-block;
193   height: 24px;
194   width: 24px;
195   position: absolute;
196   left: 0;
197   top: 0;
198 }
199
200 i, em {
201   font-family: "Omnes-ECOMP-W02-Italic", Arial;
202   font-style: normal;
203 }
204
205
206
207 .card{
208   border-radius: 5px;
209 }
210
211 .card-header{
212   height: 50px;
213 }
214
215 .card-body{
216   height: 150px;
217 }
218
219 .card-footer{
220   height: 50px;
221 }
222
223 .dialog__close-btn {
224   border: 0;
225   background: #087ac2;
226   color: #ffffff;
227   position: absolute;
228   top: 8px;
229   right: 8px;
230   font-size: 1.2em;
231   display: block;
232   border: #087ac2 2px solid;
233 }
234
235 .modalTitle{
236     font-size: 35px;  
237 }
238
239
240 .full-width-table {
241   width: 100%;
242 }
243
244
245 .app-data-table {
246   margin-top: 80px;
247   /* margin-left: 250px;
248   margin-right: 250px; */
249   /* overflow: scroll; */
250 }
251
252 .app-data-table1 {
253   margin-left: 150px;
254   margin-right: 150px;
255 }
256
257 th{
258   background-color: #2125299c;
259   color: rgb(255, 255, 255);
260   font-size: 15px;
261   border-radius: 2px;
262   height: 35px;
263 }
264
265 tr:nth-child(even) {
266   background-color: #dddddd;
267   font-size: 2px;
268   height: 35px;
269   border-radius: 4px;
270   
271 }
272
273 tr:nth-child(odd) {
274   font-size: 2px;
275   height: 35px;
276   border-radius: 4px;
277 }
278
279     
280 .card{
281   border-radius: 5px;
282   
283 }
284
285 .card-header{
286   height: 50px;
287 }
288
289 .card-body{
290   height: 150px;
291 }
292
293
294 .dialog__close-btn {
295   border: 0;
296   background: #087ac2;
297   color: #ffffff;
298   position: absolute;
299   right: 8px;
300   font-size: 1.2em;
301   display: block;
302   border: #087ac2 2px solid;
303 }
304
305 .modalTitle{
306     font-size: 35px;  
307 }