body {
    overflow-y: hidden;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 300;
    src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}

.loginbackdrop
{
    opacity: 0.2 !important;
}

.profile-pic
{
    border-radius: 50%; width: 75px; height: 75px;
    object-fit: cover;

}

.profile-pic-login
{
    border-radius: 50%; width: 70px; height: 70px;
    object-fit: cover;
}

.profile-pic-textbox
{
    border-radius: 50%; width: 25px; height: 25px;
    object-fit: cover;
}

.sub-profile-pic
{
    border-radius: 50%; width: 50px; height: 50px;
    object-fit: cover;
    margin-top : 1px;
}

.author-name {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 28px;
    color: #000000;
}

.author-steem-username
{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 18px;

    color: #999999;
}

.author-name:hover {
    color: #626262;
}

span.author-name:hover {
    color: #000000;
}

.bs-linebreak {
    height:2px;
}

.svg-vote-body:hover .svg-vote-arrow {
    stroke: black;
    stroke-width: 4;
}

.svg-vote:hover .svg-vote-arrow {
        stroke: black;
        stroke-width: 4;
}

.svg-vote {
    width : 26px;
}


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

.payout
{

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 24px;
    margin-top: -5px;
    cursor : pointer;
    margin-right : 15px;
}

.reply-form
{
    margin-top : 10px;
}

.upvote
{
    margin-top: 1.5px;
}

.vote-slider-body {
    margin-top: 7px;
    margin-right: 5px;
}

.vote-slider-head {
    margin-top: 7px;
    margin-right: 5px;
}

.slider_container {
    z-index: 500;
    background: #ffffff;
    border:solid 1px #dfdfdf;
    border-radius: 10px;
    padding: 5px;
    cursor: default;
    width: 290px;
    margin-right: 10px;
    margin-left: 10px;
}

.percentage {
    margin-top: 5px;
    position: absolute;
}

.reduce_button
{
    margin-top: -15px;
    cursor : pointer;
}

.row {
    margin-bottom: 5px;
}

#additional_fees
{
    font-size: 10px;
    margin-top: -5px;
    position: absolute;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}



.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.form-control:focus {
    border-color: #626262;
    box-shadow: none
}

.upvote {
    cursor:pointer;
    color : grey;
}

.upvote:hover {
    color : black;
}

.upvote-arrow {
    font-size: 20px;

}

.upvoted {
    color : black;
    font-weight: bold;

}

sp-link:hover {
    color : #3c3c3c !important;
}
sp-link {
    color : #4f5566 !important;
    cursor : pointer;
}

.replybtn
{
    color : black !important;
    margin-top: 5px;
    cursor : pointer;
    font-size: 15px;
}

.header > .replybtn
{
    font-size: 18px;
}

.replybtn:hover{
    text-decoration: underline !important;
}

.body-votenb {
    font-size: 16px;
    margin-right: 10px;
}

.avatar-date
{
    text-align: left !important;
    display : inline-block;
    padding-right : 0px;
    max-width : 120px;
}


.responsive-author {
    display: none;
}

.responsive-normal {
    display: initial;
}

.responsive-small {
    display: none;
}

.list-unstyled
{
 margin-bottom: 0;
}

.votelist-body-down
{
    display: inline-block;
}

.card-inner{
    margin-left: 3px;
}

.card {
    border: 1px solid rgba(0,0,0,.300);
    border-left: 0px solid rgba(0,0,0,.300);
    border-right: 0px solid rgba(0,0,0,.300);
    border-bottom: 0px solid rgba(0,0,0,.300);
    border-radius:  0px;
}
.header-right {
    margin-top : 20px;
}

.header-right-logged-in {
    margin-top : 20px;
}

.card-inner >.card-body {
    padding-right : 0px;
    padding-bottom : 0px;
}

.depth-spacer {
    max-width : 98px;
}

.comment-separator {
    position: absolute;
    width: 100%;
    border-top: 1px solid #EAE9E9;
    margin-top: -7px;
}

.sub-avatar-date {
    display : inline-block;
    max-width : 59px;
}

.sub-avatar-2 {
    padding-left : 0px;
    padding-right : 0px;
}

.sub-avatar-3 {
    padding-left : 33px;
    padding-right : 45px
}

.subcomment-body {
    flex: 0 0 100%;
    padding-left : 0px;
}

.subcomment-body-depth-3
{
    padding-left : 9px;
    max-width: 73%;
}

.subcomment-body-depth-2
{
    padding-left : 5px;
}

.separator-2 {
    left: 104px;
}

.separator-3 {
    left: 136px;
}


.header-position {
    position: absolute;
    right : 3px
}

.reply-form-header
{
    position: absolute;
    right : 10px;
    margin-top : 83px;
    width : 60%;
    z-index: 50;
}

.header-height-reply {
    height : 276px;
}

.form-input {
    background : #F8F8F8;
    border-radius : 0;
    border: 0 solid black;
    margin-bottom: 15px;

}
.form-input:focus {
    background : #F8F8F8;
}

.button-black {
    border-radius : 0;
    background-color: black;
    height: 40px;
}

.button-black:hover {
    background-color: rgba(0, 0, 0, 0.80);
}

.modal-head-form {
   border-bottom: 0px;
   padding : 0;
}

.sort-button-back-top-comment {
    margin-top: 28px !important;
    z-index: 50;
    position: absolute;
    right: 5px;
}

.header-upvotes
{
    cursor : pointer;
    margin-right : 15px;
    margin-top : -9px;
    font-size : 24px;
}

.close {
    position: absolute;
    right : 7px;
    top : 3px;
}

.header-steem-explainer {
    position: absolute;
    top: 158px;
    width: 370px;
    left: 120px;
}



.sub-author-name {
    font-size: 18px;
}

.steem-login-title {


    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 14px;

    color: #999999;

    border-radius: 3px;
}

.steem-logo {
    margin-top : -10px;
}

#modal-tab-tab-signIn, #modal-tab-tab-Signup {
    width: 50%;
    text-align: center;
    border-radius: 0px;
}

.account-type-text-big {
    color : white;
    font-size : 14px;
    font-family : Roboto;
    padding: 5px;
    position: absolute;
    left: 20px;
    top: 79px;
    z-index: 99;
    width : 63px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.account-type-text-small-depth-2 {
    color : white;
    font-size : 10px;
    font-family : Roboto;
    padding: 5px;
    position: absolute;
    left: -1.5px;
    top: 54px;
    width: 51px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.account-type-text-small-depth-3 {
    color : white;
    font-size : 10px;
    font-family : Roboto;
    padding: 5px;
    position: absolute;
    left: 30px;
    top: 54px;
    width: 51px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.login-btn {
    color : black;
    border-radius : 0;
}

.login-btn:hover {
    background-color: black;
    color : white;
}

.header-steempres-logo{
    display: initial;
    margin-right: 24px;
}

.header-second-row {
    height: 80px;
}

.signup-login-btn {
    float : right;
    position : initial;
    margin-top: 12px;
}

.header-second-row-title {
    font-family: "Roboto";
    font-size: 22px;
    position : absolute;
}

.header-title {
    font-size: 2rem;
}


.svg-comment-icon {
    width : 66px;
    height : 57px;
    margin-left: 15px;
}

.sp-button-white {
    color : black;
    border-radius : 0;
    margin-top : 5px;
}
.sp-button-white:hover {
    color : white;
    background-color: black;
}

.sp-button-black {
    color : white !important;
    background-color: black;
    border-radius : 0;
}

.sp-button-black:hover {
    background-color: black;
}


.header-reply-textarea {
    width: calc(100% - 125px);
    position: absolute;
    left: 103px;
    bottom : 75px;
    height: 80px;
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none; /*remove the resize handle on the bottom right*/
    background: #F4F4F4;
}

.header-price {
    font-size:  15px;
    margin-right: 3px;
}

.poweredby {
 margin-left: 5px;
    font-size: 15px;
}

.header-arrows
{
    position: relative;
    font-size : 33px;
}

.subcomment-body-depth-3
{
    padding-left: 9px;
}

.header {
    margin-top : 18px;
}

.modal-open
{
    min-height: 645px;
}

.header-price-separator
{
    margin: 0px 5px 5px;
}

@media screen and (max-width: 750px)
{
    .subcomment-body-depth-3
    {
        max-width: 67%;
    }
}


@media screen and (max-width: 687px)
{
    .subcomment-body-depth-2
    {
        max-width: 70%;
    }

    .reply-form-header {
        width: 95%;
    }
}

@media screen and (max-width: 680px)
{
    .profile-pic {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

    .avatar-date {
        max-width : 95px;
    }

    .logout
    {
        position : absolute;
        top: 83px;
        left: 6.6rem;
    }


    .depth-spacer {
        max-width : 76px;
    }

}


@media screen and (max-width: 660px)
{

    .contentBlock {

        width: 370px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;

    }
    .header-steempres-logo{
        display: none;
        margin-right: 0px;
    }

    .header-second-row {
        height: 120px;
        text-align: center;
    }

    .signup-login-btn {
        position : absolute;
        top : 142px;
        left : 97px;
        margin-top: -57px;
    }



    .header-second-row-title {
        font-family: "Roboto";
        font-size: 22px;
        position : absolute;
        width: 370px;
        top : 0px;
        left : 0px;
    }

    .header-steem-explainer {
        position: absolute;
        top: 36px;
        width: 370px;
        left: 0px;
    }


}

@media screen and (max-width: 575px)
{
    .profile-pic {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    .sub-profile-pic
    {
        border-radius: 50%; width: 40px; height: 40px;
        object-fit: cover;
        margin-top : 1px;
    }

    .reduce_button
    {
        margin-top: -160px;
        margin-right: -4.5em;
    }

    .logout
    {
        position: absolute;
        top: 97px;
        left: 8.1rem;
    }

    .author-name {
        font-size: 18px;
    }

    .author-steem-username {
        font-size: 15px;
    }

    .avatar-date
    {
        text-align: left !important;
        padding-left: 0px;
        max-width: 57px;
    }
    .vote-slider-body, .vote-slider-head  {
        width : 150px
    }
    .slider_container {
        width: 235px;
    }

    .header-right {
        margin-top : 20px;
    }

    .depth-spacer {
        max-width: 34px;
    }

    .subcomment-body-depth-3
    {
        padding-left: 9px;
    }

    .sub-avatar-3 {
        padding-left: 30px !important;
    }

    .separator-2 {
        left: 42px;
    }

    .separator-3 {
        left: 73px;
    }

    .comment-body {
        font-size: 14px;
    }

    .subcomment-body {
        font-size: 14px;
    }

    .steem-logo {
        margin-top : -3px;
    }

    .body-votenb {
        font-size: 14px;
        margin-right: 10px;
    }

    .account-type-text-big {
        font-size : 12px;
        padding: 4px;
        left: 3px;
        top: 65px;
        width : 47px;
    }

    .account-type-text-small-depth-2
    {
        width : 40px;
        top : 43px;
    }

    .account-type-text-small-depth-3
    {
        width : 40px;
        top: 45px;
        left : 28px;
    }


}

@media screen and (max-width: 500px) {
    .header-upvotes
    {
        margin-right : 6px;
        margin-top : -3px;
        font-size : 18px;
    }

    .payout
    {
        font-size: 18px;
        margin-top: 0px;
        cursor : pointer;
        margin-right : 0px;
    }

    .header-arrows
    {
        position: relative;
        top: 9px;
        font-size : 18px;
    }

    .header-title.header-steem-explainer {
        position: absolute;
        top: 158px;
        width: 370px;
        left: 120px;
    }


    .poweredby
    {
        font-size: 13px;
    }

    .header-price-separator
    {
        margin: 4px 5px 5px;
    }

    .svg-vote {
        width : 22px;
    }

    .header-price-separator-size
    {
        height: 22px;
    }

}



@media screen and (max-width: 474px) {



    .header-right-logged-in {
        margin-top: 20px;
    }


    .reply-form-header {
        top: 71px;
        width: 95%;
    }

    .header-height-reply {
        height : 310px;
    }



}


@media screen and (max-width: 450px) {

    .header {
        margin-top : 8px;
    }

    .header-title {
        font-size: 1.5rem;
        margin-top: -4px;
        margin-left: -20px;
    }

    .svg-comment-icon {
        width : 56px;
        height : 47px;
    }

    .payout
    {
        font-size: 15px;
        margin-top: 5px;
        cursor : pointer;
        margin-right : 0px;
    }

    .header-upvotes
    {
        cursor : pointer;
        margin-right : 5px;
        margin-top: 3px;
        font-size : 15px;
    }

    .poweredby {
        margin-left: -20px;
        font-size: 12px;
    }

    .header-arrows
    {
        position: relative;
        top: 11px; !important;
        font-size : 16px;
    }

    .header-price-separator
    {
        margin: 6px 5px 5px;
    }

    .svg-vote {
        height : 18px;
    }

    .upvote {
        margin-top: 9px;
    }

    .header-price-separator-size
    {
        height: 15px;
    }


}

@media screen and (max-width: 419px)
{
    .subcomment-body-depth-3
    {
        max-width: 62%;
    }

}


@media screen and (max-width: 405px) {
    .header-reply-textarea {
        bottom: 100px;
    }
}
@media screen and (max-width: 372px)
{


    .header-second-row-title {
        font-size: 20px;
        position : absolute;
    }

    .header-steem-explainer {
        width: 350px;
    }

    .subcomment-body-depth-3
    {
        max-width: 59%;
    }

    .svg-comment-icon {
        width : 56px;
        height : 37px;
        margin-left: 2px;
    }

    .header-position
    {
      padding-right: 5px;
    }
}
