/* Minification failed. Returning unminified contents.
(2753,41): run-time error CSS1046: Expect comma, found '0'
(2753,45): run-time error CSS1046: Expect comma, found '/'
(2754,33): run-time error CSS1046: Expect comma, found '0'
(2754,37): run-time error CSS1046: Expect comma, found '/'
 */
html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

/*
    Header
*/
.main-header {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    height: 45px;
    width: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-wrapper {
    padding: 40px;
}

/*#langDrop {
    padding-right:15px;
}*/

/*
    DEMO STYLE
*/

a,
a:hover,
a:focus {
    color: inherit;
    transition: all 0.3s;
}

/*.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}*/

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.dropdown-menu-right {
    min-width: initial;
}

/*ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: white;
    color: black;
}*/

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 100px);
    /*padding: 40px;*/
    min-height: 50vh;
    transition: all 0.3s;
    /*position: absolute;*/
    top: 0;
    right: 0;
}

    #content.active {
        width: 100%;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.top-image-right {
    display: block;
}

@media (max-width: 930px) {
    .top-image-right {
        display: none;
    }
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 250px);
        }

    #sidebarCollapse span {
        display: none;
    }

    input.radio {
        margin-bottom: 20px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .searchTypeText {
        font-size: 1.3em !important;
        line-height: 35px !important;
    }

    .searchTypeHeader {
        font-size: 1.3em !important;
        font-weight: 600 !important;
    }


}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.hrs-table {
    width: 100%;
    border-top: solid 2px #174A7C;
    border-bottom: solid 2px #174A7C;
    border-collapse: collapse;
}

.hrs-table-small {
    border-top: solid 2px #174A7C;
    border-bottom: solid 2px #174A7C;
    border-collapse: collapse;
}

    .hrs-table thead,
    .hrs-table-small thead {
        border: solid 1px #ccc;
        background-color: #EBEBEB;
    }

        .hrs-table thead tr,
        .hrs-table-small thead tr {
            width: 100%;
        }

            .hrs-table thead tr th,
            .hrs-table-small thead tr th {
                padding: 5px;
                font-size: 13px;
                font-weight: 700;
                color: #174A7C;
                text-align: left;
            }

    .hrs-table > thead > tr > th > a,
    .hrs-table-small > thead > tr > th > a {
        text-decoration: underline;
    }

    .hrs-table tbody tr,
    .hrs-table-small tbody tr {
        border-bottom: solid 1px #ccc;
    }

        .hrs-table tbody tr.border_bottom,
        .hrs-table-small tbody tr.border_bottom {
            border-bottom: 2pt solid #174A7C !important;
        }

        .hrs-table tbody tr.hide-row,
        .hrs-table-small tbody tr.hide-row {
            display: none;
        }

        .hrs-table tbody tr.border_bottom td,
        .hrs-table-small tbody tr.border_bottom td {
            border-bottom: 2pt solid #174A7C !important;
        }

        .hrs-table tbody tr:nth-child(even),
        .hrs-table-small tbody tr:nth-child(even) {
            background-color: #fafafa;
        }

        .hrs-table tbody tr td,
        .hrs-table-small tbody tr td {
            padding: 5px;
            font-size: 13px;
            border-color: #E6E6E6;
            border-style: solid;
            border-width: 1px;
        }

.hrs-table thead tr th a {
    text-decoration: none;
    color: #174A7C;
}

    .hrs-table thead tr th a:hover {
        text-decoration: underline
    }

.hrs-table-center-headers thead tr th {
    text-align: center !important;
}

.cartButton {
    z-index: 100;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 20px;
    display: block;
    position: fixed;
    top: 140px;
    right: .2em;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #000;
}

.cartCountSm {
    display: none;
}

@media all and (max-width: 1500px) {
    .cartButton {
        right: 1em;
    }
}

/*@media all and (min-width: 1501px) {
    .cartButton {
        left: 1270px;
    }
}*/

.menu {
    FONT-WEIGHT: bold;
    FONT-SIZE: 8px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
}

    .menu A {
        COLOR: #005989;
        TEXT-DECORATION: none;
    }

        .menu A:active {
            COLOR: #aaaaaa;
            TEXT-DECORATION: none;
        }

        .menu A:hover {
            COLOR: #aaaaaa;
            TEXT-DECORATION: none;
        }

.navigation {
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 670px;
    float: left;
    border-right: solid;
    border-right-color: #dcdcdc;
    white-space: nowrap;
    background-color: #eeeeee;
}

    .navigation a {
        color: #000000;
    }

        .navigation a:visited {
            text-decoration: none;
            color: #000000;
        }

        .navigation a:active {
            text-decoration: underline;
            color: #000000;
        }

        .navigation a:hover {
            color: #ffffff;
            text-decoration: underline;
            background-color: #787878;
        }

    .navigation li {
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 5px 10px 5px 0;
        list-style-position: outside;
        list-style-image: none;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    clear: right;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    padding-top: 15px;
    font-size: 1.2em;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.18em;
}

h3 {
    padding-top: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.08em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


#body {
    float: left;
    padding-bottom: 35px;
}

.footer {
    background-color: #cccccc;
    font-size: .8em;
}

.footer-content-wrapper {
    border-top: 1px solid black;
    background-color: #cccccc;
    text-align: right;
}

.footer-image {
    width: 147px;
    border: 0;
    float: right;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/*#navbar {
    height: 670px;
    background-color: #eeeeee;
}*/

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

div.claim-result-display {
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    border-radius: 6px;
    padding: 10px;
}

div.claim-result-display-grid {
    margin-bottom: 10px;
    margin-top: 10px;
    border: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    border-radius: 6px;
    padding: 4px 10px 10px 10px;
}

div.claim-result-display_red {
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    border-radius: 6px;
    padding: 10px;
    color: #e80c4d;
}

div.display-field div.editor-field {
    float: left;
    width: 400px;
    display: inline-block;
}

div.editor-label:before {
    clear: left;
}

.FieldName {
    text-align: right;
    font-size: 10pt;
    color: #000000;
    width: 125px;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}

label.checkbox {
    display: table-cell;
}

input.short-field {
    width: 100px;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 12px;
    padding: 5px;
    vertical-align: top;
}

    input.radio {
        border: 0;
        width: 16px;
        height: 16px;
        display: inline;
        margin-top: 2px;
    }


.btn-primary {
    border-color: grey;
    background-color: #00674E;
    color: white;
}

    .btn-primary:hover {
        border-color: grey;
        background-color: #cccccc;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:active {
        border-color: grey;
        background-color: #cccccc;
    }

    .btn-primary:current {
        border-color: grey;
        background-color: #cccccc;
    }

.btn-default {
    background-color: #cccccc;
    border-color: grey;
}

    .btn-default:hover {
        background-color: #00674E;
        color: white;
    }

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: none;
}

.button-div {
    font-size: 12px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: 14px;
    height: 14px;
}

input[type="file"] {
    position: relative;
    text-align: left;
    height: 1px;
    font: bold 84% Verdana, Arial, Helvetica, sans-serif;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 12px;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-required {
    color: #e80c4d;
    font-weight: bold;
    vertical-align: bottom;
    margin-left: 4px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

    table.login {
        height: 442px;
        border-spacing: 0;
        padding: 0;
        width: 100%;
        border: 0;
    }

    table.claimant-info {
        width: 100%;
        border: 0;
        border-spacing: 0;
        padding: 1px;
    }

th {
    background-color: #E6E6E6;
    color: black;
    text-align: center;
    text-wrap: none;
    padding-bottom: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: bold;
            text-decoration: none;
            text-wrap: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

.grid-header {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    text-align: center;
    text-wrap: none;
    font-size: 12px;
    padding: 3px;
    font-weight: bold;
}

.grid-table {
    width: 100%;
}

.grid-cell {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    text-align: left;
    font-size: 12px;
    padding: 3px;
}

.grid-cell-search {
    border-color: #000000;
    border-style: solid;
    border-width: 1.5px;
    text-align: center;
    font-size: 10px;
    padding: 2px;
}

.grid-cell-coowners {
    background-color: #E5E5E5;
    border-color: #000000;
    border-style: solid;
    border-width: 1.5px;
    text-align: center;
    font-size: 10px;
    padding: 3px;
}

.grid-cell-admin {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    text-align: left;
    font-size: 14px;
    padding: 3px;
}

.grid-status {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
}

.grid-large {
    width: 60%;
}

.grid-checkbox-cell {
    text-align: center;
    font-size: 10px;
    padding: 3px;
    width: 10px;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
	----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
	----------------------------------------------------------*/

    div.content {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
    }

    div .radio-button-list {
        border: #787878 !important;
        border-width: 2px !important;
        padding-bottom: 10px !important;
        border-style: solid !important;
        width: 400px !important;
    }



    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    button {
        width: 90%;
    }

    #cartClaimButtons button {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
	----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

div .Header {
    background-color: #E6E6E6;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

div.rounded-box {
    position: relative;
    width: 310px;
    background-color: #E6E6E6;
}

div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    overflow: hidden;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
    position: relative;
    font-size: 150px;
    font-family: arial;
    color: #E6E6E6;
    line-height: 40;
}

div.top-left-corner {
    top: 0;
    left: 0;
}

div.bottom-left-corner {
    bottom: 0;
    left: 0;
}

div.top-right-corner {
    top: 0;
    right: 0;
}

div.bottom-right-corner {
    bottom: 0;
    right: 0;
}

div.top-left-inside {
    left: -8px;
}

div.bottom-left-inside {
    left: -8px;
    top: -17px;
}

div.top-right-inside {
    left: -25px;
}

div.bottom-right-inside {
    left: -25px;
    top: -17px;
}

div.box-contents {
    position: relative;
    padding: 8px;
    color: #000;
}

div.link-list-content {
    border-bottom-color: #E6E6E6;
    margin-left: 8px;
    height: 35px;
    border-bottom-style: solid;
    border-width: 1.5px;
    margin-right: 8px;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 30px;
}

div.link-list-border {
    width: 310px;
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    padding-top: 0;
    border-top-style: none;
}

div.link-list-outer-border {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ui-datepicker-trigger {
    margin-left: -40px;
    margin-top: 4px;
    height: 30px;
}

.hasDatepicker {
    display: inline-block;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.hidden-text {
    display: none;
    height: 0;
    font-size: 0;
}

.ui-dialog-buttonset button {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    font-size: .82em !important;
    background-color: #b2e6fa;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 12px;
    padding: 4px;
    margin-right: 4px;
    width: auto;
    height: 24px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type=text],
input[type=password],
input[type=number]
select,
textarea {
    max-width: 320px;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}

.btn-cart {
    display: none;
    padding: 2px 4px;
    font-size: 130% !important;
    font-weight: bold !important;
    padding-right: 20px !important;
    padding-left: 15px !important;
    border-radius: 3px;
    white-space: normal !important;
    height: 40px;
    width: 95px;
    background-image: url("../../../Content/pics/cart-icon2.png") !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    text-align: right;
}

@media (max-width: 768px) {
    .btn-responsive {
        display: none;
    }

    .btn-cart {
        display: block !important;
    }

    .cartCount {
        display: none;
        height: 0;
    }

    .cartButton {
        border: 0 none #000;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .cartCountSm {
        display: block;
    }

    #myAccountWrap {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding: 4px 9px;
        font-size: 90%;
        line-height: 1.2;
        white-space: normal !important;
        word-wrap: break-word;
        height: 45px;
    }
}

.hrs-table tbody tr.hide-row {
    display: none;
}

/* This controls the table details of the results grid */
/* Tablet (Portrait) */
@media all and (min-width: 768px) and (max-width: 959px) {
    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCoOwner {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
    }
}

@media all and (min-width: 768px) {

    .colName {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCoOwner {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .navbar-toggle2 {
        display: none;
    }
}

@media all and (min-width: 501px) {

    .rowPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

.rowAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowFullAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowSplitAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartPropertyNum {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartFullAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartCity {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartState {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartSplitAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCity {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowState {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowPostalCode {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.resultsColHeader {
    display: none;
}

.colCartPropertiesInCart {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.relationshipLabel {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.cartRowSmall {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

/* #Mobile (Landscape) */
@media all and (min-width: 600px) and (max-width: 767px) {
    .resultsColHeader {
        display: none;
    }

    .colName {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colFullAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCoOwner {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowAmount {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
    }

    .colCartPropertiesInCart {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

/* #Mobile (Landscape) */
@media all and (min-width: 501px) and (max-width: 599px) {
    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartPropertyNum {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartCity {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartCity {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowAmount {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }


    .hrs-table tbody tr.hide-row {
        display: table-row;
    }
}

/*  #Mobile (Portrait) */
@media all and (min-width: 361px) and (max-width: 599px) {
    .resultsColHeader {
        display: inline-block;
    }

    .colName {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colFullAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartPropertyNum {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowFullAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartCity {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartCity {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartName {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartRelationship {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartFullAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartFullAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowAmount {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowPropertyNum {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
    }

    .colCartRemove {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartPropertiesInCart {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .relationshipLabel {
        display: inline;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .cartRowSmall {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }
}

/*  #Mobile (Portrait) */
@media all and (max-width: 376px) {
    .resultsColHeader {
        display: inline-block;
    }

    .colName {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colFullAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartPropertyNum {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartCity {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartCity {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartFullAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartFullAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowAmount {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colPostalCode {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowPostalCode {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
    }

    .colCartRemove {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartPropertiesInCart {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .relationshipLabel {
        display: inline;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .cartRowSmall {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }
}

.fakeLink {
    border: 0 !important;
    border-width: 0 !important;
    background-color: transparent !important;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #174A7C !important;
    text-align: left !important;
    margin-bottom: 2px !important;
    min-height: 20px !important;
}

    .fakeLink:hover {
        text-decoration: underline;
    }

.step-text {
    color: #00008B;
}


.st-type, .st-param-type {
    color: #00008B;
}

.st-param-name {
    color: #666;
}

.st-method {
    color: #008B8B;
    font-weight: bolder;
}

.st-file, .st-line {
    color: #8B008B;
}

#ErrorDetail {
    overflow: auto;
    max-width: 1400px;
}

#ErrorDetail {
    font-size: 90%;
    background-color: #ffffcc;
    padding: 1em;
    width: 100%;
    text-align: left;
}

pre, code {
    font-family: "Courier New", Courier;
}

pre, xmp, plaintext, listing {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
}

/* For File Upload*/
/*
Colors Used
----------------------
Greens:
Darker Background: 449d44   Mid  Green
Lighter Color:  e6f1e5  Light Green
Border Very Dark: 398439   Dark Green

Blues:
Mid BLue: 2895D5
Light BLue: 77BDE7   DAF0FD
Dark Blue: 055F94
*/

.inputfile {
    visibility: hidden;
    display: none !important;
}

    .inputfile + label {
        min-width: 305px;
        max-width: 90%;
        font-size: .8rem;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-flex;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
        height: 38px !important;
        line-height: 26px;
    }

    .inputfile:focus + label,
    .inputfile.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        /* pointer-events: none; */
        /* in case of FastClick lib use */
    }

    .inputfile + label svg {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        fill: currentColor;
        margin-top: -0.25em;
        margin-right: 0.25em;
    }

.inputfile-1 + label {
    color: #447375;
}

.inputfile-1 + label {
    border: 1px solid #999;
    background-color: #cce0e1;
    padding: 0;
    border-radius: 4px;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        border-color: #055F94;
    }

    .inputfile-1 + label span,
    .inputfile-1 + label strong {
        padding: 0.25rem 1.25rem;
    }

    .inputfile-1 + label span {
        width: 250px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
    }

    .inputfile-1 + label strong {
        height: 100%;
        color: #cce0e1;
        background-color: #447375;
        display: inline-block;
    }

    .inputfile-1:focus + label strong,
    .inputfile-1.has-focus + label strong,
    .inputfile-1 + label:hover strong {
        background-color: #569295;
    }

@media screen and (max-width: 50em) {
    .inputfile-1 + label strong {
        display: block;
    }
}

.remove-glyph::after {
    content: ' \2297';
}

.remove-glyph {
    font-size: 1em;
    color: crimson;
    margin-bottom: 20px;
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
}

    .remove-glyph :hover {
        color: darkred;
    }

.uploadLabel {
    vertical-align: middle;
    margin-bottom: 5px;
    width: 50px;
}

@media screen and (max-width: 851px) {
    .uploadLabel {
        vertical-align: middle;
        margin-bottom: 5px;
    }
}

.modal-header {
    background-color: #447375 !important;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

    .modal-header h3 {
        color: #fff;
        font-size: 1.2em;
    }

#showSsnFein {
    float: right;
    margin: -36px 4px 0 280px;
    height: 34px;
    position: absolute;
}

@media (max-width: 768px) and (min-width: 576px) {
    #showSsnFein {
        margin: -36px 4px 0 200px;
    }
}


.btn-default {
    letter-spacing: .02em;
    border: 2px solid transparent;
    line-height: 118%;
    padding: 6px 6px;
    text-align: center;
    background-color: #166678;
    border-color: #125A6B;
    color: #FFFFFF !important;
}

    .btn-default:hover {
        background-color: #0C3A45;
        border-color: #125A6B;
        color: #FFFFFF !important;
    }

.btn-success {
    letter-spacing: .02em;
    border: 2px solid transparent;
    line-height: 118%;
    padding: 6px 6px;
    text-align: center;
    background-color: #166678;
    border-color: #125A6B;
    color: #FFFFFF !important;
}

    .btn-success:hover {
        background-color: #0C3A45;
        border-color: #125A6B;
        color: #FFFFFF !important;
    }

.btn-secondary {
    color: #FFFFFF !important;
}

.btn {
    margin-bottom: 6px;
}

/*.dropdown-toggle {
    font-size: 12.006px !important;
}
*/
.modal-header h3 {
    color: #fff;
    font-size: 1.4em;
}

.list-group-item-action {
    text-decoration: none !important;
    color: rgb(85, 85, 85) !important;
}

.btn-danger {
    background-color: #96434a !important;
    /*    border-color: #E0E0E0 !important;*/
    text-decoration: none !important;
    color: #fff !important;
}

    .btn-danger:hover, btn-danger:focus {
        color: #fff;
        background-color: #7D2A31 !important;
    }

.taxIdLabel {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    line-height: 14px;
    padding-top: 30px;
}

@media all and (max-width: 575px) {
    .taxIdLabel {
        padding-top: 0;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.close {
    color: #fff !important;
    text-shadow: 0 2px 0 #333 !important;
}

    .close:hover {
        color: #ccc !important;
    }

#ClaimInfoModel_Acceptance {
    margin-top: 5px;
}

#btnPhysicalAddress {
    margin-right: 3px !important;
}

#btnPoAddress {
    margin-right: 3px !important;
}

.resultsSortDiv {
    display: block;
}

@media all and (min-width: 600px) {
    .resultsSortDiv {
        display: none;
    }
}

.form-control {
    height: 38px;
    font-size: 1em;
}

.btn {
    font-size: 16px;
}

.control-label {
    font-size: 16px;
}

.dropdown-toggle::after {
    display: none;
}

.form-search-text {
    height: 30px;
    font-size: 12px;
}

.btn-search-form {
    color: #333;
    background-color: #ddd;
    border-color: #ddd;
    height: 30px;
    margin-bottom: 5px;
    font-size: 12px;
}

    .btn-search-form:hover {
        background-color: #C4C4C4;
        border-color: #ddd;
    }

.fa-search {
    color: #333 !important;
}

.dropdown {
    font-family: 'Source Sans Pro',sans-serif;
}

.dropdown-menu {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    color: black;
}

    .dropdown-menu a:link {
        color: black;
        text-decoration: none
    }

    .dropdown-menu a:visited {
        color: black;
        text-decoration: none
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #006295 !important;
    border-color: #006295 !important;
}

.form-search-text {
    width: 180px !important;
}

.nav {
    display: block !important;
}

.navbar-toggle2 {
    background-color: #33998f
}

@media (min-width: 768px) {
    .form-search-text {
        width: 211px !important;
    }
}

.modal-content {
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.modal-header h3 {
    padding-top: 0;
}

.modal-header {
    padding: 15px;
}
.modal-body {
    padding: 15px;
}
.modal-footer .btn{
    min-width: 100px;
}

.content-title {
    display: block;
    margin-bottom: 10px;
}

.page-title {
    display: block;
}
