.ms-signInLink {
    display: none;
}

.display_onmobile_custom {
    display: none;
}

.ms-signInLink {
    display: none !important;
}

#WebPartZoneSection {
    margin-top: 0px;
}

.ms-webpartzone-cell {
    margin-bottom: 0px;
}

article h2 {
    /*color: #2196f3 !important;*/
    color: #000000 !important;
    margin-top: 0;
}

#ConfirmationTitle {
    color: #000 !important;
}

div.acc_pane > table > tbody > tr > td {
    line-height: normal;
}


/*MV: for uat version*/
.acc_pane table > tbody > tr > td {
    line-height: normal;
}

table.tablestandard tr > td.col_header {
    width: 50% !important;
}

.acc_pane table.tablestandard {
    width: 100% !important;
}

div.acc_pane > ol > li {
    line-height: normal;
}

.icon_contact_address {
    background: url("../../images/icon_contact_address.svg");
}

.icon_contact_tel {
    background: url("../../images/icon_contact_tel.svg");
}

.icon_contact_address, .icon_contact_tel {
    width: 80px;
    height: 80px;
}

/*@media screen and (max-width: 1280px) and (min-width: 768px) {
    table.tablestandard tr td:nth-child(5) {
        display: none;
    }

    table.tablestandard tr td:nth-child(6) {
        display: none;
    }

    table.tablestandard tr td:nth-child(7) {
        display: none;
    }

    table.tablestandard tr td:nth-child(8) {
        display: none;
    }
}*/

@media screen and (max-width: 1150px) {
    .display_ondesktop_custom {
        display: none;
    }

    .display_onmobile_custom {
        display: block;
        margin-bottom: 50px;
    }
}

/*@media screen and (max-width: 1023px) {
    table.tablestandard tr td:nth-child(3) {
        display: none;
    }

    table.tablestandard tr td:nth-child(4) {
        display: none;
    }

    table.tablestandard tr td:nth-child(5) {
        display: none;
    }

    table.tablestandard tr td:nth-child(6) {
        display: none;
    }

    table.tablestandard tr td:nth-child(7) {
        display: none;
    }

    table.tablestandard tr td:nth-child(8) {
        display: none;
    }
}*/

@media screen and (max-width: 767px) {

    /*table.tablestandard tr td:nth-child(4) {
        display: none;
    }

    table.tablestandard tr td:nth-child(5) {
        display: none;
    }

    table.tablestandard tr td:nth-child(6) {
        display: none;
    }

    table.tablestandard tr td:nth-child(7) {
        display: none;
    }

    table.tablestandard tr td:nth-child(8) {
        display: none;
    }*/

    .display_onmobile_custom {
        padding-left: 0px;
    }
}

/*@media screen and (max-width: 540px) {

    table.tablestandard tr td:nth-child(4) {
        display: none;
    }

    table.tablestandard tr td:nth-child(5) {
        display: none;
    }

    table.tablestandard tr td:nth-child(6) {
        display: none;
    }

    table.tablestandard tr td:nth-child(7) {
        display: none;
    }

    table.tablestandard tr td:nth-child(8) {
        display: none;
    }
}

@media screen and (max-width: 413px) {
    table.tablestandard tr td:nth-child(3) {
        display: none;
    }

    table.tablestandard tr td:nth-child(4) {
        display: none;
    }

    table.tablestandard tr td:nth-child(5) {
        display: none;
    }

    table.tablestandard tr td:nth-child(6) {
        display: none;
    }

    table.tablestandard tr td:nth-child(7) {
        display: none;
    }

    table.tablestandard tr td:nth-child(8) {
        display: none;
    }
}*/

@media screen and (max-width: 340px) {
    table.tablestandard tr td:nth-child(1) {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    table.tablestandard tr td:nth-child(2) {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    table.tablestandard tr td:nth-child(3) {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

@media (max-width: 340px) {
    section.sectAfter_sect_h1 > article {
        width: 96% !important;
        padding-right: 0px !important;
    }
}

.serialNoCell {
    width: 5%;
}

.dateCell {
    width: 15%;
}

.iconCell {
    width: 10%;
}

/*table.tablestandard tr.row_header > td:nth-child(2) {
    min-width: 130px;
}*/

@media (max-width: 767px) {
    .ms-srch-sbLarge-fullWidth {
        width: 240px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ms-srch-sbLarge-fullWidth {
        width: 280px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ms-srch-sbLarge-fullWidth {
        width: 350px !important;
    }
}

@media (min-width: 1200px) {
}

.footer_copyright ul > li:last-child.divider {
    display: none;
}
/*@media screen and (max-width:999px)*/
.footer_govt > div > div > ul > li > a {
    color: #22a7f0;
}

.ms-error {
    color: red !important;
}

.ms-ref-refiner #Value, .ms-ref-unsel-toggle, #OtherValue, #SubmitValue {
    width: inherit !important;
}

@media (max-width: 340px) {
    section.sectAfter_sect_h1 > article {
        width: 94%;
        padding-left: 15px;
        padding-right: 30px;
        margin-left: 0px;
    }

    section.sect_h1 > article {
        width: 94%;
        padding-left: 15px;
        padding-right: 30px;
        margin-left: 0px;
    }
}

.article_sitemap {
    margin-top: 90px !important;
}

@media screen and (max-width: 768px) {
    #s4-workspace {
        overflow: auto;
    }
}

table.tablestandard tr td:nth-child(6){
    max-width: 160px;
}