ded54b2659889a3d660a93fdc90c05de455f5ef5
[portal/sdk.git] /
1 .tab-content{
2   margin-right: 20px;
3   /* background-color: #006496; */
4 }
5
6 h1,
7 h2,
8 h3,
9 h4,
10 h5,
11 h6 {
12   font-weight: normal;
13   text-rendering: optimizeLegibility;
14   margin: 0;
15   line-height: 1; }
16
17
18 .stdForm{
19   margin-left: 20px;
20 }
21
22 table{
23   width : 100%
24 }
25
26 table, tr, td, th {
27   border: 0;
28 }
29
30 table, th{
31   height: 30px;
32 }
33
34 td{
35   height: 30px;
36 }
37
38
39 .lds-ring {
40   display: inline-block;
41   position: relative;
42   width: 64px;
43   height: 64px;
44 }
45 .lds-ring div {
46   box-sizing: border-box;
47   display: block;
48   position: absolute;
49   width: 80px;
50   height: 80px;
51   margin: 6px;
52   margin-top: -10px;
53   border: 10px solid #006496;
54   border-radius: 80%;
55   animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
56   border-color: #006496 transparent transparent transparent;
57 }
58 .lds-ring div:nth-child(1) {
59   animation-delay: -0.45s;
60 }
61 .lds-ring div:nth-child(2) {
62   animation-delay: -0.3s;
63 }
64 .lds-ring div:nth-child(3) {
65   animation-delay: -0.15s;
66 }
67 @keyframes lds-ring {
68   0% {
69     transform: rotate(0deg);
70   }
71   100% {
72     transform: rotate(360deg);
73   }
74 }