/*------------------------------------------------*/
/*       Hickshaw County Blue Theme Styles        */
/*------------------------------------------------*/

/*Common: Start*/

.error {
    color: red;
    font-size: 12px;
}

.success {
    color: green;
    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;
}

.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 ConfigHeader - Start */
.header-cart-details {
    clear: both;
    float: right;
}
/* Layout ConfigHeader - End */

/*Clearable: Start*/
.clearableOn {
    background: url("../images/cross.png") no-repeat right 5px center;
    padding-right: 18px !important;
}

.clearableOn-hover {
    cursor: pointer;
}
/*Clearable: End*/

/*Start: Search +*/
.searchbutton {
    background: transparent url("../images/search-button.png") no-repeat top right;
    width: 57px !important;
    height: 33px;
    display: inline-block;
    border: 0;
}

.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("../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: #f7ba77;
    background-image: -moz-linear-gradient(top, #f7ba77, #ee9230);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7ba77), to(#ee9230));
    background-image: -webkit-linear-gradient(top, #f7ba77, #ee9230);
    background-image: -o-linear-gradient(top, #f7ba77, #ee9230);
    background-image: linear-gradient(to bottom, #f7ba77, #ee9230);
    background-repeat: repeat-x;
}

    .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: -moz-linear-gradient(top, #C3C3C3, #AEAEAE);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C3C3C3), to(#AEAEAE));
    background-image: -webkit-linear-gradient(top, #C3C3C3, #AEAEAE);
    background-image: -o-linear-gradient(top, #C3C3C3, #AEAEAE);
    background-image: linear-gradient(to bottom, #C3C3C3, #AEAEAE);
    background-repeat: repeat-x;
}

    .defaultBtnClr:hover, .defaultBtnClr:focus {
        background-color: #AEAEAE;
    }

#results-table {
    display: inline-block;
    max-width: 960px;
}

#searchpanel {
    background: #fff url(../images/search-bg.png) 0 0 repeat-x;
    height: 119px;
    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;
    }

        #searchpanel ul li, #searchpanel ul ol li {
            display: inline-block;
        }


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: #FF8500;
    font-size: 13px;
    font-weight: bold;
    height: 17px;
    text-decoration: none;
    margin-left: 40px;
}

.records {
    /*padding: 0 0 0 100px;*/
}

#searchpanel-curDeptText {
    min-width: 310px;
    margin-left: 33px;
    max-width: 600px;
    line-height: 23px;
}

#searchpanel-recdet-text {
    padding-left: 5px;
}

#searchpanel ol.searchcontrol {
    margin: 8px 0 0 35px;
}

#searchpanel .expcol {
    padding: 17px 0 0 80px;
}

#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 #recordeddaterange, #searchmorepanel #additionaldaterange {
    width: 230px;
}

    #searchmorepanel #recordeddaterange input[type='text'], #searchmorepanel #additionaldaterange input[type='text'] {
        width: 70px;
    }

    #searchmorepanel #recordeddaterange 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 #recordeddaterange, #searchmorepanel #additionaldaterange {
        width: 230px;
    }
}


#searchmorepanel .multiselect, #searchmorepanel .bordered {
    border: 1px solid #C0C0C0 !important;
    background-color: #FAFAFA !important;
}

.moreoptions {
    float: left;
    margin-right: 20px;
}

    .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;
}

.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*/


/*ConfigFooter +*/
#footer {
    height: 28px;
    line-height: 27px;
    clear: both;
}

#footerinner {
    height: 28px;
    line-height: 27px;
    background: #fff url(../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;
    }
}

#footerinner .fright, #footerinner .fleft {
    padding: 0 20px;
}

.footerinnerPopupSideView {
    /*width: 1890px !important;*/
}
/*ConfigFooter -*/

/*Start: Search Navigation +*/
nav ul li {
    background: transparent url("../images/menu-bg-right.png") no-repeat top right;
    padding-right: 18px;
}

    nav ul li a {
        background: transparent url("../images/menu-bg-left.png") no-repeat top left;
        color: #777777;
        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 {
            color: #333;
        }

    nav ul li.selected {
        background: transparent url("../images/menu-bg-selected-right.png") no-repeat top right;
    }

        nav ul li.selected a {
            background: transparent url("../images/menu-bg-selected-left.png") no-repeat top left;
            color: #fff;
        }

a.recentsearches {
    background: transparent url("../images/recenthistory.png") no-repeat top left;
    color: #FF8500;
    font-size: 13px;
    height: 17px;
    padding-left: 22px;
    text-decoration: none;
    margin-right: 15px;
}

a.morelink, a.lesslink {
    color: #FF8500;
    font-size: 13px;
    height: 17px;
    padding-left: 22px;
    text-decoration: none;
}


a.morelink {
    background: transparent url("../images/plus-icon.png") no-repeat top left;
}

a.lesslink {
    background: transparent url("../images/minus-icon.png") no-repeat top left;
    display: inline-block;
}

.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("images/editIcon.png") no-repeat top left;
    height: 20px;
    width: 36px;
    text-align: right;
    padding-left: 18px;
}

.changePassicon {
    background: transparent url("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;
    height: 50px;
}

#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;
    display: none;
    height: 100%;
}

    #summaryBlock ul.newSearchRefLink li {
        color: #ff8500;
        cursor: pointer;
    }

    #summaryBlock ul.additionalPartiesRefLink li {
        color: #ff8500;
        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: #FF8500;
        cursor: pointer;
    }

    #summaryBlock ul#preview-summary-marginalrefblock li {
        float: left;
    }

    #summaryBlock .preview_summary-history-link-divider {
        background: transparent url("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 .marginalRefLink {
        color: #FF8500;
        cursor: pointer;
    }

.marginalRefLink a:focus {
    outline: none;
}

#documentSummaryArea .header {
    font-size: 21px;
    color: #000;
}

#documentSummaryArea .workflowWarningIcon {
    background: url("../images/warning.png") no-repeat scroll center;
    padding-left: 15px;
    cursor: default;
    width: 24px;
    height: 24px;
}

#documentSummaryArea .title {
    font-weight: bold;
    color: #000;
}

#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;
    font-size: 14px;
    padding-right: 16px;
    float: right;
    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;
}

#previewContentRow {
    border: 1px solid #A2A2A2;
    margin: 0 3px;
    background-color: #FFF;
    position: relative;
    overflow-y: auto;
}

#previewHeaderRow {
    height: 48px;
}

#previewHeaderTabs {
    font-size: 15px;
    color: #333;
    height: 100%;
    width: 50%;
    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 {
    display: none;
    height: inherit;
    width: inherit;
}

    #thumbnailImageContainer .thumbanailsRow 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;
    }

    #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: #FF8500;
    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(../images/preview-separator.png);
    width: 2px;
    height: 39px;
    margin-right: 3px;
}

#documentImageButtons a.movefirst {
    background: transparent url(../images/preview-first.png);
}

#documentImageButtons .disabled {
    background-position: 0 -117px !important;
    width: 42px;
    height: 39px;
    display: inline-block;
    text-indent: -9999999px;
    margin-right: 1px;
    cursor: default;
}

#documentImageButtons a.previous {
    background: transparent url(../images/preview-previous.png);
}

#documentImageButtons a.next {
    background: transparent url(../images/preview-next.png);
}

#documentImageButtons a.movelast {
    background: transparent url(../images/preview-last.png);
}

#documentImageButtons a.rotateleft {
    background: transparent url(../images/preview-rotate-left.png);
}

#documentImageButtons a.rotateright {
    background: transparent url(../images/preview-rotate-right.png);
}

#documentImageButtons a.zoomin {
    background: transparent url(../images/preview-zoom-in.png);
}

#documentImageButtons a.zoomout {
    background: transparent url(../images/preview-zoom-out.png);
}

#documentImageButtons a.fitwidth {
    background: transparent url(../images/preview-fit-width.png);
}

#documentImageButtons a.fitheight {
    background: transparent url(../images/preview-fit-height.png);
}

#documentImageButtons a.fit {
    background: transparent url(../images/preview-fit.png);
}

#documentImageButtons a.imagemoveleft {
    background: transparent url(../images/preview-rotate-right.png);
}

#documentImageButtons a.imagemoveright {
    background: transparent url(../images/preview-rotate-right.png);
}

#documentImageButtons a.imagemovetop {
    background: transparent url(../images/preview-rotate-right.png);
}

#documentImageButtons a.imagemovebottom {
    background: transparent url(../images/preview-rotate-right.png);
}


#documentImageButtons a.singledoc {
    background: transparent url(../images/preview-singledoc.png);
}

#documentImageButtons a.multidoc {
    background: transparent url(../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;
}

#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: 28px;
}

#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: #FF8500;
    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: 13px;
}

#subTotalBlock {
    height: 75px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    text-align: right;
    line-height: 75px;
    font-size: 15px;
}

#priceText {
    padding-right: 40px;
    font-size: 19px;
}

#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 Getway End */

/*Order confirmation Kiosk*/
.orderConfirmationKiosk {
    padding: 10px 10px 20px 10px;
    background-color: #EDEDED;
}

    .orderConfirmationKiosk ul {
        padding: 10px;
    }

        .orderConfirmationKiosk 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;
                }

                    .orderConfirmationKiosk ul table tbody tr td input[type='text'] {
                        width: 100%;
                        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 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-wrapper {
    width: 350px;
}

#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;
}

/*Pre OrderConfirmation: End*/

/* OrderConfirmation for non ecom site: Start*/
#kofile-orderConfirmation {
    background-color: #EDEDED;
}

#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;
    width: 0;
    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;
    }

.deliveryDetailsTable {
    border-collapse: separate !important;
    border-spacing: 3px 0px !important;
}

.deliveryDetailsTable tbody {
    border-color: transparent;
}

.deliveryDetailsTable tbody td {
    padding: 0;
    text-align: left;
    padding: 1px;
}

.deliveryDetailsTable tbody tr {
    border-bottom: 0 solid #CCCCCC;
    height: 5px;
}

#DeliveryAddress #PreviousAddress {
    width: 200px;
    vertical-align: top;
}

#top-toolbar select.SortColumnDropDown {
    width: 200px;
}

.deliveryDetailsTable .error {
    display: block;
}

/* 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;
}

/*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*/

.orange-bold-text {
    color: var(--color-primary-700, #562c9e);
    font-size: 13px;
    font-weight: var(--font-weights-bold, 700);
}
