﻿
input.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 35px;
}

.bootstrap-table input.form-control {
    height: 34px;
}

.input-group-btn .btn {
    height: 46px;
}

.form-control:focus {
    border: 1px solid #30a5ff;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.has-success .form-control, .has-success .form-control:focus {
    border: 1px solid #8ad919;
}

.has-warning .form-control, .has-warning .form-control:focus {
    border: 1px solid #ffb53e;
}

.has-error .form-control, .has-error .form-control:focus {
    border: 1px solid #f9243f;
}

.navbar-custom {
    background: #222;
    height: 60px;
}

.navbar-header .navbar-brand {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    height: 60px;
    padding-top: 18px;
}

    .navbar-header .navbar-brand span {
        color: #30a5ff;
    }

.navbar-toggle {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    margin-top: 10px;
}

    .navbar-toggle:hover {
        background: rgba(255, 255, 255, 0.05);
    }

.icon-bar {
    background: #fff;
}

.dropdown {
    background: rgba(255, 255, 255, 0.1);
    float: left;
    margin: 10px 8px;
    padding: 0px;
    border-radius: 4px;
}

    .dropdown a.dropdown-toggle {
        color: #fff;
        height: 40px;
        width: 40px;
        padding-top: 11px;
        padding-left: 9px;
    }

    .dropdown:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    .dropdown .label {
        top: -4px;
        left: 22px;
        padding-top: 4px;
        padding-bottom: 4px;
        position: absolute;
        border-radius: 9999px;
    }

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    background: none;
}

.dropdown-messages {
    border: 1px solid #fff;
    width: 360px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

    .dropdown-messages img {
        margin: 5px 10px;
        float: left;
    }

    .dropdown-messages .message-body {
        margin: 5px;
        float: left;
        width: 280px;
    }

.dropdown small {
    color: #999;
}

.dropdown em {
    margin: 0 5px;
}

.dropdown-menu > li > a {
    padding: 5px 10px;
}

.dropdown-menu li .message-body a {
    color: #444;
}

.dropdown-menu li a:hover {
    color: #30a5ff;
    text-decoration: none;
    background: none;
}

.divider, .clear {
    clear: both;
}

.dropdown-alerts {
    border: 1px solid #fff;
    width: 260px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

.all-button a {
    text-align: center;
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

a.btn:hover, button:hover {
    opacity: 0.8;
}

a.btn:active, button:active {
    box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #EE4B7B;
    border-color: #EE4B7B;
    color: #fff;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #EE4BC8;
    border-color: #EE4BC8;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #8ad919;
    border-color: #8ad919;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #ffb53e;
    border-color: #ffb53e;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #f9243f;
    border-color: #f9243f;
}

.btn-link, .page-link, .text-primary {
    color: #30a5ff !important;
}

    .btn-link:focus, .btn-link:hover, .page-link:focus, .page-link:hover, a.text-primary:focus, a.text-primary:hover {
        color: #50b3ff !important;
    }

.bg-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

a.bg-primary:hover {
    background-color: #e9ecf2;
}

.bg-success, .bg-green {
    color: #fff;
    background-color: #8ad919;
}

a.bg-success:hover, a.bg-green:hover {
    background-color: #8ad919;
}

.bg-success a, .bg-green a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-teal {
    color: #fff;
    background-color: #1ebfae;
}

a.bg-teal:hover {
    background-color: #1ebfae;
}

.bg-teal a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-info, .bg-blue {
    color: #fff;
    background-color: #30a5ff;
}

a.bg-info:hover, a.bg-blue:hover {
    background-color: #30a5ff;
}

.bg-info a, .bg-blue a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-warning, .bg-orange {
    color: #fff;
    background-color: #ffb53e;
}

a.bg-warning:hover, a.bg-orange:hover {
    background-color: #ffb53e;
}

.bg-warning a, .bg-orange a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-danger, .bg-red {
    color: #fff;
    background-color: #f9243f;
}

a.bg-danger:hover, a.bg-red:hover {
    background-color: #f9243f;
}

.bg-danger a, .bg-red a {
    color: rgba(255, 255, 255, 0.75);
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #e9ecf2;
    }

.label-success {
    background-color: #8ad919;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #8ad919;
    }

.label-info {
    background-color: #30a5ff;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #30a5ff;
    }

.label-warning {
    background-color: #ffb53e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #f9243f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #f9243f;
    }

.panel {
    border: 0;
}

.panel-container {
    padding-top: 20px;
}

.panel-heading .fa-toggle-up, .panel-heading .fa-toggle-down {
    font-size: 17px;
}

.panel-primary > .panel-heading {
    background-color: #30a5ff;
    color: #fff;
    border: none;
}

.panel-success > .panel-heading {
    background-color: #8ad919;
    color: #fff;
    border: none;
}

.panel-info > .panel-heading {
    background-color: #30a5ff;
    color: #fff;
    border: none;
}

.panel-warning > .panel-heading {
    background-color: #ffb53e;
    color: #fff;
    border: none;
}

.panel-danger > .panel-heading {
    background-color: #f9243f;
    color: #fff;
    border: none;
}

.panel-primary .panel-settings, .panel-primary .panel-toggle, .panel-success .panel-settings, .panel-success .panel-toggle, .panel-info .panel-settings, .panel-info .panel-toggle, .panel-warning .panel-settings, .panel-warning .panel-toggle, .panel-danger .panel-settings, .panel-danger .panel-toggle {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

    .panel-primary .panel-settings:hover, .panel-primary .panel-toggle:hover, .panel-success .panel-settings:hover, .panel-success .panel-toggle:hover, .panel-info .panel-settings:hover, .panel-info .panel-toggle:hover, .panel-warning .panel-settings:hover, .panel-warning .panel-toggle:hover, .panel-danger .panel-settings:hover, .panel-danger .panel-toggle:hover {
        border: none;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.4);
    }

.panel-blue {
    background: #30a5ff;
    color: #fff;
}

.panel-teal {
    background: #1ebfae;
    color: #fff;
}

.panel-orange {
    background: #ffb53e;
    color: #fff;
}

.panel-red {
    background: #f9243f;
    color: #fff;
}

.dark-overlay {
    background: rgba(0, 0, 0, 0.05);
}

.panel-blue p, .panel-teal p, .panel-orange p, .panel-red p {
    color: rgba(255, 255, 255, 0.75);
}

.panel-heading {
    font-size: 14px;
    letter-spacing: 0.025em;
    height: 60px;
}

.panel-default .panel-heading {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel-footer {
    background: #fff;
    border-top: 1px solid #e9ecf2;
}

.panel-widget {
    padding: 10px 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
    color: #333;
}

    .panel-widget .panel-footer {
        border: 0;
        text-align: center;
    }

.panel-footer .input-group {
    padding: 0px;
    margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child > .btn, .panel-footer .input-group-btn:last-child > .btn-group {
    margin: 0;
}

.panel-widget .panel-footer a {
    color: #999;
}

    .panel-widget .panel-footer a:hover {
        color: #666;
        text-decoration: none;
    }

.panel-widget .text-muted {
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

.panel-widget .large {
    color: #373b45;
    font-size: 3em;
}

.panel-settings {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .panel-settings .dropdown a.dropdown-toggle, .panel-settings a {
        padding: 0;
        background: none;
        color: #7c7c7c;
    }

    .panel-settings a, .panel-toggle {
        width: 40px;
        padding: 2px 0 0 0;
    }

        .panel-settings:hover, .panel-toggle:hover, .panel-settings .dropdown a.dropdown-toggle:hover, .panel-settings:active, .panel-toggle:active, .panel-settings .dropdown a.dropdown-toggle:active, .panel-settings:focus, .panel-toggle:focus, .panel-settings .dropdown a.dropdown-toggle:focus {
            background: #f1f4f7;
            color: #444444;
        }

.panel-settings, .panel-toggle {
    display: inline-block;
    margin: -1px -5px 0 15px !important;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e9ecf2;
    color: #7c7c7c;
    background: #fff;
    width: 42px;
}

.panel-settings {
    width: 42px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .panel-settings li.dropdown {
        margin: 0;
        padding: 0;
    }

.dropdown-settings {
    border: 1px solid #fff;
    width: 220px;
    font-size: 0.9em;
    padding: 0;
}

    .dropdown-settings li {
        list-style: none;
        padding: 0 10px;
        width: 220px;
        height: 26px;
        line-height: 26px;
    }

    .dropdown-settings .divider {
        margin: 7px 0;
    }

    .dropdown-settings li a {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        color: #444444;
    }

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin: 0px;
    font-size: 14px;
}

.panel-button-tab-right {
    margin-left: 4px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-button-tab-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-top {
    border-top: 1px solid #dadbda;
}

.border-right {
    border-right: 1px solid #dadbda;
}

.border-bottom {
    border-bottom: 1px solid #dadbda;
}

.border-left {
    border-left: 1px solid #dadbda;
}

.panel .border-top, .panel .border-right, .panel .border-bottom, .panel .border-left {
    border-color: #e9ecf2;
}

.article {
    padding: 10px 0;
}

    .article:first-child {
        padding: 0 0 10px 0;
    }

    .article h4 {
        margin-bottom: 10px;
    }

    .article .date {
        text-align: center;
        margin: 5px auto;
        display: block;
    }

        .article .date .text-muted {
            margin-top: -5px;
        }

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #e9ecf2;
        left: 25px;
        margin-right: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: calc( 100% - 65px );
            float: right;
            border: 1px solid #edeeed;
            border-radius: 2px;
            padding: 10px 20px;
            position: relative;
            box-shadow: none;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                left: -11px;
                display: inline-block;
                border-top: 11px solid transparent;
                border-right: 11px solid #edeeed;
                border-left: 0 solid #edeeed;
                border-bottom: 11px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                left: -10px;
                display: inline-block;
                border-top: 10px solid transparent;
                border-right: 10px solid #fff;
                border-left: 0 solid #fff;
                border-bottom: 10px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 46px;
            height: 46px;
            line-height: 51px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 0px;
            margin-right: -25px;
            background-color: #999999;
            z-index: 100;
            border-radius: 9999px;
        }

.timeline-badge.primary {
    background-color: #30a5ff !important;
}

.timeline-badge.success {
    background-color: #8ad919 !important;
}

.timeline-badge.warning {
    background-color: #ffb53e !important;
}

.timeline-badge.danger {
    background-color: #f9243f !important;
}

.timeline-badge.info {
    background-color: #30a5ff !important;
}

.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f2f3f2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #30a5ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #8ad919;
    background-image: none;
}

.progress-bar-info, .progress-bar-blue {
    background-color: #30a5ff;
    background-image: none;
}

.progress-bar-warning, .progress-bar-orange {
    background-color: #ffb53e;
    background-image: none;
}

.progress-bar-danger, .progress-bar-red {
    background-color: #f9243f;
    background-image: none;
}

.progress-bar-teal {
    background-color: #1ebfae;
    background-image: none;
}

.jumbotron {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel .tabs {
    margin: 0;
    padding: 0;
}

.nav-tabs {
    background: #f2f3f2;
    border: 0;
}

    .nav-tabs li a:hover {
        background: #fff;
    }

    .nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover {
        border: 0;
        padding: 15px 20px;
    }

    .nav-tabs li.active a {
        color: #30a5ff;
    }

    .nav-tabs li a {
        color: #999;
    }

.nav-pills {
    padding: 15px;
    padding-bottom: 0;
}

    .nav-pills li a, .nav-pills li a:hover, .nav-pills li.active a, .nav-pills li.active a:hover {
        border: 0;
        padding: 7px 15px;
    }

        .nav-pills li.active a, .nav-pills li.active a:hover {
            background: #30a5ff;
        }

.tab-content {
    padding: 15px;
}

.navbar {
    border: 0;
}

    .navbar input {
        border: 0;
        background: #444;
        color: #fff;
    }

        .navbar input:focus {
            color: #fff;
            background: #555;
            border: 1px solid #30a5ff;
            outline: 0;
            box-shadow: inset 0px 0px 0px 1px #30a5ff;
        }

.user-menu {
    display: inline-block;
    margin-top: 14px;
    margin-right: 10px;
    float: right;
    list-style: none;
    padding: 0;
}

    .user-menu a {
        color: #fff;
    }

        .user-menu a:hover, .user-menu a:focus {
            text-decoration: none;
        }

.sidebar {
    display: block;
    padding: 0;
    display: none;
    box-shadow: none;
    background: #fff;
}

    .sidebar ul {
        margin: 20px 0px;
    }

    .sidebar form {
        padding: 10px 0 0 0;
        margin: 10px 10px 20px 10px;
    }

@media (min-width: 768px) {
    .sidebar {
        display: block;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .navbar-header {
        width: 100%;
    }
}

.sidebar ul.nav a:hover, .sidebar ul.nav li.parent ul li a:hover {
    text-decoration: none;
    background-color: #30a5ff;
    color: #fff;
}

.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active, .sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover, .sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
    color: #fff;
    background-color: #30a5ff;
}

.sidebar ul.nav ul, .sidebar ul.nav ul li {
    list-style: none;
    list-style-type: none;
}

.sidebar ul.nav li a {
    height: 50px;
    font-size: 15px;
    line-height: 2em;
    color: #444444;
}

.sidebar ul.nav ul.children {
    width: auto;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}

    .sidebar ul.nav ul.children li a {
        height: 40px;
        background: #f1f4f7;
        color: #444444;
    }

.sidebar ul.nav li.current a {
    background-color: #30a5ff;
    color: #fff !important;
}

.sidebar ul.nav li.parent ul li a {
    border: none;
    display: block;
    padding-left: 30px;
    line-height: 40px;
    border-radius: 0;
}

.sidebar ul.nav li.divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0px 0;
}

.profile-sidebar {
    padding: 10px 0;
    border-bottom: 1px solid #e9ecf2;
}

.indicator {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 9999px;
    margin-right: 5px;
}

.profile-userpic img {
    float: left;
    margin: 10px 0px 0px 15px;
    width: 50px;
    height: 50px;
    border-radius: 9999px !important;
}

.profile-usertitle {
    float: left;
    text-align: left;
    margin: 10px 0 0 12px;
}

.profile-usertitle-name {
    font-size: 20px;
    margin-bottom: 0px;
}

.profile-usertitle-status {
    text-transform: uppercase;
    color: #AAA;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.breadcrumb {
    border-radius: 0;
    padding: 10px 15px 10px 15px;
    background: #e9ecf2;
    margin: 0;
}

h1.page-header {
    margin-top: 20px;
    border-bottom: 0;
}

.main-chart {
    background: #fff;
}

.easypiechart-panel {
    text-align: center;
    padding: 1px 0;
    margin-bottom: 20px;
}

.placeholder h2 {
    margin-bottom: 0px;
}

.donut {
    width: 100%;
}

.easypiechart {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 10px auto;
}

    .easypiechart .percent {
        display: block;
        position: absolute;
        font-size: 26px;
        top: 38px;
        width: 120px;
    }

#easypiechart-blue .percent {
    color: #30a5ff;
}

#easypiechart-teal .percent {
    color: #1ebfae;
}

#easypiechart-orange .percent {
    color: #ffb53e;
}

#easypiechart-red .percent {
    color: #ef4040;
}

#calendar, .datepicker-inline {
    width: 100%;
}

    #calendar table {
        width: 100%;
    }

.datepicker-switch {
    font-size: 16px;
    height: 46px !important;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #c5c7cc;
}

.datepicker table tr td {
    padding: 10px !important;
}

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .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 {
        color: #ffffff;
        background-color: #30a5ff;
        text-shadow: none;
        border-color: #285e8e;
    }

    .datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
        background: rgba(0, 0, 0, 0.05);
    }

.todo-list {
    padding: 0;
    margin: -15px;
    background: #fff;
    color: #444444;
}

    .todo-list .checkbox input[type=checkbox] {
        margin: 0;
    }

    .todo-list .checkbox {
        display: inline-block;
        margin: 0px;
    }

.panel-body input[type=checkbox]:checked + label {
    text-decoration: line-through;
    color: #777;
}

.todo-list-item {
    list-style: none;
    line-height: 0.9;
    padding: 14px 15px 8px 15px;
}

    .todo-list-item:hover, a.todo-list-item:focus {
        text-decoration: none;
        background-color: #f6f6f6;
    }

.todo-list .fa-trash {
    color: #444444;
}

    .todo-list .fa-trash:hover {
        color: #ef4040;
    }

.chat .panel-body ul {
    list-style: none;
    margin: -15px;
    padding: 15px;
}

    .chat .panel-body ul li {
        margin-bottom: 10px;
        padding: 15px 5px;
        border-bottom: 1px solid #e9ecf2;
    }

.chat ul li.left .chat-body {
    margin-left: 80px;
}

.chat ul li.right .chat-body {
    margin-right: 80px;
}

.chat ul li .chat-body p {
    margin: 0;
}

.chat .panel-body {
    overflow-y: scroll;
    height: 300px;
}

.chat-body small {
    margin-left: 5px;
}

.table {
    background: #fff;
}

.fixed-table-container {
    border: none;
}

    .fixed-table-container thead th {
        background: #f7f7f8;
        border-color: #ddd;
        color: #444444;
        font-weight: 300;
        font-size: 16px;
    }

    .fixed-table-container tbody td {
        border: 1px solid #e9ecf2;
    }

        .fixed-table-container tbody td:last-child {
            border-right: none;
        }

.table > thead > tr > th {
    border-bottom: 1px solid #e6e7e8;
    vertical-align: middle;
    height: 50px;
}

.fixed-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 0px;
}

.fixed-table-pagination .pagination-detail {
    margin-top: 20px;
}

p.back-link {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.validation-summary-errors {
    color: red;
    list-style-type: none;
    text-align: center;
}



.btn-primary {
    width: 100%;
    background-color: #337ab7;
    border-color: #337ab7;
    color: #FFFFFF;
}

    .btn-primary:hover {
        background-color: green;
        border-color: green;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 6px 6px 6px rgb(0 0 0 / 15%);
}
/*-------------end login--------------*/
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}


body {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
   
}

html {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #262727
}

@media (min-width:960px) and (max-width:1259px) {
    html {
        font-size: 15px
    }
}

@media (max-width:500px) {
    html {
        font-size: 14px
    }
}

@media (max-width:360px) {
    html {
        font-size: 13px
    }
}

.clear {
    width: 100%;
    clear: both
}

.body {
    margin: 0 auto;
    position: relative;
    padding: 0 0 20px
}

@media (min-width:1260px) {
    .body {
        width: 100%;
        margin: 0
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .body {
        width: 100%;
        margin: 0
    }
}

@media (max-width:959px) {
    .body {
        width: 100%;
        margin: 0 0 50px;
        float: left
    }
}

.body.padding_top {
    padding: 40px 0 20px
}

.body .before_web_body {
    width: 300px;
    height: 10px;
    float: left
}

.body .web_body {
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1260px
}

@media (max-width:959px) {
    .body .web_body {
        padding: 0 15px
    }
}

.body.not_margin {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.body .main {
    position: relative;
    z-index: 50
}
.timeend {
    width: 100%;
    height: 72.5px;
    text-align: center;
    line-height: 70px;
    border-radius: 4px;
    color: #2392ec;
    background-color: #d9edfe;
    float: left;
    margin: 0;
}
.exam24h_notice__error {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: visible;
    z-index: 999900000000000000
}

    .exam24h_notice__error .exam24_notice_border {
        position: relative;
        background-color: #d8000c;
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 0
    }

        .exam24h_notice__error .exam24_notice_border .exam24_notice__text {
            color: #fff;
            font-family: Roboto,sans-serif;
            font-weight: 400;
            font-size: 14px;
            padding: 0 10px 0 0;
            margin: 11px 0 11px 15px;
            float: left;
            width: calc(100% - 120px)
        }

            .exam24h_notice__error .exam24_notice_border .exam24_notice__text svg {
                width: 18px;
                height: 18px;
                float: left;
                margin: 5px 10px 0 0;
                fill: #fff
            }

            .exam24h_notice__error .exam24_notice_border .exam24_notice__text p {
                float: left;
                margin: 4px 0 0;
                width: calc(100% - 28px);
                line-height: 1.5
            }

        .exam24h_notice__error .exam24_notice_border .exam24_notice__input {
            width: 80px;
            float: left;
            margin: 13px 15px 12px 10px
        }

            .exam24h_notice__error .exam24_notice_border .exam24_notice__input input {
                padding: 0;
                line-height: normal;
                font-size: 12px;
                height: 25px;
                float: right;
                text-align: center;
                border: none;
                width: 100%;
                color: #d8000c;
                cursor: pointer;
                background-color: #fff;
                border-radius: 4px;
                outline: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none
            }

.box, .box_popup {
    background: #fff
}

.box_popup {
    -webkit-box-shadow: 0 3px 8px 1px hsla(0,0%,89%,.5);
    box-shadow: 0 3px 8px 1px hsla(0,0%,89%,.5);
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

.elmSimulation {
    display: block;
    width: 100%;
    height: 20px;
    -webkit-animation: timeline;
    animation: timeline;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: -webkit-gradient(linear,left top,right top,color-stop(8%,#eee),color-stop(18%,#ddd),color-stop(33%,#eee));
    background: linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px auto
}

@-webkit-keyframes timeline {
    0% {
        background-position: -350px 0
    }

    to {
        background-position: 400px 0
    }
}

@keyframes timeline {
    0% {
        background-position: -350px 0
    }

    to {
        background-position: 400px 0
    }
}

.default_popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    overflow-y: visible;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    z-index: 999900000000000000
}

    .default_popup .default_popup__windows {
        position: relative;
        overflow-y: hidden;
        background-color: #fff;
        border-radius: 10px;
        width: 470px;
        margin: 8% auto;
        padding: 30px
    }

@media (max-width:959px) {
    .default_popup .default_popup__windows {
        width: 440px;
        margin: 8% auto
    }
}

@media (max-width:500px) {
    .default_popup .default_popup__windows {
        width: 90%;
        margin: 8% 5%
    }
}

.default_popup .default_popup__windows .default_popup__close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0,0,0,.3);
    height: 50px;
    width: 50px;
    font-size: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center
}

.default_popup .default_popup__windows .default_popup__body {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

    .default_popup .default_popup__windows .default_popup__body .default_popup__bordericon {
        width: 100%;
        text-align: center;
        float: left;
        margin: 20px 0;
        vertical-align: middle
    }

        .default_popup .default_popup__windows .default_popup__body .default_popup__bordericon .default_popup__icon {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background-color: #d9edfe;
            font-weight: 400;
            font-size: 35px;
            text-align: center;
            color: #2392ec;
            line-height: 150px;
            margin: 0 auto;
            vertical-align: middle
        }

            .default_popup .default_popup__windows .default_popup__body .default_popup__bordericon .default_popup__icon.not_background {
                background: none;
                width: 200px;
                height: 140px
            }

                .default_popup .default_popup__windows .default_popup__body .default_popup__bordericon .default_popup__icon.not_background img {
                    width: 200px;
                    margin: 0 0 0 -5px;
                    height: auto
                }

            .default_popup .default_popup__windows .default_popup__body .default_popup__bordericon .default_popup__icon svg {
                width: 80px;
                fill: #2392ec;
                margin: 35px 0 0 4px;
                height: auto
            }

    .default_popup .default_popup__windows .default_popup__body p.validate-notice {
        font-family: Roboto,sans-serif;
        font-weight: 900;
        font-size: 20px;
        margin: 0 0 5px;
        color: #444
    }

        .default_popup .default_popup__windows .default_popup__body p.validate-notice.block_user {
            color: #d04437
        }

    .default_popup .default_popup__windows .default_popup__body p.validate-description {
        color: #444;
        font-family: Roboto,sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5
    }

    .default_popup .default_popup__windows .default_popup__body .default_popup__input {
        width: 100%;
        margin: 15px 0 0
    }

        .default_popup .default_popup__windows .default_popup__body .default_popup__input .default_popup__inputborder {
            padding: 15px 0;
            width: 200px;
            height: auto;
            margin: 0 auto
        }

            .default_popup .default_popup__windows .default_popup__body .default_popup__input .default_popup__inputborder.block .btn {
                background: #d04437
            }

            .default_popup .default_popup__windows .default_popup__body .default_popup__input .default_popup__inputborder .btn {
                font-weight: 700;
                color: #fff;
                font-size: 14px;
                font-family: Roboto,sans-serif
            }

        .default_popup .default_popup__windows .default_popup__body .default_popup__input input {
            padding: 15px 0;
            width: 200px;
            line-height: normal;
            font-size: 13px;
            vertical-align: middle;
            height: auto;
            font-family: Roboto,sans-serif;
            margin-bottom: 25px;
            color: #fff;
            cursor: pointer;
            border-width: 1px;
            border-style: solid;
            -webkit-appearance: none;
            border-radius: 4px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
            background-repeat: no-repeat;
            background-position: 1px -3px
        }

.captcha_send {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    overflow-y: visible;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    z-index: 1000000002
}

    .captcha_send::-webkit-scrollbar {
        width: 5px
    }

    .captcha_send .captcha_send__windows {
        position: relative;
        overflow-y: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background-color: #fff;
        border-radius: 4px;
        width: 300px;
        margin: 8% auto;
        padding: 20px
    }

        .captcha_send .captcha_send__windows .captcha_send__title {
            width: 100%;
            height: 50px;
            font-size: 14px;
            font-weight: 700;
            color: #aaa;
            margin: 0
        }

        .captcha_send .captcha_send__windows .captcha_send__close {
            position: absolute;
            top: 0;
            right: 0;
            color: rgba(0,0,0,.3);
            height: 50px;
            width: 50px;
            font-size: 40px;
            cursor: pointer;
            line-height: 50px;
            text-align: center
        }

        .captcha_send .captcha_send__windows .captcha_send__body {
            width: 100%;
            text-align: center;
            border: 0;
            float: left;
            border-radius: 4px;
            margin-top: 25px;
            position: relative
        }

            .captcha_send .captcha_send__windows .captcha_send__body .captcha_send__recaptcha {
                width: 100%;
                float: left;
                margin: 15px 0 0;
                text-align: center
            }

                .captcha_send .captcha_send__windows .captcha_send__body .captcha_send__recaptcha .vue_recaptcha {
                    width: 300px;
                    margin: 0 auto
                }

            .captcha_send .captcha_send__windows .captcha_send__body .resend_validate__button {
                width: 100%;
                float: left;
                margin: 10px 0 10px 1px;
                text-align: center
            }

                .captcha_send .captcha_send__windows .captcha_send__body .resend_validate__button .resend_validate__bt {
                    width: 301px;
                    height: 40px;
                    line-height: 40px;
                    margin: 0 auto;
                    cursor: pointer
                }

            .captcha_send .captcha_send__windows .captcha_send__body .register_body__message {
                width: 100%;
                font-family: Roboto,sans-serif;
                font-weight: 400;
                font-size: 14px;
                text-align: left;
                float: left;
                line-height: 1.4;
                border-radius: 4px;
                padding: 10px 20px;
                margin: 10px 0 0
            }

                .captcha_send .captcha_send__windows .captcha_send__body .register_body__message[message-type=true] {
                    color: #4f8a10;
                    background-color: #dff2bf
                }

                .captcha_send .captcha_send__windows .captcha_send__body .register_body__message[message-type=false] {
                    background-color: #feefb3;
                    color: #9f6000
                }

            .captcha_send .captcha_send__windows .captcha_send__body .captcha_send__item_title {
                width: 100%;
                float: left
            }

                .captcha_send .captcha_send__windows .captcha_send__body .captcha_send__item_title p.title {
                    width: 300px;
                    font-weight: 700;
                    font-size: 13px;
                    font-family: Roboto,sans-serif;
                    text-align: left;
                    float: left;
                    color: #444;
                    line-height: 1.4
                }

                .captcha_send .captcha_send__windows .captcha_send__body .captcha_send__item_title p.description {
                    width: 300px;
                    font-weight: 400;
                    font-size: 13px;
                    font-family: Roboto,sans-serif;
                    margin: 0 auto;
                    color: #aaa;
                    text-align: left;
                    line-height: 1.4
                }

circle, ellipse, line, path, polygon, polyline, rect {
    stroke-width: 0
}

@keyframes ld-cycle {
    0%,50%,to {
        -webkit-animation-timing-function: cubic-bezier(.5,.5,.5,.5);
        animation-timing-function: cubic-bezier(.5,.5,.5,.5)
    }

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ld-cycle {
    0%,50%,to {
        -webkit-animation-timing-function: cubic-bezier(.5,.5,.5,.5);
        animation-timing-function: cubic-bezier(.5,.5,.5,.5)
    }

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.ld.ld-cycle {
    -webkit-animation: ld-cycle 1s infinite linear;
    animation: ld-cycle 1s infinite linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: -.909091s;
    animation-delay: -.909091s;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.ld.ld-cycle, .ld.ld-cycle-first {
    -webkit-transform-origin: 50px 50px 0;
    transform-origin: 50px 50px 0
}

</style >
<style data-vue-ssr-id="0940b99c:0" >
.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    -webkit-transition: width .2s,opacity .4s;
    transition: width .2s,opacity .4s;
    opacity: 1;
    background-color: #efc14e;
    z-index: 999999
}

</style >
<style data-vue-ssr-id="0c473ef4:0" >
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0 auto
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    text-decoration: none;
    color: #2392ec;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #fff;
    color: #2392ec
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    z-index: 0;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

button, input {
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none
}

    input[type=text] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        outline: none
    }

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

header.header {
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 10000;
    top: 0;
    background: rgba(23,43,77,.8);
    position: fixed
}

    header.header.opacity {
        background: rgba(0,0,0,.35)
    }

    header.header .top_menu {
        margin: 0 15px;
        height: 40px;
        line-height: 90px;
        float: right;
        font-size: 14px;
        cursor: pointer;
        font-family: Roboto,sans-serif;
        font-weight: 700;
        color: #444;
        position: relative;
        z-index: 1000
    }

@media (min-width:960px) and (max-width:1259px) {
    header.header .top_menu {
        margin: 0 10px
    }
}

@media (max-width:959px) {
    header.header .top_menu {
        display: none
    }
}

header.header .top_menu a {
    color: #444
}

    header.header .top_menu a.nuxt-link-exact-active {
        color: #2392ec
    }

header.header .top_menu ul {
    margin: 0;
    padding: 0
}

header.header .top_header {
    width: 100%;
    padding: 0;
    height: 40px;
    margin: 0 auto
}

    header.header .top_header .left_header {
        float: left;
        width: calc(50% - 30px)
    }

        header.header .top_header .left_header .left_header_item_search {
            height: 30px;
            margin: 5px 5px 5px 0;
            line-height: 30px;
            font-size: 14px;
            font-family: Roboto,sans-serif;
            font-weight: 900;
            color: #fff;
            float: left;
            border-radius: 4px;
            padding: 0;
            cursor: pointer;
            position: relative
        }

@media (max-width:959px) {
    header.header .top_header .left_header .left_header_item_search {
        display: none
    }
}

header.header .top_header .left_header .left_header_item_search input.input_focus {
    width: 100%;
    height: 30px;
    margin: 0;
    border-radius: 4px;
    outline: none;
    border: 0;
    padding: 0 40px 0 10px;
    font-size: 14px;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: hsla(0,0%,100%,.3)
}

    header.header .top_header .left_header .left_header_item_search input.input_focus:focus {
        outline: none;
        border-color: #2392ec
    }

        header.header .top_header .left_header .left_header_item_search input.input_focus:focus .search_body__form_icon svg {
            fill: #fff
        }

    header.header .top_header .left_header .left_header_item_search input.input_focus::-webkit-input-placeholder {
        color: #fff
    }

    header.header .top_header .left_header .left_header_item_search input.input_focus::-moz-placeholder {
        color: #fff
    }

    header.header .top_header .left_header .left_header_item_search input.input_focus::-ms-input-placeholder {
        color: #fff
    }

    header.header .top_header .left_header .left_header_item_search input.input_focus::placeholder {
        color: #fff
    }

header.header .top_header .left_header .left_header_item_search:hover .search_body__form_icon svg {
    fill: #fff
}

header.header .top_header .left_header .left_header_item_search .search_body__form_icon {
    width: 20px;
    height: 30px;
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer
}

    header.header .top_header .left_header .left_header_item_search .search_body__form_icon:hover svg {
        fill: #fff
    }

    header.header .top_header .left_header .left_header_item_search .search_body__form_icon svg {
        width: 14px;
        height: 14px;
        margin: 6px 5px 5px;
        fill: #fff
    }

header.header .top_header .left_header .left_header_item {
    height: 30px;
    margin: 5px 5px 5px 0;
    line-height: 30px;
    font-size: 13px;
    font-family: Roboto,sans-serif;
    font-weight: 900;
    color: #fff;
    background: hsla(0,0%,100%,.3);
    float: left;
    border-radius: 4px;
    padding: 0 15px;
    cursor: pointer
}

    header.header .top_header .left_header .left_header_item.mobile {
        padding: 0 10px;
        display: none
    }

@media (max-width:959px) {
    header.header .top_header .left_header .left_header_item.mobile {
        display: block
    }
}

header.header .top_header .left_header .left_header_item.mobile svg {
    margin: 7px 0 3px
}

header.header .top_header .left_header .left_header_item.laptop {
    display: block
}

@media (max-width:959px) {
    header.header .top_header .left_header .left_header_item.laptop {
        display: none
    }
}

header.header .top_header .left_header .left_header_item svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin: 7px 5px 3px 0;
    float: left
}

header.header .top_header .right_header {
    width: calc(50% - 30px);
    float: left
}

    header.header .top_header .right_header .top_avatar_block {
        height: 30px;
        float: right;
        position: relative
    }

        header.header .top_header .right_header .top_avatar_block .top_avatar {
            width: 30px;
            height: 30px;
            margin: 5px 0;
            float: right;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border-radius: 50%
        }

            header.header .top_header .right_header .top_avatar_block .top_avatar img {
                width: 30px;
                height: 30px;
                margin: 0;
                border-radius: 50%
            }

    header.header .top_header .right_header .top_register {
        float: right;
        height: 30px
    }

        header.header .top_header .right_header .top_register ul {
            font-family: Roboto,sans-serif;
            font-weight: 900;
            height: 30px;
            padding: 0 25px;
            font-size: 12px;
            text-align: center;
            border-radius: 4px;
            line-height: 30px;
            color: #fff;
            background: hsla(0,0%,100%,.3);
            margin: 5px 0 5px 10px
        }

@media (max-width:500px) {
    header.header .top_header .right_header .top_register ul {
        padding: 0 12px;
        margin: 5px 0
    }
}

header.header .top_header .right_header .top_login {
    float: right;
    height: 30px
}

@media (max-width:959px) {
    header.header .top_header .right_header .top_login {
        display: none
    }
}

header.header .top_header .right_header .top_login ul {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    margin: 5px 0 5px 10px
}

    header.header .top_header .right_header .top_login ul button.login {
        margin: 0 10px 0 0;
        padding: 0 8px;
        line-height: 30px;
        color: #fff;
        border: 0;
        outline: none;
        font-family: Roboto,sans-serif;
        font-weight: 900;
        background-color: transparent;
        border-radius: 3px;
        cursor: pointer
    }

header.header .top_header .right_header .right_header_item {
    height: 30px;
    margin: 5px 5px 5px 0;
    line-height: 30px;
    font-size: 13px;
    font-family: Roboto,sans-serif;
    font-weight: 900;
    color: #fff;
    background: hsla(0,0%,100%,.3);
    float: right;
    border-radius: 4px;
    padding: 0 10px;
    cursor: pointer
}

@media (max-width:500px) {
    header.header .top_header .right_header .right_header_item.disable_mobile {
        display: none
    }
}

header.header .top_header .right_header .right_header_item.notification {
    background: #eb5a46
}

header.header .top_header .right_header .right_header_item svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin: 7px 0 3px;
    float: left
}

header.header .top_header .center_header {
    width: 60px;
    float: left
}

    header.header .top_header .center_header svg {
        width: 60px;
        fill: hsla(0,0%,100%,.5);
        margin: 4px 0 3px
    }

        header.header .top_header .center_header svg:hover {
            fill: #fff
        }

header.header .top_header .block_notification__bg, header.header .top_header .block_user__bg {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1000
}

header.header .top_header .block_notification__realtime {
    width: 320px;
    min-height: 70px;
    background: #fff;
    overflow: hidden;
    position: fixed;
    right: 15px;
    border-radius: 4px;
    bottom: 15px;
    -webkit-box-shadow: 0 0 16px -1px rgba(0,0,0,.32);
    box-shadow: 0 0 16px -1px rgba(0,0,0,.32)
}

    header.header .top_header .block_notification__realtime .notification_area__item {
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
        float: left;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        cursor: pointer
    }

        header.header .top_header .block_notification__realtime .notification_area__item .popup_stop__close {
            position: absolute;
            top: 4px;
            right: 9px;
            font-size: 20px
        }

        header.header .top_header .block_notification__realtime .notification_area__item.active {
            background: #f0f0f0
        }

        header.header .top_header .block_notification__realtime .notification_area__item .notification_area__image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            float: left
        }

            header.header .top_header .block_notification__realtime .notification_area__item .notification_area__image img {
                width: 50px;
                height: 50px;
                overflow: hidden;
                margin: 0
            }

        header.header .top_header .block_notification__realtime .notification_area__item .notification_area__detail {
            width: calc(100% - 70px);
            float: left;
            padding: 0 0 0 10px
        }

            header.header .top_header .block_notification__realtime .notification_area__item .notification_area__detail p.detail {
                font-weight: 400;
                font-family: Roboto,sans-serif;
                font-size: 13px;
                text-align: left;
                line-height: 1.5
            }

            header.header .top_header .block_notification__realtime .notification_area__item .notification_area__detail .additional_icon {
                width: 100%;
                float: left;
                margin: 7px 0 0
            }

                header.header .top_header .block_notification__realtime .notification_area__item .notification_area__detail .additional_icon .additional_icon_svg {
                    width: 15px;
                    height: 15px;
                    float: left
                }

                    header.header .top_header .block_notification__realtime .notification_area__item .notification_area__detail .additional_icon .additional_icon_svg img {
                        width: 15px;
                        margin: 0
                    }

                header.header .top_header .block_notification__realtime .notification_area__item .notification_area__detail .additional_icon p.additional_icon_time {
                    float: left;
                    width: calc(100% - 15px);
                    text-align: left;
                    font-weight: 400;
                    font-family: Roboto,sans-serif;
                    font-size: 13px;
                    line-height: 15px;
                    padding: 0 0 0 10px
                }

header.header .top_header .notification_area {
    position: absolute;
    top: 45px;
    width: 300px;
    right: 0;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
    overflow: hidden;
    z-index: 100000;
    height: calc(100vh - 50px)
}

@media (max-width:959px) {
    header.header .top_header .notification_area {
        right: 0;
        left: 0;
        top: 40px;
        width: unset;
        height: calc(100vh - 40px);
        border-radius: 0
    }
}

header.header .top_header .notification_area .notification_area__header {
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: Roboto,sans-serif;
    font-weight: 900;
    color: #444;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0
}

    header.header .top_header .notification_area .notification_area__header p {
        float: left
    }

    header.header .top_header .notification_area .notification_area__header svg {
        float: right;
        width: 20px;
        height: 20px;
        fill: #aaa;
        margin: 0;
        cursor: pointer
    }

header.header .top_header .notification_area .notification_area__content {
    width: 100%;
    float: left;
    text-align: center;
    overflow-y: hidden;
    height: calc(100vh - 106px);
    position: relative;
    overflow-y: scroll
}

@media (max-width:959px) {
    header.header .top_header .notification_area .notification_area__content {
        height: calc(100vh - 96px)
    }
}

header.header .top_header .notification_area .notification_area__content:hover {
    width: 100%;
    overflow-y: scroll
}

    header.header .top_header .notification_area .notification_area__content:hover .notification_area__item {
        padding: 10px 15px
    }

    header.header .top_header .notification_area .notification_area__content:hover .notification_area__show_more {
        width: calc(100% - 30px);
        margin: 10px 15px 15px
    }

header.header .top_header .notification_area .notification_area__content::-webkit-scrollbar {
    margin-top: 0;
    border-radius: 4px;
    width: 5px
}

header.header .top_header .notification_area .notification_area__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    margin-bottom: 0
}

header.header .top_header .notification_area .notification_area__content::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
    border-radius: 0
}

header.header .top_header .notification_area .notification_area__content .notification_area__item {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

    header.header .top_header .notification_area .notification_area__content .notification_area__item.active {
        background: #f5f5f5
    }

    header.header .top_header .notification_area .notification_area__content .notification_area__item .notification_area__image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        float: left
    }

        header.header .top_header .notification_area .notification_area__content .notification_area__item .notification_area__image img {
            width: 50px;
            height: 50px;
            overflow: hidden;
            margin: 0
        }

    header.header .top_header .notification_area .notification_area__content .notification_area__item .notification_area__detail {
        width: calc(100% - 50px);
        float: left;
        padding: 0 0 0 10px
    }

        header.header .top_header .notification_area .notification_area__content .notification_area__item .notification_area__detail p.detail {
            font-weight: 400;
            font-family: Roboto,sans-serif;
            font-size: 13px;
            text-align: left;
            line-height: 1.5
        }

        header.header .top_header .notification_area .notification_area__content .notification_area__item .notification_area__detail .additional_icon {
            width: 100%;
            float: left;
            margin: 7px 0 0
        }

            header.header .top_header .notification_area .notification_area__content .notification_area__item .notification_area__detail .additional_icon .additional_icon_svg {
                width: 15px;
                height: 15px;
                float: left
            }

                header.header .top_header .notification_area .notification_area__content .notification_area__item .notification_area__detail .additional_icon .additional_icon_svg img {
                    width: 15px;
                    margin: 0
                }

            header.header .top_header .notification_area .notification_area__content .notification_area__item .notification_area__detail .additional_icon p.additional_icon_time {
                float: left;
                width: calc(100% - 15px);
                text-align: left;
                font-weight: 400;
                font-family: Roboto,sans-serif;
                font-size: 13px;
                line-height: 15px;
                padding: 0 0 0 10px
            }

header.header .top_header .notification_area .notification_area__content .notification_area__show_more {
    background: #f0f0f0
}

header.header .top_header .notification_area .notification_area__content .notification_area__loading, header.header .top_header .notification_area .notification_area__content .notification_area__show_more {
    width: calc(100% - 30px);
    color: #aaa;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    font-family: Roboto,sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    padding: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 10px 15px 15px
}

    header.header .top_header .notification_area .notification_area__content .notification_area__loading.true {
        margin: 80% 15px 40%
    }

    header.header .top_header .notification_area .notification_area__content .notification_area__loading svg {
        width: 40px;
        height: 40px;
        fill: #e0e0e0;
        margin: 0 auto;
        margin-top: 3px
    }

header.header .top_header .notification_area .notification_area__content img {
    width: 60%;
    margin: 120px 0 10px;
    padding: 0
}

header.header .top_header .notification_area .notification_area__content p {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    margin: 0;
    line-height: 1;
    padding: 0;
    color: #a3b0b8
}

header.header .top_header .block_user {
    position: absolute;
    top: 45px;
    width: 250px;
    right: 0;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
    overflow: hidden;
    z-index: 100000
}

    header.header .top_header .block_user .top_avatar_left {
        width: 60px;
        height: 60px;
        overflow: hidden;
        float: left;
        border-radius: 50%
    }

@media (max-width:959px) {
    header.header .top_header .block_user .top_avatar_left {
        width: 40px;
        height: 40px;
        margin: 0 0 0 10px
    }
}

header.header .top_header .block_user .top_avatar_left img {
    width: 100%
}

header.header .top_header .block_user .top_name_left {
    width: 150px;
    margin: 5px 0 0 10px;
    float: left;
    font-weight: 400
}

@media (max-width:959px) {
    header.header .top_header .block_user .top_name_left {
        margin: -3px 0 0 10px
    }
}

header.header .top_header .block_user .name_top_left {
    width: 100%;
    margin: 6px 0 0;
    font-weight: 700;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize
}

header.header .top_header .block_user .top_username {
    width: 130px;
    height: 40px;
    float: right;
    margin: 25px 10px 5px 0;
    line-height: 40px;
    color: #444;
    font-weight: 900;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

header.header .top_header .block_user .header_user_block {
    font-family: Roboto,sans-serif;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    height: 85px
}

header.header .top_header .block_user .view_profile_top_left {
    width: 100%;
    color: #444;
    font-size: 13px;
    cursor: pointer;
    margin: 4px 0 0
}

header.header .top_header .block_user .header_item_block {
    width: 100%;
    padding: 0 25px;
    border-bottom: 1px solid #f0f0f0;
    height: 20px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 14px;
    cursor: pointer;
    height: 50px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:959px) {
    header.header .top_header .block_user .header_item_block {
        border-bottom: 0
    }
}

header.header .top_header .block_user .header_item_block svg {
    width: 18px;
    fill: #aaa;
    margin-right: 20px;
    float: left
}

header.header .top_header .block_user .header_item_block img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 15px;
    float: left
}

header.header .top_header .block_user .header_item_block p {
    width: calc(100% - 40px);
    float: left;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

header.header .top_header .block_user .header_item_block:hover {
    background-color: #f5f5f5
}

    header.header .top_header .block_user .header_item_block:hover svg {
        fill: #444
    }

.web_body_status {
    width: 100%;
    background: #f0f0f0;
    padding: 20px 15px 20px 40px;
    margin: 55px 0 0;
    border-radius: 4px;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    color: #aaa;
    float: left;
    line-height: 1.5;
    position: relative
}

@media (max-width:959px) {
    .web_body_status {
        width: calc(100% + 30px);
        margin: 40px -15px -40px;
        border-radius: 0
    }
}

.web_body_status.block {
    background: #d04437;
    color: #f0f0f0
}

    .web_body_status.block svg {
        fill: #fff
    }

.web_body_status.warming {
    background: rgba(208,68,55,.1);
    color: #d04437
}

    .web_body_status.warming svg {
        fill: #d04437
    }

.web_body_status.success {
    background: rgba(35,146,236,.1);
    color: #2392ec
}

    .web_body_status.success svg {
        fill: #2392ec
    }

.web_body_status svg {
    width: 20px;
    height: 20px;
    position: absolute;
    fill: #aaa;
    margin: 0 5px -5px 0;
    top: 20px;
    left: 15px
}

.post_body {
    width: 100%;
    margin: 0 auto
}

    .post_body .post_left__body {
        width: calc(100% - 340px);
        padding: 0;
        margin: 10px 40px 0 0;
        float: left
    }

@media (min-width:1260px) {
    .post_body .post_left__body.active {
        width: calc(100% - 420px);
        margin: 0px 20px 0 50px
    }
}

.post_body .post_left__body.preview {
    width: calc(100% - 200px);
    margin: 10px 100px 0
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body {
        width: 100%
    }

        .post_body .post_left__body.preview {
            width: 100%;
            margin: 10px 0 0
        }
}

@media (max-width:959px) {
    .post_body .post_left__body {
        width: 100%
    }

        .post_body .post_left__body.preview {
            width: 100%;
            margin: 10px 0 0
        }
}

.post_body .post_left__body .web_body__ad_block {
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0 !important
}

@media (max-width:959px) {
    .post_body .post_left__body .web_body__ad_block.disable_mobile {
        display: none
    }
}

.post_body .post_left__body .post_left__bodybackground {
    width: 100%;
    background: #fff;
    margin: 0;
    float: left
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__while_doing {
        width: 100%;
        height: 60px;
        float: left
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__title {
    width: 100%;
    font-size: 20px;
    margin: 10px 0 0;
    padding-bottom: 10px;
    font-weight: 900;
    font-family: Roboto,sans-serif;
    color: #444
}

    .post_body .post_left__body .post_left__bodybackground .post_left__title svg {
        width: 25px;
        height: 25px;
        margin: 0 5px -5px 0;
        fill: #2392ec;
        cursor: pointer
    }

        .post_body .post_left__body .post_left__bodybackground .post_left__title svg:hover {
            fill: #d04437
        }

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__title.active {
        margin: 70px 0 0
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__title h1 {
    font-weight: 900;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #444;
    border-bottom: 1px solid #444;
}

.post_body .post_left__body .post_left__bodybackground .post_left__author {
    width: 100%;
    margin: 20px 0;
    float: left
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__author {
        width: calc(100% + 30px);
        margin: -10px -15px 15px;
        padding: 20px 15px 10px;
        background: #f5f5f5
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__avatarauthor {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    border-radius: 50%
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__avatarauthor {
        width: 40px;
        height: 40px
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__avatarauthor img {
    width: 50px
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__avatarauthor img {
        width: 40px;
        height: 40px
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__titleauthor {
    height: 50px;
    float: left;
    margin: 0 0 0 15px;
    width: calc(100% - 250px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

    .post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__titleauthor.preview {
        width: calc(100% - 360px)
    }

@media (max-width:500px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__titleauthor.preview {
        width: calc(100% - 250px)
    }
}

@media (max-width:500px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__titleauthor {
        width: calc(100% - 180px)
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__titleauthor p.title {
    margin: 7px 0 0;
    font-family: Roboto,sans-serif;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

    .post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__titleauthor p.title svg {
        height: 14px;
        width: 14px;
        margin: 0 0 -3px 2px;
        fill: rgba(35,146,236,.5)
    }

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__titleauthor p.title {
        margin: 3px 0 0
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__titleauthor p.description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 5px 0 0;
    font-family: Roboto,sans-serif;
    color: #aaa;
    font-weight: 400;
    font-size: 13px
}

.post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__buttonauthor {
    float: right;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    color: #2392ec;
    border: 2px solid #2392ec;
    padding: 0 30px;
    cursor: pointer;
    border-radius: 4px
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__buttonauthor {
        padding: 0 10px;
        font-size: 13px;
        background: hsla(0,0%,67%,.66667);
        color: #fff;
        border: 0
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__buttonauthor.margin {
    margin: 0 5px 0 0
}

.post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__buttonauthor.true {
    background: #2392ec;
    color: #fff
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__author .post_left__buttonauthor.true {
        background: hsla(0,0%,67%,.66667);
        color: #fff
    }
}

.post_body .post_left__body .post_left__bodybackground .web_body__ad_block {
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0 !important
}

.post_body .post_left__body .post_left__bodybackground .web_body__login_block {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    position: relative;
    margin: 20px 0
}

    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_background {
        width: 100%;
        top: -2px;
        bottom: 0;
        overflow: hidden;
        position: absolute;
        text-align: right;
        z-index: 100
    }

        .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_background img {
            height: 100%
        }

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_background img {
        opacity: .2
    }
}

.post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_text {
    width: 100%;
    float: left;
    z-index: 100;
    position: relative
}

    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_text .web_body__login_title {
        width: 70%;
        line-height: 1.4;
        font-family: Roboto,sans-serif;
        color: #444
    }

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_text .web_body__login_title {
        padding: 20px 20px 15px 0;
        font-size: 40px;
        font-weight: 100;
        width: 70%
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_text .web_body__login_title {
        padding: 20px 20px 15px 0;
        font-size: 27px;
        font-weight: 100;
        width: 70%
    }
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_text .web_body__login_title {
        padding: 20px 0 15px;
        font-size: 24px;
        font-weight: 200;
        width: 100%
    }
}

@media (max-width:420px) {
    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_text .web_body__login_title {
        padding: 20px 0 15px
    }
}

.post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_button {
    width: calc(100% - 30px);
    float: left;
    z-index: 100;
    margin: 0 0 30px
}

@media (max-width:420px) {
    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_button {
        width: 100%;
        margin: 0 0 30px
    }
}

.post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_button .web_body__login_login {
    padding: 14px 25px 15px;
    font-weight: 700;
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    border: 2px solid #2392ec;
    color: #2392ec;
    border-radius: 4px;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

@media (max-width:420px) {
    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_button .web_body__login_login {
        width: 100%;
        text-align: center
    }
}

.post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_button .web_body__login_register {
    padding: 15px 25px;
    font-weight: 700;
    margin: 0 10px 0 0;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    background: #2392ec;
    border: 1px solid #2392ec;
    color: #fff;
    border-radius: 4px;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

@media (max-width:420px) {
    .post_body .post_left__body .post_left__bodybackground .web_body__login_block .web_body__login_button .web_body__login_register {
        margin: 0 0 12px;
        width: 100%;
        text-align: center
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__description {
    width: 100%;
    margin: 10px 0 15px;
    float: left;
    padding-bottom: 0;
    border-bottom: 2px solid #f0f0f0
}

    .post_body .post_left__body .post_left__bodybackground .post_left__description .post_left__desviews {
        float: left;
        font-size: 15px;
        border-bottom: 2px solid #aaa;
        padding-bottom: 5px;
        margin-bottom: -2px;
        font-family: Roboto,sans-serif;
        color: #aaa
    }

    .post_body .post_left__body .post_left__bodybackground .post_left__description .post_left__additional {
        float: right;
        font-size: 12px;
        font-family: Roboto,sans-serif;
        color: #aaa;
        font-weight: 700;
        margin: 0 0 0 15px
    }

@media (max-width:500px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__description .post_left__additional.post_type {
        display: none
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__description .post_left__additional svg {
    width: 16px;
    height: 16px;
    fill: #aaa;
    margin-top: -3px;
    float: left;
    margin-right: 5px
}

.post_body .post_left__body .post_left__bodybackground .post_left__desctext {
    width: 100%;
    margin: 10px 0 20px;
    float: left;
    color: #444;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0;
    text-align: justify
}

    .post_body .post_left__body .post_left__bodybackground .post_left__desctext p {
        line-height: 1.5
    }

    .post_body .post_left__body .post_left__bodybackground .post_left__desctext h1, .post_body .post_left__body .post_left__bodybackground .post_left__desctext h2, .post_body .post_left__body .post_left__bodybackground .post_left__desctext h3, .post_body .post_left__body .post_left__bodybackground .post_left__desctext h4, .post_body .post_left__body .post_left__bodybackground .post_left__desctext h5 {
        margin: 10px 0
    }

    .post_body .post_left__body .post_left__bodybackground .post_left__desctext h1, .post_body .post_left__body .post_left__bodybackground .post_left__desctext h2 {
        font-size: 20px
    }

    .post_body .post_left__body .post_left__bodybackground .post_left__desctext h3 {
        font-size: 18px
    }

    .post_body .post_left__body .post_left__bodybackground .post_left__desctext h4 {
        font-size: 16px
    }

    .post_body .post_left__body .post_left__bodybackground .post_left__desctext img {
        max-width: 100%;
        margin: 15px 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

.post_body .post_left__body .post_left__bodybackground .post_left__finalpoin {
    width: 100%;
    margin: 10px 0 15px;
    float: left;
    background: #f0f0f0;
    color: #aaa;
    text-align: center;
    border-radius: 4px
}

    .post_body .post_left__body .post_left__bodybackground .post_left__finalpoin p.title {
        font-size: 18px;
        font-weight: 400;
        margin: 20px 0 0;
        font-family: Roboto,sans-serif
    }

        .post_body .post_left__body .post_left__bodybackground .post_left__finalpoin p.title.bottom {
            margin: 0 0 20px
        }

    .post_body .post_left__body .post_left__bodybackground .post_left__finalpoin p.point {
        height: 66px;
        overflow: hidden;
        font-size: 70px;
        font-weight: 900;
        margin: 0 0 10px;
        font-family: Roboto,sans-serif
    }

.post_body .post_left__body .post_left__bodybackground .post_left__loadingstatus {
    width: 100%;
    margin: 20px 0 40px;
    float: left;
    text-align: center
}

    .post_body .post_left__body .post_left__bodybackground .post_left__loadingstatus svg {
        width: 40px;
        height: 40px;
        fill: #e0e0e0
    }

.post_body .post_left__body .post_left__bodybackground .post_left__countonline {
    width: 100%;
    margin: 10px 0;
    float: left
}

    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .post_left__usernumber {
        color: #aaa;
        width: calc(33.33333% - 5px);
        border-radius: 4px;
        background-color: #f5f5f5;
        margin: 0 7.5px 15px 0;
        height: 70px;
        font-family: Roboto,sans-serif;
        font-weight: 900;
        padding: 15px 8px;
        text-align: left;
        float: left
    }

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .post_left__usernumber {
        width: 100%;
        margin: 0 0 10px
    }
}

@media (max-width:500px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .post_left__usernumber {
        width: 100%;
        margin: 0 0 10px
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__countonline .post_left__usernumber .time_open_exam_title {
    font-weight: 400;
    font-size: 11px;
    color: #777;
    float: left;
    text-align: center;
    width: 100%;
    margin: 2px 0 5px
}

.post_body .post_left__body .post_left__bodybackground .post_left__countonline .post_left__usernumber .time_open_exam {
    font-family: Roboto,sans-serif;
    float: left;
    text-align: center;
    width: 100%
}

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .post_left__usernumber .time_open_exam {
        font-size: 20px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .post_left__usernumber .time_open_exam {
        font-size: 16px
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__countonline .open_exam_time {
    color: #2392ec;
    width: calc(33.33333% - 5px);
    border-radius: 4px;
    background-color: #d9edfe;
    margin: 0 7.5px 15px 0;
    height: 70px;
    font-family: Roboto,sans-serif;
    font-weight: 900;
    padding: 15px 8px;
    text-align: left;
    float: left
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .open_exam_time {
        width: calc(50% - 5px);
        margin: 0 7.5px 15px 0
    }
}

@media (max-width:500px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .open_exam_time {
        width: 100%;
        margin: 0 0 10px
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__countonline .open_exam_time .time_open_exam_title {
    font-weight: 400;
    font-size: 11px;
    color: #777;
    float: left;
    text-align: center;
    width: 100%;
    margin: 2px 0 5px
}

.post_body .post_left__body .post_left__bodybackground .post_left__countonline .open_exam_time .time_open_exam {
    font-family: Roboto,sans-serif;
    float: left;
    text-align: center;
    width: 100%
}

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .open_exam_time .time_open_exam {
        font-size: 20px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .open_exam_time .time_open_exam {
        font-size: 16px
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__countonline .time_exam_rest {
    color: #cb9c63;
    width: calc(33.33333% - 5px);
    border-radius: 4px;
    background-color: #fff3e5;
    margin: 0 0 15px;
    height: 70px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    padding: 15px 8px;
    text-align: left;
    float: right
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .time_exam_rest {
        width: calc(50% - 5px);
        margin: 0 0 15px
    }
}

@media (max-width:500px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .time_exam_rest {
        width: 100%;
        margin: 0 0 10px
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__countonline .time_exam_rest .time_open_exam_title {
    font-weight: 400;
    font-size: 11px;
    color: #777;
    float: left;
    text-align: center;
    width: 100%;
    margin: 2px 0 5px
}

.post_body .post_left__body .post_left__bodybackground .post_left__countonline .time_exam_rest .time_open_exam {
    font-family: Roboto,sans-serif;
    float: left;
    text-align: center;
    width: 100%
}

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .time_exam_rest .time_open_exam {
        font-size: 20px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodybackground .post_left__countonline .time_exam_rest .time_open_exam {
        font-size: 16px
    }
}

.post_body .post_left__body .post_left__bodybackground .post_left__button {
    width: 100%;
    margin: 10px 0 20px;
    height: 40px;
    float: left
}

    .post_body .post_left__body .post_left__bodybackground .post_left__button .btn {
        font-weight: 700;
        font-size: 14px;
        font-family: Roboto,sans-serif;
        color: #fff
    }

.post_body .post_left__body .post_left__bodyquestion {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

    .post_body .post_left__body .post_left__bodyquestion .web_body__ad_block {
        width: 100%;
        float: left;
        position: relative;
        margin: 15px 0 !important
    }

    .post_body .post_left__body .post_left__bodyquestion .katex-display {
        font-size: 15px !important;
        line-height: 1.5;
        margin: 0;
        display: inline-block !important
    }

        .post_body .post_left__body .post_left__bodyquestion .katex-display .katex {
            display: inline-block !important
        }

    .post_body .post_left__body .post_left__bodyquestion .block_content_exam {
        width: 100%;
        padding: 0 0 5px;
        margin: 10px 0 0;
        background: #fff;
        float: left;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .post_body .post_left__body .post_left__bodyquestion .block_content_exam img {
            max-width: 100%
        }

        .post_body .post_left__body .post_left__bodyquestion .block_content_exam .question_number {
            width: 100%;
            float: left;           
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 20px;
            color: #2392ec;
            margin: 0px 0 0;
        }

            .post_body .post_left__body .post_left__bodyquestion .block_content_exam .question_number .question_number_text {
                float: left;
                padding: 0;
                border: 0;
                text-align: justify;
            }

        .post_body .post_left__body .post_left__bodyquestion .block_content_exam .content_additional {
            width: 100%;
            font-family: Noto Serif JP,serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 1.5;
            padding: 15px 0 0;
            margin: 0;
            color: #444;
            white-space: pre-line
        }

        .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view {
            width: 100%;
            float: left
        }

            .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_question {
                width: 100%;
                padding: 10px 0 0;
                float: left;
                font-family: Noto Serif JP,serif;
                font-weight: 400;
                font-size: 15px;
                line-height: 1.5;
                color: #444
            }

            .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_details {
                border: 2px solid #2392ec;
                border-radius: 4px;
                width: 100%;
                font-family: Noto Serif JP,serif;
                font-weight: 400;
                font-size: 15px;
                line-height: 1.5;
                margin: 10px 0 0;
                color: #444;
                padding: 10px 10px 15px;
                float: left;
                white-space: pre-line
            }

                .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_details.your_fill {
                    border: 0 solid #2392ec;
                    background: #f0f0f0
                }

            .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer {
                width: 100%;
                font-family: Arial, Helvetica, sans-serif;
                font-weight: normal;
                font-size: 15px;
                line-height: 1.5;
                padding: 0px 0 0;
                float: left;
            }

                .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer textarea {
                    width: 100%;
                    border: 2px solid #f0f0f0;
                    outline: none;
                    padding: 10px;
                    font-weight: 400;
                    font-size: 16px;
                    border-radius: 4px;
                    font-family: Roboto,sans-serif;
                    margin: 0;
                    resize: vertical
                }

                    .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer textarea:focus {
                        border-color: #2392ec;
                        outline: none
                    }

                    .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer textarea.error {
                        border-color: #d04437;
                        color: #d04437
                    }

                .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer.mobile {
                    width: calc(100% + 5px)
                }

                    .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer.mobile .content_answer_text {
                        width: calc(25% - 5px);
                        margin: 0 5px 5px 0;
                        float: left;
                        background: #f9f9f9
                    }

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer.mobile .content_answer_text {
        width: calc(50% - 5px)
    }
}

.post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer.mobile .content_answer_text .label_answer {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    color: #2392ec;
    width: 100%;
    font-size: 13px;
    margin: 0;
    text-align: center;
    float: left
}

.post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer.mobile .content_answer_text .text_answer {
    display: none
}

.post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer .content_answer_text {
    cursor: pointer;
    width: 100%;
    float: left;
    padding: 12px 0;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer .content_answer_text:hover {
        background: #f5f5f5
    }

    .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer .content_answer_text.active {
        background: #d9edfe;
        color: #2392ec
    }

    .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer .content_answer_text .label_answer {
        font-family: Noto Serif JP,serif;
        font-weight: 700;
        color: #2392ec;
        text-align: center;
        width: 20px;
        margin: 0 0 0 10px;
        text-align: left;
        float: left;
        white-space: pre-line
    }

    .post_body .post_left__body .post_left__bodyquestion .block_content_exam .block_question_view .content_answer .content_answer_text .text_answer {
        float: left;
        margin: 0 0 0 10px;
        width: 100%;
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px)
    }

.post_body .post_left__body .post_left__bodypassword {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 100px;
    text-align: left
}

    .post_body .post_left__body .post_left__bodypassword p.input_description {
        width: 100%;
        color: #aaa;
        font-weight: 400;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        line-height: 1.3;
        margin-top: 5px;
        margin-bottom: 10px
    }

        .post_body .post_left__body .post_left__bodypassword p.input_description.error {
            color: #d04437
        }

        .post_body .post_left__body .post_left__bodypassword p.input_description.success {
            color: #28a745
        }

    .post_body .post_left__body .post_left__bodypassword input[type=password] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #f0f0f0;
        border-radius: 4px;
        color: #303030;
        background-color: #fff;
        font-weight: 500;
        font-size: 14px;
        height: 50px;
        width: 100%;
        float: left;
        padding: 10px;
        font-weight: 400;
        font-size: 16px;
        font-family: Roboto,sans-serif;
        margin: 0;
        margin-bottom: 10px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .post_body .post_left__body .post_left__bodypassword input[type=password]:focus {
            border-color: #2392ec;
            outline: none
        }

        .post_body .post_left__body .post_left__bodypassword input[type=password].error {
            border-color: #d04437;
            color: #d04437
        }

        .post_body .post_left__body .post_left__bodypassword input[type=password].success {
            border-color: #28a745;
            color: #28a745
        }

        .post_body .post_left__body .post_left__bodypassword input[type=password].birthday {
            width: calc(33.3333% - 5px);
            margin: 0 7.5px 0 0
        }

        .post_body .post_left__body .post_left__bodypassword input[type=password].row_2 {
            width: 50%;
            border-radius: 4px 0 0 4px;
            float: left
        }

.post_body .post_left__body .post_left__bodycomment {
    width: 100%;
    background: #fff;
    margin: 10px 0 20px;
    float: left;
    padding-bottom: 10px;
    border-radius: 4px
}

    .post_body .post_left__body .post_left__bodycomment .post_left__cmtitle {
        width: 100%;
        margin: 20px 0 0;
        font-family: Roboto,sans-serif;
        font-size: 20px;
        float: left;
        padding-bottom: 0;
        font-weight: 900;
        color: #444
    }

.post_body .post_left__body .post_left__bodyhistory {
    width: 100%;
    background: #fff;
    margin: 10px 0 0;
    float: left;
    border-radius: 4px;
    padding-bottom: 10px
}

    .post_body .post_left__body .post_left__bodyhistory .post_left__httitle {
        width: 100%;
        margin: 20px 0 10px;
        font-family: Roboto,sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding-bottom: 0;
        color: #444
    }

    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem {
        width: 100%;
        margin: 0 0 5px;
        float: left
    }

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem {
        border-bottom: 2px solid #f0f0f0
    }
}

.post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htitembutton {
    height: 30px;
    line-height: 30px;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin: 5px 0 10px
}

.post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htstarttime {
    height: 15px;
    line-height: 15px;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    padding-right: 10px;
    float: left
}

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htstarttime {
        margin: 12.5px 0 7.5px 10px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htstarttime {
        margin: 12.5px 0 7.5px 10px
    }
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htstarttime {
        margin: 12.5px 0 7.5px 10px;
        display: none
    }
}

.post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htstarttime svg {
    width: 14px;
    height: 14px;
    float: left;
    margin: 0 5px 0 0;
    fill: #aaa
}

.post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htstarttime.border {
    border-right: 1px solid #aaa
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htstarttime.border {
        display: block;
        float: right;
        border-right: 0;
        padding-right: 0
    }
}

.post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htbuttonmore {
    float: right;
    height: 30px;
    line-height: 28px;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0 10px;
    border: 2px solid #2392ec;
    color: #2392ec;
    border-radius: 4px;
    cursor: pointer
}

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htbuttonmore {
        padding: 0 15px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htbuttonmore {
        padding: 0 10px
    }
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem .post_left__htbuttonmore {
        display: none
    }
}

.post_body .post_left__body .post_left__bodyhistory .post_left__htitem.online .left {
    color: #2392ec;
    border: 2px solid #2392ec;
    border-radius: 4px 0 0 4px;
    background: #2392ec;
    color: #fff;
    text-align: center
}

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.online .left {
        min-width: 90px;
        padding: 0 10px 0 15px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.online .left {
        min-width: 60px;
        padding: 0 7px 0 8px
    }
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.online .left {
        padding: 0 4px 0 0;
        border: 0;
        border-radius: 0;
        text-align: left;
        background: none;
        color: #2392ec
    }
}

.post_body .post_left__body .post_left__bodyhistory .post_left__htitem.online .right {
    color: #2392ec;
    border: 2px solid #2392ec;
    border-radius: 0 4px 4px 0;
    margin-right: 10px;
    text-align: center
}

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.online .right {
        min-width: 110px;
        padding: 0 15px 0 10px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.online .right {
        min-width: 60px;
        padding: 0 8px 0 7px
    }
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.online .right {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: none;
        text-align: left;
        color: #2392ec
    }
}

.post_body .post_left__body .post_left__bodyhistory .post_left__htitem.offline .left {
    color: #aaa;
    border: 2px solid #aaa;
    border-radius: 4px 0 0 4px;
    padding: 0 10px 0 15px;
    background: #aaa;
    color: #fff;
    text-align: center
}

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.offline .left {
        min-width: 90px;
        padding: 0 10px 0 15px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.offline .left {
        min-width: 60px;
        padding: 0 7px 0 8px
    }
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.offline .left {
        padding: 0 5px 0 0;
        border: 0;
        border-radius: 0;
        background: none;
        text-align: left;
        color: #aaa
    }
}

.post_body .post_left__body .post_left__bodyhistory .post_left__htitem.offline .right {
    color: #aaa;
    border: 2px solid #aaa;
    padding: 0 15px 0 10px;
    border-radius: 0 4px 4px 0;
    margin-right: 10px;
    text-align: center
}

@media (min-width:1260px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.offline .right {
        min-width: 110px;
        padding: 0 15px 0 10px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.offline .right {
        min-width: 60px;
        padding: 0 8px 0 7px
    }
}

@media (max-width:959px) {
    .post_body .post_left__body .post_left__bodyhistory .post_left__htitem.offline .right {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: none;
        text-align: left;
        color: #aaa
    }
}

.post_body .post_right__body {
    width: 300px;
    margin: 0;
    float: right;
    position: relative
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_right__body {
        width: 100%
    }
}

@media (max-width:959px) {
    .post_body .post_right__body {
        width: 100%
    }
}

.post_body .post_right__body .web_body__ad_block {
    width: 100%;
    float: left;
    border-radius: 4px;
    position: relative;
    margin: 30px 0 10px !important
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_right__body .web_body__ad_block {
        width: 100%;
        margin: 10px 0 !important
    }
}

@media (max-width:959px) {
    .post_body .post_right__body .web_body__ad_block {
        width: 100%;
        margin: 10px 0 !important
    }
}

.post_body .post_right__body .post_right__rest_time_block {
    width: 100%;
    margin: 0px 0;
    float: left;
    border-radius: 4px;
    background: #fff;
    padding-bottom: 0px
}

    .post_body .post_right__body .post_right__rest_time_block .web_body__ad_block {
        width: calc(100% - 20px);
        float: left;
        position: relative;
        margin: 15px 0 10px 20px !important
    }

@media (min-width:1260px) {
    .post_body .post_right__body .post_right__rest_time_block {
        display: none
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_right__body .post_right__rest_time_block {
        display: block;
    }
}

.post_body .post_right__body .post_right__rest_time_block .post_left__timetitle {
    width: 100%;
    margin: 5px 0 5px;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    color: #444;
    font-weight: 900;
    border-bottom: 1px solid #444;
}

.post_body .post_right__body .post_right__rest_time_block .answered_block {
    width: calc(100% + 5px);
    margin: 15px 0 10px;
    float: left
}

    .post_body .post_right__body .post_right__rest_time_block .answered_block .answered_item {
        height: 40px;
        border-radius: 50%;
        border:2px solid #666;
        background-color: #fff;
        float: left;
        line-height: 40px;
        text-align: center;
        font-family: Roboto,sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        box-shadow: 6px 6px 6px rgb(0 0 0 / 15%);
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
        

@media (min-width:960px) and (max-width:1259px) {
    .post_body .post_right__body .post_right__rest_time_block .answered_block .answered_item {
        width: calc(10% - 5px);
        margin: 0 5px 5px 0
    }
}

@media (max-width:959px) {
    .post_body .post_right__body .post_right__rest_time_block .answered_block .answered_item {
        width: calc(10% - 5px);
        margin: 0 5px 5px 0
    }
}

@media (max-width:500px) {
    .post_body .post_right__body .post_right__rest_time_block .answered_block .answered_item {
        width: calc(16.6% - 5px);
        margin: 0 5px 5px 0
    }
}


.post_body .post_right__body .post_right__rest_time_block .answered_block .answered_item.answered {
    background-color: #2a6fb8;
   
}
.post_body .post_right__body .post_right__rest_time_block .answered_block .answered_item.active {
    color: red;    
}
.post_body .post_right__body .post_right__rest_time_block .submit_post_block {
    width: 100%;
    margin: 0px 0;
    float: left
}

    .post_body .post_right__body .post_right__rest_time_block .submit_post_block .btn {
        font-size: 14px;
        font-weight: 700;
        font-family: Roboto,sans-serif;
        color: #CCC;
    }

.popup_stop {
    position: fixed;
    display: none;
    top: 10%;
   
    overflow: hidden;
    height: auto;
    overflow-y: visible;    
   
    z-index: 999900000000000000
}

    .popup_stop .popup_stop__windows {
        position: relative;
        overflow-y: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background-color: #fff;
        border-radius: 10px;
        width: 470px;
        margin: 8% auto;
        padding: 30px
    }

@media (max-width:500px) {
    .popup_stop .popup_stop__windows {
        width: 74%
    }
}

.popup_stop .popup_stop__windows .popup_stop__close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0,0,0,.3);
    height: 50px;
    width: 50px;
    font-size: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center
}

.popup_stop .popup_stop__windows .popup_stop__body {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

    .popup_stop .popup_stop__windows .popup_stop__body .popup_stop__bordericon {
        width: 100%;
        text-align: center;
        float: left;
        margin: 20px 0;
        vertical-align: middle
    }

        .popup_stop .popup_stop__windows .popup_stop__body .popup_stop__bordericon .popup_stop__icon {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background-color: #d9edfe;
            font-weight: 400;
            font-size: 35px;
            text-align: center;
            color: #2392ec;
            line-height: 150px;
            margin: 0 auto;
            vertical-align: middle
        }

            .popup_stop .popup_stop__windows .popup_stop__body .popup_stop__bordericon .popup_stop__icon.not_background {
                background: none;
                width: 200px;
                height: 140px
            }

                .popup_stop .popup_stop__windows .popup_stop__body .popup_stop__bordericon .popup_stop__icon.not_background img {
                    width: 100px;
                    margin: 0 0 0 -5px;
                    height: auto
                }

            .popup_stop .popup_stop__windows .popup_stop__body .popup_stop__bordericon .popup_stop__icon svg {
                width: 80px;
                fill: #2392ec;
                margin: 35px 0 0 4px;
                height: auto
            }

    .popup_stop .popup_stop__windows .popup_stop__body p.validate-notice {
        font-family: Roboto,sans-serif;
        font-weight: 900;
        font-size: 20px;
        margin: 0 0 5px;
        color: #444
    }

    .popup_stop .popup_stop__windows .popup_stop__body p.validate-description {
        color: #444;
        font-family: Roboto,sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5
    }

    .popup_stop .popup_stop__windows .popup_stop__body .popup_stop__input {
        width: 100%;
        margin: 15px 0 0
    }

        .popup_stop .popup_stop__windows .popup_stop__body .popup_stop__input .popup_stop__inputborder {
            padding: 15px 0;
            width: 200px;
            height: auto;
            margin: 0 auto
        }

            .popup_stop .popup_stop__windows .popup_stop__body .popup_stop__input .popup_stop__inputborder .btn {
                font-size: 14px;
                font-weight: 700;
                font-family: Roboto,sans-serif;
                color: #ccc
            }

        .popup_stop .popup_stop__windows .popup_stop__body .popup_stop__input input {
            padding: 15px 0;
            width: 200px;
            line-height: normal;
            font-size: 13px;
            vertical-align: middle;
            height: auto;
            font-family: Roboto,sans-serif;
            margin-bottom: 25px;
            color: #fff;
            cursor: pointer;
            border-width: 1px;
            border-style: solid;
            -webkit-appearance: none;
            border-radius: 4px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
            background-repeat: no-repeat;
            background-position: 1px -3px
        }

.post_error_image {
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 10000000000000000000
}

    .post_error_image .noti_for_image {
        width: 100%;
        background: #d04437;
        border-radius: 4px;
        overflow: hidden
    }

@media (min-width:1260px) {
    .post_error_image .noti_for_image {
        width: calc(100% - 100px);
        margin: 0 20px 0 80px
    }
}

.post_error_image .noti_for_image .exam24_notice__text {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px 0 0;
    margin: 11px 0 11px 15px;
    float: left;
    width: calc(100% - 120px)
}

    .post_error_image .noti_for_image .exam24_notice__text svg {
        width: 18px;
        height: 18px;
        float: left;
        margin: 5px 10px 0 0;
        fill: #fff
    }

    .post_error_image .noti_for_image .exam24_notice__text p {
        float: left;
        margin: 4px 0 0;
        width: calc(100% - 28px);
        line-height: 1.5;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

.post_error_image .noti_for_image .exam24_notice__input {
    width: 80px;
    float: left;
    margin: 13px 15px 12px 10px
}

    .post_error_image .noti_for_image .exam24_notice__input input {
        padding: 0;
        line-height: normal;
        font-size: 12px;
        height: 25px;
        float: right;
        text-align: center;
        border: none;
        width: 100%;
        color: #d8000c;
        cursor: pointer;
        background-color: #fff;
        border-radius: 4px;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

.post_rest_time_block_fixed {
    width: 100%;
    position: fixed;
    top: 0;
    height: 0;
    right: 0
}

    .post_rest_time_block_fixed .post_right__body {
        width: 300px;
        margin: 0;
        float: right;
        height: 100vh;
        overflow-y: visible;
        position: relative;
        background-color: #f1f1f1;
    }

        .post_rest_time_block_fixed .post_right__body::-webkit-scrollbar {
            width: 5px
        }

@media (min-width:960px) and (max-width:1259px) {
    .post_rest_time_block_fixed .post_right__body {
        width: calc(100% + 40px);
        background: #fff;
        border: 0;
        padding: 0 20px;
        margin: 0 -20px;
        height: 50px
    }
}

.sticky1 {
    position: fixed;
    top: 10px;
    width: 300px;
    display: block;
    z-index: 1000;
    background-color: #f1f1f1;
}

.sticky2 {
    position: relative;
    top: 280px;
    width: 260px;
    display: block;
}
@media (max-width:959px) {
    .post_rest_time_block_fixed .post_right__body {
        width: calc(100% + 40px);
        background: #fff;
        border: 0;
        padding: 0 20px;
        margin: 0 -20px;
        height: 50px
    }

    .sticky1 {
        width: calc(100% - 30px);
        background-color: #fff;
    }
}
.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block {
    width: 100%;
    height: 100%;
    margin: 10px 0;
    float: left;
    border-radius: 4px;
    padding-bottom: 10px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative
}

    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .web_body__ad_block {
        width: calc(100% - 40px);
        float: left;
        position: relative;
        margin: 15px 20px 10px !important
    }

@media (min-width:960px) and (max-width:1259px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block {
        height: 50px;
        overflow: visible
    }

        .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .web_body__ad_block {
            display: none
        }
}

@media (max-width:959px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block {
        height: 50px;
        overflow: visible
    }

        .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .web_body__ad_block {
            display: none
        }
}

.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block::-webkit-scrollbar {
    display: none;
    background-color: #fff
}

.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .post_left__timetitle {
    width: calc(100% - 40px);
    margin: 20px 20px 10px;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #444;
    border-bottom: 1px solid #444;
}

@media (min-width:960px) and (max-width:1259px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .post_left__timetitle {
        display: none
    }
}

@media (max-width:959px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .post_left__timetitle {
        display: none
    }
}

.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block {
    font-family: Roboto,sans-serif;
    font-weight: 900;
    font-size: 35px;
    width: 100%;
    padding: 10px 20px 0;
    float: left
}

@media (min-width:960px) and (max-width:1259px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block {
        width: calc(100% - 104px);
        float: left;
        padding: 0;
        margin: 0 0 0 4px;
        font-size: 17px
    }
}

@media (max-width:959px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block {
        width: calc(100% - 104px);
        float: left;
        padding: 0;
        margin: 0 0 0 4px;
        font-size: 17px
    }
}

.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_h, .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_i, .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_s {
    width: 72.5px;
    height: 72.5px;
    text-align: center;
    line-height: 70px;
    border-radius: 4px;
    color: #2392ec;
    background-color: #d9edfe;
    float: left;
    margin: 0
}

@media (min-width:960px) and (max-width:1259px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_h, .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_i, .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_s {
        color: #aaa;
        background-color: #f0f0f0;
        height: 30px;
        width: 40px;
        border-radius: 4px;
        margin: 0 -4px;
        line-height: 30px;
        z-index: 100;
        position: relative
    }
}

@media (max-width:959px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_h, .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_i, .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_s {
        color: #2392ec;
        background-color: #d9edfe;
        height: 30px;
        width: 40px;
        border-radius: 4px;
        margin: 0 -4px;
        line-height: 30px;
        z-index: 100;
        position: relative
    }
    .timeend {
        color: #2392ec;
        background-color: #d9edfe;
        height: 30px;
        width: 100%;
        border-radius: 4px;
        margin: 0 -4px;
        line-height: 30px;
        z-index: 100;
        position: relative
    } 
}

.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_text {
    width: 20px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #2392ec;
    float: left
}

@media (min-width:960px) and (max-width:1259px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_text {
        height: 30px;
        background-color: #f0f0f0;
        color: #aaa;
        width: 8px;
        z-index: 1000;
        line-height: 30px;
        position: relative
    }
}

@media (max-width:959px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .clock_block .clock_text {
        height: 30px;
        color: #2392ec;
        background-color: #d9edfe;
        width: 8px;
        z-index: 1000;
        line-height: 30px;
        position: relative
    }
}

.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block {
    width: calc(100% - 30px);
    margin: 15px 10px 10px 20px;
    float: left;
  /*  overflow-y: scroll;
    width: 100%;
    height: 313px;*/
}

@media (min-width:960px) and (max-width:1259px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block {
        width: calc(100% + 40px);
        position: absolute;
        padding: 10px 15px 10px 20px;
        margin: 40px -20px 0;
        background: #fff;
        float: left;
        display: none
    }
}

@media (max-width:959px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block {
        width: calc(100% + 40px);
        position: absolute;
        padding: 10px 15px 10px 20px;
        margin: 40px -20px 0;
        background: #fff;
        float: left;
        display: none
    }
}

.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block .answered_item {
    width: 40px;
    height: 40px;
    border:2px solid #666;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    background-color: #fff;
    float: left;
    line-height: 40px;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 6px 6px 6px rgb(0 0 0 / 15%);
    cursor: pointer;
}
  
@media (min-width:960px) and (max-width:1259px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block .answered_item {
        width: calc(20% - 5px);
        margin: 0 5px 5px 0
    }
}

@media (max-width:959px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block .answered_item {
        width: calc(20% - 5px);
        margin: 0 5px 5px 0
    }
}

.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block .answered_item.active {
    color: red;
    
}
.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block .answered_item {
   
}
.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block .answered_item.active {
    
}
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block .answered_item.answered {
        background-color: #2a6fb8;
        border: 2px solid #2a6fb8;
       
    }
.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .submit_post_block {
    width: calc(100% - 40px);
    margin: 10px 20px;
    float: left
}

    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .submit_post_block .btn {
        font-size: 14px;
        font-weight: 700;
        font-family: Roboto,sans-serif;
        color: #CCC;
    }

@media (min-width:960px) and (max-width:1259px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .submit_post_block {
        width: 100px;
        margin: 0;
        height: 30px
    }

        .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .submit_post_block .btn {
            height: 30px;
            line-height: 30px;
            padding: 0
        }
}

@media (max-width:959px) {
    .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .submit_post_block {
        width: 100px;
        margin: 0;
        height: 30px
    }

        .post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .submit_post_block .btn {
            height: 30px;
            line-height: 30px;
            padding: 0
        }
}

</style >
<style data-vue-ssr-id="6dc7b7c3:0" >
.price_status {
    width: 100%;
    margin: 0 0 10px;
    float: left;
    position: relative;
    min-height: 40px;
    border-radius: 0;
    padding: 5px 0 15px;
    border-bottom: 1px solid #f0f0f0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.price_status .icon_status {
    width: 40px;
    height: 40px;
    float: left;
    background: #ffb229;
    border-radius: 4px
}

    .price_status .icon_status svg {
        width: 30px;
        height: 30px;
        margin: 5px;
        fill: #fff
    }

.price_status .title_price {
    width: calc(100% - 120px);
    margin: 0;
    float: left
}

@media (max-width:500px) {
    .price_status .title_price {
        width: 100%
    }
}

.price_status .title_price p.title {
    font-size: 15px;
    font-family: Roboto,sans-serif;
    font-weight: 900;
    color: #2392ec;
    margin-top: 2px;
    line-height: 1.3
}

.price_status .title_price p.description {
    font-size: 13px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #aaa;
    margin-top: 5px;
    line-height: 1.3
}

.price_status .status_price {
    width: 120px;
    background: #fff;
    border: 2px solid #2392ec;
    color: #2392ec;
    line-height: 36px;
    font-weight: 900;
    font-size: 12px;
    height: 40px;
    border-radius: 4px;
    float: right;
    text-align: center;
    cursor: pointer
}

@media (max-width:500px) {
    .price_status .status_price {
        width: 100%;
        margin-top: 10px
    }
}

.price_status .status_price.true {
    background: #f0f0f0;
    color: #aaa;
    border-color: #f0f0f0
}

.checkout_popups {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    overflow-y: visible;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    z-index: 999900000000000000
}

    .checkout_popups::-webkit-scrollbar {
        width: 5px
    }

    .checkout_popups .topics_popup__windows {
        position: relative;
        overflow-y: hidden;
        background-color: #fff;
        border-radius: 4px;
        width: calc(100% - 40px);
        margin: 20px;
        padding: 20px 20px 0;
        float: left
    }

@media (min-width:1260px) {
    .checkout_popups .topics_popup__windows {
        width: 600px;
        float: unset;
        margin: 0 auto;
        margin-top: 50px
    }
}

@media (min-width:960px) and (max-width:1259px) {
    .checkout_popups .topics_popup__windows {
        width: 600px;
        float: unset;
        margin: 0 auto;
        margin-top: 40px
    }
}

.checkout_popups .topics_popup__windows .default_popup__close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0,0,0,.3);
    height: 50px;
    width: 50px;
    font-size: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    z-index: 100000
}

.checkout_popups .topics_popup__windows .price_body__validate {
    width: 100%;
    margin: 80px 0 20px;
    float: left
}

@media (max-width:500px) {
    .checkout_popups .topics_popup__windows .price_body__validate {
        margin: 40px 0 20px
    }
}

.checkout_popups .topics_popup__windows .price_body__validate .price_body__validate_image {
    width: 100%;
    text-align: center
}

    .checkout_popups .topics_popup__windows .price_body__validate .price_body__validate_image img {
        width: 160px;
        text-align: center
    }

.checkout_popups .topics_popup__windows .price_body__validate .price_body__validate_title {
    width: 100%;
    margin: 0;
    font-weight: 900;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    color: #444;
    text-align: center;
    line-height: 1.5
}

.checkout_popups .topics_popup__windows .price_body__validate .price_body__validate_description {
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #aaa;
    text-align: center;
    line-height: 1.5
}

.checkout_popups .topics_popup__windows .price_body__validate .price_user__button_border {
    width: 100%;
    margin: 10px 0 50px;
    text-align: center
}

    .checkout_popups .topics_popup__windows .price_body__validate .price_user__button_border .price_user__button {
        width: 200px;
        margin: 0 auto
    }

@media (max-width:500px) {
    .checkout_popups .topics_popup__windows .price_body__validate .price_user__button_border .price_user__button {
        width: 100%
    }
}

.checkout_popups .topics_popup__windows .price_body__validate .price_user__button_border .price_user__button .btn {
    background: #2392ec;
    font-weight: 900;
    font-family: Roboto,sans-serif;
    font-size: 14px
}

.checkout_popups .topics_popup__windows .body_checkout_popup {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    margin: 0 0 40px
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_left_body_title {
        width: 100%;
        padding: 0 0 15px;
        font-family: Roboto,sans-serif;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
        color: #444;
        float: left;
        font-weight: 900;
        position: relative
    }

@media (max-width:500px) {
    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_left_body_title {
        font-size: 18px
    }
}

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item {
    width: 100%;
    float: left;
    margin: 0 0 15px
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item.haft_left {
        width: calc(50% - 5px);
        margin: 0 5px 15px 0
    }

@media (max-width:500px) {
    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item.haft_left {
        width: 100%;
        margin: 0 0 15px
    }
}

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item.haft_right {
    width: calc(50% - 5px);
    margin: 0 0 15px 5px
}

@media (max-width:500px) {
    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item.haft_right {
        width: 100%;
        margin: 0 0 15px
    }
}

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item.combo {
    width: 100%;
    margin: 10px 0 0;
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item.combo.active {
        border: 2px solid #2392ec
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item.combo svg {
        width: 20px;
        height: 20px;
        fill: #2392ec;
        position: absolute;
        top: 10px;
        right: 10px
    }

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .combo_avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    border-radius: 4px;
    margin: 0 10px 0 0
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .combo_avatar img {
        width: 80px;
        height: auto
    }

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .combo_title {
    width: calc(100% - 90px);
    float: left;
    text-align: left
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .combo_title p.title {
        font-weight: 900;
        font-family: Roboto,sans-serif;
        color: #2392ec;
        font-size: 16px;
        line-height: 1.5
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .combo_title p.description {
        font-weight: 400;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        color: #aaa;
        line-height: 1.5
    }

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_left {
    width: 100%;
    padding: 12px 0 10px;
    float: left;
    font-weight: 900;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    text-align: left
}

@media (max-width:959px) {
    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_left {
        width: 100%;
        padding: 12px 0 15px;
        text-align: left
    }
}

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right {
    width: 100%;
    float: left;
    padding: 0;
    text-align: left
}

@media (max-width:959px) {
    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right {
        width: 100%;
        padding: 0;
        text-align: left
    }
}

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right .username_body__notice {
    width: 100%;
    float: left;
    padding: 15px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    border-radius: 4px
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right .username_body__notice.success {
        background: #dff0d8;
        color: #28a745
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right .username_body__notice svg {
        width: 20px;
        height: 20px;
        fill: #28a745;
        float: left
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right .username_body__notice p.notice {
        float: left;
        line-height: 21px;
        margin: 0 0 0 10px;
        width: calc(100% - 30px)
    }

        .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right .username_body__notice p.notice.success {
            color: #28a745
        }

            .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right .username_body__notice p.notice.success a {
                color: #28a745;
                font-weight: 700
            }

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=password], .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    padding: 4px;
    color: #303030;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    width: 100%;
    float: left;
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    font-family: Roboto,sans-serif;
    margin: 0
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=password]:focus, .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=text]:focus {
        border-color: #2392ec;
        outline: none
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=password].error, .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=text].error {
        border-color: #d04437;
        color: #d04437
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=password].success, .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=text].success {
        border-color: #28a745;
        color: #28a745
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=password].birthday, .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=text].birthday {
        width: calc(33.3333% - 5px);
        margin: 0 7.5px 0 0
    }

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=radio] {
    height: 25px;
    line-height: 25px;
    background: red;
    border: 1px solid #aaa;
    outline: none;
    float: left;
    margin: 0 10px 0 0
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input[type=radio]:focus {
        border-color: #2392ec;
        outline: none
    }

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right input:disabled {
    background: #eee
}

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right select {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: normal;
    min-width: 80px;
    background-repeat: no-repeat;
    padding: 0 44px 0 10px;
    margin: 0;
    outline: 0;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-position: calc(100% - 15px)-27px,100%,calc(100% - 40px) 0;
    background-size: auto,40px 100%,1px 100%;
    background-image: url(https://image.exam24h.com/default/arrows-bg.svg),-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#f0f0f0)),-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#f0f0f0));
    background-image: url(https://image.exam24h.com/default/arrows-bg.svg),linear-gradient(#f0f0f0,#f0f0f0),linear-gradient(#f0f0f0,#f0f0f0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    color: #303030;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    height: 50px
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right select.error {
        border-color: #d04437;
        color: #d04437
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right select.birthday {
        width: calc(33.3333% - 5px);
        margin: 0 7.5px 0 0
    }

        .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right select.birthday.last {
            margin: 0
        }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right select:focus {
        background-image: url(https://image.exam24h.com/default/arrows-bg.svg),-webkit-gradient(linear,left top,left bottom,from(#e3e3e3),to(#e3e3e3)),-webkit-gradient(linear,left top,left bottom,from(#007bdb),to(#007bdb));
        background-image: url(https://image.exam24h.com/default/arrows-bg.svg),linear-gradient(#e3e3e3,#e3e3e3),linear-gradient(#007bdb,#007bdb);
        background-position: calc(100% - 15px) 18px,100%,calc(100% - 40px) 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        line-height: normal;
        min-width: 80px;
        background-repeat: no-repeat;
        background-size: auto,40px 100%,1px 100%;
        border-color: #007bdb;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0
    }

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right option {
    cursor: pointer;
    padding: 50px 0 10px;
    margin: 10px 0;
    height: 50px;
    font-size: 15px;
    font-family: Roboto,sans-serif
}

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right textarea {
    width: 100%;
    border: 2px solid #f0f0f0;
    outline: none;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    font-family: Roboto,sans-serif;
    margin: 0;
    resize: vertical
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right textarea:focus {
        border-color: #2392ec;
        outline: none
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right textarea.error {
        border-color: #d04437;
        color: #d04437
    }

.checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right p {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    font-family: Roboto,sans-serif;
    line-height: 25px;
    float: left;
    margin: 0 10px 0 0
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right p.input_description {
        width: 100%;
        color: #aaa;
        font-weight: 400;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        line-height: 1.3;
        margin-top: 5px
    }

        .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right p.input_description.error {
            color: #d04437
        }

        .checkout_popups .topics_popup__windows .body_checkout_popup .username_body__edit_item .username_body__edit_right p.input_description.success {
            color: #28a745
        }

.checkout_popups .topics_popup__windows .body_checkout_popup .checkout_overview_price {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    margin-top: 10px
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_overview_price.for_cart {
        margin-top: 10px
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_overview_price .checkout_overview_price_top_left {
        width: 50%;
        float: left;
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_overview_price .checkout_overview_price_top_right {
        width: 50%;
        float: left;
        text-align: right;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_overview_price .checkout_overview_price_bottom_left {
        width: 50%;
        float: left;
        text-align: left;
        font-weight: 900;
        padding: 14px 0 5px;
        font-size: 16px
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_overview_price .checkout_overview_price_bottom_right {
        width: 50%;
        float: left;
        text-align: right;
        font-weight: 900;
        padding: 14px 0 5px;
        color: #2392ec;
        font-size: 16px
    }

.checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over {
    width: 100%;
    float: left;
    margin: 12px 0 0;
    cursor: pointer
}

    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over.for_cart {
        margin-bottom: 15px
    }

    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over.no_combo {
        font-weight: 900;
        font-size: 14px;
        color: #aaa;
        height: 45px;
        line-height: 43px;
        margin-bottom: -15px;
        margin-top: 5px;
        border: 2px solid #f0f0f0;
        border-radius: 4px
    }

        .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over.no_combo:hover {
            background: #f0f0f0
        }

    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over .previous_button {
        width: 150px;
        float: right;
        margin: 0 5px 0 0
    }

@media (max-width:500px) {
    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over .previous_button {
        width: 100%;
        margin: 10px 0 0
    }
}

.checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over .previous_button .btn {
    font-weight: 900;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    background: #aaa
}

.checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over .next_button {
    width: 150px;
    float: right
}

@media (max-width:500px) {
    .checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over .next_button {
        width: 100%;
        margin: 0
    }
}

.checkout_popups .topics_popup__windows .body_checkout_popup .checkout_button_over .btn {
    font-weight: 900;
    font-family: Roboto,sans-serif;
    font-size: 14px
}

.web_body_status {
    text-align: left
}

.post_left__cminput {
    width: 100%;
    margin: 0 0 5px;
    float: left
}

    .post_left__cminput .input_file_hidden {
        display: none
    }

    .post_left__cminput .post_left__cmhead {
        width: 100%;
        float: left;
        padding-bottom: 40px
    }

        .post_left__cminput .post_left__cmhead .post_left__cmhead_noti {
            width: 100%;
            font-family: Roboto,sans-serif;
            font-weight: 400;
            font-size: 13px;
            margin: 20px 0 0;
            line-height: 1.5
        }

        .post_left__cminput .post_left__cmhead .post_left__inputavatar {
            width: 100%;
            margin: 20px 0 0;
            padding: 0 0 60px;
            float: left;
            position: relative;
            border-radius: 4px;
            border: 2px solid #e0e0e0;
            -webkit-box-shadow: none;
            box-shadow: none;
            overflow: hidden;
            background: #fff
        }

            .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_comment_media {
                width: 100%;
                float: left;
                padding: 0 20px
            }

                .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_comment_media .post_comment_media_item {
                    height: 50px;
                    border-radius: 4px;
                    overflow: hidden;
                    float: left;
                    margin: 5px 5px 0 0;
                    position: relative
                }

                    .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_comment_media .post_comment_media_item .close_button_upload {
                        position: absolute;
                        top: 3px;
                        right: 3px;
                        background: #000;
                        color: #fff;
                        cursor: pointer;
                        padding: 5px 3px;
                        height: 15px;
                        width: 15px;
                        line-height: 6px;
                        text-align: center;
                        border-radius: 50%;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none
                    }

                    .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_comment_media .post_comment_media_item img {
                        height: 50px
                    }

                    .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_comment_media .post_comment_media_item.loading {
                        border: 2px solid #f0f0f0;
                        width: 50px
                    }

                        .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_comment_media .post_comment_media_item.loading svg {
                            width: 40px;
                            fill: #e0e0e0;
                            margin: 3px
                        }

            .post_left__cminput .post_left__cmhead .post_left__inputavatar textarea {
                width: 100%;
                height: 90px;
                float: left;
                font-size: 16px;
                font-weight: 400;
                border: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                font-family: Roboto,sans-serif;
                outline: none;
                line-height: 1.5;
                margin: 0;
                padding: 15px 20px;
                resize: vertical;
                min-height: 80px
            }

                .post_left__cminput .post_left__cmhead .post_left__inputavatar textarea::-webkit-input-placeholder {
                    color: #bbb
                }

                .post_left__cminput .post_left__cmhead .post_left__inputavatar textarea::-moz-placeholder {
                    color: #bbb
                }

                .post_left__cminput .post_left__cmhead .post_left__inputavatar textarea::-ms-input-placeholder {
                    color: #bbb
                }

                .post_left__cminput .post_left__cmhead .post_left__inputavatar textarea::placeholder {
                    color: #bbb
                }

            .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton {
                width: 100%;
                height: 50px;
                right: 0;
                bottom: 0;
                position: absolute;
                float: right
            }

                .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type {
                    float: left;
                    height: 50px;
                    margin: 0 0 0 12px
                }

                    .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type .post_left__cm_item {
                        height: 30px;
                        float: left;
                        padding: 5px;
                        margin: 7.5px 2.5px;
                        text-align: center;
                        cursor: pointer;
                        border-radius: 4px
                    }

                        .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type .post_left__cm_item:hover {
                            background: #f0f0f0
                        }

                        .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type .post_left__cm_item svg {
                            width: 20px;
                            height: 20px;
                            fill: #aaa
                        }

                .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left__cmbuttonbutton {
                    height: 30px;
                    border-radius: 4px;
                    color: #fff;
                    background: #2392ec;
                    line-height: 30px;
                    padding: 0 15px;
                    float: right;
                    font-weight: 700;
                    font-size: 13px;
                    margin: 10px;
                    font-family: Roboto,sans-serif;
                    cursor: pointer
                }

                .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif {
                    width: calc(100% + 4px);
                    position: absolute;
                    top: 60px;
                    margin: 0 -2px;
                    border-radius: 4px;
                    border: 2px solid #f0f0f0;
                    background: #fff;
                    z-index: 10000
                }

                    .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form {
                        width: 100%;
                        float: left;
                        padding: 0 10px 10px;
                        position: relative;
                        margin: 10px 0
                    }

                        .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form input.input_focus {
                            width: 100%;
                            height: 40px;
                            margin: 0;
                            border-radius: 4px;
                            outline: none;
                            padding: 0 50px 0 20px;
                            font-size: 16px;
                            color: #727272;
                            background: #f0f0f0;
                            font-family: Roboto,sans-serif;
                            font-weight: 400;
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            border: 0
                        }

                            .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form input.input_focus:focus {
                                outline: none;
                                -webkit-box-shadow: none;
                                box-shadow: none
                            }

                                .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form input.input_focus:focus .search_body__form_icon svg {
                                    fill: #2392ec
                                }

                            .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form input.input_focus::-webkit-input-placeholder {
                                color: #727272
                            }

                            .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form input.input_focus::-moz-placeholder {
                                color: #727272
                            }

                            .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form input.input_focus::-ms-input-placeholder {
                                color: #727272
                            }

                            .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form input.input_focus::placeholder {
                                color: #727272
                            }

                        .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form:hover .search_body__form_icon svg {
                            fill: #2392ec
                        }

                        .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form .search_body__form_icon {
                            width: 35px;
                            height: 40px;
                            position: absolute;
                            top: -8px;
                            right: 15px;
                            cursor: pointer
                        }

                            .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form .search_body__form_icon:hover svg {
                                fill: #2392ec
                            }

                            .post_left__cminput .post_left__cmhead .post_left__inputavatar .post_left__cmbutton .post_left_gif .search_body__form .search_body__form_icon svg {
                                width: 20px;
                                height: 20px;
                                margin: 17.5px 8px 17.5px 5px;
                                fill: #aaa
                            }

    .post_left__cminput .search_body__show_more {
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        font-family: Roboto,sans-serif;
        color: #aaa;
        margin: 10px 0 5px;
        padding: 15px 0 13px;
        border-radius: 4px;
        float: left;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        border: 1px solid #e6e6e6
    }

        .post_left__cminput .search_body__show_more:hover {
            background: #f0f0f0
        }

    .post_left__cminput .search_header__loading {
        width: 100%;
        margin: 10px 0;
        height: 40px;
        font-size: 14px;
        border-radius: 4px;
        font-weight: 700;
        font-family: Roboto,sans-serif;
        color: #aaa;
        float: left;
        text-align: center;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .post_left__cminput .search_header__loading svg {
            width: 40px;
            margin: 5px;
            height: 40px;
            fill: #e0e0e0
        }

    .post_left__cminput .search_header__the_first {
        width: 100%;
        height: 60px;
        float: left
    }

        .post_left__cminput .search_header__the_first.plus {
            margin-bottom: 20px
        }

    .post_left__cminput .channel_body__rating_user {
        width: 100%;
        float: left;
        margin: 10px 0;
        padding: 0 0 10px;
        position: relative
    }

        .post_left__cminput .channel_body__rating_user.loading {
            opacity: .5
        }

        .post_left__cminput .channel_body__rating_user:hover .rt_reply__more {
            display: block
        }

        .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply {
            width: calc(100% + 30px);
            float: left;
            margin: 20px -30px 10px 0;
            padding: 0;
            position: relative
        }

            .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply.loading {
                opacity: .5
            }

            .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply:hover .rt_reply__more_reply {
                display: block
            }

@media (max-width:500px) {
    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply {
        width: calc(100% + 20px);
        margin: 20px -20px 10px 0
    }
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_avatar {
    width: 30px;
    height: 30px;
    float: left;
    position: relative
}

@media (max-width:500px) {
    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_avatar {
        width: 20px;
        height: 20px
    }
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_avatar svg {
    position: absolute;
    top: -10px;
    left: -10px;
    fill: #2392ec;
    height: 70px;
    width: 70px
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_avatar img {
    width: 30px;
    float: left;
    border-radius: 50%
}

@media (max-width:500px) {
    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_avatar img {
        width: 20px
    }
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content {
    width: calc(100% - 40px);
    float: left;
    margin: 0 0 0 10px
}

@media (max-width:500px) {
    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content {
        width: calc(100% - 35px);
        margin: 0 0 0 10px
    }
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rt_icon {
    width: 100%;
    float: left;
    height: 25px;
    margin: 10px 0 0;
    padding: 2px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rt_icon svg {
        width: 18px;
        height: 18px;
        float: left;
        cursor: pointer;
        fill: #aaa
    }

        .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rt_icon svg.active {
            fill: #ec5569
        }

    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rt_icon p.details_icon {
        line-height: 18px;
        float: left;
        margin: 0 15px 0 5px;
        font-size: 13px;
        font-family: Roboto,sans-serif;
        cursor: pointer;
        font-weight: 400;
        color: #aaa
    }

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .show_more_comment {
    width: 100%;
    float: left;
    height: 20px;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    margin: 10px 0 0;
    padding: 2px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rttitle {
    width: 100%;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #444
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rttitle p.rt_name {
        float: left
    }

    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rttitle p.rt_time {
        color: #aaa;
        font-weight: 400;
        font-size: 14px;
        float: left;
        margin: 0 0 0 5px
    }

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtexam {
    width: 100%;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0 0;
    color: #444;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtmedia {
    width: 100%;
    float: left;
    margin: 5px 0 0;
    overflow: hidden
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtmedia .channel_body__rtmedia_item {
        width: 100%
    }

        .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtmedia .channel_body__rtmedia_item img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 150px;
            height: 150px;
            border-radius: 4px
        }

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtstar {
    width: 100%;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2392ec
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtstar svg {
        width: 15px;
        height: 15px;
        float: left;
        margin: 5px 5px 10px 0;
        fill: #f0f0f0
    }

        .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtstar svg.active {
            fill: #2392ec
        }

    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtstar p {
        height: 15px;
        line-height: 15px;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #aaa;
        float: left;
        margin: 6px 0 0
    }

.post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .rt_reply__more_reply {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    text-align: right
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_user_reply .rt_reply__more_reply svg {
        height: 20px;
        fill: #aaa
    }

.post_left__cminput .channel_body__rating_user .channel_body__rating_avatar {
    width: 50px;
    height: 50px;
    float: left;
    position: relative
}

@media (max-width:500px) {
    .post_left__cminput .channel_body__rating_user .channel_body__rating_avatar {
        width: 30px;
        height: 30px
    }
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_avatar.small {
    width: 40px;
    height: 40px
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_avatar.small img {
        width: 40px
    }

.post_left__cminput .channel_body__rating_user .channel_body__rating_avatar svg {
    position: absolute;
    top: -10px;
    left: -10px;
    fill: #2392ec;
    height: 70px;
    width: 70px
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_avatar img {
    width: 50px;
    float: left;
    border-radius: 50%
}

@media (max-width:500px) {
    .post_left__cminput .channel_body__rating_user .channel_body__rating_avatar img {
        width: 30px
    }
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_content {
    width: calc(100% - 100px);
    float: left;
    margin: 0 30px 0 20px
}

@media (max-width:500px) {
    .post_left__cminput .channel_body__rating_user .channel_body__rating_content {
        width: calc(100% - 65px);
        margin: 0 0 0 15px
    }
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_content.small {
    width: calc(100% - 85px);
    margin: 0 30px 0 15px
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rt_icon {
    width: 100%;
    float: left;
    height: 25px;
    margin: 10px 0 0;
    padding: 2px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rt_icon svg {
        width: 18px;
        height: 18px;
        float: left;
        cursor: pointer;
        fill: #aaa
    }

        .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rt_icon svg.active {
            fill: #ec5569
        }

    .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rt_icon p.details_icon {
        line-height: 18px;
        float: left;
        margin: 0 15px 0 5px;
        font-size: 13px;
        font-family: Roboto,sans-serif;
        cursor: pointer;
        font-weight: 400;
        color: #aaa
    }

.post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rtmedia {
    width: 100%;
    float: left;
    margin: 5px 0 0;
    overflow: hidden
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rtmedia .channel_body__rtmedia_item {
        width: 100%
    }

        .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rtmedia .channel_body__rtmedia_item img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 150px;
            height: 150px;
            border-radius: 4px;
            float: left;
            margin: 10px 10px 0 0
        }

.post_left__cminput .channel_body__rating_user .channel_body__rating_content .show_more_comment {
    width: 100%;
    float: left;
    height: 20px;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    margin: 10px 0 0;
    padding: 2px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rttitle {
    width: 100%;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #444
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rttitle p.rt_name {
        float: left
    }

    .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rttitle p.rt_time {
        color: #aaa;
        font-weight: 400;
        font-size: 14px;
        float: left;
        margin: 0 0 0 5px
    }

.post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rtexam {
    width: 100%;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0 0;
    color: #444;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rtstar {
    width: 100%;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2392ec
}

    .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rtstar svg {
        width: 15px;
        height: 15px;
        float: left;
        margin: 5px 5px 10px 0;
        fill: #f0f0f0
    }

        .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rtstar svg.active {
            fill: #2392ec
        }

    .post_left__cminput .channel_body__rating_user .channel_body__rating_content .channel_body__rtstar p {
        height: 15px;
        line-height: 15px;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #aaa;
        float: left;
        margin: 6px 0 0
    }

.post_left__cminput .channel_body__rating_user .rt_reply__more {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    text-align: right
}

    .post_left__cminput .channel_body__rating_user .rt_reply__more svg {
        height: 20px;
        fill: #aaa
    }

    .post_left__cminput .channel_body__rating_user .rt_reply__more .content_more_option {
        width: 200px;
        height: 100px;
        background: #f0f0f0;
        position: absolute;
        top: 25px;
        right: 0
    }

.post_left__cminput .channel_body__rating_user .post_left__inputavatar {
    width: calc(100% + 30px);
    margin: 15px -30px 5px 0;
    padding: 0 0 70px;
    float: right;
    position: relative;
    border-radius: 4px;
    border: 2px solid hsla(0,0%,67%,.6);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

@media (max-width:500px) {
    .post_left__cminput .channel_body__rating_user .post_left__inputavatar {
        width: calc(100% + 65px);
        margin: 20px -20px 0 -40px
    }
}

.post_left__cminput .channel_body__rating_user .post_left__inputavatar:focus {
    border-color: #4dabf7;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .post_left__cminput .channel_body__rating_user .post_left__inputavatar:focus .search_body__form_icon svg {
        fill: #2392ec
    }

.post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_comment_media {
    width: 100%;
    float: left;
    padding: 0 20px
}

    .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_comment_media .post_comment_media_item {
        height: 50px;
        border-radius: 4px;
        overflow: hidden;
        float: left;
        margin: 5px 5px 0 0;
        position: relative
    }

        .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_comment_media .post_comment_media_item .close_button_upload {
            position: absolute;
            top: 3px;
            right: 3px;
            background: #000;
            color: #fff;
            cursor: pointer;
            padding: 5px 3px;
            height: 15px;
            width: 15px;
            line-height: 6px;
            text-align: center;
            border-radius: 50%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_comment_media .post_comment_media_item img {
            height: 50px
        }

        .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_comment_media .post_comment_media_item.loading {
            border: 2px solid #f0f0f0;
            width: 50px
        }

            .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_comment_media .post_comment_media_item.loading svg {
                width: 40px;
                fill: #e0e0e0;
                margin: 3px
            }

.post_left__cminput .channel_body__rating_user .post_left__inputavatar textarea {
    width: 100%;
    height: 70px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Roboto,sans-serif;
    outline: none;
    line-height: 1.5;
    margin: 0;
    padding: 15px 20px;
    resize: vertical;
    min-height: 60px
}

    .post_left__cminput .channel_body__rating_user .post_left__inputavatar textarea::-webkit-input-placeholder {
        color: #bbb
    }

    .post_left__cminput .channel_body__rating_user .post_left__inputavatar textarea::-moz-placeholder {
        color: #bbb
    }

    .post_left__cminput .channel_body__rating_user .post_left__inputavatar textarea::-ms-input-placeholder {
        color: #bbb
    }

    .post_left__cminput .channel_body__rating_user .post_left__inputavatar textarea::placeholder {
        color: #bbb
    }

.post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_left__cmbutton {
    width: 100%;
    height: 50px;
    right: 0;
    bottom: 0;
    position: absolute;
    float: right
}

    .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type {
        float: left;
        height: 50px;
        margin: 0 0 0 12px
    }

        .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type .post_left__cm_item {
            height: 30px;
            float: left;
            padding: 5px;
            margin: 7.5px 2.5px;
            text-align: center;
            cursor: pointer;
            border-radius: 4px
        }

            .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type .post_left__cm_item:hover {
                background: #f0f0f0
            }

            .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type .post_left__cm_item svg {
                width: 20px;
                height: 20px;
                fill: #aaa
            }

    .post_left__cminput .channel_body__rating_user .post_left__inputavatar .post_left__cmbutton .post_left__cmbuttonbutton {
        height: 30px;
        border-radius: 4px;
        color: #fff;
        background: #2392ec;
        line-height: 30px;
        padding: 0 15px;
        float: right;
        font-weight: 700;
        font-size: 13px;
        margin: 10px;
        font-family: Roboto,sans-serif;
        cursor: pointer
    }

.post_left__cminput .post_left__empty {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .post_left__cminput .post_left__empty svg {
        width: 60px;
        fill: #aaa;
        height: 60px;
        margin: 10px 0 0
    }

    .post_left__cminput .post_left__empty p.title {
        font-family: Roboto,sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #aaa;
        margin: 20px 0 0
    }

    .post_left__cminput .post_left__empty p.description {
        font-family: Roboto,sans-serif;
        font-weight: 400;
        font-size: 14px;
        margin: 0 0 10px;
        color: #aaa
    }

.post_left__cminput .comment_input_bottom {
    float: left;
    width: 100%;
    margin: 0 0 20px
}

    .post_left__cminput .comment_input_bottom .input_file_hidden {
        display: none
    }

    .post_left__cminput .comment_input_bottom .post_comment_media {
        width: 100%;
        float: left;
        padding: 0 0 10px
    }

        .post_left__cminput .comment_input_bottom .post_comment_media .post_comment_media_item {
            height: 50px;
            border-radius: 4px;
            overflow: hidden;
            float: left;
            margin: 5px 5px 0 0;
            position: relative
        }

            .post_left__cminput .comment_input_bottom .post_comment_media .post_comment_media_item .close_button_upload {
                position: absolute;
                top: 3px;
                right: 3px;
                background: #000;
                color: #fff;
                cursor: pointer;
                padding: 5px 3px;
                height: 15px;
                width: 15px;
                line-height: 6px;
                text-align: center;
                border-radius: 50%;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none
            }

            .post_left__cminput .comment_input_bottom .post_comment_media .post_comment_media_item img {
                height: 50px
            }

            .post_left__cminput .comment_input_bottom .post_comment_media .post_comment_media_item.loading {
                border: 1px solid #e6e6e6;
                width: 50px
            }

                .post_left__cminput .comment_input_bottom .post_comment_media .post_comment_media_item.loading svg {
                    width: 30px;
                    fill: #e0e0e0;
                    margin: 10px
                }

    .post_left__cminput .comment_input_bottom .course_timeline_comment_button {
        width: 60px;
        float: left;
        min-height: 40px;
        margin: 0 0 0 10px;
        color: #2392ec;
        text-align: right;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        font-weight: 900;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        line-height: 40px
    }

    .post_left__cminput .comment_input_bottom .course_timeline_comment_input {
        width: calc(100% - 70px);
        float: left;
        padding: 10px 0 0;
        margin: 0;
        border-radius: 4px;
        font-weight: 400;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        line-height: 1.4;
        min-height: 40px
    }

        .post_left__cminput .comment_input_bottom .course_timeline_comment_input .course_timeline_comment_avatar {
            width: 40px;
            height: 40px;
            float: left;
            margin: -10px 0 0
        }

            .post_left__cminput .comment_input_bottom .course_timeline_comment_input .course_timeline_comment_avatar img {
                width: 100%;
                height: 100%;
                overflow: hidden;
                border-radius: 50%
            }

        .post_left__cminput .comment_input_bottom .course_timeline_comment_input .course_timeline_comment_edit {
            width: calc(100% - 95px);
            float: left;
            outline: none;
            -webkit-user-select: text;
            -moz-user-select: text;
            -ms-user-select: text;
            user-select: text;
            white-space: pre-wrap;
            word-wrap: break-word;
            margin: 0 0 0 15px;
            padding-bottom: 12px;
            -webkit-transition: all .1s;
            transition: all .1s
        }

            .post_left__cminput .comment_input_bottom .course_timeline_comment_input .course_timeline_comment_edit:empty:before {
                color: #aaa;
                content: attr(placeholder);
                display: block
            }

            .post_left__cminput .comment_input_bottom .course_timeline_comment_input .course_timeline_comment_edit:focus {
                margin: -8px 0 6px 15px;
                border-bottom: 2px solid #2392ec
            }

        .post_left__cminput .comment_input_bottom .course_timeline_comment_input .course_timeline_button {
            width: 40px;
            float: left;
            text-align: right;
            height: 20px
        }

            .post_left__cminput .comment_input_bottom .course_timeline_comment_input .course_timeline_button svg {
                width: 20px;
                height: 20px;
                margin: 0 0 -3px;
                fill: #aaa
            }

.background_close {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute
}

.comment_media_popup {
    position: relative;
    overflow-y: hidden;
    background-color: #000;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: calc(46.5vw - 60px);
    padding: 30px
}

@media (max-width:959px) {
    .comment_media_popup {
        width: calc(100% + 30px);
        margin: 0 -15px;
        height: unset;
        float: left;
        padding: 0
    }
}

.comment_media_popup .comment_media_popup_left {
    width: calc(100% - 350px);
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

@media (max-width:959px) {
    .comment_media_popup .comment_media_popup_left {
        width: 100%;
        position: relative;
        float: left;
        top: unset;
        bottom: unset;
        display: block;
        height: unset
    }

        .comment_media_popup .comment_media_popup_left img {
            width: 100%;
            height: auto;
            display: block
        }
}

.comment_media_popup .comment_media_popup_left img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle
}

.comment_media_popup .comment_media_popup_right {
    width: 350px;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    position: absolute;
    height: calc(100vh - 66px);
    overflow-y: scroll
}

@media (max-width:959px) {
    .comment_media_popup .comment_media_popup_right {
        width: 100%;
        position: relative;
        float: left;
        height: unset
    }
}

.comment_media_popup .comment_media_popup_right::-webkit-scrollbar {
    margin-top: 0;
    border-radius: 4px;
    width: 5px
}

.comment_media_popup .comment_media_popup_right::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    background: #fff
}

.comment_media_popup .comment_media_popup_right::-webkit-scrollbar-thumb {
    background-color: rgba(35,146,236,.4);
    outline: 1px solid #708090;
    border-radius: 0
}

.comment_media_popup .comment_media_popup_right .default_popup__close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: rgba(0,0,0,.3);
    height: 30px;
    width: 30px;
    font-size: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center
}

.comment_media_popup .comment_media_popup_right .comment_media_popup_right_auth {
    width: 100%;
    float: left;
    min-height: 20px;
    padding: 10px 20px 10px 15px
}

    .comment_media_popup .comment_media_popup_right .comment_media_popup_right_auth .comment_media_popup_right_auth_avatar {
        width: 40px;
        height: 40px;
        float: left
    }

        .comment_media_popup .comment_media_popup_right .comment_media_popup_right_auth .comment_media_popup_right_auth_avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%
        }

    .comment_media_popup .comment_media_popup_right .comment_media_popup_right_auth .comment_media_popup_right_auth_title {
        width: calc(100% - 40px);
        padding: 0 0 0 15px;
        float: left
    }

        .comment_media_popup .comment_media_popup_right .comment_media_popup_right_auth .comment_media_popup_right_auth_title p.title {
            width: 100%;
            font-weight: 900;
            font-family: Roboto,sans-serif;
            font-size: 14px;
            color: #444;
            float: left;
            line-height: 1.5;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap
        }

        .comment_media_popup .comment_media_popup_right .comment_media_popup_right_auth .comment_media_popup_right_auth_title p.description {
            width: 100%;
            font-weight: 400;
            font-family: Roboto,sans-serif;
            font-size: 14px;
            color: #aaa;
            float: left
        }

.comment_media_popup .comment_media_popup_right .comment_media_popup_right_content {
    width: 100%;
    float: left;
    padding: 5px 15px 10px;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0 0;
    color: #444;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.comment_media_popup .comment_media_popup_right .channel_body__rt_icon {
    width: 100%;
    float: left;
    height: 25px;
    margin: 10px 0 0;
    padding: 2px 15px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #f0f0f0
}

    .comment_media_popup .comment_media_popup_right .channel_body__rt_icon svg {
        width: 18px;
        height: 18px;
        float: left;
        cursor: pointer;
        fill: #aaa
    }

        .comment_media_popup .comment_media_popup_right .channel_body__rt_icon svg.active {
            fill: #ec5569
        }

    .comment_media_popup .comment_media_popup_right .channel_body__rt_icon p.details_icon {
        line-height: 18px;
        float: left;
        margin: 0 15px 0 5px;
        font-size: 13px;
        font-family: Roboto,sans-serif;
        cursor: pointer;
        font-weight: 400;
        color: #aaa
    }

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply {
    width: 100%;
    float: left;
    margin: 20px 0 10px;
    padding: 0 15px;
    position: relative
}

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply.loading {
        opacity: .5
    }

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_avatar {
        width: 30px;
        height: 30px;
        float: left;
        position: relative
    }

@media (max-width:500px) {
    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_avatar {
        width: 20px;
        height: 20px
    }
}

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_avatar svg {
    position: absolute;
    top: -10px;
    left: -10px;
    fill: #2392ec;
    height: 70px;
    width: 70px
}

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_avatar img {
    width: 30px;
    float: left;
    border-radius: 50%
}

@media (max-width:500px) {
    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_avatar img {
        width: 20px
    }
}

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content {
    width: calc(100% - 40px);
    float: left;
    margin: 0 0 0 10px
}

@media (max-width:500px) {
    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content {
        width: calc(100% - 35px);
        margin: 0 0 0 10px
    }
}

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rt_icon {
    width: 100%;
    float: left;
    height: 25px;
    margin: 10px 0 0;
    padding: 2px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rt_icon svg {
        width: 18px;
        height: 18px;
        float: left;
        cursor: pointer;
        fill: #aaa
    }

        .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rt_icon svg.active {
            fill: #ec5569
        }

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rt_icon p.details_icon {
        line-height: 18px;
        float: left;
        margin: 0 15px 0 5px;
        font-size: 13px;
        font-family: Roboto,sans-serif;
        cursor: pointer;
        font-weight: 400;
        color: #aaa
    }

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .show_more_comment {
    width: 100%;
    float: left;
    height: 20px;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    margin: 10px 0 0;
    padding: 2px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rttitle {
    width: 100%;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #444
}

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rttitle p.rt_name {
        float: left
    }

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rttitle p.rt_time {
        color: #aaa;
        font-weight: 400;
        font-size: 14px;
        float: left;
        margin: 0 0 0 5px
    }

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtexam {
    width: 100%;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0 0;
    color: #444;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtmedia {
    width: 100%;
    float: left;
    margin: 5px 0 0;
    overflow: hidden
}

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtmedia .channel_body__rtmedia_item {
        width: 100%
    }

        .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtmedia .channel_body__rtmedia_item img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 150px;
            height: 150px;
            border-radius: 4px
        }

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtstar {
    width: 100%;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2392ec
}

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtstar svg {
        width: 15px;
        height: 15px;
        float: left;
        margin: 5px 5px 10px 0;
        fill: #f0f0f0
    }

        .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtstar svg.active {
            fill: #2392ec
        }

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .channel_body__rating_content .channel_body__rtstar p {
        height: 15px;
        line-height: 15px;
        font-family: Roboto,sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #aaa;
        float: left;
        margin: 6px 0 0
    }

.comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .rt_reply__more_reply {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    text-align: right
}

    .comment_media_popup .comment_media_popup_right .channel_body__rating_user_reply .rt_reply__more_reply svg {
        height: 20px;
        fill: #aaa
    }

.comment_media_popup .comment_media_popup_right .post_left__inputavatar {
    width: calc(100% - 30px);
    margin: 15px 15px 20px;
    padding: 0 0 70px;
    float: right;
    position: relative;
    border-radius: 4px;
    border: 2px solid hsla(0,0%,67%,.6);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

    .comment_media_popup .comment_media_popup_right .post_left__inputavatar:focus {
        border-color: #4dabf7;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .comment_media_popup .comment_media_popup_right .post_left__inputavatar:focus .search_body__form_icon svg {
            fill: #2392ec
        }

    .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_comment_media {
        width: 100%;
        float: left;
        padding: 0 20px
    }

        .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_comment_media .post_comment_media_item {
            height: 50px;
            border-radius: 4px;
            overflow: hidden;
            float: left;
            margin: 5px 5px 0 0;
            position: relative
        }

            .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_comment_media .post_comment_media_item .close_button_upload {
                position: absolute;
                top: 3px;
                right: 3px;
                background: #000;
                color: #fff;
                cursor: pointer;
                padding: 5px 3px;
                height: 15px;
                width: 15px;
                line-height: 6px;
                text-align: center;
                border-radius: 50%;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none
            }

            .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_comment_media .post_comment_media_item img {
                height: 50px
            }

            .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_comment_media .post_comment_media_item.loading {
                border: 2px solid #f0f0f0;
                width: 50px
            }

                .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_comment_media .post_comment_media_item.loading svg {
                    width: 40px;
                    fill: #e0e0e0;
                    margin: 3px
                }

    .comment_media_popup .comment_media_popup_right .post_left__inputavatar textarea {
        width: 100%;
        height: 70px;
        float: left;
        font-size: 16px;
        font-weight: 400;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: Roboto,sans-serif;
        outline: none;
        line-height: 1.5;
        margin: 0;
        padding: 15px 20px;
        resize: vertical;
        min-height: 60px
    }

        .comment_media_popup .comment_media_popup_right .post_left__inputavatar textarea::-webkit-input-placeholder {
            color: #bbb
        }

        .comment_media_popup .comment_media_popup_right .post_left__inputavatar textarea::-moz-placeholder {
            color: #bbb
        }

        .comment_media_popup .comment_media_popup_right .post_left__inputavatar textarea::-ms-input-placeholder {
            color: #bbb
        }

        .comment_media_popup .comment_media_popup_right .post_left__inputavatar textarea::placeholder {
            color: #bbb
        }

    .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_left__cmbutton {
        width: 100%;
        height: 50px;
        right: 0;
        bottom: 0;
        position: absolute;
        float: right
    }

        .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type {
            float: left;
            height: 50px;
            margin: 0 0 0 12px
        }

            .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type .post_left__cm_item {
                height: 30px;
                float: left;
                padding: 5px;
                margin: 7.5px 2.5px;
                text-align: center;
                cursor: pointer;
                border-radius: 4px
            }

                .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type .post_left__cm_item:hover {
                    background: #f0f0f0
                }

                .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_left__cmbutton .post_left__cmbutton_type .post_left__cm_item svg {
                    width: 20px;
                    height: 20px;
                    fill: #aaa
                }

        .comment_media_popup .comment_media_popup_right .post_left__inputavatar .post_left__cmbutton .post_left__cmbuttonbutton {
            height: 30px;
            border-radius: 4px;
            color: #fff;
            background: #2392ec;
            line-height: 30px;
            padding: 0 15px;
            float: right;
            font-weight: 700;
            font-size: 13px;
            margin: 10px;
            font-family: Roboto,sans-serif;
            cursor: pointer
        }

.comment_media_popup .comment_media_popup_right .show_more_comment {
    width: 100%;
    float: left;
    height: 20px;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    margin: 10px 0 40px;
    padding: 2px 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.post_right__bodyranking {
    width: 100%;
    background: #fff;
    margin: 0 0 20px;
    float: left;
    border-radius: 4px;
    padding-bottom: 10px
}

    .post_right__bodyranking .post_left__ranktitle {
        width: 100%;
        margin: 30px 0 0;
        padding-bottom: 0;
        float: left;
        font-family: Roboto,sans-serif;
        font-size: 20px;
        font-weight: 900;
        color: #444
    }

@media (min-width:960px) and (max-width:1259px) {
    .post_right__bodyranking .post_left__ranktitle {
        width: 100%;
        margin: 20px 0 0
    }
}

@media (max-width:959px) {
    .post_right__bodyranking .post_left__ranktitle {
        width: 100%;
        margin: 20px 0 0
    }
}

.post_right__bodyranking .post_left__ranktitle p {
    float: left;
    width: 100%
}

    .post_right__bodyranking .post_left__ranktitle p.ranking {
        width: 120px
    }

    .post_right__bodyranking .post_left__ranktitle p.description {
        font-size: 14px;
        color: #aaa;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 5px;
        width: 100%
    }

.post_right__bodyranking .post_left__ranktitle .type_ranking {
    width: calc(100% - 120px);
    float: left;
    margin-top: -4px;
    height: 30px
}

    .post_right__bodyranking .post_left__ranktitle .type_ranking .type_ranking_item {
        width: 50%;
        float: left;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        font-weight: 900;
        font-size: 13px;
        font-family: Roboto,sans-serif;
        line-height: 30px;
        height: 30px;
        text-align: center;
        border-radius: 4px;
        -webkit-transition: all .1s;
        transition: all .1s
    }

        .post_right__bodyranking .post_left__ranktitle .type_ranking .type_ranking_item.active_online {
            background: #2392ec;
            color: #fff
        }

        .post_right__bodyranking .post_left__ranktitle .type_ranking .type_ranking_item.active_offline {
            background: #aaa;
            color: #fff
        }

.post_right__bodyranking .post_left__ranktitle svg {
    float: right;
    width: 14px;
    height: 14px;
    fill: #aaa
}

.post_right__bodyranking .post_left__rankitem {
    width: 100%;
    margin: 0 0 5px;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    height: 60px
}

@media (min-width:960px) and (max-width:1259px) {
    .post_right__bodyranking .post_left__rankitem {
        width: 100%;
        margin: 0 0 5px
    }
}

@media (max-width:959px) {
    .post_right__bodyranking .post_left__rankitem {
        width: 100%;
        margin: 0 0 5px
    }
}

.post_right__bodyranking .post_left__rankitem .post_left__numberrank {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #2392ec;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    top: 35px;
    left: 25px;
    font-weight: 900;
    z-index: 11;
    position: absolute
}

.post_right__bodyranking .post_left__rankitem .post_left__avartarrank {
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px 0;
    float: left
}

    .post_right__bodyranking .post_left__rankitem .post_left__avartarrank img {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

.post_right__bodyranking .post_left__rankitem .post_left__titlerank {
    float: left;
    height: 40px
}

    .post_right__bodyranking .post_left__rankitem .post_left__titlerank p.name {
        color: #444;
        font-weight: 700;
        font-size: 14px;
        margin: 13px 0 0 5px
    }

    .post_right__bodyranking .post_left__rankitem .post_left__titlerank p.description {
        color: #aaa;
        font-weight: 400;
        font-size: 12px;
        margin: 3px 0 0 5px
    }

.post_right__bodyranking .post_left__rankitem .post_left__pointrank {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border: 2px solid #2392ec;
    border-radius: 4px;
    text-align: center;
    color: #2392ec;
    margin: 15px 0
}

.post_right__bodyranking .loading_rating {
    width: 100%;
    margin: 80px 0 10px;
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    color: #aaa;
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .post_right__bodyranking .loading_rating svg {
        width: 40px;
        margin: 5px;
        height: 40px;
        fill: #e0e0e0
    }

.footer {
    width: 100%;
    float: left;
    height: 60px;
    border-top: 2px solid #f0f0f0;
    margin: 20px 0 0;
    background: #fff;
    position: relative;
    z-index: 10
}

@media (max-width:959px) {
    .footer {
        display: none
    }
}

.footer .footer_left {
    width: 40%;
    float: left;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #aaa;
    font-size: 13px;
    line-height: 50px;
    overflow: hidden
}

@media (max-width:959px) {
    .footer .footer_left {
        width: 100%
    }
}

.footer .footer_right {
    width: 60%;
    float: left
}

@media (max-width:959px) {
    .footer .footer_right {
        display: none
    }
}

.footer .footer_right .footer_right_item {
    float: right;
    cursor: pointer;
    margin: 0 0 0 20px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #aaa;
    font-size: 12px;
    line-height: 50px
}

    .footer .footer_right .footer_right_item a {
        color: #aaa
    }

.btn .background_button {
    width: 0;
    position: absolute;
    left: 50%;
    right: 50%;
    border-radius: 0;
    background: #2392ec;
    -webkit-transition: all .05s ease-in-out,-webkit-transform .05s ease;
    transition: all .05s ease-in-out,-webkit-transform .05s ease;
    transition: all .05s ease-in-out,transform .05s ease;
    transition: all .05s ease-in-out,transform .05s ease,-webkit-transform .05s ease;
    z-index: 10;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:14px;
    font-weight:normal;
}

/*phần tử phủ toàn màn hình*/
#over {
    display: none;
    background: #CCC;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}


#over_white {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}
.disabled {
    pointer-events: none;
    border: 1px solid #ccc;
}



.fa {
    cursor: pointer;
}

.fa-bookmark {
    color: #ffb300;
}
.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .answered_block .answered_item.bookmarked {
    border: 2px solid #ffb300;
}

.post_body .post_right__body .post_right__rest_time_block .answered_block .answered_item.answered.bookmarked {
    color: black;
    border: 2px solid #ffb300;
}
.post_body .post_right__body .post_right__rest_time_block .answered_block .answered_item.bookmarked {
    border: 2px solid #ffb300;
}

.answer-annotate li span.aa-answered {
    border-color: #2a6fb8;
    background-color: #2a6fb8;
}


.answer-annotate li span {
    width: 24px;
    height: 24px;
    border: 2px solid #666;
    border-radius: 12px;
    background-color: #fff;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.post_rest_time_block_fixed .post_right__body .post_right__rest_time_block .post_left__timetitle  {
    width: calc(100% - 40px);
    margin: 0px 20px 0px;
    float: left;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: #444;
}

.answer-annotate li span.aa-bookmarked {
    border: 2px solid #ffb300;
    background-color: #fff;
}
.answer-annotate li span.aa-trueanswered {
    border: 2px solid green;
    background-color: #fff;
}
.answer-annotate li span.aa-falseanswered {
    border: 2px solid red;
    background-color: #fff;
}
.explain {
    border: 1px solid #BFEACC;
    border-radius: 6px;
    padding: 5px;
    margin-bottom:5px;
    background-color: #BFEACC;
}
.explainfalse {
    border: 1px solid red;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 5px;
}
.answertrue {
    border: 2px solid green;
    border-radius: 6px;
    padding: 5px;
}
.answerfalse {
    border: 2px solid red;
    border-radius: 6px;
    padding: 5px;
}
.annotate{
    cursor:pointer;
}
.annotate:hover {
    color:red;
}
    .annotate:active {
        color: #ffb300;
    }
[type="radio"]:checked ,
[type="radio"]:not(:checked){
    content: '';
    width: 15px;
    height: 15px;
    background: #F87DA9;     
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#txtTongCauHoiMobile, #txtTongCauHoiPC {
    cursor:pointer;
}
label{
    position:relative;
    top:-3px;
}