﻿html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin-bottom: 0;
}

/*
    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-left: 40px;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 40px;
}

/*#langDrop {
    padding-right:15px;
}*/

/*
    DEMO STYLE
*/

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    /*transition: all 0.3s;*/
}

.mo-navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.mo-navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    min-height: 100%;
    height: auto;
}

/*#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: grey;
    color: #fff;
    transition: all 0.3s;
    color: #ddd;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #cccccc;
        text-transform: uppercase;
        font-weight: bold;
        color: #ddd;
        font-size: 1.2rem;
        letter-spacing: .1em;
    }

    #sidebar ul.components {
        padding: 20px 0;*/
/*border-bottom: 1px solid #47748b;*/
/*}

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;*/
/*font-family: "Segoe UI",Verdana,Helvetica,Sans-Serif;*/
/*}

        #sidebar ul li a:hover {
            color: #E41F1F;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #cccccc;
    }*/

a[data-toggle="collapse"] {
    position: relative;
}

.mo-dropdown-toggle {
    margin-right: 0;
}

    .mo-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% - 250px);
    /*padding: 40px;*/
    min-height: 100vh;
    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;
    }

    .content-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.hrs-table {
    width: 100%;
    border-top: solid 2px #0A2240;
    border-bottom: solid 2px #0A2240;
    border-collapse: collapse;
}

.hrs-table-small {
    border-top: solid 2px #0A2240;
    border-bottom: solid 2px #0A2240;
    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: #0A2240;
                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: 2px solid #0A2240;
        }

        .hrs-table tbody tr.hide-row,
        .hrs-table-small tbody tr.hide-row {
            display: none;
            height: 0;
            border-bottom: hidden;
            border-bottom-width: 0;
        }

        .hrs-table tbody tr.border_bottom td,
        .hrs-table-small tbody tr.border_bottom td {
            border-bottom: 2px solid #0A2240;
        }

        .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: #0A2240;
}

    .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;
    }
}


.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 {
    font-size: 2em;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: larger;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

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;
}

.main-content {
    padding-left: 25px;
}

.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#mo-menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#mo-menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#mo-menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#mo-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;
    margin: 1px 0 3px 0;
    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: #E41F1F;
    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;
}

    .btn-default:hover {
        background-color: #E41F1F;
    }

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: .25rem;
}

    .btn-secondary:hover {
        text-decoration: none !important;
    }

.btn-success {
    color: #ffffff;
    background-color: #0a2240;
    border-color: #ccc;
    background-image: none !important;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active {
        color: #ffffff;
        background-color: #103052;
        border-color: #0a2240;
    }

    .btn-success:active {
        background-image: none;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem #4289e1;
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #123f78;
        border-color: #4289e1;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle .btn-success:focus {
        color: #fff;
        background-color: #123f78;
        border-color: #4289e1;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #4289e1;
        }

.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;
    width: 150px;
}

.grid-checkbox-cell {
    /*border-color: #E6E6E6;
	border-style: solid;
	border-width: 1.5px;*/
    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#mo-menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#mo-menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
	----------------------------------------------------------*/
    /*.main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }*/

    div.content {
        /*        font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;*/
        font-size: 11pt;
    }

    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, button {
        width: 90%;
    }

    .form-check-input {
        width: initial !important;
    }

    .close {
        width: initial !important;
    }

    /* 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-right: 7px;
    margin-top: -37px;
    margin-bottom: 2px;
    height: 30px;
    display: block !important;
    float: right;
    position: relative;
}

.hasDatepicker {
    display: inline-block;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.hidden-text {
    display: none;
    height: 0;
    font-size: 0;
}

/* 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;
}

.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;
}

    .btn-cart:hover {
        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-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;
    height: 0;
    border-bottom: hidden;
    border-bottom-width: 0;
}

/* 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;
    }

    .border_bottom {
        border-bottom: 0 hidden !important;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
        border-bottom: 2px solid #0A2240 !important;
    }
}

@media all and (max-width: 768px) {

    .rowCoOwner {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .border_bottom {
        border-bottom: 0 hidden !important;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
        border-bottom: 2px solid #0A2240 !important;
    }
}

@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;
}


/* #Mobile (Landscape) */
@media all and (min-width: 600px) and (max-width: 767px) {
    .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;
        height: 0;
    }
}

/* #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;
    }

    .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;
        height: 0;
    }
}

/*  #Mobile (Portrait) */
@media all and (min-width: 361px) and (max-width: 500px) {
    .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;
    }

    .rowPropertyNum {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
        height: 0;
    }
}

/*  #Mobile (Portrait) */
@media all and (max-width: 376px) {
    .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;
        height: 0;
    }
}

.fakeLink {
    border: 0 !important;
    border-width: 0 !important;
    background-color: transparent !important;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0A2240 !important;
    text-align: left !important;
    margin-bottom: 1px !important;
    min-height: 20px !important;
}

    .fakeLink:hover {
        text-decoration: underline;
    }

.step-text {
    color: #0A2240;
}

.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 {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    visibility: hidden;
    margin-top: -10px;
}

    .inputfile + label {
        margin-top: 0;
        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.25rem 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;
        /* 4px */
        margin-right: 0.25em;
        /* 4px */
    }

.inputfile-1 + label {
    color: #0A2240;
}

.inputfile-1 + label {
    border: 1px solid #999;
    background-color: #DAF0FD;
    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;
        /* 10px 20px */
    }

    .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: #DAF0FD;
        background-color: #0A2240;
        display: inline-block;
    }

    .inputfile-1:focus + label strong,
    .inputfile-1.has-focus + label strong,
    .inputfile-1 + label:hover strong {
        background-color: #055F94;
    }

@media screen and (max-width: 50em) {
    .inputfile-1 + label strong {
        display: block;
    }
}

.remove-glyph::after {
    content: ' \2297';
}

.remove-glyph {
    font-weight: bold;
    font-size: .9em;
    color: #dc143c;
    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: #8b0000;
    }

.uploadLabel {
    vertical-align: middle;
    margin-bottom: -15px;
    width: 50px;
}

@media screen and (max-width: 851px) {
    .uploadLabel {
        vertical-align: middle;
        margin-bottom: 5px;
    }
}

.modal-header {
    background-color: #C10230 !important;
    color: #fff;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

    .modal-header h3 {
        color: #fff;
        font-size: 1.4em;
    }

.list-group-item-action {
    text-decoration: none !important;
    color: #555;
}

.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;
    }
}

#showSsnFein {
    float: right;
    margin: -36px 4px 0 0;
    height: 34px;
    position: relative;
}

#footer-menu {
    min-height: 245px;
}

#siteQ {
    border-radius: 20px !important;
    font-style: italic;
}

.ucpsearchheader {
    margin-left: 1px;
    margin-right: 1px;
    max-height: 52px;
}

.ucpsearchheaderinput {
    margin-top: -4px !important;
    margin-bottom: 9px !important;
}

@media (min-width: 992px) {
    .mo-row {
        max-height: 115px;
    }
}

@media (max-width: 991px) {
    .mo-height {
        height: 215px;
    }

    .ucpsearchheader {
        max-height: 100px;
        width: 770px;
    }

    .ucpsearchheaderinput {
        width: 730px !important;
        font-weight: bold;
    }

    .ucpsearchheaderbutton {
        width: 35px !important;
    }

    .headernavigatediv {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .mo-height {
        height: 215px;
    }

    .ucpsearchheader {
        max-height: 100px;
        width: 392px;
    }

    .ucpsearchheaderinput {
        width: 368px !important;
        font-weight: bold;
    }

    .ucpsearchheaderbutton {
        width: 35px !important;
    }

    .headernavigatediv {
        padding-left: 50px;
    }
}

.content-title {
    display: block;
    margin-bottom: 10px;
}

.page-title {
    display: block;
}

@media all and (max-width: 500px) {
    .btn {
        margin-right: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .btn-group .btn {
        margin-right: initial !important;
    }
}

#resultDiv {
    margin-top: 15px;
}

#footer-menu a.footer-link {
    color: #ffffff !important;
    font-size: 14px !important;
}