/* Reset all value to default */
/** {
    margin: 0;
    padding: 0;
    border-radius: 0;
}


body {
    margin: 0;
    padding: 0;
    color: #666;
}*/

body.report {
    /* padding: 10px;*/
}
/*--- CSS COMMON --------------------------------------------------------------*/
#ScrollTop {
    display: block;
    width: 40px;
    height: 40px;
    background: url('Images/ScrolltopIcon.png') no-repeat;
    position: fixed;
    left: 17px;
    z-index: 9999;
}

    #ScrollTop:hover {
        cursor: pointer;
    }

.headerLink {
    display: block;
    width: 100%;
    color: #006498;
}

    .headerLink:hover {
        color: #149bdf;
    }

table {
    border-collapse: collapse;
    width: 100%;
}

.tableNormal {
    margin: 10px auto;
}

    .tableNormal tr th {
        font-weight: bold;
        border-bottom: 2px solid #cacaca;
        position: relative;
        color: black;
    }

        .tableNormal tr th a {
            color: black;
        }

    .tableNormal tr td {
        padding: 2px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .tableNormal tr:hover td {
        background-color: #EFEFEF;
    }

.tablegrid tr th {
    background-color: #F8CF68;
    color: #006498;
    font-family: Sans-Serif;
    font-weight: bold;
    padding: 2px;
    text-align: left;
    word-break: break-work;
}

.tablegrid tr td {
    word-break: break-work;
    padding: 2px;
}

.tablegrid tr:hover td {
    background-color: #D9D9D9;
}

/*.tablesearch tr th {
    background-color: #F8CF68;
    color: #006498;
    font-family: Sans-Serif;
    font-weight: bold;
    padding: 2px;
    text-align: left;
}

.tablesearch tr td {
    word-break: break-all;
    padding: 2px 5px;
}

    .tablesearch tr td input[type="text"], select {
        border: 1px solid #0480BE;
    }

    .tablesearch tr td:last-child {*/
/*border-right:1px solid gray;*/
/*}


    .tablesearch tr td input, .SelectSearch {
        width: 96%;
    }

    .tablesearch tr td .TextboxSearchDate {
        width: 87%;
    }*/


.GrayRow, .gray-row {
    background-color: #EFF0F2;
}

.WhiteRow, .white-row {
    background-color: white;
}

.TrRejectPackage td a:visited, .TrRecordedPackage td a:visited {
    border-color: #EFF0F2 !important;
    color: #EFF0F2;
}

.epn-btn-recorded {
    background-color: #006E37;
    border: solid 2px #006E37 !important;
    min-width: 90px;
}

.epn-btn-rejected {
    background-color: #B10834;
    border: solid 2px #B10834 !important;
    min-width: 90px;
}

.epn-btn-certified {
    background-color: #224181;
    border: solid 2px #224181 !important;
    min-width: 90px;
}

.tablegridSearch {
    margin: 10px auto;
    border: 1px solid #666;
}

    .tablegridSearch tr th {
        border: 1px solid #666;
        background-color: #F8CF68;
        color: #006498;
        font-family: Sans-Serif;
        font-size: 10pt;
        font-weight: bold;
        padding: 2px;
    }

    .tablegridSearch tr td {
        border-right: 1px solid #666;
        word-break: break-all;
        padding: 2px;
    }

.tableSearchcriteria tr th {
    background-color: #F8CF68;
    color: #006498;
    font-family: Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 2px;
}

.tableSearchcriteria tr td {
    padding: 5px;
    border-right: 1px solid #666;
}

    .tableSearchcriteria tr td select {
        border: 1px solid #006498;
        width: 100%;
    }

/*.tableSearchcriteria tr td input[type="text"], input[type="password"], input[type="submit"], input[type="button"] {
        width: 98%;
    }*/

.tableFormInput {
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
}

    /*  .tableFormInput tr td {
        padding: 5px;
        vertical-align: top;
        word-wrap: break-word;
    }*/

    /*  .tableFormInput .TdFormInputLabel {
        width: 125px;
        word-wrap: break-word;
        word-break: break-all;
    }*/

    .tableFormInput .TdFormInputInput {
        /*width:240px;*/
    }

/*.tableFormInput .TdFormInputInput > input[type="password"], input[type="text"], input[type="file"], select {
            width: 98%;
        }*/

/*.tableFormInput tr td select {*/
/*     border: 1px solid #006498;
        width: 100%;
        border-radius: 2px;
    }*/

/* .tableFormInput tr td input[type="text"], input[type="password"], input[type="file"] {
        border: 1px solid #006498;
        width: 98%;
        border-radius: 2px;*/
/*-webkit-appearance: none;
    border: solid 1px #006449;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05),0 1px 0 rgba(255, 255, 255, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05),0 1px 0 rgba(255, 255, 255, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05),0 1px 0 rgba(255, 255, 255, .075);
    /*box-sizing: border-box !important;*/
/*padding: 3px 5px;*/
/*}*/

/*
.tableNoValidateBorder tr td input[type="text"], input[type="password"], input[type="file"] {
    border: 1px solid #006498 !important;
}

.tableNoValidateBorder tr td select {
    border: 1px solid #006498 !important;
}

.tableFormInput tr td .RequiredField {
    color: red;
}*/

/* Update focus field */
.ErrorFocused {
    background: rgb(0 113 188 / 25%) !important;
}

    .ErrorFocused + .checkmark {
        outline: 3px solid rgb(0 113 188 / 25%) !important;
    }

    .ErrorFocused[type="checkbox"] {
        outline: 5px solid rgb(0 113 188 / 25%) !important;
    }


    .ErrorFocused option {
        background: white;
    }

.WebUIButton {
    display: block;
    max-width: 150px;
    font-weight: bold;
    display: inline;
    border: 1px solid #006498;
    background-color: #74B83D;
    text-decoration: none;
    color: White;
    padding: 2px 10px;
}

.WebUIButtonBuk {
    display: block;
    font-weight: bold;
    display: inline;
    border: 1px solid #006498;
    background-color: #74B83D;
    text-decoration: none;
    color: White;
    padding: 2px 10px;
}



    .WebUIButtonBuk:hover {
        background-color: #0480be;
        cursor: pointer;
    }


.DisabledButton {
    background: #808080 !important;
    cursor: no-drop !important;
}

.RedWebUIButton {
    display: block;
    max-width: 150px;
    font-weight: bold;
    display: inline;
    border: 1px solid #A55B02;
    background-color: orange;
    text-decoration: none;
    color: White;
    padding: 2px 10px;
}

    .RedWebUIButton:hover {
        color: #006498;
        cursor: pointer;
    }

.WebUIButton:hover {
    color: #006498;
    cursor: pointer;
}

tr.EvenRow {
    background-color: white;
}

tr.OddRow {
    background-color: #F4F6FA;
}

.StyleDocValue {
    width: 166px;
    padding: 0px !important;
}

.StyleValue {
    /*max-width:13px;*/
    padding-left: 0px !important;
    width: 292px;
}

a.WebUIButton {
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #006498;
    background-color: #74B83D;
    text-decoration: none;
    color: White;
    padding: 2px 10px;
}

    a.WebUIButton:hover {
        color: #006498;
        cursor: pointer;
    }

.DisabledButton {
    background: #808080;
}
/*
select {
    max-width: 335px;
    padding: 2px;
    border: 1px solid #0480be;
}*/
/*
input, textarea {
    max-width: 357px;
    padding: 2px;
    border: 1px solid #cacaca;
}

    input[type="checkbox"]:hover {
        cursor: pointer;
    }
*/
.clearboth {
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
}

.h2Header {
    text-align: left;
    padding: 3px 5px 3px 5px;
    margin: 5px auto;
    background-color: #F8CF68;
    color: #006498;
    font-size: 10pt;
}

.ErrorMessage {
    margin-left: 20px;
    color: #9A1313;
}

.WebUIFieldset {
    border: 1px solid #5C87B2;
    padding: 5px;
    border-image: initial;
    margin: 10px auto;
}

.WebUIFieldsetNews {
    border: 1px solid #D4D4D4;
    padding: 5px;
    border-image: initial;
    margin: 10px auto;
}

    .WebUIFieldsetNews legend {
        color: #006498;
        font-family: Sans-Serif;
        font-weight: bold;
        padding-bottom: 2px;
        margin-left: 5px;
    }

.WebUIFieldset legend {
    color: #006498;
    font-family: Sans-Serif;
    font-weight: bold;
    padding-bottom: 2px;
    margin-left: 5px;
}

.NewCounty {
    position: absolute;
    font-style: italic;
    font-weight: bold;
    padding-left: 5px;
    color: #c31f44;
    font-size: 11px;
    min-width: 50px;
}

.EditIcon {
    display: block;
    background-size: contain;
    width: 22px;
    height: 21px;
    text-decoration: none;
    float: left;
}

    .EditIcon:before {
        content: "\f044";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        color: #6D7175;
        font-size: 20px;
    }

.DeleteIcon {
    display: block;
    background-size: contain;
    width: 18px;
    height: 20px;
    text-decoration: none;
}

    .DeleteIcon:before {
        content: "\f2ed";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        color: #6D7175;
        font-size: 20px;
    }

    .DeleteIcon:hover {
        cursor: pointer;
    }

.DivCoverDatePicker {
    position: relative;
}

.SpanCover {
    position: relative;
}

.SpanDatePicker {
    position: absolute;
    right: 2px;
    top: 2px;
}

.DynamicSpanDatePicker {
    position: absolute;
    right: 2px;
    top: -1px;
}

    .DynamicSpanDatePicker:hover {
        cursor: pointer;
    }

.SpanDatePicker:hover {
    cursor: pointer;
}

.ImgDatePicker {
    display: block;
    width: 16px;
    height: 16px;
    content: "\f783"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    float: right;
    padding-left: 5px;
}

    .ImgDatePicker:before {
        display: block;
        width: 16px;
        height: 16px;
        content: "\f783"; /* this is your text. You can also use UTF-8 character codes as I do here */
        font-family: FontAwesome;
        float: right;
        padding-left: 5px;
    }

.TableList {
    margin: 5px;
    width: auto;
}

    .TableList tr th {
        background: #336699;
        color: white;
        padding: 2px;
    }

    .TableList tr td {
        padding: 2px;
    }


/*==== Style for Tab Panel======*/
#TabPanel {
    /* margin-top: 60px;
    border: 1px solid #666;
    position: relative;*/
}

    #TabPanel #TabHeader {
        /*  position: absolute;
        top: -24px;
        left: -1px;
        background-color: white;
        width: 100%;*/
    }
/*
.ULTab {
    list-style: none;
}

    .ULTab li {
        display: inline;
    }

        .ULTab li a {
            font-weight: normal;
            display: inline;
            border: 1px solid #097054;
            background-color: #EEE;
            text-decoration: none;
            color: #0480be;
            padding: 5px 5px 4px 5px;
            font-size: 13px;
            border-bottom: 1px solid white;
            border-top: 2px solid;
        }

            .ULTab li a:hover {
                color: #57a957;
            }

        .ULTab li .TabSelected {
            font-weight: bold;
            padding: 8px 5px 6px 5px;
            background-color: white;
            border-bottom: 1px solid White;
        }

            .ULTab li .TabSelected:hover {
                color: #0480be;
            }
*/
.tab_content {
    display: none;
}

/*==============================*/


/*===========BREADCRUMBS===========*/
.BreadCrumbs {
    list-style: none;
    margin-left: 5px;
}

    .BreadCrumbs li {
        float: left;
        padding: 5px;
        margin-left: -10px;
    }

        .BreadCrumbs li a {
            background: url(Images/Breadcrumbs/BreadCrumb.png) no-repeat;
            width: 96px;
            height: 25px;
            padding-top: 4px;
            padding-left: 15px;
            display: block;
            font-size: 12px;
            font-weight: bold;
            color: #006498;
        }

        .BreadCrumbs li:first-child a {
            background: url(Images/Breadcrumbs/BreadCrumb_Home.png) no-repeat;
            width: 41px;
            height: 25px;
            padding-top: 4px;
            padding-left: 15px;
            display: block;
            font-size: 12px;
            font-weight: bold;
            color: #006498;
        }


        .BreadCrumbs li a:hover {
            color: blue;
        }

        .BreadCrumbs li span {
            padding: 5px 5px 5px 5px;
            font-weight: bold;
            display: block;
        }

/*==============================*/

ul.QuickLinksUL {
    margin-left: 20px;
}


a {
    color: Blue;
}

table.TableLayoutFixed {
    table-layout: fixed;
    width: 100%;
}

.LinkActionButton {
    font-weight: bold;
    display: inline;
    border: 1px solid #006498;
    background-color: #74B83D;
    text-decoration: none;
    color: White;
    padding: 2px 5px;
}

    .LinkActionButton:hover {
        background-color: #0480be;
    }

/*p, ul {
    margin-top: 0;
    line-height: 1.6em;
}*/
/*
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
}*/

h1 {
    font-size: 1.7em;
    padding-bottom: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
/*
h2 {
    padding: 0 0 10px 0;
    margin-top: 0px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}
*/
.spanBold {
    padding: 3px 5px 3px 5px;
    font-weight: bold;
}

.plainLink {
    text-decoration: none;
    border: 1px solid #DDD;
    padding: 1px;
    font-weight: bold;
    margin: 0px 5px;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}
/*------- styles for validation helpers --------------------------------------*/
.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red !important;
}

select.input-validation-error {
    border: 1px solid red !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
}

    .validation-summary-errors ul {
        margin-left: 20px;
    }

.validation-summary-valid {
    display: none;
}


/*------------- Style for Home Layout --------------------------------*/
/*#page {
    width: 1225px;
    margin: 0px auto;
}
*/
/*body#Home #menucontainer {
    width: 100%;
    height: 53px;
    background-image: url(Images/BlueTopNav.png);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    position: relative;
}
*/
body#Home #menucontainer #menu {
    padding-top: 10px;
    list-style: none;
}

    body#Home #menucontainer #menu li {
        display: inline;
        background-image: url(Images/BlueBarWhiteLine.png);
        background-repeat: no-repeat;
        background-position: right;
    }

        body#Home #menucontainer #menu li a {
            color: white;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            padding: 20px 20px;
            text-transform: uppercase;
        }

            body#Home #menucontainer #menu li a:hover {
                color: #CAF094;
            }

            body#Home #menucontainer #menu li a.selected {
                background-color: #74B83D;
            }
/*============CSS FOR MAIN MENU=============*/
#menu li a.selected {
    background-color: #74B83D;
}

#menu #LoginLink span {
    font-size: 14px;
    color: white;
}

#menu #LoginLink #SpanUserName {
    color: #62c462;
    font-weight: bold;
}

#menu li {
    position: relative;
}

    #menu li #LogOutLink {
        width: 25px;
        height: 25px;
        padding: 20px 10px !important;
        /*background: url(Images/LogOutIcon.png) no-repeat 50% 50%;*/
    }

        #menu li #LogOutLink:hover {
            /*background: url(Images/LogOutIconHover.png) no-repeat 50% 50%;*/
        }
/*============END CSS FOR MAIN MENU=========*/
body#Home #Title {
    width: 100%;
    height: 205px;
    position: relative;
    background: #EFF6FC url(Images/LogoBridge.png) no-repeat top left;
}
/*body#Home #TitleLogo {
    width: 1024px;
    height: 205px;
    background: url(Images/LogoBridge.png) no-repeat;
    top:0;
    left:0;
}*/

body#Home #TitleLogoText {
    position: relative;
    color: #0063BE;
    /* text-align: left; */
    font-family: Times, Helvetica, sans-serif;
    /* text-align: center; */
    display: block;
    text-align: right;
    margin-right: 50px;
    padding-top: 65px;
}

    body#Home #TitleLogoText #Author {
        position: absolute;
        right: 0px;
        bottom: -10px;
    }

body#Home #TitleLogo #Logo {
    /*width:950px;
    height:155px;
    margin-left:10px;
    /*background: url(Images/LogoBridge.png) no-repeat top left;
    padding-top:10px;*/
}


#main {
    text-align: left;
    padding-bottom: 0px;
    min-height: calc(100vh - (65px + 49px));
    background-color: white;
    position: relative;
    color: #333333
    /* width:fit-content;*/
}

#mainCenter {
    vertical-align: top;
}

#mainLeft {
    width: 38px;
    background: url(Images/BGMainLeft.png) repeat-y top left;
}

#mainRight {
    width: 38px;
    background: url(Images/BGMainRight.png) repeat-y top left;
}

#footer {
    background-color: #EBECF0;
    min-height: 49px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    bottom: 0;
    right: 0;
    z-index: 200;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: #333333;
}

    #footer #FooterSlogan, #footer #FooterVersion {
        opacity: 0.8;
    }

    #footer #FooterLink {
        list-style: none;
        display: flex;
        align-items: center;
    }

        #footer #FooterLink li a {
            text-decoration: none;
            border-right: 1px solid #C4C4C4;
            color: #333333;
            padding: 0 5px;
            display: inline-block;
        }

        #footer #FooterLink li:last-child a {
            border: none;
        }

        #footer #FooterLink li a:hover {
            opacity: 1;
            font-weight: bold;
        }

#main #MainAreaContent {
    /*width: 870px;*/
    /* width: 99%;
    margin: 30px auto;
    margin-top: 30px;*/
    width: 100%;
}

#HomeContent {
}

#MainAreaContent #HomeContent .Products {
    margin: 0px auto 20px auto;
    padding: 0px 0px;
}

#MainContentLeft {
    margin: 10px auto;
}

/*#MainContentRight {
    min-height: 200px;
    margin-top: 10px;
}

    #MainContentRight #ListNewCounty {
    }

        #MainContentRight #ListNewCounty span {
            font-size: 13px;
        }

        #MainContentRight #ListNewCounty #ListCountyNew {
            list-style: none;
            font-size: 12px;*/
/*padding-left:12px;*/
/*width: 500px;
        }

        #MainContentRight #ListNewCounty #ListCounty li {
            width: 500px;
        }*/



.NewsTitle {
    vertical-align: top;
    width: 35%;
    font-weight: bold;
}

.NewsContent {
    width: 65%;
    margin-left: 10px;
    position: relative;
}

.NewsReadMore {
    position: absolute;
    right: 10px;
    bottom: -1px;
}


#ProductList {
    width: 16%;
    min-width: 183px;
    max-width: 183px;
    margin: 0px 0px 0px 0px;
    background-image: url(Images/SideNav.png);
    background-repeat: no-repeat;
    vertical-align: top;
}

#ProductContent {
    padding: 5px;
}

#Send {
    width: 150px;
    padding: 45px 10px 10px 10px;
}

    #Send .ProductListHeading {
        border-bottom: solid 1px #90CEFF;
    }

.ProductListHeadingText {
    color: white;
    font-size: 1.5em;
    display: block;
    width: 100%;
    text-align: center;
}

#Send a {
    text-align: center;
    color: #90CEFF;
    text-decoration: none;
    font-size: 1.4em;
    line-height: 1.6em;
    display: block;
}

    #Send a:hover {
        color: white;
    }

#Receive {
    width: 150px;
    margin: 60px 15px 15px 10px;
}

    #Receive .ProductListHeading {
        border-bottom: solid 1px #CAF094;
    }

    #Receive a {
        text-align: center;
        color: #CAF094;
        text-decoration: none;
        font-size: 1.4em;
        line-height: 1.6em;
        display: block;
    }

        #Receive a:hover {
            color: white;
        }

.Area2 {
    float: right;
    width: 290px;
}

#PageContentHeader {
    height: 20px;
    background-image: url(Images/LightBlueBoxTop.png);
    background-repeat: no-repeat;
}

#PageContentMain {
    margin-top: 0;
    margin-bottom: 0;
    background-image: url(Images/LightBlueBoxSlice.png);
    background-repeat: repeat-y;
}

    #PageContentMain h2 {
        padding: 0px 15px;
        color: #39C;
    }

    #PageContentMain p {
        padding: 15px;
        text-align: justify;
    }

#PageContentFooter {
    height: 20px;
    background-image: url(Images/LightBlueBoxBottom.png);
    background-repeat: no-repeat;
}

body#Home .Area1 {
    width: 320px;
}

#News {
    padding: 8px;
}

    #News h2 {
        padding: 5px 0px;
    }

    #News p {
        text-align: justify;
    }

.Area1 {
    margin-left: 25px;
}
/*------ Style for WebUI Master Layout ----------------------------------------*/


/*body#WebUI ul#menu {
        height: 55px;
        padding-top: 50px;
        position: relative;
        margin: 0px 0px 0px 285px;
        background-image: url(Images/EpnWebUiMenu.png);
        background-repeat: repeat-x;
        list-style: none;
    }

    body#WebUI #Logo #ImgLogo {
        text-decoration: none;
        display: block;
        width: 285px;
        height: 103px;*/
/*background-image: url(Images/EpnWebUiLogo.png);*/
/*background-repeat: no-repeat;
        background-position: left;
    }

    body#WebUI #menu li {
        display: inline;
        background-image: url(Images/BlueBarWhiteLine.png);
        background-repeat: no-repeat;
        background-position: right;
    }

body#Home #menucontainer #menu #LoginLink {
    position: absolute;
    background-image: none;
    right: 0px;
}

body#WebUI #menu #LoginLink {
    position: absolute;
    background-image: none;
    right: 35px;
}

body#WebUI #menu li a {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 20px;
    text-transform: uppercase;
}

    body#WebUI #menu li a:hover {
        color: #CAF094;
    }

    body#WebUI #menu li a.active {
        background-color: #74B83D;
    }*/

.UserNewsHeadline {
    font-weight: bold;
    font-size: 11pt;
}

input.FilenameInput {
    width: 400px;
}

.validation-summary-valid {
    display: none;
}
/*----------------------------------- Sort------------------------------------ */
div.sortASC {
    position: absolute;
    top: 48%;
    right: 5px;
    width: 8px;
    height: 4px;
    background: url('Images/sortUp.png') no-repeat;
    background-size: contain;
}

div.sortDESC {
    position: absolute;
    top: 48%;
    right: 5px;
    width: 8px;
    height: 4px;
    background: url('Images/sortDown.png') no-repeat;
    background-size: contain;
}

/* Style message warning*/
.warning2 {
    color: #DA1E28;
    font-size: 13px;
}

.warning {
    background-color: #DA1E28;
    color: white;
    font-weight: bold;
    height: 40px;
    width: 100%;
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.OrangeWebUIButton {
    font-family: Sans-Serif;
    font-size: 9pt;
    font-weight: bold;
    border: 1px solid #006498;
    color: #FFFFFF;
    background-color: Orange;
    text-decoration: none;
    padding: 3px;
}

/* upload file*/
.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .progress .bar {
        width: 0%;
        height: 18px;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -ms-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(top, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -ms-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Toggle style */



/*============CSS FOR ERROR LAYOUT=============*/
#ErrorPage {
    width: 650px;
    margin: 20px auto;
    border: 1px solid #cacaca;
}

#ErrorIcon {
    float: left;
    width: 150px;
    font-size: 22px;
}

#ErrorLayout {
    width: 500px;
    float: right;
}

    #ErrorLayout .h3Header {
        width: 100%;
        font-weight: bold;
        border-bottom: 1px solid #cacaca;
        margin: 10px auto;
        padding-bottom: 5px;
    }

    #ErrorLayout #ErrorStatckTrace {
        width: 100%;
        min-height: 200px;
        overflow: auto;
        display: none;
        font-size: 12px;
    }

    #ErrorLayout .h3Header #ExpandStackTrace {
        display: block;
        float: left;
        padding-left: 8px;
        width: 15px;
        height: 20px;
        border: 1px solid #CACACA;
        margin-right: 7px;
        font-size: 18px;
        text-decoration: none;
        color: #006498;
    }
/*===========END CSS FOR ERROR LAYOUT==========*/

/*===========CSS FOR DIALOG====================*/
/*.ui-button {
    padding: 7px 0px;
}

    .ui-button .ui-button-text {
        padding: 0px 20px;
    }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-radius: 0px;
}*/
/*===========END CSS FOR DIALOG================*/



/*********** Custom Dropdown ************/
.TextDropdown {
    font-family: Calibri, Helvetica, Geneva;
    width: 98% !important;
    border: 1px solid #006498;
    padding: 3px 1px 3px 3px;
    padding-top: 2px;
    color: black;
}

.ListDropdown {
    font-size: 11px;
}

    .ListDropdown li {
        position: relative;
        padding: 0px 5px 0px 5px;
        font-size: 11px !important;
    }

        .ListDropdown li:hover {
            background: #3399ff;
            cursor: default;
            color: White;
        }

    .ListDropdown .targetLISelected {
        background: #3399ff;
        color: White;
    }

.ButttonDropdown {
    width: 18px;
    display: block;
    border: none;
    background: url('Images/btDropdown.png') no-repeat;
    position: absolute;
    right: 1px;
    top: 1px;
    text-decoration: none;
    color: silver;
    height: 18px;
}

.NavDropdown {
    width: 200px;
    height: 18px;
    padding-top: 0px;
}

/****************************************/




/* CSS for Process Add WIP Package Screen */ /*
#BreadCrumbs {
    height: 27px;
    width: 100%;
    border: 1px solid #cacaca;
}

#BreadCrumbWIP {
    list-style: decimal;
    margin: 0px;
}

    #BreadCrumbWIP li {
        display: block;
        float: left;
        padding: 5px 10px;
    }

    #BreadCrumbWIP .BreadHere {
        color: #0094ff;
        font-weight: bold;
    }

    #BreadCrumbWIP li a {
        text-decoration: none;
        color: #666;
    }
*/
.TableWIPDetails {
    border-collapse: collapse;
    border-spacing: 0;
}



    .TableWIPDetails tr td {
        padding: 2px;
        vertical-align: top;
    }



    .TableWIPDetails tr:hover td {
        background: #EFEFEF;
    }

    .TableWIPDetails tr th {
        padding: 5px 0px;
        background: #E0E4CC;
        border-bottom: 2px solid #cacaca;
        color: #666;
        text-align: left;
    }

/*.TableWIPInfo tr td {
    vertical-align: top;
    padding: 5px 1px;
}*/

.GreenWIP {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #4cff00;
    border: 2px solid green;
}

.GreenWIPDoc {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #4cff00;
    border: 2px solid green;
    float: left;
    margin-right: 10px;
}

.SpanStep {
    color: #ff6a00;
    font-size: 15px;
    font-weight: bold;
}

.HeaderBold {
    font-size: 15px;
    font-weight: bold;
    display: block;
    width: 100%;
    background-color: #cacaca;
    padding: 2px;
}

.RedWIP {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #ff6a00;
    border: 2px solid #ff0000;
}

.ShowHideSpan {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
    margin-right: 5px;
}

/*.ShowHideSpan:hover {
    background-color: black;
}*/

.GroupTitleShowHide {
    margin-bottom: 5px;
    /*border-bottom: 1px solid #cacaca;*/
}

.ATitleShowHideRejectReason, .ATitleShowHideList {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.ShowHideSpanRejectReason {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
    margin-right: 5px;
}

.ShowHideTable {
    table-layout: fixed;
    width: 90%;
    margin: 10px 0px 10px 20px;
}

    .ShowHideTable tr th {
        border-bottom: 2px solid #808080;
        text-align: left;
        background: white;
    }

    .ShowHideTable tr td {
        padding: 2px;
        border-bottom: 1px solid #cacaca;
        word-wrap: break-word;
        word-break: break-all;
        background: white !important;
        height: 12px;
    }

.BlueTR {
    /*background-color: #ffeea0;*/
}

/*.ListWipRequired {
    margin-left: 20px;
    margin-right: 10px;
    color: #9A1313;
}

    .ListWipRequired li a {
        color: #9A1313;
    }*/
/*
#StepWipDoc {
    width: 99%;
    margin: 0px auto;
    padding: 2px;
    font-size: 11px;
}*/

#ListStepWipDoc {
    list-style: none;
}

    #ListStepWipDoc li {
        display: inline-block;
        position: relative;
        padding-right: 10px;
    }

        #ListStepWipDoc li a {
            font-size: 13px;
            color: black;
            text-decoration: none;
        }

#ListWIPDocs {
    min-height: 70px;
}

#ListWIPDocsCover {
    width: 100%;
    max-height: 375px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #FFFFFF;
}

#WipDocsPaging {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 35px;
    width: 100%;
}

#WipDocsPaging .pager {
    margin: unset;
}

#WipDocsOverview {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #5087C9;
}

/*#WipDocInputPanel {
        width: 100%;
        min-height: 352px;
        max-height: 839px;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #5C87B2;
    }*/

#ListWipLegalCover {
    width: 100%;
}

#ListWipPartyCover {
    width: 100%;
}

#ListWipAssocDocCover {
    width: 100%;
}


#EditRefValue, #SaveRefValue {
    /*margin-left: 10px;*/
}

.RefValueButton {
    text-decoration: underline;
    padding-right: 10px;
}

    .RefValueButton:hover {
        text-decoration: underline;
    }

#WipDocInputPanel {
    width: 530px;
    vertical-align: top;
    position: relative;
    min-height: 500px;
}

    #WipDocInputPanel.epn-bulkupload {
        width: auto;
        min-width: 900px;
        max-width: 1200px;
    }

#WipDocReview {
    width: 100%;
    position: relative;
    min-height: 500px;
}

    #WipDocReview.epn-bulkupload {
        min-width: 480px;
    }
/*** STEP CSS FOR EDIT WIP DOC SCREEN ***/
/******* Collapse Wip Doc **********/
.StatusExpandCollapse {
    display: inline-block;
    width: 25px;
    height: 23px;
    position: relative;
    color: #00326e;
    font-size: 15px;
}

    .StatusExpandCollapse .Step {
        position: absolute;
        right: 1px;
        top: 1px;
        margin-right: 0px;
    }

    .StatusExpandCollapse:hover {
        cursor: pointer;
    }

.Step {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin-right: 5px;
}

.Step1 {
    background: url('Images/icon-progress-1.png') no-repeat;
}

.Step2 {
    background: url('Images/icon-progress-2.png') no-repeat;
}

.Step3 {
    background: url('Images/icon-progress-3.png') no-repeat;
}

.Step4 {
    background: url('Images/icon-progress-4.png') no-repeat;
}
/****************************************/

#WIPDocDetailsPanel {
    /*padding:5px;*/
    width: 36%;
    min-width: 360px;
    max-width: 432px;
    /*border:1px solid #cacaca;*/
}

#WipDocReview {
    /*display:flex;
    flex-direction:column;
    align-items:center;*/
    vertical-align: top;
    padding-left: 5px;
}

#WIPDocReviewPanel {
    /*border:1px solid #cacaca;*/
}

.review-doc-panel {
    min-width: 775px !important;
}

#WIPDocReviewPanel.epn-bulkupload {
    width: 90%;
}

/*.AdditionalInfoCover {
    border-left: 1px solid #cacaca;
}*/

.GroupShowHideAdditionalInfo {
    width: 100%;
}

.LegalInfoTable {
    table-layout: fixed;
}

    .LegalInfoTable tr th {
        border-bottom: 2px solid #CCC;
        word-wrap: break-word;
    }


    .LegalInfoTable tr .DocName {
        width: 140px;
    }

    .LegalInfoTable tr .Book {
        width: 140px;
    }

    .LegalInfoTable tr .Page {
        width: 50px;
    }

    .LegalInfoTable tr .FirstName {
        width: 90px;
    }

    .LegalInfoTable tr .MiddleName {
        width: 90px;
    }

    .LegalInfoTable tr .LastName {
        width: 90px;
    }

    .LegalInfoTable tr .Type {
        width: 90px;
    }

    .LegalInfoTable tr td {
        padding: 2px;
        word-break: break-all;
        word-wrap: break-word;
    }

    .LegalInfoTable .eventr td {
        background: whiteSmoke;
    }

#CountyDocTypeNote {
    display: block;
    width: 25px;
    height: 25px;
    left: -25px;
    background: url('Images/InfoIcon.png') no-repeat;
}

.H2Step {
    margin: 0;
    padding: 0;
}
/******************************************/

#ImageDateTimePicker {
    display: block;
    width: 16px;
    height: 16px;
    background: url('Images/calendar/cal.gif') no-repeat top right;
    float: right;
    padding-left: 5px;
}

#SpanDateTimePicker {
    position: absolute;
    right: 2px;
    top: 7px;
    padding-top: -3px;
}

    #SpanDateTimePicker:hover {
        cursor: pointer;
    }

.HasImage {
    text-decoration: none;
    display: block;
    /*background: url('Images/docs.png') no-repeat top left;*/
    background-size: contain;
    width: 29px;
    height: 22px;
    margin: 0px auto;
}

    .HasImage:before {
        content: "\f15b";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        color: #6D7175;
        font-size: 20px;
    }

    .HasImage:hover {
        cursor: default;
    }


/********************* STYLE FOR DYNAMIC PANEL****************************************/
.FormDynamicInputPanel {
    width: 375px;
    margin-left: 5px;
}

.ShowOneLine {
    width: 100%;
}

.OneLineTextField {
    width: 90%;
    float: left;
}

    .OneLineTextField .FormLabel {
    }
/*
    .OneLineTextField input[type="text"], select {
        width: 100%;
        border: 1px solid #006498 !important;
    }
*/
.OneLineRequiredField {
    width: 10%;
    float: right;
}

.OneLineErrorMessage {
    padding: 0px 15px;
}

.ShowMultiLine {
    float: left;
}

.MultiLineTextField {
    width: 100%;
    float: left;
}

    .MultiLineTextField input[type="text"] {
        width: 95%;
        border: 1px solid #006498 !important;
    }

    .MultiLineTextField select {
        width: 98%;
        border: 1px solid #006498 !important;
    }

.MultiLineRequiredField {
    width: 8%;
    float: right;
}


.OneRowClearBoth {
    display: block;
    width: 100%;
    height: 5px;
    clear: both;
}

.GroupMultiTextBox input[type="text"] {
    width: 90%;
}

.GroupMultiTextBox select {
    width: 98%;
}


.AutoCompleteUL {
    z-index: 1000;
    list-style: none;
    background: white;
    border: 1px solid #006498;
    position: absolute;
    width: 96%;
}

    .AutoCompleteUL li {
        color: black;
        padding: 0px 3px;
    }


        .AutoCompleteUL li.LiSelectable:hover {
            background: #3399ff;
            color: white;
        }

.AutoCompleteUL {
    max-height: 200px;
    overflow-y: auto;
}

    .AutoCompleteUL .targetLISelected {
        background: #3399ff;
        color: White;
    }
/*************************************************************************************/


.TableDynamic {
    table-layout: fixed;
    width: auto;
    margin: 5px;
}

    .TableDynamic tr td {
        word-wrap: break-word;
        word-break: break-all;
        padding: 5px;
    }

    .TableDynamic tr .TdAction {
        word-break: normal !important;
        word-wrap: normal !important;
    }

.dynamic-input-error {
    border: 1px solid red;
}

.DynamicPanelErrorMessage {
    list-style: none;
    color: red;
    margin-left: -10px;
}

    .DynamicPanelErrorMessage .dynamicWarningLi:hover {
        color: blue;
        cursor: pointer;
    }


    .DynamicPanelErrorMessage .dynamicWarningLi {
        background: url('Images/WarningIcon.png') no-repeat top left;
        padding-left: 20px;
        position: relative;
    }

.dynamicWarningLi ul li span {
    font-weight: bold;
}

.dynamicWarningLi ul {
    display: none;
    background: white;
    border: 1px solid #cacaca;
    color: black;
    padding: 5px 20px;
}

.dynamicWarningLi:hover ul {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

.DynamicPanelErrorMessage .dynamicInvalidFormatLi {
    background: url('Images/QuestionMarkIcon.png') no-repeat top left;
    padding-left: 20px;
    position: relative;
}

.DynamicPanelErrorMessage .dynamicNormalMessage {
    background: url('Images/DottedIcon.png') no-repeat top left;
    padding-left: 20px;
    position: relative;
}

/*#DynamicPanel {
    width: 100%;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}*/

.DynamicPanelErrorMessage .dynamicInvalidFormatLi .tooltipMasking {
    display: none;
    color: black;
    margin: 0;
    padding: 5px 20px;
    background: white;
    border: 1px solid #cacaca;
}

    .DynamicPanelErrorMessage .dynamicInvalidFormatLi .tooltipMasking li span {
        font-weight: bold;
    }

.DynamicPanelErrorMessage .dynamicInvalidFormatLi:hover {
    color: blue;
    cursor: pointer;
}

    .DynamicPanelErrorMessage .dynamicInvalidFormatLi:hover .tooltipMasking {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1000;
    }

.OrderUpDoc {
    display: block;
    background-size: contain;
    width: 20px;
    height: 22px;
    float: left;
    text-decoration: none;
    margin-right: 5px;
}

    .OrderUpDoc:before {
        content: "\f353";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        color: #6D7175;
        font-size: 20px;
    }

.OrderDownDoc {
    display: block;
    background-size: contain;
    width: 20px;
    height: 22px;
    float: left;
    text-decoration: none;
    padding-top: 5px;
}

    .OrderDownDoc:before {
        content: "\f350";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        color: #6D7175;
        font-size: 20px;
    }

.ShowHideDocPanel {
    position: relative;
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    height: 40px;
}

.PanelHeaderText {
    position: absolute;
    top: 8px;
    left: 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
}

.ButtonPanelHeader {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid white;
    border-radius: 15px;
    text-decoration: none;
    margin: 0px 2px;
}

    .ButtonPanelHeader:hover {
        border: 1px solid #62c462;
    }

.ButtonSave {
    background: url('Images/SaveDocIcon.png') no-repeat top left;
    background-position: 7px 6px;
}

.ButtonSaveAndAddNew {
    background: url('Images/SaveDocIcon.png') no-repeat top left;
    background-position: -13px 7px;
}

.ButtonCancel {
    background: url('Images/SaveDocIcon.png') no-repeat top left;
    background-position: -34px 6px;
}

.CollapsePanel {
    position: relative;
}

/*.SpanCollapsePanel {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    text-align: center;
    font-size: 16px;
    background: #428bca;
    right: 10px;
    top: -25px;
    color: white;
    cursor: pointer;
}*/

.WipPackageMenu {
    position: fixed;
    top: 20%;
    background: white;
    width: 19px;
}

    .WipPackageMenu ul li {
        border-bottom: 1px solid white;
        text-align: center;
        font-size: 18px;
        color: white;
        background: #0071BC;
        position: relative;
    }

.WipPackageMenuUL li:hover, .WipPackageMenuUL li:hover ul li {
    cursor: pointer;
    background: #224181;
}

.WipPackageMenuUL li > ul {
    list-style: none;
    display: none;
}

.WipPackageMenuUL li.RejectReason, .WipPackageMenuUL li.RejectReason:hover ul li {
    background: #9A1313;
    color: white;
}

.WipPackageMenuUL li:hover > ul {
    position: absolute;
    top: 0px;
    left: 19px;
    display: block;
    min-width: 220px;
}

    .WipPackageMenuUL li:hover > ul li {
        text-align: left;
        padding-left: 5px;
    }

#frmMainDocEntry .input-validation-error {
    border: 1px solid #006498 !important;
}

/*#NoOfDocValue {
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: bold;
}*/

.more-block ul {
    margin-left: 20px;
}

#CountyDocTypeNote:hover #CountyDoctypeNoteContent {
    position: absolute;
    display: block !important;
    top: 25px;
    right: 0px;
    width: 428px;
    background: white;
    z-index: 1000;
    border: 1px solid #666;
    padding: 10px;
    border-radius: 5px;
}

    #CountyDocTypeNote:hover #CountyDoctypeNoteContent ul {
        margin-left: 20px;
    }

.warningMessage {
    font-size: 13px;
    font-weight: bold;
    color: #FCAA27 !important;
    text-decoration: none;
}

    .warningMessage:hover {
        color: #428bca !important;
    }

.ListWipRequired .warning2:hover {
    color: #428bca;
}



/******** STEP WIP DOC ******/
#StepWipDocBar {
    width: 343px;
    height: 41px;
    background: url('Images/StepWipDocBar.png') no-repeat top left;
    margin: 0px auto;
}

    #StepWipDocBar ul li {
        list-style: none;
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-right: 44px;
        margin-left: 18px;
    }

        #StepWipDocBar ul li:last-child {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

#ReadMoreLink {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.tblNews tr td {
    padding: 5px;
    border-spacing: 2px;
    border-bottom: 1px dotted #cacaca;
}

.tblNews tr .tdNewsHeader {
}

.tblNews tr .tdNewsContent {
    background: #f5f5f5;
}

/*
.tblMsgSubmitPkg tr th {
    background: #cacaca;
    padding: 3px;
}

.tblMsgSubmitPkg tr td {
    padding: 3px;
}

.tblMsgSubmitPkg tr.HoverAble:hover td {
    background: #f5f5f5;
}

.tblMsgSubmitPkg tr.groupHeader td {
    border: solid 1px #CCC;
    border-width: 1px 0 0 0;
}

.tblMsgSubmitPkg tr.HoverAble td.errorDetail, .tblMsgSubmitPkg p.errorDetail {
    color: red;
}
*/
.Height0px {
    height: 0px !important;
}

.CollapseListWipDoc {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 23px;
    text-align: center;
    position: relative;
    font-size: 15px;
}

/*.ShowListWipDoc {
    position: absolute;
    top: 48%;
    right: 0px;
    width: 8px;
    height: 4px;
    background: url(Images/sortUp.png) no-repeat;
    background-size: contain;
}

.HideListWipDoc {
    position: absolute;
    top: 48%;
    right: 0px;
    width: 8px;
    height: 4px;
    background: url(Images/sortDown.png) no-repeat;
    background-size: contain;
}*/

#SubmitPacakgeMenuSection {
    min-width: 280px;
    width: 172px;
    height: 40px;
    position: fixed;
    top: 50px;
    left: 463px;
    background: url('Images/SubmitPackageSectionBG.png') repeat-x top left;
    cursor: move;
    z-index: 100;
    border: 1px solid #cacaca;
    opacity: 0.9;
    filter: alpha(opacity=70);
}

    #SubmitPacakgeMenuSection #DockSubmitDialogICO {
        display: block;
        cursor: pointer;
        margin-top: 10px;
        background: url('Images/MinimizeDialogIcon.png') repeat-x top left;
        width: 10px;
        height: 10px;
    }

    #SubmitPacakgeMenuSection:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

#SubmitIcon {
    width: 64px;
    height: 24px;
    background: url('Images/SubmitButtonICO.png') no-repeat top left;
    float: left;
    margin-top: 7px;
}

#SubmitContent {
    text-align: center;
}

#SubmitPackageMenuDock {
    width: 20px;
    height: 25px;
    position: fixed;
    top: 50px;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    background: white;
    font-size: 17px;
    padding: 5px 0px 0px 10px;
    font-weight: bold;
    color: white;
}

/************  FOR SHOW LOADING IMG *****************/
#dvImgLoadingCover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

#dvImgLoadingOverlay {
    width: 100%;
    height: 100%;
    background: white;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

#dvContentProgress {
    width: 300px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -150px;
    background: white;
    border: 1px solid #666;
    padding: 5px;
}

#imgFunctionName {
    width: 100%;
    height: 15px;
    text-align: center;
    color: black;
    margin-bottom: 5px;
}

#imgCurrentProgress {
    width: 100%;
    height: 15px;
    text-align: center;
    color: black;
}

#imgCurrentPercent {
    width: 0%;
    height: 15px;
    text-align: center;
    background: #428bca;
    margin-top: -15px;
}


/*--- CHOOSE ORG PAGE --------------------------------------------------------------*/

.choose-org {
    margin-top: 200px;
    text-align: center;
}

/*--- PRINT INVOICE PAGE --------------------------------------------------------------*/


@page {
    size: auto;
    margin: 0;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    html, body {
        min-width: unset !important;
    }

    body.report {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body.report h2 {
        font-size: 19px !important;
    }
    
    body.report h3 {
        font-size: 16px !important;
    }

    body.report .recorded-report tr td {
        font-size: 12px !important;
    }
    
    body.report .submitted-report th, body.report .rejected-report th {
        padding-left: 3px !important;
        padding-right: 2px !important;
        font-size: 12px !important;
    }

    body.report .submitted-report td, body.report .rejected-report td {
        padding-left: 2px !important;
        padding-right: 2px !important;
        font-size: 11px !important;
    }
}


.print-invoice {
    font-size: 14px;
    color: #333333;
}

    .print-invoice .info-table tr td:first-child {
        padding-left: 30px;
    }

    .print-invoice .info-table tr td:last-child {
        padding-right: 30px;
    }

    .print-invoice .epn-info {
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
    }

    .print-invoice .epn-logo {
        text-align: right;
    }

    .print-invoice .invoice-title {
        font-size: 22px;
        text-align: center;
        font-weight: 700;
        font-style: italic;
        padding: 20px 0px;
        text-transform: uppercase;
    }

    .print-invoice .jurisdiction {
        padding-top: 20px;
        padding-bottom: 10px;
        font-weight: 700;
        text-align: center;
        font-size: 1em;
    }

    .print-invoice .memo-col {
        max-width: 200px;
        width: auto;
    }

    .print-invoice .tablegrid tr td:first-child {
        padding-left: 5px;
    }

    .print-invoice .tablegrid tr td:last-child {
        padding-right: 5px;
    }

    .print-invoice .tablegrid tr th {
        background-color: #B3D9FF;
        color: #333333;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .print-invoice .tablegrid tr th, .print-invoice .tablegrid tr td {
        font-size: 12px;
        border: 1px solid #666666;
        padding-left: 5px;
        padding-right: 5px;
    }

    .print-invoice .tablegrid tr:last-child {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: right;
    }


.print-rec-voucher {
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
}

    .print-rec-voucher .bold-italic {
        font-weight: bold;
        font-style: italic;
    }

    .print-rec-voucher .barcode {
        width: 150px;
        height: 50px;
    }

    .print-rec-voucher .lbl-instructions {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: green;
        float: right;
        right: 380px;
        top: 200px;
        position: absolute;
    }

    .print-rec-voucher .lbl-jurisdiction {
        font-size: 28px;
        font-weight: bold;
    }

    .print-rec-voucher .lbl-jurisdiction-sub {
        font-weight: bold;
        font-style: italic;
        font-size: 20px;
    }

    .print-rec-voucher .lbl-rec {
        font-weight: bold;
    }

    .print-rec-voucher .lbl-header {
        font-family: Calibri;
        font-weight: 700;
    }

    .print-rec-voucher .underline {
        text-decoration: underline;
    }

    .print-rec-voucher .hold {
        position: absolute;
        z-index: 9999;
        opacity: 0.5;
        width: 100%;
        bottom: 300px;
    }

    .print-rec-voucher .tbl-header {
        font-size: 16px;
        margin-bottom: 10px;
    }

        .print-rec-voucher .tbl-header tr td:first-child, .print-rec-voucher .tbl-header tr td:last-child {
            width: 25%;
            padding-bottom: 10px;
        }

        .print-rec-voucher .tbl-header tr td {
            vertical-align: middle;
        }

    .print-rec-voucher .tbl-docs {
        text-align: center;
        margin-bottom: 25px;
    }

    .print-rec-voucher .tbl-docs-bg {
        background: #ffffff url("../Content/Images/hold.png") no-repeat;
        background-size: cover;
        -moz-background-size: cover; /* Firefox 3.6 */
        background-position: center;
        margin-bottom: 20px;
    }

    .print-rec-voucher .tbl-spec,
    .print-rec-voucher .tbl-del {
        margin-bottom: 20px;
    }


        .print-rec-voucher .tbl-docs thead,
        .print-rec-voucher .tbl-docs tbody,
        .print-rec-voucher .tbl-spec thead,
        .print-rec-voucher .tbl-spec tbody,
        .print-rec-voucher .tbl-del thead,
        .print-rec-voucher .tbl-del tbody,
        .print-rec-voucher .tbl-del thead tr td,
        .print-rec-voucher .tbl-del tbody tr td {
            border: 2px solid #C4C4C4;
        }

            .print-rec-voucher .tbl-docs thead tr td {
                color: #333333;
                font-weight: 700;
                text-align: center;
                padding: 5px;
                border-right: 1px solid #C4C4C4;
                background-color: #e2e2e2;
            }

            .print-rec-voucher .tbl-docs tbody tr {
                border-bottom: 1px solid #cacaca;
                height: 35px;
            }

                .print-rec-voucher .tbl-docs tbody tr td {
                    padding: 5px 5px;
                    border-right: 1px solid #cacaca;
                }

            .print-rec-voucher .tbl-spec thead tr td {
                padding: 5px;
                text-align: center;
                color: #333333;
            }

            .print-rec-voucher .tbl-spec tbody tr td {
                padding: 5px 5px;
                border-right: 1px solid #cacaca;
            }

                .print-rec-voucher .tbl-spec tbody tr td:first-child {
                    font-weight: 700;
                    text-align: center;
                    padding: 10px 10px;
                }

                .print-rec-voucher .tbl-spec tbody tr td:last-child {
                    vertical-align: top;
                }

            .print-rec-voucher .tbl-del thead tr td {
                font-weight: 700;
                padding: 5px;
                text-align: center;
                color: #333333;
            }

            .print-rec-voucher .tbl-del tbody tr td {
                padding: 10px 10px;
                text-align: center;
                line-height: 16px;
            }

    .print-rec-voucher .tbl-footer tr td {
        font-weight: 700;
        font-style: italic;
    }


.barcodeTarget div:last-child {
    font-size: 12px !important;
}



/*--- BULK UPLOAD PAGE --------------------------------------------------------------*/

.bulk-upload-table {
    font-size: 13px;
}

#bulkUploadConfirmTable {
    max-height: 300px;
    overflow: auto;
}

#dropZone {
    border-radius: 8px;
    border: 2px solid #ccc;
    background-color: #eee;
    width: auto;
    min-width: 400px;
    min-height: 600px;
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
    color: #555;
    margin: 0px auto;
}

    #dropZone.hover {
        border-color: #aaa;
        background-color: #ddd;
    }

    #dropZone.error {
        border-color: #f00;
        background-color: #faa;
    }

.header-table {
    margin-top: 20px;
    font-size: 13px;
}

    .header-table tr td {
        text-align: center;
        vertical-align: top;
    }

/*.bulk-table {
    margin-bottom: 0px;
}

    .bulk-table tr td {
        border: 1px solid #E0E0E0;
        text-align: center;
        padding: 5px;
    }*/
.sub-table tr td {
    border-collapse: collapse;
    border: none;
}

    .sub-table tr td:first-child {
        text-align: left;
        color: black;
        padding-left: 10px;
    }

    .sub-table tr td:nth-child(n+2) {
        text-align: center !important;
    }

    .sub-table tr td input {
        width: 42px;
        height: 39px;
        text-align: center;
    }

.btn-bulk {
    padding: 2px 5px;
    margin-right: 3px;
    font-size: 12px;
}






/*--- BULK UPLOAD CONFIRM POPUP --------------------------------------------------------------*/

.tbl-info {
    text-align: center;
}

    .tbl-info tr td {
        border: 1px solid #808080;
        padding: 5px 5px;
    }

    .tbl-info thead tr th {
        border: 1px solid #808080;
        background-color: #e8e8e8;
        font-weight: 700;
        padding: 5px 5px;
    }

    .tbl-info tfoot tr td {
        border: none;
        border-top: 1px solid #808080;
    }

.tbl-input tr td {
    padding: 5px 0px;
}

    .tbl-input tr td input {
        height: 19px;
        padding-left: 5px;
    }

    .tbl-input tr td input, .tbl-input tr td select {
        font-size: 12px;
    }

.ui-datepicker-trigger {
    position: absolute;
    margin-top: -2px;
    width: 27px;
    cursor: pointer;
}

.record-infor {
    border-bottom: 1px solid #666;
    margin: 10px auto;
}

    .record-infor label {
        font-weight: 700;
        position: absolute;
        background-color: #fff;
        margin-top: -9px;
        padding-right: 5px;
    }

.confirm-header {
    background-color: #ccc;
    font-weight: 700;
    padding: 5px;
    margin-bottom: 20px;
}




.progressbar {
    left: 15%;
    width: 70%;
    margin: 40% auto;
    position: absolute;
    z-index: 1;
    border-radius: 9px;
    border: 1px solid #666;
    display: none;
}

.progresswidth {
    width: 0%;
    height: 14px;
    background-color: #1655A0;
    text-align: center;
    border-radius: 7px;
}

.progresslabel {
    font-size: 12px;
    position: absolute;
    margin-top: -14px;
    margin-left: 47%;
}


.tooltipwrapper {
    position: relative;
}

/*.errortooltip {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    cursor: pointer;
}*/

td.errormessageicon {
    text-align: center;
}

    td.errormessageicon img {
        width: 16px;
        height: 16px;
        cursor: pointer;
        vertical-align: bottom;
        padding-top: 1px;
    }

td.tableCheckbox, .tablegrid tr th.tableCheckbox {
    text-align: center;
}

div.duplicateTooltipWrapper {
    max-width: 800px !important;
}

    div.duplicateTooltipWrapper div.ui-tooltip-content {
        color: #333333 !important;
        background-color: #FFF !important;
    }

.JColResizer {
    left: 10px;
}

.SumoSelect {
    width: 100% !important;
    display: flex !important;
}

.SelectBox {
    padding: 10px !important;
}

.SumoSelect > .CaptionCont {
    border: 1px solid #C4C4C4 !important;
    border-radius: 4px !important;
    min-height: 40px !important;
    background-color: #F4F6FA !important;
    position: absolute !important;
}

    .SumoSelect > .CaptionCont > span {
        padding-right: 12px !important;
        padding-left: 5px !important;
        color: black !important;
    }

.SumoSelect .select-all {
    height: 28px !important;
    padding: 4px 0 3px 35px !important;
}

.SumoSelect > .optWrapper > .options li.opt {
    height: 26px !important;
    border-bottom: none !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.SumoSelect.open > .optWrapper {
    top: 40px !important;
}

.SumoSelect > .CaptionCont > span.placeholder {
    font-style: normal !important;
}

.SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #1655A0 !important;
    border: 1px solid #1655A0 !important;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    width: 17px !important;
    height: 17px !important;
}

.customSelectIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    background-position: right 7px bottom 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}

    .customSelectIcon > option {
        background-color: white;
        height: 26px !important;
    }

.LabelSelectCounty {
    display: inline;
}

#divAspnetUserList a {
    text-align: left !important
}

.county-row {
    height: 54px;
}

.header-section {
    display: inline-flex;
    align-items: center;
}

.header-icon {
    filter: brightness(0) invert(1);
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
}

.report-title {
    color: #1655A0;
    font-size: 14px;
    font-weight: bold;
}

.report-table {
    table-layout: auto;
    margin-top: 25px !important;
}

    .report-table tr td {
        vertical-align: middle !important;
        padding: 5px !important;
    }

.report-tab {
    display: block;
    padding-bottom: 20px;
}

.report-btn {
    margin-top: 22px;
}

.report-section {
    border-bottom: 1px solid #646464;
}

.report-msg-validate {
    display: none;
    font-size: 1rem;
    color: #B10834;
}

.report-msg-error {
    font-size: 1rem;
    color: #B10834;
}

.report-empty-line {
    height: 22px;
}

.report-logo {
    height: 98px;
    vertical-align: middle;
}

.report-footer {
    background: rgba(107, 120, 138, 0.11);
}

    .report-footer a {
        text-decoration: underline;
    }

/*****LOGIN SCREEN*****/
.login-screen {
    position: relative;
    display: block;
}

.login-screen-bg {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 825px;
    position: relative;
}

.login-screen-body {
    position: absolute;
    top: 210px;
    left: 291px;
    width: 510px;
    min-height: 582px;
    margin: 0 auto;
    color: black;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #0000007B;
    z-index: 1000;
}

.login-screen-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-screen-logo {
    position: relative;
    padding-top: 37px;
    width: 248px;
    object-fit: contain;
    cursor: default;
}

.login-screen-header {
    margin: 20px 0px;
    text-align: center;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.login-screen-text {
    width: 387px;
}

.login-version {
    bottom: 10px;
    position: fixed;
    right: 10px;
    color: white;
    opacity: 0.8;
}

.return-btn {
    position: absolute;
    top: 23px;
    left: -15px;
    width: 306px;
    height: 58px;
    margin: 0 auto;
    color: white;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    border-radius: 3px;
    background-color: #6B788A;
    z-index: 1000;
    cursor: pointer;
}


    .return-btn:hover {
        opacity: .85;
        text-decoration: none;
    }

    .return-btn a {
        text-decoration: none;
        padding: 0;
        margin: 0;
    }

.return-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

    .return-btn-wrapper > img {
        height: 25px;
    }

    .return-btn-wrapper > span {
        color: white;
        font-size: 14px;
        margin-left: 15px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        text-decoration: none;
    }

.login-screen-text {
    width: 387px;
    font-size: 14px;
    padding: 0 10px;
}

.loading-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.loading-circle {
    height: 40px;
    display: none;
}

.login-screen-bg-dark-blue {
    height: 100%;
    width: 550px;
}

.login-screen-bg-gray {
    height: 100%;
    width: calc(100% - 550px);
}

.login-validate-message {
    font-size: 14px;
    text-decoration: none;
}

.input-control {
    position: relative;
    height: 43px;
    border-radius: 4px;
    border: 1px solid #00326E;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .input-control > input {
        width: 100%;
        height: 100%;
        font-size: 14px;
        border-radius: 4px;
        border: none !important;
        outline: none;
        margin: 0;
        padding: 15px;
        font-family: 'Open Sans', sans-serif;
    }

    .input-control .btn-checkbox {
        position: absolute;
        top: 0px;
        right: 12px;
        width: 20px;
        opacity: 0;
    }

    .input-control .show-hide-btn {
        width: 50px;
        height: 43px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1;
    }

.login-action-link {
    text-align: left;
    text-decoration: none;
    color: #224181;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.file-upload, .custom-file-upload {
    min-width: 420px !important;
}

    .file-upload .file-select {
        border: 1px solid #F4F6FA;
        border-radius: 4px;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        background: #FFFFFF;
        overflow: hidden;
    }

        .file-upload .file-select .file-select-button {
            background: #EAEAEA;
            padding: 0 25px;
            font-size: 10px;
            color: #333333;
        }

        .file-upload .file-select .file-select-name {
            padding: 0 10px;
            font-size: 12px;
            color: #333333;
        }

        .file-upload .file-select:hover {
            border-color: #5087C9;
            transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            -webkit-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                /*opacity: .85;
                background: #5087C9;
                color: #FFFFFF;*/
                transition: all .1s ease-in-out;
                -moz-transition: all .1s ease-in-out;
                -webkit-transition: all .1s ease-in-out;
                -o-transition: all .1s ease-in-out;
            }

    .custom-file-upload::file-selector-button {
        border: none;
        display: inline-block;
        cursor: pointer;
        background: #EAEAEA;
        color: #333333;
        height: 40px;
        padding: 10px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.ui-menu .ui-menu-item .ui-state-focus {
    background: unset !important;
    background-color: #224181 !important;
    color: white !important;
}

#CountyNoteContent .aShow, #CountyNoteContent .aHide {
    cursor: pointer;
}

.epn-list-wipdoc tbody tr:first-child td {
    margin-top: 45px !important;
}

.editwip-additionalinfo tr td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.print-invoice .epn-table tr td {
    border: 1px solid #C4C4C4;
}

.print-invoice .epn-table {
    table-layout: auto !important;
}

.print-invoice .font-6 {
    font-size: 18px !important;
}

.print-invoice .cell-no-border {
    border: none !important;
}

#ppage.print-invoice {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.print-invoice .v-top {
    vertical-align: top;
}

.epn-time {
    font-size: 12px;
    color: #646464;
}

.epn-label-danger .epn-time {
    font-size: 10px;
    font-weight: normal;
    color: #fff;
}

.epn-label-danger .epn-date {
    font-size: 12px;
}

.epn-btn-close {
    display: flex;
    justify-content: end;
    height: 40px;
    width: 310px;
    font-size: 45px;
    color: #6D7175;
    cursor: pointer;
    text-decoration: none;
}

    .epn-btn-close:hover {
        text-decoration: none;
    }

.cancel-btn {
    position: absolute !important;
    left: 5px;
}

.ata-btn {
    height: 35px !important;
    font-size: 12px !important;
    min-width: 70px !important;
}

/* (1680x1050) WSXGA+ Display */
@media screen and (max-width: 1680px) {
    html, body {
        min-width: 0 !important;
    }

    .login-screen-bg {
        min-height: 575px;
    }

    .return-btn {
        top: 15px;
        height: 45px;
    }

    .login-screen-body {
        top: 70px;
        width: 490px;
        min-height: 500px;
    }

    .login-screen-logo {
        padding-top: 5px;
        width: 210px;
    }

    .login-screen-header {
        margin: 5px 0px;
        font-size: 25px;
    }

    .login-validate-message {
        font-size: 12px;
    }
}

.DisabledPackageUploaded, .DisabledEditMode, .DisabledControl, .DisableButton {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.5;
}

#SiteMessage {
    max-height: 45px;
    margin: 0 25px;
    border: 1px solid white;
    background: white;
    padding: 2px 10px;
    border-radius: 6px;
    overflow: hidden;
}

.epn-border-light {
    border: 2px solid #EFF0F2 !important;
}

.collapseAllDocs {
    cursor: pointer;
    display: inline-block;
    text-align: right;
    position: relative;
    min-width: 85px;
}

#iconEditOrgDropdownCty.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.orgDropdownCty {
    display: none;
    min-width: 12px;
}

.TDWipExcutionDate {
    padding-right: 22px !important;
}

.TDWipExcutionDate:hover {
    padding-right: 5px !important;
}

.TDWipExcutionDate:hover .orgDropdownCty {
    display: block;
}

.containerOrgDropdownOption {
    position: absolute;
}

.orgDropdownOption {
    min-width: 130px;
    width: max-content;
    z-index: 9999;
    position: absolute;
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000060;
    color: #333333;
}

.orgDropdownOption ul li {
    padding: 7px 10px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}

.orgDropdownOption ul li:hover {
    color: white;
    background-color: #5087C9;
    cursor: pointer
}

.orgDropdownOption .drOrgValueOpt {
    list-style: none;
    font-size: 12px;
    text-transform: capitalize;
}

#liErrorPages .currPage {
    cursor: default;
    color: #EA6269;
    text-decoration: unset;
}

#liErrorPages .currPage:hover {
    font-weight: unset !important;
}

#liErrorPages a:hover {
    font-weight: bold;
}

.orgCtyDrDataBg {
    box-shadow: 0px 3px 6px #00000060;
    border-radius: 4px;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    height: 44px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 98px;
}

#ImageFileName {
    width: 500px !important;
    word-wrap: break-word !important;
}

#tbFilterDropdown thead tr th, #tbFilterDropdown thead tr td, #tbFilterDropdown thead a {
    color: #333333;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
#tbFilterDropdown thead {
    background-color: unset;
}
#tbFilterDropdown thead tr th, #tbFilterDropdown tbody tr td {
    border-right: none !important;
    color: #333333;
    text-decoration: none;
    text-align: left;
    padding: 10px;
}
#tbFilterDropdown tbody tr td {
    font-weight: normal;
}
#tbFilterDropdown .rankDoc {
    width: 25px !important;
    height: 20px !important;
    text-align: center;
    cursor: unset;
    border: 1px solid #ABA8A8;
    color: #ABA8A8;
}
#popupFilterDropdown {
    width: 240px;
    z-index: 9999;
    position: absolute;
    background-color: #FFF;
    left: 75px;
    box-shadow: 0px 3px 6px #00000060;
    color: #333333;
}

#popupFilterDropdown .title {
    font-size: 14px;
}

#tbFilterDropdown thead tr, #tbFilterDropdown tbody tr {
    display: table;
    table-layout: fixed;
}
#tbFilterDropdown tbody {
    display: block;
    max-height: 400px;
    overflow: auto;
}

#popupFilterDropdown .title, #tbFilterDropdown thead tr th {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-weight: bold;
    color: #333333;
    padding: 10px;
    border-bottom: 1px solid #00000060;
}
#btnApplyFilterDr:disabled {
    background-color: #EBECF0;
    cursor: not-allowed;
    color: #C4C4C4
}
.leftpanel-scrollable-content {
    height: 1050px;
    overflow-y: auto;
    overflow-x: hidden;
}