| 1 |
select.readonly, |
| 2 |
select[readonly] { |
| 3 |
background-color: #eee; |
| 4 |
} |
| 5 |
.hh-table > tbody > tr > th, |
| 6 |
.hh-table > tbody > tr > td, |
| 7 |
.hh-table td{ |
| 8 |
vertical-align: top; |
| 9 |
} |
| 10 |
.hh-table tbody td.hh-td-inner{ |
| 11 |
padding: 0; |
| 12 |
} |
| 13 |
.hh-table > tbody > tr > th{ |
| 14 |
width: 35%; |
| 15 |
} |
| 16 |
.hh-table > tbody > tr > td:nth-child(2){ |
| 17 |
width: 10%; |
| 18 |
} |
| 19 |
.hh-table > tbody > tr > th .description{ |
| 20 |
font-weight: normal; |
| 21 |
} |
| 22 |
.hh-table .hh-center{ |
| 23 |
text-align: center; |
| 24 |
} |
| 25 |
.hh-table .hh-middle{ |
| 26 |
vertical-align: middle; |
| 27 |
} |
| 28 |
.hh-table .hh-p-sm td, |
| 29 |
.hh-table .hh-p-sm th{ |
| 30 |
padding: 8px 5px; |
| 31 |
} |
| 32 |
.hh-bordered{ |
| 33 |
border-collapse: collapse; |
| 34 |
} |
| 35 |
.hh-bordered th, |
| 36 |
.hh-bordered td{ |
| 37 |
border: dashed 1px #999; |
| 38 |
} |
| 39 |
.hh-panel{ |
| 40 |
background-color: #fff; |
| 41 |
padding: .7em 2em 1em; |
| 42 |
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 43 |
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 44 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 45 |
border: 1px solid #e5e5e5; |
| 46 |
margin: 20px 0 0; |
| 47 |
} |
| 48 |
|
| 49 |
.hh-index-table{ |
| 50 |
border-collapse: separate; |
| 51 |
border-spacing: 0; |
| 52 |
width: 100%; |
| 53 |
} |
| 54 |
.hh-index-table tbody{ |
| 55 |
border-left: solid 1px rgba(0,0,0,.1); |
| 56 |
border-right: solid 1px rgba(0,0,0,.1); |
| 57 |
} |
| 58 |
.hh-index-table th{ |
| 59 |
background-color: #fff; |
| 60 |
font-weight: normal; |
| 61 |
padding: 8px 10px; |
| 62 |
text-align: left; |
| 63 |
} |
| 64 |
.hh-index-table td{ |
| 65 |
background-color: #fff; |
| 66 |
color: gray; |
| 67 |
padding: 8px 10px; |
| 68 |
} |
| 69 |
.hh-index-table td:first-child{ |
| 70 |
border-left: 4px solid #fff; |
| 71 |
} |
| 72 |
.hh-index-table .active td{ |
| 73 |
background-color: #f7fcfe; |
| 74 |
color: green; |
| 75 |
} |
| 76 |
.hh-index-table .active td:first-child{ |
| 77 |
border-left: 4px solid #00a0d2; |
| 78 |
} |
| 79 |
.hh-index-table td{ |
| 80 |
box-shadow: 0 -1px 0 rgba(0,0,0,.1); |
| 81 |
} |
| 82 |
.hh-index-table .hh-status{ |
| 83 |
text-align: center; |
| 84 |
} |
| 85 |
.hh-index-table .hh-status span{ |
| 86 |
display: inline-block; |
| 87 |
border-radius: 3px; |
| 88 |
padding: 2px 5px; |
| 89 |
} |
| 90 |
.hh-index-table .hh-status-on span{ |
| 91 |
background-color: green; |
| 92 |
color: #fff; |
| 93 |
} |
| 94 |
.hh-index-table .hh-status-off span{ |
| 95 |
background-color: #aaa; |
| 96 |
color: #fff; |
| 97 |
} |
| 98 |
.hh-notice{ |
| 99 |
background-color: #FFFFCC; |
| 100 |
margin: 20px 0; |
| 101 |
padding: 8px 10px; |
| 102 |
} |
| 103 |
.hh-breadcrumbs{ |
| 104 |
|
| 105 |
} |
| 106 |
.hh-breadcrumbs li{ |
| 107 |
display: inline-block; |
| 108 |
} |
| 109 |
.hh-breadcrumbs li:not(:last-child):after { |
| 110 |
content: "\00A0\00BB\00A0"; |
| 111 |
display: inline-block; |
| 112 |
} |
| 113 |
.hh-breadcrumbs li a{ |
| 114 |
|
| 115 |
} |
| 116 |
.hh-highlight{ |
| 117 |
background-color: #333; |
| 118 |
color: #fff; |
| 119 |
font-weight: 400; |
| 120 |
padding: 3px 7px; |
| 121 |
} |
| 122 |
.hh-results{ |
| 123 |
border-collapse: collapse; |
| 124 |
width: 100%; |
| 125 |
} |
| 126 |
.hh-results thead th, |
| 127 |
.hh-results tbody td{ |
| 128 |
border-top: solid 1px #e0e0e0; |
| 129 |
padding: 5px 5px 5px 0; |
| 130 |
text-align: left; |
| 131 |
} |
| 132 |
.hh-results thead th{ |
| 133 |
border: none; |
| 134 |
} |
| 135 |
.hh-results tbody tr td:first-child{ |
| 136 |
white-space: nowrap; |
| 137 |
} |
| 138 |
.hh-results tbody tr.hh-found td{ |
| 139 |
background-color: #f7fcfe; |
| 140 |
} |
| 141 |
.hh-results tbody tr.hh-found td:first-child{ |
| 142 |
color: green; |
| 143 |
} |
| 144 |
.form-field .form-label{ |
| 145 |
font-weight: bold; |
| 146 |
} |
| 147 |
.form-field .form-lbl{ |
| 148 |
display: inline-block; |
| 149 |
margin: 0 10px 0 0; |
| 150 |
} |
| 151 |
.form-row .form-col-6{ |
| 152 |
float: left; |
| 153 |
width: 50%; |
| 154 |
} |
| 155 |
.form-row:after{ |
| 156 |
clear: left; |
| 157 |
content: ''; |
| 158 |
display: table; |
| 159 |
zoom: 1; |
| 160 |
} |
| 161 |
.hh-tabs > ul{ |
| 162 |
margin-bottom: -1px; |
| 163 |
} |
| 164 |
.hh-tabs > ul:after{ |
| 165 |
content: ''; |
| 166 |
display: table; |
| 167 |
clear: left; |
| 168 |
zoom: 1; |
| 169 |
} |
| 170 |
.hh-tabs > ul > li{ |
| 171 |
background-color: #fff; |
| 172 |
border: solid 1px #ccc; |
| 173 |
border-bottom: none; |
| 174 |
display: inline-block; |
| 175 |
float: left; |
| 176 |
margin: 0 5px 0 0; |
| 177 |
padding: 0; |
| 178 |
} |
| 179 |
.hh-tabs > ul > li a{ |
| 180 |
color: #222; |
| 181 |
display: inline-block; |
| 182 |
padding: 5px 10px; |
| 183 |
text-decoration: none; |
| 184 |
} |
| 185 |
.hh-tabs > ul > li.hh-active{ |
| 186 |
border: solid 1px #222; |
| 187 |
border-bottom-color: #fff; |
| 188 |
} |
| 189 |
.hh-tabs .hh-tab-active{ |
| 190 |
background-color: #fff; |
| 191 |
border: solid 1px #222; |
| 192 |
padding: 20px; |
| 193 |
} |
| 194 |
.hh-textarea-manual{ |
| 195 |
width: 100%; |
| 196 |
} |
| 197 |
.hh-hidden{ |
| 198 |
display: none; |
| 199 |
} |
| 200 |
.hh-wrapper{ |
| 201 |
|
| 202 |
} |
| 203 |
.hh-sidebar{ |
| 204 |
float: right; |
| 205 |
width: 20%; |
| 206 |
} |
| 207 |
.hh-sidebar-inner{ |
| 208 |
background-color: #fff; |
| 209 |
border: solid 1px #92D295; |
| 210 |
padding: 15px; |
| 211 |
} |
| 212 |
.hh-sidebar-inner h3{ |
| 213 |
margin: 0; |
| 214 |
} |
| 215 |
.hh-categories{ |
| 216 |
float: left; |
| 217 |
width: 80%; |
| 218 |
} |
| 219 |
.hh-categories *{ |
| 220 |
-webkit-box-sizing: border-box; |
| 221 |
-moz-box-sizing: border-box; |
| 222 |
box-sizing: border-box; |
| 223 |
} |
| 224 |
.hh-wrapper:after, |
| 225 |
.hh-categories:after{ |
| 226 |
content: ''; |
| 227 |
clear: both; |
| 228 |
display: table; |
| 229 |
zoom: 1; |
| 230 |
} |
| 231 |
a.hh-category{ |
| 232 |
background-color: #fff; |
| 233 |
border: solid 1px #92D295; |
| 234 |
display: inline-block; |
| 235 |
float: left; |
| 236 |
font-size: 16px; |
| 237 |
height: 168px; |
| 238 |
margin: 0 3% 3% 0; |
| 239 |
position: relative; |
| 240 |
text-align: center; |
| 241 |
text-decoration: none; |
| 242 |
text-transform: uppercase; |
| 243 |
width: 30%; |
| 244 |
} |
| 245 |
|
| 246 |
a.hh-category i { |
| 247 |
background-color: #92D295; |
| 248 |
display: inline-block; |
| 249 |
height: 48px; |
| 250 |
margin: 35px 0 0; |
| 251 |
text-align: center; |
| 252 |
width: 48px; |
| 253 |
-webkit-transform: rotate(20deg); |
| 254 |
-moz-transform: rotate(20deg); |
| 255 |
-ms-transform: rotate(20deg); |
| 256 |
-o-transform: rotate(20deg); |
| 257 |
} |
| 258 |
a.hh-category i:after { |
| 259 |
background-color: #92D295; |
| 260 |
content: ""; |
| 261 |
display: inline-block; |
| 262 |
height: 48px; |
| 263 |
width: 48px; |
| 264 |
-webkit-transform: rotate(135deg); |
| 265 |
-moz-transform: rotate(135deg); |
| 266 |
-ms-transform: rotate(135deg); |
| 267 |
-o-transform: rotate(135deg); |
| 268 |
} |
| 269 |
|
| 270 |
a.hh-category span{ |
| 271 |
display: block; |
| 272 |
color: #fff; |
| 273 |
font-size: 24px; |
| 274 |
font-weight: 600; |
| 275 |
text-transform: uppercase; |
| 276 |
left: 0; |
| 277 |
position: absolute; |
| 278 |
top: 48px; |
| 279 |
width: 100%; |
| 280 |
} |
| 281 |
|
| 282 |
a.hh-category strong{ |
| 283 |
display: block; |
| 284 |
font-weight: normal; |
| 285 |
margin: 20px 0 0; |
| 286 |
} |
| 287 |
|
| 288 |
a.hh-category:hover{ |
| 289 |
box-shadow: 0 0 3px #6EC271; |
| 290 |
} |
| 291 |
a.hh-category:hover i{ |
| 292 |
-webkit-transform: rotate(160deg); |
| 293 |
-moz-transform: rotate(160deg); |
| 294 |
-ms-transform: rotate(160deg); |
| 295 |
-o-transform: rotate(160deg); |
| 296 |
|
| 297 |
-webkit-transition: -webkit-transform 0.5s ease-out; |
| 298 |
-moz-transition: -moz-transform 0.5s ease-out; |
| 299 |
-o-transition: -o-transform 0.5s ease-out; |
| 300 |
transition: transform 0.5s ease-out; |
| 301 |
} |
| 302 |
.hh-p{ |
| 303 |
margin: 0.5em 0; |
| 304 |
} |
| 305 |
.hh-csv-value { |
| 306 |
padding-left: 25px; |
| 307 |
} |
| 308 |
@media (min-width: 1280px) { |
| 309 |
a.hh-category{ |
| 310 |
max-width: 260px; |
| 311 |
} |
| 312 |
} |
| 313 |
@media (max-width: 960px) { |
| 314 |
a.hh-category{ |
| 315 |
margin: 0 5% 20px; |
| 316 |
width: 40%; |
| 317 |
} |
| 318 |
.hh-categories{ |
| 319 |
width: 70%; |
| 320 |
} |
| 321 |
.hh-sidebar{ |
| 322 |
width: 30%; |
| 323 |
} |
| 324 |
} |
| 325 |
@media (max-width: 768px) { |
| 326 |
.hh-categories{ |
| 327 |
width: 65%; |
| 328 |
} |
| 329 |
.hh-sidebar{ |
| 330 |
width: 35%; |
| 331 |
} |
| 332 |
} |
| 333 |
@media (max-width: 640px) { |
| 334 |
a.hh-category{ |
| 335 |
float: none; |
| 336 |
margin: 0 0 20px; |
| 337 |
width: 100%; |
| 338 |
} |
| 339 |
.hh-categories{ |
| 340 |
width: 55%; |
| 341 |
} |
| 342 |
.hh-sidebar{ |
| 343 |
width: 40%; |
| 344 |
} |
| 345 |
} |
| 346 |
@media (max-width: 468px) { |
| 347 |
a.hh-category{ |
| 348 |
max-width: 260px; |
| 349 |
} |
| 350 |
.hh-categories, |
| 351 |
.hh-sidebar{ |
| 352 |
float: none; |
| 353 |
margin: 0 auto; |
| 354 |
max-width: 250px; |
| 355 |
width: 100%; |
| 356 |
} |
| 357 |
} |