.sidebar-left .navbar-brand {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.sidebar-left .navbar-header h1 {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 60px;
}

.sidebar-left,
.sidebar-left .navbar-collapse ul,
.sidebar-left .navbar-collapse li,
.sidebar-left .navbar-collapse a {
    background-color: #343A3E;
}

.sidebar-menu > li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    border-left-color: #EC6C00;
    text-decoration: none;
    background:#494E52;
    opacity: 1 !important;
}

.sidebar-menu .treeview .s-icon {
    display: inline-block;
    width: 25px;
    text-align: left;
    padding-bottom: 2px;
    line-height: 1;
}

@media (min-width: 768px) {
    .sidebar-left {
        width: 250px;
    }
}

.sidebar-menu > li > a {
    padding: 15px 5px 15px 15px;
}

.navbar {
    border: 0px solid transparent;
}

.cbp-spmenu-push div#page-wrapper {
    margin: 0 0 0 250px;
}

.header-left {
    margin-left: 250px;
    width: auto;
}

.sidebar-left .navbar-brand img {
    width: 90%;
    margin: 13px auto 0;
}

.profile_details_left ul {
    display: block;
    height: 100%;
    width: auto;
}

li.dropdown.head-dpdn a {
    padding: 0 5px;
    color: #212529;
    width: 180px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

li.dropdown.head-dpdn a span {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/icon01_off.svg") left center no-repeat;
}

li.dropdown.head-dpdn.active a span,
li.dropdown.head-dpdn a:hover span {
    background: url("../images/icon01_on.svg") left center no-repeat;
}

li.dropdown.head-dpdn:nth-child(2) a span {
    background: url("../images/icon02_off.svg") left center no-repeat;
}

li.dropdown.head-dpdn.active:nth-child(2) a span,
li.dropdown.head-dpdn:nth-child(2) a:hover span {
    background: url("../images/icon02_on.svg") left center no-repeat;
}

li.dropdown.head-dpdn:nth-child(3) a span {
    background: url("../images/icon03_off.svg") left center no-repeat;
}

li.dropdown.head-dpdn.active:nth-child(3) a span,
li.dropdown.head-dpdn:nth-child(3) a:hover span {
    background: url("../images/icon03_on.svg") left center no-repeat;
}

li.dropdown.head-dpdn:nth-child(4) a span {
    background: url("../images/icon04_off.svg") left center no-repeat;
}

li.dropdown.head-dpdn.active:nth-child(4) a span,
li.dropdown.head-dpdn:nth-child(4) a:hover span {
    background: url("../images/icon04_on.svg") left center no-repeat;
}

.header-left i.fa.fa-tasks,
li.dropdown.head-dpdn a i {
    color: #212529;
    padding-right: 5px;
}

li.dropdown.head-dpdn {
    border-bottom: solid 3px #FFF;
}

li.dropdown.head-dpdn:hover,
li.dropdown.head-dpdn.active {
    border-bottom: solid 3px #EC6C00;
}

.header-left li.dropdown.head-dpdn:hover i.fa.fa-tasks,
.header-left li.dropdown.head-dpdn:hover a,
.header-left li.dropdown.head-dpdn:hover a i,
.header-left li.dropdown.head-dpdn.active a i,
.header-left li.dropdown.head-dpdn.active a,
.header-left li.dropdown.head-dpdn.active i.fa.fa-tasks {
    color: #EC6C00;
}

.profile_details_left {
    padding-left: 0;
}

.profile_details_left ul {
    height: 60px;
}

li.dropdown.head-dpdn {
    padding: 0 0;
    display: inline-block;
    width: auto;
    height: 100%;
}

li.dropdown.head-dpdn a {
    display: block;
    text-decoration: none;
    height: 100%;
    line-height: 60px;
}

.sidebar-left .navbar-collapse li.logout-bottom {
    margin-top: 150px;
}

.header-right {
    float: right;
    height: 60px;
    display: inline-block;
    width: auto;
}

.header-right span.prfil-img img {
    border-radius: 0;
}

.profile_details ul li.profile_details_drop > a,
.profile_details ul li.profile_details_drop,
.profile_details > ul,
.profile_details {
    height: 100%;
}

.profile_details_drop a.dropdown-toggle {
    display: block;
    padding: 0 20px 0 0em;
    line-height: 60px;
}

.profile_details_drop a.dropdown-toggle .user-name {
    height: 60px;
    display: block;
    margin-top: 0;
    line-height: 60px;
}

.profile_details_drop a.dropdown-toggle .user-name p {
    line-height: 60px;
    color: #212529;
    font-weight: 500;
}

.profile_details_drop a.dropdown-toggle .hd-down {
    display: inline-block;
    margin-left: 15px;
}

.profile_img span.prfil-img i {
    font-size: 18px;
    color: #212529;
}

ul.dropdown-menu.drp-mnu a:hover i.fa,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #EC6C00;
}

.dropdown-toggle::after {
    content: '';
    border: none;
}
.profile_details ul li ul.dropdown-menu.drp-mnu {
    top: 75%;
    left: 400px;
    border-radius: 5px;
}

.btn-trigger.is-open + .dropdown-menu {
    display: block;
}

.btn-trigger {
    position: relative;
    width: 45px;
    height: 44px;
    cursor: pointer;
    margin-top: 13px;
  }
.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #454545;
    border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
   top: 0;
}
.btn-trigger span:nth-of-type(2) {
    top: 13px;
}
.btn-trigger span:nth-of-type(3) {
    top: 26px;
}

.row-one h2 {
    color: #212529;
    border-bottom: solid 3px #EC6C00;
    padding-bottom: 8px;
    font-size: 2.4rem;
    font-weight: bold;
}

#page-wrapper {
    padding: 63px 50px 100px;
}

.sidebar-menu a {
    color: #FFFFFF;
}

.has-content {
    background-color: #fff;
    display: block;
    height: auto;
    padding: 20px;
    margin-bottom: 30px;
}

.has-content h3 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #000;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.has-content h3 span {
    /*float: right;*/
    font-size: 1.2rem;
    color: #7f7f7f;
    font-weight: bold;
}
.has-content h3 span  span{
    font-size: 1.6rem;
}

.has-content .row_content_circle {
    display: block;
    width: 100%;
    padding: 20px 5px;
}

.pie-value {
    font-weight: bold;
}

.has-content .row_content_circle {
    padding: 20px 0;
    display: block;
}

.has-content .row_content_circle li {
    display: inline-block;
    float: left;
    width: calc(100% / 7);
    text-align: center;
    list-style-type: none;
}

.top-page-table .panel-body,
.top-page-table .bs-example {
    padding: 0;
    background-color: transparent;

}

.top-page-table table {
    border-collapse: collapse;
    width: 100%;
}

.top-page-table th,
.top-page-table td {
    text-align: left;
    padding: 8px;
}

.top-page-table .table > thead > tr > th,
.top-page-table .table > tbody > tr > td,
.top-page-table .table > tbody > tr > th {
    border-top: solid 0px #fff !important;
    border-bottom: 1px solid #fff !important;
}

.top-page-table tbody tr:nth-child(odd),
.top-page-table tbody tr:nth-child(odd) td,
.top-page-table tbody tr:nth-child(odd) th {
    background-color: #fff;
}

.top-page-table .panel-body,
.top-page-table .bs-example {
    padding: 0;
    background-color: transparent;

}

.top-page-table table {
    border-collapse: collapse;
    width: 100%;
}

.top-page-table th,
.top-page-table td {
    text-align: left;
    padding: 8px;
}

.top-page-table .table {
    background-color: #f2f2f2;
}

.top-page-table .table > thead > tr > th,
.top-page-table .table > tbody > tr > td,
.top-page-table .table > tbody > tr > th {
    border-top: solid 1px #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
}
.page01 .top-page-table .table > tbody > tr > td:nth-child(4){
    width: 105px;
}
.top-page-table .table > thead:first-child > tr:first-child > th,
.top-page-table .table > thead > tr > th {
    border-top: solid 1px #e9ecef !important;
    font-size: 1.2rem;
    font-weight: 500;
}

.top-page-table tbody tr:nth-child(odd),
.top-page-table tbody tr:nth-child(odd) td,
.top-page-table tbody tr:nth-child(odd) th {
    background-color: #fff;
}
.page-07 .top-page-table .table tr.bg_gray td,
.page02 .top-page-table .table tr.bg_gray td {
    background-color: #F2F2F2;
}
.tables .table > thead > tr > th, .tables .table > tbody > tr > th, .tables .table > tfoot > tr > th, .tables .table > thead > tr > td, .tables .table > tbody > tr > td, .tables .table > tfoot > tr > td {
    padding: 15px 8px;
    line-height: 22px;
}

.index-page .top-page-table .table > thead > tr > th:nth-child(1),
.index-page .top-page-table .table > thead > tr > td:nth-child(1),
.page02 .top-page-table .table > thead > tr > th:nth-child(2),
.page02 .top-page-table .table > tbody > tr > th:nth-child(2),
.page02 .top-page-table .table > tbody > tr > td:nth-child(2) {
    min-width: 83px;
    width: 100px;
}

.top-page-table .table > thead > tr > th,
.top-page-table .table > tbody > tr > th,
.top-page-table .table > tbody > tr > td {
    color: #212529;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    font-size: 1.4rem;
}

.top-page-table .table td span.t_btn {
    background-color: #0F7AEE;
    color: #fff;
    text-align: center;
    padding: 0px 8px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 62px;
}

.page-07 .top-page-table .table td span.t_btn {
    width: 44px;
}
.top-page-table .table td span.t_btn_red {
    background-color: #DC3545;
}
.top-page-table .table td span.t_btn_yellow {
    background-color: #FFAA00;
}
.top-page-table .table td span.t_btn_blue {
    background-color: #17008D;
}

.top-page-table .table td span.t_btn_green {
    background-color: #63BE7A;
}
.top-page-table .table td span.t_btn_green2 {
    background-color: #008D13;
}
.top-page-table .table td span.t_btn_brow {
    background-color: #7F7F7F;
}

.top-page-table .table td a {
    text-decoration: none;
    color: #0F7AEE;
    font-size: 1.4rem;
}

.index-page .top-page-table .table tr td:nth-child(2),
.index-page .top-page-table .table tr td:nth-child(1),
.page02 .top-page-table .table tr td:nth-child(2),
.page02 .top-page-table .table tr td:nth-child(3),
.page07 .top-page-table .table tr td:nth-child(2),
.page07 .top-page-table .table tr td:nth-child(3){
    font-size: 1.2rem;
}
.index-page .top-page-table .table tr td:nth-child(1),
.page02 .top-page-table .table tr td:nth-child(2),
.page07 .top-page-table .table tr td:nth-child(2){
    color: #7F7F7F;
}
.index-page .top-page-table .table tr td:nth-child(4),
.page02 .top-page-table .table tr td:nth-child(5){
    width: 105px;
}
.top-page-table .table td a.t_r_underline {
    text-decoration: underline;
}

.cbp-spmenu-push div#page-wrapper {
    /*padding-bottom: 150px;*/
}

.top-page-table .panel-body .load_more {
    text-align: right;
}

.top-page-table .panel-body .load_more a {
    text-decoration: none;
    color: #0F7AEE;
    font-size: 12px;
    font-weight: normal;
}

#to_top_page {
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

a:hover {
    text-decoration: underline !important;
    opacity: 0.5 !important;
}

a.btn_bottom_logout {
    display: block;
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 250px;
    height: 50px;
    z-index: 99999999999;
    font-size: 14px;
    border-left: 3px solid transparent;
    padding: 15px 5px 15px 15px;
}

.btn_bottom_logout {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn_bottom_logout .s-icon {
    display: inline-block;
    width: 25px;
    text-align: left;
    padding-bottom: 2px;
    line-height: 1;
}

a.btn_bottom_logout i {
    width: 20px;
}

a.btn_bottom_logout:hover {
    background:#494E52;
    opacity: 1 !important;
    border-left-color: #EC6C00;
}

.header-section .mb_logo {
    display: none;
    height: 60px;
    float: left;
    width: 43%;
}

.header-section .mb_logo a {
    display: block;
    width: auto;
    height: 100%;
    line-height: 57px;
}

.header-section .mb_logo a img {
    max-width: 100%;
}

.header-section .mb_menu {
    overflow: auto;
    white-space: nowrap;
    display: none;
    width: 100%;
    height: auto;
    background-color: #343A3E;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header-section .mb_menu::-webkit-scrollbar {
    display: none;
}

.header-section .mb_menu a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0px 0 7px;
    width: 100px;
    margin: 0;
    border-bottom: solid 3px transparent;
}

.header-section .mb_menu a:hover,
.header-section .mb_menu a.active {
    border-bottom: solid 3px #EC6C00;
    background-color: #484d4e;
}

.header-section .mb_menu a span {
    display: block;
    width: auto;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.header-section .mb_menu a span:first-child {
    font-size: 30px;
}

.top-page-table .panel-body .table td[colspan] {
    background-color: #EFEFEF;
    color: #000;
    font-weight: normal;
    font-style: italic;
    padding: 0;
    text-indent: 0;
    border-top: 0px solid #e2e2e2 !important;
}

.top-page-table .panel-body .table td[colspan] button {
    background-color: transparent;
    border: .1em solid transparent;
    color: #7F7F7F;
    padding: 0.25em 0.5em 0.25em .25em;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-family: sans-serif;
    font-style: normal;
}

.top-page-table .panel-body .table td[colspan] button svg {
    width: .8em;
    height: .8em;
    margin: 0 0 -.05em 0;
    fill: #212529;
    transition: transform 0.25s ease-in;
    transform-origin: center 45%;
}

.top-page-table .panel-body .table td[colspan] button[aria-expanded="true"] span {
    display: none;
}

.top-page-table .panel-body .table td[colspan] button[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.top-page-table .panel-body .table tr td .show_mb_table span {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
    font-size: 12px;
}

.top-page-table .panel-body .table tr td .show_mb_table a.link_btn_table {
    text-decoration: none;
    background-color: #EC6C00;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.top-page-table .panel-body .table tr.show_row_detail .row_detail_content,
.top-page-table .panel-body .table tr.show_row_detail,
.top-page-table .panel-body .table tr td .show_mb_table {
    display: none;
}

.top-page-table .panel-body .table .row_detail_content {
    display: none;
    background-color: #fff;
    padding: 20px;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 120px;
    font-style: normal;
}

.top-page-table .panel-body .table tr.show_row_detail .row_detail_content.show_text {
    display: block;
}

.top-page-table .panel-body .table .row_detail_content .detail_content_item {
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin-bottom: 5px;
}

.top-page-table .panel-body .table .row_detail_content .detail_content_item .detail_content_title {
    display: inline-block;
    width: 30%;
    float: left;
    padding-left: 10%;
    color: #7F7F7F;
}

.top-page-table .panel-body .table .row_detail_content .detail_content_item .detail_content_text {
    display: inline-block;
    float: left;
    width: 70%;
    color: #212529;
    font-size: 14px;
}

.top-page-table .panel-body table input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

/*.top-page-table .panel-body .table tr td:nth-child(1) {
    padding-left: 0;
}*/

.page01 .top-page-table .table tr.bg_gray td {
    background-color: #F2F2F2;
}


@media screen and (max-width: 1450px) {
    .has-content .row_content_circle {
        padding: 20px 0 0;
        display: block;
    }

    .has-content .row_content_circle li {
        width: calc(100% / 4);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1366px) {
    li.dropdown.head-dpdn a {
        padding: 0 5px;
    }
}
@media screen and (max-width: 1160px) {

    .profile_details_drop a.dropdown-toggle {
        padding-right: 0;
    }
    .profile_details ul li{
        margin-right: 15px;
    }


    li.dropdown.head-dpdn a {
        width: 140px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1120px) {
    li.dropdown.head-dpdn a {
        padding: 0 5px;
    }
}

/*@media screen and (max-width: 1050px) {*/
/*    li.dropdown.head-dpdn a {*/
/*    }*/
/*}*/

@media screen and (max-width: 992px) {
    .sidebar-left {
        display: none;
    }

    #cbp-spmenu-s1,
    a.btn_bottom_logout,
    #to_top_page {
        display: none;
    }

    .cbp-spmenu-push div#page-wrapper {
        margin: 0;
        padding: 150px 10px 150px;
    }
    .cbp-spmenu-push div#page-wrapper.guest {
        margin: 0;
        padding: 50px 10px 150px;
    }

    .header-left {
        display: inline-block;
        margin-left: 0;
    }

    .sidebar-left .navbar-header {
        float: none;
        position: absolute;
        top: 0;
        z-index: 999999999999999999;
        width: 150px;
        height: 60px;
    }

    .header-section .mb_logo {
        display: inline-block;
        height: 50px;
    }
    /* .header-section .mb_logo a{
        line-height: inherit;
    } */
    /* .header-section .mb_logo a img{
        height: auto;
    } */
    .header-right{
        height: 50px;
    }
    .header-right .profile_img span.prfil-img{
        line-height: 50px;
    }
    .header-section .profile_details_drop a.dropdown-toggle .user-name{
        height: 50px;
        line-height: 50px;
    }
    .header-section .mb_menu {
        display: inline-block;
    }
    .profile_details_drop a.dropdown-toggle .user-name p{
        line-height: 50px;
    }
    .profile_details_drop a.dropdown-toggle{
        line-height: 47px;
    }
    .header-section .mb_menu a span:first-child{
        font-size: 0;
        margin: 10px 0 5px;
    }
    .header-section .mb_menu a{
        padding: 0px 0 7px;
    }
    .header-section .mb_menu a span:first-child img{
        height: 23px;
    }
    .profile_details_drop a.dropdown-toggle {
        padding: 0 30px 0 0em;
    }

    .profile_details_drop a.dropdown-toggle .user-name {
        margin-left: 2px;
    }

    .profile_details ul li {
        margin-right: 0;
    }

    /* ダッシュボード */
    .top-page-table #dashboard .table tr td:nth-child(3),
    .top-page-table #dashboard .table tr td:nth-child(4),
    .top-page-table #dashboard .table tr td:nth-child(5),
    .top-page-table #dashboard .table tr td:nth-child(6),
    .top-page-table #dashboard .table tr th:nth-child(3),
    .top-page-table #dashboard .table tr th:nth-child(4),
    .top-page-table #dashboard .table tr th:nth-child(5),
    .top-page-table #dashboard .table tr th:nth-child(6) {
        display: none;
    }
    /* 削除済みメール */
    .top-page-table #deletedmails .table tr td:nth-child(5),
    .top-page-table #deletedmails .table tr td:nth-child(6),
    .top-page-table #deletedmails .table tr th:nth-child(5),
    .top-page-table #deletedmails .table tr th:nth-child(6) {
        display: none;
    }
    /* その他のページ */
    .top-page-table:not(.ausschliessen) .panel-body .table tr td:nth-child(4),
    .top-page-table:not(.ausschliessen) .panel-body .table tr td:nth-child(5),
    .top-page-table:not(.ausschliessen) .panel-body .table tr td:nth-child(6),
    .top-page-table:not(.ausschliessen) .panel-body .table tr td:nth-child(7),
    .top-page-table:not(.ausschliessen) .panel-body .table tr th:nth-child(4),
    .top-page-table:not(.ausschliessen) .panel-body .table tr th:nth-child(5),
    .top-page-table:not(.ausschliessen) .panel-body .table tr th:nth-child(6),
    .top-page-table:not(.ausschliessen) .panel-body .table tr th:nth-child(7) {
        display: none;
    }

    .top-page-table .panel-body .table tr.show_row_detail {
        display: table-row;
    }

    /* ダッシュボード */
    .top-page-table #dashboard .table tr td:nth-child(1),
    .top-page-table #dashboard .table tr th:nth-child(1) {
        display: table-cell;
    }
    /* その他のページ */
    .top-page-table .panel-body .table tr td:nth-child(1),
    .top-page-table .panel-body .table tr th:nth-child(1) {
        display: table-cell;
    }

    /* .top-page-table .panel-body .table tr td:nth-child(8) > a {
        display: none;
    } */

    .top-page-table .panel-body .table tr td .show_mb_table {
        display: block;
    }
    .page01 .top-page-table .table tr.bg_gray td,
    .top-page-table .table > tbody > tr > td {
        background-color: #F9F9F9;
        border-bottom: 0px solid #e2e2e2 !important;
    }

    .profile_details_left {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999999999999;
        text-align: center;
        background-color: #fff;
        height: 50px;
    }

    .profile_details_left ul {
        text-align: center;
        width: 100%;
        height: 100%;
        display: block;
    }

    .profile_details_left ul li.dropdown.head-dpdn {
        width: calc(100% / 4);
        border-bottom: solid 0px #fff;
    }

    li.dropdown.head-dpdn:hover, li.dropdown.head-dpdn.active {
        border-bottom: solid 3px #fff;
    }

    .profile_details_left ul li.dropdown.head-dpdn a {
        margin: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 20px;
        font-size: 12px;
        /*padding-bottom: 5px;*/
    }


    li.dropdown.head-dpdn a span {
        padding: 28px 0 0;
        background: url("../images/icon01_off.svg") top center no-repeat;
        background-size: 25px;
    }

    li.dropdown.head-dpdn.active a span,
    li.dropdown.head-dpdn a:hover span {
        background: url("../images/icon01_on.svg") top center no-repeat;
        background-size: 25px;

    }

    li.dropdown.head-dpdn:nth-child(2) a span {
        background: url("../images/icon02_off.svg") top center no-repeat;
        background-size: 25px;
    }

    li.dropdown.head-dpdn.active:nth-child(2) a span,
    li.dropdown.head-dpdn:nth-child(2) a:hover span {
        background: url("../images/icon02_on.svg") top center no-repeat;
        background-size: 25px;
    }

    li.dropdown.head-dpdn:nth-child(3) a span {
        background: url("../images/icon03_off.svg") top center no-repeat;
        background-size: 25px;
    }

    li.dropdown.head-dpdn.active:nth-child(3) a span,
    li.dropdown.head-dpdn:nth-child(3) a:hover span {
        background: url("../images/icon03_on.svg") top center no-repeat;
        background-size: 25px;
    }

    li.dropdown.head-dpdn:nth-child(4) a span {
        background: url("../images/icon04_off.svg") top center no-repeat;
        background-size: 25px;
    }

    li.dropdown.head-dpdn.active:nth-child(4) a span,
    li.dropdown.head-dpdn:nth-child(4) a:hover span {
        background: url("../images/icon04_on.svg") top center no-repeat;
        background-size: 25px;
    }

    .header-right span.prfil-img{
        margin-right: 5px;
    }
    .header-right span.prfil-img img {
        width: 13px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    .has-content .row_content_circle li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 550px) {
    .profile_details_drop a.dropdown-toggle {
        padding: 0 25px 0 0em;
    }

    .has-content .row_content_circle li {
        width: calc(100% / 2);
    }
    .row-one h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .profile_details {
        float: right;
        margin-right: 0;
    }

    .profile_details_drop a.dropdown-toggle {
        padding: 0 10px 0 0em;
    }
    .profile_details_drop a.dropdown-toggle .user-name p {
        font-size: 13px;
    }
    .profile_details_left ul li.dropdown.head-dpdn a{
        font-size: 1rem;
        padding: 0;
    }
}

@media (max-width: 400px) {
    .has-content .row_content_circle li {
        width: 100%;
    }
    .profile_details_drop a.dropdown-toggle .hd-down {
        margin-left: 7px;
    }
}

@media screen and (max-width: 992px) {
    .top-page-table .table tbody tr td .t_r_underline {
        display: none;
    }

    .top-page-table .table tbody tr td .show_mb_table {
        display: table-cell;
    }

    .top-page-table .panel-body .table tr td .show_mb_table span {
        font-size: 14px;
        color: #0F7AEE;
        text-decoration: underline;
    }
}
