﻿
tr td:first-child {
    padding-left: 2%;
}

tr td:last-child {
    padding-right: 2%;
}

tr td.oneTab {
    padding-left: 3%;
}

tr td.twoTabs {
    padding-left: 5%;
}

tr td.threeTabs {
    padding-left: 7%;
}

#logOutLink {
    display: none;
}

#hamburglar {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 22px;
    width: 32px;
    background-image: url(../Images/whiteBurger.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.collapsed {
    right: -80%;
}

.openned {
    right: 0% !important;
}

.titleRow {
    background: #0067a6;
}

.blueBord .titleRow {
    background: #0067a6;
    font-size: 1.35em;
}

    .blueBord .titleRow td {
        padding-top: 4px;
        padding-bottom: 3px;
    }

#headerClaimNumber, #headerClaimType {
    position: relative;
    top: -28px;
    left: 0px;
    font-family: Garamond;
    font-size: 1.8em;
    width: 190px;
    margin: 0 auto;
    text-align: center;
    vertical-align: bottom;
    color: #fff;
    z-index: 420;
    background-color: transparent;
}

#claimSearch {
    position: fixed;
    left: 20%;
    top: 6px;
    background-image: none;
    background-color: #ececec;
    z-index: 380;
    height: 26px;
    width: 60%;
    opacity: 0.0;
    visibility: hidden;
    border-radius: 3px;
    line-height: 22px;
}

    #claimSearch input {
        background-color: #ececec;
        border: 0;
        font-size: 1.2em;
        width: 84%;
        height: 14px;
        margin: 2px 0 3px 8px;
    }

#mainNavigation {
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    height: 72px;
    overflow: hidden;
    background-image: none;
    background-color: #474747;
    z-index: 390;
    border: 1px solid #000;
    padding: 0;
    opacity: 0.0;
}

    #mainNavigation ul {
        position: absolute;
        height: 30px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0px;
        padding: 3px 0px 0px;
        border-top: 1px solid #999;
        line-height: 26px;
    }

        #mainNavigation ul li {
            list-style: none;
            background-image: none;
            display: inline-block;
            float: none;
            font-size: 1.2em;
            text-align: center;
            margin: 0px;
            overflow: visible;
            border-right: 1px solid #999;
            width: 49%;
        }

            #mainNavigation ul li:last-child {
                border: 0;
            }

            #mainNavigation ul li a {
                color: #fff;
                display: block;
            }

                #mainNavigation ul li a:hover {
                    text-decoration: none;
                }

#policyDatesContainer {
    margin: 0px 8px;
    position: relative;
}

    #policyDatesContainer #policyNumber {
        display: block;
    }

    #policyDatesContainer #effectiveDate {
        display: inline-block;
    }

    #policyDatesContainer #expirationDate {
        display: inline-block;
        position: absolute;
        right: 0px;
    }

#header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0px;
    z-index: 430;
    opacity: 0.95;
    background-color: transparent;
    background-image: url(../Images/mobileHeaderBackgroundSmooth.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

#headerLogoWithTagline {
    margin: 0px;
    width: 100%;
    height: 56px;
    display: block;
    background-color: transparent;
    background-image: url(../Images/whiteLogoAdjusterPortalComplete.png);
    background-position: 6px 7px;
    background-repeat: no-repeat;
    background-size: auto 46px;
}

#topBar {
    height: 4px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0;
    background-color: #0067a6;
    display: none;
}

#sectionNav {
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0px;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    z-index: 420;
    opacity: 0.95;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
}

    #sectionNav h1 {
        display: none;
    }

    #sectionNav ul {
        display: table;
        list-style-type: none;
        width: 100%;
        min-width: 310px;
        border-radius: 6px;
        padding: 0;
        margin: 0 auto;
    }

        #sectionNav ul li {
            display: table-cell;
            border: 0;
            padding: 0;
            margin: 0 -2px;
            text-align: center;
            border-right: 1px solid #474747;
        }

            #sectionNav ul li a {
                display: block;
                margin: 0;
                padding: 4px 6px;
            }

                #sectionNav ul li a:hover {
                    text-decoration: none;
                    color: #0099cc;
                }

                #sectionNav ul li a:focus {
                    background-color: #ececec;
                }

.activeSection {
    background: #686868;
    color: #fff;
}

    .activeSection:hover {
        color: #fff;
    }

#orContainer {
    display: none !important;
}

#sectionNav li:last-child {
    border: 0;
}

/*
#logOutLink {
}
*/

#browserRecomendation {
    display: none;
}

#lossReportedDates {
    width: 100%;
    position: relative;
    height: 26px;
}

#lossDate {
    position: absolute;
    left: 8px;
    top: 0px;
}

#reportedDate {
    position: absolute;
    right: 8px;
    top: 0px;
}

#centerContainer {
    margin: 0;
    padding: 70px 0px 4px;
    height: 100%;
    background: #fff;
}

#centerContainer-NoColumns {
    padding: 50px 0px 4px;
    margin: 0;
    top: 26px;
}

    #centerContainer-NoColumns > h2 {
        display: block;
        position: fixed;
        font-size: 1.2em;
        top: 60px;
        left: 0px;
        right: 0px;
        line-height: 28px;
        margin: 0;
        text-align: left;
        padding: 0px 10px 0;
        color: #fff;
        height: 28px;
        z-index: 420;
        background-color: #686868;
    }

#centerContainer-AssignedClaims {
    padding: 50px 0px 4px;
    margin: 0;
    top: 32px;
}

    #centerContainer-AssignedClaims > h2 {
        display: block;
        position: fixed;
        font-size: 1.2em;
        top: 60px;
        left: 0px;
        right: 0px;
        line-height: 28px;
        margin: 0;
        text-align: left;
        padding: 0px 10px 0;
        color: #fff;
        height: 28px;
        z-index: 420;
        background-color: #686868;
    }

        #centerContainer-AssignedClaims > h2 > div {
            background: transparent;
            color: #fff;
        }

#centerContainer h2 {
    display: none;
}

#centerContainer-NoColumns.logonScreen {
    top: 44px;
}

#passwordResetFields {
    display: block;
    width: 200px;
    margin: 0px auto;
    text-align: center;
}

    #passwordResetFields fieldset {
        border: 1px solid #999;
        border-radius: 3px;
    }

    #passwordResetFields label {
        display: block;
        text-align: left;
        width: 94%;
        margin: 0px auto 2px;
        padding: 0;
    }

    #passwordResetFields input {
        display: block;
        margin: 0px auto 4px;
        height: 26px;
        width: 92%;
        font-size: 1.0em;
        padding: 2px;
        border-radius: 3px;
        border: 1px solid #999;
    }

        #passwordResetFields input[type="submit"] {
            display: block;
            margin: 20px auto 20px;
            height: 30px;
            width: 95%;
            padding: 0;
            background-color: #ececec;
        }

#logonFields {
    display: block;
    width: 200px;
    margin: 0px auto;
    text-align: center;
}

    #logonFields span {
        display: block;
        vertical-align: top;
        float: none;
        margin: 0;
        width: 92%;
    }

    #logonFields label {
        display: block;
        text-align: left;
        width: 94%;
        margin: 0px auto 2px;
        padding: 0;
    }

    #logonFields input {
        display: block;
        margin: 0px auto 4px;
        height: 26px;
        width: 92%;
        font-size: 1.0em;
        padding: 2px;
        border-radius: 3px;
        border: 1px solid #999;
    }

        #logonFields input[type="submit"] {
            display: block;
            margin: 20px auto 20px;
            height: 30px;
            width: 95%;
            padding: 0;
            background-color: #ececec;
        }

#logonTroubles {
    width: 100%;
    right: 0px;
    margin: 20px auto 0;
    padding: 0;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
}

    #logonTroubles h3 {
        margin-top: 0;
        padding: 0;
    }

    #logonTroubles p {
        line-height: 1.6em;
    }

#logonLock {
    width: 20%;
    min-width: 150px;
}

#logonForm {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 1.3em;
}

    #logonForm h2 {
        display: block;
        position: fixed;
        font-size: 1.0em;
        top: 60px;
        left: 0px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 4px 0 0;
        color: #fff;
        height: 24px;
        z-index: 420;
        background: #686868;
    }

.blueBord {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
}

/* reset of negative margin items */
#centerContainer h2 {
    margin-top: 0;
}

#centerContainer-NoColumns h2 {
    margin-top: 0;
}

#centerContainer-NoRightColumn h2 {
    margin-top: 0;
}

#assignedClaimsList {
    border-top: 1px solid #c8c8c8;
    border: 0;
    padding: 0 0 8px;
}

    #assignedClaimsList div {
        background: transparent;
    }

    #assignedClaimsList .assignedClaimItem:nth-child(odd) {
        background: #e8f6ff;
    }

#assignedClaimsColumnTitles {
    width: 98.5%;
    border-bottom: 1px solid #c8c8c8;
    margin: 4px auto 0px;
    padding: 0 0.5% 2px;
    font-weight: bold;
    cursor: pointer;
}

    #assignedClaimsColumnTitles div {
        display: none;
    }

        #assignedClaimsColumnTitles div[data-sort-dir = "desc"] {
            background: transparent url(../Images/TableSorter/desc.gif) center right no-repeat;
        }

        #assignedClaimsColumnTitles div[data-sort-dir = "asc"] {
            background: transparent url(../Images/TableSorter/asc.gif) center right no-repeat;
        }

.assignedClaimItem {
    margin: 0 auto;
    padding: 4px 0.5%;
    width: 98.5%;
    border-bottom: 1px solid #444;
    height: 88px;
}

#assignedClaimsList .claimNumber {
    font-size: 2.0em;
    position: absolute;
    left: 8px;
    top: 6px;
}

#assignedClaimsList .namedInsured {
    position: absolute;
    right: 10px;
    top: 9px;
    min-width: 230px;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

#assignedClaimsList .lob {
    position: absolute;
    right: 10px;
    top: 68px;
}

#assignedClaimsList .dateAssigned {
    position: absolute;
    left: 10px;
    top: 44px;
}

    #assignedClaimsList .dateAssigned:before {
        content: "Assigned: ";
    }

#assignedClaimsList .lastUpdate {
    position: absolute;
    left: 10px;
    top: 68px;
}

    #assignedClaimsList .lastUpdate:before {
        content: "Updated: ";
    }

#dropZone {
    width: 360px;
    margin: 20px auto;
    border: 2px dashed #0067a6;
    text-align: center;
    font-weight: bold;
    font-size: 1.9em;
    line-height: 1.2em;
    text-shadow: 2px 2px 3px #aaa;
    color: #0067a6;
    padding-top: 16px;
    background: linear-gradient(to top, #fff, #ececec);
    border-radius: 18px;
}

.dataSectionContainer {
    border-top: 1px solid #0067a6;
    border-bottom: 1px solid #0067a6;
    border-radius: 0;
    padding: 0 0 8px;
    margin-bottom: 16px;
}

.sectionTitleBar {
    display: block;
    margin: 0px;
    background: #0067a6;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #555;
    border-radius: 0;
    padding: 3px 1%;
}

.subsectionTitleBar {
    display: block;
    margin: 0px;
    background: #0067a6;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    border-bottom: 1px solid #555;
    border-radius: 0;
    padding: 3px 1%;
}

.sectionBody {
    margin: 4px 8px 0px;
    line-height: 1.5em;
}

.textLabel {
    display: inline-table;
    font-weight: bold;
    font-size: 1.1em;
    text-align: right;
    width: 48%;
}

.textValue {
    display: inline-table;
    text-align: left;
    width: 48%;
    font-size: 1.1em;
}

#insuredInfoContainer #insuredInfo {
    margin: 8px;
}

    #insuredInfoContainer #insuredInfo .textLabel {
        font-weight: bold;
        text-align: left;
        width: 90%;
    }

    #insuredInfoContainer #insuredInfo .textValue {
        white-space: nowrap;
    }

#insuredInfoContainer #policyInfo .textLabel {
    width: 34%;
    text-align: left;
    margin: 4px 8px;
}

#insuredInfoContainer #policyInfo .textValue {
    margin: 4px 8px;
}

#insuredInfoContainer #lossInfo {
    margin: 0 8px;
    width: 96%;
}

    #insuredInfoContainer #lossInfo .textLabel {
        width: 96%;
        text-align: left;
        margin: 8px 0 2px;
    }

    #insuredInfoContainer #lossInfo .textValue {
        width: 96%;
    }
/*
#claimantInfoContainer {
}
*/

    #claimantInfoContainer #columnTitles {
        display: none;
    }

    #claimantInfoContainer .claimantItem {
        padding: 5px 0;
        position: relative;
    }

    #claimantInfoContainer .claimantNumber {
        display: none;
    }

    #claimantInfoContainer .claimantName {
        display: block;
        text-align: left;
    }

    #claimantInfoContainer .claimantAddress {
        display: inline-table;
        text-align: left;
    }

    #claimantInfoContainer .claimantPhone {
        display: inline-table;
        text-align: right;
        position: absolute;
        right: 8px;
        top: 5px;
    }

#documentList {
    padding-bottom: 0;
}

    #documentList .sectionBody {
        margin: 0;
        padding: 10px;
        font-size: 1.5em;
        border-bottom: 1px solid #999;
    }

        #documentList .sectionBody:last-child {
            border: 0;
        }

        #documentList .sectionBody:nth-child(odd) {
            background: #e8f6ff;
        }

#uploadedFiles {
    border: 0;
    top: -10px;
}

    #uploadedFiles .sectionTitleBar {
        display: none;
    }

    #uploadedFiles .uploadedFileEntry:nth-child(odd) {
        background: #e8f6ff;
    }

    #uploadedFiles .uploadedFileEntry {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #999;
    }

    #uploadedFiles .fileName {
        padding-top: 10px;
        margin: 0px 8px 2px;
        background: transparent;
    }

    #uploadedFiles .fileSize {
        left: 8px;
        width: 50%;
        background: transparent;
    }

    #uploadedFiles .dateUploaded {
        margin: 2px 8px 0px;
        padding-bottom: 10px;
        background: transparent;
    }

    #uploadedFiles .actionLinks {
        position: absolute;
        right: 8px;
        top: 37%;
        background: transparent;
    }

input {
    -webkit-appearance: none;
}

#dropZone {
    display: none;
}

#progressContainer {
    margin-bottom: 100px;
}

#mobileUploadButton {
    background-image: url(../Images/uploadIconWhite.png), url(../Images/mobileHeaderBackgroundSmooth.png);
    background-size: 50px 50px, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    height: 50px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #474747;
    opacity: 0.95;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    line-height: 50px;
}

a:hover {
    text-decoration: none;
}

#noFilesMessage {
    margin: 10px;
}

    #noFilesMessage:after {
        content: "Use button at bottom of screen to select photos for upload.";
    }
