/*
*   ################################################################################
*
*   Wikitree Custom Style for scorecard
*   ---------------------------------------------------------------------
*
*   Version     2.0
*   Author      Heeya
*
*
*
*   ################################################################################
*/

@charset "utf-8";

/*
* Nanum Gothic Coding (Korean) http://www.google.com/fonts/earlyaccess
*/
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');

/*
* Jeju Gothic (Korean) http://www.google.com/fonts/earlyaccess
*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
a,
div,
dl,
ul,
li,
dt,
dd,
strong,
b,
em,
input,
button,
select,
textarea {
    font-family: 'Nanum Gothic', '나눔고딕', 'Malgun Gothic', Helvetica, AppleGothic, Arial;
    /*font-size: 14px;*/
}

.page-header {
    padding-bottom: 0px;
    margin: 20px 0 10px;
}

.media-object {
    width: 120px;
}

.media-footer {
    margin: 5px 0px;
}


/*
*   ################################################################################
*   Scorecard-send
*   ################################################################################
*/

/*basic*/

/*form-control*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc !important;
}

.login .checkbox label {
    color: #fff;
}

input:focus {
    outline: none !important;
}

select:focus {
    outline: none !important;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #060c0a;
    background: #f7f7f7;
}

.container {
    width: 100%;
    max-width: 1200px;
}

.block-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.block-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(156, 156, 156, 0.38);
    z-index: 5;
}

.tab-content .faceboock-daily .content {
    margin-bottom: 30px;
}

p,
a,
div,
dl,
ul,
li,
dt,
dd,
strong,
b,
em {
    font-size: 14px;
    line-height: 1.42857143;
    color: #060c0a;
}

textarea,
input {
    outline: none;
}

/*//basic*/

/*style*/

.input-group-btn {
    width: auto;
}

/* 
.form-control, .form-control:focus, input, {
    outline: none;
    outline: none;
    outline-offset: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
} */

.form-control {
    box-shadow: none;
    padding: 3px 6px;
    width: 100%;
}

.form-control:focus {
    outline: none
}

.form-control:focus {
    border-color: #FA27F9;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*/form-control*/

.help-icon {
    position: absolute;
    right: 30px;
    top: 13px;
    background: #eb7a77;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    z-index: 100;
}

.help-icon:after {
    content: "?";
    font-size: 15px;
    text-align: center;
    font-style: normal;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 7px;

}

h2.row {
    padding: 15px;
    position: relative;
}

h2.row.wiki {
    background: #060c0a;
    color: #ffffff;
}

.embed-part .FACEBOOK {
    background-color: #3A589E !important;
}

.embed-part .INSTAGRAM {
    background-color: #C03995 !important;
}

.embed-part .YOUTUBE {
    background-color: #FF0000 !important;
}

.embed-part .TIKTOK {
    background-color: #fe2c55 !important;
}

.embed-part .X {
    background-color: #000000 !important;
}

.embed-part .NAVERTV {
    background-color: #00DE7B !important;
}

h2.row.face {
    background: #8faadc;
    padding-right: 30px;
    padding-left: 50px;
}

h2.row .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: -6px;
    font-family: "fontawesome";
    font-style: normal;
    color: #fff;
}

h2.row .icon:after {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
    font-style: normal;
    position: absolute;
    left: 9px;
    top: 5px;
}

.wikitree-part h2.row.wiki {
    background: #ffe699;
    padding-right: 30px;
    padding-left: 50px;
}

.wikitree-part h2.row.wiki .icon {
    background: url(../img/wiki_logo_circle.png) no-repeat !important;
    background-size: 100% auto !important;
}

h2.face .icon,
.wikitree-part h2.row.wiki .icon {
    background: #3b5998;
    left: 15px;
    top: 11px;
}

h2.face .icon:after {
    content: "\f09a";
}

h2.h3-style {
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}

h2.h3-style:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 22px;
    background: #000;
}

h2.h3-style .help-icon {
    right: 0 !important;
}

.tab-content .facebook-block h3 {
    padding-left: 25px;
    color: #060c0a;
    position: relative;
}

.tab-content .facebook-block h3:after {
    content: "";
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #060c0a;
    position: absolute;
    left: 10px;
    top: 8px;
}

/*page*/

.pagenation-block {
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2f323a;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

/*/.page*/

.btn {
    font-style: normal;
}

.btn-theme {
    color: #fff;
    background-color: #FA27F9 !important;
    border: 1px solid #FA27F9 !important;
}

.btn-theme.active,
.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #FA27F9;
    border-color: #FA27F9
}

.btn-theme2 {
    color: #fff;
    background-color: #ac92ec;
    border-color: #967adc
}

.btn-theme2.active,
.btn-theme2:active,
.btn-theme2:focus,
.btn-theme2:hover,
.open .dropdown-toggle.btn-theme2 {
    color: #fff;
    background-color: #967adc;
    border-color: #967adc
}

.btn-info:hover,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #48bcb4;
    border-color: #48bcb4;
}

.btn-theme3 {
    background: #b0bac3;
    color: #fff;
    border-color: #b0bac3;
}

.btn-theme3:active,
.btn-theme3:hover {
    color: #fff;
}

.btn-theme4 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
}

.btn-theme5 {
    background: #2f323a;
    color: #fff;
    border-color: #2f323a;
}

.btn-theme5:hover {
    color: #fff !important;
}

.btn-icon {
    display: inline-block;
    margin-left: 8px;
    width: 25px;
    height: 25px;
    padding: 5px 0;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    color: #2f323a;
    background: #95cfc3;
    border: 1px solid #95cfc3
}

.btn-icon:after {
    position: absolute;
    content: "";
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    line-height: 20px;
    width: 18px;
    height: 18px;
}

.btn-block {
    margin-top: 10px;
}

.btn-block2 {
    margin-bottom: 10px;
}

.download-btn-block .btn {
    position: relative;
    padding-left: 20px;
}

.download-btn-block .zmdi {
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: 2px;
}

.btn-icon.plus:after {
    content: "\f278";
    font-size: 24px;
    left: 3px;
    top: 1px;
}

.btn-icon.minus:after {
    content: "\f273";
    font-size: 24px;
    left: 3px;
    top: 1px;
}

.btn-icon.open-in:after {
    content: "\f1a3";
    font-size: 18px;
    left: 3px;
    top: 1px;
}

.stats-btn {
    margin: 3px;
}

@media (max-width: 768px) {
    .btn-icon {
        width: 34px;
        height: 34px;
    }

    .btn-icon.edit:after {
        font-size: 22px;
        left: 7px;
        top: 6px;
    }

    .btn-icon.plus:after {
        content: "\f278";
        font-size: 27px;
        left: 7px;
        top: 6px;
    }

    .btn-icon.open-in:after {
        content: "\f1a3";
        font-size: 21px;
        left: 7px;
        top: 7px;
    }

    .btn-icon.minus:after {
        content: "\f273";
        font-size: 27px;
        left: 7px;
        top: 6px;
    }
}

/*/style*/

/*common*/

/*HeaderSection*/

header {
    background: #2f323a;
    border-bottom: 1px solid #2f323a;
    min-height: 60px;
    padding: 0 15px;
    box-shadow: none;
    text-align: center;
    width: 100%;
    color: #fff;
}

.header.navbar {
    background: #2f323a;
    border-bottom: 1px solid #2f323a;
    min-height: 60px;
    padding: 0 15px;
    box-shadow: none;
    text-align: center;
    width: 100%;
    border-radius: 0 !important
}

.send-header .top-menu {
    margin-top: 5px;
}

.top-menu .selected-menu {
    background-color: #002060;
    padding: 18px;
}

.top-menu .selected-menu a {
    color: #cbcbcb !important;
}

.navbar-brand {
    padding: 18px 15px;
    height: 35px;
}

.header.navbar a {
    color: #fff;
}

.header.navbar {
    margin-bottom: 0;
}

.header.navbar:after {
    clear: both;
    display: block;
    content: "";
}

.header.navbar .btn {
    margin-left: 0;
    margin-top: 12px;
}

.header .btn-login {
    float: right;
}

.header .content {
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    display: inline-block;
    color: #fff
}

.header .btn {
    color: #f2f2f2;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #95cfc3;
    background: #95cfc3;
    margin-left: 25px;
}

.header .btn:hover {
    border: 1px solid #b6b6b6 !important;
    background-color: transparent !important;
    border-color: #b6b6b6 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #b6b6b6 !important;
    box-shadow: none;
}

.send .header .btn {
    color: #f2f2f2;
    font-size: 12px;
    padding: 4px 15px 5px;
}

.circle-txt strong {
    color: #2f323a;
}

.circle-block {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.circle-block .circle {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: inline-block;
    margin-top: 10px;
}

.circle-block .circle:after {
    display: inline-block;
    content: "";
    background: url("../img/send-wiki-logo2.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    margin-top: 10px;
}

.brand-block {
    text-align: center;
}

.brand-block strong {
    font-size: 30px;
    line-height: 1;
    display: block;
}

.brand-block small {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    display: block;
}

.download-btn-block .btn {
    position: relative;
    padding-left: 20px;
    font-size: 12px !important;
}

/*/HeaderSection*/

.content-panel {
    background: #fff;
    border: 1px solid #e8eaec;
    border-top: none;
}

.container .content-panel {
    position: relative;
    padding-bottom: 35px;
    width: 100%;
}

.container .content-panel.row {
    margin-left: 0;
    margin-right: 0;
}

.content-panel .head.date {
    position: absolute;
    left: 15px;
    top: 5px;
    display: inline-block;
}

.content-panel {
    margin-bottom: 30px;
}

#defaultView .content-panel {
    margin-bottom: 15px;
}

.content-panel {
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}

.send-block .content-panel {
    background: #fff;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0;
}

.right-divider {
    border-right: 1px solid #d3d3d3;
    height: 100%;
    text-align: center;
}

.right-divider {
    text-align: left;
}

.profile-text h2 {
    font-size: 18px;
    color: #2f323a;
    line-height: 1.45;
    margin-top: 10px;
}

.profile-text h3 {
    font-size: 16px;
    color: #a1a1a1;
}

.profile-text h4 {
    font-size: 16px;
    color: #a1a1a1;
    margin-bottom: 0;
}

.profile-text h6 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #2f323a;
}

.profile-text.info-block h6 {
    margin-bottom: 0;
    word-break: break-all;
}

.profile-text.info-block .manager {
    padding-top: 0;
    color: #2f323a;
}

.profile-text h6:after {
    clear: both;
    display: block;
    content: "";
}

.profile-text h6 small {
    font-size: 13px;
    display: inline-block;
}

.profile-text h6 small span.label {
    color: #fff;
}

.profile-text small.date {
    color: #bdbdbd;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.profile-text.center-block {
    padding-left: 25px;
}

.profile-text .form-control.manager {
    width: 100%;
    max-width: 95px;
}

.profile-text .manager input.form-control {
    float: left;
}

.profile-text .manager input.form-control:last-child {
    margin-left: 5px;
}

.profile-text.info-block .manager {
    margin-top: 5px;
    overflow: hidden;
    display: block;
}

.ml5 {
    margin-left: 5px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .profile-text .manager input.form-control {
        margin-left: 0;
        margin-top: 5px;
    }

    .profile-text .manager input.form-control {
        float: none;
    }

    .profile-text .manager input.form-control:last-child {
        margin-left: 0;
    }
}

@media (max-width: 365px) {
    .profile-text .manager input.form-control {
        margin-left: 0;
        margin-top: 5px;
    }

    .profile-text .manager input.form-control {
        float: none;
    }

    .profile-text .manager input.form-control:last-child {
        margin-left: 0;
    }

    .wiki-state-block .score {
        font-size: 18px !important;
    }

    .wiki-state-block .title {
        line-height: 40px !important;
    }
}

@media (max-width: 768px) {
    .inform .profile-text.center-block {
        padding-left: 0;
    }

    .container .content-panel {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .inform .profile-text.center-block {
        padding-left: 15px;
    }

    .circle-block .circle:after {
        margin-top: 15px;
    }
}

.info-block small {
    color: #a1a1a1;
    padding-top: 15px;
}

.title-block h1 {
    font-size: 28px;
    font-weight: bold;
}

.title-block h6 {
    line-height: 1.45687em;
}

.title-block .label-info {
    font-size: 11px;
    background-color: #b0bac3;
}

.title-block .manager {
    display: block;
    margin-top: 5px;
    width: 100%;
}

.user-info-block p {
    font-size: 14px;
}

.user-info-block p img {
    width: 25px;
    margin-right: 5px;
}

.circle-block {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.login .circle-block .circle {
    border-radius: 100%;
    display: inline-block;
    margin-top: 10px;
}

.brand-block {
    text-align: center;
}

.brand-block strong {
    font-size: 30px;
    line-height: 1;
    display: block;
}

.brand-block small {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    display: block;
    color: #2f323a;
}

@media (max-width: 919px) {
    .profile-text {
        margin-bottom: 0;
    }

    .profile-text.title-block {
        padding-left: 15px;
    }

    .profile-text h2 {
        margin-top: 10px;
        font-size: 16px;
    }

    .send .profile-text h6 {
        margin: 0
    }

    .send .title-block h6 {
        line-height: 1.1em;
    }

    .right-divider {
        border-right: none;
    }

    .send .title-block .label-info {
        background: transparent;
        color: #a1a1a1;
        font-size: 16px;
        font-weight: normal;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    t.itle-block .manager {
        margin-top: 0;
    }

    .send .title-block .label-info,
    .send .content-panel h4 {
        margin-bottom: 5px;
        display: block;
        text-align: left;
    }

    .header .content {
        font-size: 15px;
    }
}

@media (min-width: 640px) and (max-width: 919px) {
    .content-panel {
        position: relative;
    }

    .brand-block {
        position: absolute;
        left: 15px;
        top: 60px;
        width: auto;
    }

    .send .profile-text.title-block,
    .send .profile-text.info-block {
        padding-left: 330px;
    }
}

@media (max-width: 768px) {
    .profile-text h2 {
        font-size: 18px;
    }

    h6 span.label.label-info {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }

    .title-block .label-info {
        background: transparent;
        color: #a1a1a1;
        font-size: 16px;
        font-weight: normal;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .profile-text h3 {
        font-weight: normal;
    }

    .profile-text.center-block {
        padding-left: 15px;
    }

    .profile-text h2 {
        font-size: 18px;
    }

    .profile-text h6 {
        font-size: 16px;
    }

    .profile-text h6 small {
        color: #757575;
        padding-left: 0;
        font-size: 16px;
    }

    .info-block {
        margin-top: 0;
    }

    .content-panel h4 {
        font-size: 16px;
    }

    .title-block .label-info,
    .content-panel h4 {
        margin-bottom: 5px;
        margin-top: 10px;
        display: block;
        text-align: left;
        background-color: #fff;
    }

    .profile-text h6 {
        color: #2f323a;
    }

    .profile-text h6 {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .header .content {
        display: block;
        padding-bottom: 15px;
    }

    .header .content small {
        display: block;
        margin-bottom: 10px;
    }

    .header .content .btn {
        width: 80%;
        max-width: 230px;
        display: inline-block;
        margin: 0 auto;
    }

    .send .header .btn {
        font-size: 16px;
        font-weight: bold;
    }

    .circle-txt {
        margin-bottom: 15px;
    }

    .brand-block strong {
        font-size: 27px;
    }

    .download-btn-block .btn {
        padding: 3px 5px 3px 20px;
    }

    .download-btn-block .zmdi {
        top: 4px;
    }
}

@media (max-width: 468px) {
    .header .content {
        font-size: 14px;
    }
}

/*/HeaderSection*/

/*ContainerSection*/

.tab-content {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.tab-content:after {
    clear: both;
    display: block;
    content: "";
}

h2.row,
.checkbox-tab h2,
.evaluation-article h2 {
    position: relative;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}

h2.row:after,
.checkbox-tab h2:after {
    clear: both;
    display: block;
    content: "";
}

h2.row .post-btn {
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}

h2.row .help-block {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

h2.row .help-block .help-icon {
    background: transparent;
    right: -2px;
}

h2.row .help-block .help-icon:after {
    font-size: 18px;
    top: 1px;
    color: #95cfc3;
}

.tab-content .kpi-link.edit {
    word-break: break-all;
    display: block;
}

.tab-content .kpi-link.edit .form-control {
    display: block;
    font-weight: normal;
    color: #bdbdbd;
    font-size: 13px;
}

.tab-content h3 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #a1a1a1;
    font-size: 24px;
    font-family: Ruda, sans-serif;
    font-weight: normal;
    /*padding-bottom: 15px;*/
    margin: 0;
}

.mb30 {
    margin-bottom: 30px !important;
}

/*/ContainerSection*/

.toggle-block .btn {
    width: 100%;
    text-align: left;
    text-indent: 5px;
    position: relative;
}

.toggle-block .btn:after {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #2f323a;
    content: "\f106";
    font-family: 'FontAwesome';
}

.toggle-block .btn.collapsed:after {
    content: "\f107 ";
}

.toggle-block table {
    margin-top: 15px;
}

.pluginSkinLight.pluginFontHelvetica div {
    width: 100% !important;
}

.post-area {
    box-sizing: border-box;
    border-radius: 2px;
}

.post-area,
.post-area iframe {
    width: 100%;
}

.label {
    padding-top: .4em;
    padding-bottom: .4em;
    padding-left: .7em;
}

.label-date {
    background: transparent;
    color: #95cfc3;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0
}

.label-comment {
    background: rgba(91, 192, 222, 0.3);
    color: #757575;
}

/*/common*/

/*table-style*/
.table>tbody>tr>td {
    border: 0px !important
}

.content table {
    margin-top: 20px;
}

.table-block:after {
    clear: both;
    display: block;
    content: "";
}

.table-block table {
    width: 100%;
}

.table-block th,
.table-block td {
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    word-break: break-all;
}

.score-list .table-block th,
.score-list .table-block td {
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    word-break: break-all;
}

.table-block td {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #060c0a;
}

.table-block.table-style2 td {
    border-bottom: 1px solid #ddd !important;
}

.table-block.table-style2 table {
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.table-block.table-style2 th {
    border-bottom: 1px solid #ddd !important;
    background: #f7f7f7 !important;
    color: #5a5a5a !important;
    font-size: 14px;
}

/*//table-style*/

/*score*/

.tab-content .tab-score h2 {
    color: #060c0a;
    font-size: 17px;
    font-weight: bold;
}

.tab-content .tab-score h3 {
    font-size: 16px;
    color: #050055;
    font-weight: bold;
    text-align: center
}

.tab-score table {
    border: 1px solid #050055;
    border-bottom: none;
}

.tab-score .table-block th {
    border-bottom: 1px solid #050055;
    background: #050055;
    color: #fff;
}

.tab-score .table-block tr:last-child td {
    border-bottom: 1px solid #050055;
}

.tab-score select.form-control {
    max-width: 100%;
}

.form-control.select {
    min-width: 100%;
    background: #f7f7f7;
    line-height: 27px;
}

@media (max-width: 767px) {

    .tab-score select.form-control,
    .form-control.select {
        margin-top: 15px
    }

    .col-sm-6.score-card {
        width: 100% !important;
    }

    .table-block td {
        font-size: 13px;
    }

    .post-area,
    .post-area iframe {
        max-width: 324px !important;
        width: 324px !important;
        min-width: 324px !important;
        margin: 0 auto;
    }
}

@media (max-width: 340px) {

    .post-area,
    .post-area iframe {
        max-width: 280px !important;
        width: 280px !important;
        min-width: 280px !important;
    }
}

@media (min-width: 768px) {

    .tab-score select.form-control,
    .form-control.select {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.score-card div {
    min-height: 100px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    padding: 10px;
    background: #f7f7f7
}

.tab-wikitree h2 {
    position: relative;
    padding-left: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
}

.tab-wikitree.tab-score h2 {
    margin-bottom: 0;
}

.tab-wikitree .score-card:nth-child(2) {
    margin-bottom: 0 !important;
    margin-top: 0;
}

.tab-wikitree .score-card:nth-child(1) {
    margin-top: 0 !important;
}

.score-card .title {
    font-size: 14px;
    word-break: break-all;
    font-weight: bold;
    color: #A0A0A4;
    background-color: #F7F7F7;
    padding: 10px;
}

.score-card .score {
    text-align: right;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
    word-break: break-all;
}

.toggle-block .ico-block {
    text-align: center;
}

.toggle-block .ico-block .ico img {
    width: 100%;
    height: auto;
}

.toggle-block .ico-block .ico {
    width: 13%;
    display: inline-block;
    margin: 0 1%;
    word-break: break-all;
}

@media (max-width: 768px) {
    .toggle-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .score-card-block .score-card {
        margin-bottom: 10px;
    }
}

@media (max-width: 769px) {
    .toggle-block .ico-block .ico {
        width: 25%;
        display: inline-block;
        margin: 0 1%;
        word-break: break-all;
    }

    .toggle-block .ico-block .ico img {
        max-width: 44px;
    }
}

.toggle-block .ico-block {
    margin-top: 15px;
}

.toggle-block .ico-block .ico span strong {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 99%;
}

.toggle-block .ico-block .ico span small {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 1.4em;
    margin-top: 5px;
    font-size: 11px;
}

@media (min-width: 769px) {

    .tab-score .score-card:nth-child(1),
    .tab-score .score-card:nth-child(2) {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .tab-score .score-card:nth-child(3),
    .tab-score .score-card:nth-child(4) {
        margin-bottom: 15px;
    }

    .tab-score.tab-wikitree .score-card:nth-child(1),
    .tab-score.tab-wikitree .score-card:nth-child(2) {
        margin-bottom: 0;
        margin-top: 30px;
    }
}

@media (max-width: 769px) {

    .tab-score .score-card:nth-child(1),
    .tab-score .score-card:nth-child(2) {
        margin-bottom: 10px;
    }

    .tab-score .score-card:nth-child(3),
    .tab-score .score-card:nth-child(4) {
        margin-bottom: 10px;
    }

    .tab-wikitree .col-sm-4 {
        margin-bottom: 15px;
    }
}

/*/score*/
@media (max-width: 768px) {
    .score-card {
        min-height: 50px;
    }

    .score-card .score {
        margin-top: 10px;
    }
}

/*facebook*/
.tab-facebook table {
    border: 1px solid #3b5998;
    border-bottom: none;
}

.tab-facebook .table-block th {
    border-bottom: 1px solid #3b5998;
    background: #3b5998;
    color: #fff;
}

.tab-facebook .table-block tr:last-child td {
    border-bottom: 1px solid #3b5998;
}

.tab-facebook h3 {
    font-size: 15px;
    overflow: visible;
    color: #5a5a5a;
    font-weight: bold;
}

.tab-facebook .chart {
    width: 100%;
    padding-bottom: 25px;
    padding-top: 40px;
}

.tab-facebook .chart img {
    max-width: 690px;
}

#wikitreeStat .chart h4 {
    text-align: center;
    margin-bottom: -8px !important;
    font-size: 15px;
    font-weight: bold;
}

.total-box {
    margin-bottom: 15px;
}

.total-box .score-card {
    margin-bottom: 15px
}

.total-box .title {
    font-size: 15px;
    word-break: break-all;
    font-weight: bold;
    color: #5a5a5a;
}

.total-box .score {
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-top: 25px;
    word-break: break-all;
}

.total-box>div .card {
    min-height: 100px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    padding: 10px;
    background: #f7f7f7;
}

@media (max-width: 768px) {
    .total-box .title {
        font-size: 20px;
    }

    .total-box .score {
        font-size: 25px;
    }

    .total-box .col-xs-12 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/*//facebook*/

/*twitter*/
h2.row.twit {
    position: relative;
    font-weight: bold;
    background: #afeaff;
    padding-right: 30px;
    padding-left: 50px;
}

h2.row.twit .icon {
    background: #1da1f2;
    left: 15px;
    top: 11px;
}

h2.row.twit .icon:after {
    content: "\f099";
    left: 5px;
    top: 4px;
}

h2.row.twit:after {
    clear: both;
    display: block;
    content: "";
}

.tab-twitter .post-content .score-card {
    margin-top: 15px;
}

.tab-twitter .post-content .score-card:first-child {
    margin-top: 10px;
}

/*.tab-twitter .post-content .score-card:first-child .title {
  font-size: 20px;
}*/

/*//twitter*/
@media (max-width: 768px) {
    .tab-twitter h2 {
        margin-top: 20px;
    }

    .tab-content .facebook-block h3 {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .tab-twitter .table {
        border-bottom: none;
    }

    .tab-content h2,
    .checkbox-tab h2,
    .evaluation-article h2 {
        margin-bottom: 15px;
        padding-bottom: 13px;
    }
}

@media (max-width: 640px) {
    .tab-content {
        padding: 0;
    }

    h2.row .title-box {
        font-size: 22px;
    }

    .content-panel {
        padding-bottom: 15px
    }

    .tab-score h3 {
        margin-top: 15px;
    }
}

@media (max-width: 640px) {

    .tab-content h2,
    .checkbox-tab h2 {
        margin-top: 0;
        padding-left: 0;
    }

    .tab-content .content {
        margin-bottom: 0;
    }
}

/*google*/
.tab-content .tab-google h2 {
    color: #050055;
    margin-top: 7px;
}

.tab-content .tab-google h2 em {
    font-style: normal;
    font-size: 30px;
}

.tab-content .tab-google h2 .icon {
    top: 2px;
}

.tab-content .tab-google h2 em:nth-child(1) {
    color: #008744;
}

.tab-content .tab-google h2 em:nth-child(2) {
    color: #0057e7;
}

.tab-content .tab-google h2 em:nth-child(3) {
    color: #d62d20;
}

.tab-content .tab-google h2 em:nth-child(4) {
    color: #ffa700;
}

.tab-content .tab-google h2 em:nth-child(5) {
    color: #008744;
}

.tab-content .tab-google h2 em:nth-child(6) {
    color: #0057e7;
}

.tab-content .tab-google h2 em:nth-child(7) {
    color: #2f323a;
    display: inline-block;
}

.tab-content .tab-google h2 i {
    background: url(../img/google-favicon-logo.png) no-repeat;
    background-size: 100% auto;
}

.tab-content h4 {
    font-size: 16px;
    font-weight: normal;
    color: #757575;
    margin-bottom: 5px;
}

@media (min-width: 501px) {
    .tab-google .google-chart div {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .header.navbar {
        padding-bottom: 10px;
    }

    .navbar-brand {
        font-size: 15px;
    }

    .tab-google .google-chart * {
        width: 180px !important;
        overflow: visible !important;
        left: -40px;
        word-break: break-all;
        font-size: 12px;
        top: 10px;
    }

    .header.navbar .btn {
        float: none;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-top: 0;
    }

    .header.navbar .btn.btn-login {
        margin-top: 12px;
    }

    h2.row .title-box {
        font-size: 15px
    }

    h2.row .icon:after {
        font-size: 18px;
    }

    h2.row .icon:after {
        left: 9px;
        top: 6px;
    }

    .tab-twitter h2 .icon:after {
        left: 6px;
    }

    .tab-score h3,
    .tab-content h4 {
        font-size: 13px;
    }

    .tab-benchmarks h2,
    .tab-positioning h2,
    .checkbox-tab h2,
    .evaluation-article h2 {
        padding-left: 0;
        color: #2f323a;
        font-size: 15px;
    }

    .profile-text h2,
    .content-panel h4,
    .title-block .label-info {
        font-size: 14px;
    }

    .profile-text h6 {
        font-size: 12px;
    }
}

.tab-google .btn-block {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tab-google .btn-block .btn {
    position: relative;
    padding-left: 24px;
}

.tab-google .btn-block .zmdi {
    font-size: 24px;
    position: absolute;
    left: 5px;
    top: 3px;
}

/*/google*/
.btn-facebook {
    background-color: rgba(59, 89, 152, 1);
    border-color: rgba(59, 89, 152, 1);
    color: #fff;
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
    color: #fff;
}

.link-facebook {
    color: rgba(59, 89, 152, 1) !important;
}

.link-twitter {
    color: #1da1f2 !important;
}

.checkbox-tab {
    padding: 0px 15px 20px;
    max-width: 980px;
    margin: 0 auto 10px;
}

.checkbox-tab {
    overflow: hidden
}

.checkbox-tab h2 span {
    display: block;
}

.share-box input[type="radio"],
.share-box input[type="checkbox"] {
    vertical-align: top;
}

.share-box.list-sytle-block {
    font-size: 16px;
    margin-top: 10px;
}

.share-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.share-box label {
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

.share-box .form-control {
    display: inline-block;
}

.share-box li {
    margin-bottom: 10px;
}

.share-box li a {
    color: #95cfc3;
}

.share-box:after {
    clear: both;
    display: block;
    content: "";
}

.share-box .check-block strong {
    color: #060c0a;
}

.demochart-check {
    float: left;
}

.btn-block {
    text-align: center;
    margin-top: 15px;
}

.btn-block .btn {
    font-size: 14px;
}

@media (max-width: 1024px) {

    .share-check-block .share-box li,
    .share-check-block .share-box li a,
    .share-check-block .share-box label,
    .share-check-block .share-box span {
        font-size: 16px;
    }
}

.benchmark {
    border: 1px solid #ddd;
    border-bottom: none;
    margin-bottom: 15px
}

.bench-block:after {
    clear: both;
    display: block;
    content: "";
}

.tab-benchmarks .benchmark-inform {
    margin-bottom: 35px;
}

.bench-block {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.bench-block .cell:last-child {
    border-right: none;
    margin-bottom: 0;
}

.bench-block.head {
    width: 100%;
    background: #f7f7f7;
}

.bench-block .cell {
    padding: 8px;
    position: relative;
    font-size: 16px;
}

.bench-block .cell a {
    font-size: 16px;
}

.bench-block .cell:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #ddd;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -10px;
}

.bench-block .cell:last-child:after {
    display: none;
}

.bench-block strong {
    display: inline-block;
    padding: 8px;
    font-weight: normal;
    font-size: 16px;
}

.bench-block .title {
    border-left: 1px solid #ddd;
    font-size: 16px;
}

.bench-block .ad-title {
    height: 100%;
}

.benchmark-block {
    margin-bottom: 15px;
}

.benchmark-block .btn-block {
    margin-top: 0;
    text-align: right;
}

.benchmark-none {
    margin-top: 35px;
    margin-bottom: 40px;
}

.range-block {
    padding-top: 50px;
    padding-bottom: 40px;
    background: #f7f7f7;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
}

.range-block .absolute {
    position: absolute;
    right: 50%;
    top: 20px;
    color: #2f323a;
    margin-right: -28px;
    z-index: 5
}

.range-block:after {
    clear: both;
    display: block;
    content: "";
}

.range-bar {
    width: 90%;
    margin: 0 auto;
    height: 15px;
    border-radius: 20px;
    background: #eee;
    position: relative;
}

.range-point {
    display: inline-block;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
}

.range-point .pointer {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: -9px;
}

.range-point .pointer:after {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
    font-style: normal;
    position: absolute;
    left: 9px;
    top: 1px;
}

.range-point .pointer i {
    display: inline-block;
    position: absolute;
    top: -33px;
    left: 0;
    text-align: right;
    font-weight: bold;
    font-style: normal;
    color: #3b5998;
    z-index: 5;
    border-radius: 2px;
}

.range-point .pointer i:after {
    display: inline-block;
    content: "\f0d7";
    position: absolute;
    bottom: -15px;
    left: 5px;
    margin-left: -3px;
    font-family: 'FontAwesome';
    color: red;
}

.range-bar .left-block {
    position: absolute;
    left: -14px;
    bottom: -25px;
    color: #777;
    font-size: 12px
}

.range-bar .right-block {
    position: absolute;
    right: -15px;
    bottom: -25px;
    color: #777;
    font-size: 12px;
}

.range-facebook .range-point .pointer {
    background: #3b5998;
    border: 1px solid #3b5998;
}

.range-twitter .range-point .pointer {
    background: #1da1f2;
    border: 1px solid #3b94d9;
}

.range-wikitree .range-point .pointer {
    background: none;
    border: none
}

.range-wikitree .range-point {
    background: #050055;
}

.range-wikitree .range-point .pointer i {
    color: #050055;
}

.range-facebook .range-point .pointer:after {
    content: "\f09a";
}

.range-twitter .range-point .pointer:after {
    content: "\f099";
    left: 6px;
}

.range-wikitree .range-point .pointer:after {
    content: "";
    left: 0;
    top: 0;
    display: inline-block;
    background: url(../img/wiki_logo_circle.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
}

.range-facebook .range-point {
    background: #3b5998;
}

.range-twitter .range-point {
    background: #1da1f2;
}

.range-twitter .range-point .pointer i {
    color: #1da1f2;
}

.range-click .range-point {
    background: #95cfc3;
    z-index: 10;
}

.range-click .range-point .pointer i {
    color: #a1a1a1;
}

.range-click .range-point .pointer {
    background: #95cfc3;
    border: 1px solid #95cfc3
}

.range-click .range-point .pointer:after {
    content: "\f245 ";
    left: 11px;
    top: 1px;
    transform: rotate(-20deg);
    font-size: 18px;
}

.range-block .date {
    position: absolute;
    right: 10px;
    top: -40px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.5);
    padding: 3px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .range-block>div:first-child {
        margin-bottom: 80px;
    }
}

@media (max-width: 640px) {
    .bench-block {
        word-break: break-all;
    }

    .bench-block strong {
        font-size: 13px;
    }

    .bench-block .cell {
        font-size: 13px;
    }

    .bench-block .cell a {
        font-size: 13px;
    }
}

.stats-area td,
th {
    font-size: 16px;
}

/*Evaluation*/
.evaluation-block .btn-block {
    text-align: right;
}

.evaluation-area {
    width: 100%;
    min-height: 300px;
    padding: 0 !important;
    font-size: 16px;
    line-height: 1.46em;
}

.evaluation-area textarea {
    border: 1px solid #ddd;
    width: 100%;
    min-height: 300px;
    padding: 10px;
}

.evaluation-area textarea[readonly] {
    background: #f7f7f7;
}

/*/.Evaluation*/
.share-box:after {
    clear: both;
    display: block;
    content: "";
}

.share-box h4 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #060c0a;
}

.share-box h4 {
    position: relative;
}

.share-box.url-box a {
    color: #050055;
}

.share-box h4.twitter i:after {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
    font-style: normal;
    position: absolute;
    left: 6px;
    top: 4px;
    content: "\f099";
}

/*footer*/
footer.content-panel {
    text-align: center;
    padding: 30px 15px 20px;
    margin: 15px auto 0;
}

footer.content-panel address {
    color: #a1a1a1;
    font-size: 12px;
}

footer.content-panel p a {
    color: #2f323a;
}

footer.content-panel .btn-block {
    text-align: center;
    padding: 10px 0;
}

footer.content-panel .btn-block a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: relative;
}

footer.content-panel .btn-block a:after {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
    font-style: normal;
    position: absolute;
}

footer.content-panel .btn-block .facebook-link-btn {
    background: #3b5998;
    border: 1px solid #3b5998;
}

footer.content-panel .btn-block .facebook-link-btn:after {
    content: "\f09a";
    left: 11px;
    top: 4px;
}

footer.content-panel .btn-block .twitter-link-btn {
    background-color: black !important;
    background: url(../img/x_tw_white.png) no-repeat;
    background-size: 55% auto;
    background-position: center;
}


footer.content-panel .btn-block .instagram-link-btn {
    background: hsl(325, 89%, 53%);
    border: 1px solid hsl(325, 89%, 53%);
}

footer.content-panel .btn-block .instagram-link-btn:after {
    content: "\f16d";
    left: 8px;
    top: 4px;
}

footer.content-panel .btn-block .wikitree-link-btn {
    background: url(../img/wiki_logo_circle.png) no-repeat;
    background-size: 100% auto;
}

footer.content-panel small {
    max-width: 480px;
    display: inline-block;
}

/*/.footer*/
.clear:after {
    display: block;
    content: "";
    clear: both;
}

/*login*/
body.login {
    text-align: center;
    padding-top: 150px;
    background: #2f323a;
    /*background:url(../img/login_im.png) no-repeat #2f323a;
    background-position:center;*/
}

.login-wrap {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 0 15px;
}

body.login .form-control {
    text-align: left;
    display: inline-block;
    max-width: 100%;
}

body.login .password {
    margin-top: 10px
}

body.login .btn {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

body.login .circle-txt {
    padding: 20px 0 30px;
}

body.login .circle-txt small,
body.login .circle-txt strong {
    display: block;
    color: #fff;
    font-family: sans-serif
}

body.login .circle-txt small {
    font-size: 18px;
}

body.login .circle-txt strong {
    font-size: 20px;
    font-weight: normal;
}

.login .circle-block {
    margin-bottom: 20px !important;
}

.login .circle-block .circle::after {
    display: inline-block;
    content: "";
    width: 110px;
    height: 110px;
    margin-top: 15px;
    background: url(../img/wiki_logo.png) 0% 0% / 100% no-repeat !important;
}

.login .form-group {
    margin-bottom: 0;
}

.login .checkbox {
    text-align: right
}

@media (max-width: 767px) {
    body.login {
        padding-top: 50px;
    }
}

.dis_none {
    display: none;
}

.icon-outside {
    float: right;
    margin-top: -40px;
}

.small_button {
    margin-left: 53px;
    margin-bottom: 44px;
}

.fl_left {
    float: left;
}

@media (max-width: 400px) {
    .share-check-block h3 {
        font-size: 17px;
    }

    .download-btn-block .btn {
        font-size: 10px !important;
    }
}

.search-form {
    position: relative;
}

.search-form .input-group-btn .btn {
    width: 36px;
    height: 34px;
    position: relative;
    background: #95cfc3;
    border-color: #95cfc3
}

.search-form .zmdi-search {
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 7px;
}

.search-article .form-inline:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.search-article .form-inline:after {
    clear: both;
    display: block;
    content: ""
}

.search-article .form-inline .text-left {
    float: left;
}

.search-article .form-inline .text-right {
    float: right;
}

@media (max-width: 986px) {
    .search-article .form-inline .text-left {
        float: left;
    }

    .search-article .form-inline .text-right {
        float: left;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .search-article .form-inline .text-left {
        float: none;
    }

    .search-article .form-inline .text-right {
        float: none;
        margin-top: 0;
    }

    .share-check-block h3 {
        font-size: 18px;
    }
}

.input-group.search-form .form-control {
    border-radius: 4px !important;
}

.container.score-list .content-panel {
    padding: 35px 0;
}

.container.score-list footer.content-panel {
    padding-left: 15px;
    padding-right: 15px;
}

.container.score-list .table-block {
    display: table;
    width: 100%;
    padding-bottom: 5px
}

.container.score-list .table-cell {
    display: table-cell;
    padding-right: 8px;
    width: 33.3%;
}

.score-list-block:after {
    clear: both;
    display: block;
}

.score-list-block .card {
    border: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #333;
    margin-bottom: 10px;
}

.score-list-block .card-body label {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 18px;
}

.score-list-block {
    margin-top: 20px;
}

.score-list-block .card {
    border: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #2f323a;
    margin-bottom: 10px;
}

.score-list-block .btn-block {
    margin-bottom: 10px;
    text-align: right
}

.score-list-block .card:after {
    clear: both;
    display: block;
    content: "";
}

.score-list-block .card-body * {
    font-size: 16px;
    color: #2f323a;
}

.score-list-block .card-body.left .col-sm-6 {
    margin-top: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.score-list-block .card .story-title .title {
    padding: 10px 0 5px;
}

.score-list-block .card .story-title .text {
    padding: 10px 10px 10px;
    background: #f3f3f3;
    color: #2f323a;
}

.clear:after {
    clear: both;
    display: block;
    content: ""
}

.score-list .down-btn {
    text-align: center;
}

.score-list .down-btn .btn {
    position: relative;
    padding-left: 30px;
}

.score-list .down-btn .zmdi {
    font-size: 24px;
    position: absolute;
    left: 10px;
    top: 4px
}

.input-daterange .form-control-box {
    position: relative;
}

.input-daterange .form-control-box:after {
    content: "\f073";
    font-family: 'fontawesome';
    position: absolute;
    right: 8px;
    top: 6px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    z-index: 10
}

:root .input-daterange .form-control-box:after {
    top: 19px \0/ IE9;
}

select {
    padding: 3px 6px;
    height: 26px;
    border: 1px solid #cccccc;
    border-radius: 4px
}

select:hover,
select:focus,
select:active {
    border-color: #95cfc3 !important;
}

.score-list .form-control,
.score-list select {
    height: 34px;
    width: 100%;
    max-width: 100%;
}

.search-form {
    position: relative;
}

.search-form .input-group-btn .btn {
    width: 36px;
    height: 34px;
    position: relative;
    background: #95cfc3;
    border-color: #95cfc3
}

.search-form .zmdi-search {
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 7px;
}

.search-article .form-inline:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.search-article .form-inline:after {
    clear: both;
    display: block;
    content: ""
}

.search-article .form-inline .text-left {
    float: left;
}

.search-article .form-inline .text-right {
    float: right;
}

.score-list .form-control,
.score-list select {
    height: 34px;
    width: 100%;
    max-width: 100%;
}

.input-group.input-daterange .form-control {
    max-width: 125px;
    text-align: left;
    padding-left: 10px
}

.input-group.input-daterange .form-control:first-child,
.input-group.input-daterange .form-control:last-child {
    border-radius: 4px !important;
}

.input-daterange .input-group-addon {
    background: transparent;
    border: none;
}

@media (max-width: 920px) {
    .score-list-block .col-sm-6 {
        width: 100% !important;
    }

    .container.score-list .table-block:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .container.score-list .input-group {
        width: 100%;
    }
}

@media (max-width: 919px) and (min-width: 640px) {
    .brand-block {
        position: absolute;
        left: 15px;
        top: 60px;
        width: auto;
    }
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #fff !important;
    background-color: #95cfc3 !important;
    border-color: #95cfc3 !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #95cfc3;
    border-color: #95cfc3;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
    background: #95cfc3;
    color: #fff;
}

.datepicker thead tr:first-child th:nth-child(2) {
    color: #fff !important;
    background-color: #95cfc3 !important;
}

.datepicker thead tr:first-child th:nth-child(1),
.datepicker thead tr:first-child th:nth-child(3) {
    color: #95cfc3 !important;
}

.datepicker thead tr:first-child th:nth-child(1):hover,
.datepicker thead tr:first-child th:nth-child(3):hover {
    background: transparent;
}

@media (min-width: 920px) and (max-width: 1024px) {

    .col-sm-12.profile-text,
    .col-sm-12.brand-block {
        width: 33.33333333%;
    }
}

@media (max-width: 919px) and (min-width: 640px) {

    .send-box .profile-text.title-block,
    .send-box .profile-text.info-block {
        padding-left: 330px !important;
    }
}

@media (max-width: 767px) {
    .search-article .form-inline .text-left {
        float: none;
    }
}

@media (max-width: 767px) {
    .search-article .form-inline .text-right {
        float: none;
        margin-top: 0;
    }

    .input-group.input-daterange .form-control {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
    }
}

.list-style-block {
    padding-left: 5px;
    color: #2f323a;
}

.list-style-block li {
    color: #2f323a;
    margin-bottom: 10px;
    line-height: 1.5em;
    list-style-position: inside
}

.list-style-block li.list-style-none {
    margin-left: 0px;
    list-style-type: none;
}

.list-style-block li:last-child {
    margin-bottom: 0;
}

.list-style-block strong {
    display: inline-block;
    margin-right: 5px;
    color: #2f323a;
    text-align: left;
    margin-left: -15px;
}

li>span {
    margin-left: -15px;
}

.sub-li {
    margin-left: 10px;
}

figcaption {
    text-align: right
}

.modal-header {
    border-bottom-color: #bfbfc3;
    background: #bfbfc3;
    color: #fff;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
}

.modal-header .close {
    color: #fff;
    margin-top: 2px;
    opacity: 1
}

.modal-content {
    border-radius: 6px
}

.modal-body {
    padding: 20px 15px;
}

.modal-title {
    font-weight: bold;
    font-size: 18px;
}

@media (min-width: 600px) {

    .helpModal-twit .modal-dialog,
    .helpModal-twitter .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }
}

.max .range-point .pointer:before {
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 8px;
    left: 26px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.range-facebook .max .pointer:before {
    background: url(../img/fireworks_f.png) no-repeat;
    background-size: 32px auto;
}

.range-twitter .max .pointer:before {
    background: url(../img/fireworks_t.png) no-repeat;
    background-size: 32px auto;
}

.range-wikitree .max .pointer:before {
    background: url(../img/fireworks_w.png) no-repeat;
    background-size: 32px auto;
}

.range-click .max .pointer:before {
    background: url(../img/fireworks_c.png) no-repeat;
    background-size: 32px auto;
}

.container.score-list .last {
    max-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width: 640px) {
    .container.score-list table td a {
        font-size: 13px;
        padding: 5px;
    }
}

.container.score-list table td a {
    color: #050550;
}

@media (max-width: 600px) {
    .container.score-list table th {
        font-size: 13px;
    }

    .container.score-list table td {
        font-size: 12px;
    }
}

.highcharts-button,
.highcharts-credits {
    display: none;
}

.category_p {
    font-size: 16px;
    word-break: break-all;
    padding-bottom: 5px;
}

#defaultView .category_p {
    position: absolute;
    color: #bdbdbd;
    right: 10px;
    top: 10px;
    font-size: 12px;
}


.na-score-card-total>div {
    padding: 0 10px;
    background: #050550;
    color: #fff;
}

.na-score-card-total .title {
    font-weight: 900;
    font-size: larger;
    color: black;
    border-bottom: 1px solid #fff;
    padding: 17px 0 8px;
    margin-bottom: 0;
    color: #fff;
}

.na-score-card-total .score {
    text-align: right;
    font-weight: bold;
    font-size: -webkit-xxx-large;
    margin-bottom: 0;
    padding: 18px 0;
    font-size: 80px;
    color: #fff;
}

.na-score-card .score {
    color: black;
    float: right;
    font-weight: bold;
    color: #060c0a;
    font-size: 20px;
    line-height: 1em;
}

.na-score-card .title {
    color: #5a5a5a;
    font-weight: bold;
}

.na-score-card:nth-child(odd) div {
    background-color: #e4e4e4;
}

.na-score-card div {
    padding: 10px 15px;
}

/*design renewal*/
.send-header {
    background: #fff;
    border: none;
    width: 100%;
    min-height: 46px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    box-shadow: 0 2px 2px #bdbdbd;
    padding: 10px 10px 5px;
}

.send-header .nav {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.send-header .navbar-brand {
    text-align: left;
    padding: 0;
}

.send-header .navbar-brand:after {
    clear: both;
    display: block;
    content: "";
}

.send-header .navbar-brand .logo {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */

    display: inline-block;
    background: url(/img/socialads-logo.png) no-repeat left top;
    padding: 0;
    text-align: left;
    float: left;
    width: 123px;
    height: 31px;
    background-size: 100% auto;
}

.send-header .navbar-brand em {
    font-style: normal;
    float: left;
    display: inline-block;
    color: #060c0a;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    margin-left: 10px;
}

.send-header .down-btn {
    text-align: right;
    padding-top: 3px;
    padding-right: 20px;
}

.send-header .down-btn button {
    position: relative;
    padding-left: 20px;
}

.send-header .down-btn .zmdi {
    font-size: 16px;
    position: absolute;
    left: 6px;
    top: 2px;
}

.send-header .date {
    color: #bdbdbd;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    display: inline-block;
}

.send-down {
    margin-top: 90px;
    margin-bottom: 15px;
}

.send-down .pull-right-doc .btn {
    position: relative;
    padding-left: 18px;
}

.send-down .pull-right-doc .btn .zmdi {
    position: absolute;
    left: 5px;
    top: 5px;
}

.send-header .clear .top-menu span {
    margin-left: 15px;
}

.send-header .clear .top-menu span a {
    color: #757575;
    font-weight: bold;
}

.send-header .clear .top-menu span.selected-menu a,
.send-header .clear .top-menu span a:hover {
    text-decoration: none;
    color: #060c0a;
}

.pull-right-doc {
    text-align: right
}

.pull-right-doc .date {
    color: #757575;
    vertical-align: bottom
}

.container .send-block * {
    color: #060c0a;
}

.container .send-block .content-panel {
    padding: 0;
}

.container .send-block .content-panel .col-md-4 img {
    width: 100%;
    height: 206px;
}

@media (max-width: 767px) {
    .send-header .navbar-brand {
        height: 40px;
    }

    .send-header .navbar-brand em {
        font-size: 16px;
        padding: 5px;
    }

    .send-header .down-btn {
        padding-top: 0 !important;
    }

    .na-score-card-total .score {
        font-size: 30px;
    }

    .tab-wikitree.tab-score {
        margin-top: 30px;
    }

    .send-header .navbar-brand .logo {
        display: inline-block;
        background: url(/img/wiki_logo.png) no-repeat left top;
        padding: 0;
        text-align: left;
        float: left;
        width: 36px;
        height: 36px;
        background-size: 100% auto;
    }
}

@media (max-width: 415px) {
    .send-header {
        padding-top: 15px;
    }

    .send-header .navbar-brand {
        height: 30px;
    }

    .send-header .navbar-brand .logo {
        margin-top: -8px;
    }

    .send-header .navbar-brand em {
        font-size: 12px;
        padding: 2px;
    }

    .send-header .down-btn {
        padding-top: 0 !important;
    }
}

@media (min-width: 769px) {
    .container .send-block .content-panel .col-md-4 {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .container .send-block .content-panel .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .container .send-block .content-panel .col-md-4 img {
        width: 100%;
        height: auto;
    }
}

.container .send-block .title-block {
    padding-bottom: 10px;
}

.container .send-block .title-block h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.36em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.container .send-block .title-block h3 {
    font-size: 16px;
    margin-top: 14px;
    font-weight: bold;
}

.container .send-block .title-block h3 small {
    font-size: 13px;
    display: inline-block;
    color: #5a5a5a;
}

.container .send-block .title-block .manager {
    padding-left: 30px;
    line-height: 26px;
    background: url(/img/wiki-icon.png) no-repeat left 1px;
    font-size: 14px;
    color: #5a5a5a;
    margin-top: 8px;
}

.container .send-block .title-block strong {
    font-size: 16px;
}

.container .send-block .title-block a {
    font-size: 14px;
}

@media (max-width: 415px) {
    .container .send-block .title-block h2 {
        font-size: 18px;
    }

    .container .send-block .title-block strong {
        font-size: 14px;
    }

    .container .send-block .title-block a {
        font-size: 12px;
    }

    .container .send-block .title-block .manager {
        padding-left: 30px;
        line-height: 26px;
        background: url(/img/wiki-icon.png) no-repeat left 1px;
        font-size: 12px;
        color: #5a5a5a;
        margin-top: 5px;
    }
}

.btn-theme9 {
    background: #97a4ca;
    border-color: #d0d5e5;
    color: #fff;
}

.btn-theme9:hover,
.btn-theme9:focus,
.btn-theme9:active {
    background: #97a4ca;
    border-color: #d0d5e5;
    color: #fff;
}

.btn-theme10 {
    background: #a6a7ac;
    border-color: #bfbfc3;
    color: #fff;
}

.btn-theme10:hover,
.btn-theme10:focus,
.btn-theme10:active {
    background: #a6a7ac;
    border-color: #bfbfc3;
    color: #fff;
}

.wiki-state-block {
    padding-left: 111px;
    position: relative;
    min-height: 111px;
    padding-right: 0 !important;
}

.wiki-state-block:first-child {
    margin-bottom: 25px;
    margin-top: 20px;
}

.wiki-state-block .title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1em;
    padding-top: 18px;
}

.wiki-state-block .score {
    font-size: 25px;
    font-weight: bold;
    word-break: break-all;
}

.wiki-state-block:before {
    content: "";
    display: block;
    width: 91px;
    height: 91px;
    box-sizing: border-box;
    background: url(../img/pv_ic.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0px;
    top: 0;
}

.wiki-state-block.wiki-stat-uv:before {
    content: "";
    display: block;
    width: 91px;
    height: 91px;
    box-sizing: border-box;
    background: url(../img/uv_ic.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0px;
    top: 0;
}

.chart {
    border: 1px solid #ddd;
}

@media (max-width: 992px) {
    .wiki-state-block {
        margin-bottom: 25px;
        margin-top: 20px;
    }
}

@media (min-width: 735px) and (max-width: 767px) {
    .wiki-state-block.col-xs-12 {
        width: 50% !important;
    }
}

/*//design renewal*/
#refer_chart .highcharts-container {
    margin: -140px auto 0;
    fill: none;
}

.highcharts-background {
    fill: none;
}

.highcharts-point {
    rx: 0px;
    ry: 0px;
}

@media (max-width: 768px) {

    .highcharts-container,
    .highcharts-root {
        width: 100% !important;
        max-width: 600px;
        margin: 0 auto !important;
    }

    #refer_chart .highcharts-container,
    #refer_chart .highcharts-root {
        margin: -55px auto !important;
        height: 300px !important;
    }

    .tab-wikitree.tab-score .col-md-8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {

    .highcharts-container,
    .highcharts-root {
        width: 100% !important;
        max-width: 400px;
        margin: 0 auto !important;
    }

    .faceboock-daily .col-sm-6.score-card {
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .wiki-state-block {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 415px) {
    .wiki-state-block .title {
        font-size: 15px;
        padding-top: 8px;
    }

    .wiki-state-block .score {
        font-size: 20px;
    }
}

#interest_chart .highcharts-container,
#interest_chart .highcharts-root {
    max-width: 800px;
}

.faceboock-Interest .chart {
    padding: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #adabf4;
    border-color: #adabf4;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #adabf4;
    border-color: #adabf4;
}

.tab-state .table-style table {
    width: 100%;
}

.tab-state .table-style table td,
.tab-state .table-style table th {
    text-align: center;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
}

.facebook-block .score-card-block {
    margin-top: 40px;
}

.tab-facebook .table-block {
    margin-top: 15px;
}

@media (min-width: 993px) {
    .dropdown {
        display: none;
    }
}

@media (max-width: 992px) {
    .pull-right-doc.top-menu {
        display: none;
    }

    .dropdown .btn {
        margin-top: -3px;
    }
}

@media (max-width: 768px) {
    .dropdown .btn {
        margin-top: -2px
    }
}

@media (max-width: 768px) {
    .tab-content h2 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .tab-content h2 .icon {
        top: 0;
    }

    .tab-twitter h2 .icon {
        top: -3px;
    }
}

@media (max-width: 767px) {
    .dropdown .btn {
        margin-top: -2px
    }
}

em {
    font-style: normal;
}

@media (max-width: 766px) {
    .send-header .navbar-brand {
        width: 90%;
    }

    .send-header .navbar-brand em {
        display: inline-block;
        margin-top: 1px;
        margin-left: 1px;
    }

    .btn.btn-default.dropdown-toggle,
    .btn.btn-default.dropdown-toggle:hover,
    .btn.btn-default.dropdown-toggle:focus {
        background: none;
        border: none;
    }

    .dropdown em {
        display: none;
    }

    .dropdown .btn:after {
        content: "\f0c9";
        font-family: "FontAwesome";
        font-size: 14px;
    }

    .dropdown .caret {
        display: none;
    }

    .send-header .pull-right-doc {
        text-align: right;
        position: absolute;
        right: 0px;
        top: 15px;
    }

    .send-down .pull-right-doc {
        margin-top: -25px;
    }

    .send-down .pull-right-doc:after {
        clear: both;
        display: block;
        content: "";
    }

    .send-down .pull-right-doc .date,
    .send-down .pull-right-doc .btn,
    .send-down .pull-right-doc a {
        display: block;
        float: right;
        width: 100%;
    }

    .send-down .pull-right-doc .btn {
        padding: 5px;
        margin: 5px 0;
    }

    .send-down .pull-right-doc .btn .zmdi {
        font-size: 17px;
        left: 10px;
        top: 5px;
    }

    .tab-state .table-style table th {
        font-size: 14px;
    }
}

.pull-right-doc .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

h2 .date {
    position: absolute;
    font-size: 12px;
    color: #757575;
    font-weight: normal;
    top: 18px;
    right: 65px;
    display: inline-block;
}

h2 .date:after {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #757575;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 5px;
    content: "";
}

.tab-wikitree.tab-score .help-icon {
    z-index: 100
}

@media (max-width: 662px) {
    .dropdown .btn {
        margin-top: 0
    }

    h2 .date {
        position: static;
        margin-top: 5px;
        display: block;
    }
}

.mt25 {
    margin-top: 25px !important;
}

.send-header .dropdown-menu>li>a {
    padding: 15px 20px;
}

.sendbar {
    position: fixed;
    bottom: 0px;
    z-index: 102;
}

.nas_icon {
    width: 140px;
}

.native-ad-part {
    margin-top: 20px;
}

.native-ad-part>.table-style>div {
    text-align: center;
    font-size: 13px;
}

.native-ad-part>.table-style>div>div:last-child {
    font-size: 1.5em;
    font-weight: bolder;
    margin-bottom: 10px;
}

.native-ad-part>.table-style>div>div:nth-child(2) {
    font-size: 1.2em;
    margin-top: 5px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.page-circle {
    max-width: 207px;
    min-height: 207px;
    margin: 0 auto;

}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .page-circle {
        height: 207px;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

    .page-circle {
        height: 207px;
    }
}

h3>small {
    margin-top: 5px;
}

/*해당 css 는 custom.css 맨 하단에 붙여넣기 해주세요.*/
.btn-delete {
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: -5px;
    color: #cdcdcd;
    font-size: 24px;
}

.comment-block th,
.comment-block td {
    text-align: left;

}

.comment-block th {
    position: relative
}

.comment-block th span {
    color: #757575;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

.comment-block th b,
.comment-block th a {
    color: #060c0a;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
}

.comment-block td img {
    float: left;
    margin-right: 5px;
}

.fb_comment_img {
    max-width: 100px;
}

.fb_comment_profile {
    width: 35px;
    margin-right: 10px;
}

.fb_comment_date {
    margin-top: 7px;
}

#fb_campaign_id {
    width: 200px;
}

.page-circle-text p {
    color: white;
    text-align: center;
}

.page-circle-text p:first-child {
    padding-top: 20%;
}

.page-circle {
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 320px) {
    .page-circle {
        height: 114px
    }

    .page-circle-text p {
        font-size: larger;
    }

    .page-circle-text-comment {
        font-size: small !important;
        line-height: 0;
    }
}

.page-circle-text p {
    font-size: xx-large;
}

.page-circle-text-comment {
    font-size: large !important;
    line-height: 0;
}

.page-circle-number {
    font-weight: bold;
}

.page-circle-title {
    padding-top: 25% !important;
}

.rotate-font-score-card {
    font-size: 8em;
    position: absolute;
    line-height: 0.7;
    transform: rotate(-21deg);
    color: #cccccc;
    right: 0;
    margin-right: 35px;
    font-weight: 600;
    overflow: visible;
}

.score-card p.title {
    line-height: 1;
}

.score-card p.score {
    position: relative;
}

#w_s_mau {
    margin: 0px;
}

#w_s_mau {
    margin: 0px;
}

.nas_title {
    margin-left: 25px;
}

.nas_value {
    margin-right: 25px;
    font-weight: 800;
}

.native-ad-part .table-style>div {
    margin-bottom: 30px;
}

.native-ad-part .table-style>div>div {
    margin-bottom: 15px;
}

.etc-data-save {
    margin-top: 15px;
}

.go-etc-sns {
    width: 140px;
    border: 0px;
    font-size: 0.8em !important;
    color: #909095;
    background-color: #F7F7F7
}

.sentiments {
    padding: 0px 8px;
    border-radius: 5px;
    color: white;
    margin: 0 auto;
}

.positive {
    background-color: #2c52ff;
}

.negative {
    background-color: #ff1a71;
}

.neutrality {
    background-color: #8bc34a;

}

.sentiment-radio {
    background-color: #a5a5a5;
    border-radius: 5px;
    padding: 4px 10px;
    color: white;
}

.refresh-comments {
    color: cornflowerblue;
    cursor: pointer;
    font-size: 13px;
}

/*인스타 추가*/
h2.row.insta_tit {
    position: relative;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    padding-right: 30px;
    padding-left: 50px;
}

h2.row.insta_tit .icon:after {
    content: "\f16d";
    left: 5px;
    top: 4px;
}

h2.row.insta_tit .icon {
    left: 15px;
    top: 11px;
}


.insta_score {
    padding: 15px;
}

.insta_item {
    font-size: 16px;
}

.insta_count {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

.insta_notification {
    font-size: 12px;
    text-align: right;
    color: #999;
}

.channels th {
    width: 5%;
}

.channels #chId_head {
    width: 15% !important;
}


.channels #imp_head {
    width: 12% !important;
}

.channels #t_imp_head {
    width: 9% !important;
}

.channels #pv_head {
    width: 12% !important;
}

.stats_remove_btn,
.comments_remove_btn {
    cursor: pointer;
    color: #e1306c;
}

.stats_remove_btn:hover,
.comments_remove_btn:hover {
    color: red;
}

.channels .options,
.comments .options {
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    min-width: 25px;
    max-width: 25px;
    width: 25px;
}

.searchBox {
    margin-right: 5px;
}

.channel_head {
    width: 15%;
}

.comments_head {
    width: 70%;
}