8e5234e38c2193a672b28cd2836a683d8357d5be
[portal/sdk.git] /
1 /* .left {
2   width: auto;
3   float: left;
4   text-align: right;
5 }
6 .right {
7   width: auto;
8   
9   float: left;
10 } */
11
12
13 .Heading{
14   font-size: 45px;
15 }
16
17
18 mat-icon{
19   color: #006496;
20   cursor: pointer;
21 }
22
23
24 .defaultFontSize{
25 font-size: 19px;
26 }
27
28 /* .tab-pane{
29   padding-right: 130px;
30   padding-left: 120px;
31   color: rgba(0, 0, 0, 0.603)
32 } */
33
34 .boxMargin{
35   
36   width: auto;
37 }
38
39 mat-button-toggle{
40   display: block;
41   width: 400px;
42   border-radius: 5px;
43 }
44
45 input {
46   width: 400px;
47   height: 20px;
48 }
49
50 .tab-content{
51   margin-right: 20px;
52   /* background-color: #006496; */
53   color: rgb(0, 0, 0);
54 }
55
56 .stdForm{
57   margin-left: 20px;
58 }
59
60 .field-group {
61   position: relative;
62   display: block;
63 }
64
65 label + .field-group, label + .input-append, label + .row, label + .row-nowrap, label + .form-row {
66   margin-top: 5px;
67 }
68
69 textarea {
70   display: block;
71   width: 400px;
72   max-width: 50%;
73   padding: 15px;
74 }
75
76 select{
77   display: block;
78   width: 400px;
79   max-width: 400px;
80   padding: 15px;
81   background-color: #cfcfcf7a
82 }
83
84 .webform-component-my-select select {
85   height: 200px;
86 }
87
88 .checkbox .skin {
89   background-color: #fff;
90   border: 1px solid #d2d2d2;
91   border-radius: 3px;
92   display: inline-block;
93   height: 24px;
94   width: 24px;
95   position: absolute;
96   left: 0;
97   top: 0;
98 }
99
100 i, em {
101   font-family: "Omnes-ECOMP-W02-Italic", Arial;
102   font-style: normal;
103 }
104
105
106
107 .card{
108   border-radius: 5px;
109 }
110
111 .card-header{
112   height: 50px;
113 }
114
115 .card-body{
116   height: 150px;
117 }
118
119 .card-footer{
120   height: 50px;
121 }
122
123 .dialog__close-btn {
124   border: 0;
125   background: #087ac2;
126   color: #ffffff;
127   position: absolute;
128   top: 8px;
129   right: 8px;
130   font-size: 1.2em;
131   display: block;
132   border: #087ac2 2px solid;
133 }
134
135
136 .full-width-table {
137   width: 100%;
138 }
139
140
141 .app-data-table {
142   margin-top: 40px;
143   /* margin-left: 250px;
144   margin-right: 250px; */
145   /* overflow: scroll; */
146 }
147
148 .app-data-table1 {
149   margin-left: 150px;
150   margin-right: 150px;
151 }
152
153 th{
154   /* background-color: #006496; */
155   color: rgb(0, 0, 0);
156   font-size: 15px;
157   border-radius: 2px;
158   height: 35px;
159 }
160
161 tr:nth-child(even) {
162   /* background-color: #dddddd; */
163   font-size: 2px;
164   height: 35px;
165   border-radius: 4px;
166   
167 }
168
169 tr:nth-child(odd) {
170   font-size: 2px;
171   height: 35px;
172   border-radius: 4px;
173 }
174
175     
176 .card{
177   border-radius: 5px;
178   
179 }
180
181 .card-header{
182   height: 50px;
183 }
184
185 .card-body{
186   height: 150px;
187 }
188
189 .card-footer{
190   height: 50px;
191   margin-right: 10px;
192 }
193
194 .dialog__close-btn {
195   border: 0;
196   background: #087ac2;
197   color: #ffffff;
198   position: absolute;
199   top: 8px;
200   right: 8px;
201   font-size: 1.2em;
202   display: block;
203   border: #087ac2 2px solid;
204 }
205
206 .modalTitle{
207     font-size: 35px;  
208