Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / static / im / css / modules.css @ 2934e509

History | View | Annotate | Download (34 kB)

1 5ebebb20 Olga Brani
body                                                                                        { overflow-y: scroll;}
2 5ebebb20 Olga Brani
3 5ebebb20 Olga Brani
.wrapper                                        { margin:0 auto; position:relative; width:820px; padding:36px 70px; }
4 5ebebb20 Olga Brani
.container .wrapper,
5 5ebebb20 Olga Brani
.footer .wrapper                                { border: 1px solid #808080; border-top:0 none;}
6 5ebebb20 Olga Brani
.footer .wrapper                                                                { padding:20px 70px 25px; }
7 5ebebb20 Olga Brani
.centered                                       { text-align:center;}
8 5ebebb20 Olga Brani
img.left                                                                { margin:0 1em 1em 0; float:left;}
9 5ebebb20 Olga Brani
img.right                                                                { margin:0 0 1em 1em; float:right;}
10 5ebebb20 Olga Brani
11 5ebebb20 Olga Brani
 
12 5ebebb20 Olga Brani
/* footer */
13 5ebebb20 Olga Brani
.footer                                         { font-size:0.923em;color:#B3B3B3; }
14 5ebebb20 Olga Brani
.footer a                                       { color:#B3B3B3; text-decoration:none; transition:color 0.15s ease-in-out 0s; -moz-transition: color 0.15s ease-in-out 0s;  -webkit-transition: color 0.15s ease-in-out 0s;  -o-transition: color 0.15s ease-in-out 0s; } 
15 5ebebb20 Olga Brani
.footer:hover a                                 { color:#808080;}
16 5ebebb20 Olga Brani
.footer a:hover                                 { color:#000;}
17 5ebebb20 Olga Brani
.footer ul                                      { float:left; margin:0 10px 0 0; width:125px;  padding:0;}
18 5ebebb20 Olga Brani
.footer ul li                                   { padding:0; margin:0; list-style:none outside;}
19 5ebebb20 Olga Brani
.footer ul li:first-child                       { margin-bottom:1em;        }
20 5ebebb20 Olga Brani
.footer .clearfix                               { padding-bottom:20px;}
21 5ebebb20 Olga Brani
.footer .clearfix ul:first-child                { margin-left:0;}
22 5ebebb20 Olga Brani
23 5ebebb20 Olga Brani
24 5ebebb20 Olga Brani
/*top message*/
25 5ebebb20 Olga Brani
.top-msg                                            { margin:-36px -70px 36px; background:blue; padding:50px; color:#fff; display:none; position:relative; font-size:1.538em; text-align:center;}
26 5ebebb20 Olga Brani
.top-msg p                                                                                { text-align:center; }
27 5ebebb20 Olga Brani
.top-msg p.title                                    { font-size:1.3em;  }
28 5ebebb20 Olga Brani
.top-msg p.title span                                { border-bottom:2px dotted #fff; padding:0 0 10px 0;}
29 5ebebb20 Olga Brani
.top-msg.active                                     { display:block;}
30 5ebebb20 Olga Brani
.top-msg +.mainlogo                             { margin-top:-73px;}
31 5ebebb20 Olga Brani
.top-msg .close                                 { position:absolute; bottom:20px; right:20px; font-size:1.3em;  border:0 none; color:#fff; text-decoration:none;}
32 5ebebb20 Olga Brani
.top-msg .close:hover                           { color:#000;}
33 5ebebb20 Olga Brani
.top-msg.success                                     { background-color:#77C596; color: #fff}
34 5ebebb20 Olga Brani
.top-msg.error                                      { background-color:#EF4F54; color: #fff}
35 5ebebb20 Olga Brani
.top-msg.warning                                { background-color:#F6921E; color: #fff}
36 5ebebb20 Olga Brani
.top-msg.info                                         { background-color:#C3C3B9; color: #fff}
37 5ebebb20 Olga Brani
.top-msg.warning a                              { color: #3582AC}
38 5ebebb20 Olga Brani
.top-msg.info a                                 { color: #222}
39 5ebebb20 Olga Brani
40 5ebebb20 Olga Brani
/* container */
41 5ebebb20 Olga Brani
.container .wrapper                             { padding-bottom:100px;}
42 5ebebb20 Olga Brani
.mainlogo h1                                                                        { line-height:100%; font-size:1em; }
43 5ebebb20 Olga Brani
.container .navigation                          { margin:20px 0 0; font-size:1.154em; height:95px;}
44 5ebebb20 Olga Brani
.container .navigation ul                       { margin:5px 0; padding:0;}
45 5ebebb20 Olga Brani
.container .navigation ul + ul                                        { font-size:0.933em; }
46 5ebebb20 Olga Brani
.container .navigation ul li                    { list-style:none outside; padding:0; margin:0 1em 0 0; display:inline-block;}
47 5ebebb20 Olga Brani
.container .navigation ul li a                  { color:#000; text-decoration:none; }
48 5ebebb20 Olga Brani
.container .navigation ul li a:hover            { color:#F89A1C; }        
49 5ebebb20 Olga Brani
.container .navigation ul li.active a           { color:#F89A1C; }                                        
50 5ebebb20 Olga Brani
51 5ebebb20 Olga Brani
.dotted                                         { background:url(../images/double-dots.jpg) no-repeat bottom center; padding:0 0 30px; margin-bottom:30px;}
52 5ebebb20 Olga Brani
.full-dotted                                                                        { background:url(../images/dots.jpg) repeat-x top; margin-top:20px; padding-top:20px; }
53 5ebebb20 Olga Brani
.full-dotted:first-child                                                { background:none; padding-top:0; margin-top:0; }
54 5ebebb20 Olga Brani
.two-cols .rt                                   { float:right; width:400px;}
55 5ebebb20 Olga Brani
.two-cols .lt                                   { float:left; width:400px;}
56 5ebebb20 Olga Brani
.two-cols-blog .rt                              { float:right; width:220px; margin-left:80px; padding-right:65px;}
57 5ebebb20 Olga Brani
.two-cols-blog .lt                                     { overflow:hidden;}
58 5ebebb20 Olga Brani
.container h2                                                                        { font-weight:normal; font-size:1.308em; margin-bottom:1em; }
59 5ebebb20 Olga Brani
.container h3                                                    { font-weight:normal; margin-bottom:1em; }
60 5ebebb20 Olga Brani
.container h2 em                                                                 { color: #3582AC; font-style:normal; }
61 5ebebb20 Olga Brani
/*.content a                                                                { border-bottom: 1px solid #F89A1C; text-decoration:none; color:#000; }
62 5ebebb20 Olga Brani
.content a:hover                                                    { border-bottom: 1px solid #F89A1C; text-decoration:none; color:#F89A1C; }*/
63 5ebebb20 Olga Brani
64 5ebebb20 Olga Brani
65 5ebebb20 Olga Brani
.content a                                                                { text-decoration:none; }
66 5ebebb20 Olga Brani
.content a:hover                                                    { text-decoration:underline; }
67 5ebebb20 Olga Brani
68 5ebebb20 Olga Brani
.container ul.options                           { padding:0; margin:0; font-size:1.154em;}
69 5ebebb20 Olga Brani
.container ul.options li                        { list-style:none outside; margin:0 0 1em 0;padding:0;}
70 5ebebb20 Olga Brani
.container ul.options li h3                                                { font-size:1em; margin-bottom:0; }
71 5ebebb20 Olga Brani
.container ul.options li a                                        { border:0 none;}
72 5ebebb20 Olga Brani
.container ul.options li a:hover                                { text-decoration:underline;}
73 5ebebb20 Olga Brani
.container .extra ul.options                                        { font-size:1em; margin:0 ; padding:15px; }
74 5ebebb20 Olga Brani
.landing h2, .landing a:hover                   { color:#01A1AE;}
75 5ebebb20 Olga Brani
.faq h2, .faq a:hover, .faq .current a          { color:#EF4F54; border:0 none;}
76 5ebebb20 Olga Brani
.faq .current a                                                                        { text-decoration:underline }
77 5ebebb20 Olga Brani
.question h2                                                                        { color:#EF4F54 }
78 5ebebb20 Olga Brani
.content .backlink                                                                { margin:1em 0; }
79 5ebebb20 Olga Brani
.faq h3                                                                                        { color:#4085a6; margin:0;}
80 5ebebb20 Olga Brani
.faq ul                                         { padding:0; margin:0; }
81 5ebebb20 Olga Brani
.faq ul li                                      { padding:0; margin:0 0 8px 0; list-style:none outside none;line-height:140%;  }
82 5ebebb20 Olga Brani
.faq ul li a                                    { color:#222222; border:0 none; } 
83 5ebebb20 Olga Brani
.faq .faq-category                                                                { margin: 0 0 1.5em;}
84 5ebebb20 Olga Brani
.follow h3 a                                    { color:#4085A6;}
85 5ebebb20 Olga Brani
.follow a                                                            { border:0 none;}
86 5ebebb20 Olga Brani
.follow ul                                      { margin:0; padding:0;}
87 5ebebb20 Olga Brani
.follow ul li                                   { list-style:none outside; padding:0; margin:0 0 20px 0; font-size:0.923em; color:#808080;}
88 5ebebb20 Olga Brani
.follow ul li p.title                           { margin-bottom:0; color:#000;}
89 5ebebb20 Olga Brani
.follow ul li p.title a                         { color:#000;}
90 5ebebb20 Olga Brani
.follow ul li p a                               { color:#808080;}   
91 5ebebb20 Olga Brani
.posts ul                                       { margin:0;padding:0; }
92 5ebebb20 Olga Brani
.posts ul li                                    { padding:0; margin:0 0 50px; list-style:none outside; }
93 5ebebb20 Olga Brani
.posts ul li img                                { max-width:100%; margin-bottom:1em;}
94 5ebebb20 Olga Brani
.posts ul li p.info                             { padding-bottom:10px; margin:20px 0; font-size:0.769em; color:#808080; background:url(../images/dots.jpg) repeat-x bottom ;}
95 5ebebb20 Olga Brani
.article p.info                                                                 { margin-top:20px; padding-top:10px; font-size:0.769em; color:#808080; }
96 5ebebb20 Olga Brani
.article h2, .posts h2                          { color:#ef4f53; }
97 5ebebb20 Olga Brani
.posts h2 a, .posts h2 a:hover                  { border:0 none;color:#ef4f53;}
98 5ebebb20 Olga Brani
.posts p.date, .article p.date                  { margin:0; font-size:1.077em; color:#3582AC; }
99 5ebebb20 Olga Brani
p.info a                                        { color:#808080; border-bottom:0 none; }
100 5ebebb20 Olga Brani
p.info a:hover                                  { color:#000; border-bottom:0 none;}
101 5ebebb20 Olga Brani
.bg-wrap                                        { background-position:right top; background-repeat:no-repeat;}
102 5ebebb20 Olga Brani
.bg-wrap .extra                                 { display:none;}
103 5ebebb20 Olga Brani
.bg-wrap.open .extra                            { display:block;}
104 5ebebb20 Olga Brani
.bg-wrap .extra .hide-extra                     { display:block; text-align:right; border:0 none; height:16px; overflow:hidden;}
105 5ebebb20 Olga Brani
.bg-wrap .extra .hide-extra img                 { margin-top:0; vertical-align:top; display:inline; }
106 5ebebb20 Olga Brani
.bg-wrap .extra .hide-extra:hover img           { margin-top:-32px;}
107 5ebebb20 Olga Brani
.pithos h2,                       
108 5ebebb20 Olga Brani
.pithos .extra .options li h3                   { color:#BC742B; }
109 5ebebb20 Olga Brani
.cyclades h2,                 
110 5ebebb20 Olga Brani
.cyclades .extra .options li h3                 { color:#00A1B0; }
111 5ebebb20 Olga Brani
a.btn_01                                        { display:block; text-align:center; background:#F6921E; color:#000; padding:10px; text-decoration:none; border:0 none;}
112 5ebebb20 Olga Brani
a.btn_01:hover                                  { background:#3582AC; color:#000; text-decoration:none;}
113 5ebebb20 Olga Brani
a.btn_01 em                                     { font-style:normal; display:block; }
114 5ebebb20 Olga Brani
a.btn_01 span                                   { color:#fff; }
115 5ebebb20 Olga Brani
.lt .box-more                                   { text-align:center; padding:5px 10px; }
116 5ebebb20 Olga Brani
.lt .box-more.border                            { border:1px solid #ccc;}
117 5ebebb20 Olga Brani
.lt .box-more p                                 { cursor:pointer; background:url(../images/arrow_02.jpg) no-repeat right center; padding-right:20px; }
118 5ebebb20 Olga Brani
a.btn_01, .box-more                             { width:80%; margin:0 auto 20px; }
119 5ebebb20 Olga Brani
.lt .box-more ul.col                            { width:30%; margin:0; padding:0; vertical-align:top; text-align:left; display:inline-block;}
120 5ebebb20 Olga Brani
.lt .box-more .clearfix                         { display:none; }
121 5ebebb20 Olga Brani
.lt .box-more ul.col li                         { list-style:none outside; }
122 5ebebb20 Olga Brani
.lt .box-more ul.col li a                       { color:#B3B3B3; text-decoration:none; border:0 none;}
123 5ebebb20 Olga Brani
.lt .box-more ul.col li a:hover                 { color:#000;}
124 5ebebb20 Olga Brani
.article img                                                            { margin-bottom:1em; max-width:100%;}
125 5ebebb20 Olga Brani
a.videolink                                                            { border: 0 none; display:block; width:367px; height:207px; background:url(../images/video_image_hover.png) no-repeat; text-decoration:none;}
126 5ebebb20 Olga Brani
a.videolink:hover                                                { background:url(../images/video_image.png)no-repeat; text-decoration:none; border:0 none;}
127 5ebebb20 Olga Brani
.container .full                                                                { position:relative;}
128 5ebebb20 Olga Brani
.container .bottom-bordered                     { border-bottom:1px dashed #000000;margin-bottom:20px }
129 5ebebb20 Olga Brani
.container .lt-div                              { width:234px; float:left; }
130 5ebebb20 Olga Brani
.container .overflow-hidden                     { overflow:hidden;}
131 5ebebb20 Olga Brani
.documentation .wrap                                                        { width:500px; }
132 5ebebb20 Olga Brani
133 5ebebb20 Olga Brani
134 5ebebb20 Olga Brani
/* resources*/
135 5ebebb20 Olga Brani
.resources .categories .clear                         { color: #000000; position:relative; top:-1px; line-height:100%; display:inline-block;}
136 5ebebb20 Olga Brani
.resources  a, .resources  a:hover              { border:0 none;}
137 5ebebb20 Olga Brani
.resources .categories ul                             { margin:0;padding:0;}
138 5ebebb20 Olga Brani
.resources .categories ul li                    { float: left; list-style:none outside;}
139 5ebebb20 Olga Brani
.resources .categories .title                   { margin-bottom: 0.5em; }
140 5ebebb20 Olga Brani
.resources .categories ul li a                  { color: #000000;   margin-right: 22px; text-decoration: none; }
141 5ebebb20 Olga Brani
.resources .categories ul li a:hover, 
142 5ebebb20 Olga Brani
.resources .categories ul li a.selected         { color: #000000;}
143 5ebebb20 Olga Brani
.resources .categories ul li.active a                        { text-decoration: underline }
144 5ebebb20 Olga Brani
.resources .categories ul li.inactive           { opacity: 0.3; }
145 5ebebb20 Olga Brani
.resources .categories ul li.active             { opacity: 1; }
146 5ebebb20 Olga Brani
.resources .list                                { line-height: 1em; margin-top: 60px; position: relative; margin-right:-35px; }
147 5ebebb20 Olga Brani
.resources .list .resource-wrapper.first .resource      { margin-left: 0; }
148 5ebebb20 Olga Brani
.resources .list .resource-wrapper              { float: left; height: 250px; margin-bottom: 22px; margin-right: 35px; overflow: hidden; position: relative; width: 250px; }
149 5ebebb20 Olga Brani
.resources .list .resource-wrapper.first        { margin-left: 0; }
150 5ebebb20 Olga Brani
.resources .list .resource-wrapper.hidden       { display: none; }
151 5ebebb20 Olga Brani
.resources .list .resource                      { border: 1px solid #000000; height: 188px; overflow: hidden; padding: 30px; }
152 5ebebb20 Olga Brani
.resources .list .resource .date                { color: #808080; margin-bottom: 3px; }
153 5ebebb20 Olga Brani
.resources .list .resource .description         { transition:color top 0.35s ease-in-out 0s; -moz-transition: top 0.35s ease-in-out 0s; -webkit-transition: top 0.35s ease-in-out 0s;          -o-transition: top 0.35s ease-in-out 0s; color: #FFFFFF; font-size: 1.1em; height: 150px; margin-left: -30px; padding: 30px; position: absolute; top: -270px; width: 190px; }
154 5ebebb20 Olga Brani
.resources .list .resource .title               { line-height: 1.4em; }
155 5ebebb20 Olga Brani
.resources .list .resource .category            { color: #808080; margin-top: 30px; }
156 5ebebb20 Olga Brani
.resources .list .resource .category a          { color: #808080; }
157 5ebebb20 Olga Brani
.resources .list .resource .download            { bottom: 0; cursor: pointer; font-size: 1.1em; margin-bottom: 3px; margin-left: -10px; position: absolute; width: 190px; }
158 5ebebb20 Olga Brani
.resources .list .resource .download a          { color: #000000; display: block; padding: 5px 5px 5px 15px; text-decoration: none; }
159 5ebebb20 Olga Brani
.resources .list .resource .download a:hover, 
160 5ebebb20 Olga Brani
.resources .list .resource .download a .hovered { color: #FF5D00;}
161 5ebebb20 Olga Brani
.resources .list .resource .download a:hover .download-image, 
162 5ebebb20 Olga Brani
.resources .list .resource .download a .hovered .download-image { background-image: url(../images/resource_down_arrow-active.png); }
163 5ebebb20 Olga Brani
.resources .list .resource .download a .download-image { background: url(../images/resource_down_arrow.png) no-repeat; display: block; float: left; height: 30px; margin-right: 10px; margin-top: -7px; width: 30px; }
164 5ebebb20 Olga Brani
.resources .list .resource .download img        { margin-right: 10px; vertical-align: middle;}
165 5ebebb20 Olga Brani
.resources .list .resource:hover .description, 
166 5ebebb20 Olga Brani
.resources .list .resource .hover .description { display: block; top: 0; }
167 5ebebb20 Olga Brani
.resources .list .resource-cat-1.resource               { border-color: #4085A5  }
168 5ebebb20 Olga Brani
.resources .list .resource-cat-1.resource .title        { color: #4085A5 }
169 5ebebb20 Olga Brani
.resources .list .resource-cat-1.resource .description  { background-color: #4085A5 }
170 5ebebb20 Olga Brani
.resources  .filter-item a                                                                { display:inline-block; line-height:100%; }
171 5ebebb20 Olga Brani
.resources  .filter-item a:hover                                                { text-decoration:underline }
172 5ebebb20 Olga Brani
.resources .list .resource-cat-2.resource               { border-color: #FF6F00  }
173 5ebebb20 Olga Brani
.resources .list .resource-cat-2.resource .title        { color: #FF6F00  }
174 5ebebb20 Olga Brani
.resources .list .resource-cat-2.resource .description  { background-color: #FF6F00  }
175 5ebebb20 Olga Brani
.resources .list .resource-cat-2.resource .description p{ line-height:130%; }
176 5ebebb20 Olga Brani
177 5ebebb20 Olga Brani
table                                                                                        { width:80%; color:#B3B3B3;}
178 5ebebb20 Olga Brani
table th, table td                                                                { padding:5px 5px 5px 0;  }1234
179 5ebebb20 Olga Brani
/*table td                                                                                 { border-top: 1px solid #DDDDDD; }*/
180 5ebebb20 Olga Brani
table th                                        { color:#222; font-weight:normal;}
181 5ebebb20 Olga Brani
table td.consumed                                                                 { color: #9D261D; }
182 5ebebb20 Olga Brani
183 5ebebb20 Olga Brani
/*.zebra-striped tbody tr:nth-child(2n+1) td, 
184 5ebebb20 Olga Brani
.zebra-striped tbody tr:nth-child(2n+1) th                 { background-color: #F9F9F9; }*/
185 5ebebb20 Olga Brani
.zebra-striped tbody tr:hover td, 
186 5ebebb20 Olga Brani
.zebra-striped tbody tr:hover th                                 { color:#000; }
187 5ebebb20 Olga Brani
188 5ebebb20 Olga Brani
.buttons-list.fixpos                                                         { position:absolute; bottom:0; right:0; }
189 5ebebb20 Olga Brani
.button.back.right                                                                 { right: 0; }
190 5ebebb20 Olga Brani
.buttons-list .button                                                         { margin-left: 10px; }
191 5ebebb20 Olga Brani
.button.back                                                                         {  z-index: 500; }
192 5ebebb20 Olga Brani
/* Styles for blue button-like back link
193 5ebebb20 Olga Brani
a.button                                                                                 { border:0 none;  color: #FFFFFF;  display: inline-block;  text-align: center; background-color: #3582AC; letter-spacing: 1px;  line-height: 22px; padding: 0.8em 22px; text-decoration: none;}
194 5ebebb20 Olga Brani
a.button:hover                                                                         { background-color: #F89A1C; border:0 none; color:#fff;}*/
195 5ebebb20 Olga Brani
196 5ebebb20 Olga Brani
/*pagination*/
197 5ebebb20 Olga Brani
.pagination .next-prev                          { float:right; }
198 5ebebb20 Olga Brani
.pagination .next-prev a                                                { margin-left:15px; }
199 5ebebb20 Olga Brani
.pagination .nums                               { text-align:left;}
200 5ebebb20 Olga Brani
.pagination .nums span                          { color:#000;}
201 45ed7743 Olga Brani
.pagination .next-prev a.disabled                                { text-decoration: none; color:#ccc; cursor:default; }
202 5ebebb20 Olga Brani
                    
203 5ebebb20 Olga Brani
.two-cols .lt .clients-wrapper p                                { padding:0; }
204 5ebebb20 Olga Brani
205 5ebebb20 Olga Brani
206 5ebebb20 Olga Brani
/* colors for links */
207 5ebebb20 Olga Brani
.container ul.options li a                                                { display:inline-block; line-height:100%; }
208 5ebebb20 Olga Brani
.container ul.options li a:hover                                { text-decoration: none; }
209 5ebebb20 Olga Brani
.container ul.options li a.red                                        { color:#F24E53 }
210 5ebebb20 Olga Brani
.container ul.options li a.red:hover                        { border-bottom:1px solid #F24E53; }
211 12285b4b Olga Brani
.container ul.options li a.grey                                        { color:grey; }
212 12285b4b Olga Brani
.container ul.options li a.grey:hover                        { border-bottom:1px solid grey; }
213 5ebebb20 Olga Brani
.container ul.options li a.blue                                        { color:#3582AC }
214 5ebebb20 Olga Brani
.container ul.options li a.blue:hover                        { border-bottom:1px solid #3582AC; }
215 12285b4b Olga Brani
.container ul.options li a.yellow                                { color:#F89A1C; }
216 12285b4b Olga Brani
.container ul.options li a.yellow:hover                        { border-bottom:1px solid #F89A1C; }
217 5ebebb20 Olga Brani
218 5ebebb20 Olga Brani
/* homepage clouds animation */
219 5ebebb20 Olga Brani
#animation                                      { width:94%; height:120px; padding:0 3%; background:url(../images/okeanos_landing.png) no-repeat; max-width:375px; }
220 5ebebb20 Olga Brani
#animation div                                  { margin:0 2%; float:left; width:29%; height:100%; position:relative; }                    
221 5ebebb20 Olga Brani
#animation div a                                { position:absolute; left:0; top:0; border:0 none; }
222 5ebebb20 Olga Brani
#animation div a img                                                        { width:100%; }
223 5ebebb20 Olga Brani
#animation p                                          { position:absolute; bottom:0; left:0; width:100%; text-align:center; }
224 5ebebb20 Olga Brani
#animation p img                                { display:inline-block; width:65%; }
225 5ebebb20 Olga Brani
226 5ebebb20 Olga Brani
/* Weird bug in pages that contain captcha. An extra iframe appears in chrome :S*/
227 5ebebb20 Olga Brani
.container +iframe                                                                { display:none; }
228 5ebebb20 Olga Brani
229 5ebebb20 Olga Brani
/* Style for im/projects */
230 5ebebb20 Olga Brani
table.alt-style                                                                 { color:#000; width:100%; }
231 5ebebb20 Olga Brani
table.alt-style caption                                                        { font-weight:normal;  font-size:1.154em; margin-bottom:15px;}
232 5ebebb20 Olga Brani
table.alt-style tr th                                                        { font-weight:normal; color:#3582AC }
233 ef2b6ef0 Olga Brani
table.alt-style tr th a                                                        { color:#3582AC }
234 5ebebb20 Olga Brani
table.alt-style tr td                                                        { color:#222; }
235 5ebebb20 Olga Brani
table.alt-style tr td:first-child,
236 5ebebb20 Olga Brani
table.alt-style tr th:first-child                                { padding-left:5px; }
237 5c878faf Olga Brani
table.alt-style tr td a                                                        { margin:0 0 0 5px; }
238 5ebebb20 Olga Brani
table.alt-style tr td:first-child a                                { margin:0; }
239 ef2b6ef0 Olga Brani
table.complex tr th a.sortable                                        { padding-right:20px; background:url(../images/arrow_th_bg.png) no-repeat right -48px; }
240 ef2b6ef0 Olga Brani
table.complex tr th a.asc                                                { background-position:right 6px }
241 5ebebb20 Olga Brani
.content a.submit                                                                { margin:0; display:inline-block; margin:10px 0 ;  height:auto; min-width:100px; text-align:center;}
242 5ebebb20 Olga Brani
table.alt-style tr:nth-child(2n) td                                { background:#F2F2F2 }
243 5ebebb20 Olga Brani
dl.alt-style                                                                          { width:500px; }
244 5ebebb20 Olga Brani
dl.alt-style dt                                                                        { width:50%; float:left; color:#3582AC; font-weight:normal;}
245 5ebebb20 Olga Brani
dl.alt-style dt:nth-child(2n)                                        { background:black; }
246 5ebebb20 Olga Brani
.projects                                                                                { padding-bottom:30px; position:relative; }
247 5ebebb20 Olga Brani
.projects h2 span                                                                { color:#3582AC;}
248 5ebebb20 Olga Brani
.projects h2 em                                                                        { float:right; }
249 5ebebb20 Olga Brani
.projects h3                                                                        { font-size:1.154em; }
250 5ebebb20 Olga Brani
.projects .submit-rt                                                        { margin:0; text-align:right; }
251 5ebebb20 Olga Brani
.projects +.buttons-list.fixpos                                        { left:0; right:auto; }
252 5ebebb20 Olga Brani
253 5ebebb20 Olga Brani
/* new faq-userguide styles */
254 5ebebb20 Olga Brani
255 5ebebb20 Olga Brani
.faq .two-cols .lt                                                                { width:460px; }
256 5ebebb20 Olga Brani
.faq .two-cols .rt                                                                { width:340px; text-align:center; }
257 5ebebb20 Olga Brani
.lt-small .rt                                                                        { width:520px; }
258 5ebebb20 Olga Brani
.lt-small .lt                                                                        { width:280px; }
259 5ebebb20 Olga Brani
.unequal-dotted                                                                        { background:url(../images/double-dots-unequal.jpg) no-repeat top center; padding: 30px 0 0 ; margin-top:30px;}
260 5ebebb20 Olga Brani
.unequal-dotted:first-child                                                { background:none; padding-top:0; margin-top:0; }
261 5ebebb20 Olga Brani
.tirkouaz h2,
262 5ebebb20 Olga Brani
.tirkouaz h2 a,
263 5ebebb20 Olga Brani
.tirkouaz h3,
264 5ebebb20 Olga Brani
.tirkouaz a:hover,
265 5ebebb20 Olga Brani
.tirkouaz li.current a                                                        { color:#00A1B0; }
266 5ebebb20 Olga Brani
.yellow h2,
267 5ebebb20 Olga Brani
.yellow h2 a,
268 5ebebb20 Olga Brani
.yellow h3,
269 5ebebb20 Olga Brani
.yellow a:hover,
270 5ebebb20 Olga Brani
.yellow li.current a                                                        { color:#F6921E; }
271 5ebebb20 Olga Brani
.purple h2,
272 5ebebb20 Olga Brani
.purple h2 a,
273 5ebebb20 Olga Brani
.purple h3,
274 5ebebb20 Olga Brani
.purple a:hover,
275 5ebebb20 Olga Brani
.purple li.current a                                                        { color:#7B499C; }
276 5ebebb20 Olga Brani
.blue h2,
277 5ebebb20 Olga Brani
.blue h2 a,
278 5ebebb20 Olga Brani
.blue h3,
279 5ebebb20 Olga Brani
.blue a:hover,
280 5ebebb20 Olga Brani
.blue li.current a                                                                { color:#3582AC; }
281 5ebebb20 Olga Brani
.brown h2,
282 5ebebb20 Olga Brani
.brown h2 a,
283 5ebebb20 Olga Brani
.brown h3,
284 5ebebb20 Olga Brani
.brown a:hover,
285 5ebebb20 Olga Brani
.brown li.current a                                                                { color:#BC742B; }
286 5ebebb20 Olga Brani
287 5ebebb20 Olga Brani
.question .content a:hover                                                { color:#F6921E }
288 5ebebb20 Olga Brani
.details .extra-menu                                                        { background: url(../images/dots.jpg) repeat-x  center top ;padding-top:20px; margin-top:20px; }
289 5ebebb20 Olga Brani
.details .extra-menu h3                                                        { margin-bottom:1em; font-weight:bold;}
290 5ebebb20 Olga Brani
.details .faq-category h2                                                { font-size:1em; }
291 5ebebb20 Olga Brani
.question .next-prev                                                        { margin:10px 0; }
292 5ebebb20 Olga Brani
.question .next                                                                        { float:right; }
293 5ebebb20 Olga Brani
.details img                                                                        { max-width:100%; }
294 5ebebb20 Olga Brani
.question .section                                                                { margin-top:1em; }
295 5ebebb20 Olga Brani
.question pre                                                                        { border:1px dashed #000; padding:5px; margin:10px 0; line-height:auto; }
296 5ebebb20 Olga Brani
/*
297 5ebebb20 Olga Brani
.widjets                                                                                { position:relative; }
298 5ebebb20 Olga Brani
.widjets ul                                                                                { margin: 0; padding:0; }
299 5ebebb20 Olga Brani
.widjets li                                                                                { width:50%; float:left; list-style:none outside; margin:30px 0; }
300 5ebebb20 Olga Brani
.widjets li div                                                                        { border:1px dashed #000; padding:20px 20px 70px; width:60%; margin:0 auto; position:relative; }
301 5ebebb20 Olga Brani
.widjets li div img                                                                { max-width:100%; }
302 5ebebb20 Olga Brani
.widjets li .btn                                                                { text-align:center; position:absolute; bottom:0; left:0; right:0; }
303 5ebebb20 Olga Brani
.widjets .widjet-x                                                                { position:absolute; right:0;top:0; font-weight:bold; font-size:1.5em; }
304 5ebebb20 Olga Brani
.widjets .widjet-x:hover                                                { text-decoration:none; color:#000; }
305 5ebebb20 Olga Brani

306 5ebebb20 Olga Brani
 */
307 5ebebb20 Olga Brani
.widjets                                                                                { position:relative; }
308 5ebebb20 Olga Brani
.widjets ul                                                                                { margin: 0; padding:0; }
309 5ebebb20 Olga Brani
.widjets li                                                                                { width:50%; float:left; list-style:none outside; margin:30px 0;  }
310 5ebebb20 Olga Brani
.widjets li div                                                                        { background:url(../images/dots.jpg) repeat-x top ; margin:0 0 0 20px; position:relative;   padding:2em 0; }
311 5ebebb20 Olga Brani
.widjets li div .wrap                                                        { background:url(../images/dots.jpg) repeat-x bottom ; }
312 5ebebb20 Olga Brani
.widjets li:first-child div                                         { margin-right:20px; margin-left:0; }
313 5ebebb20 Olga Brani
.widjets li div img                                                                { max-width:100%; margin:2em 0; }
314 5ebebb20 Olga Brani
.widjets .widjet-x                                                                { position:absolute; right:0;top:0; font-weight:bold; font-size:1.5em; }
315 5ebebb20 Olga Brani
.widjets .widjet-x:hover                                                { text-decoration:none; color:#000; }
316 5ebebb20 Olga Brani
.widjets li.create h2, 
317 5ebebb20 Olga Brani
.widjets li.create a                                                        { color: #55B577}
318 5ebebb20 Olga Brani
.widjets li.join h2, 
319 5ebebb20 Olga Brani
.widjets li.join a                                                                { color: #F24E53}
320 5ebebb20 Olga Brani
.widjets li a                                                                        { font-size:1.154em; }
321 5ebebb20 Olga Brani
.widjets .wrap p:first-child                    { height:200px;margin-bottom:2em; }
322 5ebebb20 Olga Brani
323 5ebebb20 Olga Brani
/* billing styles */
324 5ebebb20 Olga Brani
.alt-style .table-div                                                        { border:1px dashed #000; }
325 5ebebb20 Olga Brani
.billing table.complex tr:nth-child(2n) td                 { background:transparent; }
326 5ebebb20 Olga Brani
.billing table.alt-style tr.zebra td                        { background:#F2F2F2; }
327 5ebebb20 Olga Brani
.billing .highlight                                                                { text-align:center; padding:10px; border:1px dashed #000; font-size:1.231em; margin:0 0 2em; position:relative;}
328 5ebebb20 Olga Brani
.billing .highlight em                                                        { color:#3582AC; font-style:normal; font-weight:bold; }
329 5ebebb20 Olga Brani
.billing table.marginless                                                { margin-bottom:0; }
330 5ebebb20 Olga Brani
.billing .sum                                                                        { background:#5A97B8; padding:5px 5px 5px 10px; color:#fff; }
331 5ebebb20 Olga Brani
.billing.details .last                                                        { width:15%;}
332 5ebebb20 Olga Brani
.billing.details .prelast                                                { width:10%;}
333 5ebebb20 Olga Brani
.billing.list .last                                                                { width:20%; }
334 5ebebb20 Olga Brani
.billing.list .prelast                                                        { width:20%; }
335 5ebebb20 Olga Brani
.billing form                                                                        { margin-top:50px; }
336 5ebebb20 Olga Brani
.billing .categories                                                        { margin-bottom:2em; }
337 5ebebb20 Olga Brani
.billing .categories .clear                         { color: #000000; position:relative; top:-1px; line-height:100%; display:inline-block;}
338 5ebebb20 Olga Brani
.billing  a, .billing  a:hover                      { border:0 none;}
339 5ebebb20 Olga Brani
.billing .categories ul                             { margin:0;padding:0;}
340 5ebebb20 Olga Brani
.billing .categories ul li                            { float: left; list-style:none outside;}
341 5ebebb20 Olga Brani
.billing .categories .title                           { margin-bottom: 0.5em; }
342 5ebebb20 Olga Brani
.billing .categories ul li a                          { color: #000000;   margin-right: 22px; text-decoration: none; }
343 5ebebb20 Olga Brani
.billing .categories ul li a:hover, 
344 5ebebb20 Olga Brani
.billing .categories ul li a.selected                 { color: #000000;}
345 5ebebb20 Olga Brani
.billing .categories ul li.active a                                { text-decoration: underline }
346 5ebebb20 Olga Brani
.billing .categories ul li.inactive                   { opacity: 0.3; }
347 5ebebb20 Olga Brani
.billing .categories ul li.active                     { opacity: 1; }
348 5ebebb20 Olga Brani
.billing .resource-cat-1.filter-item a,
349 5ebebb20 Olga Brani
.billing .resource-cat-1.filter-item a:hover        { color:#ff6f00 }
350 5ebebb20 Olga Brani
.billing .resource-cat-2.filter-item a,
351 5ebebb20 Olga Brani
.billing .resource-cat-2.filter-item a:hover        { color:#4085A5 }
352 5ebebb20 Olga Brani
.billing span.info                                                                { position:absolute;z-index:10; bottom:32px; right:40px; }
353 5ebebb20 Olga Brani
.billing span.info em                                                         { display:block; overflow:hidden;  position:absolute; left:0; text-indent:-110px; top:0; height:21px; width:21px; background:url(../images/symbols.png) no-repeat -4px -31px;cursor:pointer; }
354 5ebebb20 Olga Brani
.billing span.info:hover em                                         { background-position:-4px -3px; }
355 5ebebb20 Olga Brani
.billing span.info span                                                  { position:absolute; left:29px; top:-2px; width:120px; padding-left:30px; background:url(../images/black-line.jpg ) no-repeat left 12px ; min-height:50px; display:none; font-size:12px;}
356 5ebebb20 Olga Brani
.billing span.info:hover span                                         { display:block; }
357 5ebebb20 Olga Brani
.billing span.info.foo span                                                { padding:0; background:transparent; left:-48px; top:22px; font-size:12px;}
358 5ebebb20 Olga Brani
.billing .highlight a                                                         { float:right; }
359 5ebebb20 Olga Brani
.billing .highlight .popup                                                { position:absolute;right:20px; top:40px; width: 100px;  border:1px solid #000; }
360 5ebebb20 Olga Brani
.billing table.alt-style tr td                                        { border-top:10px solid #fff; }
361 5ebebb20 Olga Brani
.billing table.alt-style .last                                        { text-align:right; }
362 5ebebb20 Olga Brani
363 5ebebb20 Olga Brani
.table_sorting tr th                                                        { cursor:pointer; }
364 5ebebb20 Olga Brani
365 5ebebb20 Olga Brani
.table_sorting tr th:hover                                                { text-decoration:underline }
366 5ebebb20 Olga Brani
367 5ebebb20 Olga Brani
table.alt-style tr.tr1 td,
368 5ebebb20 Olga Brani
table.alt-style tr.tmore1 td                                        { background:#F2F2F2 }
369 5ebebb20 Olga Brani
table.alt-style tr.tr2 td,
370 5ebebb20 Olga Brani
table.alt-style tr.tmore2 td                                        { background:#fff }
371 5ebebb20 Olga Brani
table.alt-style tr td.info-td                                        { padding:5px; }
372 5ebebb20 Olga Brani
table.alt-style tr td.info-td div                                { padding:15px; border:1px dashed #000 }
373 5ebebb20 Olga Brani
 
374 5ebebb20 Olga Brani
375 5ebebb20 Olga Brani
.projects .details a.edit                                                { margin-left:20px;  }
376 5ebebb20 Olga Brani
.projects .details .data                                                { overflow:hidden; }
377 5ebebb20 Olga Brani
.projects .editable form textarea                                { width:70%; height:50px; max-width:70%; width:270px; height:120px;}
378 5ebebb20 Olga Brani
379 5ebebb20 Olga Brani
380 5ebebb20 Olga Brani
/* quotas-form  */
381 5ebebb20 Olga Brani
382 595dde70 Olga Brani
.quotas-form fieldset                                                        { background:url(../images/dots.jpg) repeat-x scroll center bottom transparent; margin-bottom:3em; padding-bottom:5em; position:relative; }
383 595dde70 Olga Brani
.quotas-form fieldset#icons                                                { padding-bottom:3em; }
384 12285b4b Olga Brani
.quotas-form legend                                                                { color:#55B577; font-size:1.308em;   position:relative; }
385 12285b4b Olga Brani
386 12285b4b Olga Brani
/* workaround for fixing bug with legend margin*/
387 12285b4b Olga Brani
.quotas-form legend+div                                                        { margin-top:3em; -webkit-margin-top-collapse: separate; }
388 12285b4b Olga Brani
.quotas-form fieldset#icons legend+ul                        { margin-top:3em; -webkit-margin-top-collapse: separate; }
389 12285b4b Olga Brani
.quotas-form fieldset.quota legend+ul                        { margin-top:2em; -webkit-margin-top-collapse: separate; }
390 12285b4b Olga Brani
/* end of workaround*/
391 12285b4b Olga Brani
392 5ebebb20 Olga Brani
.quotas-form legend span                                                { color:#222; font-size:0.867em; }
393 5ebebb20 Olga Brani
form.quotas-form legend span.info                                { position:relative; display:inline-block; top:auto; left:auto;  margin-left:10px; vertical-align:middle; margin-top:-2px;}
394 5ebebb20 Olga Brani
form.quotas-form legend span.info em                        { position:static; }
395 ef2b6ef0 Olga Brani
form.quotas-form legend span.info span                        { width:530px; }
396 d2a553dc Olga Brani
form.quotas-form  span.info span                                { width:285px;  }
397 5ebebb20 Olga Brani
.quotas-form .with-checkbox .checkbox-widget        { margin-top:9px; } 
398 5ebebb20 Olga Brani
.quotas-form .with-checkbox span.info                         { top:12px; }
399 5ebebb20 Olga Brani
.quotas-form .form-row.submit                                        { text-align:center; }
400 5ebebb20 Olga Brani
.quotas-form input[type="submit"]                                { margin:15px 0; background-color:#B3B3B3 }
401 5ebebb20 Olga Brani
.quotas-form input[type="submit"]:hover                        { background:#55B577 }
402 5ebebb20 Olga Brani
.quotas-form input[type="submit"]:focus                        { border-color: #B3B3B3}
403 5ebebb20 Olga Brani
.quotas-form input[type="submit"]:focus:hover        { border-color: #55B577}
404 490e2b69 Olga Brani
.quotas-form input[type="submit"].lt                        { position:absolute; left:0; top:0; }
405 5ebebb20 Olga Brani
.quotas-form fieldset ul                                                { padding:0; margin:0 0 1em; position:relative; }
406 2db258bf Olga Brani
.quotas-form fieldset ul li                                                { list-style:none outside none; float:left; margin:0 0 0 60px; padding:0; }
407 2db258bf Olga Brani
.quotas-form fieldset ul li:first-child                        { margin-left:0; }
408 5ebebb20 Olga Brani
.quotas-form fieldset ul li a                                        { display:block; width:82px; height:82px; overflow:hidden; }
409 5ebebb20 Olga Brani
.quotas-form fieldset ul li a:hover        img                        { margin-top:-84px; }
410 5ebebb20 Olga Brani
.quotas-form fieldset ul li a.selected img                { margin-top:-168px; }
411 5ebebb20 Olga Brani
.quotas-form fieldset ul li a.selected:hover        { cursor:default }
412 5ebebb20 Olga Brani
.quotas-form fieldset ul li a.selected:focus        { outline:0 none; }
413 5ebebb20 Olga Brani
.quotas-form fieldset ul li p                                        { position:absolute; top:95px; left:0; display: none;}
414 5ebebb20 Olga Brani
.quotas-form fieldset ul li:hover p                                { display:block; }
415 5ebebb20 Olga Brani
.quotas-form p.msg                                                                { color:#B3B3B3; }
416 5ebebb20 Olga Brani
.quotas-form a.delete                                                        { position:absolute; right:0; top:0; color:#B3B3B3; z-index:2 }
417 5ebebb20 Olga Brani
.quotas-form .group                                                                { display:none; position:relative; background:url(../images/dots.jpg) repeat-x scroll center bottom; margin-bottom:2em; padding-bottom:2em;}
418 5ebebb20 Olga Brani
.quotas-form .group fieldset                                        { background:transparent; margin-bottom:1em; padding-bottom:1em; }
419 12285b4b Olga Brani
.quotas-form .group fieldset legend                                {  }
420 5ebebb20 Olga Brani
.quotas-form fieldset ul li.rel+li.rel                        { background:url(../images/quota-related-bg.png) no-repeat left center; }
421 5ebebb20 Olga Brani
.quotas-form .double-checks label                                { font-size:1.077em; }
422 5ebebb20 Olga Brani
.quotas-form .double-checks .form-row                        { float:left; margin-right:10px;}
423 5ebebb20 Olga Brani
.quotas-form .double-checks .with-checkbox .checkbox-widget        { left:0; }
424 5ebebb20 Olga Brani
.quotas-form .double-checks .with-checkbox input[type="text"]        { width:60px; float:left; margin:9px 15px -9px; display:none; padding:6px; }
425 5ebebb20 Olga Brani
.quotas-form .double-checks .with-checkbox label{ width:auto; float:left; margin-left:35px; }
426 5ebebb20 Olga Brani
.quotas-form .double-checks .with-checkbox input[type="text"].hideshow        { display:block; }
427 5ebebb20 Olga Brani
.quotas-form .with-checkbox+.with-checkbox                { width:196px; }
428 5ebebb20 Olga Brani
.summary dl.alt-style dt                                                { color:#55B577; }
429 5ebebb20 Olga Brani
.quotas-form .with-info .double-checks p                { clear:both; }
430 5ebebb20 Olga Brani
.quotas-form .with-info .with-checkbox+.with-checkbox                { width:auto; }
431 5ebebb20 Olga Brani
.quotas-form .with-info .double-checks                         { position:relative; margin-bottom:70px; }
432 5ebebb20 Olga Brani
.quotas-form .with-info .double-checks .form-row+.form-row                                        { position:absolute; left:224px; top:40px;}
433 5ebebb20 Olga Brani
.quotas-form .with-info .double-checks span.info { left:262px; }
434 7bb6bd0e Olga Brani
.quotas-form .with-info .with-checkbox                        { margin-bottom:12px; }         
435 5ebebb20 Olga Brani
.quotas-form .quota input[type="text"]                        { width:150px;}
436 5ebebb20 Olga Brani
.quotas-form .quota .error-msg                                         { display:none; color:red; font-size:0.8em; margin:0; margin-left:224px; margin-bottom:5px; padding:5px; }
437 5ebebb20 Olga Brani
.quotas-form .quota .with-errors .error-msg                { display:block;}         
438 5ebebb20 Olga Brani
::-webkit-input-placeholder                                         { color: #D4D4D4; font-style:italic; }
439 5ebebb20 Olga Brani
:-moz-placeholder                                                                 { color: #D4D4D4;font-style:italic; }
440 5ebebb20 Olga Brani
441 5ebebb20 Olga Brani
/* stats */
442 5ebebb20 Olga Brani
.stats ul                                                                                { margin:0; padding:0; list-style:none outside none; }
443 5ebebb20 Olga Brani
.stats ul li                                                                         { margin:0 0 1em 0; padding:0 0 1em 0; list-style:none outside none; background:url(../images/stats-line.jpg) repeat-x left bottom}
444 5ebebb20 Olga Brani
.stats .bar                                                                                { padding: 0; text-align:center;  float:left; width:200px;}
445 5ebebb20 Olga Brani
.stats .bar div                                                                        { width:340px; height:30px; border:1px solid #000; margin-top:20px; overflow:hidden;}
446 45ed7743 Olga Brani
.stats .bar span                                                                { text-align:right; display:block; height:100%; float:left; }
447 45ed7743 Olga Brani
.stats .bar span em                                                                { color:#fff; float:right; }
448 45ed7743 Olga Brani
.stats .bar em                                                                        { font-style:normal; color:#222;  line-height:30px; font-size:1.231em; padding-left:10px; float:left  }
449 5ebebb20 Olga Brani
.stats .red .bar span                                                        { background:#ef4f54; }
450 5ebebb20 Olga Brani
.stats .yellow .bar span                                                { background:#f6921e; }
451 5ebebb20 Olga Brani
.stats .green .bar span                                                        { background:#55b577; }
452 5ebebb20 Olga Brani
.stats .img-wrap                                                                { float:left; width:100px; background:url(../images/statistics_icons.png) no-repeat center center; padding:30px 0; }
453 5ebebb20 Olga Brani
.stats .info                                                                        { margin:0 25px ; width:320px; float:left;  }
454 5ebebb20 Olga Brani
.stats .info p                                                                        { color:#999; margin:0; }
455 5ebebb20 Olga Brani
.stats .info h3                                                                        { font-size:1.231em; color:#222222 }
456 5ebebb20 Olga Brani
.stats .vm .img-wrap                                                        { background-image:url(../images/vm-stats.png) }
457 5ebebb20 Olga Brani
.stats .ram .img-wrap                                                        { background-image:url(../images/ram-stats.png) }
458 5ebebb20 Olga Brani
.stats .cpu .img-wrap                                                        { background-image:url(../images/cpu-stats.png) }
459 5ebebb20 Olga Brani
.stats .network .img-wrap                                                { background-image:url(../images/network-stats.png) }
460 5ebebb20 Olga Brani
.stats .disksize .img-wrap                                                { background-image:url(../images/disk-stats.png) }
461 5ebebb20 Olga Brani
.stats .disk .img-wrap                                                        { background-image:url(../images/disk-stats.png) }
462 5ebebb20 Olga Brani
.stats .diskspace .img-wrap                                                { background-image:url(../images/storage-stats.png) }
463 5ebebb20 Olga Brani
.stats .bandwidth .img-wrap                                                { background-image:url(../images/bandwidth-stats.png) }
464 5ebebb20 Olga Brani
465 5ebebb20 Olga Brani
.stats .red .img-wrap                                                        { background-position: 15px 7px; }
466 5ebebb20 Olga Brani
.stats .yellow .img-wrap                                                { background-position: -124px 7px; }
467 5ebebb20 Olga Brani
.stats .green .img-wrap                                                        { background-position: -263px 7px; }
468 5ebebb20 Olga Brani
.projects .editable form textarea                                { width:70%; height:50px; max-width:70%; width:270px; height:120px;}
469 5ebebb20 Olga Brani
470 5ebebb20 Olga Brani
471 5ebebb20 Olga Brani
table .msg-wrap                                                                        { position:relative; }
472 5ebebb20 Olga Brani
table .msg-wrap .dialog                                                        { position:absolute; border:1px dashed #ccc;  padding:15px; width:200px; bottom:30px; left:0; background:#fff; display:none; }
473 5ebebb20 Olga Brani
table .msg-wrap .dialog .submit                                        { min-width:30px; padding:5px 22px; }
474 5ebebb20 Olga Brani
table .msg-wrap .dialog .no.submit                                { float:right; }
475 5ebebb20 Olga Brani
table.alt-style .centered                                                { text-align:center; }
476 5ebebb20 Olga Brani
table.alt-style form.link-like                                        { float:none }
477 5ebebb20 Olga Brani
form.quotas-form span.error-msg span                        { display:block; color:red; }
478 5ebebb20 Olga Brani
form.quotas-form span.error-msg em,
479 5ebebb20 Olga Brani
form.quotas-form span.error-msg:hover em                { background-position:-58px -3px; }
480 5ebebb20 Olga Brani
.two-cols-links                                                                        { margin:5em 0; }
481 5ebebb20 Olga Brani
.two-cols-links p                                                                { width:auto; overflow:hidden; }
482 5ebebb20 Olga Brani
.two-cols-links a                                                                { color:grey; display:block; margin-bottom:10px;}
483 5ebebb20 Olga Brani
.two-cols-links a:hover                                                        { color:#F89A1C }
484 5ebebb20 Olga Brani
.two-cols-links p:first-child                                        { width:224px; float:left; overflow:auto }
485 5ebebb20 Olga Brani
.two-cols-links p:first-child a                                        { color:#222; }
486 5ebebb20 Olga Brani
.two-cols-links p:first-child a:hover                        { color:#F89A1C }
487 5ebebb20 Olga Brani
488 5ebebb20 Olga Brani
.summary .quotas-form legend                                        { margin-bottom:1em; }
489 5ebebb20 Olga Brani
.projects  p.restricted                                                        { width:524px; }
490 5ebebb20 Olga Brani
.hidden-submit .form-row.submit                                        { display:none; }
491 632b6458 Olga Brani
form.withlabels.hidden-submit                                        { margin-bottom:4em; }
492 95c16e3c Olga Brani
.how-it-works .wrap                                                                { position:relative; width:735px; height:1074px; margin:0 auto; }
493 95c16e3c Olga Brani
.content .how-it-works a.submit                                        { position:absolute; right:36px; bottom:50px;  background-color:#B3B3B3 }
494 5ebebb20 Olga Brani
.content .how-it-works a.submit:hover                        { background:#55B577 }
495 5ebebb20 Olga Brani
.content .how-it-works a.submit:focus                        { border-color: #B3B3B3}
496 12285b4b Olga Brani
.content .how-it-works a.submit:focus:hover                { border-color: #55B577}
497 2db258bf Olga Brani
.content .how-it-works .map                                                { display:block; width:232px; height:261px; position:absolute; text-decoration:none;}
498 95c16e3c Olga Brani
.content .how-it-works .link-13                                        { top:10px; right:14px; }
499 95c16e3c Olga Brani
.content .how-it-works .link-21                                        { top:273px; left:14px; }
500 95c16e3c Olga Brani
.content .how-it-works .link-22                                        { top:273px; left:251px; }
501 95c16e3c Olga Brani
.content .how-it-works .link-33                                        { bottom:275px; right:14px; }
502 95c16e3c Olga Brani
.content .how-it-works .link-42                                        { bottom:12px; left:251px; }
503 12285b4b Olga Brani
504 632b6458 Olga Brani
.auth_methods                                                                        { margin-top:2em; padding-bottom:1em; }
505 792c2f3b Olga Brani
.auth_methods ul                                                                { margin:1em 0; padding:0; list-style:none outside none; }
506 792c2f3b Olga Brani
.auth_methods ul li                                                         { margin:0 0 1em 0; padding:0; list-style:none outside none; font-size:1.154em; }
507 792c2f3b Olga Brani
.auth_methods ul li>a                                                        { padding-right:20px; background:url(../images/arrow-down_green.png) no-repeat center right; color:#55B577 }
508 792c2f3b Olga Brani
.auth_methods ul li>a.up                                                { background-image:url(../images/arrow-up_green.png); }
509 792c2f3b Olga Brani
.auth_methods ul li .wrap                                                { font-size:0.867em; margin-top:1em; display:none; }
510 632b6458 Olga Brani
.auth_methods ul li .actions a                                         { margin-right:20px; }
511 792c2f3b Olga Brani
.auth_methods ul li a.red                                                { color:#F24E53; }
512 792c2f3b Olga Brani
.auth_methods ul.notassigned                                        { margin-top:3em; }
513 792c2f3b Olga Brani
.auth_methods ul.notassigned li>a                                { background:transparent; color: #F89A1C}
514 792c2f3b Olga Brani
.auth_methods .dialog-wrap                                                { display:inline; position:relative; }
515 792c2f3b Olga Brani
.auth_methods .dialog                                                        { background:#fff; border:1px dashed #ccc; position:absolute; bottom:30px; left:0; padding:15px; width:220px; display:none;}
516 632b6458 Olga Brani
.auth_methods .dialog .submit                                        { min-width:30px; padding:5px 22px; } 
517 3c6a178b Kostas Papadimitriou
.right-align                                                                        { text-align:right; }                        
518 3c6a178b Kostas Papadimitriou
519 3c6a178b Kostas Papadimitriou
520 3c6a178b Kostas Papadimitriou
/* login section */
521 3c6a178b Kostas Papadimitriou
.login-section {}
522 2934e509 Olga Brani
.main-login-method                                                                 { margin-bottom: 20px;}