﻿/* From Pivot with modifications */

-list {
    margin-top: 0;
}
.comment-list h5 {
    margin-bottom: 32px;
}
.comment-list > ul {
    list-style-type: none;
    padding: 0;
}

.comment-list li {
    margin-bottom: 10px;
}
.comment-list li:last-child {
    margin-bottom: 0px;
}
.comment-list .children {
    padding-left: 50px;
    margin-bottom: 32px;
    list-style-type: none;
}
.user-comment {
    overflow: hidden;
    line-height: 1.4;
    -moz-transition: background-color ease-out 1.5s;
    -o-transition: background-color ease-out 1.5s;
    -webkittransition: background-color ease-out 1.5s;
    -ms: background-color ease-out 1.5s;
    transition: background-color ease-out 1.5s;
}
.user-aligned {
	background-color: white;
}

.blog-top-reply-box {
    margin-bottom: 30px;
}
.reply-box.shown {
	background-color: whitesmoke;
	padding-top:1px;
}
.user-comment.animate, .topic-container.animate {
    background-color: #91b747;
    -moz-transition: background-color  0.1s;
    -o-transition: background-color  0.1s;
    -webkittransition: background-color  0.1s;
    -ms: background-color  0.1s;
    transition: background-color  0.1s;
}

.user-aligned .content {
    width: auto;
    margin-left: 50px;
    padding: 0 20px 20px;
    background-color: initial;
}

.user-aligned .user {
    width: 50px;
    float: left;
    margin: 10px;
}
.user-comment .user img {
    max-width: 100%;
}
.user-comment .info {
    margin-bottom: 16px;
}
.user-comment .link-text {
    display: inline-block;
    margin-left: 12px;
}
.user-comment .message {
    width: auto;
    margin-left: 60px;
    padding: 0 10px 20px;
    background-color: initial;
}

.user-comment .message h6 {
    margin-bottom: 0px;
}
.comment-respond {
    margin-top: 32px;
}
.comment-form .form-input {
    margin-bottom: 16px;
}
.comment-form .form-input:last-child {
    margin-bottom: 0px;
}
.comment-form input[type="text"],
.comment-form textarea {
    width: 100%;
    padding: 16px;
    border: none;
    box-shadow: none;
}
.comment-form input[type="submit"] {
    min-width: 185px;
}
@media screen and (max-width: 767px) {
    .user-comment .user {
    display: none;
    }
    .user-comment .message {
    margin-left: 0px;
    }

}

/* Additional */

.info h6 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    display: inline;
}

.info .date {
    margin-left: 10px;
}

.date > * {
    display: inline-block;
}

/*.alt-font {
    /*font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}*/

.sub > * {
    font-size: 1em;
    color: #aaa;
    /*white-space: nowrap;*/
}

.tag-container.sub a {
    color: #333;
}


.sub a:hover, a.sub:hover {
    color: #666;
    /*text-decoration: underline;*/
}

.topic-container {
    background-color: #fff;
    -moz-transition: background-color ease-out 1.5s;
    -o-transition: background-color ease-out 1.5s;
    -webkit-transition: background-color ease-out 1.5s;
    -ms-transition: background-color ease-out 1.5s;
    transition: background-color ease-out 1.5s;
}

.topic-container .back-link {
    /*position: absolute;
    margin-top: 18px;
    right: 0;
    bottom: 10px;*/
    float: right;
    line-height: 45px;
    display: inline-block;
    margin-right: 8px;
    text-decoration: none;
}

.topic-container .title {
    display: inline;
}

.topic-container .title-bar {
    /*padding: 5px;
    border-bottom: 1px dotted #aaa;
    position: relative;*/
    /*height: 45px;*/
    background-color: whitesmoke;
}

.topic-container .comment-footer {
    text-align: right;
    margin-top: 10px;
}

.comment-container {
    padding: 10px 10px 20px;
}

.body {
    padding-left: 1.2em;
    margin: 1.1em 0;
}

.comments-header {
    margin: 30px 0 20px;
    clear: both;
    border-bottom: 1px dotted #aaa;
}

.comment-container.solution {
    background-color: #c0f0c0;
}

.author {
    display: inline;
    margin-right: 15px;
}

.comment-container .date, .topic-container .date{
    display: inline;
}

.outter.first {
    background-color: #fff;
    border: 1px solid #ddd;
}

.outter.second {
    background-color: #eceef1;
    border: 1px solid #ddd;
}

.tags {
    float: left;
    text-align: left;
    width: 60%;
}

.tag-container {
    display: inline-block;
}

.tag-container .tag {
    background-color: #eceef1;
    margin: 5px 0 5px 5px;
    padding: 6px 10px;
    font-weight: bold;
    background-color: #ddd;
    color: #444;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}

.tag-container .tag:hover {
    background-color:#66A8E5;
    color: white;
    text-decoration: none;
}
.tag-container .tag a:hover {
    color: inherit;
}

.tag-container .times {
    font-size: 0.8em;
    margin: 0 7px 0 2px;
}

.tag-container .times::before {
    content: '×';
}

.topic-meta-container .title {
    display: inline;
    vertical-align: middle;
    margin: 0;
    line-height: 48px;
    font-size: 14px;
    font-weight: bold;
}

.topic-meta-container .title a {
    color: #333;
}

.topic-meta-container .date {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    line-height: 48px;
}

.topic-meta-container {
    margin: 10px 0;
    /*padding-left: 10px;*/
    background-color: whitesmoke;
    line-height: 48px;
}

.topic-meta-container span.cc, .topic-container span.cc {
    display: inline-block;
    font-weight: bold;
    padding: 0 8px;
    color: white;
    background-color: #f0ad4e;
    margin-right: 8px;
}

.topic-meta-container.solution span.cc, .topic-container.solution span.cc {
    background-color: #4cae4c;
}

.topic-meta-container:not(.solution) {
    /*border-left : 5px solid white;*/
}

.user-comment.solution .message/*, .topic-meta-container.solution*/ {
    border-left: 5px solid #c0f0c0;
}

.tag-cloud {
    line-height: 2.25em;
    text-align: left;
    width: 100%;
}
.tag-cloud, .tags {
    font-size:100%;
    font-family:arial;
}

@media screen and (max-width: 767px) {
    .tag-cloud {
        display: none;
    }


}

/* CodeMirror */

.editor-container {
    position: relative;
}

.editor-container.preview .CodeMirror {
    display: none;
}

.editor-container .rendered {
    display: none;
}

.editor .CodeMirror, .editor-container.preview .rendered {
    display: block;
}

.editor-container .toolbar {
    position: absolute;
    right: 0;
    z-index: 100;
}

.editor-container .toolbar button {
    margin : 0;
    outline: none;
}

.editor-container .toolbar button:active {
    outline: none;
}

.editor .CodeMirror, .editor-container.preview .rendered {
    min-height: 50px;
    height: auto;
    /* Necessary so the scrollbar can be absolutely positioned within the wrapper on Lion. */
    position: relative;
    /* This prevents unwanted scrollbars from showing up on the body and wrapper in IE. */
    overflow: hidden;
    background-color: white;

    /* Copied from Bootstrap's textarea */
    /*display: inline-block;*/
    padding: 4px 6px;
    margin-bottom: 9px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
}

.editor .CodeMirror-focused {
    /* Copied from Bootstrap's textarea */
    border-color: rgba(82, 168, 236, 0.8);
    outline: none;
}

.editor .CodeMirror-scroll {
    overflow-y: scroll;
    overflow-x: auto;
    min-height: 50px;
    max-height: 700px;
}

.blog-top-reply-box .editor-container,
.reply-box .editor-container {
    margin: 10px 0;
}

.comment-footer .tool-box {
    margin-top: 5px;
}

.comment-footer a {
    cursor: pointer;
}

.editor-container .btn-primary {
    margin-top: 10px;
}

.toolbar button {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.toolbar button:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.pagination {
    margin-top: 0;
}

.pagination-container {
    /*align-content: center;*/
    text-align: center;
}

.new-topic .editor-container {
    margin: 0;
}

/* .new-topic .editor .CodeMirror { */
/*     min-height: 300px; */
/* } */

/* .new-topic .editor .CodeMirror-scroll { */
/*     min-height: 300px; */
/*     max-height: 1000px; */
/* } */

.new-topic label {
	width: initial;
	margin: 10px 0 0 0;
}

.results {
    min-height: 50px;
    clear: both;
}

.results .error {
    margin-bottom: 0.5em;
    color: red;
}

.auth-section .submit-btn {
    float: left;
}

.fpish-login-frame-wrapper iframe {
    border: 0;
    vertical-align: middle;
    height: 30px;
    width: 250px;
    display: inline-block;
}

.fpish-login-frame-wrapper label {
    font-size: 14px;
    padding-right: 1em;
}

.login-control {
    display: none;
}

.tool-box .alt-font {
    margin-right: 12px;
}
.form-control {
	border-radius: 0;

}
.form-toggle {
    display: none;
}

.edit-box {
    display: inline;
    text-align: left;
}

.topic-container .new-topic {
    margin-top: 20px;
}

.topic-container .caption {
    margin-left: 15px;
    display: inline;
}

.blog-top-reply-box  .caption {
    display: none;
}

.icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    float: left;
}

.topic-meta-container .icon {
    margin-right: 8px;
    float: none;
    vertical-align: middle;
}

.topic-container .icon {
    float: none;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    margin: 0 8px 0 0;
}

.icon.gh-icon {
    background-image: url("/img/GitHub-Mark-small.png");
}

.icon.bb-icon {
    background-image: url("/img/BitBucket-Mark-small.png");
}

.topic-container .title-wrapper {
    display: inline-block;
    line-height: 45px;
    width: 80%;
}

.topic-container .title-wrapper h4 {
    margin: 0;
    line-height: 45px;
}

.topic-container .title-wrapper a {
    color: #333;
    font-weight: bold;
}

.topic-container .title-wrapper a:hover {
    text-decoration: none;
}

@media all and (max-width: 767px) {
    .topic-container .title-wrapper {
        max-width: 60%;
    }
}

.topic-container .title-wrapper > * {
    vertical-align: middle;
}

.blog-top-reply-box .reply-on-gh {
    display: none;
}