9b463e40e67fb6a8d8676afcb5331c0028864b51
[portal.git] / ecomp-portal-FE-common / client / app / views / support / contact-us / contact-us.less
1 .w-ecomp-contactUs-home {
2   //.bg_portalWhite;//white for 1702
3   .bg_portalGray;  // gray for 1610
4   position: @page-main-position;
5   top: @page-main-top;
6   left: @page-main-left;
7   right: @page-main-right;
8   bottom: @page-main-bottom;
9   padding-top: @padding-top;
10   padding-left: @padding-left-side;
11   background-color: white;
12
13   .w-ecomp-main-view-title{
14          font-family: Omnes-ECOMP-W02,Arial;
15          font-size: 20px;
16   }
17   
18   #title{
19   font-family: Omnes-ECOMP-W02-Light,Arial;
20   }
21   
22   #edit-button-contact-us{
23     float: right;
24   }
25   
26   .contactUs-home-container {
27     .content_justify;
28     position: relative;
29     //padding-top: 15px;
30     padding-right: 0;
31     padding-left: 0;
32     padding-bottom: 32px;
33     width: 100%;
34     height:100%;
35     overflow:auto;
36    
37
38     .contactUs-general-div {
39       margin: auto !important;
40       padding-top: 15px;
41       padding-bottom: 15px;
42       .content_justify;
43     }
44   }
45   
46 .collapsibleArrow {
47         width: 30px;
48         height: 30px;
49         margin-left: 10px; 
50         }
51
52 .contactUs-collapsible-panel {
53         margin: auto;
54         //width: 1170px;
55         
56         }
57
58  .contactUs-collapsible-table {
59         margin: auto;
60         width: 1170px;
61         }
62         
63  .contactUs-txt { 
64         font-weight: normal;
65         color: #666666;
66         font-size: 15px;
67         font-family: Omnes-ECOMP-W02-Medium,Arial;
68         margin:10px;
69         }
70         
71 .contactUs-panel-header { 
72         font-weight: normal;
73         color: #666666;
74         font-size: 18px;
75         font-family: Omnes-ECOMP-W02-Medium,Arial;
76         border-top: 1px solid #ccc;
77         outline : none;
78         height: 35px;
79         
80         }
81         
82  .contactUs-panel-header:hover{
83         color: #428bca;
84         background: #eae8e8;
85  }      
86  
87 .contactUs-panel-labels { 
88         font-weight: normal;
89         color: #666666;
90         font-size: 15px;
91         font-family: Omnes-ECOMP-W02-Medium,Arial;
92         padding-top: 5px;
93         padding-bottom: 5px;
94 }
95
96 .contactUs-table-ht {
97         height:60px;
98 }
99
100 .contactUs-table-spn {
101         top:20px;
102 }
103
104 .contactUs-table-title-spn {
105         float: right; 
106         margin-right: 30px; 
107         margin-top:20px;
108 }
109
110 .contactUs-collapsible-panel-spn {
111         margin-bottom: 20px;
112 }
113         
114 .contactUs-main-table {
115         border-spacing: 10px 5px; 
116         max-width:950px; 
117         margin:10px;
118 }       
119         
120 .contactUs-main-panel-labels {
121         width: 120px;
122 }
123
124 .contactUs-main-panel-value {
125         width: 830px;
126 }
127
128 .contactUs-table-ht {
129         height:auto;
130 }
131
132
133 }