/*------------------------------------------------*/
/*------------------------------------------------*/
/*       Hickshaw County Blue Theme Styles        */
/*------------------------------------------------*/

/*Common: Start*/

/* Rebranding: .error, .success color → base-overrides.css */
/* .error {
    color: red;
    font-size: 12px;
} */

.success {
    font-size: 12px;
}

/*livehelpnow Chat script creating some styles. to over come that issue we introduced */
#lhnChatButton {
    display: none !important;
}

.submitMessageBlock {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.form input[type='text'], .form input[type='radio'], .form input[type='select'], .form textarea {
    display: block;
}

.item-disabled {
    pointer-events: none;
    opacity: 0.8;
    cursor: default;
}

.cartItemUpdating {
    background: url("/Assets/Styles/themes/default/images/ajax-loader_circle-orange_big.gif") 
    no-repeat; 
    background-position-x: 50%;
    background-position-y: 5%;
    background-size: 35px;
    width: 11%;
}

.cartCountUpdating {
    text-align: center;
    width: auto;
    color: var(--color-brand-dark);
    font-size: 14px;
    min-width: 30px;
    background: url("/Assets/Styles/themes/default/images/ajax-loader_circle-orange_big.gif") 
    no-repeat; 
    background-size: 30px;
    line-height: 30px;
    margin-top: -3px;
    background-position-x: -2px;
    margin-top: -3px;
}

.ajax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8039;
}

a.logo {
    background: transparent 0 0 no-repeat;
    display: inline-block;
    width: 350px;
    /*height: 90px;*/
}

/*Message Box Style: Start */
.msgBox {
    position: absolute;
    top: 0;
    border: 1px solid #F6F6F6 !important;
    border-top: none !important;
    border-radius: 0 0 5px 5px !important;
    padding: 3px 5px !important;
    box-shadow: 0 4px 10px 2px #8A8684 !important;
}
/*Message Box Style: End */

/*Common: End*/

/* Layout Header - Start */
.header-cart-details {
    clear: both;
    float: right;
}
/* Layout Header - End */

/*Clearable: Start*/
.clearableOn {
    background: url("../../default/images/cross.png") no-repeat right 5px center;
    padding-right: 18px !important;
}

.clearableOn-hover {
    cursor: pointer;
}
/*Clearable: End*/

/*Start: Search +*/
.searchbutton {
    background: transparent url("../../default/images/search-button.png") no-repeat top right;
    width: 57px !important;
    height: 33px;
    display: inline-block;
    border: 0;
}

    .searchbutton:disabled {
        cursor: default;
    }

.selectiondisplaypanel {
    position: relative;
    border: 1px solid #ABABAB;
    padding: 5px;
    border-radius: 5px;
    width: 99.7%;
    height: 25px;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

.filteritem {
    position: relative;
    border-radius: 7px;
    border: 1px solid #ABABAB;
    background-color: #F5F5F5;
    margin-left: 4px;
    margin-right: 4px;
    padding: 4px;
}

    .filteritem a {
        background: transparent url("../../default/images/cross.png") no-repeat center right;
        cursor: pointer;
        border: 0;
        padding-left: 5px;
        padding-right: 5px;
        width: 10px;
        height: 10px;
    }

.titleBtnClr {
    color: #ffffff;
    background-color: #ee9230;
    background-image: none;
}

    .titleBtnClr:hover, .titleBtnClr:focus {
        background-color: #f89406;
        color: #fff;
    }

.btn-inverse, .btn-inverse:hover, .btn-inverse:focus {
    color: #FFF;
}

.defaultBtnClr {
    color: #ffffff;
    background-color: #AEAEAE;
    background-image: none;
}

    .defaultBtnClr:hover, .defaultBtnClr:focus {
        background-color: #AEAEAE;
    }

#results-table {
    display: inline-block;
    max-width: 960px;
    background-color: #fff;
    margin-bottom: 20px;
}

#searchpanel {
    /* IE10+ */ 
    background: -ms-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);
    /* Mozilla Firefox */ 
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);
    /* Opera */ 
    background: -o-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #F0F0F0));
    /* Webkit (Chrome 11+) */ 
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);
    /* W3C Markup */ 
    background: linear-gradient(to bottom, #FFFFFF 0%, #F0F0F0 100%);
    border: 1px solid #ababab;
    border-width: 0 1px 1px 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    width: 99.8%;
    box-shadow: 0 1px 2px #888;
    position: relative;
}

    #searchpanel ul, #searchpanel ul ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        /* Neumo: do not force inline-block on all #searchpanel list items — breaks flex layout (see parity block at end of file). */

li#searchpanel-searchinstruction-block {
    float: right !important;
}

#searchpanel ol.title {
    margin: 15px 0 0 0px;
    display: inline-block;
    width: 100%;
}


    #searchpanel ol.title li h1 {
        display: inline-block;
        font-size: 21px;
    }

#reset-search {
    color: var(--color-brand-dark);
    font-size: 13px;
    font-weight: bold;
    height: 17px;
    text-decoration: none;
    margin-left: 40px;
}

.records {
    /*padding: 0 0 0 100px;*/
}

/* Rebranding: name search placeholder (font, size, no italic) in base-overrides.css */
/*
#nameSearchText::-webkit-input-placeholder {
    font-size: 12px;
    color: #AFAFAF;
    font-style: italic;
}

#nameSearchText:-moz-placeholder {
    font-size: 12px;
    color: #AFAFAF;
    font-style: italic;
}

#nameSearchText::-moz-placeholder {
    font-size: 12px;
    color: #AFAFAF;
    font-style: italic;
}

#nameSearchText:-ms-input-placeholder {
    font-size: 12px;
    color: #AFAFAF;
    font-style: italic;
}
*/

#searchpanel-curDeptText {
    min-width: 310px;
    margin-left: 33px;
    max-width: 600px;
    line-height: 23px;
}

#searchpanel-recdet-text {
    padding-left: 5px;
}

#searchpanel ol.searchcontrol {
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#searchpanel .expcol {
    padding: 0 !important;
}

#searchmorepanel > table.panel {
    width: 100%;
}

#searchmorepanel {
    background-color: #f5f5f5;
    border: 1px solid #ababab;
    border-width: 0 1px 1px 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    margin: 0 0.5%;
    height: auto;
    width: 97%;
    padding: 10px;
    overflow: auto;
}

@media (max-width: 768px) {
    #searchmorepanel {
        width: 96%;
    }
}

#searchmorepanel #documentgroups {
    width: 200px;
}

#searchmorepanel #partytypes {
    width: 150px;
}

#searchmorepanel #searchfields {
    width: 150px;
    margin-left: 10px;
}


#searchmorepanel .date-range-control,
#searchmorepanel #additionaldaterange {
    width: 255px;
}

    #searchmorepanel .date-range-control input[type='text'],
    #searchmorepanel #additionaldaterange input[type='text'] {
        width: 93px;
    }

    #searchmorepanel .date-range-control img,
    #searchmorepanel #additionaldaterange img {
        margin-left: 5px;
    }

@media (max-width: 768px) {
    #searchmorepanel #documentgroups {
        width: 150px;
    }

    #searchmorepanel #partytypes {
        width: 100px;
    }

    #searchmorepanel #searchfields {
        width: 100px;
        margin-left: 5px;
    }

    #searchmorepanel .date-range-control, #searchmorepanel #additionaldaterange {
        width: 245px;
    }
}

#documentstatus {
    margin-top: 10px;
}

#ApplicationDate {
    position: static;
    top: auto;
    left: auto;
}

#ApplicationDate.active {
    position: static;
    top: auto;
    left: auto;
}

#searchmorepanel .multiselect, #searchmorepanel .bordered {
    border: 1px solid #C0C0C0 !important;
    background-color: #FAFAFA !important;
}

.moreoptions {
    float: left;
    margin-right: 20px;
}
.moreoptionsL {
    float: left;
    margin-right: 80px;
}
.moreoptionsR {
    float: right !important;
    margin-right: 30px !important;
}


    .moreoptions h4 {
        font-weight: bold;
        margin-bottom: 8px;
    }

    .moreoptions ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .moreoptions ul li {
            padding: 3px 0;
        }

.moreoptionswidth {
    width: 28%;
}

.multiselect {
    height: 150px;
    overflow-y: auto;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding-left: 5px;
}

.space-container {
    width: 100px;
    margin-top: 10px;
    margin-right: 20px;
}

.margin-container {
    margin-top: 10px;
    margin-right: 20px;
}

.bordered {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding-left: 5px;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
}

.moreoptions ul.daterange li {
    float: left;
}

.daterangeto {
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    width: 25px;
}

#searchpanel .searchctrl {
    width: 485px;
    margin-right: 16px;
}

#searchpanel .calendarctrl {
    width: 70px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    #searchpanel .searchctrl {
        width: 270px;
    }

    #searchpanel .expcol {
        padding: 17px 0 0 50px;
    }
}
/*End: Search -*/


/*Search Result: Start*/

@media (max-width:768px) {
    #search-results-panel #top-toolbar #addToCartLinkBlock {
        text-align: right;
    }
}

@media (min-width:770px) {
    #search-results-panel #top-toolbar #pageListBlock {
        width: 18%;
    }
}


/*Search result: End*/


/*Footer +  Rebranding: #footer, #footerinner → base-overrides.css */
/* #footer {
    height: 28px;
    line-height: 27px;
    clear: both;
} */

/*#wrapper.shiftWrapper + #footer {
    width: 102%;
}*/

/* #footerinner {
    height: 28px;
    line-height: 27px;
    background: #fff url(../../default/images/footer-bg.png) 0 0 repeat-x;
    font-size: 11px;
    width: 100%;
    min-width: 1000px;
    padding: 0;
    margin-top: 40px;
    float: left;
} */

@media (max-width: 768px) {
    /* #footerinner {
        min-width: 768px;
    } */
}

/*Footer -*/

/*Start: Search Navigation +*/
/* Retired: sprite tabs (menu-bg-*.png) — Neumo #dept-tab-collection / .tab-headers in base-overrides.css */
/*
nav ul li {
    background: transparent url("../../default/images/menu-bg-right.png") no-repeat top right;
    padding-right: 18px;
}

nav ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 27px;
    line-height: 26px;
    padding: 5px 10px 3px 20px;
    text-decoration: none;
}

nav ul li a:hover {
}

nav ul li.selected {
    background: transparent url("../../default/images/menu-bg-selected-right.png") no-repeat top right;
}

nav ul li.selected a {
}
*/

/* User profile tabs (no sprites): see base-overrides.css #userProfileTabsSection */

a.recentsearches {
    background: transparent url("../../default/images/recenthistory.png") no-repeat top left;
    color: var(--color-brand-dark);
    font-size: 13px;
    height: 17px;
    padding-left: 22px;
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
}

a.morelink, a.lesslink {
    color: var(--color-brand-dark);
    font-size: 13px;
    height: 17px;
    padding-left: 22px;
    text-decoration: none;
    display: inline-block;
}


a.morelink {
    background: transparent url("../../default/images/plus-icon.png") no-repeat top left;
}

a.lesslink {
    background: transparent url("../../default/images/minus-icon.png") no-repeat top left;
}

.topAlign {
    vertical-align: top;
}
/*End: Search Navigation -*/

/*Start: User Profile+*/
#userProfile {
    margin: 0;
    padding: 0;
}

#userProfileTabsSection nav {
    float: left;
    width: 100%;
}

#userProfile #profileNav {
    list-style: none;
    margin: 14px 0 19px 0;
}



.userprofile .custom-tab-content {
    width: 100%;
}

#profileNav li {
    display: inline;
}

#profileNav .homeIcon {
    height: 20px;
    width: 20px;
}

.homeIcon img {
    margin-left: 3px;
    margin-top: -1px;
}

#userDetail {
    margin: 0;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    #userDetail ul {
        display: block;
    }

.editIcon {
    background: transparent url("../../default/css/images/editIcon.png") no-repeat top left;
    height: 20px;
    width: 36px;
    text-align: right;
    padding-left: 18px;
}

.changePassicon {
    background: transparent url("../../default/css/images/changepassIcon.png") no-repeat top left;
    height: 20px;
    width: 36px;
    text-align: right;
    padding-left: 18px;
}

#userDetail ul > li {
    border-bottom: 1px solid #999;
    width: 50%;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    overflow-y: hidden;
}

#userDetail ul li ol li {
    width: 35%;
    float: left;
}

.borderNone {
    border-bottom: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#userInformation #usrinfrm-message-block {
    height: 20px;
}

#userProfileNav {
    margin: 20px 0;
}

#userDetail ul li h3 {
    line-height: 20px;
}

#kdrive-results-table {
    min-height: 100px;
    width: 100%;
}
/*End: User Profile -*/

/*User Registartion : Start*/
#userRegister #resendemail, #userSignInBlock #resendemail, #forgotPasswordBlock #resendemail {
    display: none;
    cursor: pointer;
    text-align: left;
}

#userRegister #forgetpass {
    display: none;
    text-align: left;
}
/*User Registartion : End*/

/*User Resend Verification: Start*/
#resendVerificationBlock #forgetpass {
    display: none;
    text-align: left;
}
/*User Resend Verification: End*/

/*Preview: Start*/
#summaryBlock {
    min-height: 439px;
    overflow-y: auto;
    position: relative;
    height: 100%;
}

    #summaryBlock ul.newSearchRefLink li {
        color: var(--color-brand-dark);
        cursor: pointer;
    }

    #summaryBlock ul.additionalPartiesRefLink li {
        color: var(--color-brand-dark);
        cursor: pointer;
    }

    #summaryBlock #preview_summarymarginal_history {
        height: 32px;
        line-height: 25px;
        border-bottom: 1px solid #A2A2A2;
        padding-left: 21px;
        background-color: #F8F8F8;
        display: none;
        color: #000;
    }

    #summaryBlock .preview_summary-history-link-text {
        color: var(--color-brand-dark);
        cursor: pointer;
    }

    #summaryBlock ul#preview-summary-marginalrefblock li {
        float: left;
    }

    #summaryBlock .preview_summary-history-link-divider {
        background: transparent url("../../default/css/images/navArrow.png") no-repeat 0 0;
        width: 7px;
        height: 15px;
        display: block;
        margin: 7pt 5px;
    }

#preview-summary-marginalrefblock li {
    line-height: 33px !important;
}

#preview-summary-history-text {
    margin-right: 15px;
}

#preview_summarymarginal_content {
    background-color: #FFF;
    line-height: 25px;
    clear: both;
    overflow: auto;
}

#summaryBlock li {
    line-height: 25px;
}

#documentSummaryArea {
    padding: 20px 20px;
}

    #documentSummaryArea .tableBorder li {
        border-bottom: 1px solid #CCC;
    }

    #documentSummaryArea .tableBorder tr {
        border-bottom: 1px solid #CCC;
        border-top: 1px solid #CCC;
        border-collapse: collapse;
    }

    #documentSummaryArea .propertyAddressLink,
    #documentSummaryArea .legalDescriptionLink,
    #documentSummaryArea .documentRemarksLink,
    #documentSummaryArea .marginalRefLink {
        color: var(--color-brand-dark);
        cursor: pointer;
    }

    #documentSummaryArea .shortRow {
        width: 30%;
    }

.propertyAddressLink a:focus,
.legalDescriptionLink a:focus,
.documentRemarksLink a:focus,
.marginalRefLink a:focus {
    outline: none;
}

#documentSummaryArea .header {
    font-size: 21px;
    color: #000;
}

#documentSummaryArea .workflowWarningIcon {
    background: url("../../default/images/warning.png") no-repeat scroll center;
    padding-left: 15px;
    cursor: default;
    width: 24px;
    height: 24px;
}

.title {
    font-weight: bold;
    color: #000;
    display: inline-block;
    min-width: 125px;
}

.remarks-white-space-nowrap {
    white-space: nowrap;
}

#documentBlock {
    width: 100%;
    height: 100%;
}

#documentSummaryArea table {
    width: 100%;
}
#documentSummaryArea .sectionSubHeader {
    font-size: 13px;
    font-weight: bolder;
    background-color: #DFE0E0;
    margin-top: 15px;
    padding: 2px 6px;
    color: #000;
}

.tdspacequal td {
    width: 50%;
    border-collapse: separate;
    border-spacing: 10px 50px;
    padding-right: 20px;
    vertical-align: top;
}

.tdspacequalwithheader td{
    vertical-align:top;
}

.tdspacequal td:last-child {
        padding-right: 0;
    }

#previewHeaderNav {
    text-align: right;
    padding-right: 16px;
    height: 96%;
}

    #previewHeaderNav a {
        display: block;
        float: left;
        margin-top: 8%;
        padding: 0 13px;
    }

        #previewHeaderNav a:first-child {
            border-right: 2px solid #999;
        }

#prevDocNavIcon {
    padding-right: 5px;
    margin-top: -2px;
}

#nextDocNavIcon {
    padding-left: 5px;
    margin-top: -2px;
}

#previewHeaderNav a.previewNavDisabled {
    color: #D6D6D6;
    cursor: default;
    pointer-events: none !important;
}

#previewHeaderRow {
    height: 48px;
}

#previewHeaderTabs {
    color: #333;
    height: 100%;
    float: left;
}

    #previewHeaderTabs ul {
        height: 100%;
    }

    #previewHeaderTabs li {
        float: left;
        margin: 23px 10px 0 10px;
        padding: 0 10px;
        margin-right: 10px;
        cursor: pointer;
    }

        #previewHeaderTabs li.active {
            border-bottom: 5px solid #EF932E;
        }

        #previewHeaderTabs li:first-child {
            margin-left: 20px;
        }

#documentImage {
    position: absolute;
    width: 100%;
    background-color: #FFF;
}

#singleImageContainer {
    position: relative;
    background-color: #FFF;
    height: inherit;
    width: inherit;
}

#thumbnailImageContainer {
    height: inherit;
    width: inherit;
}

    #thumbnailImageContainer #imageContainer img {
        border: 1px solid #6E6E6E;
        margin: 12px 14px;
        width: 194px;
        height: 234px;
        -webkit-box-shadow: 3px 3px 3px #B7B7B7;
        -moz-box-shadow: 3px 3px 3px #B7B7B7;
        box-shadow: 3px 3px 3px #B7B7B7;
        display: block;
    }

    #thumbnailImageContainer #imageContainer {
        overflow: auto;
        position: absolute;
        width: inherit;
        height: inherit;
    }

#previewFooterRow {
    height: 60px;
}

#previewFooterButtons {
    margin: 10px 15px;
}

#previewFooterRow #preview_footer_left_block {
    font-size: 15px;
    color: var(--color-brand-dark);
    padding: 0 0 0 17px;
    float: left;
}

    #previewFooterRow #preview_footer_left_block ul#preview_footer_left_second_row li {
        float: left;
        border-left: 1px solid #999;
        padding: 0 5px;
        line-height: 15px;
        height: 15px;
    }

        #previewFooterRow #preview_footer_left_block ul#preview_footer_left_second_row li:first-child {
            border: none;
            padding-left: 0;
        }

#previewFooterRow #previewFooterButtons ul li {
    padding-left: 10px;
}

#documentImageButtons {
    height: 54px;
    background-color: #ededed;
    border-bottom: 1px solid #D6D6D6;
}

    #documentImageButtons ul {
        list-style: none;
        position: absolute;
        margin: 8px 1px 8px 17px;
    }

        #documentImageButtons ul li {
            float: left;
        }

    #documentImageButtons .previewbt, #documentImageButtons .btnselected {
        width: 42px;
        height: 39px;
        display: inline-block;
        text-indent: -9999999px;
        margin-right: 3px;
        background-repeat: no-repeat;
    }

@media (max-width: 768px) {
    #documentImageButtons .previewbt, #documentImageButtons .btnselected {
        margin-right: 1px;
    }
}

#documentImageButtons .btnselected {
    background-position: 0 -78px !important;
}

#documentImageButtons .previewbt {
    background-position: 0 0 !important;
}

    #documentImageButtons .previewbt:not(.disabled):hover {
        background-position: 0 -39px !important;
    }

#documentImageButtons #imagePagingBlock {
    float: left;
    margin: 6px 4px 12px 2px;
}

#documentImageButtons #imagepreview-doc-navi-block {
    width: 115px;
}

#documentImageButtons #imagePaging {
    width: 30px;
    border-radius: 5px;
}

#documentImageButtons #of {
    float: left;
    margin: 12px 4px 12px 0px;
}

#documentImageButtons #totalImages {
    margin-top: 11px;
    font-size: 15px;
}

#documentImageButtons ul li.separator {
    background: transparent url(../../default/images/preview-separator.png);
    width: 2px;
    height: 39px;
    margin-right: 3px;
}

#documentImageButtons a.movefirst {
    background: transparent url(../../default/images/preview-first.png);
}

#documentImageButtons .disabled {
    background-position: 0 -117px !important;
    width: 42px;
    height: 39px;
    display: inline-block;
    text-indent: -9999999px;
    cursor: default;
}

#documentImageButtons a.previous {
    background: transparent url(../../default/images/preview-previous.png);
}

#documentImageButtons a.next {
    background: transparent url(../../default/images/preview-next.png);
}

#documentImageButtons a.movelast {
    background: transparent url(../../default/images/preview-last.png);
}

#documentImageButtons a.rotateleft {
    background: transparent url(../../default/images/preview-rotate-left.png);
}

#documentImageButtons a.rotateright {
    background: transparent url(../../default/images/preview-rotate-right.png);
}

#documentImageButtons a.zoomin {
    background: transparent url(../../default/images/preview-zoom-in.png);
}

#documentImageButtons a.zoomout {
    background: transparent url(../../default/images/preview-zoom-out.png);
}

#documentImageButtons a.fitwidth {
    background: transparent url(../../default/images/preview-fit-width.png);
}

#documentImageButtons a.fitheight {
    background: transparent url(../../default/images/preview-fit-height.png);
}

#documentImageButtons a.fit {
    background: transparent url(../../default/images/preview-fit.png);
}

#documentImageButtons a.imagemoveleft {
    background: transparent url(../../default/images/preview-rotate-right.png);
}

#documentImageButtons a.imagemoveright {
    background: transparent url(../../default/images/preview-rotate-right.png);
}

#documentImageButtons a.imagemovetop {
    background: transparent url(../../default/images/preview-rotate-right.png);
}

#documentImageButtons a.imagemovebottom {
    background: transparent url(../../default/images/preview-rotate-right.png);
}


#documentImageButtons a.singledoc {
    background: transparent url(../../default/images/preview-singledoc.png);
}

#documentImageButtons a.multidoc {
    background: transparent url(../../default/images/preview-multidoc.png);
}
/*Preview: End*/


/*Export Dialog:start*/
.exportManagerFileType {
    padding-left: 30px;
}
/*Export Dialog: End*/


/*KDrive Bubble Popup: Start*/
#kdriveHeader {
    font-size: 14px;
}

#kdriveContent {
    margin: 10px 0;
}

#addtokDriveMessage {
    line-height: 30px;
    text-align: center;
}

#addtokDriveMessage, #addnewcollectionMessageBlock {
    line-height: 15px;
    text-align: center;
    height: auto;
}
/*KDrive Bubble Popup: End*/

/*Report a Problem Start*/
#image_preview_sub #reportaproblemdialog {
    background: #EDEDED;
}

#reportaproblemdialog textarea, #reportaproblemdialog input[type='text'] {
    width: 350px;
    /*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}

#reportproblem-default-text {
    display: none;
    position: relative;
    margin-top: 8px;
    margin-left: 6px;
    color: #D7D7D7;
}

#reportaproblemDescription {
    border: none;
    max-width: 350px;
    min-width: 350px;
}

#rept-prob-desc-blk {
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 11px;
}

    #rept-prob-desc-blk label.error {
        position: absolute;
        margin-top: 1px;
    }


#reportProblemHeaderBlock {
    margin: 0 0 8px 0;
}

#reportProblemHeaderText {
    font-size: 14px;
}

#reportproblemMessageBlock {
    height: 20px;
}

#reportProblemTicketNo {
    text-align: right;
}

#kofile-reportaproblemdialog #reportaproblemdialog {
    margin: 20px 20px 0px 20px;
}

/*Report a Problem End*/

/*UserProfile Tabs: start*/
select.profileKDriveCollectionDropDown {
    width: auto !important;
}

select.profileKDrivePageDropDown {
    width: auto !important;
}

.ui-tooltip {
    padding: 5px !important;
    background-image: none !important;
    border-radius: 20px;
    background-color: #FFF1E2 !important;
    border: 1px solid #F49731 !important;
}

.iconFavourites {
    z-index: 99999;
}

#kDriveCollectionResultSet .collectionresult-table {
    width: 50%;
    border-bottom: 2px solid #949799;
}
/*UserProfile Tabs: End*/

/*Shopping Cart: Start*/
.cartSummary {
    cursor: pointer;
    height: 40px;
}

#profileNav {
    margin-bottom: 10px;
}


ul.cartSummary li#subWarningImage {
    width: 100px;
    text-align: center;
}

ul.cartSummary li {
    float: left;
    padding: 5px 4px;
}

    ul.cartSummary li:last-child {
        padding-right: 0;
    }

#CartDetails {
    font-size: 15px;
    line-height: 23px;
}

.navHeader {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.selected {
    color: #6a6e72;
}

.cartHearderBlock {
    margin: 10px 0;
    height: 80px;
    line-height: 80px;
}

.shoppingcart-table select {
    width: auto;
}

.shoppingcart-table .thumbnailImage {
    width: 60px;
    height: 75px;
    border: 1px solid #999;
    cursor: pointer;
}

.shoppingcart-table tbody > tr.selectedRow > td {
    background-color: #FFF1E2 !important;
}

.shoppingcart-table tbody > tr:hover > td {
    background-color: #FFF1E2 !important;
}

#cartHearderBlock-left {
    float: left;
    font-size: var(--font-size-2xl, 1.5rem);
}

#cartHearderBlock-right {
    text-align: right;
}

#clearShoppingCartLink {
    margin-left: 20px;
}

#FileFormatList {
    width: auto;
}

#CartItemCount, #InboxItemsCount {
    border: 1px solid #FFD7AB;
    background-color: #fff1e2;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    width: auto;
    color: var(--color-brand-dark);
    font-size: 14px;
    min-width: 20px;
}

.navFooter li {
    width: 100%;
    float: left;
    clear: both;
}

.CartCollectionHeader {
    float: right;
}

.PriceSummary tr {
    border-bottom: 2px;
    border-top: 2px;
    border-color: black;
}

.shoppingcart-table tbody tr {
    border-bottom: 1px solid #CCCCCC;
    height: 75px;
}

    .shoppingcart-table tbody tr:last-child {
        border: none;
    }

.shoppingcart-table {
    font-size: var(--font-size-md, 1rem);
    line-height: var(--line-heights-md, 1.5);
    word-break: break-all;
}

#subTotalBlock {
    height: 75px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    text-align: right;
    line-height: 75px;
    font-size: var(--font-size-md, 1rem);
}

#priceText {
    padding-right: 40px;
    font-size: var(--font-size-xl, 1.25rem);
    font-weight: var(--font-weights-semibold, 600);
}

#subtotalText {
    padding-right: 20px;
}

#checkoutBtnBlock {
    text-align: right;
    margin: 20px 0;
}

#ShoppingCartBlock {
    width: 150px;
}

#addtocartBlock #displayTotal {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

    #addtocartBlock #displayTotal #spanTotalPages {
        text-decoration: underline;
        float: left;
    }

    #addtocartBlock #displayTotal #spanPrice {
        text-decoration: underline;
        float: right;
    }

#addtocartContent {
    margin: 10px 0;
}

#addtocartBlock #customPageNoError {
    max-width: 215px;
}
/*Shopping Cart: End*/

/* Order Confirmation - Need to Remove 
#orderConfirm {
  font-weight: normal;
  text-align: left;
  margin-left: 10px;
  padding-top: 20px;
}
#orderConfirm li {  
    margin-left: 10px;
  padding-top: 10px;
}
#orderConfirm li span.bolder {
  font-weight: bold;
  font-size: 25px;
}
#orderConfirm li span.bold {
        font-weight: bold;
        font-size: 20px;
    }
#orderConfirm li div {
    font-weight: normal;
    text-align: left;
    padding-top: 25px;
}
#orderConfirm li div li {
    font-weight: normal;
    padding-top: 5px;
    font-size: 18px;
}
#orderConfirm #orderReceipt {
    float: right;
    border: thin;
    border-color: transparent;
}
#orderConfirm #orderReceipt div {
    padding-top: 15px;
    font-weight: bold;
    font-size: 16px;
}
#orderReceipt table {
    padding: 4px;
    border: solid #DFE0E0;
    border-collapse: collapse;
    border-width: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#orderReceipt table tbody {
    padding: 4px;
    background-color: transparent;
    border: none;
    font-size: 12px;
    font-weight: normal;
    word-wrap: break-word;
}
#orderReceipt table thead {
    background-color: #DFE0E0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    border: none;
}
#orderReceipt #printerFriendly {
    font-weight: bold;
    font-size: 15px;
    float: right;
    margin-top: -25px;
    display: inline-block;
}
#orderConfirmation {
    background-color: transparent;
}
#orderConfirmation ul {
    padding: 10px;
}
#orderConfirmation ul table {
    background-color: transparent;
    border: none;
    font-size: 12px;
    word-wrap: break-word;
    margin-bottom: 10px;
}
#orderConfirmation ul table tbody tr {
        border-bottom: 1px solid #CCC;
        border-top: 1px solid #CCC;
        border-collapse: collapse;        
}
#orderConfirmation ul table tbody tr td {
        width: 130px;       
}
#trouble-print-block {
  float: left;
}
 Order Confirmation */

/* Payment Getway Start */
#payment-gateway-wrapper {
    padding-top: 20px;
}

#payment-gateway-body-content table {
    width: 610px;
}


    #payment-gateway-body-content table tr td {
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }

        #payment-gateway-body-content table tr td.align-content-right {
            text-align: right;
        }

#payment-gateway-body-content #printerFriendly {
    font-size: 15px;
    float: right;
    margin-top: -25px;
    display: inline-block;
}

#payment-gateway-wrapper ul {
    padding: 10px;
}

#payment-gateway-body-content #ExpiryMonth, #payment-gateway-body-content #ExpiryYear {
    width: 108px;
}


#payment-gateway-body-content #cvv {
    width: 50px;
}

#payment-page-disclaimer {
    padding-top: 20px;
    overflow: hidden;
}

    #payment-page-disclaimer #payment-page-image {
        float: left;
    }

    #payment-page-disclaimer #payment-page-text {
        float: right;
        padding-left: 5px;
    }
/* Payment Getway End */

/*Order confirmation Kiosk*/
.orderConfirmationKiosk, .printConfirmationKiosk {
    padding: 10px 10px 20px 10px;
    background-color: #EDEDED;
}

    .orderConfirmationKiosk ul, .printConfirmationKiosk ul {
        padding: 10px;
    }

        .orderConfirmationKiosk ul table, .printConfirmationKiosk ul table {
            padding: 10px 0 10px 0;
            background-color: transparent;
            border: none;
            font-size: 12px;
            word-wrap: break-word;
        }

            .orderConfirmationKiosk ul table tbody tr {
                border-bottom: 1px solid #CCC;
                border-top: 1px solid #CCC;
                border-collapse: collapse;
            }

                .orderConfirmationKiosk ul table tbody tr.last {
                    border-bottom: 0;
                }

                    .orderConfirmationKiosk ul table tbody tr.last td {
                        border-bottom: 0;
                    }

                .orderConfirmationKiosk ul table tbody tr td {
                    width: 140px;
                    padding-top: .5em;
                    padding-bottom: .5em;
                    color: #000;
                }

            .printConfirmationKiosk ul table tbody tr td {
                width: 280px;
            }

            .orderConfirmationKiosk ul table tbody tr td input[type='text'], .printConfirmationKiosk ul table tbody tr td input[type='text'] {
                width: 100%;
                height: 30px;
                padding: inherit;
            }

    .orderConfirmationKiosk #orderConfirmationKiosk-or-text {
        margin-top: 7px;
        display: block;
    }

    .orderConfirmationKiosk a:focus {
        outline: none;
    }
/*Order confirmation Kiosk*/

/*Order Confirmation in internet nonEcom: start*/
#itnet-ne-ordcon-wrapper {
    margin-top: 50px;
}

#itnet-ne-ordcon #itnet-ne-ordcon-left-block {
    width: 50%;
    float: left;
}

#itnet-ne-ordcon #itnet-ne-ordcon-left-block-success-text {
    font-size: 31px;
}

#itnet-ne-ordcon #itnet-ne-ordcon-left-block-order-text {
    font-size: 25px;
    padding-top: 20px;
}

#itnet-ne-ordcon #order-detail-block {
    font-size: 20px;
    padding-top: 36px;
}

    #itnet-ne-ordcon #order-detail-block li {
        padding-top: 11px;
    }

        #itnet-ne-ordcon #order-detail-block li #newSearch {
            margin-top: 25px;
        }

#itnet-ne-ordcon-receipt-block-body {
    margin: 5px 5px 7px 5px;
}

#itnet-ne-ordcon #itnet-ne-ordcon-receipt-block {
    border: 1px solid #666666;
    border-radius: 5px;
    background-color: #EDEDED;
}

#itnet-ne-ordcon-receipt-block-content-header-block li, #itnet-ne-ordcon-receipt-block-content-body-block li {
    display: inline-block;
    width: 55%;
    padding: 5px;
    vertical-align: top;
    font-size: 13px;
}

    #itnet-ne-ordcon-receipt-block-content-header-block li:first-child, #itnet-ne-ordcon-receipt-block-content-body-block li:first-child {
        width: 23%;
        padding-left: 15px;
    }

    #itnet-ne-ordcon-receipt-block-content-header-block li:last-child, #itnet-ne-ordcon-receipt-block-content-body-block li:last-child {
        width: 10%;
        text-align: right;
    }

#itnet-ne-ordcon-receipt-block-content-body-block {
    background-color: #FFF;
    border: 1px solid #D7D7D7;
}

#itnet-ne-ordcon-receipt-total-amt {
    border-top: 2px solid #EDEDED;
    text-align: right;
    padding-right: 4px;
    height: 40px;
}

    #itnet-ne-ordcon-receipt-total-amt li {
        margin-top: 5px;
        margin-right: 6px;
    }

#itnet-ne-ordcon-print {
    text-align: right;
    font-size: 13px;
    margin: 20px 0px 8px 0px;
}
/*Order Confirmation in internet nonEcom end*/

/*Order Confirmation in Internet Ecom Start*/
#itnet-ec-ordcon-wrapper {
    margin-top: 50px;
}

#itnet-ec-ordcon #itnet-ec-ordcon-left-block {
    width: 50%;
    float: left;
}

#itnet-ec-ordcon #itnet-ec-ordcon-left-block-success-text {
    font-size: 31px;
}

#itnet-ec-ordcon #itnet-ec-ordcon-left-block-order-text {
    font-size: 25px;
    padding-top: 20px;
}

#itnet-ec-ordcon #order-detail-block {
    font-size: 20px;
    padding-top: 36px;
}

    #itnet-ec-ordcon #order-detail-block li {
        padding-top: 11px;
    }

        #itnet-ec-ordcon #order-detail-block li #newSearch {
            margin-top: 25px;
        }

#itnet-ec-ordcon-receipt-block-body {
    margin: 5px 5px 7px 5px;
}

#itnet-ec-ordcon #itnet-ec-ordcon-receipt-block {
    border: 1px solid #666666;
    border-radius: 5px;
    background-color: #EDEDED;
}

#itnet-ec-ordcon-receipt-block-content-header-block li, #itnet-ec-ordcon-receipt-block-content-body-block li {
    display: inline-block;
    width: 55%;
    padding: 5px;
    vertical-align: top;
    font-size: 13px;
}

    #itnet-ec-ordcon-receipt-block-content-header-block li:first-child, #itnet-ec-ordcon-receipt-block-content-body-block li:first-child {
        width: 23%;
        padding-left: 15px;
    }

    #itnet-ec-ordcon-receipt-block-content-header-block li:last-child, #itnet-ec-ordcon-receipt-block-content-body-block ul:not(#itnet-ec-ordcon-receipt-total-amt) li:last-child {
        width: 10%;
        text-align: right;
    }

#itnet-ec-ordcon-receipt-block-content-body-block {
    background-color: #FFF;
    border: 1px solid #D7D7D7;
}

#itnet-ec-ordcon-receipt-total-amt {
    border-top: 2px solid #EDEDED;
    text-align: right;
    padding-right: 4px;
    height: 40px;
}

    #itnet-ec-ordcon-receipt-total-amt li {
        margin-top: 5px;
        margin-right: 6px;
    }

#itnet-ec-ordcon-print {
    text-align: right;
    font-size: 13px;
    margin: 20px 0px 8px 0px;
}
/*Order Confirmation in Internet Ecom End*/

/*Pre OrderConfirmation: Start*/
#kofile-preOrderConfirmation {
    background-color: #EDEDED;
}

#preOrderConfirmation {
    min-width: 257px;
    font-size: 15px;
}

#preOrderTable {
    width: 100%;
}

#preOrderConfirmation ul {
    margin: 20px;
}

#preOrderConfirmation .noborder {
    border: none;
}

#preOrderConfirmation tr:first-child {
    border-top: 1px solid #CCC;
}

#preOrderConfirmation tr, #preOrderConfirmation li {
    border-bottom: 1px solid #cccccc;
}

    #preOrderConfirmation tr td, #preOrderConfirmation li {
        padding: 5px 0px;
    }

#preOrderConfirmation .preOrderConfirmation-doc-details {
    width: 20px;
    padding-left: 10px;
}

#preOrderConfirmation #pre-ord-subscrp-buttons {
    border: none;
    margin: 30px 0px 40px 0px;
}

#preOrderConfirmation li#pre-ord-subscrp-buttons li {
    border: none;
}

#preOrderConfirmation #pre-ord-subscrp-wrapper {
    padding-left: 0px;
    margin-left: 0px;
}

    #preOrderConfirmation #pre-ord-subscrp-wrapper #preord-subsc-itmprice-text {
        display: inline-block;
        margin-right: 20px;
    }

#preOrderConfirmationBlock #userName, #preOrderConfirmationBlock #emailId {
    width: 95%;
    font-size: 14px;
    padding: 6px;
}

#preOrderConfirmationBlock #pre-ord-con-xportkiosk {
    width: 300px;
}

#preOrderConfirmation .preOrderConfirmationButtons li {
    border: none;
}

/*Pre OrderConfirmation: End*/

/* OrderConfirmation for non ecom site: Start*/
#kofile-orderConfirmation {
    background-color: #fff;
}

#orderConfirmation ul {
    margin: 20px;
}

#orderConfirmation tr:first-child {
    border-top: 1px solid #CCC;
}

#orderConfirmation tr {
    border-bottom: 1px solid #cccccc;
}

#orderConfirmation .noborder {
    border: none;
}

#orderTable {
    width: 100%;
}

#orderConfirmation tr td {
    padding: 5px 0px;
}

#orderConfirmation {
    min-width: 257px;
    font-size: 15px;
}

    #orderConfirmation .OrderConfirmation-doc-details {
        width: 20px;
        padding-left: 10px;
    }

    #orderConfirmation #trouble-print-block {
        margin-top: 19px;
        text-align: right;
    }
/*OrderConfirmation for non ecom site: End*/

/*OrderHistory Delivery start*/
#orderHistoryDeliveryBlock div {
    margin-left: 10px;
}

#orderHistoryDeliveryMessage {
    text-align: center;
    width: 100%;
}
/*OrderHistory Delivery end*/

/* Certified Copy Delivery Details */

#DeliveryAddress {
    font-weight: bold;
    font-size: 13px;
    vertical-align: middle;
    left: 50px;
}

    #DeliveryAddress #deliveryDetails .deliveryDetailsTable {
        border-spacing: 0;
        width: 100%;
        display: block;
        background-color: transparent;
        border-collapse: collapse;
        border-color: transparent;
        position: relative;
        vertical-align: bottom;
    }

.deliveryDetailsTable {
    border-collapse: separate !important;
    border-spacing: 3px 0px !important;
}

    .deliveryDetailsTable tbody {
        vertical-align: bottom;
        border-color: transparent;
    }

        .deliveryDetailsTable tbody td {
            padding: 0;
            text-align: left;
            padding: 1px;
        }

        .deliveryDetailsTable tbody tr {
            border-bottom: 0 solid #CCCCCC;
            height: 5px;
        }

            .deliveryDetailsTable tbody tr.trHeader .tdResizeCol {
                width: 60%;
            }

            .deliveryDetailsTable tbody tr.trHeader .tdInfoCol {
                width: 20%;
            }

            .deliveryDetailsTable tbody tr.trCtrlBtn td {
                text-align: right;
            }

#DeliveryAddress #PreviousAddress {
    width: 200px;
    vertical-align: top;
}

#top-toolbar select.SortColumnDropDown {
    width: 200px;
}

#DeliveryAddress #deliveryDetails .deliveryDetailsTable select#cmbDeliveryState {
    width: 220px;
}

/* Certified Copy Delivery Details */

/*Manage user account: Start*/
#manageaccount-edituseraccount {
    display: none;
    margin: 35px 0px;
}

#manageaccount-editaccount-header {
    font-weight: bold;
    font-size: 25px;
    margin: 0px 0px 16px 0px;
}

#manageaccount-editaccount-message-block {
    padding: 2px;
    margin: 2px;
}

#manageaccount-editaccount-content {
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #A6A6A6;
    border-top: 1px solid #A6A6A6;
}

#manageaccount-editaccount-content-table th {
    font-size: 15px;
    padding: 4px 0px;
}

table#manageaccount-editaccount-content-table tbody tr:first-child {
    height: 54px;
    vertical-align: top;
}

    table#manageaccount-editaccount-content-table tbody tr:first-child input {
        display: block;
    }

/*Manage user account: End*/

/* Admin-Template Editor  Start */
#template-editor-wrapper {
    float: left;
    padding-top: 20px;
}

    #template-editor-wrapper .dialog-buttons {
        width: 100%;
    }

    #template-editor-wrapper #template-editor-message-block {
        height: 20px;
    }

#template-editor-message-form label.error {
    display: block;
}

#template-editor-wrapper ul li {
    padding-top: 15px;
}

#EmailSubject {
    width: 60%;
}
/* Admin- Template Editor  End */

/*Admin Infomessage Start*/
#start-hour, #end-hour, #start-min, #end-min {
    margin-left: 10px;
}

#editor-block {
    margin: 15px 0;
}

#date-time-block li {
    margin: 10px 0;
}

#informational-error-message-block {
    height: 20px;
    line-height: 30px;
}

#informational-message-editor-wrapper {
    width: 425px;
    padding-top: 60px;
}

    #informational-message-editor-wrapper .dialog-buttons {
        margin-top: 30px;
        width: 100%;
    }
/*Admin Infomessage End*/

/*Admin- Start*/
.hourTimeDropDown {
    min-width: 80px;
    width: auto;
}

#adminHomeSection nav {
    float: left;
    width: 100%;
}

#informational-message-form input[type='text'].calendarctrl {
    width: 100px;
}

#informational-message-form .ui-datepicker-trigger {
    margin-left: 3px;
}
/*Admin- End*/

/* OCR Search*/
label[disabled=disabled] {
    color: silver;
}

h4[disabled=disabled] {
    color: silver;
}
/* OCR Search - End*/
.bold-text {
    font-weight: bold;
}

.table-header {
    background-color: gray;
    text-shadow: 1px 1px 1px black;
    color: #FFF;
}

#viewInboxTable {
    width: 100%;
    margin-top: 20px;
}

#viewInboxItemsBubble {
    width: 50%;
    z-index: 1;
}

#viewInboxTable tbody > tr {
    border-top: 1px solid #E0E0E0;
}

#kofileBubbleFooter .widget-kofileinfobubble-clear-inbox {
    float: left;
}

#inboxResultBlock .error {
    display: block;
}

#clearInboxBtn[disabled=disabled],
#submitInboxBtn[disabled=disabled] {
    cursor: default;
}

#actionOptionsBlock {
    margin-bottom: 10px;
}

    #actionOptionsBlock > ul span {
        margin-left: 3px;
    }


.comp-acct-kiosk-pre-confirm-user-choice {
    padding-left: 15px;
}

.comp-acct-kiosk-pre-confirm-user-choice-label {
    font-weight: bold;
    padding-left: 10px;
}

#viewInboxTable tbody td:first-child {
    width: 22%;
}

#viewInboxTable tbody tr {
    text-align: center;
}

.template-origin {
    display: none;
}

.hidden {
    display: none;
}

.result-table > tbody > tr > td {
    vertical-align: top;
}

.result-table > thead > tr > th {
    vertical-align: middle;
}

/* Rebranding: tab strip border → base-overrides.css (--color-primary-1000) */
/* .result-table tbody > tr[data-expanded=true] > td > div:first-of-type {
    border-bottom: 4px solid #ef932e;
} */

/* Document presentation tabs style start – Rebranding: colors/backgrounds → base-overrides.css */
.tab-headers {
    display: table;
}

.tab-headers li {
    /* background: transparent url(../../default/images/menu-bg-right.png) no-repeat top right; */
    margin: 0;
    display: table-cell;
    text-align: center;
    height: 2em;
    vertical-align: middle;
    font-weight: bold;
    padding-right: 18px;
}

.tab-headers li a div {
    /* color: #000; */
    /* background: url(../../default/images/menu-bg-left.png) no-repeat top left,
                url(../../default/images/menu-bg-middle.png) top left; */
    padding: 5px 10px 3px 20px;
}

.tab-headers li.selected a div {
    /* background: url(../../default/images/menu-bg-selected-left.png) no-repeat top left,
                url(../../default/images/menu-bg-selected-middle.png) top left; */
    /* color: #fff; */
}

table tr:nth-child(odd) .tab-headers li.selected {
    /* background: transparent url(../../default/images/menu-bg-selected-right.png) no-repeat top right; */
}

table tr:nth-child(even) .tab-headers li.selected {
    /* background: transparent url(../../default/images/menu-bg-selected-right.png) no-repeat top right; */
}

.tabs-content a.propertyAddressLink,
.tabs-content a.legalDescriptionLink,
.tabs-content a.newSearchRefLink,
.tabs-content a.additionalPartiesRefLink,
.tabs-content a.marginalRefLink {
    font-weight: bold;
    color: black !important;
}

    .tabs-content a.propertyAddressLink:hover,
    .tabs-content a.legalDescriptionLink:hover,
    .tabs-content a.newSearchRefLink:hover,
    .tabs-content a.additionalPartiesRefLink:hover,
    .tabs-content a.marginalRefLink:hover {
        color: #666666 !important;
    }

.tabs-content table {
    width: 100%;
}
.tabs-content table td {
    max-width: 0.5em;
    width: auto;
}
.tabs-content table td li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.tabs {
    width: 100%;
    display: table;
}

td.expand-document-tabs {
    table-layout: fixed;
    width: 28px;
    background: url(../../default/images/expand.png) no-repeat center 10px;
}

    td.expand-document-tabs:hover {
        table-layout: fixed;
        width: 28px;
        background: url(../../default/images/expand-hover-active.png) no-repeat center 10px;
    }

tr.expanded td.expand-document-tabs {
    table-layout: fixed;
    width: 28px;
    background: url(../../default/images/expand-close.png) no-repeat center 10px;
}

    tr.expanded td.expand-document-tabs:hover {
        table-layout: fixed;
        width: 28px;
        background: url(../../default/images/expand-close-hover-active.png) no-repeat center 10px;
    }

/* Document presentation tabs style end */

.sectionSubHeader.trackingSubHeader + div {
    overflow-y: auto;
    /*height: 141px;*/
}

    .sectionSubHeader.trackingSubHeader + div span.title {
        margin-right: 5px;
    }

button.show-more-items {
    background: url(../../default/images/expand.png) no-repeat;
    padding-left: 18px;
    padding-bottom: 11px;
    background-position-y: 3px;
    height: 20px;
    background-size: 15px;
    border: none;
    background-color: transparent;
    font-weight: bold;
}

button.collapse-items {
    background: url(../../default/images/expand-close.png) no-repeat;
    padding-left: 18px;
    padding-bottom: 11px;
    background-position-y: 3px;
    height: 20px;
    background-size: 15px;
    border: none;
    background-color: transparent;
    font-weight: bold;
}

.result-table > tbody > tr[data-expanded="true"]:nth-child(odd):hover > td {
    background-color: #f0f0f0 !important;
}

.result-table > tbody > tr[data-expanded="true"]:nth-child(even):hover > td {
    background-color: transparent !important;
}

.recaptcha-refresh {
    position: relative;
    right: -60px;
    top: -2px;
}

#attachmentsBlock div.slideUpDown:before {
    background: url(../../default/images/sprites.png) no-repeat -428px -187px;
    width: 17px;
    height: 13px;
    content: " ";
    cursor: pointer;
    display: inline-block;
}

#attachmentsBlock div.slideUpDown.active:before {
    background: url(../../default/images/sprites.png) no-repeat -428px -200px;
    width: 17px;
    height: 13px;
    content: " ";
    cursor: pointer;
    display: inline-block;
}

#attachmentsBlock span.folderIcon:before {
    width: 13px;
    height: 12px;
    content: " ";
    background: url(../../default/images/sprites.png) no-repeat -552px -228px;
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
}

#attachmentsBlock div.attachmentDocName:before {
    background: url(../../default/images/sprites.png) no-repeat -552px -209px;
    width: 10px;
    height: 12px;
    content: " ";
    cursor: pointer;
    display: inline-block;
}

#attachmentsBlock .attachmentFile {
    margin-left: 20px;
    cursor: pointer;
}

#attachmentsBlock li.attachmentDirectory:first-child {
    margin-left: 20px;
    margin-top: 20px;
}

#attachmentsBlock li.attachmentDirectory {
    margin-left: 20px;
    margin-top: 10px;
}

.dialog-content {
    font-weight: bold;
}

/*OCR Result table*/

.ocr-text-col {
    width: 60%;
    text-align: Left;
    vertical-align: top;
    word-break: break-all;
}

.ocr-hidden-col {
    display: none;
    width: 0;
    text-align: Left;
}

.ocr-doc-info-col {
    width: 20%;
    text-align: Left !important;
    vertical-align: top !important;
}

.ocr-icon {
    vertical-align: top !important;
}

.searchtypecontrol .expcol1 {
    padding-right: 0;
}

a.searchcalloutoggle {
    background: transparent url("../../48071/../48121/images/searchcallouttoggle.png") no-repeat center right;
    height: 21.60px;
    width: 8.5em;
    display: inline-block;
    margin-bottom: -5px;
    cursor: pointer;
}

.searchCallOutPlaceHolder {
    margin-left: 950px;
    margin-top: -190px;
    position: relative;
    z-index: 2;
}

.searchCallOutBox {
    width: 490px;
    height: 360px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    background: #FFF;
}

  .searchCallOutBox:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -1em;
    left: center;
    bottom: 50%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color:#FFF #FFF #FFF #FFF;
    transform: rotate(-45deg);
    box-shadow: -6px -4px 6px 0 rgba(0, 0, 0, 0.14);
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    a.closeSearchCallOutBox {
    margin-right: 9px !important;
  }
} 

a.closeSearchCallOutBox {
    background: url(../../default/images/close-button.png) no-repeat center center;
    color:  #808080;
    display: block;
    vertical-align: top;
    padding-right: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    padding-right: 10px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 7px;
    float: right;
    position: relative;
    z-index: 1;
}

a.closeSearchCallOutBox:hover {
    background: url(../../default/images/close-button-hover.png) no-repeat center center;
}

.searchCallOutText {
    width: 440px !important;
    height: 340px !important;
    font-family: "Helvetica Neue";
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    overflow-y: auto;
    margin-top: 16px;
    padding-right: 20px;
    margin-right: 4px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 0px;
    position: absolute;

    scrollbar-base-color: transparent;
    scrollbar-base-color: #d9d9d9;
    scrollbar-3dlight-color: white;
    scrollbar-highlight-color: white;
    scrollbar-track-color: white;
    scrollbar-arrow-color: white;
    scrollbar-shadow-color: white;
}

.searchCallOutText #CallOutText {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 430px !important;
    height: 340px !important;
}

.searchCallOutText::-webkit-scrollbar
{
	width: 10px;
}

.searchCallOutText::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background: #d9d9d9;
}
.expand-all-rows {
    background: url(../../default/images/expand-button-all.png) no-repeat center center;
    color: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.expand-all-rows:hover {
    background: url(../../default/images/expand-button-all-hover.png) no-repeat center center;
}

.contract-all-rows {
    background: url(../../default/images/contract-button-all.png) no-repeat center center;
    color: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contract-all-rows:hover {
    background: url(../../default/images/contract-button-all-hover.png) no-repeat center center;
}

#resultTable tr th:nth-last-child(1) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.iconBox {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.shiftWrapper {
    padding-right: 9em !important;
}
.rightFloatList {
    float: right !important;
    margin-top: 5px !important;
    margin-right: 2px !important;
}

.searchCallOutText h1,
.searchCallOutText h2,
.searchCallOutText h3,
.searchCallOutText h4,
.searchCallOutText h5,
.searchCallOutText h6 {
    line-height:1.0;
}

.searchCallOutText h1 { font-size: 2em; }
.searchCallOutText h2 { font-size: 1.5em; }
.searchCallOutText h3 { font-size: 1.17em; }
.searchCallOutText h4 { font-size: 1.12em; }
.searchCallOutText h5 { font-size: .83em; }
.searchCallOutText h6 { font-size: .75em; }

.document-row .icon_table {
    visibility: hidden
}

.is-expanded {
    display: table-row !important;
}

.error-footer {
    height: 28px;
    line-height: 27px;
    background: #fff url(../../default/images/footer-bg.png) 0 0 repeat-x;
    font-size: 11px;
    width: 100%;
    padding: 0;
    float: left;
}

.error-wrapper {
    padding-top: 5%;
    height: calc(90% - 27px);
}

.error-page-text {
    color: #6a6e72;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.error-page-block {
    width: 40%;
    padding: 5% 0 5% 0;
    margin: auto; border: 1px solid #ababab;
    border-radius: 4px;
    border-top: 7px solid #ef932e;
    text-align: center;
    margin-top: 5%;
}
.error-page-link {
	cursor: pointer;
    color: #ef932e;
    text-decoration-line: none;
    font-weight: bold;
}

#inboxResultBlock #CustomerNameBlock,
#inboxResultBlock #EmailAddressBlock {
    display: none;
}

#inboxResultBlock #EmailAddressBlock textarea#EmailAddress {
    max-width: 850px;
    line-height: 20px;
    width: 350px;
    height: 20px; 
    resize: none;
    overflow: hidden;
    display: block;
}

#inboxResultBlock .email-address-field {
    width: 850px;
}

.changeableWidthSpan {
    visibility: hidden;
    display: inline-block;
    position: fixed;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 850px;
    min-width: 350px;
    min-height: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    word-spacing: normal;
    font-weight: normal;
    text-indent: 0px;
}

#inboxResultBlock .email-send-btn {
    font-weight: bold;
}

.email-send-btn-disabled {
    pointer-events: none !important;
    cursor: default !important;
    color: #c9c9c9 !important;
}

.email-address-error {
    border-color: red !important;
}

.email-doc-actions a.select-all {
    border-right: 1px solid #949799;
    padding-right: 4px;
}

.order-table {
    margin: 20px 20px 0 20px;
    border-top: 1px solid #d3d3d3;
    width: auto;
    display: table;
    border-collapse: collapse;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.order-row-header>.order-cell {
    font-weight:bold;
}
        
.order-row {
    display:table-row;
    border-left: none;
	border-bottom: 1px solid #d3d3d3;
    border-right: none;
    border-top: none;
    margin: 0 5px 0 5px;
}

.order-cell {
    font-weight: normal;
	padding-right: 15px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
      
.order-cell.order-documents{
    text-align: left;
    font-size: 9pt;
}

.orderTypeDesc {
    text-align: left !important;
    cursor: default;
}

.orderTypeBlock {
    text-align: center;
}

.innerOrderTypeBlock {
    display: inline-block
}

#viewInboxTable tbody>tr img {
    cursor: pointer;
}
#AccountHearderBalance-right {
    float: right;
}

#AddCompanyAccountPayment-right {
    text-align: right;
}

.bold-red {
    color: red;
    font-weight: bold;
}

#limitedToMinMax-date-warning {
    color: red;
    font-size: 11px;
    font-weight: normal;
    background: url("/Assets/Styles/themes/default/images/warning.png") left top no-repeat;
    padding: 5px 0 5px 28px;
    font-family: Arial;
    position: absolute;
    width: max-content;
    width: 100%;
}
.isMultiple {
    display: block
}

.option-date-range-radio-input, .option-date-range {
    top: 0 !important;
    left: 0 !important;
}

.prevent-initial-top div {
    top: unset !important;
}

.prevent-application-date div {
    top: unset !important;
    left: unset !important;
}

.search-options-container {
    position: relative;
    height: 120px;
}

.bordered-container {
    position: relative;
    top: 63px
}

.option-date-range-inputs {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important
}

.return-doc-info-container .tableBorder td:first-child {
    width: 24%;
}

.reset-and-same-actions-container {
    text-align: right;
}

.reset-and-same-action {
    height: 15px;
    color: var(--color-brand-dark);
    padding: 0 10px;
    background: none;
    border: none;
    border-right: 1px solid #c5c5c5;
}

.shopping-cart-action {
    color: var(--color-brand-dark);
    background: none;
    margin-left: 10px;
    cursor: pointer;
}

.inboxResultBlock {
    position: relative;
}

#searchmorepanel td {
    vertical-align: top;
    /* Floated .moreoptions columns do not stretch the cell; BFC contains floats so tr rowspan/height matches content */
    overflow: auto;
}

#additionalpartytypes .multiselect {
    height: 80px;
}

.table-cell-overflow {
    max-width: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#documentSummaryArea .tableBorder tr th, 
#documentSummaryArea .tableBorder tr th .title {
    text-align: left;
}

#documentSummaryArea .tableBorder tr th .header-column {    
    font-weight: normal;
}

.landCorners-input-container span.error {
    display:block;
}

