| 1 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); |
| 2 |
/* main style */ |
| 3 |
.wow{ |
| 4 |
font-family: 'Open Sans Regular', sans-serif; |
| 5 |
color: #363636; |
| 6 |
font-size: 14px; |
| 7 |
margin: 10px 10px 0 0px; |
| 8 |
} |
| 9 |
.wow .wow-plugin-title{ |
| 10 |
font-weight: 300; |
| 11 |
line-height: 1.4em; |
| 12 |
font-size: 2.4em; |
| 13 |
} |
| 14 |
.wow .wow-plugin-version{ |
| 15 |
font-style: italic; |
| 16 |
} |
| 17 |
.wow h2{ |
| 18 |
font-weight: 300; |
| 19 |
line-height: 1.4em; |
| 20 |
font-size: 22px; |
| 21 |
} |
| 22 |
.wow h3{ |
| 23 |
font-weight: 300; |
| 24 |
margin: 0 0 5px 0; |
| 25 |
font-size: 18px; |
| 26 |
padding-bottom: 5px; |
| 27 |
border-bottom: 1px solid #ececec; |
| 28 |
} |
| 29 |
|
| 30 |
/* big 2 colom style */ |
| 31 |
|
| 32 |
.wowcolom{ |
| 33 |
display: flex; |
| 34 |
} |
| 35 |
|
| 36 |
#wow-leftcol { |
| 37 |
flex-basis: 70%; |
| 38 |
margin-right:25px; |
| 39 |
} |
| 40 |
#wow-rightcol { |
| 41 |
flex-basis: 30%; |
| 42 |
} |
| 43 |
|
| 44 |
/* form elements style */ |
| 45 |
|
| 46 |
.wow input[type=text],.wow input[type=tel],.wow input[type=number], .wow input[type=date], .wow select , .wow textarea{ |
| 47 |
border-radius: 3px; |
| 48 |
border: 1px solid #cecece; |
| 49 |
padding: 10px; |
| 50 |
width: 100%; |
| 51 |
-moz-box-sizing: border-box; |
| 52 |
box-sizing: border-box; |
| 53 |
display: inline-block; |
| 54 |
} |
| 55 |
|
| 56 |
.wow textarea{height:150px;} |
| 57 |
.wow select {height:40px;} |
| 58 |
|
| 59 |
|
| 60 |
/* colom style */ |
| 61 |
|
| 62 |
.wow-admin-col { |
| 63 |
display: flex; |
| 64 |
display: -webkit-flex; |
| 65 |
display: -moz-flex; |
| 66 |
} |
| 67 |
|
| 68 |
.wow-wrap{ |
| 69 |
flex-wrap: wrap; |
| 70 |
} |
| 71 |
|
| 72 |
.wow-admin-col-1, .wow-admin-col-2, .wow-admin-col-3, .wow-admin-col-4, .wow-admin-col-5, .wow-admin-col-6, .wow-admin-col-7, .wow-admin-col-8, .wow-admin-col-9, .wow-admin-col-10, .wow-admin-col-11, .wow-admin-col-12 { |
| 73 |
padding:0 10px 10px 10px; |
| 74 |
} |
| 75 |
.wow-admin-col-12 { |
| 76 |
flex-basis: 100%; |
| 77 |
-moz-flex-basis: 100%; |
| 78 |
-webkit-flex-basis: 100%; |
| 79 |
} |
| 80 |
.wow-admin-col-11 { |
| 81 |
flex-basis: 91.66666666666666%; |
| 82 |
-moz-flex-basis: 91.66666666666666%; |
| 83 |
-webkit-flex-basis: 91.66666666666666%; |
| 84 |
|
| 85 |
} |
| 86 |
.wow-admin-col-10 { |
| 87 |
flex-basis: 83.33333333333334%; |
| 88 |
-moz-flex-basis: 83.33333333333334%; |
| 89 |
-webkit-flex-basis: 83.33333333333334%; |
| 90 |
} |
| 91 |
.wow-admin-col-9 { |
| 92 |
flex-basis: 75%; |
| 93 |
-moz-flex-basis: 75%; |
| 94 |
-webkit-flex-basis: 75%; |
| 95 |
} |
| 96 |
.wow-admin-col-8 { |
| 97 |
flex-basis: 66.66666666666666%; |
| 98 |
-moz-flex-basis: 66.66666666666666%; |
| 99 |
-webkit-flex-basis: 66.66666666666666%; |
| 100 |
} |
| 101 |
.wow-admin-col-7 { |
| 102 |
flex-basis: 58.333333333333336%; |
| 103 |
-moz-flex-basis: 58.333333333333336%; |
| 104 |
-webkit-flex-basis: 58.333333333333336%; |
| 105 |
} |
| 106 |
.wow-admin-col-6 { |
| 107 |
flex-basis: 50%; |
| 108 |
-moz-flex-basis: 50%; |
| 109 |
-webkit-flex-basis: 50%; |
| 110 |
} |
| 111 |
.wow-admin-col-5 { |
| 112 |
flex-basis: 41.66666666666667%; |
| 113 |
-moz-flex-basis: 41.66666666666667%; |
| 114 |
-webkit-flex-basis: 41.66666666666667%; |
| 115 |
} |
| 116 |
.wow-admin-col-4 { |
| 117 |
flex-basis: 33.33333333333333%; |
| 118 |
-moz-flex-basis: 33.33333333333333%; |
| 119 |
-webkit-flex-basis: 33.33333333333333%; |
| 120 |
} |
| 121 |
.wow-admin-col-3 { |
| 122 |
flex-basis: 25%; |
| 123 |
-moz-flex-basis: 25%; |
| 124 |
-webkit-flex-basis: 25%; |
| 125 |
} |
| 126 |
.wow-admin-col-2 { |
| 127 |
flex-basis: 16.666666666666664%; |
| 128 |
-moz-flex-basis: 16.666666666666664%; |
| 129 |
-webkit-flex-basis: 16.666666666666664%; |
| 130 |
} |
| 131 |
.wow-admin-col-1 { |
| 132 |
flex-basis: 8.333333333333332%; |
| 133 |
-moz-flex-basis: 8.333333333333332%; |
| 134 |
-webkit-flex-basis: 8.333333333333332%; |
| 135 |
} |
| 136 |
|
| 137 |
.right { |
| 138 |
text-align: right; |
| 139 |
} |
| 140 |
|
| 141 |
.wowbox{ |
| 142 |
width: 100%; |
| 143 |
background: #fff; |
| 144 |
padding: 10px; |
| 145 |
margin-top: 25px; |
| 146 |
box-sizing: border-box; |
| 147 |
} |
| 148 |
|
| 149 |
.wow-admin-col ul { |
| 150 |
list-style: none; |
| 151 |
padding-left: 25px; |
| 152 |
} |
| 153 |
.wow-admin-col li { |
| 154 |
margin-left: 15px; |
| 155 |
} |
| 156 |
.wow-futures li:before{ |
| 157 |
font-family: 'FontAwesome'; |
| 158 |
content: '\f046'; |
| 159 |
margin: 0 10px; |
| 160 |
list-style-type: none; |
| 161 |
font-size: 18px; |
| 162 |
} |
| 163 |
/* table style */ |
| 164 |
|
| 165 |
.wow table{ |
| 166 |
width:100%; |
| 167 |
background:#fff; |
| 168 |
padding: 10px; |
| 169 |
margin-top:10px; |
| 170 |
font-weight: 200; |
| 171 |
text-align:left; |
| 172 |
} |
| 173 |
.wow table th { |
| 174 |
border-bottom:1px solid #eee; |
| 175 |
} |
| 176 |
.wow table th, .wow table td{ |
| 177 |
padding:10px 5px; |
| 178 |
} |
| 179 |
.wow table th:nth-child(1){ |
| 180 |
width:10%; |
| 181 |
} |
| 182 |
.wow table th:nth-child(2){ |
| 183 |
width:20%; |
| 184 |
} |
| 185 |
.wow table th:nth-child(3){ |
| 186 |
width:25%; |
| 187 |
} |
| 188 |
.wow table th:nth-child(4), .wow table th:nth-child(5), .wow table th:nth-child(6){ |
| 189 |
width:15%; |
| 190 |
} |
| 191 |
.wow table th u { |
| 192 |
text-decoration: none; |
| 193 |
} |
| 194 |
|
| 195 |
/* menu style */ |
| 196 |
|
| 197 |
ul.wow-admin-menu { |
| 198 |
list-style: none; |
| 199 |
margin-top: 20px; |
| 200 |
} |
| 201 |
ul.wow-admin-menu li { |
| 202 |
display: inline |
| 203 |
} |
| 204 |
ul.wow-admin-menu li a { |
| 205 |
display: inline-block; |
| 206 |
width: 100px; |
| 207 |
height: 32px; |
| 208 |
background: #1f9ef8; |
| 209 |
border-radius: 3px; |
| 210 |
line-height: 32px; |
| 211 |
text-align: center; |
| 212 |
color: #fff; |
| 213 |
text-decoration: none; |
| 214 |
font-size: 14px; |
| 215 |
} |
| 216 |
ul.wow-admin-menu li a:hover { |
| 217 |
background: #128be0; |
| 218 |
} |
| 219 |
ul.wow-admin-menu li a.selected { |
| 220 |
background: #128be0; |
| 221 |
} |
| 222 |
|
| 223 |
/* Tab style */ |
| 224 |
|
| 225 |
.tab-box{ |
| 226 |
width: 100%; |
| 227 |
margin-right: 80px; |
| 228 |
margin-top: 25px; |
| 229 |
box-sizing: border-box; |
| 230 |
} |
| 231 |
.tab-box:after{ |
| 232 |
clear:both; |
| 233 |
content:""; |
| 234 |
display:block; |
| 235 |
} |
| 236 |
.tab-nav{ |
| 237 |
margin:0; |
| 238 |
padding:0; |
| 239 |
list-style:none; |
| 240 |
width:100px; |
| 241 |
float:left; |
| 242 |
} |
| 243 |
.tab-nav li{ |
| 244 |
float:left; |
| 245 |
margin-bottom:1px; |
| 246 |
} |
| 247 |
.tab-nav li a{ |
| 248 |
display:inline-block; |
| 249 |
width:110px; |
| 250 |
padding:10px 10px; |
| 251 |
font-size:14px; |
| 252 |
color:#000; |
| 253 |
text-decoration:none; |
| 254 |
} |
| 255 |
.tab-nav li a:hover{ |
| 256 |
color:#000; |
| 257 |
text-decoration:none; |
| 258 |
background: #fff; |
| 259 |
} |
| 260 |
.tab-nav li.select a{ |
| 261 |
background: #fff; |
| 262 |
} |
| 263 |
.tab-nav .active{ |
| 264 |
display:inline-block; |
| 265 |
padding:5px; |
| 266 |
} |
| 267 |
.tab-box>div{ |
| 268 |
margin:0 0 0 130px; |
| 269 |
padding:10px; |
| 270 |
} |
| 271 |
.tab-panels{ |
| 272 |
background:#fff; |
| 273 |
|
| 274 |
|
| 275 |
} |
| 276 |
|
| 277 |
/* elements style */ |
| 278 |
|
| 279 |
.wow-title{ |
| 280 |
margin-top: 25px; |
| 281 |
} |
| 282 |
p.wowdel{ |
| 283 |
margin-top:15px; |
| 284 |
} |
| 285 |
.wowdel a{ |
| 286 |
color:#e95645; |
| 287 |
} |
| 288 |
.err { |
| 289 |
color:#e95645; |
| 290 |
font-weight:500; |
| 291 |
font-size:12px; |
| 292 |
} |
| 293 |
|
| 294 |
.wow-btn { |
| 295 |
display: inline-block; |
| 296 |
padding: 0px 30px; |
| 297 |
height: 42px; |
| 298 |
background: #37c781; |
| 299 |
border-radius: 3px; |
| 300 |
line-height: 42px; |
| 301 |
text-align: center; |
| 302 |
color: #fff !important; |
| 303 |
text-decoration: none; |
| 304 |
font-size: 18px; |
| 305 |
font-weight: 500; |
| 306 |
} |
| 307 |
.wow-btn:hover { |
| 308 |
background: #303030; |
| 309 |
} |
| 310 |
.wow-btn:active { |
| 311 |
background: #303030; |
| 312 |
} |
| 313 |
.wowcon { |
| 314 |
font-size: 32px !important; |
| 315 |
color: #1f9ef8; |
| 316 |
} |
| 317 |
.wowicon { |
| 318 |
font-size: 32px; |
| 319 |
} |
| 320 |
|
| 321 |
/* delete style */ |
| 322 |
|
| 323 |
.handlediv{ |
| 324 |
float:right; |
| 325 |
margin-top:-30px; |
| 326 |
cursor: pointer; |
| 327 |
|
| 328 |
} |
| 329 |
.handlediv:before{ |
| 330 |
content: "\f158"; |
| 331 |
font-family: Dashicons; |
| 332 |
font-style: normal; |
| 333 |
font-weight: bold; |
| 334 |
text-decoration: inherit; |
| 335 |
color:#e95645; |
| 336 |
font-size:22px; |
| 337 |
|
| 338 |
} |
| 339 |
|
| 340 |
/* toggle style */ |
| 341 |
|
| 342 |
.toggle{ |
| 343 |
float:right; |
| 344 |
margin-top:-30px; |
| 345 |
margin-right:30px; |
| 346 |
cursor: pointer; |
| 347 |
font-family: Dashicons; |
| 348 |
font-style: normal; |
| 349 |
font-weight: bold; |
| 350 |
text-decoration: inherit; |
| 351 |
color:#128be0; |
| 352 |
font-size:22px; |
| 353 |
} |
| 354 |
|
| 355 |
.toggleshow:before{ |
| 356 |
content: "\f132"; |
| 357 |
|
| 358 |
} |
| 359 |
|
| 360 |
.togglehide:before{ |
| 361 |
content: "\f460"; |
| 362 |
|
| 363 |
} |
| 364 |
|
| 365 |
/* menu item style */ |
| 366 |
|
| 367 |
.itembox{ |
| 368 |
border:1px solid #1f9ef8; |
| 369 |
margin-bottom:13px; |
| 370 |
padding:0 15px; |
| 371 |
} |
| 372 |
|
| 373 |
.item-title{ |
| 374 |
padding: 20px 0px; |
| 375 |
overflow:hidden; |
| 376 |
|
| 377 |
} |
| 378 |
.item-title h3 { |
| 379 |
color:#128be0; |
| 380 |
border-bottom: none; |
| 381 |
} |
| 382 |
|
| 383 |
.fp-close{ |
| 384 |
cursor:pointer; |
| 385 |
color:#e95645; |
| 386 |
font-size:18px; |
| 387 |
|
| 388 |
} |
| 389 |
|
| 390 |
/* other */ |
| 391 |
|
| 392 |
.submit-bottom { |
| 393 |
margin: 25px 0px; |
| 394 |
display: block; |
| 395 |
width:400px; |
| 396 |
} |
| 397 |
.formsub { |
| 398 |
width: 128px; |
| 399 |
height: 32px; |
| 400 |
background: #1f9ef8; |
| 401 |
border-radius: 5px; |
| 402 |
line-height: 32px; |
| 403 |
text-align: center; |
| 404 |
color: #fff; |
| 405 |
text-decoration: none; |
| 406 |
font-size: 14px; |
| 407 |
border: 0px; |
| 408 |
cursor: pointer; |
| 409 |
margin: 0px; |
| 410 |
padding: 0px; |
| 411 |
transition-timing-function: ease-in-out; |
| 412 |
transition-duration: .05s; |
| 413 |
transition-property: all; |
| 414 |
} |
| 415 |
.formsub:hover, .formsub:active { |
| 416 |
background: #128be0; |
| 417 |
} |
| 418 |
.formpreview { |
| 419 |
width: 128px; |
| 420 |
height: 32px; |
| 421 |
background: #797979; |
| 422 |
border-radius: 5px; |
| 423 |
line-height: 32px; |
| 424 |
text-align: center; |
| 425 |
color: #fff; |
| 426 |
text-decoration: none; |
| 427 |
font-size: 14px; |
| 428 |
border: 0px; |
| 429 |
cursor: pointer; |
| 430 |
margin: 0px; |
| 431 |
padding: 0px; |
| 432 |
transition-timing-function: ease-in-out; |
| 433 |
transition-duration: .05s; |
| 434 |
transition-property: all; |
| 435 |
margin-left: 2px; |
| 436 |
} |
| 437 |
.formpreview:hover, .formpreview:active { |
| 438 |
background: #656565; |
| 439 |
} |
| 440 |
|
| 441 |
.wow-alert-error { |
| 442 |
color: #a94442; |
| 443 |
background-color: #f2dede; |
| 444 |
border-color: #ebccd1; |
| 445 |
} |
| 446 |
|
| 447 |
.wow-alert-update { |
| 448 |
color: #94a540; |
| 449 |
background-color: #e7f7e3; |
| 450 |
border-color: #c7e5dc; |
| 451 |
} |
| 452 |
|
| 453 |
.wow-alert { |
| 454 |
-webkit-border-radius: 2px; |
| 455 |
-moz-border-radius: 2px; |
| 456 |
border-radius: 2px; |
| 457 |
margin-bottom: 20px; |
| 458 |
padding: 10px; |
| 459 |
border: 1px solid transparent; |
| 460 |
vertical-align: middle; |
| 461 |
} |
| 462 |
p.wow_error { |
| 463 |
margin: 0 !important; |
| 464 |
} |
| 465 |
|
| 466 |
.wow-btn { |
| 467 |
cursor: pointer; |
| 468 |
border: none; |
| 469 |
} |