/* common */
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 100%;
    color: #000;
    min-width: 980px;
}

.left-clear {
    clear: left;
}

.right-clear {
    clear: right;
}

.both-clear {
    clear: both;
}

.centering {
   text-align: center;
   margin-bottom: 18px;
}

.flex-outer {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.flex-center {
    justify-content: center;
}

.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

th.centering, td.centering {
    text-align: center;
    align: center;
    margin-bottom: 0px;
}

.nowrap {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
}

.normal-word-wrap {
    word-break: normal;
    word-wrap: normal;
    white-space: normal;
}

.normal-word-wrap a {
    word-break: normal;
    word-wrap: normal;
    white-space: normal;
}

.font-weak {
    font-weight: normal;
    color: #666;
}

.force-wrap {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.preview-wrap {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.preview-wrap:after {
    content: "Preview";
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    -o-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

div.spinner > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-display-inline {
    display: inline;
}

#frame blockquote p {
    font-size: 100%;
}

hr.separator {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
}

.private-icon-wrap {
    color: red;
}

hr.divider {
    margin: 10px 0px;
}

div.debug {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

/* head common */
#main_header {
    background: #F8F8F8;
    border-bottom: 1px solid lightGrey;
}

body.no_ads #main_header {
    border-bottom: none;
}

/* heaedr text ad */
#head-ad-text-wrap {
    padding:2px;
    height: 20px;
    font-size: 15px;
    line-height:20px;
    font-family:'MS PGothic',verdana,arial,sans-serif;
    position:relative;
    overflow:hidden;
    background: #F8F8F8;
    border-bottom: 1px solid lightGrey;
    border-top: 1px solid lightGrey;
    margin-bottom: 5px;
}

input[type="text"].invalid, textarea.invalid {
    background-color: #ffceca;
}

#head-ad-text a {
    vertical-align:top;
}

#head-ad-text iframe, #head-ad-text div{
    border:none;
    overflow:hidden;
    display:inline;
    margin-right:2px
}

/* top ad */
#ad-leaderboard {
    margin: 0px auto;
    text-align: center;
    font-size:0;
    line-height:0;
    height:90px;
    overflow:hidden;
    padding: 7px 3px;
}

/* footer ad */
#ad_dev_footer {
    margin: 5px;
}

#ad_dev_footer div{
    vertical-align:top;
    display:inline-block;
}

/* footer */
#osdnsitefooter {
    border-top: 4px solid Grey;
    padding:15px 0;
    text-align:left;
    background: #184860;
    font-size: 90%;
    background: #F0F0F0;
    clear: both;
}

#osdnsitefooter .cols {
    margin-bottom:20px;
}

#osdnsitefooter .col {
    float:left;
    width:20%;
}
#osdnsitefooter .col ul {
    margin: 0px;
    padding:6px 0 0 13px;
    border-left:1px solid #AAA;
}

#osdnsitefooter .col.first ul {
    border:none;
}

#osdnsitefooter .col li {
    position:relative;
    margin:0;
    list-style: none;
}

#osdnsitefooter .col span {
    display:block;
    margin:0 0 0 14px;
    padding:0;
    color: #000000;
    font-weight:bold;
}

#osdnsitefooter .col a {
    display:block;
    font-weight:normal;
    color: Grey;
}

#osdnsitefooter .col a:hover {
    color: #000;
}

#osdnsitefooter .spacer {
    clear: left;
}

#copyright {
    margin: 0px auto 20px;
    padding: 0px;
    text-align: center;
    color: Grey;
}

#copyright a {
    color: Grey;
    text-decoration: underline;
}

#copyright a:hover {
    color: #000;
}
/* 2010 footer end */

/* main content wrap */
#frame {
    padding: 6px;
    font-size: 90%;
    width: 100%;
}

#frame .modal {
    font-size: 14px;
}

#frame td {
    vertical-align: top;
}

#left-column {
    width: 100%;

}

#sidebar-column {
    width: 300px;
}

div#sidebar-column.sidebar-column-mobile {
    margin: 30px auto;
}

/* left-coloumn */
#breadcrumbs {
    color: #56626d;
    font-size: 90%;
    margin: 0px;
    overflow-wrap: break-word;
}

#breadcrumbs a {
    color: #56626d;
}

#top-nav {
    background-color: #fff;
    padding-bottom: 3px;
    overflow-wrap: break-word;
}

#top-nav h2 {
    margin: 0px;
    font-size: 200%;
    padding-top: 6px;
    padding-bottom: 6px;
}

#top-nav h2.main-subtitle {
    font-size: 120%;
    margin-top: -14px;
    padding: 0px 8px;
    font-weight: 500;
    color: #56626d;
}

#top-nav h2 .group-logo {
    margin: 0 5px 5px 5px;
    vertical-align: middle;
}

#top-nav h2 .btn {
    margin-left: 10px;
    vertical-align: middle;
}

#top-nav h2 .btn i {
    vertical-align: middle;
}

#top-nav h2 .btn-group {
    margin-left: 10px;
}

#top-nav h2 .btn-group .btn {
    margin-left: -1px;
}

#top-nav h2 .divider {
    color: #aaa;
}

#top-nav .user-icon-header-link img {
    margin: 0;
}

#top-nav .user-icon-header-link {
    font-size: 12px;
    line-height: 1;
    margin: 12px 12px 6px 3px;
    font-weight: normal;
    text-align: center;
    display: block;
    float: left;
    white-space: nowrap;
}

#top-nav .user-icon-header-link-chamber {
    min-height: 62px;
}

#top-nav .chamber-header-links {
    font-size: 92%;
}

#top-nav .chamber-header-links {
    color: #777;
}

#top-nav .chamber-header-links a {
    color: #777;
}

#top-nav .chamber-header-links .origin-notice {
    color: #999;
}

#top-nav .chamber-header-links img {
    vertical-align: sub;
    border: 0;
    margin-right: 2px;
}

#top-nav h1 .divider {
    color: #aaa;
}

#top-nav .nav-tabs {
    clear: left;
}

@media (max-width: 1100px) {
    ul.content-menu-for-develop > li > a {
	font-size: 12px;
	padding-left: 6px;
	padding-right: 6px;
    }
}

#menu-title-span a, #menu-title-span a:hover, #menu-title-span a:visited, #menu-title-span a:active {
   color: black;
   text-decoration: none;
}

/* headline */
.headline-delimiter {
    background: none repeat scroll 0 0 #707070;
    margin: 5px 0px;
    padding: 3px 6px;
    color: #ddd;
    font-weight: bold;
    font-size: 100%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    line-height: 23px;
}

.headline-delimiter a {
    color: #fff;
    text-decoration: underline;
}

.headline1 {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #D3D3D3;
    border-left: 4px solid #F67B16;
    margin: 0;
    padding: 3px 6px;
    color: #111;
    font-weight: bold;
    font-size: 100%;
}

.bottom-margin {
    margin-bottom: 20px;
}

.headline2 {
    border-left: 2px solid #F67B16;
    border-bottom: 2px solid #D3D3D3;
    padding: 2px;
    font-weight: normal;
    font-size: 95%;
    color: #000;
}

.headline3 {
    border-left: 2px solid #F67B16;
    border-bottom: 1px dashed #D3D3D3;
    padding: 2px 4px;
    font-weight: normal;
    font-size: 90%;
    color: #000;
}

.box {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

/* block-message */
.block-message {
    background-image: none;
    background-color: #FDF5D9;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 10px;
    border-color: #FCEEC1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    margin: 10px 0px;
}

.block-message.info {
    background-color: #DDF4FB;
    border-color: #C6EDF9;
}

.block-message.error {
    background-color: #FDDFDE;
    border-color: #FBC7C6;
}

.block-message.success {
    background-color: #D1EED1;
    border-color: #BFE7BF;
}



/* misc */
span.rss {
    display: inline;
    background: url("../ic/feed-14x14.png") no-repeat left center transparent;
    padding-left: 15px;
}

span.anon {
    background-color: #FFCECA;
    border: 1px solid red;
    font-size: 85%;
}

span.deleted-item {
    display: inline;
    color: #aaa;
}

div.operations {
    margin: 5px 0px;
}

#star_stats_head {
    background: url(../jquery/raty/star-on.png) no-repeat left;
    padding-left: 16px;
}

div.sitestats-row {
    margin-left: 100px;
    text-align: right;
}

table.top-ranking th {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
    text-align: center;
}

table.top-ranking th.left {
    text-align: left;
}

table.top-ranking td {
    text-align: center;
}

table.top-ranking td.left {
    text-align: left;
}

.listing-item-wrap {
    margin-top: 10px;
}

#freecodecom-ranking table.top-ranking > tbody > tr > td:nth-child(1),#freecodecom-ranking table.top-ranking > tbody > tr > td:nth-child(2), #freecodecom-ranking table.top-ranking > tbody > tr > td:nth-child(4), #user_profile_info_in > table > tbody > tr > td:nth-child(1) {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
}

.pie-chart-box {
    width: 100px;
}

.pie-chart-box h5 {
    margin: 0 0 0 20px;
}

.pie-chart-box .alert {
    padding: 8px;
    font-size: 12px;
}

.pie-chart-box > ul.unstyled {
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 85%;
}

.pie-chart-area {
    width: 100px;
    height: 100px;
}

.ofi-info-wrap {
    padding: 8px 12px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border: 1px solid #D3D3D3;;
    border-radius: 4px;
    font-size: 8px;
    font-color: #333;
    background-color: #eee;
    word-break: normal;
    word-wrap: normal;
    white-space: normal;
    font-style: italic;
}

.ofi-link {
    margin-bottom: 20px;
}

.well .desc {
    padding: 8px;
    margin-bottom: 8px;
}

.alert-large {
    font-size: 150%;
    line-height: 120%;
}

/* bootstrap */
code {
    white-space: normal;
}

#main_header .navbar .brand,
.preview-wrap .navbar .brand {
    margin:0;
    padding: 8px 4px 0;
    height:17px;
    font-size:12px;
    line-height:1;
}

.navbar {
    margin-bottom: 0px;
}

.nav-tabs > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

.dropdown-menu > li.nav-header {
    font-size: 14px;
}

.dropdown-menu > li.nav-header > a {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-transform: uppercase;
    padding: 0px;
    margin-left: 0px;
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 10px;
}

.right-edge-menu .dropdown-menu {
    right: 0px;
    left: auto;
}

#main_header .navbar-inner {
    padding-left: 3px;
    padding-right: 3px;
}

.container-fluid {
    padding-left: 3px;
    padding-right: 3px;
}

#main_header .navbar-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#top-nav .nav {
    margin-bottom: 0px;
}

#main_header .user-image {
    margin-top: -5px;
}

.no-top-round {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.no-background {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.no-border {
    border: none;
}

.no-padding-top {
    padding-top: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

ul.no-dot > li > ul {
    margin-left: 15px;
}

ul.no-dot > li > span {
    font-weight: bold;
}

ul.no-dot > li > ul > li {
    list-style: none;
}

.well ul.pager {
    margin-bottom: 0px;
}

.headline1 .btn + .btn {
    margin-left: 3px;
}
.headline1 .btn + .btn.pull-right {
    margin-right: 3px;
}

.control-group > .controls > p {
    padding-top: 6px;
}

.image-wrap > div {
    margin-bottom: 8px;
}

.topnav-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 2px 2px 3px #333;
    -moz-box-shadow:  2px 2px 3px #333;
    box-shadow:  2px 2px 3px #333;
    z-index: 101;
}

.dropdown-menu {
    max-width: 350px;
}

.dropdown-menu > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-toggle span.spclass-float-left-nontext,
.dropdown-menu span.spclass-float-left-nontext {
    margin-top: 4px;
}

.dropdown-menu li.dropdown-label {
    margin: 0px 5px;
    border-top: 1px solid #ddd;
}

.dropdown-menu li.dropdown-label.no-border {
    border-top: none;
}

#searchform {
    margin-top: 3px;
    margin-bottom: 3px;
}

.datepicker {
    z-index: 1051;
}

.disabled .input-append .ad-on i {
    cursor: default;
}

#searchform > select {
    margin-bottom: 5px;
}

#message-area {
    position: fixed;
    top: 3px;
    left: 3px;
    width: 300px;
    z-index: 10100;
}

#message-area .alert {
    opacity: 0.9;
    min-height: 50px;
    margin: 10px;
}

#message-area .alert > li {
    list-style: none;
}

.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #f5f5f5;
}

#reviewranking-form > label {
    width: 140px;
    text-align: right;
}

#workspace-list {
    max-width: 400px;
}

#workspace-list a.no-clear {
    clear: none;
}

#workspace-list a.workspace-item {
    margin-right: 44px;
}

#workspace-list a.workspace-admin-item {
    height: 20px;
}

#workspace-list a.workspace-admin-item i {
    line-height: 20px;
}

.feed-item {
    font-weight: bold;
}

.feed-item i {
    background: #DC4C00;
    color: #fff;
    padding: 1px 1px 0 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

div.well .feed-title,
.headline1 .feed-title {
    padding-left: 16px;
    background: url(/ic/feed-14x14.png) no-repeat left center;
    margin-bottom: 0;
}

div.well .feed-info {
    font-size: 90%;
    font-style: italic;
}

div.well .date-small {
    font-size: 11px;
    color: #888;
}

ul.link-item-list {
    padding-left: 10px;
}

div.timeline-item {
    padding: 8px;
    margin: 8px;
    margin-bottom: 10px;
    word-break: break-all;
    word-wrap: break-word;
}

div.timeline-misc {
    border-left: 2px solid #F67B16;
    border-bottom: 1px dashed lightGrey;
    padding: 2px;
    font-weight: normal;
    color: black;
}

div.timeline-misc > div {
    display: inline-block;
    margin: 0px 8px;
}

div.timeline-detail {
    margin-left: 3px;
}

div.timeline-detail .histnote {
    padding: 5px 10px 0px;
    font-size: 85%;
    font-style: italic;
    color: #777;
}

div.well .magazine-article-short {
    margin-bottom: 10px;
}

.modal-body input[type='file'] {
    width: 100%;
}

.modal-body .image_user_photo {
    margin-right: 8px;
    margin-bottom: 8px;
}

.input-xlarge-sfjp {
    width: 440px;
}

.progress .bar-empty {
    background-color: transparent;
    background-image: none;
    color: #000;
}

.modal-body {
    max-height: 250px;
}

@media (min-height: 900px) {
    .modal-body {
	max-height: 500px;
    }
}

label.disabled {
    opacity: .55;
    cursor: default;
}

.collapse.in, .collapse.force_in {
    overflow: visible;
}

.collapse.force_in {
    overflow: visible;
    height: auto;
}

.dashboard-menu .dashboard-menu-button,
.projectadmin-menu-button {
    display: none;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* adjust h* size to bootstrap 2.0.4 compat */
h1 {
  font-size: 34px;
  line-height: 36px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 24.5px;
}

h3 small {
  font-size: 14px;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
/* END: adjust h* style to bootstrap 2.0.4 compat */

/* sidebar */
#sidebar-column .user_photo {
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#sidebar-column div.sidebar-button {
    display: inline-block;
}

#user_tag_info_button {
    float: left;
}

#searchbox {
    width: 150px;
}

form.thin, label.thin, .alert.thin {
    margin-bottom: 0px;
}

form.inline {
    display: inline;
}

#main_header .navbar .nav > li > a {
    padding-bottom: 9px;
}

#main_header .navbar-inner {
    min-height: 30px;
}

.navbar .nav > li > a.sfjp-nav-icon {
    padding-left: 35px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
}

.navbar .nav li.dropdown > ul.dropdown-menu > li > a.sfjp-nav-icon {
    margin-left: 15px;
    padding-left: 35px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    line-height: 24px;
}

a.sfjp-nav-icon-download {
    background-image: url(../twg-icons/default/inbox_24.png);
}

.navbar .nav > li.active > a.sfjp-nav-icon-download, a.sfjp-nav-icon-download:hover {
    background-image: url(../twg-icons/white/inbox_24.png);
}

a.sfjp-nav-icon-magazine {
    background-image: url(../twg-icons/default/book_24.png);
}

.navbar .nav > li.active > a.sfjp-nav-icon-magazine, a.sfjp-nav-icon-magazine:hover {
    background-image: url(../twg-icons/white/book_24.png);
}

a.sfjp-nav-icon-devel {
    background-image: url(../twg-icons/default/spanner_24.png);
}

.navbar .nav > li.active > a.sfjp-nav-icon-devel, a.sfjp-nav-icon-devel:hover {
    background-image: url(../twg-icons/white/spanner_24.png);
}

a.sfjp-nav-icon-home {
    background-image: url(../twg-icons/default/home_24.png);
}

.navbar .nav > li.active > a.sfjp-nav-icon-home, a.sfjp-nav-icon-home:hover {
    background-image: url(../twg-icons/white/home_24.png);
}

a.sfjp-nav-icon-langmenu {
    background-image: url(../twg-icons/default/globe_24.png);
}

.navbar .nav > li.active > a.sfjp-nav-icon-langmenu, a.sfjp-nav-icon-langmenu:hover {
    background-image: url(../twg-icons/white/globe_24.png);
}

a.sfjp-nav-icon-pastebin {
    background-image: url(../twg-icons/default/note_24.png);
}

.navbar .nav > li.active > a.sfjp-nav-icon-pastebin, a.sfjp-nav-icon-pastebin:hover {
    background-image: url(../twg-icons/white/note_24.png);
}

a.sfjp-nav-icon-contribute {
    background-image: url(../twg-icons/default/heart_24.png);
}

.navbar .nav > li.active > a.sfjp-nav-icon-contribute, a.sfjp-nav-icon-contribute:hover {
    background-image: url(../twg-icons/white/heart_24.png);
}

#sidebar-column .user-list-wrap {
    width: 300px;
}

.modal form {
    margin-bottom: 0px;
}

textarea.modal-full-width {
    width: 520px;
}

.radio-sw-desc {
    height: 28px;
    line-height: 28px;
}

.radio-switch-title {
    float: left;
    min-width: 70px;
    padding: 4px 10px;
}

.cookie-bar__inner .cookie-bar__header > a.close {
    text-decoration: none;
}

/* social button */
.social-buttons {
    width: 300px;
    height:25px;
    overflow: hidden;
}

#sidebar-column .social-buttons {
    margin-bottom: 5px;
}

.social-button-wrap {
    max-width: 110px;
    overflow: hidden;
    float: left;
}

#fb-button {
    padding-right: 2px;
}

#gplus-button {
    width: 80px;
}

.no-sidebar-common {
    width: 300px;
}

/* for user/project stats */
.stats-note {
    padding-left: 10px;
    color: #666;
    margin-bottom: 30px;
}

#graph_title {
    text-align: center;
}

#stat_graph {
    width:550px;
    height:300px;
    margin-left :auto;
    margin-right:auto;
}

#stats_graph_mini {
    width:190px;
    height:80px;
    float:left;
    display: none;
}

#stats_graph_mini_review {
    width:350px;
    height:120px;
    margin-left: 20px;
    margin-top: 10px;
    float:left;
    display: block;
}

#graph_report_type {
    margin:10px 0px;
}

#graph_url {
    width: 98%;
}

.graph-url-btn-wrap {
    margin-right: 20px;
}

.graph-url-btn-wrap .popover {
    width: 600px;
}

.tickLabel {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
}

.loading {
    text-align:center;
    background: #ffffff url(../ajax-loading_100x100.gif) no-repeat scroll center center;
    height: 100px;
}

table.stats-table th, table.stats-table td {
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}

table.stats-table th {
    text-align: center;
}
table.stats-table td {
    text-align: right;
}

table.stats-table tfoot td {
    border-top: 3px double #ddd;
}

table.table-thin th, table.table-thin td {
    padding: 3px;
    font-size: 85%;
}

#frame table.table th, #frame table.table td {
    vertical-align: middle;
}

button.stats-graph-select {
    margin: 2px;
}

img.user-image-type-photo {
    padding: 2px;
    background-color: #EEE;
    border: 1px solid #AAA;
}

#top-nav div.title-user-logo-wrap {
    float:left;
    height: 36px;
    width: 36px;
}

#top-nav div.title-user-logo-wrap img.user-image-type-photo {
    padding: 0px;
    border: none;
}

#user-info-wrap .user_photo, #user-info-wrap table.user_misc_info, #related-users, #related-projects {
    float:left;
    margin-right: 10px;
}

.user_misc_info .popover {
    max-width: 400px;
}

#related-users img.user-image-type-photo,
#related-projects img.group-logo-type-icons {
    padding: 0px;
    border: none;
    vertical-align: middle;
}

div.related-images-wrap {
    display: block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    float: left;
}

div.related-images-wrap:nth-child(4n+1) {
    clear:left;
}

.project-member-item {
    margin-bottom: 10px;
}

.project-member-info,
.related-project-info  {
    display: inline-block;
    margin: 3px;
    text-align: center;
    font-size: 10px;
}

#project-dropdown {
    float: left;
    display: none;
}

#project-dropdown > .btn-group {
    margin-left: 5px;
    display: block;
}

#project-dropdown > .btn-group + .btn-group {
    margin-top: 10px;
}

@media (min-width: 1270px) {
    #project-dropdown {
	display: block;
    }
}
.milestones ul, .milestones span.no_milestone,
.tickets ul{
    margin-left: 1em;
}

.milestones ul > li {
    margin-bottom: .5em;
}

.tickets ul > li {
    margin-bottom: .5em;
    font-size: 90%;
}

.milestones ul > li > span {
    font-size: 90%;
    margin-left: 1em;
}

.milestones ul > li em {
    font-weight: bold;
}

#milestones-table tr.hidden-milestone {
    display: none;
}

li.accordion_more {
    text-align: right;
}

li.accordion_hidden {
    display:none;
}

.review-type-select img {
    margin-top: 3px;
    margin-left: 3px;
}

.modal-headline {
    margin-bottom: 15px;
}

@media (min-width: 1130px) {
    #stats_graph_mini {
	display: block;
    }
}

a.user-link, a.group-link {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
}

a.user-link img, a.group-link img {
    margin-right: 2px;
    border: none;
}

img.group-logo-type-icon {
    vertical-align: middle;
}

.chk-label-set {
    white-space: nowrap;
}

.chk-label-set input[type="checkbox"] {
    vertical-align: top;
}

#account_basic_info_edit tr {
    margin-bottom: 5px;
    height: 30px;
}

#account_basic_info_edit tr > td {
    vertical-align: middle;
}

#account_basic_info_edit tr > td:nth-child(1) {
    text-align: right;
}

#account_basic_info_edit tr > td:nth-child(2) {
    padding-left: 5px;
}

#account_basic_info_edit td select {
    margin-bottom: 0px;
}

.sshdsa-warn i {
    color: #d3c417;
}

/* for user profile */
#profile_keywords {
    margin-bottom: 20px;
}

td.profile-time-wrap {
    width: 132px;
    font-size: 13px;
}

td.profile-btn-wrap {
    width: 90px;
    text-align: center;
}

td.profile-btn-wrap .dropdown-menu {
    text-align: left;
}

.wp-rss-fetch .date-small {
    margin-left: 8px;
}

.modal-body .ssh-keys {
    font-size: 95%;
}

.tagCloud {
    background-color:#575454;
    padding: 10px;
    margin: 10px auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    max-width: 600px;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 120%;
}

.tagCloud h4 {
    background: transparent url(../crystal/32x32/apps/drop.png) top left no-repeat;
    padding: 4px;
    padding-left: 34px;
    margin: 0px;
    margin-bottom: 8px;
    font-size: 120%;
    color:#fff;
}

.tagCloud span {
  margin-right: 10px;
}

.tagCloud span a {
    text-decoration:none;
    color:#ddd;
}

.tagCloud span a:hover {
    text-decoration:underline;
    color:#fff;
}

.tagCloud_more {
    clear:left;
    text-align: right;
}

.sfjpTags_edit_box .tagCloud {
    background: #eeeeee;
    font-size: 90%;
    color: #111111;
    width: auto;
    max-width: 100%;
    margin: 3px;
    padding: 5px;
    display: none;
}

.sfjpTags_edit_box .tagCloud h4 {
    background-image: none;
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: 100%;
    color:#111111;
}

.sfjpTags_edit_box .tagCloud span {
    text-decoration: underline;
    cursor: pointer;
    margin-right: 5px;
}

#user_skills_add_box .tagCloud {
    display: block;
}

.user_profile_tag_edit_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.user_profile_tag_edit_wrap > div {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chamber-body .sfjpTags_edit_box,
.chamber-issue-item .sfjpTags_edit_box {
    float: right;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 6px 0;
}

.chamber-issue-edit .sfjpTags_edit_box {
    width: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 6px 0;
}
.chamber-issue-edit .sfjpTags_wrap,
.chamber-issue-item .sfjpTags_wrap {
    font-size: 100%;
}

#profile-chamber-list-table tr.hold {
    background: #b5b5b5;
}

.sfjpTags_edit_box .tagCloud {
    background: #eeeeee;
    font-size: 90%;
    color: #111111;
    width: auto;
    max-width: 100%;
    margin: 3px;
    padding: 5px;
    display: none;
}

.sfjpTags_edit_box .tagCloud h4 {
    background-image: none;
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: 100%;
    color:#111111;
}

.sfjpTags_edit_box .tagCloud span {
    text-decoration: underline;
    cursor: pointer;
    margin-right: 5px;
}

/* for tag edit UI */
.sfjpTags_wrap {
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 3px;
    font-size: 90%;
}

.sfjpTags_wrap h5 {
    border-bottom: 1px solid #EEEEEE;
    color: #222222;
    padding: 0 5px 3px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 3px;
}

.sfjpTags_wrap .tag {
    float: left;
    color:#19558D;
    line-height: 19px;
    background-color:#DFEAF4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin:0 3px 3px 0;
}

.sfjpTags_wrap .tag a {
    padding: 0 0.4em;
}

.sfjpTags_wrap .edit-mode .topic-remove:hover,
.sfjpTags_wrap .tag a:hover {
    text-decoration: none;
    background-color:#19558D;
    color: white;
}

.sfjpTags_wrap .edit-tags, .sfjpTags_wrap .done {
    margin-top:1px;
    color:#999999;
    background:url(../tag/pencil.png) no-repeat scroll left center transparent;
    font-size:11px;
    font-weight:normal;
    letter-spacing:0;
    margin-left:3px;
    padding:2px 6px 1px 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.sfjpTags_wrap .edit-tags:hover, .sfjpTags_wrap .done:hover {
    color:#FFFFFF;
    text-decoration:none;
    color:#405A04;
    background-color:#D1E1AD;
}

.sfjpTags_wrap .topic-remove {
    background-image: url(../tag/delete.png);
    float: right;
    width: 12px;
    background-position: center 3px;
    background-repeat: no-repeat;
    height: 19px;
    color: #19558D;
    text-indent: -999em;
    overflow: hidden;
}

.sfjpTags_wrap .topic-remove:hover {
    background-position: center -13px;
    text-decoration: none;
    color: #ffffff;
}

.sfjpTags_wrap input {
    border-color:#999999 #999999 #888888;
    border-style: solid;
    border-width: 1px;
    font-size:13px;
    padding:3px;
    margin-bottom: 0px;
}

.sfjpTags_wrap .add-mode {
    float: right;
}

.sfjpTags_wrap h5.sfjpTags_wrap_title_user_like {
    padding-left: 18px;
    background: transparent url(../crystal/16x16/apps/amor.png) no-repeat left top;
}

.sfjpTags_wrap h5.sfjpTags_wrap_title_user_hate {
    padding-left: 18px;
    background: transparent url(../crystal/16x16/actions/metacontact_offline.png) no-repeat left top;
}

.sfjpTags_wrap h5.sfjpTags_wrap_title_user_qualification {
    padding-left: 18px;
    background: transparent url(../crystal/16x16/apps/katuberling.png) no-repeat left top;
}

.sfjpTags_wrap h5.sfjpTags_wrap_title_user_misc {
    padding-left: 18px;
    background: transparent url(../crystal/16x16/actions/irc_channel.png) no-repeat left top;
}

.action-buttons-menu {
    text-align: right;
}

/* scm list */
.repos-url {
    margin-bottom: 10px;
}
.repos-url .radio-switch-title {
    min-width: 0px;
}

.repos-url .radio-switch {
    float:left;
}

.repos-url input[type="text"] {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-bottom: 0px;
}

.repos-url .btn-group > .btn:last-child {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

div.user_info .user_photo, div.user_info .user_misc_info, div.user_info .user_links, div.user_info .user_login {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

div.user_info .user_login {
    height: 42px;
    line-height: 42px;
}

div.user_info .user_misc_info {
    width: 180px;
}

div.user_info .user_links {
    width: 300px;
}

div.user_info .user_links h5.subtitle, div.user_info .user_login span.subtitle {
    font-size: 100%;
    font-weight: bold;
    border-bottom: none;
    color: #000;
    text-shadow: 1px 1px 0 rgba(240, 240, 240, 0.7);
}

div.user_info .user_links a.user_links_menu {
    text-decoration: underline;
}

#user_image_table {
    float: right;
    text-align: center;
}

.user_image_wrap {
    width: 98px;
    height: 98px;
    background-color: #EEE;
    text-align: center;
    vertical-align: middle;
}

.chamber_fork_btn_wrap {
    display: inline-block;
}

.chamber_fork

#chamber_fork_form .invalid {
    background-color: #ffceca;
}

div.readme_box {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    color: #333;

    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    background-color: white;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 20px;
}
div.readme_box div.system-messages {
    display: none;
}

div.strip-desc-wrap {
    margin-bottom: 20px;
}

/* on/off switch */
.onoffswitch {
    position: relative; width: 100px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
label.onoffswitch-label {
    margin-bottom: 0px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner > div {
    float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner .onoffswitch-active {
    padding-left: 10px;
    padding-right: 22px;
    background-color: #5BB75B; color: #FFFFFF;
    text-align: center;
    border-radius: 20px;
}
.onoffswitch-inner .onoffswitch-inactive {
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    padding-left: 22px;
    text-align: center;
    border-radius: 20px;
}
.onoffswitch-switch {
    width: 18px; margin: 3px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 72px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch-inline-wrap {
    display: inline-block;
    margin-right: 20px;
}

.onoffswitch-inline-wrap > label {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    color: #666;
    font-style: italic;
}
.onoffswitch-inline-wrap .onoffswitch {
    float:left;
}

.with-desc {
    margin-right: 5px;
}

.onoffswitch-desc {
    height: 28px;
    line-height: 28px;
}

.onoffswitch-desc.inline-block {
    display: inline-block;
    margin-right: 4px;
}

.onoffswitch-title {
    float: left;
    min-width: 70px;
    padding: 4px 10px;
}

.form-search label.onoffswitch-label,
.form-inline label.onoffswitch-label {
    display: block;
}

input[type="checkbox"].onoffswitch-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.onoffswitch-size-70 .onoffswitch {
    width: 70px;
}

.onoffswitch-size-70 .onoffswitch-switch {
    right: 42px;
}

.onoffswitch-size-80 .onoffswitch {
    width: 80px;
}

.onoffswitch-size-80 .onoffswitch-switch {
    right: 52px;
}

.onoffswitch-size-90 .onoffswitch {
    width: 90px;
}

.onoffswitch-size-90 .onoffswitch-switch {
    right: 62px;
}

.onoffswitch-size-100 .onoffswitch {
    width: 100px;
}

.onoffswitch-size-100 .onoffswitch-switch {
    right: 72px;
}

.onoffswitch-size-110 .onoffswitch {
    width: 110px;
}

.onoffswitch-size-110 .onoffswitch-switch {
    right: 82px;
}

.onoffswitch-size-120 .onoffswitch {
    width: 120px;
}

.onoffswitch-size-120 .onoffswitch-switch {
    right: 92px;
}

.onoffswitch-label.disabled {
    opacity: .65;
}

/* user information */
.user-info-item-wrap .user-info-item-in {
    float: left;
    margin-right:10px;
}

.user-info-item-wrap .user-info-item-in > .btn-group {
    margin-left: 5px;
    margin-bottom: 5px;
}

.user-info-item-wrap .user_photo {
    width: 100px;
    height: 100px;
}

.user-info-item-wrap .user-info-misc-col {
    min-width: 160px;
}
.user-info-item-wrap .self-intro-col {
    padding-top: 15px;
}

/* news item related */
.news-item-headline {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

.news-item-body .pull-right {
    margin-left: 10px;
}

.news-item-body {
    word-break: normal;
}

.related-links {
    margin-bottom: 20px;
}
.related-links > a {
    margin-bottom: 8px;
}
/* project information */
.project-info-right {
    min-width: 220px;
}

.project-info-right > div {
    margin: 10px;
    text-align: center;
}

.project-info-right > .project-info-tiny {
    margin-top: 0px;
    font-size: 80%;
}

.trove-cat {
    margin-top: 10px;
}

/* related projects */
.related_projects {
    border: 1px solid #d7d7d7;
    background: #ffffff;
    width: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 0px auto;
    padding-right: .5em;
    word-break: break-all;
    text-align: left;
}

.related_projects ul {
    margin-bottom: .3em;
    margin-top: .3em;
    margin-left: 0;
    padding-left: 15px;
}

.related_projects li {
    margin-left: .3em;
    list-style: none;
}

.related_projects div {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: .5em;
    font-size: 90%;
}

.related_projects h5 {
    margin: 5px 0px;
    font-weight: bold;
    font-size: 100%;
    color: black;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
}

.related_projects h5 img {
    height: 11px;
    width: 11px;
    vertical-align: middle;
    margin-right: 5px;
}

/* chamber info */
.chamber-body .sfjpTags_edit_box {
    width: 150px;
}
.chamber-body .user-photo-wrap {
    width: 130px;
    text-align: center;
}

.chamber-body .download-info {
    text-align: center;
}

.chamber-body .chamber-info-tiny {
    text-align: center;
    font-size: 80%;
}

/* project register */
div.tos-box {
    background: #FFD;
    border: 1px solid #FE6;
    padding: .2em 40px;
    margin: .5em 0 1em 0;
    position: relative;
    height: 200px;
    overflow-y: scroll;
}

/* forkwidget guide */
#forkwidget-select label {
	margin: 20px 5px 10px 5px;
	border: 1px solid transparent;
	padding: 5px;
}
#forkwidget-select label:hover {
	border: 1px solid #FFEF8C;
	background-color: #FFFCEA;
}

/* whats new */
.news_title_only {
    margin: 4px 0;
    border-bottom: 1px solid #BBB;
}

.news_title_only .news-item-title-right {
    font-weight: bold;
}

.news-item-title-right .btn-group {
    margin-left: 8px;
}

.modal-body .btn-news-admin {
    display: none;
}

#news-edit-form {
    margin-top: 20px;
}

/* about development */
.develop-info-table td {
    width: 50%;
}

#frame table.develop-info-table > tbody > tr > td {
    vertical-align: top;
}

div.about-develop-intro {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    padding: 8px 35px 8px 14px;
    word-break: normal;
    word-wrap: normal;
    white-space: normal;
}

img.sfjp-char-100 {
    height: 100px;
    margin: 0px 10px;
}
/* END: about development */

/* for tips */
.tips-note {
    font-size: 85%;
    font-weight: bold;
    color: #666;
}
/* END: for tips */

/* dashboard */
.review-buttons-wrap {
    align-items: center;
}

.dashboard-wrap {
    position: relative;
}

.dashboard-menu {
    position:absolute;
    top:0px;
    left:0px;
    width:160px;
    padding: 12px;
    margin-right: 10px;
    background-color: whiteSmoke;
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dashboard-menu [class^="icon-"],
.dashboard-menu [class*=" icon-"] {
    opacity: .4;
}

.dashboard-menu > ul > li {
    margin-top: 16px;
}

.dashboard-menu > ul > li:nth-child(1) {
    margin-top: 0px;
}


.dashboard-main {
    margin-left: 196px;
}

.dashboard-head-inner {
    width: 160px;
    overflow: hidden;
    margin-right: 10px;
}

.dashboard-head-inner.narrow {
    width: 140px;
}

.dashboard-head-inner-1st-row {
    height: 220px;
}

.dashboard-item-wrap {
    min-width: 300px;
    width: 48%;
    margin-right: 10px;
    font-size: 100%;
}

.dashboard-item-body {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.dashboard-item-wrap:nth-child(2n+1) {
    clear: left;
}

.dashboard-item-wrap .body-right,
.dashboard-item-wrap .extra-right {
    float: right;
    text-align: right;
    padding-left: 10px;
}

.dashboard-item-wrap .body-right {
    font-size: 80%;
    color: gray;
}

.dashboard-item-wrap .body-left,
.dashboard-item-wrap .extra-left {
    white-space: nowrap;
    overflow: hidden;
    margin-right: 5px;
}

.dashboard-item-wrap .extra-left {
    font-size: 80%;
    color: gray;
    margin-left: 5px;
}

.dashboard-item-in {
    margin-bottom: 8px;
}

.dashboard-item-nav {
    position: absolute;
    bottom: 19px;
    right: 19px;
}

#dashboard_graph {
    width: 300px;
    height: 140px;
}

#dashboard_graph.narrow {
    width:250px;
}

#dashboard_graph.thin {
    height: 120px;
}

#dashboard_pie_chart {
    width: 100%;
    height: 130px;
}

.dashboard-graph-wrap {
    height: 220px;
    margin-right: 20px;
}

.dashboard-graph-wrap > .btn-group,
.dashboard-graph-wrap #btn-stats {
    margin-top: 5px;
}
/* pie chart */
.pie-chart-wrap {
    width: 100%;
}

.pie-chart-wrap .pie-chart-in,
.pie-chart-wrap .pie-chart-select {
    margin: 0px auto;
    display: block;
}

.pie-chart-label {
    font-size: 8pt;
    text-align: center;
    padding:2px;
    color: #333;
}
/* END: pie chart */

/* milestone mini list */
.milestone-list > ul > li {
   list-style-position: outside;
   list-style-image: url(../crystal/16x16/actions/k_alarm.png);
}

.milestone-list.milestone-will-run > ul > li {
   list-style-image: url(../crystal/16x16/actions/cnr-pending.png);
}

.milestone-list .milestone-info {
    font-size: 90%;
}
/* END: milestone mini list */

/* dashboard */
.dashboard-project-desc {
    font-size: 95%;
}

.dashboard-softwaremap {
    font-size: 85%;
}

.dashboard-softwaremap li {
    line-height: 14px;
}

.dashboard-softwaremap ul.trove_root_cat > li {
    margin-bottom: 3px;
}

.dashboard-information {
    margin-bottom: 15px;
}

.dashboard-information h4 {
    margin-top: 0px;
}

.dashboard-info-wrap {
    border-radius: 10px;
    border: 2px solid #ccc;
    background: #fff;
    height: 50px;
    overflow: hidden;
}

.dashboard-info-in > ul,
.dashboard-info-in > ul > li {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.dashboard-info-in ul > li {
    margin: 0px;
    padding: 0px;
}

.dashboard-info-item {
    height: 50px;
    width: 100%;
    display: inline-table;
    border-radius: 10px;
}

.dashboard-info-item-in {
    vertical-align: middle;
    display: table-cell;
    padding: 0px 10px;
}

.dashboard-screenshot {
    text-align: center;
}

#dashboard-screenshot-btns {
    text-align: center;
    margin-top: 5px;
}

.dashboard-hidden-narrow1 {
    display: none;
}


@media (min-width: 1270px) {
    .dashboard-hidden-narrow1 {
	display: block;
    }
}

/* dashboard */


/* reivew */
.star-rating-chart {
    font-size: 12px;
    line-height: 1em;
    margin-left: 8px;
}

.star-rating-chart th,
.star-rating-chart td {
    padding-top: 4px;
    padding-bottom: 4px;
}
.star-rating-chart th {
    vertical-align: middle;
    padding-right: 4px;
    width: 30px;
}

.star-rating-chart .star-rating-bar {
    width: 160px;
    border-left: 1px solid #333;
}

.star-rating-chart .star-rating-bar .star-rating-bar-in {
    height: 16px;
    background-color: #ffcc66;
}

.star-rating-chart .star-rating-bar.star-rating-bar-5 .star-rating-bar-in {
    background-color: #2856ff;
}

.star-rating-chart .star-rating-bar.star-rating-bar-4 .star-rating-bar-in {
    background-color: #88b131;
}

.star-rating-chart .star-rating-bar.star-rating-bar-2 .star-rating-bar-in {
    background-color: #ff6f31;
}

.star-rating-chart .star-rating-bar.star-rating-bar-1 .star-rating-bar-in {
    background-color: #ff3e30;
}

.star-rating-chart .star-rating-bar .star-rating-count {
    padding-left: 3px;
    height: 16px;
    line-height: 16px;
}

.dashboard-item-body .star-rating-chart {
    width: 180px;
    font-size: 12px;
}

.dashboard-item-body .review-overview {
    margin-bottom: 10px;
}

.dashboard-item-body .star-rating-chart .star-rating-bar {
    width: 100px;
}

.dashboard-item-body .star-rating-chart .star-rating-bar div {
    height: 14px;
}

.star-rating-chart td {
    vertical-align: bottom !important;
}

.star-rating-summary-link:hover {
    text-decoration: none;
}

.start-rating-summary-link:hover .star-rating-summary {
    background-color: #f8f8f8;
}

.star-rating-summary {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #d3d3de;
    padding: 8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.star-rating-summary .rating-stars {
    margin: 0px auto 4px;
}

.star-rating-summary .star-rating-average {
    font-size: 28px;
    margin: 8px 0 3px;
}

.rating-stars,
.star-rating-avg-label,
#your_star_rating_ro {
    display: inline-block;
    line-height: 16px;
    height: 16px;
}

.star-rating-summary-link {
    font-size: 90%;
}

.small_rating_stars .rating-stars {
    display: inline-block;
}

#your_star_rating_ro img {
    vertical-align: -20%;
}

.review-textarea-wrap-margin-bottom {
    margin-bottom: 18px;
}

.review-textarea-wrap > textarea {
    width: 98%;
}

#review-dialog .star-box-wrap {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
}

.review-item-text {
    padding: 5px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    overflow-wrap: break-word;
}

.review-item-text > h5 {
    margin-top: 0px;
}

#review-dialog .rating-stars img {
    vertical-align: -22%;
}


@media (min-height: 900px) {
    #review-dialog .modal-body {
	max-height: 700px;
    }
}

.review-overview-wrap {
    height: 150px;
}

.review-anonname-input {
    margin-top: 18px;
    margin-bottom: 18px;
}

/* END: review */

/* review on dashboard */
.dashboard-review-list-wrap {
    margin-top: 20px;
}
.dashboard-review-list-wrap .review-item {
    margin-bottom: 10px;
}

.dashboard-item-body .users_recommend {
    font-size: 85%;
    margin-left: 0px;
    margin-top: 0px;
}

.dashboard-item-body div.thumbsRatings {
    margin-right: 5px;
}

.dashboard-item-body div.star_rating_ro {
    margin-left: 0px;
    margin-top: 0px;
}

.dashboard-item-body div.review-item p {
    margin-top: 0px;
    font-size: 85%;
}

/* review list */
.review-item-list-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

.review-item-comment {
    padding-left: 10px;
    margin: 10px 0px;
}

.review-item {
    margin-bottom: 40px;
}

.review-item-rating,
.review-item-op label {
    color: #888;
    font-size: 90%;
}

.review-item-op form.form-inline {
    display: inline-block;
}

.review-item-op label,
.review-item-op .btn-mini {
    font-size: 90%;
}

.review-list-wrap .your-review-input-wrap {
    width: 200px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.review-list-link {
    margin-right: 19px;
}

.review-list-wrap .star-rating-summary {
    margin-right: 10px;
}

.review-list-wrap .your-review-toggle-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.review-input-large-wrap {
    padding: 19px;
}

#filter-item-review-without-comment,
#filter-item-review-order {
    float: none;
    width: auto;
}

#filter-item-review-order select {
    margin-left: 8px;
}

/* END: review list */

/* related projects */
.related-project-item-wrap {
    margin-bottom: 20px;
}

.related-project-item-wrap .star-rating-summary {
    height: 96px;
 }

.related-project-logo-wrap {
    width: 114px;
    height: 114px;
}

.related-project-logo-wrap img {
    margin: 8px;
    border: 1px solid #aaa;
    height: 96px;
    width: 96px;
}

/* project top */
#download-btn {
    width: 490px;
}

.ptop-logo-wrap {
    margin-right: 16px;
}

.ptop-item-wrap {
    margin-bottom: 16px;
}

.ptop-history-wrap {
    padding-bottom: 19px;
}

.ptop-history-wrap > a {
    margin-right: 19px;
}

.ptop-download-item,
.ptop-desc-item {
    margin-bottom: 20px;
}

.ptop-download-item > .ptop-pref-download-item {
    margin-left: 20px;
    font-size: 16px;
}

.ptop-download-item ul.file-list {
    margin-left: 20px;
    margin-top: 20px;
}

#ptop-project-desc {
    margin-bottom: 0px;
}

#ptop-graph-wrap {
    position: relative;
}

#ptop-mini-graph {
    position: absolute;
    top: 19px;
    right: 19px;
}

.ptop-wiki-wrap {
    margin-top: 19px;
}

.ptop-btn-large-wrap {
    text-align: center;
}

.ptop-btn-large-wrap .btn-large {
    font-size: 22px;
    position: relative;
}

.ptop-btn-large-wrap .btn-large span {
    margin-left: 48px;
}
.ptop-btn-large-wrap .btn-large i {
    position: absolute;
    top: 0px;
    font-size: 42px;
}

#ptop-project-desc-wrap {
    position: relative;
}

.text-more-toggle {
    text-align: center;
    border-top: 1px ridge #D3D3D3;
    margin-top: 12.5px;
    position: relative;
    margin-bottom: 30px;
}

.text-more-toggle .btn {
    position: absolute;
    top: -12.5px;
    left: 50%;
}

.text-more-toggle-overflow {
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorStr='#00ffffff',endColorStr='#ffffffff');
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,1.0)));
    background-image: -moz-linear-gradient(top center,rgba(255,255,255,0) 20%,rgba(255,255,255,1.0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorStr='#00ffffff',endColorStr='#ffffffff');
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    z-index: 100;
}

.ptop-tools-list-wrap {
    padding: 16px;
    background: #fff;
}

.ptop-tools-wrap {
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.ptop-tools-wrap .btn {
    margin: 4px;
    width: 170px;
    display: block;
}

/* end: project top */

/* image gallery */
.horizonal-image-gallery-container {
    position: relative;
    margin-bottom: 20px;
}

.horizonal-image-gallery {
    width: 300px;
    height: 135px;
    overflow: hidden;
    position: relative;
    margin: 0px 32px;
}

.horizonal-image-gallery-container .scroll-marker {
    position: absolute;
    width: 20px;
    top: 60px;
    font-size: 24px;
    cursor: pointer;
}

.horizonal-image-gallery-container .scroll-marker:hover {
    font-size: 32px;
}

.horizonal-image-gallery-container .scroll-marker-left {
    left: 0;
}

.horizonal-image-gallery-container .scroll-marker-right {
    right: 0;
}

.horizonal-image-gallery-placeholder {
	text-align: center;
	background: url(../image-gal-placeholder-back.png) #eee no-repeat 5% center;
	height: 82px;
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	line-height: 82px;
	padding: 10px
}

#horizonal-image-gallery-in > tbody > tr > td {
    vertical-align: middle;
}

div#fancy_outer {
    z-index: 103 !important;
}

div#fancy_overlay {
    z-index: 102 !important;
}

/* end: image gallery */

/* histories */
.filter-item {
    float: left;
    width: 250px;
    padding: 6px;
}

.history-categories-wrap .filter-item:nth-child(2n) {
    clear:left;
}

/* end: histories */

/* issue */
.slider-wrap {
    width: 440px;
    padding-left: 14px;
    margin-top: 10px;
}

.slider-wrap .ui-slider-label {
    font-size: 90%;
}

.slider-wrap .ui-slider-range {
    background-color: orange;
    background-image: none;
}

.form-horizontal .slider-control-group {
    margin-bottom: 40px;
}

.chamber-issue-item-right {
    float: right;
    background-color: #f5f5f5;
}
.chamber-issue-item-right > table > tbody > tr > td {
    padding: 0 10px;
}

.chamber-issue-item-right .slider-wrap {
    width: 220px;
    padding-left: 14px;
    margin-bottom: 40px;
}

.chamber-issue-item-right .sfjpTags_edit_box {
    width: 220px;
    float: none;
    margin-left: 14px;
}

.chamber-issue-item-left {
    padding-bottom: 36px;
}

.issue-status .onoffswitch {
    margin-left: 14px;
}

.issue-milestone-title-text-wrap {
    margin-left: 14px;
}

.milestone-select-autocommit-form {
    padding-left: 14px;
}

.milestone-body-wrap {
    margin-right: 250px;
}

.milestone-status > h5 {
    margin-top: 0px;
}

.issue-date-wrap {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.milestone-edit .onoffswitch {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.milestone-list-sw-label {
    padding-left: 8px;
}

.issue-small-wrap {
    margin: 10px 5px;
    padding: 5px 19px;
}

span.issue-item-time{
    margin-left: 10px;
}

.issue-history-item .issue-history-date {
    border-left: 2px solid #F67B16;
    padding: 2px;
    color: #333;
}

.issue-history-item .issue-history-title {
    font-weight: bold;
}

.issue-history-item .issue-history-title-wrap {
    border-bottom: 1px dashed lightGrey;
}

.issue-history-item .issue-history-body {
    padding: 10px 10px 0px 10px;
}
.issue-history-item .issue-history-note {
    padding: 5px 10px 0px;
    font-size: 85%;
    font-style: italic;
    color: #777;
}

#issue-comment-form textarea {
    width: 90%;
}

.issue-body-box {
    position: relative;
}
.issue-body-box .issue-comment-button {
    position: absolute;
    bottom: 29px;
    left: 19px;
}

#issue-main-edit {
    width: 740px;
    margin-left: -370px;
}

@media (min-height: 900px) {
    #issue-main-edit .modal-body {
	max-height: 700px;
    }
}

.issue-onoffswitch-priority-label {
    width: 42px;
    text-align: right;
}

#issue-filter-modal .modal-body {
    overflow-y: visible;
}

.issue-small-block {
    display: inline-block;
}

.issue-small-block span.attribute-label {
    color: #666;
    font-style: italic;
    font-size: 14px;
}

.issue-small-block span.attribute-value {
    font-size: 14px;
}

.issue-small-status-wrap > .onoffswitch-inline-wrap {
    width: 180px;
    margin-right: 0px;
}

.issue-small-status-wrap > .onoffswitch-inline-wrap .onoffswitch {
    margin-left: 0px;
}

.issue-small-right-table {
    width: 610px;
}

#frame .issue-small-right-table > tbody > tr > td {
    vertical-align: middle;
    width: 180px;
}

#frame .issue-small-right-table > tbody > tr > td.issue-small-priority-col {
    width: 70px;
}

.issue-small-status-wrap {
    margin-top: 5px;
    height: 28px;
}

.issue-small-title {
    display: table-cell;
    padding-right: 10px;
}

/* end: issue */

/* sitetop */
.sitetop-userinfo-projects-wrap {
    margin-left: 8px;
}

#frame .sitetop-userinfo-projects-wrap tr > td {
    vertical-align: middle;
    padding-bottom: 8px;
    padding-right: 4px;
}

#frame .sitetop-userinfo-projects-wrap tr > td:nth-child(1) {
    text-align: right;
}

#category-list-menu {
    width: 150px;
}

#category-list-menu > ul.dropdown-menu {
    min-width: 0px;
    width: auto;
    font-size: 85%;
    position: static;
}
#category-list-menu > ul.dropdown-menu > li > a {
    white-space: normal;
    padding-left: 3px;
}

.sitetop-sidebar-entry-wrap div.news-entry {
    border-bottom: 1px dotted gray;
    margin: 0 0 0.5em;
    min-height: 40px;
    padding: 6px 1px 6px 1px;
}

.sitetop-sidebar-entry-wrap div.news-entry h4 {
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 0.2em;
}

.sitetop-ranking-projects-wrap > div.related-project-item-wrap {
    display: block;
    width: 140px;
    padding: 0px 10px 10px;
}

.sitetop-ranking-projects-wrap > div.related-project-item-wrap .pull-left.related-project-logo-wrap {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.sitetop-ranking-projects-wrap .osdn-slick-wrap {
    width: 600px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 60px;
}

@media (max-width: 800px) {
    .sitetop-ranking-projects-wrap .osdn-slick-wrap {
	width: 300px;
    }
}

.osdn-slick-wrap .slick-dots {
    margin: 0px;
    margin-left: -3px;
}

.sitetop-ranking-projects-wrap .rating-stars img {
    display: inline;
}

.sitetop-ranking-projects-wrap div.related-project-item-wrap .pull-left.related-project-logo-wrap {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.sitetop-ranking-projects-wrap h5.headline3 {
    width: 132px;
    height: 18px;
    overflow: hidden;
}

#tagCloud_softwaremap {
    max-width: 100%;
    word-break: normal;
    word-wrap: break-word;
    white-space: normal;
}
/* end: sitetop */

/* account register */
#account-tos,
#account-privacy {
    padding: 9px 14px;
}

#account-tos > div,
#account-privacy > div {
    height: 300px;
    overflow-y: scroll;
    margin-top: 0px;
}

/* end: account register */

/* syntax highlight */

.syntax-highlighted {
    white-space: pre-wrap;
    background-color: #f6f6f6;
    font-family: monospace;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.syntax-highlighted-aa, .syntax-highlighted-asciiart {
	font-family:IPAMonaPGothic,'IPA モナー Pゴシック',Monapo,Mona,'MS PGothic','ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	line-height: 1;
}
.syntax-highlighted-aa, .syntax-highlighted-asciiart li {
	line-height: 1;
}

.syntax-highlighted ol {
    list-style: decimal outside none;
    padding-left: 3.6em;
    color: grey;
    margin: 0;
}

.syntax-highlighted ol.no-line-num {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.syntax-highlighted ol.no-word-wrap {
    white-space: pre;
    width: 100%;
    overflow: auto;
}
.syntax-highlighted ol.no-word-wrap li {
}

.syntax-highlighted li {
    margin: 0;
    background-color: white;
    padding-left: 6px;
    border-left: 1px solid #eee;
}

.syntax-highlighted li:hover {
    background-color: #FEFFEB;
}

.syntax-highlighted .green { color: #33CC00; }
.syntax-highlighted .red { color: #FF0000; }
.syntax-highlighted .darkred { color: #990000; }
.syntax-highlighted .blue { color: #0000FF; }
.syntax-highlighted .brown { color: #9A1900; }
.syntax-highlighted .pink { color: #CC33CC; }
.syntax-highlighted .yellow { color: #FFCC00; }
.syntax-highlighted .cyan { color: #66FFFF; }
.syntax-highlighted .purple { color: #993399; }
.syntax-highlighted .orange { color: #FF6600; }
.syntax-highlighted .brightorange { color: #FF9900; }
.syntax-highlighted .brightgreen { color: #33FF33; }
.syntax-highlighted .darkgreen { color: #009900; }
.syntax-highlighted .black { color: #000000; }
.syntax-highlighted .teal { color: #008080; }
.syntax-highlighted .gray { color: #808080; }
.syntax-highlighted .darkblue { color: #000080; }
.syntax-highlighted .white { color: #FFFFFF; }
.syntax-highlighted .default { color: #000000; }

/* end: syntax highlight */

/* social login */
.login-form-wrap > div {
    float: left;
    width: 48%;
}

.login-form-wrap > div > h4,
.login-form-wrap > div > a.insecure-login {
    margin-right: 19px;
}

.login-form-wrap > div:nth-child(1) {
    border-right: 1px solid #e3e3e3;
}

.login-form-wrap.no-social > div:nth-child(1) {
    border-right: none;
}

.login-form-wrap > div:nth-child(2) > h4 {
    margin-left: 19px;
}

.login-form-wrap > div:nth-child(2) > div {
    margin-left: 160px;
}

.dropdown-menu > li > div.social-login-menu-wrap {
    padding: 0px 17px 3px;
}

.dropdown-menu > li > div.social-login-menu-wrap:hover {
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.social-login {
    margin: 2px 4px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2b4b90;
    *background-color: #133783;
    background-image: -moz-linear-gradient(top, #3b5998, #133783);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
    background-image: -webkit-linear-gradient(top, #3b5998, #133783);
    background-image: -o-linear-gradient(top, #3b5998, #133783);
    background-image: linear-gradient(to bottom, #3b5998, #133783);
    background-repeat: repeat-x;
    border-color: #133783 #133783 #091b40;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    width: 10rem;
}

.social-login:focus {
    color: #ffffff;
    box-shadow: none;
}

.social-login:hover {
    color: #ffffff;
    background-color: #133783;
    *background-color: #102e6d;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.4);
}

.social-login:active:hover {
    box-shadow: none;
}

.social-login > span {
    margin-left: 6px;
    font-size: 12px;
}

.social-login > i {
    padding-right: 8px;
    border-right: 1px solid #ccc;
}

/* google plus */
.gplus-signin {
    display: block;
    width: 166px;
    height: 36px;
    background: url(../social_login/google_plus/Red-signin-Long-base-44dp.png) no-repeat top;
    background-size: 166px 36px;
}

.gplus-signin:hover {
    background: url(../social_login/google_plus/Red-signin-Long-hover-44dp.png) no-repeat top;
    background-size: 166px 36px;
}

.gplus-signin:active {
    background: url(../social_login/google_plus/Red-signin-Long-press-44dp.png) no-repeat top;
    background-size: 166px 36px;
}

/* new style google plus logvin */
.googleplus-login:focus,
.googleplus-login:active,
.googleplus-login {
    background-color: #dd4b39;
    background-image: none;
}

.googleplus-login:hover {
    color: #ffffff;
    background-color: #f45944;
}

.googleplus-login:active:hover {
    background-color: #be3e2e;
}

i.icon-google {
    background-image: url(../google_icon_14px.png);
    background-repeat: no-repeat;
    padding-right: 20px;
}

/* twitter */
.twitter-login:focus,
.twitter-login:active,
.twitter-login {
    background-color: #1c95d0;
    background-image: none;
}

.twitter-login:hover {
    color: #ffffff;
    background-color: #1ea8ea;
}

.twitter-login:active:hover {
    background-color: #15648c;
}

/* facebook */
.facebook-login:focus,
.facebook-login:active,
.facebook-login {
    background-color: #184199;
    background-image: none;
}

.facebook-login:hover {
    color: #ffffff;
    background-color: #4467b0;
}

.facebook-login:active:hover {
    background-color: #0f3077;
}

/* github */
.github-login:focus,
.github-login:active,
.github-login {
    background-color: #292d32;
    background-image: none;
}

.github-login:hover {
    color: #ffffff;
    background-color: #3b4249;
}

.github-login:active:hover {
    background-color: #0e1011;
}

/* sf.jp login */
.sfjp-login:focus,
.sfjp-login:active,
.sfjp-login {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5499C7;
  background-image: none;
}

.sfjp-login:hover,
.sfjp-login.disabled,
.sfjp-login[disabled] {
  color: #ffffff;
  background-color: #62aee0;
}

.sfjp-login:active:hover {
  background-color: #3e81a9;
}

.sitetop-login-form-wrap .form-horizontal .control-label {
    width: 80px;
}

.sitetop-login-form-wrap .form-horizontal .controls {
    margin-left: 90px;
}

.sitetop-login-form-wrap .form-horizontal .controls input {
    width: 140px;
}

.sitetop-login-form-wrap > div:nth-child(2) > div {
    margin-left: 100px;
}

#lostlogin-form, #account-verify-form {
    margin-top: 19px;
}

/* end: social login */

/* pastebin */
.pastebin-recent {
    padding: 0.8em;
}
.pastebin-recent .paste-text {
    font-size: 80%;
    color: #999;
    padding-right: 10px;
    line-height: 1.1;
    max-width: 150px;
    overflow: hidden;
}
.pastebin-recent .time {
    white-space: nowrap;
}
.pastebin-recent .pastebin-item {
    margin-bottom: 0.5em;
}

#pastebin-contents {
    padding: 8px;
    position: relative;
}

#pasted-text {
    left: 0;
    right: 0;
}

#pastebin-content pre {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    right: 0;
}

#pastebin-content #meta-info {
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 0;
    background: #f6f6f6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#pastebin-content #meta-info  dl {
    font-size: 80%;
    margin: 0;
}

#pastebin-content #meta-info dd {
    display: inline-block;
    margin-left: 1px;
}
#pastebin-content #meta-info dt {
    display: inline-block;
    margin-left: 1em;
}
#pastebin-content #meta-info dt:after {
    content: ":";
}

.pastebin-embed .syntax-highlighted ol {
    list-style: decimal outside none;
    padding-left: 3.6em;
    color: grey;
    margin: 0;
}

.pastebin-embed .syntax-highlighted ol.no-line-num {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.pastebin-embed .pastebin-meta {
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 0;
    background: #f6f6f6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 1.4em;
    padding-left: 0.3em;
    padding-top: 4px;
    font-size: 90%;
}

.pastebin-embed .pastebin-meta .action {
    margin-left: 0.3em;
}

.pastebin-embed .pastebin-meta .title {
    color: black;
    font-weight: bold;
}

.pastebin-embed pre {
    margin: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    right: 0;
}

.paste-display-action-container {
    width: 100%;
    position: relative;
 }
.paste-display-actions {
    position: absolute;
    right: 0;
    margin-right: 8px;
    margin-top: 1px;
    z-index: 4;
    display: inline-block;
}

.paste-display-actions .action {
    color: black;
    display: inline-block;
    background: #ddd;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.mypage-paste-widget table {
    width: 100%;
    border: 0;
    padding: 0;
}
.mypage-paste-widget .title {
}
.mypage-paste-widget .type {
    color: #666;
    font-size: 82%;
    padding-left: 0.8em;
    vertical-align: top;
    white-space: nowrap;
    text-align: right;
}

.pastebin-embed {
    margin-bottom: 1em;
}

/* end: pastebin */

/* spam report */
#spamreport-form .input-xlarge {
    width: 90%;
}
.spam-form-alert b, .spamreport-info b {
    color: red;
}

#spam-report-list th {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
}

#spam-report-list .reported-at {
    font-size: 10px;
}

#spam-report-list .user-agent {
    font-size: 9px;
}

#spam-report-list .user-link {
    margin-right: 8px;
}

/* end: spam report */

/* forum */
.forum-threads td.last-post,
.forum-threads td.thread-starter {
    width: 100px;
}

.forum-threads td.post-count {
    width: 20px;
}

.forum-thread-wrap > .forum-thread-wrap {
    margin-left: 40px;
}

.forum-thread-wrap > .forum-thread-wrap > .forum-thread-wrap > .forum-thread-wrap > .forum-thread-wrap > .forum-thread-wrap > .forum-thread-wrap {
    margin-left: 0px;
}

.thread-create-date-wrap {
    margin-left: 8px;
}

span.anonpost {
    color: #666;
    font-weight: lighter;
    font-style: italic;
}

.forum-thread-list-table {
    background-color: #fff;
}

.forum-thread-list-table div.thread-user-wrap {
    text-align: right;
}

.forum-message-mini-self {
    color: #F67B16;
}

.forum-message-mini-self > span.anonpost {
    color: #D9845D;
}

.forum-bestanswer-message {
    background: #DFF0D8 url(../crystal/128x128/apps/ksmiletris.png) no-repeat right center;
}

#forum-thread-mini .forum-bestanswer-message {
    background-image: url(../crystal/32x32/apps/ksmiletris.png);
}

#forum-mailsend-ml-select {
    margin-left: 20px;
    margin-top: 5px;
}

.private-forum-title {
    background: transparent url(../crystal/22x22/actions/lock.png) no-repeat left center;
    padding-left: 24px;
}

.forum-post-form .input-xlarge {
    width: 95%;
}

.forum-thread-stickey-form label.radio {
    margin-left: 20px;
}

.thread-priority-icon-wrap.priority-high {
    color: #468847;
}

.thread-priority-icon-wrap.priority-middle {
    color: #c09853;
}

.thread-icon-wrap {
    margin-right: 4px;
}

.thread-head > h4 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.thread-head > div {
    font-size: 1.0rem;
}

.forum-message-lastupdate-wrap {
    text-align: right;
    color: #444;
    font-size: 0.8rem;
}

.forum-info-wikiformat {
    padding: 4px;
}

.forum-info-wikiformat.wiki-disabled {
    color: #b94a48;
}

.forum-info-wikiformat.wiki-enabled {
    color: #3a87ad;
}

.forum-recent-threads {
    margin-top: 28px;
}
/* end: form */

/* pull request UI */
.chamber-issue-item .pullreq-info-embed {
    clear: right;
    margin-bottom: 46px; /* for absolete layout of button issue-comment-button */
}
.chamber-issue-item .pullreq-actions form {
    display: inline;
}
.chamber-issue-item .pullreq-actions .btn {
    width: 8em;
}
.pullreq-merge-dialog textarea {
    display: block;
    width: 97%;
}
/* end: pull request UI */

/* download */
#download-misc-info,
#download-related-projects-wrap {
    margin: 20px 10% 0px;
}

#download-misc-info .download-misc-text > h4 {
    font-size: 16px;
    line-height: 1;
    color: #000;
}

#download-next-link-list-wrap {
    margin-bottom: 20px;
}

#mirror-select-form {
    padding-left: 20px;
}

#mirror-select-form .radio input[type=radio].no-float {
    float: none;
}

#after-download-ad iframe{
    display:inline;
}

.mirror-info {
    margin-left: 10px;
    padding:5px;
}

#mirror-info-logo-text-wrap {
    min-width: 200px;
    max-width: 300px;
}

#download-related-projects {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
}

#download-related-projects > div.related-project-item-wrap {
    display: inline-block;
    width: 140px;
    padding: 0px 10px 10px;
}

#download-related-projects > div.related-project-item-wrap .pull-left.related-project-logo-wrap {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#download-review-over-view {
    padding: 0px 10px 10px;
}

#release-top-info-wrap #download-review-over-view > .headline2,
#release-top-info-wrap-full #download-review-over-view > .headline2 {
    padding-top: 0px;
    margin-top: 0px;
}

#download-review-over-view .download-review-input {
    margin-top: 5px;
}

#download-place-holder {
    display: none;
}

#download-place-holder > iframe {
    width: 1px;
    height: 1px;
}

#download-desc-and-keyword-wrap {
    margin-right: 370px;
}

#download-desc-and-keyword-wrap .download-misc-text > h4.headline2 {
    margin-top: 30px;
}

/* end: download */

/* releases and pforge files */
.release-files-table .detail-col-toggle-button {
    display: none;
}
.release-files-table .th {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
}

.release-files-table .date,
.release-files-table .size,
.release-files-table .md5-hash,
.release-files-table .viruscheck {
    width: 8em;
    text-align: center;
}

.release-files-table .viruscheck {
    width: 9em;
}

.release-files-table .filesize {
    text-align: right;
    padding-right: 1em;
    font-family: monospace;
}

.release-files-table .download_count {
    width: 9em;
    text-align: center;
}

.release-files-table td.md5-hash div.md5 {
    width: 8em;
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.release-files-table thead tr .header {
    cursor: pointer;
}

.release-files-table thead tr .header span {
    background-image: url("../jquery/tablesorter/bg.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    cursor: pointer;
    display: inline-block;
    width: 9px;
    height: 10px;
}

.release-files-table thead tr .headerSortUp span {
    background-image: url("../jquery/tablesorter/asc.gif");
    background-position: center;
}

.release-files-table thead tr .headerSortDown span {
    background-image: url("../jquery/tablesorter/desc.gif");
    background-position: center;
}

td.md5-hash .popover-content input {
    width: 97%;
}

td.md5-hash .popover {
    width: 550px;
    max-width: 550px;
}

.package-wrap {
    margin-bottom: 8px;
}

.package-wrap h3.headline1 .popover-content input,
.release-item-title .popover-content input,
.release-files-table td.name .popover-content input {
    width: 97%;
}

.package-wrap h3.headline1 .popover,
.release-item-title .popover,
.release-files-table td.name .popover {
    width: 550px;
    max-width: 550px;
}

button.link-button {
    margin-left: 6px;
}

.frs-status-icon-wrap {
    margin-left: 3px;
}

.pref-download-btn {
    width: 30px;
    text-align: center;
}

.preferred-files > li {
    margin: 4px 10px;
}

.preferred-files > li > span {
    display: inline-block;
    padding: 4px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: bold;
}

.preferred-files > li > span.details {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

div.package-status-radio > label,
div.release-status-radio > label {
    width: 6em;
}

form.download-edit-form {
    display: inline;
}

#sysreq-edit-form,
#release-add-form,
#release-edit-form {
    margin-top: 20px;
}

.file-upload-dropzone {
    background: #a0e5e5;
    height: 50px;
    line-height: 50px;
    padding: 19px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#uploading-list-wrap {
    display: none;
}

#uploading-list-wrap .loading-file-name {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#uploading-list-wrap .loading-file-item-wrap .progress {
    margin-bottom: 0px;
}

#uploading-list-wrap .loading-file-item-wrap .bar {
    overflow: visible;
}

#uploading-list-wrap .loading-file-item-wrap .bar.bar-danger {
    overflow: hidden;
    text-overflow: ellipsis;
}

table.release-file-list-table th {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
    text-align: center;
}

table.release-file-list-table th.file-name {
    text-align: left;
}

table.release-file-list-table td.file-size,
table.release-file-list-table td.delete-op,
table.release-file-list-table td.status,
table.release-file-list-table td.viruscheck {
    width: 4em;
}

table.release-file-list-table td.file-size,
table.release-file-list-table td.viruscheck {
    text-align: center;
}

table.release-file-list-table td.timestamp,
table.release-file-list-table td.md5-hash {
    width: 10em;
    text-align: center;
}

table.release-file-list-table td.ftp-move-op {
    width: 12em;
    text-align: center;
}

.ftp-move-op .alert {
    padding: 0px;
}

table.admin-release-list th {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
    text-align: center;
}

table.admin-release-list th.release-name {
    text-align: left;
}

table.admin-release-list .release-time {
    width: 8em;
}

table.admin-release-list .release-status {
    width: 8em;
    text-align: center;
}

table.admin-release-list .file-count {
    width: 4em;
    text-align: center;
}

table.admin-release-list .file-count .no-files {
    font-weight: bold;
    border-bottom: 1px solid red;
}

table.admin-release-list .admin-ops {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
}

.file-status-form > select {
    width: 7em;
    margin-bottom: 0px;
}

.loading-file-item-wrap {
    padding: 4px 0px;
}

.loading-file-item-wrap .close {
    margin-left: 4px;
}
#release-file-upload-button-wrap {
    height: 50px;
    line-height: 50px;
    padding: 19px;
    text-align: center;
}

#release-file-upload-area-table {
    width: 100%;
}

#release-file-upload-area-table td {
    vertical-align: middle;
    text-align: center;
}

#release-file-upload-area-table td.button-column {
    width: 286px;
}

#release-ftp-list-area {
    width: 100%;
}

#release-ftp-list-area td.button-column {
    vertical-align: middle;
    width: 286px;
}

#release-base-edit-wrap {
    margin-top: 20px;
}

.release-doc-edit-ent-wrap {
    background-color: #fff;
}

.release-doc-handle-radio.btn.active {
    background-color: #bce8f1;
}

.form-horizontal .release-doc-collapse.out {
    margin-bottom: 0px;
}

.form-horizontal .release-doc-collapse.in {
    margin-bottom: 20px;
}

.release-language-navlist-wrap {
    width: 170px;
    margin-left: 20px;
    margin-top: 20px;
}

.release-language-navlist-wrap .nav-header {
    padding-top: 0px;
    font-size: 14px;
}

.release-language-navlist {
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.release-language-navlist > li > a {
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.release-docs-detail-wrap {
    margin-bottom: 20px;
}

.freecode-resources-wrap > a {
    margin: 4px;
}

.freecode-tags {
    margin-top: 15px;
}

.freecode-release-original-changelog-btn {
    margin-top: 15px;
}

.freecode-tags span {
    color: #555;
    font-style: italic;
}

.freecode-release-original-changelog {
    min-height: 20px;
    padding: 19px;
    margin: 20px 0px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#release-top-info-wrap {
    width: 100%;
    overflow: hidden;
}

#release-top-left-wrap {
    width: 300px;
    padding: 0px 10px 10px 10px;
    float: left;
}

#release-top-right-wrap {
    margin-left: 320px;
}

#release-top-right-wrap #download-misc-info,
#release-top-right-wrap-full #download-misc-info {
    margin: 10px 0px 0px;
}

#release-main-wrap {
    width: 100%;
    display: flex;
}

@media (max-width: 900px) {
    #release-main-wrap {
	flex-direction: column-reverse;
    }
}

#release-left-col-wrap {
    width: 200px;
}

#release-right-col-wrap {
    padding-left: 10px;
    width: 100%;
}

.release-item-tree {
    background-color: whiteSmoke;
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    padding: 10px;
}

.release-package {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 178px;
}

.release-release {
    padding-left: 15px;
}

.release-release:hover {
    background-color: #0088cc;
    color: #fff;
}

.release-release:hover a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.current-release {
    font-weight: bold;
    background-color: #0088cc;
    color: #fff;
}

.current-package span.package-name {
    font-weight: bold;
    text-decoration: underline;
}

.frs-general-wrap {
    margin-bottom: 20px;
}


.release-time {
    color: #333;
    font-style: italic;
}

.future-release {
    font-weight: bold;
    border-bottom: 1px solid red;
}

.package-name {
    word-break: break-all;
    word-wrap: break-word;
}

#frs-widget-preview {
    margin: 0;
}

#frs-widget-preview > iframe {
    border: none;
    width: 100%;
    height: 200px;
}

#frs-widget-code-area {
    width: 95%;
    height: 130px;
    line-height: 16px;
    resize: none;
}

#frs-widget-edit-wrap td {
    vertical-align: top !important;
}

#frs-widget-customize-col {
    width: 370px;
}


#frs-widget-customize-col .form-horizontal .control-label {
    width: 130px;
}

#frs-widget-customize-col .form-horizontal .controls {
    margin-left: 150px;
}

#frs-widget-update-button {
    font-size: 12px;
}

#frs-widget-code-area {
    cursor: pointer;
}

#chamber-popover-place .popover {
    width: 550px;
    max-width: 550px;
}

.chamber-fileinfo-popover-content-wrap input {
    width: 98%;
}

.chamber-infoitem-platform {
    margin-left: 1em;
    margin-bottom: 6px;
}

#release-top-wrap > div {
    margin-bottom: 16px;
}

#release-top-wrap #release-top-ad-wrap {
    flex: 0 0 300px;
    margin-right: 16px;
}

#release-top-wrap .release-top-reviewoverview-wrap {
    flex: 0 0 100px;
}
#release-top-wrap .release-top-reviewoverview-wrap table.star-rating-chart,
#release-top-wrap .release-top-reviewoverview-wrap .star-rating-avg-label,
#release-top-wrap .release-top-reviewoverview-wrap #your_star_rating_ro {
    display: none;
}

#release-top-wrap .release-top-desc-wrap {
    flex: 1;
}

#release-top-wrap .release-top-system-requirement-wrap {
    flex: 1;
}

.well.release-wrap {
    padding: 0px 8px;
    min-height: 0px;
    margin-bottom: 10px;
}

.viewmode-form-inner {
    margin-top: 30px;
}

.package-release-more-items {
    color: #888;
    padding-left: 10px;
    font-weight: bold;
    font-style: italic;
}
/* end: releases */

/* softwaremap */
.trove-wrap {
    padding: 4px 19px;
    border-bottom: 1px solid #999;
}

#trove-root-categories > div {
    float: left;
    width: 32%;
}

.trove-count {
    font-size: 11px;
    font-style: italic;
}

#trove-cat-subcategories > div {
    float: left;
    width: 32%;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.trove-group-right-wrap {
    padding: 14px 8px 8px;
    margin-left: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    width: 170px;
}

.trove-group-review-wrap {
    margin-left: 10px;
}

.trove-group-right-wrap .trove-group-logo {
    display: block;
    margin-bottom: 10px;
}

.trove-group-right-wrap a.btn {
    margin-bottom: 10px;
}

.trove-group-right-wrap .last-update {
    color: #888;
    font-size: 80%;
}

.trove-group-right-wrap .star-rating-summary {
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.group-trove-cats-wrap {
    padding: 19px;
    font-size: 90%;
}

.group-trove-cats-name,
.group-details-info {
    font-weight: bold;
}

td.group-details-info-wrap {
    padding-right: 19px;
    width: 160px;
}

.group-trove-related-projects {
    margin-left: 19px;
}

.group-trove-related-projects > h5 {
    margin-top: 0px;
}

.group-misc-info-table td {
    vertical-align: top !important;
}

.trove-pager-message {
    margin-top: 8px;
    text-align: center;
}

.trove-pager-wrap {
    text-align: center;
}

.trove-pager-wrap > .pagination {
    margin: 8px 0px;
}

#project-simple-list-table th,
#project-simple-list-table td {
    word-break: none;
    word-wrap: none;
    white-space: nowrap;
}

#project-simple-list-table td.simple-list-desc,
#project-simple-list-table td.simple-list-name {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

#simple-list-quick-link-wrap > span {
    display: inline-block;
    width: 3em;
    text-align:right;
}

#simple-list-quick-link-wrap > span > a {
    text-decoration: underline;
}
/* end: softwaremap */

/* memberlist */
.member-permission-list .important-role {
    font-weight: bold;
}
/* end: memberlist */

/* responsibe from bootstrap-responsive */
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

/* project admin page */
table.projectadmin-menu-layout {
    width: 100%;
}

.projectadmin-menu-wrap {
    flex: 0 0 226px;
}

.projectadmin-menu {
    padding: 12px;
    background-color: whiteSmoke;
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.projectadmin-menu [class^="icon-"],
.projectadmin-menu [class*=" icon-"] {
    opacity: .4;
}

.projectadmin-menu > ul > li {
    margin-top: 8px;
}

.projectadmin-menu > ul > li:nth-child(1) {
    margin-top: 0px;
}

.projectadmin-main-wrap {
    padding-left: 10px;
    flex-grow: 1;
}

#trove-cat-select-form select {
    width: 100%;
}

#project-function-edit-wrap {
    margin-top: 10px;
}

.project-function-edit-item-wrap {
    flex: 1 0 200px;
    margin-right:8px;
}

#tracklogo_code {
    width: 90%;
}

.form-horizontal .project-profile-collapse.out {
    margin-bottom: 0px;
}

.form-horizontal .project-profile-collapse.in {
    margin-bottom: 20px;
}

#project-profile-form .control-label {
    width: 120px;
}

#project-profile-form .controls {
    margin-left: 140px;
}

#project-profile-form .input-xxlarge {
    width: 400px;
}

#project-ruby-form-title {
    margin-top: 40px;
}

.group-tweet-categories-checkbox-wrap label.checkbox {
    margin-right: 20px;
}

.project-application-textarea {
    width: 90%;
}

.project-application-forms-wrap form {
    display: inline;
}

.add-member-unknown-user {
    font-size: 20px;
}

#add-member-userinfo-wrap .user-info-item-in {
    float: left;
}

#repo-name-span {
    padding-top: 6px;
}

#ml-desc {
    width: 274px;
}

/* for ticket */
table.progress.progress-for-type {
    width: 75%;
}

.type-progress-bar-wrap {
    margin-top: 20px;
}

.type-progress-bar-wrap .percent {
    margin-left: 10px;
    margin-right: 10px;
}

.type-progress-bar-wrap.type dl {
    margin: 4px 4px 4px 4px;
}

#ticket-stats .tab-content {
    overflow: visible;
}

#ticket-stats table {
    border-collapse: collapse;
    width: 100%
}

#ticket-stats th, #stats td {
    font-size: 10px;
    padding: 0;
    white-space: nowrap
}

#ticket-stats th {
    text-align: right;
}

#ticket-stats th :link,
#ticket-stats th :visited {
    border: none
}

#ticket-stats td {
    padding-left: 0.5em;
    width: 100%
}

#ticket-stats td table.progress {
    margin: 3px 4px 3px 0
}

#ticket-stats td table.progress td {
    padding: 0
}

#ticket-stats td p.percent {
    line-height: 1.8em; margin-top: 3px
}

#ticketadmin-form .tooltip-inner {
    text-align: left;
    width: 400px;
    max-width: 400px;
}

#gantt-chart-wrap {
    width:800px;
    margin-bottom: 20px;
}

#gantt-chart-wrap div.row.sa {
    color: blue;
}

#gantt-chart-wrap div.row.sn {
    color: red;
}

.GNT_tbl .GNT_day {
    display: none;
}

.well.ticket-info-wrap {
    background-color: transparent;
}

.ticket-histroy-item {
    margin-top: 20px;
    margin-bottom: 40px;
}

.ticket-history-head {
    border-bottom: 1px solid #d7d7d7;
    color: #333;
}

.ticket-comment-wrap .wiki-compact {
    margin-left: 1em;
}

.ticket-comment-textarea {
    margin-bottom: 20px;
}

.ticket-buttons-wrap,
.forum-buttons-wrap {
    padding-left: 10px;
    margin-bottom: 10px;
}

.ticket-summary-wrap {
    margin-bottom: 20px;
}

.ticket-summary-wrap > h4 > div {
    margin-bottom: 8px;
}

.ticket-summary-wrap > h4 > div.ticket-monitor-switch-wrap {
    margin-left: 16px;
    margin-left: auto;
}

.ticket-attr-select-wrap {
    display: flex;
    flex-wrap: wrap;
}
.ticket-attr-select-wrap > div {
    width: 400px;
}

@media (min-width: 980px) {
    .ticket-comment-edit-modal {
	width: 800px;
	margin-left: -400px;
    }
}

.comment-edited-wrap {
    color: #666;
}

.ticket-deleted {
    color: red;
}

.ticket-detail-wrap .pullreq-ops-wrap {
    margin-top: 28px;
}

.ticket-vote-wrap .vote-form {
    display: flex;
    justify-content: center;
}

.ticket-date-wrap {
    margin-left: 16px;
    font-style: italic;
    color: #333;
    font-size: 90%;
}

.ticket-formatted-summary-wrap {
    font-size: 150%;
}

.ticket-vote-wrap .score-up-button {
    color: #006dcc;
}

.ticket-vote-wrap .score-up-button.btn-primary {
    color: #fff;
}

.ticket-vote-wrap .score-down-button {
    color: #da4f49
}

.ticket-vote-wrap .score-down-button.btn-danger {
    color: #fff;
}

.ticket-vote-wrap {
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    padding: 20px;
    width: 180px;
    background-color: #fff;
}

.ticket-vote-wrap .vote-title {
    font-size: 120%;
    margin-bottom: 20px;
}

.ticket-view-prefs-wrap {
    display: flex;
    max-width: 800px;
    flex-wrap: wrap;
}
.ticket-view-prefs-item {
    width: 200px;
}

.userprefs-form > label {
    margin-left: 10px;
}

#userprefs-pagelimit-form > label {
    width: 80px;
}

#result-columns-form > label {
    width: 200px;
}

#userprefs-view-form > label {
    width: 200px;
}

#ticket-userprefs-common-projectprefs-list-wrap {
    margin: 0 0 10px 25px;
}

.ticket-userprefs-common-projectprefs-wrap {
    margin-bottom: 10px;
}

.prefs-info-hide {
    display: none;
}

#query .filter_actions {
    margin-left: 6px;
}

div.ticket-details-props-and-vote-wrap > div.properties {
    width: 700px;
}

.prop-item {
    display: flex;
    margin-bottom: 8px;
}

.prop-item > .prop-title {
    width: 110px;
    text-align: right;
    font-weight: bold;
}

.prop-item > .prop-body {
    width: 230px;
    padding-left: 8px;
}

#ticket-summary-input {
    width: 94%;
}

@media (max-width: 1024px) {
}

h4.preview-ticket-summary {
    margin-top:0px;
}

/* for transtation status widget */
.translation-status-widget {
    padding: 2px 0px;
}

.translation-status-widget-wrap {
    width: 300px;
}

/* ranking */
.small-ranking-table {
    width: 100%;
}
.small-ranking-table td.rank {
    width: 30px;
}

/* from addtional header */
#gpt-sf_dev_rec{margin-bottom:8px;}
#docman_document{word-break:break-all;word-wrap:break-word;}
#head-ad-text{max-width:666px;overflow:hidden;}

.user-info-item-flex-wrap > div {
    margin-bottom: 8px;
}
/* table sorter */
table.tablesorter thead tr .header {
    background-image: url(../jquery/tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 18px;
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../jquery/tablesorter/desc.gif);
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../jquery/tablesorter/asc.gif);
}

table.tablesorter.noauto-header-icon thead tr .header {
    background-image: none;
}

table.tablesorter.noauto-header-icon thead tr .headerSortDown {
    background-image: none;
}

table.tablesorter.noauto-header-icon thead tr .headerSortUp {
    background-image: none;
}

/* admin */
.autoapprove-recent-list .approve-time {
    width: 100px;
}

.autoapprove-list .autoapprove-userid {
    width: 50px;
}

/* activity */
#activity-overview-1st-wrap > div > div {
    text-align: right;
    flex-basis: 180px;
}

#activity-overview-wrap {
    width:100%;
}

#activity-overview-wrap > div {
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 33%;
}

#activity-overview-wrap > div > div {
    flex-grow: 1;
    flex-shrink: 1;
}

#activity-overview-wrap > div > div > :nth-child(1) {
    flex-grow:1;
    flex-shrink: 1;
}

@media (max-width: 600px) {
    #activity-overview-wrap {
	flex-direction: column;
    }
    #activity-overview-wrap > div {
	max-width: 100%;
    }
}

/* common card class */
.card {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    background-color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 26px;
    margin: 6px 0;
    border: solid 1px #ddd;
    border-radius: 4px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    line-height: 36px;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    letter-spacing: 0.03em;
    position: relative;
    overflow: hidden;
}

.card:hover, .card:focus, .card:active {
    color: rgba(0, 0, 0, 0.87);
    background-color: white;
    outline: 0;
    text-decoration: none;
}

.card:hover, .card:focus {
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3), 0 3px 3px rgba(0, 0, 0, 0.4);
}

.card:active:hover {
    box-shadow: none;
}

/* adjust cookie bar */
.cookie-bar--bottom-left {
    margin-right: 0.9375rem;
}
/* END: adjust cookie bar */

@media (max-width: 900px) {
    #sidebar-column a {
	margin-left: 10px;
    }
    #sidebar-column a.start-rating-summary-link {
	margin-left: 0;
    }
}

/* search */
#sf-search-form {
    border-bottom: 1px dotted #000;
    padding-bottom: 8px;
}

#search-extra-opts-wrap {
    display: none;
}

#search-extra-opts-wrap > div {
    height: 34px;
    line-height: 34px;
    margin-left: 24px;
}

.search-hitinfo {
    padding-right: 8px;
    font-size: 18px;
    line-height: 24.5px;
}

/* END: search */

/* for theme2 */
div#frame,
section#frame {
    padding: 0px;
}

div#frame > div,
section#frame > section {
    border: 1px solid transparent;
}

div#frame.no-sidebar-page > div,
section#frame.no-sidebar-page > section {
    border: none;
}

.theme2 div#sidebar-column,
.theme2 section#sidebar-column {
    margin: 0px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 300px;
}
/* END: theme2 */

@media (max-width: 600px) {
    body {
	overflow-wrap: break-word;
    }

    div#frame.flex-outer,
    section#frame.flex-outer{
	flex-direction: column;
    }
    div#frame > div,
    section#frame > section,
    section#frame > div {
	border: none;
    }
    div.review-item-comment,
    div.ptop-desc-item,
    table.top-ranking td,
    #forum-thread-whole-wrap div,
    div.comment-text-wrap,
    div.comment-text-wrap div,
    div.comment-text-wrap p,
    div.comment-text-wrap tt {
	word-wrap: break-word;
    }
    table.top-ranking td {
	word-break: break-all;
    }
    #download-related-projects-wrap {
	margin: 20px 0;
    }
    #download-related-projects-wrap > h4 {
	margin: 20px 10% 0;
    }
    div.popover {
	max-width: 98% !important;
    }
    .project-desc-link-btns {
	display: flex;
	flex-flow: column;
    }
    .headline1 .project-desc-link-btns > .btn + .btn {
	margin-left: 0;
	margin-top: 6px;
    }
    .review-overview-wrap {
	padding-left: 0px;
	padding-right: 0px;
    }
    .star-rating-chart .star-rating-bar {
	width: 120px;
    }
    #ad_dev_footer {
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
    }
    .theme2 div#sidebar-column,
    .theme2 section#sidebar-column {
	margin-top: 8px;
    }
    #download-next-link-list-wrap > div {
	display: flex;
	flex-flow: column;
    }
    #download-next-link-list-wrap > div > a {
	margin-bottom: 12px;
    }
    #project-images-tile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    }
    #ptop-project-desc-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	justify-content: center;
    }

    .user_profile_tag_edit_wrap > div {
	flex-basis: 98%;
	max-width: 98%;
    }

    .trove-project-item-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    }
    .trove-project-item-wrap > div.pull-right {
	float: none;
	order: 5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 20px;
    }

    .trove-project-item-wrap .trove-group-right-wrap {
	margin-left: 0px;
    }

    .trove-project-item-wrap .trove-group-right-wrap > div.flex-outer {
	flex-direction: column;
	justify-content: center;
    }

    .trove-project-item-wrap .trove-group-right-wrap > div.flex-outer .pull-left {
	float: none;
    }

    #commit-list-table {
	overflow-y: scroll;
    }

    .table-scroll-wrap {
	overflow-y: scroll;
    }

    .stat-table-wrap {
	overflow-y: scroll;
    }

    .translator-wrap > a.btn + a.btn {
	margin-top: 8px;
    }

}

/* contrib  */
#staticdocs .pg_create {
    background-color: #f5f5f5;
}

#staticdocs .feature-holder {
    display: inline-block;
    /* margin-left: -10px; */
    margin-right: -10px;
    width: 100%;
    -webkit-box-shadow: 0 0 8px #ccc;
    -moz-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
    background-color: #fff;
    margin-bottom: 20px;
}

#staticdocs .feature-holder .feature{
    overflow: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
}

#staticdocs .feature-holder .feature .description {
    margin: 0 10px;
    font-family: "Helvetica Neue";
    font-size: 13px;
    color: #555;
    padding: 10px;
    word-break: normal;
    word-wrap: normal;
}

#staticdocs .page-body {
    margin: 0 20px;
}

#staticdocs .feature-holder .feature .screenshot {
    float: right;
    margin: 30px 10px 10px;
    text-align: center;
    width: 485px;
}

#staticdocs .feature-holder .feature .screenshot img,
#staticdocs .inline-image img {
    margin-bottom: 20px;
    border: 1px solid #bbb;
    padding: 2px;
}

#subscribe-type-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#subscribe-type-wrap > form {
    flex: 0 0 220px;
    display: flex;
    margin-right: 20px;
}

#subscribe-type-wrap > form > button {
    flex: 0 0 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

#subscribe-type-wrap > form > button > div {
    flex: 0 0 200px;
}

#subscribe-type-wrap > form > button > img {
    flex-shrink: 0;
    flex-grow: 0;
    height: 47px;
    width: 147px;
    margin-left: auto;
    margin-right: auto;
}

#subscribe-type-wrap.lang-ja  > form > button > img {
    height: 47px;
    width: 122px;
}

#subscribe-type-wrap button.card {
    padding-bottom: 10px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
}

#subscribe-type-wrap .card {
    background: #F0F0F0;
}

#subscribe-type-wrap .card:hover,
#subscribe-type-wrap .card:active {
    background: #E0E0E0;
}

#subscribe-type-wrap .type-gold .card {
    background-color: lightgoldenrodyellow;
}

#subscribe-type-wrap .type-gold .card:hover,
#subscribe-type-wrap .type-gold .card:active {
    background-color: rgb(255,223,0);
}

#subscribe-type-wrap .type-platinum .card {
    background-color: #fcfcfc;
}

#subscribe-type-wrap .type-platinum .card:hover,
#subscribe-type-wrap .type-platinum .card:active {
    background-color: #f3f3f3;
}

#subscribe-type-wrap button.card > div {
    text-align: left;
}

/* END: contrib */

/* github sync item */
tr.disabled-github-sync-item > td {
    background-color: #f2dede !important;
    border-color: #eed3d7;
}
/* END: github sync item */
