﻿
body {
    background: transparent;
    height: 100%;
    width: 100%;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.85em;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

textarea {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1.0em;
    padding: 4px 4px;
    border-radius: 4px;
    border: 1px solid #0099cc;
    box-shadow: 0px 0px 10px #0099cc;
}

table {
    font-size: 0.85em;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 16px;
}

th {
    border-bottom: 1px solid #999;
    text-align: left;
}

table table {
    font-size: 1.0em;
    border: 0;
}

a {
    color: #3598d3;
    text-decoration: none;
}

    a:hover {
        color: #666666;
        text-decoration: underline;
    }

h1 {
    font-size: 1.2em;
    color: #505050;
}

h2 {
    margin: 0px 0px 4px;
    font-size: 1.15em;
    font-weight: normal;
    color: #505050;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
}

h3 {
    margin: 0px 0px 5px;
    font-size: 1.05em;
    font-weight: normal;
    color: #505050;
}

h4 {
    margin: 0px 0px 3px;
    font-size: 1.0em;
}

div {
    background: #ffffff;
    text-align: left;
    position: relative;
}

.striped tr:nth-child(even) {
    background-color: #ececec;
}

.striped tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.striped tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.striped th {
    background-color: transparent;
}

.striped_odd tr:nth-child(odd) {
    background-color: #ececec;
}

.striped_odd tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.striped_odd tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.striped_odd th {
    background-color: transparent;
}

.field-validation-error {
    color: #ff0000;
}

.currentSelection {
    color: #ff6600;
}

.blueBord {
    border: 1px solid #0067A6;
    border-radius: 5px;
    background-clip: content-box;
}

.sortableTableHeader:hover {
    cursor: pointer;
    text-decoration: underline;
}

.blueBord .titleRow {
    color: #fff;
    font-size: 1.15em;
    font-weight: bold;
    background: #0067a6;
    border-bottom: 1px solid #555;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.altRow {
    background: #ececec;
}

.notes {
    color: #0099cc;
}

.quoteTable {
    border-collapse: collapse;
}

    .quoteTable td {
        border: 1px solid #0067a6;
    }

.validation-summary-errors {
    color: #ff0000;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .validation-summary-errors li {
        margin: 0px;
        padding: 0px;
    }

.coverageTable {
}

    .coverageTable td {
        border-bottom: 1px solid #ccc;
    }

    .coverageTable tr:last-of-type td {
        border-bottom: 0;
    }

.coverageHeading1 {
    background: #0067a6;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
}

.coverageHeading2 {
    background-color: #ececec;
    font-size: 1.05em;
    font-weight: bold;
}

.coverageHeading3 {
    font-size: 1.0em;
    font-weight: bold;
}

.coverageHeading4 {
    font-size: 1.0em;
    font-weight: bold;
}

.oneTab {
    padding-left: 2%;
}

.twoTabs {
    padding-left: 4%;
}

.threeTabs {
    padding-left: 6%;
}
#maplocationicon {
    background-image: url(../../content/images/tiles/mapmarkericon.png);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    height: 45px;
    width: 45px;
}
.map {
    background-image: url(../../content/images/tiles/map.png);
    background-repeat: no-repeat;
    color: transparent;
    height: 21.6em;
    margin: auto;
    width: 100%;
}

.mapboxgl-popup {
    border-radius: 4px;
    padding: 0 8px;
}

.mapcontainer {
    height: calc(100vh - 8em);
}

#masterContainer {
    background: #ffffff;
    margin: 0px 0px;
    height: 100%;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0px;
}

#centerContainer {
    position: relative;
    line-height: 1.25em;
    overflow: visible;
    background: #ffffff;
    top: 26px;
    transition: all 0.5s ease;
}

#centerContainer-NoColumns {
    position: relative;
    line-height: 1.25em;
    overflow: visible;
    background: #ffffff;
    top: 26px;
}

#topBar {
    height: 4px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0;
    background-color: #474747;
}

#header {
    height: 76px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-position: 50% 100%;
}

#logonFields {
    display: inline-block;
    width: 50%;
    border-radius: 6px;
}

    #logonFields label, #logonFields input {
        display: inline-block;
        margin-bottom: 10px;
    }

    #logonFields span {
        display: block;
        vertical-align: top;
        float: none;
        margin-left: 102px;
    }

    #logonFields label {
        text-align: right;
        width: 100px;
    }

    #logonFields input {
        width: 140px;
    }

        #logonFields input[type="submit"] {
            width: 90px;
            margin-right: 54px;
        }

#logonTroubles {
    display: inline-block;
    width: 25%;
    right: 0px;
    margin-top: 0;
    padding: 0;
    vertical-align: top;
    white-space: nowrap;
}

    #logonTroubles h3 {
        margin-top: 0;
        padding: 0;
    }

#logonLock {
    display: inline-block;
    width: 20%;
    min-width: 150px;
}

.titleValueContainer .title {
    white-space: nowrap;
}

.titleValueContainer .value {
    white-space: nowrap;
}
#pagerContainer {
    display: none;
}

    #pagerContainer.results {
        display: block;
        margin: 1em;
        margin-right: 3em;
        margin-top: 1em;
        text-align: center;
    }

    #pagerContainer a {
        margin-left: 1em;
    }
#file_upload {
    opacity: 0;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    z-index: 200;
}

#progressContainer {
    width: 98%;
    font-size: 0.9em;
    color: #555;
    text-align: center;
    margin: 10px auto;
}

    #progressContainer .upload {
        position: relative;
        text-align: left;
        width: 100%;
        margin: 10px 0px;
        padding: 0;
        height: 18px;
    }

    #progressContainer .fileName {
        width: 28%;
        line-height: 18px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        #progressContainer .fileName:after {
            content: "";
            position: absolute;
            left: 0px;
            height: 18px;
            bottom: 0px;
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: right;
            background-image: linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 20%);
        }

    #progressContainer .progress {
        position: absolute;
        bottom: 5px;
        height: 8px;
        left: 28%;
        background: #67C6E6;
        white-space: nowrap;
        border-radius: 4px;
        transition: width 0.4s;
    }

    #progressContainer .percent {
        position: absolute;
        line-height: 18px;
        bottom: 0px;
        right: 0%;
        width: 5%;
        text-align: right;
        white-space: nowrap;
        overflow: visible;
        direction: rtl;
    }

#claimTable tbody tr:nth-child(odd){
    background-color:#ececec;
}
#resultCountContainer {
    display: none;
}

    #resultCountContainer.results {
        display: block;
        margin: 1em;
        margin-right: 3em;
        margin-top: 1em;
    }
#findAnAttorneyResultList {
    display: none;
}

    #findAnAttorneyResultList.results {
        display: block;
        margin: 1em;
        margin-right: 3em;
        margin-top: 1em;
    }

    #findAnAttorneyResultList .item {        
        box-shadow: rgba(0,0,0,0.1) 0 4px 10px 0;
        line-height: 1em;
        margin: 1em;
        padding: 1em;
    }

        #findAnAttorneyResultList .item .heading {
            font-weight: 600;
        }

#spinner {
    background: none;
}

#tblSpinner {
    display: inline-block;
    position: fixed;
    height: 48px;
    top: calc(50vh - 24px);
    text-align: left;
    left: calc(50vw - 101px);
    background: none;
}

#processingDialog {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000000;
    background: #ffffff;
    width: 200px;
    border-radius: 5px;
    height: 50px;
}

.processingContent {
    font-size: 1.5em;
    left: 65px;
    position: relative;
    top: -34px;
    background: none;
}

.stagedFileTable {
    border: 1px solid #0067a6;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 6px;
    padding: 0 0 8px;
    margin-top: 16px;
}

.stagedFileTable .stagedFileHeader {
    background: #0067a6;
    color: #fff;
    font-size: 1.15em;
    font-weight: bold;
    border-bottom: 1px solid #555;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 3px 0.5%;
}

.stagedFileTable .stagedFileTableRow:nth-child(odd) {
    background: #ececec;
}

.stagedFileTable .icon {
    width: 10%;
}

.stagedFileTable .fileName {
    width: 20%;
}

.stagedFileTable .size {
    width: 10%;
}

.stagedFileTable .docType {
    width: 40%;
}

.stagedFileTable .viewRemove {
    width: 20%;
}

.stagedFileTable .doctypeErrorMessage {
    padding-left: 3em;
    color: red;
}

.stagedFileIcon {
    display: block;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}