software-pages.css 22 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914
/*** Breadcrumbs ***/

#wrap-2 .block.breadcrumbs-plugin_content-breadcrumbs-block{
  text-transform: uppercase;
  font-size: 11px;
  color: #2C66CE;
  font-family: "open_sansregular";
  margin-left: 10px;
}

#wrap-2 .block.breadcrumbs-plugin_content-breadcrumbs-block a{
  text-transform: uppercase;
  font-size: 11px;
  color: #2C66CE;
  font-family: "open_sansregular";
}

#wrap-2 .block.breadcrumbs-plugin_content-breadcrumbs-block .section-name{
  display: none;
}

#wrap-2 .block.breadcrumbs-plugin_content-breadcrumbs-block #breadcrumbs-you-are-here{
  color: #000;
  margin-right: 0.5em;
}

/*** Software Header ***/
/*block title software button control painel*/
.action-profile_design-index #content .software-communities-plugin_software-information-block .admin-link a,
.action-content_viewer-view_page #content .software-communities-plugin_software-information-block .admin-link a {
  padding: 5px 10px;
  background: #3E67B1;
  border-radius: 4px;
  text-transform: none;
  font-size: 12px;
  margin-top:15px;
  color:#fff;
}

.action-profile_design-index #content .software-communities-plugin_software-information-block .profile-big-image img,
.action-content_viewer-view_page #content .software-communities-plugin_software-information-block .profile-big-image img {
  margin-bottom:20px;
}
/**************************/

#content .software-communities-plugin_software-information-block {
  margin: 0px 0px 60px 0px;
}

#content #software-information-block-table {
  margin: 0px 15px;
  width: auto;
}

#content #software-information-block-table td {
  display: table-cell;
}

#content #software-information-block-table #col-software-name {
  vertical-align: top;
  font-style: normal;
}

#content #software-information-block-table #col-software-name h1 {
  font: 700 34px/37px arial, open_sansbold, helvetica, sans-serif;
  text-align: left;
}

#content #software-information-block-table #col-software-name b {
  font: normal normal normal 16px/21px arial, 'open_sansregular', helvetica, sans-serif;
}

/*** end of Software Header ***/

/*** Software Homepage ***/

/* Software Download Block*/

#content .software-communities-plugin_download-block {
  margin: 0px 15px;
  border: 1px solid #D3D6DE;
  border-radius: 10px;
}

#content .software-communities-plugin_download-block .block-title {
  padding: 11px 10px 7px 20px;
  background-color: #D3D6DE;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: "open_sansbold", Arial, Helvetica, sans-serif;
  margin: 0;
  color: #172738;
  font-size: 18px;
}

#content .software-communities-plugin_download-block .download-list li {
  padding: 30px 10px 25px 20px;
  border-top: 1px solid #D3D6DE;
  clear: both;
}

#content .software-communities-plugin_download-block .download-list li:nth-child(even) {
  background: #ECEDF1;
}

#content .software-communities-plugin_download-block .download-button {
  width: 80px;
  float: left;
  clear: both;
}

#content .software-communities-plugin_download-block .download-button .download-image {
  padding: 50px 0px 8px 0px;
  border: 1px solid #2c66ce;
  border-radius: 8px;
  height: 18px;
  background: #2C66CE url("../images/download-icon.png") center no-repeat;
  display: block;
}

#content .software-communities-plugin_download-block .download-button .download-size {
  text-align: center;
  display: block;
  background: rgb(0, 40, 140) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -15px;
  line-height: 20px;
}

#content .software-communities-plugin_download-block .download-info {
  min-height: 80px;
  margin: 5px 0px 0px 100px;
  position: relative;
  font-size: 16px;
}

#content .software-communities-plugin_download-block .download-info .download-name {
  display: block;
  font-weight: bold;
}

#content .software-communities-plugin_download-block .download-info .download-platform {
  display: block;
  font-size: 14px;
}

#content .software-communities-plugin_download-block label {
  padding-right: 2px;
}

#content .software-communities-plugin_download-block .download-info .min-requirements {
  font-size: 12px;
}

/* THIS RULE WAS CHANGED TO REMOVE MINIMUM REQUIREMENTS - TEMPORARY */
#content .software-communities-plugin_download-block .download-info .min-requirements a {
  line-height: 40px;
  color: #3E67B1;
  text-decoration: underline;
  display: none;
}

#content .software-communities-plugin_download-block #licensed-software {
  padding:14px;
  border-top: 1px solid #D3D6DE;
  border-radius: 0px 0px 8px 8px;
  background-color: #D3D6DE;
  font-size: 12px;
  text-align: right;
}

#content .software-communities-plugin_download-block #licensed-software a {
  color: #3e67b1;
  text-decoration: underline;
}

/* About Software - Article on homepage */

.profile-homepage #article #article-toolbar #article-header h1 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #172738;
  font: normal normal bold 22px/1.3em arial, 'open_sansbold', helvetica, sans-serif;
}

.profile-homepage #article #article-toolbar #article-header h1.title {
  border: none;
}

.profile-homepage #article #article-header .publishing-info {
  display: none;
}

.profile-type-is-community .profile-homepage .main-block #article .article-body h1,
.profile-type-is-community .profile-homepage .main-block #article .article-body h2,
.profile-type-is-community .profile-homepage .main-block #article .article-body h3,
.profile-type-is-community .profile-homepage .main-block #article .article-body h4,
.profile-type-is-community .profile-homepage .main-block #article .article-body h5,
.profile-type-is-community .profile-homepage .main-block #article .article-body h6 {
  /* border-top: 1px solid #ECEDF1;
  border-bottom: none;
  padding-top: 25px; */
  font-size: 18px;
}

.profile-homepage #article .article-body p {
  margin: 0px 0px 20px 0px;
  line-height: 21px;
  text-align: left;
  font-size: 15px;
}

/*** end of Software Homepage ***/

/*** Categories and Tags block ***/

#content .box-1  .software-communities-plugin_categories-and-tags-block{
  border-top: 4px solid #2C4B6B;
  margin-top: 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D3D6DE;
  margin-bottom: 60px;
}

#content .box-1 .software-communities-plugin_categories-and-tags-block .block-title{
  float: left;
  margin: 13px 0 0 0;
  padding: 3px 5px;
  background: none;
  color: #5E82C6;
  font-family: Arial, verdana;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
}

#content .box-1 .software-communities-plugin_categories-and-tags-block .category_cloud{
  margin: 0px 0px 10px 0px;
  position: relative;
  top: 9px;
}

#content .box-1 .software-communities-plugin_categories-and-tags-block .category_cloud a{
  display: inline-block;
  padding: 1px 10px;
  margin: 5px;
  color: #3E67B1;
  background-color: #ECEDF1;
  border: 1px solid #D3D6DE;
  border-radius: 3px;
  font-size: 12px;
  font-family: Arial, verdana;
}

#content .box-1 .software-communities-plugin_categories-and-tags-block .category_cloud a:hover{
  border-color: #3a70d1;
  background: #3a70d1;
  color: white;
}

#content .box-1 .software-communities-plugin_categories-and-tags-block .category_cloud a:link{
  text-decoration: none;
}

/*** end of categories and tags block ***/

/*** Right bar ***/

/*** WARNING - WHITOUT BOX-4 ***/

/* Link-list block */
.template-default #content .box-3 .block-title{
  border-top: 4px solid #4562b1;
  line-height: 15px;
  background: #eee;
  color: #4562b1;
}

.template-default #content .box-3 .link-list-block li{
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
  border-top: none;
}

.template-default #content .box-3 .link-list-block li a{
  border-right: none;
  border-top: 0px solid #64946E;
  border-radius: 0px 0px 0px 0px;
  padding: 6px 5px 8px 18px;
  width: auto;
  line-height: 17px;
  background-color: #fff;
  background-position: 0px 50%;
  color: #2C66CE;
  font-weight: normal;
  font-size: 14px;
}

.template-default #content .box-3 .link-list-block h3.empty + ul{
  border-top: 1px solid #ddd;
}

.template-default #content .box-3 .link-list-block li a.link-this-page,
.template-default #content .box-3 .link-list-block li a.link-this-page:hover{
  border-right: none;
}

.template-default #content .box-3 .link-list-block li a:hover{
  background-color: #FFFFFF;
  color: #000;
}

.template-default #content .box-3 .link-list-block li a.link-this-page{
  margin-left: 0px;
  width: auto;
  background-color: #ffffff;
  font-weight: bold;
}

/* Repository and Wiki blocks */

.template-default #content .box-3 .wiki-block,
.template-default #content .box-3 .repository-block{
  padding: 0 0 0 10px;
}

.template-default .box-3 #bt_wiki,
.template-default .box-3 #bt_repositorio {
  border-radius: 4px;
  padding: 12px 10px;
  background: #EAEBEE;
  color: #2C66CE;
  font: normal normal normal 12px 'open_sansbold', arial, helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.template-default .box-3 #bt_wiki:hover,
.template-default .box-3 #bt_repositorio:hover {
  color:#172738;
}

.template-default .box-3 #bt_wiki::after,
.template-default .box-3 #bt_repositorio::after{
  margin-top: -2px;
  padding: 4px 0px 4px 2px;
  border-radius: 4px;
  width: 18px;
  right: 10px;
  line-height: 20px;
  position: absolute;
  background: #2C66CE;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  content: url('../images/right-arrow.png');
}

.template-default .box-3 #content #bt_wiki:hover,
.template-default .box-3 #content #bt_repositorio:hover{
  color: #FFF;
  background: #2C66CE;
  text-decoration: none;
}
/*** END - WARNING - WHITOUT BOX-4 ***/

/*** end of right bar ***/

/************ DUPLICATE ************/

/*
    This part of the code is duplicated because, if there is
    a change of layout from template-default to lefttopright
    the CSS fit without many complication.
 */

/*** Right bar ***/

/*** WARNING - WITH BOX-4 ***/

/* Link-list block */
.template-lefttopright #content .box-2 .block-title {
  border-top: 4px solid #4562b1;
  line-height: 15px;
  background: #eee;
  color: #4562b1;
}

.template-lefttopright #content .box-2 .link-list-block li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
  border-top: none;
}

.template-lefttopright #content .box-2 .link-list-block li a {
  border-right: none;
  border-top: 0px solid #64946E;
  border-radius: 0px 0px 0px 0px;
  padding: 6px 5px 8px 18px;
  width: auto;
  line-height: 17px;
  background-color: #fff;
  background-position: 0px 50%;
  color: #2C66CE;
  font-weight: normal;
  font-size: 14px;
}

.template-lefttopright #content .box-2 .link-list-block h3.empty + ul {
  border-top: 1px solid #ddd;
}

.template-lefttopright #content .box-2 .link-list-block li a.link-this-page,
.template-lefttopright #content .box-2 .link-list-block li a.link-this-page:hover {
  border-right: none;
}

.template-lefttopright #content .box-2 .link-list-block li a:hover {
  background-color: #FFFFFF;
  color: #000;
}

.template-lefttopright #content .box-2 .link-list-block li a.link-this-page {
  margin-left: 0px;
  width: auto;
  background-color: #ffffff;
  font-weight: bold;
}

/* Repository block */

.template-lefttopright #content .box-2 .wiki-block,
.template-lefttopright #content .box-2 .repository-block{
  padding: 0 0 0 10px;
}

.template-lefttopright .box-2 #bt_wiki,
.template-lefttopright .box-2 #bt_repositorio {
  border-radius: 4px;
  padding: 12px 10px;
  background: #EAEBEE;
  color: #2C66CE;
  font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.template-lefttopright .box-2 #bt_wiki:hover,
.template-lefttopright .box-2 #bt_repositorio:hover {
  color:#172738;
}

.template-lefttopright .box-2 #bt_wiki::after,
.template-lefttopright .box-2 #bt_repositorio::after{
  width: 18px;
  position: absolute;
  right: 10px;
  margin-top: -2px;
  padding: 4px 0px 4px 2px;
  border-radius: 4px;
  background: #2C66CE;
  color: #FFF;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
  content: url('../images/right-arrow.png');
}

.template-lefttopright .box-2 #content #bt_wiki:hover,
.template-lefttopright .box-2 #content #bt_repositorio:hover{
  color: #FFF;
  background: #2C66CE;
  text-decoration: none;
}

/*** WARNING - WITH BOX-4 ***/

/* Metrics Block */
.software-metrics-block {
  font-family: Arial;
  padding: 3px 0px 0px 10px;
}

.software-metrics-block .metrics-list {
  border-bottom: 1px dotted #D3D6DE;
}

.software-metrics-block .metrics-list li {
  display: table;
  margin-bottom: 8px;
}

.software-metrics-block .metrics-list li span {
  color: #2C66CE;
  display: table-cell;
  vertical-align: top;
}

.software-metrics-block .metrics-list li span#visit-count {
  padding-left: 1px;
}

.software-metrics-block .metrics-list li span#visit-count,
.software-metrics-block .metrics-list li span#downloads-count,
.software-metrics-block .metrics-list li span#benefited-people,
.software-metrics-block .metrics-list li span#saved-resources {
  padding-top: 4px;
}

.software-metrics-block li span.arrow-globe-icon {
  background: url('../images/arrow-globe-icon.png') no-repeat center center;
  width: 25px;
  height: 18px;
  padding-left: 9px !important;
}

.software-metrics-block span.downloads-icon {
  background: url('../images/downloads-icon.png') no-repeat center center;
  width: 25px;
  height: 18px;
}

.software-metrics-block span.face-icon {
  background: url('../images/beneficiados-icon.png') no-repeat center center;
  width: 25px;
  height: 20px;
}

.software-metrics-block span.pig-safe-icon {
  background: url('../images/economizados-icon.png') no-repeat center center;
  width: 25px;
  height: 20px;
}

.software-metrics-block .metrics-list li span {
  letter-spacing: -0.1px;
  line-height: 15px;
  padding-left: 5px;
}

.software-metrics-block .admin-estimation {
  font-size: 11px;
  line-height: 15px;
  margin-top: 7px;
  margin-left: 4px;
}

.software-metrics-block .metrics-list .saved-money {
  font-size: 14px;
}

/*** end of right bar ***/

/************ END DUPLICATE ************/


/*** Software internal pages ***/

/* FAQ page */

#content .main-block .article-body ul.etapas-publicacao {
  margin-bottom: 20px;
}

#content .main-block .article-body ul.etapas-publicacao li {
  margin-bottom: 10px;
  list-style: none;
  list-style-position: inside;
}

#content .main-block .article-body ul.etapas-publicacao li strong {
  margin-right: 6px;
  border-radius: 50%;
  padding: 1px 0 0 0;
  background: #333;
  height: 23px;
  width: 24px;
  color: #fff;
  text-align: center;
  float: left;
}

#content .main-block .article-body .etapas-publicacao-2 {
  font-weight: bold;
}

/* Tutorial page */

#content .main-block .article-body p strong {
  font-size: 16px;
}

#content .main-block .article-body .etapas-publicacao .etapas-publicacao-2 {
  display: table-cell;
}

#content .main-block .article-body .etapas-publicacao p {
    margin: 0px 0 0 31px;
}

/* Manual page */

#content .main-block #article .folder-content .item-info {
  border-top: 1px solid #ccc;
  padding: 30px 20px 32px 0px;
}

#content .main-block #article .folder-content .folder-item:last-child .item-info {
  border-bottom: 1px solid #ccc;
}

#content .main-block #article .folder-content .item-icon {
  margin: 2px 0px auto auto;
  padding: 45px 40px 4px 10px;
  border: 1px solid #2C66CE;
  border-radius: 4px;
  background: #2C66CE url("../images/history-mini_icon.png") center center no-repeat;
  display: block;
  float: left;
}

#content .main-block #article .folder-content .item-icon a {
  display: none;
}


#content .main-block #article .folder-content .item-description {
  margin-left: 65px;
  padding-left: 0px;
}

#content .main-block #article .folder-content .item-description a {
  color: #172938;
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  word-wrap: break-word;
}

/* It's a Specific rule to the Google Chrome. */
@supports (-webkit-appearance:none) {
  #content .main-block #article .folder-content .item-description a {
    color: #172938;
    font-size: 18px;
    font-family: Arial;
    font-weight: 700;
    white-space: pre;
    word-wrap: break-word;
  }
}

#content .main-block #article .folder-content .item-date {
  margin-left: 65px;
  padding-left: 0px;
}

/*** end fo software internal pages ***/

/*Secondary page discussion*/

#content .model-discussion-page{
  text-align: left;
  font-color:#172738;
}

#content .model-discussion-page .frequently-questions-top h2,
#content .model-discussion-page .frequently-questions-middle h2,
#content .model-discussion-page .frequently-questions-last h2{
  font-size: 22px;
}

#content .main-block .model-discussion-page p strong{
  font-size: 14px;
}

.model-discussion-page .frequently-questions-top ul,
.model-discussion-page .frequently-questions-middle ul,
.model-discussion-page .frequently-questions-last ul{
  margin:0;
  padding-bottom: 20px;
  width: 100%;
}

.model-discussion-page .frequently-questions-top li,
.model-discussion-page .frequently-questions-middle li,
.model-discussion-page .frequently-questions-last li {
  display: inline-table;
  padding:15px 10px 8px 10px;
  margin-right:2px;
  border:1px solid #ECEDF1;
  border-radius: 3px;
  background:#ECEDF1;
  width: 28%;
  text-align: left;
}

#content .model-discussion-page .frequently-questions-top li a,
#content .model-discussion-page .frequently-questions-middle li a,
#content .model-discussion-page .frequently-questions-last li a {
  text-decoration: none;
  color:#172738;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.model-discussion-page .send-glyph a:before,
.model-discussion-page .list-glyph a:before,
.model-discussion-page .cancel-glyph a:before{
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 10px;
  font-weight: normal;
  float: left;
  margin:2px 10px 45px 0px;
}

.model-discussion-page .send-glyph a:before{
  content: "\f1d8";
}

.model-discussion-page .list-glyph a:before{
  content: "\f00b";
}

.model-discussion-page .cancel-glyph a:before{
  content: "\f05e";
}

.model-discussion-page .item-discussion-page-list{
  font-size: 15px;
  font-family:'open_sansregular';
  font-weight: 800;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.model-discussion-page .frequently-questions-top .list-glyph,
.model-discussion-page .frequently-questions-middle .cancel-glyph,
.model-discussion-page .frequently-questions-last .send-glyph {
  background:#C4C7CC;
  border:1px solid #C4C7CC;
}

.model-discussion-page .email-list,
.model-discussion-page .sub-question{
  display: block;
}
#content .model-discussion-page .email-list a,
#content .model-discussion-page .email-list a:hover{
  color:#3E67B1;
}

.model-discussion-page .sub-question{
  font-family: 'open_sansregular';
  font-weight: 800;
  padding-top: 30px;
}

#content .main-content a.discussion-list{
  background: #3A65BD;
  padding: 7px 15px;
  border: 1px solid #4562B0;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  margin: 10px 0;
}

#content .main-content a.discussion-list:hover{
  background: #2A4DAB;
}

#content .main-content .discussion-access{
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}

/* software_communites new software page refactor */

.new-software-form .optional-box{
  margin-bottom: 20px;
}

.action-account-change_password div#errorExplanation,
.new-software-form div#errorExplanation{
  margin-left: 0px;
  color: #FF0366;
}

.action-account-change_password div#errorExplanation{
  margin-bottom: 10px;
}

.action-account-change_password div#errorExplanation ul li,
.new-software-form div#errorExplanation ul li{
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 13px;
}

.action-account-change_password #content .main-content div#errorExplanation h2,
.new-software-form div#errorExplanation h2{
  color: #000;
  padding: 0px;
  font-size: 16px;
  background: none;
  text-align: left;
}

.action-profile_editor-edit_software_community #content .main-block .step-explanation span {
  font-size: 12px;
}

.action-software_communities_plugin_myprofile-new_software #content .main-block form .highlight-error[type="text"],
.action-software_communities_plugin_myprofile-new_software #content .main-block form .highlight-error{
  border: 1px solid #FF0366;
  box-shadow: none;
}

.action-software_communities_plugin_myprofile-new_software #content .main-block form #software_info_finality{
  width: 490px;
}

.action-software_communities_plugin_myprofile-new_software #content .main-block form .obrigatory-field .highlight-error[type="text"],
.action-software_communities_plugin_myprofile-new_software #content .main-block form .optional-field input[type="text"],
.action-software_communities_plugin_myprofile-new_software #content .main-block form .obrigatory-field input[type="text"]{
  width: 500px;
}

.new-software-form .optional-field label.formlabel,
.new-software-form .optional-box label {
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #231f20;
}

.new-software-form #content .main-block form .optional-box #profile_change_picture.software-label-box{
  width: 470px;
  border-radius: 4px;
}

.action-software_communities_plugin_myprofile-new_software #content .main-block form #profile_change_picture{
  border: none;
}

.new-software-form .formfieldline{
  padding: 0px;
}

.new-software-form #community_image_builder_uploaded_data{
  border: none;
}

.new-software-form #community_image_builder_label{
  display: none !important;
}

.new-software-form .formfield input{
  text-indent: 0px;
  padding: 0px;
  font-size: 14px;
}

/* end of software_communites new software page refactor */

/* software_steps */
.software-step-info{
  padding-bottom: 30px;
  display: block;
}

.software-step-info ul li{
  float: left;
  margin-right: 30px;
  border-right: 1px solid #eee;
  padding-right: 30px;
  font-size: 14px;
}

.software-step-info ul li:last-child{
  border: none;
  margin: 0;
  padding: 0;
}

.software-step-info ul li .current-step{
  background: #FF0366;
}

.software-step-info ul li span{
  display: inline-block;
  height: 21px;
  width: 21px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  margin-right: 6px;
  background: #333;
  padding: 1px 0 0 0;
  font-weight: 700;
}
/* end of software_steps */