| 1 |
.wppm-heading-inline{ |
| 2 |
display:inline-block; |
| 3 |
margin-right:5px; |
| 4 |
margin-bottom: 0; |
| 5 |
padding: 9px 0 4px 0; |
| 6 |
line-height: 1.3; |
| 7 |
font: 22px "OpenSans-Light",Helvetica,Arial,sans-serif; |
| 8 |
} |
| 9 |
.wppm_table_header{ |
| 10 |
font-weight: normal; |
| 11 |
font-size: 14px; |
| 12 |
font-family: Helvetica Neue,Helvetica,Arial,sans-serif; |
| 13 |
} |
| 14 |
.wppm_admin_logo{ |
| 15 |
margin-right:5px !important; |
| 16 |
} |
| 17 |
.mce-window.mce-in, .mce-menu.mce-in.mce-animate{ |
| 18 |
z-index: 900000000001 !important;; |
| 19 |
} |
| 20 |
.wppm-add-new-btn{ |
| 21 |
padding: 4px 8px; |
| 22 |
position: relative; |
| 23 |
top: -3px; |
| 24 |
text-decoration: none; |
| 25 |
border: 1px solid #0071a1; |
| 26 |
border-radius: 2px; |
| 27 |
text-shadow: none; |
| 28 |
font-weight: 600; |
| 29 |
font-size: 13px; |
| 30 |
line-height: normal; |
| 31 |
color: #0071a1; |
| 32 |
background: #f3f5f6; |
| 33 |
cursor: pointer; |
| 34 |
display: inline-block; |
| 35 |
} |
| 36 |
.wppm_loading_icon img{ |
| 37 |
margin-left: auto; |
| 38 |
margin-right: auto; |
| 39 |
margin-top: auto; |
| 40 |
display: block; |
| 41 |
margin-bottom: auto; |
| 42 |
} |
| 43 |
#wppm_project_container .wppm_loading_icon, #wppm_task_container .wppm_loading_icon{ |
| 44 |
margin-top: 118px; |
| 45 |
} |
| 46 |
.wppm_bootstrap .dataTables_wrapper .dataTables_length select{ |
| 47 |
padding: 0 24px 0 8px !important; |
| 48 |
} |
| 49 |
#wppm_add_new_project_frm{ |
| 50 |
position: relative; |
| 51 |
min-width: 100px; |
| 52 |
border: 1px solid #ccd0d4; |
| 53 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 54 |
background: #fff; |
| 55 |
} |
| 56 |
input[type=text]{ |
| 57 |
box-shadow: 0 0 0 transparent; |
| 58 |
border-radius: 4px; |
| 59 |
border: 1px solid #7e8993; |
| 60 |
background-color: #fff; |
| 61 |
color: #32373c; |
| 62 |
} |
| 63 |
.wppm-button { |
| 64 |
display: inline-block; |
| 65 |
text-decoration: none; |
| 66 |
font-size: 13px; |
| 67 |
line-height: 26px; |
| 68 |
height: 28px; |
| 69 |
margin: 0; |
| 70 |
padding: 0 10px 1px; |
| 71 |
cursor: pointer; |
| 72 |
-webkit-appearance: none; |
| 73 |
border-radius: 3px; |
| 74 |
white-space: nowrap; |
| 75 |
box-sizing: border-box; |
| 76 |
border: none; |
| 77 |
} |
| 78 |
.wppm-primary { |
| 79 |
background: #1A9ED4; |
| 80 |
color: #fff; |
| 81 |
} |
| 82 |
.wppm-primary:hover { |
| 83 |
color: #fff; |
| 84 |
} |
| 85 |
.wppm_table{ |
| 86 |
background: #fff; |
| 87 |
box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 88 |
border-spacing: 0; |
| 89 |
width: 100%; |
| 90 |
clear: both; |
| 91 |
margin-top: 10px; |
| 92 |
display: table; |
| 93 |
border-collapse: separate; |
| 94 |
color: #444; |
| 95 |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; |
| 96 |
font-size: 13px; |
| 97 |
line-height: 1.4em; |
| 98 |
max-width:100%; |
| 99 |
} |
| 100 |
.wppm_table th{ |
| 101 |
border-bottom: 1px solid #555c64; |
| 102 |
line-height: 2.2em; |
| 103 |
font-weight: 400; |
| 104 |
text-align: left; |
| 105 |
font-size: 14px; |
| 106 |
display: table-cell; |
| 107 |
vertical-align: inherit; |
| 108 |
background-color:#304FFE; |
| 109 |
color: #FFFFFF; |
| 110 |
width:2.2em; |
| 111 |
padding:0 0 0 3px; |
| 112 |
} |
| 113 |
.wppm_table td{ |
| 114 |
vertical-align: middle; |
| 115 |
padding: 5px 0 5px 2px; |
| 116 |
width: 2.2em; |
| 117 |
color: #32373c; |
| 118 |
font-weight: 400; |
| 119 |
text-align: left; |
| 120 |
line-height: 1.3em; |
| 121 |
font-size: 14px; |
| 122 |
display: table-cell; |
| 123 |
white-space: normal; |
| 124 |
} |
| 125 |
.wppm_table tbody{ |
| 126 |
word-wrap: break-word; |
| 127 |
display: table-row-group; |
| 128 |
vertical-align: middle; |
| 129 |
border-color: inherit; |
| 130 |
background-color: #ffffff; |
| 131 |
color: #444; |
| 132 |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; |
| 133 |
font-size: 13px; |
| 134 |
line-height: 1.4em; |
| 135 |
white-space: normal; |
| 136 |
} |
| 137 |
.wppm_table tr:hover{ |
| 138 |
background-color:#f5f5f5; |
| 139 |
cursor: pointer; |
| 140 |
} |
| 141 |
.wppm_table tr{ |
| 142 |
display: table-row; |
| 143 |
vertical-align: middle; |
| 144 |
} |
| 145 |
#wppm_project_table tr:nth-child(even){ |
| 146 |
background-color: #f2f2f2; |
| 147 |
} |
| 148 |
#wppm_project_table td{ |
| 149 |
font-weight: 400; |
| 150 |
font-family: "Nunito", "Segoe UI", arial; |
| 151 |
border: none !important; |
| 152 |
white-space: normal; |
| 153 |
} |
| 154 |
#wppm_project_table th{ |
| 155 |
border: none !important; |
| 156 |
} |
| 157 |
.wppm_thread{ |
| 158 |
background-color: #FFFFFF; |
| 159 |
color: #000000; |
| 160 |
border-color: #C3C3C3; |
| 161 |
display: table; |
| 162 |
padding: 10px; |
| 163 |
background-color: #FFFFFF; |
| 164 |
border-radius: 5px; |
| 165 |
margin-bottom: 20px; |
| 166 |
margin-top: 10px; |
| 167 |
} |
| 168 |
.wppm_thread_avatar{ |
| 169 |
display: table-cell; |
| 170 |
vertical-align: top; |
| 171 |
width: 40px; |
| 172 |
padding: 5px 5px 5px 10px; |
| 173 |
} |
| 174 |
.wppm_thread_body{ |
| 175 |
display: table-cell; |
| 176 |
vertical-align: top; |
| 177 |
padding: 0 15px 5px 15px; |
| 178 |
width: 100%; |
| 179 |
} |
| 180 |
.wppm_thread_user_name{ |
| 181 |
margin-bottom: 10px; |
| 182 |
font: 15px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 183 |
} |
| 184 |
#wppm_load_individual_project{ |
| 185 |
border-radius: 4px; |
| 186 |
color: #2C3E50; |
| 187 |
min-height: 300px; |
| 188 |
width: 99%; |
| 189 |
margin-top: 25px; |
| 190 |
padding-left: 15px; |
| 191 |
} |
| 192 |
#wppm_action_bar{ |
| 193 |
color:#ffffff; |
| 194 |
background-color:#306EFF; |
| 195 |
width:100%; |
| 196 |
overflow:hidden; |
| 197 |
float:left; |
| 198 |
display:inline-block; |
| 199 |
font-family: Verdana,sans-serif; |
| 200 |
font-size: 15px; |
| 201 |
line-height: 1.5; |
| 202 |
} |
| 203 |
.wppm_sidebar_labels{ |
| 204 |
font-size: 12px; |
| 205 |
margin: 10px 0; |
| 206 |
cursor: pointer; |
| 207 |
overflow: hidden; |
| 208 |
color: #9c9c9c; |
| 209 |
} |
| 210 |
.wppm_label_info{ |
| 211 |
margin-right: 5px; |
| 212 |
font-size: 12; |
| 213 |
font-weight: 400; |
| 214 |
} |
| 215 |
.wppm_sidebar .wppm_body{ |
| 216 |
padding-top: 20px; |
| 217 |
} |
| 218 |
.wppm_body { |
| 219 |
padding-left: 0px; |
| 220 |
} |
| 221 |
.wppm_sidebar .row{ |
| 222 |
background-color: #fff; |
| 223 |
padding: 0 15px; |
| 224 |
border-radius: 4px; |
| 225 |
margin-bottom: 15px; |
| 226 |
} |
| 227 |
#wppm_project_status_widget{ |
| 228 |
margin-top: 10px; |
| 229 |
border: 1px solid #eee !important; |
| 230 |
} |
| 231 |
.wppm_widget{ |
| 232 |
border: 1px solid #eee !important; |
| 233 |
} |
| 234 |
.wppm-btn{ |
| 235 |
padding: 5px 10px; |
| 236 |
border-radius: 20px; |
| 237 |
font-size: 14px; |
| 238 |
margin-left:20px; |
| 239 |
background-color: #5067c5; |
| 240 |
color:#ffffff!important; |
| 241 |
border: 1px; |
| 242 |
} |
| 243 |
.wppm-btn-cancel{ |
| 244 |
padding: 5px 10px; |
| 245 |
border-radius: 14px; |
| 246 |
font-size: 14px; |
| 247 |
margin-left:20px; |
| 248 |
background: linear-gradient(135deg, #ffffff, #ffffff); |
| 249 |
color:#000000; |
| 250 |
border: 1px solid #C3C3C3; |
| 251 |
} |
| 252 |
.wppm_admin_label{ |
| 253 |
border-radius: 30px; |
| 254 |
font-weight: bold; |
| 255 |
padding: 5px 10px; |
| 256 |
font-size: 10px; |
| 257 |
} |
| 258 |
.wppm_section_title{ |
| 259 |
display:inline-block; |
| 260 |
margin-right:20px; |
| 261 |
font-size: 23px; |
| 262 |
font-weight: 400; |
| 263 |
margin-bottom: 0; |
| 264 |
padding: 9px 0 4px 0; |
| 265 |
line-height: 1.3; |
| 266 |
} |
| 267 |
#wppm_task_table{ |
| 268 |
width:100%; |
| 269 |
background-color: #FFFFFF; |
| 270 |
cursor: pointer; |
| 271 |
} |
| 272 |
#wppm_task_table tr:nth-child(even){ |
| 273 |
background-color: #f2f2f2; |
| 274 |
} |
| 275 |
#wppm_task_table td{ |
| 276 |
/* border: 1px solid #f2f2f2; */ |
| 277 |
font-weight: 400; |
| 278 |
font-family: "Nunito", "Segoe UI", arial; |
| 279 |
border: none !important; |
| 280 |
white-space: normal; |
| 281 |
} |
| 282 |
#wppm_task_table th{ |
| 283 |
border: none !important; |
| 284 |
} |
| 285 |
#wppm_task_table_container{ |
| 286 |
padding:15px; |
| 287 |
} |
| 288 |
.wppm_status{ |
| 289 |
background-color: aqua; |
| 290 |
border-radius: 30px; |
| 291 |
padding: 3px 5px 3px 5px; |
| 292 |
color: #FFFFFF; |
| 293 |
font-weight: 600; |
| 294 |
letter-spacing: .3px; |
| 295 |
font-size: 10px; |
| 296 |
display: inline-block; |
| 297 |
text-align: center; |
| 298 |
line-height: 1; |
| 299 |
} |
| 300 |
.wppm_category{ |
| 301 |
background-color: red; |
| 302 |
border-radius: 30px; |
| 303 |
padding: 3px 5px 3px 5px; |
| 304 |
color: #FFFFFF; |
| 305 |
font-weight: 600; |
| 306 |
letter-spacing: .3px; |
| 307 |
font-size: 10px; |
| 308 |
display: inline-block; |
| 309 |
text-align: center; |
| 310 |
line-height: 1; |
| 311 |
|
| 312 |
} |
| 313 |
.avatar{ |
| 314 |
border-radius: 50%; |
| 315 |
border: 2px solid #FFF; |
| 316 |
margin-left: -12px; |
| 317 |
border: 2px solid #FFF; |
| 318 |
} |
| 319 |
.wppm_action_btn{ |
| 320 |
background-color: #FFF; |
| 321 |
color: #383333 !important; |
| 322 |
margin-bottom: 3px !important; |
| 323 |
} |
| 324 |
/*** |
| 325 |
* Filter display css start |
| 326 |
*/ |
| 327 |
.wppm_filter_display_container{ |
| 328 |
list-style-type: none !important; |
| 329 |
width: 100% !important; |
| 330 |
margin: 0 !important; |
| 331 |
float: left; |
| 332 |
} |
| 333 |
.wppm_filter_display_element{ |
| 334 |
max-width: 300px !important; |
| 335 |
float: left; |
| 336 |
margin: 3px 3px 3px 0 !important; |
| 337 |
} |
| 338 |
.wppm_filter_display_element .flex-container{ |
| 339 |
display: flex; |
| 340 |
border-radius: 4px; |
| 341 |
background-color:#1E90FF; |
| 342 |
color:#fff; |
| 343 |
font-size: 10px; |
| 344 |
} |
| 345 |
.wppm_filter_display_text{ |
| 346 |
max-width: 280px !important; |
| 347 |
padding: 5px; |
| 348 |
} |
| 349 |
.wppm_filter_display_remove{ |
| 350 |
width: 20px !important; |
| 351 |
padding: 6px; |
| 352 |
cursor: pointer; |
| 353 |
} |
| 354 |
.wppm_padding_space{ |
| 355 |
padding-top: 20px; |
| 356 |
} |
| 357 |
.wppm_setting_col2{ |
| 358 |
background-color: #fff; |
| 359 |
width: 62% !important; |
| 360 |
padding: 20px; |
| 361 |
border-radius: 20px; |
| 362 |
} |
| 363 |
.wppm_padding_space{ |
| 364 |
padding-top: 20px; |
| 365 |
} |
| 366 |
.wppm-sortable-handle,.wppm-sortable-edit,.wppm-sortable-delete,.wppm-sortable-clone{ |
| 367 |
cursor: pointer; |
| 368 |
width: 25px; |
| 369 |
} |
| 370 |
.wppm-sortable-label{ |
| 371 |
width: 220px; |
| 372 |
} |
| 373 |
.wppm-flex-container { |
| 374 |
display: flex; |
| 375 |
border-radius: 5px; |
| 376 |
max-width: 320px; |
| 377 |
height: 35px; |
| 378 |
} |
| 379 |
.wppm-title{ |
| 380 |
font:18px "OpenSans-Light",Helvetica,Arial,sans-serif; |
| 381 |
} |
| 382 |
.wppm-flex-container > div { |
| 383 |
margin: 5px 0 5px 5px; |
| 384 |
padding: 3px; |
| 385 |
font-size: 12px; |
| 386 |
} |
| 387 |
.wppm_alert{ |
| 388 |
position: fixed; |
| 389 |
top: 50px; |
| 390 |
right: 50px; |
| 391 |
font-size: 15px; |
| 392 |
font-weight: bold; |
| 393 |
} |
| 394 |
#wppm_add_new_project{ |
| 395 |
margin:20px; |
| 396 |
background-color: #FFFFFF; |
| 397 |
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 398 |
} |
| 399 |
.wppm_form_field_label{ |
| 400 |
font-size: 13px; |
| 401 |
font-style:bold ; |
| 402 |
} |
| 403 |
.wppm_task_description,.wppm_project_description{ |
| 404 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 405 |
} |
| 406 |
.wppm_email_notification_header{ |
| 407 |
padding-left: 15px; |
| 408 |
} |
| 409 |
#wppm_project_container{ |
| 410 |
border-radius: 4px; |
| 411 |
border: 1px solid #E5E4E4; |
| 412 |
background-color: #fff; |
| 413 |
color: #2C3E50; |
| 414 |
min-height: 300px; |
| 415 |
width: 99%; |
| 416 |
} |
| 417 |
#wppm_frm_field_container{ |
| 418 |
padding: 0 20px; |
| 419 |
padding-top: 15px; |
| 420 |
width:100%; |
| 421 |
} |
| 422 |
.wppm_frm_submit{ |
| 423 |
padding: 0 30px; |
| 424 |
margin: 30px 0; |
| 425 |
} |
| 426 |
.wppm_td_project_status{ |
| 427 |
border-radius: 30px; |
| 428 |
padding: 3px 5px 3px 5px; |
| 429 |
font-weight: 600; |
| 430 |
letter-spacing: .3px; |
| 431 |
font-size: 10px; |
| 432 |
display: inline-block; |
| 433 |
text-align: center; |
| 434 |
line-height: 1; |
| 435 |
} |
| 436 |
#wppm_apply_filter{ |
| 437 |
background-color:#306EFF; |
| 438 |
margin-bottom:2px; |
| 439 |
} |
| 440 |
#wppm_project_table{ |
| 441 |
margin: 15px; |
| 442 |
overflow-x: auto; |
| 443 |
} |
| 444 |
.wppm_label{ |
| 445 |
font-size: 12px; |
| 446 |
font-weight: 600; |
| 447 |
color: #9c9c9c; |
| 448 |
width: 100%; |
| 449 |
} |
| 450 |
#wppm_avatar{ |
| 451 |
background-color:black; |
| 452 |
padding: 3px; |
| 453 |
color: #fff; |
| 454 |
display: inline!important; |
| 455 |
} |
| 456 |
#wppm_project_search_filter{ |
| 457 |
padding: 0 30px; |
| 458 |
border-radius: 20px; |
| 459 |
font: 12px "Helvetica Neue",Arial,Helvetica,sans-serif; |
| 460 |
} |
| 461 |
#wppm_project_search_filter_img, .wppm_task_search_filter_img{ |
| 462 |
position: absolute; |
| 463 |
top: 10px; |
| 464 |
left: 18px; |
| 465 |
} |
| 466 |
.wppm_add_new_task_img, .wppm_task_list_image{ |
| 467 |
padding-right: 5px; |
| 468 |
padding-bottom: 3px; |
| 469 |
} |
| 470 |
.wppm_table_td{ |
| 471 |
font-size: 14px !important; |
| 472 |
} |
| 473 |
#wppm_project_and_task_search{ |
| 474 |
width:40%; |
| 475 |
margin-top: 15px; |
| 476 |
} |
| 477 |
#wppm_project_and_task_search svg{ |
| 478 |
width: 16px; |
| 479 |
height: 16px; |
| 480 |
margin-left: 10px; |
| 481 |
float: left; |
| 482 |
margin-top: -26px; |
| 483 |
cursor: pointer; |
| 484 |
} |
| 485 |
.wppm_project_frm_fields ul, #frm_get_task_users ul, #frm_get_task_creator ul, #frm_get_project_users ul, #frm_get_project_creator ul{ |
| 486 |
border: 1px solid #ddd; |
| 487 |
list-style-type: none!important; |
| 488 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 489 |
} |
| 490 |
#wppm_task_search{ |
| 491 |
width:40%; |
| 492 |
margin-top: 15px; |
| 493 |
} |
| 494 |
#wppm_task_search svg{ |
| 495 |
width: 16px; |
| 496 |
height: 16px; |
| 497 |
margin-left: 10px; |
| 498 |
float: left; |
| 499 |
margin-top: -26px; |
| 500 |
cursor: pointer; |
| 501 |
} |
| 502 |
#wppm_task_search_filter{ |
| 503 |
padding: 0 30px; |
| 504 |
border-radius: 20px; |
| 505 |
} |
| 506 |
#wppm_more_filter_option div{ |
| 507 |
display: inline-block; |
| 508 |
} |
| 509 |
#wppm_heading_inline svg{ |
| 510 |
width: 28px; |
| 511 |
height:23px; |
| 512 |
} |
| 513 |
.wppm_card_header{ |
| 514 |
border-bottom: 1px solid #EFF2F7; |
| 515 |
height: 35px; |
| 516 |
padding-top: 5px; |
| 517 |
padding-bottom: 5px; |
| 518 |
} |
| 519 |
.wppm_task_list{ |
| 520 |
border:1px solid #EFF2F7; |
| 521 |
display:flex; |
| 522 |
flex-direction:column; |
| 523 |
flex-basis: 30%; |
| 524 |
/* flex: 1 0 auto; */ |
| 525 |
overflow: hidden; |
| 526 |
flex-grow: 1; |
| 527 |
flex-shrink: 0; |
| 528 |
margin:5px; |
| 529 |
} |
| 530 |
@media screen and (max-width: 767px) { |
| 531 |
.wppm_task_list{ |
| 532 |
flex-basis: 50%; |
| 533 |
} |
| 534 |
} |
| 535 |
.wppm_task_name_grid_view, .wppm_task_due_date_grid_view, .wppm_empty_container{ |
| 536 |
font-family: "OpenSans-Semibold","Helvetica Neue",Arial,Helvetica,sans-serif; |
| 537 |
font-size: 14px; |
| 538 |
} |
| 539 |
.wppm_card_body{ |
| 540 |
text-align: center; |
| 541 |
border:1px solid #EFF2F7; |
| 542 |
margin: 10px; |
| 543 |
text-align:left; |
| 544 |
padding: 10px 5px 10px 0px; |
| 545 |
border-radius: 5px; |
| 546 |
} |
| 547 |
.wppm_task_container{ |
| 548 |
overflow:scroll; |
| 549 |
display: flex; |
| 550 |
flex-direction: row; |
| 551 |
margin-top:40px; |
| 552 |
overflow-x: auto; |
| 553 |
overflow-y: auto; |
| 554 |
min-height: 750px; |
| 555 |
} |
| 556 |
#wppm_task_frm_field_container{ |
| 557 |
padding-top: 20px; |
| 558 |
width:100%; |
| 559 |
} |
| 560 |
#wppm_add_new_task{ |
| 561 |
margin:20px; |
| 562 |
background-color: #FFFFFF; |
| 563 |
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 564 |
} |
| 565 |
#wppm_task_container{ |
| 566 |
border-radius: 4px; |
| 567 |
border: 1px solid #E5E4E4; |
| 568 |
background-color: #fff; |
| 569 |
color: #2C3E50; |
| 570 |
min-height: 300px; |
| 571 |
width: 99%; |
| 572 |
} |
| 573 |
.wppm-submit-btn{ |
| 574 |
color: #FFF !important; |
| 575 |
background-color: #306EFF; |
| 576 |
border-color: #306EFF; |
| 577 |
box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%); |
| 578 |
cursor: pointer; |
| 579 |
border-radius: 50px !important; |
| 580 |
padding: 5px; |
| 581 |
} |
| 582 |
.wppm_btn{ |
| 583 |
border-radius: 15px!important; |
| 584 |
} |
| 585 |
.wppm_reset_btn{ |
| 586 |
color: #273444; |
| 587 |
background-color: #EFF2F7; |
| 588 |
border-color: #EFF2F7; |
| 589 |
border-radius: 50px; |
| 590 |
padding: 5px; |
| 591 |
} |
| 592 |
.select2-selection--single{ |
| 593 |
height:35px!important; |
| 594 |
} |
| 595 |
.select2-container{ |
| 596 |
width:500px!important; |
| 597 |
} |
| 598 |
.wppm_td_task_status{ |
| 599 |
border-radius: 30px; |
| 600 |
padding: 3px 5px 3px 5px; |
| 601 |
font-weight: 600; |
| 602 |
letter-spacing: .3px; |
| 603 |
font-size: 10px; |
| 604 |
display: inline-block; |
| 605 |
text-align: center; |
| 606 |
line-height: 1; |
| 607 |
} |
| 608 |
.wppm_td_task_priority{ |
| 609 |
border-radius: 30px; |
| 610 |
padding: 3px 5px 3px 5px; |
| 611 |
font-weight: 600; |
| 612 |
letter-spacing: .3px; |
| 613 |
font-size: 10px; |
| 614 |
display: inline-block; |
| 615 |
text-align: center; |
| 616 |
line-height: 1; |
| 617 |
} |
| 618 |
.wppm_empty_container{ |
| 619 |
display: flex; |
| 620 |
justify-content: center; |
| 621 |
align-items: center; |
| 622 |
font-size: 10; |
| 623 |
font-weight: 500; |
| 624 |
color: #becdd9; |
| 625 |
border: 1px dashed #becdd9; |
| 626 |
height: 0; |
| 627 |
opacity: 0; |
| 628 |
border-radius: 15px; |
| 629 |
opacity: 1; |
| 630 |
height: 60px; |
| 631 |
margin-top: 10px; |
| 632 |
} |
| 633 |
.wppm_card_task_action{ |
| 634 |
text-align:right; |
| 635 |
} |
| 636 |
.wppm_card_task_progress{ |
| 637 |
color:#8492A6; |
| 638 |
text-align: right; |
| 639 |
} |
| 640 |
.wppm_status_name{ |
| 641 |
text-align:left; |
| 642 |
font-family: "OpenSans-Regular","Helvetica Neue",Arial,Helvetica,sans-serif; |
| 643 |
font-size: 15px; |
| 644 |
padding-top: 5px; |
| 645 |
} |
| 646 |
.wppm_task_frm_fields ul{ |
| 647 |
border: 1px solid #ddd; |
| 648 |
list-style-type: none; |
| 649 |
} |
| 650 |
.wppm_task_frm_fields li{ |
| 651 |
padding: 5px; |
| 652 |
} |
| 653 |
#wppm_view_task_search_filter{ |
| 654 |
padding: 0 30px; |
| 655 |
border-radius: 20px; |
| 656 |
} |
| 657 |
.wppm_task_details, .wppm_project_details{ |
| 658 |
border-bottom: 1px dashed; |
| 659 |
cursor: pointer; |
| 660 |
display: inline-block; |
| 661 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 662 |
} |
| 663 |
.wppm_task_details_priority{ |
| 664 |
cursor: pointer; |
| 665 |
} |
| 666 |
.wppm_task_details_label, #wppm_add_checklist, .wppm_project_details_label{ |
| 667 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 668 |
color: #858c96; |
| 669 |
width: 98px; |
| 670 |
float: left; |
| 671 |
word-wrap: break-word; |
| 672 |
margin: 5px; |
| 673 |
cursor: pointer; |
| 674 |
} |
| 675 |
.wppm_task_details_container{ |
| 676 |
background-color: #FFFFFF; |
| 677 |
margin: 15px; |
| 678 |
padding-bottom: 10px; |
| 679 |
border: 1px solid #eee !important; |
| 680 |
} |
| 681 |
.wppm_task_checklist_container, .wppm_thread{ |
| 682 |
background-color: #FFFFFF; |
| 683 |
margin: 15px; |
| 684 |
border: 1px solid #eee !important; |
| 685 |
} |
| 686 |
.wppm_progress_bar_container{ |
| 687 |
margin-bottom: 6px; |
| 688 |
margin-top: 5px; |
| 689 |
position: relative; |
| 690 |
} |
| 691 |
.wppm_progress_bar{ |
| 692 |
background: rgba(9,30,66,.08); |
| 693 |
border-radius: 4px; |
| 694 |
clear: both; |
| 695 |
height: 8px; |
| 696 |
margin: 0 0 0 40px; |
| 697 |
overflow: hidden; |
| 698 |
position: relative; |
| 699 |
} |
| 700 |
.wppm_progressbar_label { |
| 701 |
color: #5e6c84; |
| 702 |
font-size: 11px; |
| 703 |
line-height: 10px; |
| 704 |
position: absolute; |
| 705 |
top: -1px; |
| 706 |
left:0; |
| 707 |
text-align: center; |
| 708 |
width: 32px; |
| 709 |
margin-left:10px; |
| 710 |
} |
| 711 |
.wppm_checkprogress{ |
| 712 |
bottom: 0; |
| 713 |
left: 0; |
| 714 |
position: absolute; |
| 715 |
overflow:hidden; |
| 716 |
top: 0; |
| 717 |
transition-duration: .14s; |
| 718 |
transition-timing-function: ease-in; |
| 719 |
margin:10px,0px,10px,0px !important; |
| 720 |
} |
| 721 |
.wppm_checklist_divider{ |
| 722 |
margin: 0 15px 0 15px; |
| 723 |
} |
| 724 |
.wppm_add_checklist_item_btn{ |
| 725 |
margin-top:10px !important; |
| 726 |
} |
| 727 |
#wppm_checklist_btn{ |
| 728 |
margin:10px; |
| 729 |
} |
| 730 |
#wppm_add_checklist{ |
| 731 |
border-bottom: 1px dashed; |
| 732 |
} |
| 733 |
.wppm_total_checked_item{ |
| 734 |
margin-left: 5px !important; |
| 735 |
margin-bottom: 10px !important; |
| 736 |
} |
| 737 |
.wppm_checklist_total_checked_item{ |
| 738 |
color:#8492A6; |
| 739 |
font-size: 10px !important; |
| 740 |
} |
| 741 |
.wppm_checklist input[type="checkbox"]{ |
| 742 |
margin:5px; |
| 743 |
} |
| 744 |
.wppm_card_body{ |
| 745 |
cursor:pointer; |
| 746 |
} |
| 747 |
#wppm_grid_view_btn{ |
| 748 |
border: 1px solid #ccc; |
| 749 |
padding: 5px; |
| 750 |
background-color: #FFFFFF; |
| 751 |
float: right; |
| 752 |
border-radius: 4px; |
| 753 |
cursor: pointer; |
| 754 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 755 |
color: #858c96; |
| 756 |
margin-bottom: 5px; |
| 757 |
margin-top: 5px; |
| 758 |
} |
| 759 |
#wppm_list_view_btn{ |
| 760 |
border: 1px solid #ccc; |
| 761 |
padding: 5px; |
| 762 |
background-color: #FFFFFF; |
| 763 |
float: right; |
| 764 |
border-radius: 4px; |
| 765 |
margin-right: 10px; |
| 766 |
cursor: pointer; |
| 767 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 768 |
color: #858c96; |
| 769 |
margin-top: 5px; |
| 770 |
} |
| 771 |
#wppm_select_user_role{ |
| 772 |
margin: 10px 10px 10px 0px; |
| 773 |
} |
| 774 |
.wppm_delete_user_icon, .wppm_user_roles{ |
| 775 |
margin-top: 7px; |
| 776 |
cursor: pointer; |
| 777 |
} |
| 778 |
#wppm_project_users,#wppm_task_users { |
| 779 |
margin-bottom: 10px; |
| 780 |
} |
| 781 |
.wppm_project_user_avatar,.wppm_task_user_avatar{ |
| 782 |
padding: 10px; |
| 783 |
overflow:hidden; |
| 784 |
} |
| 785 |
.wppm_project_user_names, .wppm_task_user_names,.wppm_project_user_role{ |
| 786 |
padding: 0 0 10px 5px; |
| 787 |
overflow:hidden; |
| 788 |
color:#9c9c9c; |
| 789 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 790 |
} |
| 791 |
.wppm_project_users_not_assign_label{ |
| 792 |
color:#9c9c9c; |
| 793 |
} |
| 794 |
.wppm_user_display_container, .wppm_task_user_display_container{ |
| 795 |
padding: 5px; |
| 796 |
} |
| 797 |
#wppm_user_name, #wppm_task_user_name{ |
| 798 |
margin-bottom: 10px; |
| 799 |
} |
| 800 |
#wppm_task_users,#wppm_project_creator{ |
| 801 |
margin-left: 10px; |
| 802 |
} |
| 803 |
#wppm_comment_btn{ |
| 804 |
display:none; |
| 805 |
padding: 10px; |
| 806 |
} |
| 807 |
#wppm_activity_container{ |
| 808 |
background-color:#ffffff; |
| 809 |
margin:15px; |
| 810 |
border: 1px solid #eee !important; |
| 811 |
} |
| 812 |
.wppm_task_discussion{ |
| 813 |
font: 18px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 814 |
} |
| 815 |
.wppm_delete_checklist{ |
| 816 |
color:#b73232 !important; |
| 817 |
font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 818 |
border-bottom: 1px dashed; |
| 819 |
position: relative; |
| 820 |
margin-left: 12px; |
| 821 |
cursor: pointer; |
| 822 |
transition: 170ms linear all; |
| 823 |
} |
| 824 |
.wppm_delete_checklist:hover{ |
| 825 |
color:#2067b0 !important; |
| 826 |
border-bottom: 1px dashed !important; |
| 827 |
text-decoration:none !important; |
| 828 |
} |
| 829 |
.wppm_add_checklist{ |
| 830 |
color: #80868e !important; |
| 831 |
font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 832 |
border-bottom: 1px dashed !important; |
| 833 |
position: relative; |
| 834 |
margin-left: 12px; |
| 835 |
cursor: pointer; |
| 836 |
transition: 170ms linear all; |
| 837 |
} |
| 838 |
.wppm_add_checklist:hover{ |
| 839 |
border-bottom: 1px dashed !important; |
| 840 |
text-decoration:none !important; |
| 841 |
} |
| 842 |
#wppm_task_comment{ |
| 843 |
width: 80%; |
| 844 |
height: 30px; |
| 845 |
padding: 5px; |
| 846 |
margin-bottom: 15px; |
| 847 |
overflow: hidden; |
| 848 |
border: 1px solid #eee; |
| 849 |
color:#eee; |
| 850 |
margin-top: 10px; |
| 851 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 852 |
} |
| 853 |
.wppm_attachment_title{ |
| 854 |
font: 15px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 855 |
} |
| 856 |
.wppm_comment_date{ |
| 857 |
color:#a8aeb5; |
| 858 |
} |
| 859 |
.wppm_comment_date:hover{ |
| 860 |
color:#000000; |
| 861 |
font-style: normal; |
| 862 |
} |
| 863 |
#wppm_attach_file{ |
| 864 |
color:#301db7; |
| 865 |
cursor:pointer; |
| 866 |
font-weight: normal; |
| 867 |
text-decoration-line: underline; |
| 868 |
text-decoration-style: dotted; |
| 869 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 870 |
} |
| 871 |
#wppm_individual_cancel_comment_btn{ |
| 872 |
float:right; |
| 873 |
background-color:#ffffff; |
| 874 |
margin-left: 5px; |
| 875 |
margin-top:5px; |
| 876 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 877 |
} |
| 878 |
#wppm_individual_submit_task_comment_btn{ |
| 879 |
float:right; |
| 880 |
margin-left: 5px; |
| 881 |
margin-top:5px; |
| 882 |
font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 883 |
} |
| 884 |
.wppm_thread_messege{ |
| 885 |
font-size: 14px; |
| 886 |
font-weight: 400; |
| 887 |
color: #4e4e4e; |
| 888 |
} |
| 889 |
.wppm_attachment_cancel{ |
| 890 |
float: right; |
| 891 |
margin: -22px 0px 0 0; |
| 892 |
cursor: pointer; |
| 893 |
} |
| 894 |
.widget_header{ |
| 895 |
margin-bottom: 3px !important; |
| 896 |
font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif !important; |
| 897 |
} |
| 898 |
.wppm_task_label,.wppm_checklist_label,.wppm_project_label{ |
| 899 |
font: 18px "Helvetica Neue",Helvetica,Arial,sans-serif !important; |
| 900 |
} |
| 901 |
.widget_divider{ |
| 902 |
margin-top: 4px !important; |
| 903 |
margin-bottom: 6px !important; |
| 904 |
} |
| 905 |
.wppm_individual_task_widget{ |
| 906 |
margin-top: 15px!important; |
| 907 |
} |
| 908 |
.select2-container{ |
| 909 |
z-index:999999999999!important; |
| 910 |
width:100%!important; |
| 911 |
} |
| 912 |
.flatpickr-calendar{ |
| 913 |
z-index:999999999999!important; |
| 914 |
} |
| 915 |
#wppm_edit_task_label{ |
| 916 |
width: 100%; |
| 917 |
margin-bottom: 10px; |
| 918 |
} |
| 919 |
#wppm_edit_project_title, #wppm_edit_task_priority,#wppm_edit_task_description_label{ |
| 920 |
margin-bottom:10px; |
| 921 |
} |
| 922 |
#wppm_edit_task_priority{ |
| 923 |
max-width:100%!important; |
| 924 |
} |
| 925 |
.wppm_edit_task_details_widget, .wppm_thread_action, .wppm_edit_project_details_widget{ |
| 926 |
float:right; |
| 927 |
cursor:pointer; |
| 928 |
} |
| 929 |
.wppm_add_new_task_btn, #wppm_task_list_btn,#wppm_delete_btn,#wppm_delete_task_btn,#wppm_clone_task_btn{ |
| 930 |
cursor: pointer; |
| 931 |
} |
| 932 |
#wppm_project_details_container{ |
| 933 |
border: 1px solid #eee; |
| 934 |
margin-top: 12px; |
| 935 |
padding-top: 10px; |
| 936 |
margin-bottom: 12px; |
| 937 |
} |
| 938 |
#wppm_view_project_task{ |
| 939 |
background-color: #ffffff; |
| 940 |
} |
| 941 |
#wppm_project_tasks,.wppm_add_new_project_btn{ |
| 942 |
cursor:pointer; |
| 943 |
} |
| 944 |
#wppm_add_new_project_btn{ |
| 945 |
margin-bottom: 10px; |
| 946 |
} |
| 947 |
#wppm_delete_project_icon, #wppm_add_new_project_icon, #wppm_project_list_icon, #wppm_task_list_icon{ |
| 948 |
margin-top: -3px; |
| 949 |
} |
| 950 |
.wppm_add_new_icon{ |
| 951 |
float: right!important; |
| 952 |
cursor:pointer; |
| 953 |
} |
| 954 |
.wppm_flex { |
| 955 |
display: flex !important; |
| 956 |
} |
| 957 |
.attachment_link span{ |
| 958 |
font-size: 13px; |
| 959 |
color: #0077AE; |
| 960 |
cursor: pointer; |
| 961 |
text-decoration-line: underline; |
| 962 |
text-decoration-style:dotted; |
| 963 |
padding-right: 10px; |
| 964 |
} |
| 965 |
.wppm_bootstrap select{ |
| 966 |
max-width:100% !important; |
| 967 |
} |
| 968 |
#wppm_en_body { |
| 969 |
height: 200px !important; |
| 970 |
} |
| 971 |
#wppm_tbl_templates tr{ |
| 972 |
cursor:pointer; |
| 973 |
} |
| 974 |
#tbl_project_tasks td, #tbl_project_tasks th{ |
| 975 |
text-align: center; |
| 976 |
} |
| 977 |
#tbl_project_tasks tr{ |
| 978 |
cursor:pointer; |
| 979 |
} |
| 980 |
.wppm-pagination-txt{ |
| 981 |
text-decoration: none; |
| 982 |
cursor: default; |
| 983 |
padding-right: 5px; |
| 984 |
} |
| 985 |
.wppm_task_pagination{ |
| 986 |
float:right; |
| 987 |
color:#5f6368; |
| 988 |
margin-right:10px; |
| 989 |
cursor:pointer; |
| 990 |
} |
| 991 |
.wppm_proj_pagination{ |
| 992 |
color:#5f6368; |
| 993 |
cursor:pointer; |
| 994 |
} |
| 995 |
.wppm_proj_pagination_container, .wppm_task_pagination_container{ |
| 996 |
height: 30px; |
| 997 |
margin-top: 10px; |
| 998 |
display: flex; |
| 999 |
font-family: 'OpenSans-Semibold',"Helvetica Neue",Arial,Helvetica,sans-serif; |
| 1000 |
font-size: 14px; |
| 1001 |
} |
| 1002 |
.wppm_proj_pagination_container a, .wppm_task_pagination_container a{ |
| 1003 |
color:#0073aa; |
| 1004 |
} |
| 1005 |
.wppm_pagination_prev{ |
| 1006 |
border-left-width: 1px; |
| 1007 |
border-left-style: solid; |
| 1008 |
padding-left: .75em; |
| 1009 |
padding-right: .5em; |
| 1010 |
text-decoration: none; |
| 1011 |
border-color: #cdcdcd; |
| 1012 |
color:#0073aa; |
| 1013 |
} |
| 1014 |
.wppm_pagination_next{ |
| 1015 |
border-left-width: 1px; |
| 1016 |
border-left-style: solid; |
| 1017 |
padding-left: .75em; |
| 1018 |
padding-right: .5em; |
| 1019 |
text-decoration: none; |
| 1020 |
border-color: #cdcdcd; |
| 1021 |
color:#337ab7; |
| 1022 |
} |
| 1023 |
.wppm_thread_action_btn{ |
| 1024 |
float: right; |
| 1025 |
cursor: pointer; |
| 1026 |
margin-left: 10px; |
| 1027 |
color: #a7a9ab; |
| 1028 |
font-size: 14px; |
| 1029 |
} |
| 1030 |
.wppm-task-list-btn{ |
| 1031 |
cursor:pointer; |
| 1032 |
} |
| 1033 |
.wppm_setting_pills li{ |
| 1034 |
background-color: #ffffff; |
| 1035 |
border-radius: 15px !important; |
| 1036 |
color:#9c9c9c !important; |
| 1037 |
line-height:normal !important; |
| 1038 |
} |
| 1039 |
.wppm_email_notification_table td{ |
| 1040 |
font-weight: 400; |
| 1041 |
font-family: "Nunito", "Segoe UI", arial; |
| 1042 |
} |
| 1043 |
.wppm_email_notification_table th{ |
| 1044 |
font-weight: 400; |
| 1045 |
font-family: "Nunito", "Segoe UI", arial; |
| 1046 |
font-weight: bold; |
| 1047 |
} |
| 1048 |
.wppm_task_result{ |
| 1049 |
text-align: center; |
| 1050 |
margin-top: 15px; |
| 1051 |
font-family: 'OpenSans-Light',Arial,Helvetica,sans-serif; |
| 1052 |
font-size: 15px; |
| 1053 |
color: #525c69; |
| 1054 |
} |
| 1055 |
.wppm_project_result{ |
| 1056 |
text-align: center; |
| 1057 |
font-family: 'OpenSans-Light',Arial,Helvetica,sans-serif; |
| 1058 |
font-size: 15px; |
| 1059 |
color: #525c69; |
| 1060 |
} |
| 1061 |
#wppm_edit_project_label{ |
| 1062 |
margin-bottom: 10px; |
| 1063 |
} |
| 1064 |
#wppm_edit_project_category{ |
| 1065 |
margin-bottom: 20px; |
| 1066 |
} |
| 1067 |
#tbl_project_tasks,#tbl_custom_field,.select2-results__options,.select2-selection__rendered, .wppm_filter_display_text, .wppm_display_user_none, #wppm_assign_to_none_task{ |
| 1068 |
font:13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 1069 |
} |
| 1070 |
.wppm_edit_project_label, .wppm_edit_task_label, .wppm_edit_task_start_date, .wppm_edit_task_end_date, .wppm_edit_task_priority_label, .wppm_edit_task_description_label,.wppm_edit_project_label,.wppm_edit_project_start_date,.wppm_edit_project_end_date,.wppm_edit_project_category_label, .wppm_edit_project_description_label,.wppm_project_status, .wppm_edit_task_status_label,.wppm_ct_field_label{ |
| 1071 |
font:13px "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 1072 |
margin-bottom: 5px; |
| 1073 |
} |
| 1074 |
#frm_get_project_users ul, #frm_get_task_users ul{ |
| 1075 |
z-index: 10000!important; |
| 1076 |
position: absolute; |
| 1077 |
box-shadow: 0 1px 2px rgb(79 148 212 / 80%); |
| 1078 |
background-color: #fff; |
| 1079 |
cursor: pointer; |
| 1080 |
} |
| 1081 |
|
| 1082 |
.wppm_bootstrap .wppm_padding_space{ |
| 1083 |
padding-top: 20px; |
| 1084 |
} |
| 1085 |
|
| 1086 |
.wppm_bootstrap .pricing-widget { |
| 1087 |
margin-bottom: 30px; |
| 1088 |
} |
| 1089 |
.wppm_bootstrap .pheader { |
| 1090 |
background-color: #555; |
| 1091 |
color: #ffffff; |
| 1092 |
padding: 10px; |
| 1093 |
} |
| 1094 |
.wppm_bootstrap .pheader .title{ |
| 1095 |
padding: 0; |
| 1096 |
margin: 0; |
| 1097 |
text-align: center; |
| 1098 |
} |
| 1099 |
.wppm_bootstrap .pheader .subtitle{ |
| 1100 |
padding: 0; |
| 1101 |
margin: 10px 0 0; |
| 1102 |
text-align: center; |
| 1103 |
} |
| 1104 |
.wppm_bootstrap .payment_freq { |
| 1105 |
color: #fff !important; |
| 1106 |
} |
| 1107 |
.wppm_bootstrap .pbody { |
| 1108 |
padding: 20px; |
| 1109 |
border: 1px solid #555; |
| 1110 |
} |
| 1111 |
.wppm_bootstrap .addon-container { |
| 1112 |
display: flex; |
| 1113 |
align-items: center; |
| 1114 |
padding: 5px 0; |
| 1115 |
} |
| 1116 |
.wppm_bootstrap .addon-details { |
| 1117 |
flex-grow: 1; |
| 1118 |
padding-left: 5px; |
| 1119 |
} |
| 1120 |
.wppm_bootstrap .pfooter { |
| 1121 |
display: flex; |
| 1122 |
border-left: 1px solid #555; |
| 1123 |
border-right: 1px solid #555; |
| 1124 |
border-bottom: 1px solid #555; |
| 1125 |
justify-content: center; |
| 1126 |
padding: 10px 0; |
| 1127 |
} |
| 1128 |
|
| 1129 |
.wppm_bootstrap .purchase_addon{ |
| 1130 |
padding-right: 5px; |
| 1131 |
} |
| 1132 |
|
| 1133 |
#wppm_chevron_sort_down_task_name_img, #wppm_chevron_sort_down_project_list_img, #wppm_chevron_sort_down_status_img, #wppm_chevron_sort_down_priority_img, #wppm_chevron_sort_down_start_date_img, #wppm_chevron_sort_down_end_date_img{ |
| 1134 |
margin-right:-19px; |
| 1135 |
} |
| 1136 |
|
| 1137 |
.wppm-help-container{ |
| 1138 |
padding: 10px; |
| 1139 |
background-color: #f0f0f1; |
| 1140 |
margin-bottom: 15px; |
| 1141 |
border-radius: 3px; |
| 1142 |
} |
| 1143 |
|
| 1144 |
#wppm_public_project_label{ |
| 1145 |
padding: 10px 0px 0px 10px; |
| 1146 |
} |