bf51ea3a373cf284ead1a521aefe09ad698013be
[portal/sdk.git] /
1 .card {
2     border-radius: 5px;
3 }
4
5 .card-header {
6     height: 55px;
7 }
8
9 .card-body {
10     height: 150px;
11 }
12
13 .card-footer {
14     height: 55px;
15     width: 800px
16 }
17
18 .modalTitle {
19     font-size: 35px;
20 }
21
22 .dialog__close-btn {
23     border: 0;
24     background: #087ac2;
25     color: #ffffff;
26     position: absolute;
27     top: 8px;
28     right: 8px;
29     font-size: 1.2em;
30     display: block;
31     border: #087ac2 2px solid;
32 }
33
34 .dialog {
35
36     margin-top: 50px;
37 }
38
39 .defaultFontSize {
40     font-size: 15px;
41 }
42
43 .tab-content {
44     margin-right: 20px;
45     /* background-color: #006496; */
46     color: rgb(0, 0, 0);
47 }
48
49 .textarea-sql {
50     display: block;
51     width: 1500px;
52     height: 530px;
53     /* max-width: 50%; */
54     padding-top: 15px;
55     padding-right: 15px;
56     padding-bottom: 15px;
57     padding-left: 15px;
58
59 }
60
61 select,
62 textarea,
63 input {
64     border-radius: 6px;
65     color: #5a5a5a;
66     display: inline-block;
67     font-size: 1.6rem;
68     margin: 0px;
69     /* padding: 0 15px 0 15px; */
70     vertical-align: middle;
71     line-height: normal;
72 }
73
74 .btns {
75     background-color: transparent;
76     background-clip: padding-box;
77     border: 1px solid transparent;
78     border-radius: 8px;
79     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
80     cursor: pointer;
81     display: inline-block;
82     font-family: "Omnes-ECOMP-W02-Medium", Arial;
83     font-size: 16px;
84     font-weight: normal;
85     line-height: 1;
86     margin: 0 7px 10px 0;
87     max-width: 470px;
88     min-width: 70px;
89     padding: 14px 19px 11px 18px;
90     position: relative;
91     text-align: center;
92     vertical-align: middle;
93     white-space: nowrap;
94     overflow: hidden;
95 }
96
97 .btns-alt {
98     border-color: #087ac2 transparent #0568ae;
99     background-color: #0568ae;
100     background: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
101     color: #ffffff;
102 }
103
104
105 .btns-small {
106     padding: 10px 19px 9px 18px;
107     font-size: 15px;
108     border-radius: 8px;
109 }
110
111 .stdForm {
112     margin-left: 20px;
113 }
114
115 .field-group {
116     position: relative;
117     display: block;
118 }
119
120 label + .field-group, label + .input-append, label + .row, label + .row-nowrap, label + .form-row {
121     margin-top: 5px;
122 }
123
124 .divider {
125     width: 1192px;
126     height: auto;
127     display: inline-block;
128 }
129
130 .card-body-style{
131     width: 800px;
132     height: 615px;
133 }
134 .div-scroll{
135     height:600px;
136     overflow: scroll;
137 }
138
139 .close-model{
140     font-size: 17px;
141 }