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