.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}

#step-progress-table ul.table-header-note {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
    margin-right: 1em;
    float: right;
}
#step-progress-table ul.table-header-note li {
    text-align: right;
}

#step-progress-table table.results th,
#step-progress-table table.results tr.req td,
#step-progress-table table.results tr.progress td {
    text-align: center;
}
#step-progress-table table.results th small {
    font-weight: normal;
}
#step-progress-table table.results tbody tr {
    border-left: 1px solid #ddd;
}
#step-progress-table table.results td {
    border-right: 1px solid #ddd;
}
#step-progress-table table.results tr.req td {
    text-decoration: underline;
}
#step-progress-table table.results tr.progress td {
    font-size: smaller;
}
#step-progress-table table.results td:first-child {
    width: 5%;
}
#step-progress-table ul {
    margin-left: 0em;
    padding-left: 0em;
}
#step-progress-table ul li {
    list-style-type: none;
}
#step-progress-table button {
    margin-top: 3px;
}

.glyphicon-user.online {
    color:#3C763D;
    padding-right: 5px;
}

/* my banner */
.jumbotron-my-container {
    background-repeat: no-repeat;
    background-color: white;

    height: 400px;
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.jumbotron-my {
    max-width: 100%;
    height: 100%;
    display: block;
}

.jumbotron-my div.panel-body {
    padding-left: 0em;
}

.jumbotron-my .jumbotron-my-heading {
    font-size: 2.75em;

    /* padding-top: 6.666%; */
    padding-top: 5%;
    padding-left: 1.333em;

    text-shadow: 0.125em 0.125em 0.25em black;
}
.jumbotron-my .jumbotron-my-subheading {
    font-variant: small-caps;
}
.jumbotron-my .jumbotron-my-cta {
    font-size: 1.25em;

    margin: 0em;
    margin-left: 0.85em;
    margin-top: 1em;
    padding: 1em 2.75em;

    opacity: 0.666;
    background-color: #f0f0f0;
    color: black;

    border: 0.125em solid #f0f0f0;
    border-radius: 0em 0.5em 0.5em 0em;
}

.ua-desktop .jumbotron-my-container {
    border: 0;
}
.ua-desktop #create-account-btn {
    margin-top: 2em;
    margin-left: 4em;
}
.ua-mobile .jumbotron-my-container {
    height: auto;
    padding: 1em;
}
.ua-mobile .jumbotron-my {
    background-image: none;
    height: auto;
}
.ua-mobile .jumbotron-my-heading {
    font-size: 1.75em;

    padding-top: 0em;
    padding-left: 0.666em;
    margin: 1em;
    margin-bottom: 0.333em;
    margin-left: 0em;

    color: black;
    text-shadow: 0 0 0 black;
}
.ua-mobile .jumbotron-my-cta {
    max-width: 100%;
    font-size: inherit;

    padding: 1em;
    margin: 1em;
    margin-bottom: 1em;

    opacity: 1.0;
    background-color: white;

    border: 0;
    border-radius: 0;
}
.ua-mobile #create-account-btn {
    margin-top: 1em;
    margin-left: 1em;
}

/* Provider documentation styles */
#processing-docs td.name,
#processing-docs td.message {
    font-size: smaller;
}
#processing-docs td.message {
    font-style: italic;
}

#processing-thumbnails img {
    margin: 0.25em;
    border: 1px solid lightgrey;
}

.document-thumbnail {
    border: 1px solid black;
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    height: 230px;
    width: 200px;
    overflow: hidden;
    position: relative;
}

.document-thumbnail .document-icon {
    display: block;
    position: absolute;
    top: auto;
    font-size: 16px;
}

.document-thumbnail .document-status {
    bottom: 5px;
    right: 5px;
}

.document-thumbnail .document-source {
    bottom: 5px;
    left: 5px;
}

.document-thumbnail .document-delete {
    top: 5px;
    right: 5px;
}

.document-thumbnail-warning {
    border: 0.25em solid yellow;
}

.document-thumbnail-danger {
    border: 0.25em solid red;
}

.date-divider {
    border-bottom: 1px solid black;
    margin: 10px;
}
