﻿@font-face {
    font-family: FontAwesome, "Font Awesome 5 Pro";
    src: url('/fonts/fontawesome-webfont.eot');
    src: url('/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.truncator-link {
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
}

    .truncator-link:hover {
        text-decoration: underline;
    }


.circular {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 0px solid #a1a8ac;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    opacity: .9;
}

    .circular.child {
        width: 36px;
        height: 36px;
        border-width: 1px;
    }

.poll-pad.comment-entry {
    padding: 15px 8px 0;
    text-align: right;
    position: relative;
}

.comment-right {
    padding: 0;
    border-radius: 6px;
    display: table;
}

.clear {
    clear: both;
}

.comment-div {
    padding-bottom: 5px;
}



.comment-text {
    color: #141823;
}

.comment-time {
    color: #aaa;
}

.comment-inner.child {
    padding: 6px 0 3px 9px;
    background: none;
    border-left: 2px solid #d5d5d5;
    border-radius: 0
}

.comment-left {
    padding: 3px 5px 0 0;
    float: left;
}

.comment-children {
    margin-left: 15px;
}

.comment-clear {
    clear: both;
}

.comment-div {
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.comment-user {
    margin-right: 8px;
    font-weight: bold;
    color: #015E83;
}

.comment-text {
    color: #1d2129;
    font-size: 13px;
}

.comment-text-body {
    display: inline-block;
    background: #f2f3f5;
    padding: 8px 10px;
    border-radius: 18px;
}
.admin-viewing-hidden .comment-text-body {
    background: #fafafa;
    color: #8c8c8c !important;
}

.comment-time {
    float: left;
    color: #464B4E;
    margin-left: 8px;
    font-size: 12px;
}

.comment-actions {
    float: right;
    margin: 0 10px;
    cursor: pointer;
    font-size: 12px;
}

.comment-actions a {
    margin-right: 6px;
    cursor: pointer;
}

.comment-actions i {
    margin-right: 3px;
}


a.reply, a.toggleVote, a.flag-inline {
    color: #454E4F;
}

    a.reply:hover, a.toggleVote:hover, .reply:hover i:before, .toggleVote:hover i:before {
        color: #177bbb;
    }


    a.flag-inline:hover, .flag-inline:hover i:before {
        color: #b71818
    }

.comment-actions a:focus {
    text-decoration: underline;
    color: #2a6496;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 2px;
}
/*.reply > i:before {
        content: "\f112";
    }*/

.toggleVote i, .reply > i {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}


/*.toggleVote > i:before {
        content: "\f0aa";
        font-style: normal;
    }*/

.toggleVote.voted > i:before {
    color: #1aae88 !important;
}

.flag-inline > i:before {
    content: "\2691";
    font-size: inherit;
}

.flag-submit-btn {
    margin-top: 4px;
}

.input-area {
    height: 80px;
    width: 100%;
    display: none;
    margin: 5px 0;
}

.btn-right-align {
    text-align: right;
}

.end-btn {
    margin-right: 15px;
}

.flag-block {
    background-color: #fff;
    border: 2px solid #ff7171;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
}

.flag-thank-you {
    background-color: rgba(255, 226, 226, 0.7);
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
}

.expand-box {
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    z-index: 11;
    margin: -90px -10px 0;
}
.expand-box .btn {
    color: #4F5759 !important;
}

    .expand-box .head {
        background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,#fff),color-stop(100%,#fff));
        background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);
        background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);
        background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffffff',GradientType=0);
        height: 110px;
    }

    .expand-box .buttonholder {
        padding-top: 56px;
        padding-bottom: 24px;
    }

    .expand-box .bordergradient {
        background-image: -moz-linear-gradient(top,#fff,#eee);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
        background-image: -webkit-linear-gradient(top,#fff,#eee);
        background-image: -o-linear-gradient(top,#fff,#eee);
        background-image: linear-gradient(to bottom,#fff,#eee);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
        height: 8px;
    }

.i-checks input {
    width: auto !important;
    height: auto !important;
    opacity: 0;
}

    .i-checks input:checked + i {
        border-color: #177bbb;
    }

        .i-checks input:checked + i:before {
            position: absolute;
            left: 0px;
            width: 100%;
            top: 2px;
            text-align: center;
            font-family: "FontAwesome", "Font Awesome 5 Pro";
            font-style: normal;
            font-weight: normal;
            color: #177bbb;
        }

.i-checks.text-xs input:checked + i:before {
    top: 1px;
}

.i-checks input[type="radio"] + i {
    border-radius: 100%;
}

.i-checks input[type="checkbox"]:checked + i:before {
    content: "\f00c";
}

.i-checks input[type="radio"]:checked + i:before {
    content: "\f111";
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
    border-color: #dbe2e7;
}

    .i-checks input[disabled] + i:before,
    fieldset[disabled] .i-checks input + i:before {
        color: #cbd5dd;
    }

.i-checks i {
    width: 18px;
    height: 18px;
    line-height: 1;
    border: 1px solid #cbd5dd;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    font-size: 12px;
}

.i-checks.text-xs i {
    width: 12px;
    height: 12px;
    font-size: 8px;
}

.text-xs {
    font-size: 11px;
}

.checkbox {
    position: relative;
    display: block;
    min-height: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.makePrivate {
    color: #ccc;
    margin-right: 5px;
    cursor: pointer;
}

.userHidden span.comment-actions {
    display: none;
}

.comment-inner.userHidden .comment-text {
    color: #989898;
}
.chart-item .comment-inner.userHidden .comment-text {
    color: inherit;
}


.email-daily-stats-comments .comment-inner.userHidden .comment-text {
    color: inherit;
}

.comment-inner.highlight {
    border-radius: 1em;
    box-shadow: inset 0 0 1em blue;
    padding: 1.2em;
    background-color: #fff;
}

.uHid {
    font-size: 11px;
    margin-left: 10px;
    margin-top: 5px;
}

    .uHid a {
        color: #b2b2b2;
        margin-left: 5px;
        cursor: pointer;
    }

.fb-comment-button {
    background: none repeat scroll 0 0 #5b74a8;
    border-color: #29447e #29447e #1a356e;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    padding: 3px 15px;
    font-weight: 400;
    margin-left: 5px;
}

span.comment-source {
    margin: 2px 0 0 8px;
    color: #b5b5b5;
    background: #f1f1f1;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
}

span.email-icon {
    margin: 0 5px;
}

.commenter-identity .identity-options-menu {
    display: inline;
}

.comment-entry-submit-block {
    width: 100%;
    text-align: right;
}

.comment-submit-outer, .commenter-identity-outer {
    display: inline-block;
}


.comment-entry-actions {
    text-align: right;
    margin-top: 5px;
}



/*New Article Comment Embed*/
.comment-entry-box {
    border: 2px solid #e4e4e4;
    box-shadow: none;
    resize: vertical;
}

#comment-container-outer {
    margin: 1px auto 4px 0;
    padding: 8px 0;
}

.identity-prepend {
    font-weight: 200;
    color: #777;
}

.identity-display-name {
    color: #777;
    font-weight: bold;
}

.identity-options {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #888;
    display: inline-block;
}

.identity-options-menu {
    position: absolute;
    background: #fff;
    padding: 3px 4px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.commenter-identity {
    cursor: pointer;
}

.comment-submit-button {
    background: none repeat scroll 0 0 #5b74a8;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    padding: 4px 15px;
    font-weight: 500;
    margin-left: 5px;
}

.social-login-outer {
    text-align: left
}

    .social-login-outer .btn {
        margin-bottom: 3px;
    }

.bg-twitter {
    background-color: #55ACEE;
}

.btn-default {
    color: #535A5F !important;
    background-color: #fcfcfd;
    border-color: #d2dae1;
    border-bottom-color: #cbd5dd;
    -webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
    box-shadow: 0 1px 1px rgba(90,90,90,0.1);
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #535A5F !important;
        background-color: #ebeef4;
        border-color: #b9c6d0;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default.disabled:hover,
    .btn-default.disabled:focus,
    .btn-default.disabled:active,
    .btn-default.disabled.active,
    .btn-default[disabled],
    .btn-default[disabled]:hover,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default.active {
        background-color: #fcfcfd;
        border-color: #d2dae1;
    }

    .btn-default.btn-bg {
        border-color: rgba(0,0,0,0.1);
        background-clip: padding-box;
    }

.btn-primary {
    color: #fff !important;
    background-color: #177bbb;
    border-color: #177bbb;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #fff !important;
        background-color: #146ca4;
        border-color: #136397;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled],
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #177bbb;
        border-color: #177bbb;
    }

.btn-success {
    color: #fff !important;
    background-color: #1aae88;
    border-color: #1aae88;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #fff !important;
        background-color: #179877;
        border-color: #158b6c;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success.disabled:hover,
    .btn-success.disabled:focus,
    .btn-success.disabled:active,
    .btn-success.disabled.active,
    .btn-success[disabled],
    .btn-success[disabled]:hover,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success.active {
        background-color: #1aae88;
        border-color: #1aae88;
    }

.btn-info {
    color: #fff !important;
    background-color: #1ccacc;
    border-color: #1ccacc;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #fff !important;
        background-color: #19b4b6;
        border-color: #17a6a8;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info.disabled:hover,
    .btn-info.disabled:focus,
    .btn-info.disabled:active,
    .btn-info.disabled.active,
    .btn-info[disabled],
    .btn-info[disabled]:hover,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info.active {
        background-color: #1ccacc;
        border-color: #1ccacc;
    }

.btn-warning {
    color: #fff !important;
    background-color: #fcc633;
    border-color: #fcc633;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #fff !important;
        background-color: #fcbf1a;
        border-color: #fbbb0b;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning.disabled:hover,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled],
    .btn-warning[disabled]:hover,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning.active {
        background-color: #fcc633;
        border-color: #fcc633;
    }

.btn-danger {
    color: #fff !important;
    background-color: #e33244;
    border-color: #e33244;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #fff !important;
        background-color: #dd1e32;
        border-color: #d01c2f;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger.disabled:hover,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled],
    .btn-danger[disabled]:hover,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger.active {
        background-color: #e33244;
        border-color: #e33244;
    }

.btn-dark {
    color: #fff !important;
    background-color: #222733;
    border-color: #222733;
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        color: #fff !important;
        background-color: #181b24;
        border-color: #12141b;
    }

    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        background-image: none;
    }

    .btn-dark.disabled,
    .btn-dark.disabled:hover,
    .btn-dark.disabled:focus,
    .btn-dark.disabled:active,
    .btn-dark.disabled.active,
    .btn-dark[disabled],
    .btn-dark[disabled]:hover,
    .btn-dark[disabled]:focus,
    .btn-dark[disabled]:active,
    .btn-dark[disabled].active,
    fieldset[disabled] .btn-dark,
    fieldset[disabled] .btn-dark:hover,
    fieldset[disabled] .btn-dark:focus,
    fieldset[disabled] .btn-dark:active,
    fieldset[disabled] .btn-dark.active {
        background-color: #222733;
        border-color: #222733;
    }

.btn {
    font-weight: 500;
    border-radius: 2px;
}

.btn-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 34px;
    text-align: center;
}

    .btn-icon.b-2x {
        width: 36px;
    }

    .btn-icon.btn-sm {
        width: 30px;
    }

        .btn-icon.btn-sm.b-2x {
            width: 32px;
        }

    .btn-icon.btn-lg {
        width: 45px;
    }

        .btn-icon.btn-lg.b-2x {
            width: 47px;
        }


.comment-entry-awaiting-sign-in {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #e5ddbd;
    color: #333;
    margin: 10px 15px;
}

.comment-entry-contact-input input[type='text'],
.comment-entry-contact-input input[type='password'] {
    border: 2px solid #e4e4e4;
    box-shadow: none;
    resize: vertical;
}

.comment-entry-actions label {
    font-weight: 400;
    font-size: 1.09em;
    color: #51575C;
}

.comment-entry-contact-input form {
    max-width: 350px;
    float: right;
    width: 100%;
    text-align: left;
}

.switch span {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0,0,0,0.1);
    display: inline-block;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

    .switch span:after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 26px;
        top: 1px;
        left: 0;
        bottom: 1px;
        border-radius: 30px;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
        box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
        -webkit-transition: left 0.2s;
        transition: left 0.2s;
    }

.switch.small input:checked + span:after {
    left: 13px;
}

.switch input:checked + span:after {
    left: 31px;
}

.switch.small span:after {
    width: 15px;
}

.switch input:checked + span {
    background-color: #1aae88;
}

.switch.small span {
    height: 15px;
    width: 30px;
}

.switch.small.text-xs span {
    margin-bottom: -3px;
    height: 13px;
}

.comment-reply-outer .comment-submit-button {
    padding: 3px 8px;
    font-size: 1em;
}

.comment-display-outer {
    text-align: left;
    margin-top: 5px;
    padding: 5px 10px;
    border-top: solid 1px #dcdee2;
    border-bottom: solid 1px #dcdee2;
    max-height: 2000px;
    overflow-y: auto;
    display: none;
    position: relative;
}

    .comment-display-outer .comment-right {
        padding: 0;
    }

    .comment-display-outer .comment-left {
        padding: 0 5px 0 0;
    }

    .comment-display-outer .comment-actions {
        margin-right: 0;
    }

.comment-entry-submit-block fieldset legend {
    display: none;
}

.comment-display-outer .comment-actions {
    margin-right: 0;
    font-size: 12px;
    margin-top: 3px;
}

.comment-children .comment-actions {
    font-size: 11px;
}

.comment-display-outer .comment-reply-outer {
    margin-left: 55px
}

.comment-display-outer .comment-inner.child {
    background: rgba(199, 199, 199, 0.12);
    padding: 5px;
    border-radius: 0 5px 5px 0;
    margin-right: 5px;
    border-left: 2px solid #e1e1e1;
}

.comment-inner.child > .comment-reply-outer {
    margin-left: 15px !important;
    margin-top: 3px;
}


.comment-display-outer .reply-entry {
    height: 40px;
    padding: 4px 6px;
    resize: vertical;
    margin-top: 6px;
}

@media only screen and (max-width: 600px) {
    #comment-container-outer {
        padding: 5px 0;
        border-radius: 3px;
        margin: 2px 0;
    }
}

.transition, .contact-input-more, .comment-entry-awaiting-sign-in, .contact-input-more input {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}




.requiredBorder {
    border: 1px solid #ff3c3c;
}

.comment-div.mine .circular {
    border-color: #278b3b
}

.comment-div.mine .flag-inline {
    display: none;
}

.comment-actions.mine a.reply, .comment-actions.mine a.flag-inline {
    display: none;
}

.comment-user-feedback-outer .feedback-inner {
    display: none;
}

.comment-user-feedback-outer {
    position: relative;
}

    .comment-user-feedback-outer .feedback-loading {
        position: absolute;
        left: 6px;
        top: -25px;
        margin-top: 5px;
        opacity: 0.15;
        font-size: 10px
    }

    .comment-user-feedback-outer .alert {
        margin-bottom: 10px;
    }

.comment-display-privacy-prepend {
    text-align: center;
    padding: 5px;
    color: #8b8b8b;
}

.comment-display-outer.private div.mine {
    background: inherit;
    padding: inherit;
    border-radius: inherit;
}

.comment-display-outer.private span.comment-text-body,
.comment-display-outer.private span.comment-user {
    color: #333;
}

a.powered-by-outer {
    float: right;
    margin-top: 2px
}

a .powered-by {
    width: 100px;
    opacity: .9;
    cursor: pointer;
}

.alert {
    font-size: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}



.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right
}

.m-t-xs {
    margin-top: 5px;
}

.contact-input-actions label {
    display: block;
}

.map-poll .comment-map-display {
    display: none;
}

.comment-inner.child .comment-inner {
    background: none;
    border-left: 0;
}

.comment-children .comment-children {
    margin-left: 0;
}

/*commenting out due to reply issues

    .comment-inner {
    display: flex;
    flex: auto;
}*/
.comment-attachments {
    display: block;
    max-width: 200px;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 4px;
}

        .comment-attachments img:after {
            background-color: rgba(0,0,0,.3);
            color: #fff;
            content: "attachment";
            display: block;
            font-size: 9px;
            font-weight: bold;
            padding: 5px 1px;
            position: absolute;
            text-align: center;
            top: 40%;
            width: 100%;
        }

    .comment-attachments img {
        display: block;
        height: auto;
        border-radius: 18px;
        max-width: 100%;
        max-height: 600px;
    }

    .comment-attachments a.popup-gallery + a.popup-gallery {
        display: none;
    }

span.see-more {
    color: #385898;
    cursor: pointer;
}

span.see-more:hover {
    text-decoration: underline;
}


.comment-attachmentsSlide {
    display: none;
    font-size: 14px;
    top: 100%;
    width: 100%;
}

.comment-attachmentsSlide .uploader-container {
    display: block;
    height: 124px;
    background-color: #eee;
    border: 1px dashed rgba(0,0,0,.2);
    border-radius: .5em;
    margin: 20px 0 15px;
    position: relative;
}

.comment-attachmentsSlide .uploader-container:empty::after {
    content: 'Drop files here or click here to upload.';
    position: absolute;
    top: 40%;
    color: #000;
    display: block;
    text-align: center;
    width: 100%;
}

.comment-attachmentsSlide .uploader-container + input#commentAttachmentInput {
    display: none;
}