﻿.ajax-loading-block-window {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #3498DB;
    text-align: center;
    padding-top: 20%;
    z-index: 9999;
    display: none
}

    .ajax-loading-block-window img {
        width: 90px;
    }

.form-input-w100 {
    width: 100%;
}

.form-input {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #3498DB;
    text-align: center;
    padding-top: 20%;
    z-index: 1;
    display: none
}

.hidden {
    display: none !important;
}

.field-validation-valid {
    display: none;
}

.radio-btn-mr {
    margin-right: 10px;
}

.label-mr {
    margin-right: 10px;
}

ul.dropdown-menu {
    width: 76% !important;
    overflow: hidden;
}

    ul.dropdown-menu dropdown-item {
        text-overflow: ellipsis;
        overflow: hidden;
    }

.box-alert ul li {
    color: #000;
}

input[type=number] {
    padding: .375rem .75rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*input:focus, select:focus {
    border: 1px solid #CFCFCF !important;
}*/

li.router-active > a {
    background-color: #080F31;
    color: #fff;
}

.disabled {
    cursor: not-allowed;
}

label.error {
    color: #FF0000;
    white-space: pre-wrap;
}

.wb {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.cpointer {
    cursor: pointer;
}

button.disabled:disabled {
    background: grey;
    cursor: not-allowed;
}

.form-control:disabled, .form-control[readonly] {
    background: none !important;
}

.pre-wrap {
    white-space: pre-wrap;
}

.field-validation-error {
    margin: 0;
}

.btn-change-password {
    margin: 0 15px;
}

.lbl-password {
    margin-top: 10px;
}

.modal-content {
}

.text-truncate {
    width: 150px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.btn-general {
    padding-top: 0.125rem !important;
    margin-left: 10px;
}

/*.box-alert {
    left: calc(100% - 250px) !important;
}*/

.cursor-context {
    cursor: context-menu !important;
}

.btn-backgound-orange, .btn-backgound-orange:focus, .btn-backgound-orange:hover, .btn-backgound-orange:active {
    background-color: #F39700;
    border-color: #F39700;
    color: #fff;
}

.backgound-orange td {
    background-color: #F39700 !important;
    border-color: #F39700 !important;
    color: #fff !important;
}

.box-noti.notification-container {
    right: -125px;
}

@media (max-width: 991px) {
    .modal-form .modal-body.v1 .form-group.input-checkbox .label {
        width: 10.625rem !important;
        -webkit-box-flex: 0;
        flex: 0 0 10.625rem !important;
    }
}

@media (max-width: 767px) {
    .modal-form .modal-body.v1 .form-group.input-checkbox .label {
        width: 8.75rem !important;
        -webkit-box-flex: 0;
        flex: 0 0 8.75rem !important;
    }
}

#main.v2 .form-request .input-phone .form-control {
    max-width: none !important;
}

.page-report .container-report .pdf .ct .result.v2 .item .box-rs .right {
    border: 1px solid rgb(27, 38, 90) !important;
    border-radius: 0 8px 8px 0;
}

.page-report .container-report .ct .result .box-rs .right {
    width: 100%;
}

.note-100 {
    width: 100% !important;
    flex: none !important;
}

.item-note {
    font-size: 10px;
    text-align: left;
    width: 100%;
}

.chart-legend .active .dot {
    filter: brightness(1);
}

.chart-legend .active span {
    font-weight: bold;
}

.permission .data-table {
    max-height: 530px !important;
}
/*pdf*/
.pdf {
    background: #fff;
    position: relative;
}

    .pdf .header {
        background-color: #1b265a;
        height: 120px;
        color: #fff;
    }

        .pdf .header .last {
            float: right;
            background-color: #f7f6f6;
            width: 100px;
            height: 12px;
        }

        .pdf .header .last-9 {
            float: right;
            background-color: #1B265A;
            width: 100px;
            height: 12px;
        }

    .pdf .logo-header {
        height: 150px;
        background-color: initial;
        color: initial;
    }

        .pdf .logo-header .title-top {
            margin-left: 20px;
            padding-left: 8px;
            padding-top: 0;
            font-size: 36px;
            display: flex;
            align-items: center;
            line-height: initial;
            height: 39px;
            width: 100%;
            margin-top: 10px;
        }

        .pdf .logo-header .title-bottom {
            /*margin-left: 26px;*/
            line-height: 25px;
            padding-left: 0;
            font-weight: 400;
        }

    .pdf .header ul {
        background: #fff;
        height: 30px;
    }

        .pdf .header ul li {
            font-size: 9px;
            padding: 0;
            position: absolute;
            width: initial;
        }

    .pdf .header .page-1 {
        width: 180px;
        height: 30px;
        background: #1b265a;
        border-bottom: 100px solid #1b265a;
        border-right: 100px solid transparent;
    }

    .pdf .header .li-page-2 {
        background: #a0a0a0;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    }

    .pdf .header .page-2 {
        width: 180px;
        height: 30px;
        clip-path: polygon(0 0, 90% 0%, 100% 100%, 10% 100%);
        background: #7c7c7c;
    }

    .pdf .header .li-page-3 {
        background: #a0a0a0;
        clip-path: polygon(0 1, 100% 0%, 100% 100%, 10% 100%);
    }

    .pdf .header .page-3 {
        width: 180px;
        height: 30px;
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 10% 100%);
        background: #a0a0a0;
    }

    .pdf .header .li-page-4 {
        background: #c6c6c6;
        clip-path: polygon(0 1, 100% 0%, 100% 100%, 10% 100%);
    }

    .pdf .header .page-4 {
        width: 180px;
        height: 30px;
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 10% 100%);
        background: #c6c6c6;
    }

.triangle-bottomleft {
    width: 0;
    height: 0;
    border-bottom: 100px solid #1b265a;
    border-right: 100px solid transparent;
}

.pdf .header .bg-pdf {
    height: 12px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .pdf .header .bg-pdf li div {
        width: 90px;
        height: 17px;
        background: #1b265a;
        -webkit-transform: skew( 40deg);
        -moz-transform: skew(40deg);
        -o-transform: skew(40deg);
        transform: skew( 40deg);
        position: relative;
        text-align: center;
    }

        .pdf .header .bg-pdf li div span {
            position: absolute;
            width: 100%;
            -webkit-transform: skew( -40deg);
            -moz-transform: skew(-40deg);
            -o-transform: skew(-40deg);
            transform: skew( -40deg);
            margin-left: -50%;
            padding-top: 1px;
        }

.pdf .header .bg-1 {
    background: url('/images/bg-page.png') 0 0 no-repeat;
    background-size: cover !important;
}

    .pdf .header .bg-1 li {
        left: -6px;
    }

        .pdf .header .bg-1 li div {
            width: 200px !important;
        }

.pdf .header .bg-2 {
    background: url('/images/bg-page.png') 0 0 no-repeat;
}

    .pdf .header .bg-2 li {
        left: 100px;
    }

        .pdf .header .bg-2 li div {
            width: 90px !important;
        }

.pdf .header .bg-3 {
    background: url('/images/bg-page.png') 0 0 no-repeat;
}

    .pdf .header .bg-3 li {
        left: 180px;
    }

        .pdf .header .bg-3 li div {
            width: 90px !important;
        }


.pdf .header .bg-4 {
    background: url('/images/bg-page.png') 0 0 no-repeat;
}

    .pdf .header .bg-4 li {
        left: 270px;
    }

        .pdf .header .bg-4 li div {
            width: 90px !important;
        }

.pdf .header .bg-5 {
    background: url('/images/bg-page.png') 0 0 no-repeat;
}

    .pdf .header .bg-5 li {
        left: 190px;
    }

        .pdf .header .bg-5 li div {
            width: 200px !important;
        }

.pdf .header .bg-6 {
    background: url('/images/bg-page.png') 0 0 no-repeat;
}

    .pdf .header .bg-6 li {
        left: 390px;
    }

        .pdf .header .bg-6 li div {
            width: 200px !important;
        }

.pdf .header .bg-7 {
    background: url('/images/bg-page.png') 0 0 no-repeat;
}

    .pdf .header .bg-7 li {
        left: 515px;
    }

        .pdf .header .bg-7 li div {
            width: 200px !important;
        }

.pdf .header .bg-8 {
    background: url('/images/bg-page.png') 0 0 no-repeat;
}

    .pdf .header .bg-8 li {
        left: 600px;
    }

        .pdf .header .bg-8 li div {
            width: 200px !important;
        }

.pdf .header .bg-9 {
    background: url('/images/bg-page.png') 0 0 no-repeat;
}

    .pdf .header .bg-9 li {
        right: 13px;
    }

        .pdf .header .bg-9 li div {
            width: 190px !important;
        }

.pdf .header .bg-top {
    /*background: url(/images/bg-page-top.png) 0 0 no-repeat;*/
    height: 105px;
    color: #fff;
    display: flex;
    flex-direction: column;
    background-color: #1B265A;
}

    .pdf .header .bg-top .rhombus {
        width: 65%;
        height: 50px;
        background: #fff;
        -webkit-transform: skew( -45deg);
        -moz-transform: skew(-45deg);
        -o-transform: skew(-45deg);
        transform: skew( -45deg);
        position: absolute;
        right: -25px;
        top: 115px;
        border-top: 15px solid rgb(243, 151, 0);
    }

.wt-150 {
    width: 150px;
    padding: 3px;
}

.header .line {
    width: 100%;
    padding: 0px 35px;
}

    .header .line .hr {
        border: none;
        border-bottom: 2px solid #ef9c00;
        width: 100%;
        margin: 10px 0 5px 0;
    }



.header .title-top, .header .title-bottom {
    font-size: 25px;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 12px;
}

.header .title-top {
    padding-top: 25px;
    font-size: 28px;
}

.header .cont {
    display: inline-block;
    width: 100%;
}

.pdf .note {
    background-color: rgb(248, 248, 248);
}

.pdf-chart {
    padding: 0px 35px;
}

.line-footer .hr {
    border: none;
    border-bottom: 2px solid #1b265a;
    margin: 12px 0;
}

.pdf-footer {
    padding-bottom: 12px;
}

    .pdf-footer .copyright {
        font-size: 8px;
    }

    .pdf-footer .right {
        border-left: 2px solid #1b265a;
        text-align: right;
        padding: 10px 20px 0 20px;
    }

.page-index {
    font-size: 15px;
}

.box-watermark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.stack-top {
    opacity: 0.3;
    z-index: 0;
    margin: 0;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}


.page-report .container-report .report-title .title {
    min-height: 4rem;
    font-size: 25px;
}

.page-report .pdf-chart .info-report {
    height: initial;
    margin-bottom: 0;
}

.page-report .container-report .chart-general .chart {
    margin-top: 0;
}

.page-report .note {
    font-size: 10px;
    height: 95px;
    padding: 0rem 0.5rem;
}

.page-report .pdf .note {
    font-size: 15px;
    height: 95px;
    padding: 0.35rem 1.5rem;
    line-height: 16px;
}

.page-report .container-report .pdf .report-title {
    height: 45px;
    margin-top: 30px;
}

    .page-report .container-report .pdf .report-title.medium-header {
        height: 60px;
    }

    .page-report .container-report .pdf .report-title.large-header {
        height: 85px;
    }

.page-report .container-report .pdf-chart .report-title .title {
    font-size: 20px;
}

#report-container-pdf {
    padding: 0;
}

.page-report .note.note-small {
    height: 60px;
}

.page-report .note.note-medium {
    height: 70px;
}

.page-report .info-report.non-padding {
    padding-top: 0;
}

.pdf-chart-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 8px;
}

.main-header.header-report .title {
    width: calc(100% - 70px);
    position: absolute;
    right: 10px;
}

.main-header .navbar-static-top .btn-logout {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

@media only screen and (min-device-width: 400px) and (max-device-width: 515px) {
    /* For portrait layouts only */
    .main-header .navbar-static-top .btn-logout {
        display: inline-block;
        width: 84px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .main-header .logo img {
        width: 70px;
        height: auto;
    }
}

@media (max-device-width: 399px) {
    /* For portrait layouts only */
    .main-header .navbar-static-top .btn-logout {
        display: inline-block;
        width: 84px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

@media (max-device-width: 399px) {
    /* For portrait layouts only */
    .main-header .navbar-static-top .btn-logout {
        display: inline-block;
        width: 84px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

@media (max-device-width: 320px) {
    .main-header .navbar-static-top .btn-logout {
        display: inline-block;
        width: 35px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

.page-report .container-report .pdf-chart .ct.ct-comparison .ct-scroll {
    min-width: initial;
}

.page-report .container-report .pdf-chart .ct.ct-comparison .list .item:nth-child(2) table.v1 tfoot {
    font-size: 0.85rem;
}

.pdf .pdf-chart .ct-logo {
    height: 750px;
}

.pdf .pdf-chart .logo-image {
    bottom: 115px;
    right: 30px;
    object-fit: cover;
    position: absolute;
    width: 250px;
    height: 250px;
}

.pdf .logo-header .logo-name {
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
}

    .pdf .logo-header .logo-name span {
        font-weight: 100;
        font-size: 25px;
        font-weight: 400;
        margin: 0 18px;
    }

    .pdf .logo-header .logo-name .with-border {
        border-bottom: 1px solid black;
        width: auto;
        padding: 0 10px;
        margin: 0 40px;
    }

    .pdf .logo-header .logo-name .logo-last-item {
        margin-left: auto;
        border: none;
    }

.pdf .logo-header .title-top .report-top-text {
    left: 27px;
    font-weight: bold;
}

.pdf.pdf-break {
    min-height: 300mm;
}

.page-report .container-report .ct .result.v2 .item .box-rs .left, .page-report .container-report .ct .result.v2 .item .box-rs .left .label {
    border-radius: 8px 0 0 8px;
}

.cursor-default {
    cursor: default !important;
}

.page-report .container-report .ct .result .box-rs .right {
    align-items: inherit;
}

.page-report .container-report .pdf .pdf-chart .ct.ct-target.no-data {
    height: 810px;
    font-size: 30px;
    font-weight: bold;
}

.page-report .container-report .pdf .pdf-chart .ct.ct-target.no-data-half {
    height: 440px;
}

.page-report .container-report .pdf .pdf-chart .ct.ct-target .ct-target-right {
    max-width: initial;
    flex: initial;
}

.pdf .pdf-chart .ct.ct-target .ct-target-left .bottom .img-bottom-pad {
    padding: 0 5px;
}

.pdf .pdf-chart .ct.ct-target .bottom .item {
    font-size: 12px;
}

    .pdf .pdf-chart .ct.ct-target .bottom .item .title span {
        padding: 0 0.5rem;
    }

.pdf .pdf-chart .ct.ct-target .ct-target-right .sidebar .item-chart .title span {
    padding: 0 1rem;
}

.pdf .pdf-chart .ct.ct-target .ct-target-left .top .item-general .img {
    height: 100%;
    width: 100%;
    min-width: initial;
    max-width: initial;
}

.pdf .pdf-chart .ct.ct-target .ct-target-left .top .item-general.item-image {
    display: flex;
    justify-content: center;
    border-radius: 25px;
}

.pdf .pdf-chart .ct.ct-target .ct-target-left .top .top-item {
    height: 100%;
}

.pdf .pdf-chart .ct.ct-target .ct-target-left .top {
    height: 212px;
    margin-bottom: 15px;
}

.pdf-inquiry .pdf-chart .ct.ct-target .ct-target-left .top {
    height: 265px;
    flex: 0 0 38%;
}

.pdf .pdf-chart .ct.ct-target .ct-target-left .bottom {
    margin-bottom: 20px;
}

.pdf .pdf-chart .ct .list-info .box-itm .left {
    flex: initial;
}

.pdf .pdf-chart .ct.ct-target .ct-target-right {
    /*height: 740px;*/
}


#edit-service-headoffice-1 {
    display: none !important;
}

#edit-service-headoffice {
    display: flex !important;
}

#cancel-update-inqury {
    margin-left: 20%
}

#submit-update-inquiry {
    margin-right: 20%
}

@media only screen and (max-width: 768px) {

    #cancel-update-inqury {
        margin-left: 15% !important;
    }

    #submit-update-inquiry {
        margin-right: 15% !important;
    }
}

@media only screen and (max-width: 991px) {
    #password-block-addcompany .box-alert {
        top: 76px !important;
    }
}

@media only screen and (max-width: 470px) {
    .modal-detail .modal-body .box-modal .ct .dt .r .c-2 {
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .modal-detail .modal-body .box-modal .ct .dt .c-2 {
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .modal-detail .modal-body .box-modal .ct .dt .c-10 {
        -webkit-box-flex: 0;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .modal-detail .modal-body .box-modal .ct .dt .c-4 {
        -webkit-box-flex: 0;
        flex: 0 0 55%;
        max-width: 55%;
    }
}

@media only screen and (max-width: 678px) {
    #edit-service-headoffice-1 {
        display: flex !important;
    }

    #edit-service-headoffice {
        display: none !important;
    }

    #cancel-update-inqury {
        margin-left: 5% !important;
    }

    #submit-update-inquiry {
        margin-right: 5% !important;
    }
}

.section-report .box-report__item__title {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.section-report .btn-file .btn-primary {
    margin-bottom: 0.875rem;
    width: 17.125rem;
}

.page-report .container-report .ct .result.v2 .item {
    height: 55px;
    max-height: 55px;
}

.box-alert:before {
    border: 1px solid #d2d2d2 !important;
}

.chart-legend .active .dot {
    filter: brightness(1);
}

.chart-legend .active span {
    font-weight: bold;
}


.max-w450 {
    max-width: 450px !important;
}

.comparison-table table tr {
    height: 58px;
}

.ct-comparison-pdf {
    /*height: 875px;*/
    margin-top: 20px;
}

.pdf .footer-ender-line {
    background-color: #1b265a !important;
    height: 15px;
    width: 100%;
}

.page-report .container-report .ct.ct-comparison .list .item table tr td {
    text-align: left !important;
}

.page-report .container-report .ct.ct-comparison .list .item table tr td {
    padding: 0 5px !important;
}

.page-report .container-report .ct.ct-comparison .list .item:nth-child(2) table.v1 tr td:first-child, .page-report .container-report .ct.ct-comparison .list .item:nth-child(3) table tr td:first-child {
    width: 50px !important;
    text-align: center !important;
}

.page-report.report-container-pdf {
    padding: 0 !important;
}

.pdf .pdf-chart .ct.ct-comparison .list .item:nth-child(2) table.v1 tfoot {
    padding: 20px !important;
}

.box-noti.notification-container {
    width: 22.5rem;
}

.page-report .pdf-chart .info-report {
    padding-top: 0;
}

.page-report .container-report .pdf .pdf-chart .ct.ct-comparison .list .item .column-title {
    height: 67px;
    padding: 2px 12px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-report .container-report .pdf-chart .report-title .line.v2 {
    border-right: 1px solid #f08c2c;
}

.page-report .container-report .pdf-chart .report-title .line {
    border-top: 1px solid #f08c2c;
}

.page-report .container-report .pdf-chart .ct .list-info .item {
    flex: 0 0 50%;
    max-width: 50%;
}

.page-report .container-report .pdf-chart .ct .list-info .box-itm .left {
    border-radius: 10px 0 0 10px;
    font-size: 13px;
    width: 75px;
}

.page-report .container-report .pdf-chart .ct .list-info .box-itm .right {
    border-radius: 0 10px 10px 0;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(27, 38, 90);
}

.page-report .container-report .pdf-chart .ct .result .box-rs .left {
    border: 1px solid #1B265A;
    border-radius: 10px 0 0 10px;
    border-right: none;
}

.page-report .container-report .pdf-chart .ct .list-info .box-itm {
    height: 45px;
}

.pdf-chart-radar {
    padding: 20px 23px 0 23px;
}

.page-report .container-report .pdf-chart .ct .result .item {
    flex: 0 0 100%;
    /*border: 1px solid #1B265A;*/
    border-radius: 10px;
}

.page-report .container-report .pdf-chart .ct .result .box-rs {
    min-height: 65px;
}

    .page-report .container-report .pdf-chart .ct .result .box-rs .right {
        font-size: 15px;
        padding: 0 1.075rem !important;
        justify-content: center !important;
        background-color: rgb(248, 248, 248);
        border: 1px solid #1B265A;
    }

.page-report .container-report .pdf-chart .ct .result ._note {
    margin-top: 0;
}

.pdf-chart.radar-short .box-polar-spider {
    margin-bottom: 20px;
    max-width: 390px;
    height: 260px;
}

    .pdf-chart.radar-short .box-polar-spider .note-polar-spider {
        top: 0 !important;
        height: 100%;
        border-radius: 20px;
    }

/*notification*/
.ct {
    padding-bottom: 0 !important;
}

.box-noti .ctr {
    margin-bottom: 0 !important;
}

.page-report .container-report .pdf-chart .ct.ct-target .ct-target-left {
    flex: 0 0 100%;
    max-width: initial;
}

.report-container-pdf {
    font-family: "MS-PGothic" !important;
}

.ct-recommend {
    padding-top: 10px;
}

.page-report .container-report .ct.ct-target .ct-target-right .sidebar .item-chart-containenr {
    display: flex;
}

.page-report .container-report .pdf-chart .ct-recommend .bottom .item .desc {
    line-height: 1.125rem;
    font-weight: bold;
}

.page-report .container-report .pdf-chart .ct-recommend .bottom .item {
    margin-bottom: 0.75rem;
}

.page-report .container-report .pdf-chart .ct-recommend .ct-target-right .sidebar .item-chart .desc {
    margin-bottom: 0;
    font-size: 10px;
    padding-left: 3px;
    text-indent: 0px;
}

.page-report .container-report .pdf-chart .ct-recommend .item-general {
    padding: 15px;
    border-radius: 20px !important;
    border: 1px solid #1b265a;
    background-color: rgb(248, 248, 248);
}

    .page-report .container-report .pdf-chart .ct-recommend .item-general .dc-title {
        margin-bottom: 0;
        align-items: center;
        padding-left: 10px;
        text-indent: -13px;
    }

.page-report .container-report .pdf-chart .ct-recommend .bottom .list-action.box-act .item1 {
    border: none;
}

.page-report-recommend .pdf-chart {
    padding: 0 40px;
}

    .page-report-recommend .pdf-chart.pdf-footer {
        padding: 0 35px 12px 35px;
    }

    .page-report-recommend .pdf-chart.line-footer {
        padding: 0 35px;
    }

.page-report .container-report .pdf-chart .ct-recommend .ct-target-right .sidebar .item-chart .box-revenue .ss-revenue {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    background-image: url('/images/bg-pdf-revenue.png');
    background-size: 100% 120%;
    padding: 12px 31px 12px 33px;
    background-position: bottom;
    top: 52px;
    background-repeat: no-repeat;
}

    .page-report .container-report .pdf-chart .ct-recommend .ct-target-right .sidebar .item-chart .box-revenue .ss-revenue .small-text {
        font-size: 13px;
    }

    .page-report .container-report .pdf-chart .ct-recommend .ct-target-right .sidebar .item-chart .box-revenue .ss-revenue .average-text {
        font-size: 15px;
        margin-right: 17px;
    }

.pdf .header .bg-top {
    border: none !important;
}

.pdf .header .cont {
    font-weight: bold;
}

.page-report .container-report .pdf-chart .ct.ct-target .item-general .dc-title:before {
    margin-right: 5px;
    vertical-align: middle;
    line-height: 18px;
}

.header .title-bottom {
    line-height: 26px;
}

.box-watermark .watermark-top {
    color: lightgrey;
    font-size: 40px;
    transform: rotate( 318deg);
    position: absolute;
    top: 280px;
    left: 53px;
}

.box-watermark .watermark-bottom {
    color: lightgrey;
    font-size: 40px;
    transform: rotate( 318deg);
    position: absolute;
    bottom: 230px;
    right: 180px;
    z-index: 0;
}

.pdf-chart .ai-title {
    margin-top: 10px;
}

.page-report .container-report .ct .result .item {
    /*padding: 0;*/
}

.page-report .container-report .ct.ct-recommend .result .box-rs .right {
    border: none;
}

.page-report .container-report .pdf .ct.ct-target .ct-target-right .sidebar .item-chart:last-child .desc {
    padding-left: 3px;
    text-indent: -5px;
}

.page-report .container-report .pdf .ct.ct-target .bottom .item .title span {
    background-color: #f8f4f4;
}

.pdf-chart-radar ._note {
    text-indent: -16px;
    padding: 0 48px;
}

.page-report .container-report .pdf .ct.ct-target .bottom .item .title {
    margin-bottom: 0.5rem;
}

.page-report .container-report .pdf-chart .ct-recommend .item2 {
    font-size: 15px;
}

.page-report .container-report .pdf-chart .ct-recommend .item-general .dc-title {
    font-size: 15px;
}

.btn-outline-orange:hover, .btn-outline-orange:active, .btn-outline-orange:focus {
    color: white;
    background-color: #F39700;
    border-color: #F39700;
    /*box-shadow: 0 0 0 0.2rem rgb(243 151 0 / 50%);*/
}

.pdf-chart .ct .info-report.s-content p {
    margin-bottom: 5px;
}

.big-note-height {
    height: 103px !important;
}

.opacity {
    opacity: 0.2;
}

.page-report .container-report .pdf .ct.ct-comparison .tfooter .item:first-child {
    display: flex;
    align-items: center;
    font-weight: bold;
}

/*@font-face {
    font-family: "MS-PGothic";
    src: url("../fonts/MS-PGothic.ttf") format("truetype");
    font-weight: normal;
}*/

@media only screen and (max-width: 768px) {
    .reposive-view-pdf-mobile {
        height: 415px !important;
    }

    .pamphlet .box-item {
        min-height: calc(58vh - 151px) !important;
    }
}

.ct-note-circle li {
    /*  text-indent: -15px;
    padding: 0px 15px;*/
}


.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
    }

/*inquiry screen*/
#Phone1-error {
    max-width: 13rem;
    font-size: 12px;
}

#Phone2-error {
    max-width: 13rem;
    font-size: 12px;
}

#Phone-error {
    max-width: 13rem;
    font-size: 12px;
}

.max-h520 {
    max-height: 520px !important;
}

.inquiry-pdf-export-debug {
    position: unset !important;
    top: unset !important;
}

    .inquiry-pdf-export-debug .pdf-content {
        clip-path: unset !important;
    }

.download-pdf {
    background-image: url('/images/btn_pc.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 240px;
    text-shadow: 1px 1px 1px #000;
}


.bar-desktop {
    display: inline-block;
    width: 100%
}

@media (max-width: 1199px) {
    .bar-desktop {
        display: none !important;
    }
}

.pt-0 {
    padding-top: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pl-0 {
    padding-left: 0px
}

.pl-50 {
    padding-left: 50px
}

.pl-90 {
    padding-left: 90px
}

.pr-50 {
    padding-right: 50px;
}

mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.h-80 {
    height: 80px;
}

.h-120 {
    height: 120px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.fs-25 {
    font-size: 25pt;
}

.fs-23px {
    font-size: 23px;
}

.fw-b {
    font-weight: bold
}
/*START: rent-price*/
/****************rent-price1**************/
#rent-price1 .page-report .container-report .ct .result.v2 .item {
    height: 120px;
    max-height: 120px
}

    #rent-price1 .page-report .container-report .ct .result.v2 .item .rent-goss {
        color: #f08c2c;
        font-weight: bold;
        font-size: 30pt
    }

#rent-price1 .page-report .container-report .ct .list-info .item {
    flex: 50%;
    max-width: 50%;
}

    #rent-price1 .page-report .container-report .ct .list-info .item .box-itm {
        height: 80px;
    }

.note-indent {
    margin-bottom: 15px;
    text-indent: -15px;
    padding: 0px 15px;
}

.rent-price1 {
    padding-bottom: 20px;
    width: 100%
}

    .rent-price1 tr th {
        border: 1px solid #fff;
        background: #1B265A;
        color: #fff;
        padding: 0 10px;
        vertical-align: middle;
        font-size: 13px;
        height: 30px;
        text-align: center;
    }

    .rent-price1 tr td {
        border: 1px solid #fff;
        background: #f8f8f8;
        color: #1B265A;
        padding: 0 10px;
        vertical-align: middle;
        font-size: 13px;
        height: 30px;
    }


#rent-price1 .page-report .container-report .ct .result.v2 .item .rent-goss {
    color: #f08c2c;
    font-weight: bold;
    font-size: 30pt
}

.rp1-popup {
    color: #000;
    background-color: transparent;
    position: relative;
}

    .rp1-popup .rp1-popup-d1 {
        color: #fff;
        background-color: #f08c2c;
        height: 24px;
    }

    .rp1-popup .rp1-popup-d2 {
        padding: 0 10px;
        top: -18px;
        position: absolute;
        border: solid 4px #1B265A;
        border-radius: 10px;
        background: #fff;
        text-align: center;
        z-index: 2
    }

    .rp1-popup .rp1-popup-d3 {
        position: absolute;
        background: #1B265A;
        height: 50px;
    }

    .rp1-popup .rp1-popup-s1 {
        position: absolute;
        top: 0;
        top: 0;
        width: 15px;
        height: 15px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/****************rent-price2**************/

#rent-price2-web .popup-detail {
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid;
    background: #1B265A;
    color: #fff;
    border-radius: 12px;
    left: 45px;
    z-index: 1;
    width: 220px;
    margin-bottom: -30px;
}

#rent-price2-web .popup-crrent-uni-price {
    position: absolute;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    border: 3px solid;
    background: #fff;
    color: #1B265A;
    border-radius: 12px;
    top: 20px;
    left: 30%;
    z-index: 1;
    text-align: center;
    background: rgba(207,207,207,0.3);
}

#rent-price2-web .popup-average-value {
    position: absolute;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    border: 3px solid;
    background: #fff;
    color: #1B265A;
    border-radius: 12px;
    top: 20px;
    left: 55%;
    text-align: center;
    background: rgba(207,207,207,0.3);
    z-index: 1;
}

#rent-price2-web .page-report .container-report .ct.ct-target .ct-target-left {
    flex: 100%;
    max-width: 100%;
}


/*******************rent-price3*************/
.rent-price3 {
    padding-bottom: 0;
    width: 100%;
}

    .rent-price3 tr th {
        border: 1px solid #fff;
        background: #1B265A;
        color: #fff;
        padding: 5px 10px;
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .rent-price3 tr td {
        border: 1px solid #fff;
        background: #f8f8f8;
        color: #1B265A;
        padding: 0 10px;
        vertical-align: middle;
        font-size: 10.6pt;
        height: 40px;
    }

#rent-price3 .page-report .container-report .ct.ct-target .ct-target-left {
    flex: 100%;
    max-width: 100%;
}

/*******************rent-price4*************/
.rent-price4 {
    padding-bottom: 0;
    width: 100%;
}

    .rent-price4 tr th {
        border: 1px solid #fff;
        background: #1B265A;
        color: #fff;
        padding: 0 10px;
        font-size: 17px;
        text-align: center;
    }

    .rent-price4 tr td {
        border: 1px solid #fff;
        background: #f8f8f8;
        color: #1B265A;
        padding: 0 10px
    }

        .rent-price4 tr td span {
            color: #f08c2c;
            font-weight: bold;
            font-size: 20px;
            min-width: 30px;
            display: inline-block;
        }

#rent-price4 .page-report .container-report .ct.ct-target .ct-target-left {
    flex: 100%;
    max-width: 100%;
}

#rent-price4 .page-report .container-report .ct.ct-target .item1.v1 {
    border: 0;
    background: transparent;
}

.time-get-data-filter {
    text-align: right;
    font-weight: 400
}


.main-header.header-report .bar-mobile {
    position: absolute !important;
    left: 20px !important;
    top: 0.875rem;
}

.btn-rada {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .btn-rada .download-pdf {
        position: absolute;
        top: 30%
    }

.bottom-report .download-pdf {
    color: white !important
}

.bar-desktop .download-pdf {
    position: absolute;
    top: 5px;
    right: 20px
}

.down-line-mobile {
    display: none;
}

.page-report .container-report .ct .result.v2 .item .box-rs .left, .page-report .container-report .ct .result.v2 .item .box-rs .left .label {
    font-size: 17pt;
}

@media (max-width: 767px) {
    .down-line-mobile {
        display: block;
    }

    .page-report .container-report .ct .result.v2 .item .box-rs .left, .page-report .container-report .ct .result.v2 .item .box-rs .left .label {
        font-size: 15px;
        max-width: 80px;
    }

    .page-report .container-report .ct .result.v2 .item .box-rs .right {
        padding-left: 5px;
        padding-right: 5px;
    }

    .m-pl-0 {
        padding-left: 0;
    }

    .m-pt-15 {
        padding-top: 15px;
    }

    .m-fs-13 {
        font-size: 13pt;
    }

    #rent-price1 .page-report .container-report .ct .result.v2 .item .rent-goss {
        color: #f08c2c;
        font-weight: bold;
        font-size: 22pt;
        line-height: 30px;
    }

    .page-report .container-report .report-title .title {
        font-size: unset;
    }

    .rent-price1-panel {
        overflow-x: auto;
    }

        .rent-price1-panel .rent-price1 {
            width: 900px;
            height: 350px;
        }

    .rent-price1 tr td {
        font-size: 12pt;
        height: 65px;
    }

    .arrow-price {
        top: 5px
    }

    .range-price {
        margin: 25px;
    }

    .rent-price3 tr th, .rent-price3 tr td {
        font-size: 12pt;
    }

    .rent-price3-panel {
        overflow-x: auto;
    }

        .rent-price3-panel table {
            width: 1200px
        }

    .rent-price4 tr th, .rent-price4 tr td {
        font-size: 12pt;
    }
}

.rent-price-title {
    width: 110px;
    float: left;
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    height: 70px;
    background: #1B265A
}

.rent-price-content {
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    width: calc(100% - 110px);
    float: right;
    height: 70px;
    position: relative
}

    .rent-price-content:hover {
        background: rgba(169, 169, 169, 0.3);
    }

    .rent-price-content #rent-price-input {
        border: 0;
        background: transparent;
        /*font-size: 45px;*/
        font-size: 30px;
        font-weight: bold;
        color: #F39700;
        text-align: right;
        padding: 0;
        height: 45px;
        width: 90%;
        margin-top: 15px;
    }

.rent-price-content-edit {
    display: none;
}

.rentprice_error {
    color: red;
    padding-top: 80px;
    display: none
}

.RentGrowShow {
    font-size: 35px;
    font-weight: bold;
    color: #F39700;
}

.RentGrowShow-panel {
    font-size: 10.6pt;
    position: absolute;
    top: 20px;
    left: 50px;
}

@media (min-width: 992px) {
    .rent-price-content #rent-price-input {
        width: 250px;
    }
}

@media only screen and (max-width: 399px) {
    .RentGrowShow {
        width: 100% !important;
        display: inline-block;
        float: right;
    }

    .rent-price-content #rent-price-input {
        font-size: 30px !important;
        width: 90% !important;
        height: auto !important;
    }

    .RentGrowShow-panel {
        left: 20px;
    }
}

/*start: FOR TERM*/
/*.step-1 {
    padding-bottom: 100px;
    padding-top: 5vw;
    background: #fff;
}

.bg-step1 {
    top: -5vw;*/
    /*left: -5vw;*/
    /*width: 100%;
    height: 48vw;*/
    /*transform: matrix(1.3, -0.14, 0.14, 0.99, 0, 0);*/
    /*background: transparent linear-gradient(234deg, #3078B6 0%, #192856 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    opacity: 1;
    position: absolute;
    background-color: blue;
    transform: skew(0deg, -10deg);
    -moz-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
}

    .bg-step1 .bg-boder {
        background: transparent linear-gradient(201deg, #FF7200 0%, #FFaa00 57%, #FF7200 100%) 0% 0% no-repeat padding-box;
        height: 40vw;
        margin-top: 7.25vw;
        padding-top: 0.5vw;
    }

        .bg-step1 .bg-boder .bg-main {
            background: #fff;
            height: 37.75vw;
        }

.step-1 .content {
    position: relative
}

    .step-1 .content .title {
        text-align: center;
        font-size: calc(2vw + 10px);
        font-weight: bold;
        color: #002060;
    }

    .step-1 .content .title2 {
        text-align: center;
    }

        .step-1 .content .title2 a {
            font-size: 5vw;
            font-size: calc(4.5vw + 10px);
            font-weight: bold;
            color: #002060;
            text-decoration: none;
            position: relative;
        }

            .step-1 .content .title2 a:after {
                position: absolute;
                content: '';
                height: 0.5vw;
                bottom: 0.5vw;
                margin: 0 auto;
                left: 0;
                right: 0;
                background: #FF9900;
            }

    .step-1 .content .left {
        float: right;
    }

    .step-1 .content .right {
        float: left;
    }

    .step-1 .content li {
        width: 15vw;
        height: 5vw;
        padding: 0 1.5vw;
        text-align: center;
        font-size: 2vw;
        line-height: 2vw;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        font-weight: bold;
        background: transparent linear-gradient(225deg, #3078B6 0%, #192856 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 16px #00000029;
        margin: 2vw 0;
        display: flex;
        justify-content: center;
        align-content: stretch;
        align-items: center;
        transform: skew(0deg, -5.5deg);
        -moz-transform: skew(0deg, -5.5deg);
        -webkit-transform: skew(0deg, -5.5deg);
        -o-transform: skew(0deg, -5.5deg);
        -ms-transform: skew(0deg, -5.5deg);
    }


    .step-1 .content .left2 li, .step-1 .content .right2 li {
        width: 30vw;
        height: 12vw;*/
        /*font: normal normal normal 5vw/4.5vw Arphic PSingeitai JIS;*/
        /*transform: unset;
        -moz-transform: unset;
        -webkit-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
        font-weight: 900;
        font-size: 5vw;
        line-height: 20px;
    }

.step2-top {
    position: relative;
    display: flex;
    justify-content: center;
}

    .step2-top span {
        position: absolute;
        text-align: center;
        margin: auto;
        font-family: sans-serif;
        color: #FF9900;
        font-size: calc(1vw + 15px);
        font-weight: bold;
        width: calc(7.5vw + 150px);
        border-top-right-radius: 45px;
        border-top-left-radius: 45px;
        padding-top: 10px;
        margin-top: -40px;
        background: #F9F9F9;
        height: 50px;
        display: flex;
        justify-content: center;
    }

.step2 {
    background: #F9F9F9;
    padding-bottom: 100px;
}

    .step2 .title {
        display: flex;
        justify-content: center;
        font-family: sans-serif;
        color: #37457C;
        padding-top: calc(0.5vw + 20px);
        font-size: calc(0.9vw + 20px);
    }

    .step2 .content {
        padding-top: 2.5vw;
        display: flex;
        justify-content: center;
    }

        .step2 .content img {
            height: 300px;
        }

        .step2 .content .img {
            display: flex;
            justify-content: center;
        }

            .step2 .content .img .arrow {
                height: 3.5vw;
                position: absolute;
                right: -1.25vw;
                top: 30%;
            }

        .step2 .content .note {
            color: #37457C;
            text-align: center;
            font-size: calc(0.3vw + 10px);
            padding-top: 1vw;
        }

        .step2 .content .phone {
            padding-bottom: 30px;
        }

.arrow-right {
    width: 0;
    height: 0;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 3vw solid green;
}

.step3-top {
    position: relative;
    display: flex;
    justify-content: center;
}

    .step3-top span {
        position: absolute;
        text-align: center;
        margin: auto;
        font-family: sans-serif;
        color: #FF9900;
        font-size: calc(1vw + 15px);
        font-weight: bold;
        width: calc(7.5vw + 150px);
        border-top-right-radius: 45px;
        border-top-left-radius: 45px;
        padding-top: 10px;
        margin-top: -40px;
        background: #fff;
        height: 50px;
        display: flex;
        justify-content: center;
    }

.step-3 {
    background: #fff;
    padding-bottom: 5vw;
}

    .step-3 .title {
        display: flex;
        justify-content: center;
        font-family: sans-serif;
        color: #37457C;
        padding-top: calc(0.5vw + 20px);
        font-size: calc(0.9vw + 20px);
    }

    .step-3 .title2 {
        display: flex;
        justify-content: center;
        font-family: sans-serif;
        color: #37457C;
        padding-top: 1vw;
        font-size: calc(0.7vw + 10px);
        text-align: center;
    }

    .step-3 .content {
        padding-top: 2.5vw;
        display: flex;
        justify-content: center;
    }

        .step-3 .content .detail {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .step-3 .content .detail span {
                font: normal normal bold 1vw/1.5vw Meiryo;
                letter-spacing: 1.5px;
                font-size: calc(0.5vw + 10px);
                color: #37457C;
            }

            .step-3 .content .detail button {
                background: transparent linear-gradient(180deg, #FF9900 0%, #FF7300 100%) 0% 0% no-repeat padding-box;
                border-radius: 48px;
                height: calc(2vw + 20px);
                width: calc(10vw + 80px);
                color: #fff;
                font-size: calc(0.5vw + 10px);
                font-weight: bold;
                margin-top: 0.5vw;
            }

    .step-3 .content2 {
        display: flex;
        justify-content: center;
        padding-top: 1.5vw;
        text-align: left;
        font: normal normal normal 11px/1vw Meiryo;
        letter-spacing: 0px;
        color: #707070;
    }

        .step-3 .content2 li {
            font-size: calc(0.1vw + 8px);
        }

.step4-top {
    padding-bottom: 2.5vw;
}

    .step4-top img {
        margin-top: -2.5vw;
        width: 100%
    }

.container .link {
    margin-left: 1.5vw;
}

@media (max-width: 992px) {
    .bg-step1 {
        top: 0;
    }

    .step-3 .content2 li {
        font-size: calc(0.5vw + 8px);
        line-height: 15px;
    }
}

@media (max-width: 576px) {
    .bg-step1 {
        top: 8vw;
    }

    .step2 .content .note {
        font-size: calc(0.3vw + 15px);
    }

    .step-3 .content div {
        display: flex;
        justify-content: center;
    }

        .step-3 .content div img {
            width: 70%;
        }

    .step-3 .content .detail span {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .step-3 .content2 ul {
        padding-left: 40px;
    }

        .step-3 .content2 ul li {
            font-size: calc(0.5vw + 8px);
            line-height: 16px;
            padding: 0 10px;
            text-indent: -12px;
        }
}*/
/*end: FOR TERM*/

.primary .main-sidebar .sidebar-menu ul li > a .icon > img {
    width: 21px
}
/* ranger slide*/
.price-range-block {
    margin: 60px;
}

.sliderText {
    width: 40%;
    margin-bottom: 30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight: bold;
}

.ui-slider-horizontal {
    height: .6em;
}

.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 40%;
}

.ui-widget-header {
    background: #3FE331;
}

.price-range-search {
    width: 40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.price-range-field {
    width: 100px;
    /*min-width: 16%;*/
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    color: black;
    font-family: myFont;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-radius: 5px;
    height: 26px;
    padding: 5px;
    text-align: right;
}

.search-results-block {
    position: relative;
    display: block;
    clear: both;
}

.input-range {
    margin: 30px auto;
    display: inline;
}

    .input-range input {
        border: 1px solid #CFCFCF;
        border-radius: 8px;
        height: 35px;
        font-size: 15px;
        font-weight: bold;
        color: #F39700;
    }
.owner-input input {
    font-size: 13px !important;
    font-weight: normal !important;
    color:#000;
}

.ui-widget-content {
    height: 20px !important;
    border-radius: 10px !important;
    margin-top: 15px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #2e75b6 !important;
}

.ui-slider-handle {
    height: 25px !important;
    background-color: #2e75b6 !important;
}
/*.ui-widget-header {
    background-color: #fff;
}*/
.slider-range {
    background: #729fcf;
}

.ui-hander {
    border-color: #729fcf;
}

/*.ui-slider {
    background: #2e75b6;
}*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #729fcf;
}

.ui-slider-horizontal .ui-slider-range {
    background: #e9ecf1;
    border-radius: 8px 8px;
}
/*.ui-slider .ui-slider-handle:last-child {
    display: none;
}*/
.ui-slider-horizontal .ui-slider-range-min {
    background: #2e75b6;
}
/*end ranger*/
#main .section.section-report .box-report-title {
    padding-top: 30px !important;
}

.img-r2 {
    width: 45px;
}

.r2-name {
    font-size: 18px;
    font-weight: bold;
    vertical-align: sub;
    display: inline;
}

.input-owner {
    width: 70%;
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    height: 40px;
    font-size: 15px;
}

.title-top-info-basic {
    padding: 10px 10px;
    margin: 15px 0 30px;
    position: relative;
}

    .title-top .title {
        font-size: 18px;
        font-weight: bold;
        vertical-align: middle;
        display: inline;
        position: absolute;
        z-index: 9;
        background: #fff;
        padding-right: 5px;
    }

    .title-top .line {
        border-top: 2px solid #cfcfcf;
        display: inline-block;
        position: absolute;
        top: 20px;
        width: 90%;
        left: 100px;
    }

        .title-top .line .note {
            position: absolute;
            top: -20px;
            left: 30px;
        }

        .title-top .line .image {
            position: absolute;
            top: -30px;
            width: 30px;
        }
.b-item{
    margin: 10px auto;
}
.no-border {
    border: none;
}

.box-r2 {
    margin: 0.75rem auto 2.25rem auto;
}

.pd-10 {
    padding: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.i-check {
    padding-top: 5px;
}

.error {
    color: #FF0000
}

#main .section.section-report {
    display: block;
}

.gm-fullscreen-control {
    display: none;
}

#main .section.section-report {
    border-bottom: 0;
    padding: 0 0 1.375rem 0;
}

.section-report .box-report {
    margin: 0 auto 0 auto;
}

.i-check span {
    margin-top: 5px;
}

.process {
    width: auto;
    position: absolute;
    right: 50px;
    top: 10px;
}

.process__list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.process__item {
    flex-basis: 30%;
    position: relative;
    height: 50px;
    width: 120px;
    padding: 5px 10px;
    background: #5E6CAB;
    text-align: center;
    margin-right: 30px;
    border-radius: 3px;
}

.process__item--active {
    background: #1B265A;
}

    .process__item--active .process__label {
        font-weight: bold;
    }

.process__item label:hover,
.process__item label:focus {
    cursor: pointer;
}

.process__radio {
    display: none;
}

.process__label {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.process__description {
    color: #fff;
    cursor: pointer;
    font-size: 11px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 20px solid #5E6CAB;
    transform: rotate(270deg);
    position: absolute;
    right: -33px;
    top: 30%;
}

.process__item--active .arrow-down {
    border-top-color: #1B265A;
}
.disabled-color{
    color: grey !important;
}
.bold{
    font-weight:bold;
}