* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    color: #363636;
    background-color: #ADB6BF;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

select {
    width: 130px;
}

ul li,
ol li {
    list-style-type: none;
}

a,
p {
    text-decoration: none;
    outline: none;
    color: #313131;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #333;
}

img {
    max-width: 100%;
    max-height: 100%;
}

input:focus,
input:active {
    outline: 0;
}

button:focus,
button:active {
    outline: 0;
}

.top_header {
    background: #DFE3E6;
    padding: 0 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0px 5px #656565;
    position: relative;
}

.logo_wrapper {
    flex: 0 0 100px;
    max-width: 100px;
}

.op_wrapper {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px)
}

.header_info {
    padding: 0 20px 0 5px;
    position: relative;
    margin-left: 20px;
    background: #DB6D20;
    border-radius: 20px;
    cursor: pointer;
}

.font-a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.header_info:after {
    content: '\f0d7';
    top: 50%;
    right: 7px;
    margin-top: -6px;
    font-size: 12px;
}

.header_info span {
    display: block;
    white-space: nowrap;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    font-weight: 500;
}

.header_info ul {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 3px);
    background: #DB6D20;
    border-radius: 5px;
    padding: 2.5px 0;
    display: none;
    z-index: 99
}

.header_info ul li a {
    display: block;
    padding: 0 5px;
    line-height: 25px;
    transition: 0.2s;
}

.header_info ul li a:hover {
    background: #C7611A;
}

.header_search {
    position: relative;
    line-height: 20px;
}

.header_search input {
    line-height: inherit;
    padding: 0 30px 0 8px;
    border-radius: 10px 0 0 10px;
    box-shadow: inset 0 0 4px #8b8b8b;
    border: none;
}

.header_search button {
    position: absolute;
    border: none;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(#fff, #eaeaea);
    color: #578DA0;
    right: -5px;
    font-weight: 600;
    font-size: 14px;
    top: 0;
    bottom: 0;
    line-height: 0;
    box-shadow: 0 0 2px #7d7d7d, inset 0 0 2px #eee;
    cursor: pointer;
}

nav {
    background: #DFE3E4;
    border-bottom: 2px solid #DB6D20;
    border-radius: 10px 10px 0 0;
    position: relative;
}

nav ul {
    padding: 2px 15px 0;

}

nav ul li a {
    display: block;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 8px;
}

nav ul li.active a {
    background: linear-gradient(#d6a17c, #DB6D20);
    border-radius: 5px 5px 0 0;
}

.nav_btn_res {
    display: none;
}

.header_info.active ul {
    display: block;
}

.main_section .main_row {
    background: #fff;
    box-shadow: 0 2px 3px #000;
    padding-top: 10px;
}

.side_bar {
    flex: 0 0 200px;
    max-width: 200px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.main_col {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding: 0 10px;
}

.side_menu {
    background: #F2F3F5;
    border-radius: 7px;
}

.side_menu .title {

    background: #DB6D20;
    line-height: 25px;
    font-size: 13px;
    color: #323232;
    font-weight: 500;
    border-radius: 7px;
    padding: 0 5px;
}

.side_menu ul {
    padding: 0 5px;
    margin-bottom: 10px;

}

.side_menu ul a {
    display: block;
    line-height: 20px;
    font-size: 12px;
}

.main_col .main_title {
    padding-left: 50px;
    position: relative;
}

.main_col .main_title h6,
.main_col .main_title h4 {
    font-weight: 400;
}

.main_col .main_title img {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: 5px;
    top: 50%;
}

.main_col .m_title {
    padding: 5px;
    border-top: 2px solid #636361;
    text-align: left;
    margin-top: 10px;
    background: #F8F8F6;
    border-radius: 3px 3px 0 0;
}

.main_col .m_title h5 {
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}

.main_col .m_title.with_btn {
    padding-left: 150px;
    position: relative;
    text-align: center;
}

.m_title.with_btn.only_btn {
    border-top: none;
    margin-top: 0;
    padding-left: 0;
}

.main_col .m_title.with_btn h5 {
    position: absolute;
    line-height: 20px;
    left: 5px;
    max-width: 140px;
    top: 50%;
    margin-top: -12.5px;
    font-size: 14px;
    font-weight: 500;
}

.main_col .m_title.with_btn a,
.a_btn {
    display: inline-block;
    line-height: 20px;
    margin: 0 3px;
    background: linear-gradient(#eee, #dcdcdc);
    border: 1px solid #7C7C7C;
    padding: 0 5px;
    border-radius: 3px;
    font-weight: 500;
}

.s_title {
    background: #DEE3E7;
    padding: 0 5px;
    position: relative;
}

.s_title h6 {
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
}

.required_sign {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
}

.required_sign span:first-child {
    float: left;
    width: 7px;
    height: 15px;
    background: #EC0000;
    margin-right: 5px;
    border-radius: 5px;
    margin-top: 2.5px;
}

.required_sign span:last-child {
    float: left;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
}

.info_box {
    background: #F8F8F8;
    padding: 10px;
    text-align: center;
}

.info_wrapper li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
}

.info_wrapper li:after {
    content: '';
    clear: both;
    display: block;
}

.info_wrapper li span:first-child {
    float: left;
    margin-right: 15px;
    line-height: 20px;
    font-size: 12px;
    width: 100px;
    text-align: right;
}

.info_wrapper li input {
    height: 20px;
    width: 500px;
    padding: 0 5px;
}

.small_input {
    width: 140px !important;
}

.info_wrapper li span:last-child {
    float: left;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    width: 500px;
    text-align: left;
}

.info_wrapper li textarea {
    float: left;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    width: 500px;
    text-align: left;
    transition: border 0.2s;
    height: 100px;
}

.require {
    border: 1px solid #ababab;
    border-left: 2px solid #EC0000;
}

.s_title.grey_bg {
    background: #F3F3F3
}

.chat_box ul {
    display: block;
    height: 150px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 5px 10px;
    font
}

.chat_box li span {
    float: left;
    font-size: 13px;
}

.chat_box li:after {
    content: '';
    clear: both;
    display: block;
}

.chat_box li span:first-child {
    margin-right: 10px;
}

.chat_box li:not(.your_msg) span:last-child {
    font-weight: 500;
}

.chat_option li {
    display: inline-block;
    margin-top: 5px;
}

.chat_option li a {
    color: #4B88D9;
    padding-left: 5px;
}

.chat_option .bt {
    margin: 0 10px;
}

.info_wrapper li.two_col {
    flex: 0 0 50%;
    max-width: 50%;
}

footer {
    margin: 10px 0 30px;
    text-align: center;
}

footer ul {
    display: inline-block;
    margin-left: 10px;
}

footer ul li {
    display: inline-block;
    margin-left: 5px;
}

footer ul li a {
    line-height: 20px;
    padding-left: 5px;
    display: inline-block;
    border-left: 1px solid #5C5C5C;
    color: #3f3f3f;
    font-weight: 500;
    text-decoration: underline;
}

footer span {
    display: inline-block;
    line-height: 20px;
    color: #3f3f3f;
    font-weight: 500;
}

.a_width {
    width: calc(100% - 120px) !important;
}

.select_b {
    width: 180px;
}

.b_font {
    font-size: 16px !important;
}

.of_auto {
    overflow-x: auto;
}

.cases_table {
    border-collapse: collapse;
    width: 100%;
    min-width: 1200px;
}

.cases_table thead {
    background: #F3F3F3
}

.cases_table tbody {
    background: #fff;
}

.cases_table a {
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-decoration: underline;
}

.cases_table td,
.cases_table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 3px 5px;
}

.steps_ul li p,
.steps_ul li {
    text-align: left;

}

.info_box.stylish {
    box-shadow: 0 0 5px #cacaca;
    border-radius: 5px;
}

.steps_ul li {
    margin-bottom: 10px;
    s
}

.steps_ul li p {
    margin-bottom: 5px;
    font-size: 13px;
}

.steps_ul li p:first-child {
    font-weight: 500
}

.login_body {
    background-color: #B1BAC1;
}

.login_wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.login_logo img {
    width: 155px;
    display: inline-block;
}

.login {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #8b8b8b;
    width: 380px;
}

.login input[type='text'] {
    display: block;
    border: 1px solid #D8DDE6;
    border-radius: 4px;
    padding: 10px;
    margin: 5px 0 10px;
    width: 100%;
}

.login label:not(.checkbox_label) {
    font-size: 12px;
    color: #54698d;
    text-align: left;
    display: block;
}

.login .login_btn {
    background-color: #EB6E12;
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.login .forget_btn {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #0070d2;
}

.remember_part {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.remember_part label {
    float: left;
    line-height: 19px;
    margin-bottom: 0;
    font-size: 14px;
}

.remember_part input {
    float: left;
    margin: 5px;
}

/*tabale_sec*/

.logo_partt {
    background-color: #DBE0E9;
    margin-bottom: 37px;
}

.logo_partt img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.tbl_ttl {
    background-color: #DBE0E9;
    margin-bottom: 13px;
}

.tbl_ttl h5 {
    text-align: center;
}

.tbl_ttl h1 {
    text-align: center;
    font-size: 17px;
    line-height: 29px;
    color: #000;
}

.ttl_oth {
    background-color: #DBE0E9;
    margin-bottom: 10px;
}

.ttl_oth h6 {
    text-align: center;
    color: #000;
    line-height: 29px;
}

/*singl_tble*/

.tblllll_pty th {
    background: #f37324;
    border-right: 1px solid #fff;
}
.tblllll_pty th:last-child {

    border-right: 0;
}

.tblllll_pty table {

    border-collapse: collapse;
    width: 100%;
}

.tblllll_pty td, th {
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

.tblllll_pty tr {
    background-color: #fff;
}

.tblllll_pty tr:first-child {
    background-color: #fe6401;
    color: #fff;
}

.all_ul_itm ul li {
    display: inline-block;
}

.all_ul_itm ul li a {
    margin-right: 2px;
}

.all_ul_itm ul li i {
    color: #42d1b5;

}

.brd_r_rec {
    color: #42d1b5;
    border-right: 1px solid #000;
    padding-right: 4px;
    margin-right: 3px;
}

/*tabale_sec*/

/*table-sec22*/

.tbl_ttl22 {
    background-color: #dfe3e6;
    margin-bottom: 13px;

}
.tbbbbl {
    background: #fff;
}
.vvvvvvv_f {
    background: #fff;
    height: 25px;
}

.tbl_ttl22 h1 {
    text-align: left;
    font-size: 17px;
    line-height: 29px;
    color: #000;
    padding-left: 13px;
}
/*singl_tble22*/
.tblllll_pty22 {
    overflow-x: auto;
}
.tblllll_pty22 table {


    border-collapse: collapse;
    width: 100%;
}

.tblllll_pty22 td, th {
    text-align: center;
    padding: 8px;
    border: none;
    background: #fff;
    font-size: 17px;
}

.tblllll_pty22 tr {
    background-color: #fff;
}

.tblllll_pty22 tr:first-child {
    background-color: #adb6bf;
    color: #000;
}
.all_ul_itm22 ul li {
    display: inline-block;
}

.all_ul_itm22 ul li a {
    margin-right: 2px;
}

.all_ul_itm22 ul li i {

    margin-right: 4px;
}

.brd_r_rec22 {
    color: #2a639a;
    border-left: 1px solid #000;
    padding-left: 5px;
    margin-right: 3px;
}
.icn_html{
    color: #ec6630;
}
@media (max-width: 992px) {
    .tblllll_pty {
        overflow-x: auto;
    }

    .brd_r_rec {
        color: #42d1b5;
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .all_ul_itm ul li a {

        float: right;
    }

    .fa.fa-download.brd_r_rec {
        float: left;
    }

    .main_col .m_title.with_btn a,
    .a_btn {
        margin: 5px 3px;
    }

    .info_wrapper li input,
    .info_wrapper li textarea {
        width: calc(100% - 120px) !important;
    }

    .info_wrapper {
        display: block !important;
    }

    .info_wrapper li.two_col {
        flex: 0 0 100%;
        margin-bottom: 5px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .nav_btn_res {
        display: inline-block;
        margin: 0 20px;
        line-height: 30px;
        cursor: pointer;
    }

    nav ul.d-flex {
        transform: scaleY(0);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 0;
        transform-origin: top;
        transition: 0.3s;
        box-shadow: 0 2px 3px #757575;
    }

    nav ul.d-flex.active {
        transform: scaleY(1);
    }

    nav ul li {
        flex: 0 0 100%;
    }

    .header_search {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: white;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 32px;
        border-radius: 0 0 10px 10px;
        transition: 0.3s;
    }

    .header_search.active {
        opacity: 1;
        visibility: visible;
        background: #DFE3E6;
    }

    .header_search button {
        top: unset;
        bottom: unset;
        line-height: 28px;
        right: calc(50% - 100px);
    }

    nav ul li a {
        background: #f0f0f0;
    }

    .side_bar,
    .main_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (max-width: 600px) {
    .info_wrapper li {
        margin-bottom: 10px;
    }

    .info_wrapper li span {
        float: none !important;
        display: block !important;
        width: 100% !important;
        text-align: left !important;

    }

    .info_wrapper li span:first-child {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .info_wrapper li.two_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info_wrapper li input,
    .info_wrapper li textarea {
        width: 100% !important
    }

    .main_col .m_title.with_btn {
        padding-left: 0;
    }

    .main_col .m_title.with_btn.d-flex {
        display: block !important;
    }

    .main_col .m_title.with_btn h5 {
        position: static;
        margin: 10px 0;
        text-align: center;
        max-width: unset;
    }

    select {
        width: 100% !important;
    }

    .required_sign {
        display: none;
    }

    .login_wrapper {
        padding: 0 15px;
    }

    .login {
        width: 100%;
    }
}

@media (max-width: 468px) {
    .info_wrapper li textarea {
        width: 100%;
    }

    .info_wrapper {
        width: 100%;
    }
}