/* Minification failed. Returning unminified contents.
(820,33): run-time error CSS1033: Expected closing bracket, found '<'
(820,43): run-time error CSS1031: Expected selector, found ']'
(820,43): run-time error CSS1025: Expected comma or open brace, found ']'
 */
.menu, .header, .title, .button
{
    display: inline-block;
}

.title, .button
{
    cursor: pointer;
}

.title 
{
    width: 120px;
}

ul.menuitems
{
    display: none;
    font-family: Arial, Verdana;
    font-size: 14px;
    list-style: none;
    margin: 0;
    opacity: 0.90;
    padding: 0;
    position: absolute;
    width: 150px;
}

li.menuitem
{
    background-color: #fff;
    cursor: pointer;
    padding: 3px;
}

li.menuitem:hover
{
    background-color: #E6E6E6;
}

 .dialog-content .search-criteria
{
    padding: 5px 0;
}

 .dialog-content .search-criteria .single-column
{
    padding: 3px 5px;
}

 .dialog-content .search-criteria .single-column .row
{
    padding: 2px 0;
}

 .dialog-content .search-criteria .single-column .row .label
{
    float: left;
    font-size: 11px;
    font-weight: bold;    
   
}
.dialog-content .search-criteria .single-column .row .value
{
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    width: auto;
}

.dialog-content .list-link
{
    width: 45px;
}

.dialog-content .list
{
    background-color: #FFF;
    border: 1px solid #CCC;
    max-height: 178px;
    overflow-y: scroll;
}
 

div#findutilitydialog
{
    width: 848px;
}

div.dialog-content div.gray-background, div.dialog-frame div.gray-background
{
    background-color: #ebebeb;
}

div.dialog-input label.checkbox-group-label
{
    font-weight: bold;
}

div.dialog-input div.dialog-checkbox-label-pair
{
    float: left;
    font-size: 11px;
    width: 120px;
    margin: 0 0 10px 0;
    line-height: 16px;
    vertical-align: bottom;
}

div.dialog-checkbox-label-pair label
{
    display: inline !important;
}

div.dialog-checkbox-label-pair input[type="checkbox"]
{
    top: -2px;
    position: relative;
    vertical-align: bottom;
}

div.dialog-input div#inputSection
{
    width: 100%;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    margin-top: 10px;
    clear: both;
}

div.dialog-input div.last
{
    width: 5em !important;
}

div#typeSection
{
    margin-top: 10px;
}

div#inputSection
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

div#inputSection label, div#inputSection input#SearchNameInput, input#SearchNumberInput, div#inputSection p
{
    width: auto;
    float: left;
    display: inline;
    margin-right: 5px;
}

div#inputSection label
{
    width: 10%;
    margin-right: 0;
}

div#inputSection input#SearchNameInput, div#inputSection input#SearchNumberInput
{
    width: 45%;
}

div#inputSection input[type="button"]
{
    float: right;
}

div#dialog-table input[type="text"]
{
    display: inline-block !important;
    width: auto !important;
}

div#lookupTablePager
{
     height: auto;
}

div#errorMessageSection.errorrow, div#noPropertyLookupDataMessage.errorrow
{
    background: url("/img/ico-warning.png") no-repeat 15px center;
    background-color: #FFE1E1;
    padding: 5px 0px 5px 40px;
    margin: 0;
    color: Maroon;
}

div#lookupTablePager .ui-paging-info
{
    font-weight: bold;
}


div.resultactions
{
    padding: 5px 0 5px 0;
}

.menu, .header, .title, .button
{
    *display: inline;
}

div.menu 
{
    margin-right: 5px;
}

div.title
{
    border: 1px solid #ccc;
    min-height: 20px;
    padding: 0;
    vertical-align: middle;
}

div.title:hover
{
    background: #eee;
}

div.button
{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

div.button img
{
    vertical-align: middle;
    margin: 2px 3px 2px 2px;
}

li.menuitem
{
    display: block !important;
    width: 120px;
    padding: 0px;
    min-height: 20px;
    background-color: #fafafa;
}

ul.menuitems
{
    z-index: 1;
    width: 120px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    opacity: 1;
}

span.actionlistitem
{
    padding-left: 28px;
    vertical-align: middle;
    margin-left: 3px;
    display: inline-block;
    min-height: 20px;
    line-height: 24px;
    font-size: 11px !important;
    width:89px;
    height:24px;
}

span.actionlistitem:hover {
    background: #eee;
}

img.print
{
    clip: rect(0px 60px 20px 40px);
    margin: 2px 0 0 -66px;
    position: absolute;
}

img.printfriendly
{
    clip: rect(0px 20px 20px 0px);
    margin: 2px 0 0 -26px;
    position: absolute;
}

img.savepdf
{
    clip: rect(0px 140px 20px 120px);
    margin: 2px 0 0 -146px;
    position: absolute;
}

img.savertf
{
    clip: rect(0px 100px 20px 80px);
    margin: 2px 0 0 -106px;
    position: absolute;
}

div.emaildiv, div.csvlinkdiv, div.pdfdiv
{
    border: 1px solid #ccc;
}

div.emaildiv:hover, div.csvlinkdiv:hover, div.pdfdiv:hover
{
    background: #eee;
}

div.csvlinkdiv
{
    margin-right:3px;
}

a.email, a.csv, a.pdf
{
    padding: 0 5px 0 28px;
    margin: 2px 0 2px 3px;
    vertical-align: middle;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #444;
}

a.csvlink
{
    padding-left: 5px;
}

img.email
{
    clip: rect(0px 180px 20px 160px);
    margin-left: -186px;
    position: absolute;
}

img.csv
{
    clip: rect(0px 220px 20px 200px);
    margin-left: -228px;
    position: absolute;
}

img.pdf
{
    clip: rect(0px 140px 20px 120px);
    margin: 0px 0 0 -146px;
    position: absolute;
}

.actions-to-follow
{
    margin-right: 5px;
}
.dialog-content .list-header
{
	height: 20px;
    background-color: #CCC;
    font-weight: bold;
    margin-top: 10px;
}

.dialog-content .list .column
{
    background-color: inherit;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    float: left;
    height: 11px;
    overflow: hidden;
    padding: 3px;
    display: inline;
}

.dialog-content .list-header .column
{ 	
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    float: left;
    height: 11px;
    overflow: hidden;
    padding: 3px;
}

/**/
/* Row Hover Formatting */
/**/

/**/
/* Row */
/**/

.highlight-level-0:hover
{
    background-color: #EBEBEB;
    text-decoration: none;
}

/**/
/* Sub-row */
/**/

.highlight-level-1:hover
{
    background-color: #DDDDDD;
    text-decoration: none;
}

/**/
/* Row Hover Formatting */
/**/

div#header
{
    position: relative;
    *position: static;
    padding: 10px 5px;
    background-color: #f9f9f9;
    border-bottom: 5px solid grey;
    vertical-align: middle;
    clear: both;
    height: 54px;
}

/*Temporary styles for new header*/

span#responsiveSiteLink {
    margin: -20px 0px 0px 0px;
    width: 264px;
    height: 29px;
    vertical-align: middle;
    text-align: center;
    background: url('/img/headerNav-bright3.png') no-repeat #f9f9f9 center center;
    background-size:  264px 29px;
    float: right;
}

span#responsiveSiteLink a {
    display: block;
    color: red;
    font-weight: 700;
    line-height: 29px;
}

span#responsiveSiteLink a:hover {
    text-decoration: underline;
}

div#header span{
    vertical-align: middle;
    display: inline-block;
}

    div#header a span#imageSpan {
        background-color: #f9f9f9;
        background-image: url('/Images/Header/windeed_search_f9f9f9.png');
        background-image: url('/Images/Logos/WinDeed logo3.png'), none;
        background-size: 245px 70px;
        background-repeat: no-repeat;
        background-position: center center;
        height: 50px;
        width: 200px;
    }

div#header span#buttonSpan
{
    margin: 0 5px;
}

div#header span#buttonSpan span
{
    margin: 3px;
    width: 114px;
    height: 37px;
    vertical-align: middle;
    text-align: center;
    background: url('/img/headerNav.png') no-repeat #f9f9f9 center center;
}

div#header span#buttonSpan span a
{
    display: block;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
    line-height: 37px;
    width: 100%;
    color: #666;
}
div#header span#buttonSpan span a:hover
{
    text-decoration: none;
    color: #006fba;
}

div#header span#userDetailsSpan
{
    vertical-align: middle;
    font-size: 12px;
    float: right;
    position: static;
}

div#header span#userDetailsSpan span
{
    height: 37px;
    *height: auto;
    line-height: 31px;
    vertical-align: middle;
    display: inline-block;
    width: auto;
}

div#header span#userDetailsSpan span a#userDetails span:hover, span#userDetailsSpan span.prepaid:hover, div#header span#userDetailsSpan span.prepaid a:hover
{
    text-decoration: underline;
}

div#header span#userDetailsSpan span.notifications
{
    width: 92px;
}

div#header span#userDetailsSpan span.notifications a span:hover, div#header span#userDetailsSpan span.prepaid a span:hover
{
    text-decoration: underline;
}

div#header a.notifications-box-link, 
div#header a.notifications-box-link:visited, 
div#header a.notifications-box-link:hover, 
div#header a.notifications-box-link:active
{
    color:#666;
}

div#header span#userDetailsSpan a span.notifications-box
{
    display: none;
    line-height: normal;
    font-size: 11px;
    margin: 0;
    position: absolute;
    top: 43px;
    right: 29px;
    z-index: 10000;
    background-image: url('/Images/Header/WDNotificationIndicator.png');
    background-image: url('/Images/Header/WDNotificationIndicator.svg'), none;
    background-repeat: no-repeat;
    background-position: top center;
    height: 50px;
    width: 160px;
    padding-top: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{ /* ie10, ie11+ : don't display svg correctly */
    div#header span#userDetailsSpan a span.notifications-box
    {
        background-image: url('/Images/Header/WDNotificationIndicator.png');
    }
}
div#header span#userDetailsSpan a span.notifications-box span.notifications-box-details 
{
    display: block;
    height: auto;
    margin: 2px;
    padding: 4px 2px;
}
div#header span#userDetailsSpan a span.notifications-box span.notifications-box-details span
{
    display: block;
    height: auto;
    line-height: normal;
    margin: 0px;
    padding: 3px 0px 0px 3px;
}
div#header span#userDetailsSpan a span.notifications-box span.notifications-box-details span.notifications-box-color-text
{
    color:blue;
}
div#header span#userDetailsSpan a span.notifications-box span.notifications-box-details span.notifications-box-color-text:hover
{
    text-decoration:underline;
}
div#header span#userDetailsSpan span span.user-box
{
    display: none;
    line-height: normal;
    margin: 0;
    position: absolute;
    top: 43px;
    right: 1px;
    z-index: 1000;
    background-image: url('/Images/Header/AccountManagementBox.png');
    background-image: url('/Images/Header/AccountManagementBox.svg'), none;
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
    width: 175px;
    padding-top: 20px;
}

div#header span#userDetailsSpan span span.user-box span.user-box-details
{
    display: block;
    height: auto;
    margin: 0;
    padding: 7px 10px 10px 10px;
}

div#header span#userDetailsSpan span span.user-box span.user-box-details #UserDetailsAvailableBalanceSection span
{
    display: inline-block;
    width: 100%;
    font-size: 11px;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

div#header span#userDetailsSpan span span.user-box span.user-box-details span, #UserDetailsAvailableBalance
{
    height: auto;
    margin: 0;
    line-height: normal;
    display: block;
    padding: 2px 0;
    font: 12px;
    color: #515151;
    font-family: Arial;
    max-width: 155px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-box-details {
    white-space: nowrap;
}

#UserDetailsAvailableBalance {
    white-space: normal;
}

div#header span#userDetailsSpan span span.user-box span.user-box-details span a
{
    margin: 0;
    line-height: normal;
}

div#header span#userDetailsSpan span span.user-box span.user-box-details span.profile-links
{
    margin-top: 10px;
    padding: 0;
}

div#header span#userDetailsSpan span span.user-box span.user-box-details span.profile-links a
{
    cursor: pointer;
    text-decoration: none;
    color: #006fba;
}

div#header span#userDetailsSpan span span.user-box span.user-box-details span.profile-links a:hover
{
    text-decoration: underline;
}

div#header span#userDetailsSpan span.credit-indicator img
{
    margin-top: 11px;
    height: 16px;
    width: 16px;
}

div#header span#userDetailsSpan span a
{
    color: #006FBA;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 0 3px;
    line-height: 18px;
    height: 18px;
    text-align: right;
    font-family: Arial;
}

div#header span#userDetailsSpan span a span
{
    line-height: 18px;
    height: 18px;
}

div#header span#userDetailsSpan span a.user-details span
{
    max-width: 85px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

div#header span#userDetailsSpan span a.user-details:hover
{
    text-decoration: underline;
}

div#header span#userDetailsSpan span.notifications a
{
    height: 18px;
    line-height: 18px;
}

div#header span#userDetailsSpan span.notifications a span.read, div#header span#userDetailsSpan span.notifications a span.unread
{
    float: right;
    margin-top: 7px;
    *margin-top: 5px;
    width: 18px;
    height: 18px;
    font: bold 9px Arial;
    text-align: center;
    line-height: 18px;
    border-radius: 4px;
}

div#header span#userDetailsSpan span a span.read
{
    color: #444;
    background-color: #ccc;
}

div#header span#userDetailsSpan span a span.unread
{
    color: #fff;
    background-color: #f36f21;
}

div#header span#userDetailsSpan span a.last
{
    padding-left: 5px;
    border-left: 1px solid #ccc;
}

span.prepaid a span {
    border-right: 1px solid #ccc;
    display: inline-block;
    padding-right: 3px;
}

/*End temporary styles*/

div#headerLogo
{
    float: left;
}

div#headerLogo #logo
{
    background: #f9f9f9 url('/img/bg-windeed_search_logo.gif') no-repeat;
    display: inline-block;
    height: 49px;
    width: 185px; /*<----- Changed to shift nav left ----*/
}

span.header-tag
{
    font-size: 11px;
    margin: 3px 0;
}

div#headerLinks
{
    float: right;
    text-align: right;
    margin-right: 30px;
}

    div#headerLinks a
    {
        color: #0a6ccf;
    }

div.header-links-integration-mode
{
    clear: both;
    padding-right: 5px;
}

div#headerLinks ul
{
    margin: 0;
    padding: 0;
}

div#headerLinks ul li
{
    display: inline;
    padding: 0 5px;
    border-right: 1px solid #ccc;
}

div#headerLinks ul li.last
{
    border: 0;
    padding-right: 0;
}

div#headerLinks ul li a[disabled<>disabled]
{
    text-decoration: none;
    color: #0a6ccf;
}

a[disabled=disabled]
{
    color: #a0a0a0;
    cursor: default;
}

div#headerLinks ul li a:hover
{
    text-decoration: underline;
}

div#winDeedTextLogo
{
    display: none;
}

div#crumbTrailRight
{
    float: right;
    font-size: 11px;
}

div#crumbTrailRight div
{
    display: inline;
    font-size: 7.5pt;
    padding-right: 4px;
}

div#crumbTrailRight div img
{
    vertical-align: bottom;
    *vertical-align: top;
}

div#crumbTrailRight div input[type="checkbox"]
{
    display: inline;
    position: relative;
    vertical-align: bottom;
    *overflow: hidden;
    top: -1px;
    *top: -2px;
}

/*--------------------------------- EDITTED CODE BELOW --------------*/
div#headerNavigation
{
    float: left;
    text-align: center;
    margin: 5px 0 0 10px;
}

div#headerNavigation > ul
{
    margin: 0;
    padding: 0;
}

div#headerNavigation > ul > li
{
    float: left;
    display: block;
    width: 114px;
    height: 37px;
    margin-left: 0px;
    margin-right: 10px;
}

div#headerNavigation > ul > li > div
{
    background: #fff url('/img/headerNav.png') no-repeat;
    background-repeat: no-repeat;
    height: 37px;
    display: block;
}

div#headerNavigation > ul > li > div > a
{
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 37px;
    color: #666;
}

div#headerNavigation > ul > li > div > a:hover
{
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 37px;
    color: #0a6ccf;
}


div#integrationHeaderNavigation
{
    float: right;
    text-align: center;
    margin: 5px 0 0 30px;
}

div#integrationHeaderNavigation > ul
{
    margin: 0;
    padding: 0;
}

div#integrationHeaderNavigation > ul > li
{
    float: left;
    display: block;
    width: 94px;
    margin: 0 5px;
}

div#integrationHeaderNavigation > ul > li > a
{
    display: block;
    padding: 5px 0;
}

div#integrationHeaderNavigation > ul > li > div.button-footer
{
    width: 100%;
    height: 7px;
}

div#integrationHeaderNavigation > ul > li > div.button-header
{
    width: 100%;
    height: 6px;
}

div#integrationHeaderNavigation > ul > li
{
    background: #fff url("/img/bg-header_button_gradient.gif") repeat-x bottom;
}

div#warningBlock
{
    color: #ff8040;
    font-weight: bold;
    font-size: 8.5pt;
}

div#warningBlock ol
{
    padding-left: 45px;
}

div#warningBlock ol > li
{
    list-style-type: decimal;
}

div#warningBlock div#integrationHeaderNavigation > ul > li
{
    background: #fff url("/img/bg-header_button_gradient.gif") repeat-x bottom;
}

div#integrationHeaderNavigation > ul > li > a
{
    color: #0a6ccf;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

div#integrationHeaderNavigation > ul > li > div.button-footer
{
    background: #fff url("/img/bg-header_button_bottom.gif") no-repeat;
}

div#integrationHeaderNavigation > ul > li > div.button-header
{
    background: #fff url("/img/bg-header_button_top.gif") no-repeat;
}

select.hideMe
{
    visibility: hidden;
}

p#pWrongProperty
{
    font-size: small;
    background-color: #fdf6c2;
    width: 50%;
    padding: 5px;
}

span#WrongPropertyList
{
    font-size: small;
    padding: 5px;
    float: right;
    vertical-align: top;
}

div#Property24List
{
    padding: 5px 5px 3px 30px;
    font-size: 11px;
}

    div#Property24List h2
    {
        font-weight: bold;
        display: inline;
    }

div.integration-content-area-heading
{
    padding-bottom: 3px;
}

div.integration-content-area-heading h3, div.integration-content-area-heading h4
{
    display: inline;
    font-size: 12px;
    font-weight: bold;
}

div.integration-content-area-heading h2
{
    text-transform: uppercase;
}

span#dummyGuidePopup {
    margin: -20px 0px 0px 0px;
    width: 265px;
    height: 29px;
    vertical-align: middle;
    text-align: center;
    background: url('/img/headerNav-bright3.png') no-repeat #f9f9f9 center center;
    background-size: 265px 29px;
    float: right;
}

span#dummyGuidePopup a {
    display: block;
    color: red;
    font-weight: 700;
    line-height: 29px;
}

span#dummyGuidePopup a:hover {
    text-decoration: underline;
}
/* ----------------------------------------------------------------------------- 
Site Footer
------------------------------------------------------------------------------ */
div#footer
{
    margin: 0px 5px;
    /* height: 30px; */
    padding: 0 0 15px 0;
    font-size: 11px;
    color: #999;
    text-align: center;
    position: relative;
}

div#footer .thick-border
{
    margin: 0 0 5px 0;
}

div#footer ul
{
    display: inline;
}
div#footer ul li
{
    display: inline;
    padding: 0 4px;
    border-right: 1px solid #999;
}
div#footer ul li a
{
    color: #999;
}
div#footer ul li a:hover
{
    text-decoration: underline;
    color: #34A0E0;
}

div#footer span.copyright
{
    padding: 0 0 0 4px;
}

img.footer-img{
    position :absolute;
    height:30px;
    width: 120px;
}
div.footer-inner-div{
    text-align:left;
    margin-top:14px;
    margin-left: 120px
}

.covid19 {
color: #EB3333;
font-weight: bold;
position: absolute;
top: 24px;
right:0px;
}

