html {
    scroll-behavior: smooth;
}

body {
    font-weight: 400;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
    background-color: #ffffff;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

#page-content-wrapper {
    border-right: none;
    background-color: #ffffff;
}

.content-max-width {
    max-width: 1000px;
    margin: 0 auto;
}

.show {
    display: block !important;
}

.link-color {
    cursor: pointer !important;
}

.heading-line-y {
    position: initial;
    content: "";
    height: 4px;
    background-color: #ffc400;
    text-align: center;
    clear: both;
    width: 50px;
    margin: 0 auto;
}

.heading-line-w {
    position: initial;
    content: "";
    height: 4px;
    background-color: #ffffff;
    text-align: center;
    clear: both;
    width: 50px;
    margin: 0 auto;
}
.heading-line-o {
    position: initial;
    content: "";
    height: 4px;
    background-color: #ff9c00;
    text-align: center;
    clear: both;
    width: 50px;
    margin: 0 auto;
}

.heading-line-ash {
    position: initial;
    content: "";
    height: 2px;
    background-color: #cacaca;
    text-align: left;
    width: 50px;
}

.main-heading {
    text-align: center;
    color: #000;
    padding-top: 30px;
    font-weight: bold;
    font-size: 24pt;
}

.main-heading-w {
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
    font-weight: bold;
    font-size: 24pt;
}

.main-heading-b {
    text-align: center;
    color: #000000;
    padding-top: 30px;
    font-weight: bold;
    font-size: 24pt;
}

.sub-heading {
    text-align: center;
    color: #5a6268;
    font-size: 19px;
    padding-top: 5px;
}

.sub-heading-w {
    text-align: center;
    color: #ffffff;
    font-size: 16pt;
    padding-top: 5px;
}

.sub-heading-b {
    text-align: center;
    color: #000;
    font-size: 16pt;
    padding-top: 5px;
}

.heading-detail {
    color: #000;
    text-align: center;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
}
.heading-detail-b {
    color: #000;
    text-align: center;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
}

.heading-detail-w {
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
}

.color_orange {
    color: #f16702;
}

/*-----------------BUTTON-----------------------*/
.common_btn {
    background-image: -moz-linear-gradient(0deg, rgb(255, 176, 5) 0%, rgb(255, 117, 30) 99%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 176, 5) 0%, rgb(255, 117, 30) 99%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 176, 5) 0%, rgb(255, 117, 30) 99%);
    border: 1px solid #f6ca09 !important;
    color: #ffffff !important;
    border-radius: 58px !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 269px;
    text-align: center;
}

.common_btn:hover {
    box-shadow: 0 0 6px #ff781dd4;
}

.reset_btn {
    background-image: -webkit-linear-gradient(0deg, rgb(108, 113, 115) 0%, rgb(144, 144, 144) 45%, rgb(95, 96, 97) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 175, 5) 0%, rgb(255, 147, 19) 45%, rgb(255, 118, 32) 100%);
    border: 1px solid #757575 !important;
    color: #ffffff !important;
    border-radius: 58px !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    text-align: center;
}
.commn_btn_blue{
    background-color: #ffffff !important;
    border: 1px solid #1b90e2 !important;
    color: #1b90e2 !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    text-align: left;

}
.commn_btn_blue:hover {
    box-shadow: 0 0 10px rgba(53, 170, 237, .8);
}

.btn_orange {
    background-color: #e37a34;
}

.btn_green {
    background-color: #38c172;
}


/*---------- CENTER BOX -------------*/
.common_box {
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

/*------------COMMON BTN IMG---------------*/
.common_btn_img {
    float: right;
    width: 18px;
    vertical-align: middle;
    margin-top: 3px;
}

/*COMMOm BANNER*/

.common-banner {
    background-color: #ffc400;
    padding: 100px 0px 100px 0px;
}

.c-banner-h2 {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 26pt;
}

.c-banner-img {
    width: 40px;
    margin-right: 15px;
}

.common_lbl {
    color: #000000;
    font-weight: 500;
    margin-top: 5px;
}

.common_input {
    color: #1b1b1b !important;
    border: 1px solid #919598 !important;
}

table.dataTable th {
    font-size: 12px;
    width: 149px;
}

table.dataTable td {
    font-weight: 500;
    font-size: 12px;
}

.table th, .table td {
    padding: 0.35rem;
    vertical-align: middle;
}

.table thead th {
    vertical-align: middle;
    border-bottom: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ffa20b;
    border-color: #ff8a18;
}

.page-link {
    padding: 0.4rem 0.7rem;
    border: 1px solid #ff9113;
}

.table_btn {
    background-color: #ff9412;
    border: 1px solid #ff771f;
}

.required_span {
    background-color: #ff0000a3;
    border-radius: 4px;
    color: white;
    margin-right: 8px;
    padding: 1px 3px 1px 3px;
    font-size: 10px;
}
.required_span_gray {
    background-color: #e0e0e0;
    border-radius: 4px;
    color: #000;
    margin-right: 8px;
    padding: 1px 3px 1px 3px;
    font-size: 10px;
}
.required_span_red {
    background-color: #ff0000a3;
    border-radius: 4px;
    color: #000;
    margin-right: 8px;
    padding: 1px 3px 1px 3px;
    font-size: 10px;
}
.required_span_white {
    background-color: #ffffff;
    border-radius: 4px;
    color: #464646;
    margin-right: 8px;
    padding: 1px 3px 1px 3px;
    font-size: 10px;
}
.note_p{
    font-size: 11px;
    color: #888888;
    letter-spacing: -1px;


}
/*******************WIZARD**************************/
.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden
}

.wizard a, .tabcontrol a {
    outline: 0
}

.wizard ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0
}

.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em
}

.wizard > .content > .title, .tabcontrol > .content > .title {
    position: absolute;
    left: -999em
}

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%
}

.wizard > .steps .number {
    font-size: 14px;
}

.wizard > .steps > ul > li {
    width: 20%
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    font-size: 15px;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 10px;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #000000;
    cursor: default;
    font-weight: 600;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background-image: -webkit-linear-gradient(0deg, rgb(255, 175, 5) 0%, rgb(255, 147, 19) 45%, rgb(255, 118, 32) 100%);
    border: 1px solid #e37a34 !important;
    color: #fff;
    cursor: default;
    font-weight: 600;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #f39a72;
    color: #fff;
    font-weight: 600;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff
}

.wizard > .content {
    background: #ffffff;
    display: block;
    margin: .5em;
    min-height: 440px;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% .5em 2.5%;
    width: 65%
}

.wizard > .content > .body {
    float: left;
    position: initial;
    width: 100%;
    height: 100%;
    padding: 2.5% 0;
}

.wizard > .content > .body ul {
    list-style: disc !important
}

.wizard > .content > .body ul > li {
    display: list-item
}

.wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%
}

.wizard > .content > .body input {
    display: block;
    margin-bottom: 10px;
    color: #1b1b1b !important;
    border: 1px solid #919598 !important;
}

.wizard > .content > .body input[type="checkbox"] {
    display: inline-block
}

.wizard > .content > .body input.error {
    color: #8a1f11
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right
}

.wizard > .actions > ul > li {
    margin: 0 .5em
}

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em
}

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    padding-top: 5px;
    color: #525252;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-image: -webkit-linear-gradient(0deg, rgb(255, 175, 5) 0%, rgb(255, 147, 19) 45%, rgb(255, 118, 32) 100%);
    border: 1px solid #e37a34 !important;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding: 4px 18px;
    font-weight: 600;
}

.wizard > .actions a:hover {
    box-shadow: 0 0 6px #ff781dd4;
}

.wizard > .actions .disabled a:hover {
    box-shadow: 0 0 6px #9e9e9ed4;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
    border: 1px solid #cecece !important;
}

.wizard > .content > .body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em
}
.wizard_span{
    font-size: 12px;
}

@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
    .main-heading {
        padding-top: 40px;
        font-size: 24pt;
        letter-spacing: normal;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .main-heading-w ,.main-heading-b {
        padding-top: 28px;
        font-size: 24pt;
        letter-spacing: normal;
        font-weight: bold;
    }


    .sub-heading, .sub-heading-w ,.sub-heading-b {
        padding-top: 20px;
        margin-bottom: 0px;
    }
    .heading-detail , .heading-detail-w , .heading-detail-b{
        font-size: 12pt;
        padding-top: 20px;

    }

    .common-banner {
        padding: 80px 0px 80px 0px;
    }

    .bl-heading-detail-c ,.bl-heading-detail-j{
        width: 655px!important;
    }

}

@media (min-width: 1025px) and (max-width: 1199px) {
    .main-heading, .main-heading-w , .main-heading-b {
        padding-top: 28px;
        font-size: 24pt;
        letter-spacing: normal;
        font-weight: bold;
    }

    .sub-heading, .sub-heading-w , .sub-heading-b {
        padding-top: 5px;
    }

    .common-banner {
        padding: 80px 0px 80px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .common-banner {
        padding: 80px 0px 80px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .content-max-width {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .common-banner {
        padding: 70px 0px 70px 0px;
    }

    /*-------Wizard---------*/
    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
        font-size: 11px;
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        font-size: 11px;
    }

}

@media only screen and (min-width: 606px) and (max-width: 767px) {
    .content-max-width {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;

    }

    .common-banner {
        padding: 15px 0px 15px 0px;
    }

    .main-heading ,.main-heading-w , .main-heading-b {
        padding-top: 28px;
    }

    .sub-heading , .sub-heading-w , .sub-heading-b {
        padding-top: 5px;
    }

    /*-------Wizard---------*/
    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
        font-size: 11px;
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        font-size: 11px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 605px) {
    .content-max-width {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .common-banner {
        padding: 15px 0px 15px 0px;
    }

    .main-heading ,.main-heading-w ,.main-heading-b {
        padding-top: 28px;
    }

    .sub-heading ,.sub-heading-w ,.sub-heading-b{
        padding-top: 5px;
    }
    .heading-detail , .heading-detail-w , .heading-detail-b {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .c-banner-h2 {
        font-size: 18pt;
    }
    .common-banner {
        padding: 25px 0px 25px 0px;
    }

}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .content-max-width {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .common-banner {
        padding: 15px 0px 15px 0px;
    }

    .main-heading ,.main-heading-w ,.main-heading-b {
        padding-top: 28px;
        font-size: 23pt;
    }

    .sub-heading ,.sub-heading-w ,.sub-heading-b{
        padding-top: 5px;
    }
    .heading-detail , .heading-detail-w , .heading-detail-b {
        font-size: 14px;
    }
}
.inline_show{
    display: inline-table;
}
.tbl_w10{
 width: 10%;
}
.tbl_w8{
    width: 9%;
}
.tbl_w17{
    width: 17%;
}
