﻿html, body {
    height: 100%;
    background-color: black;
}
body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
        min-height: 100vh;
    position: relative;
    margin: 0;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -40px;
    /* Pad bottom by footer height */
    padding: 0 0 40px;
background-color: white;
}



.b1 {
    background-image: url('../images/hlx-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
}
.b2 {
    background-color:white;
    margin: 0;
    padding: 0;
}
.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
    padding-bottom: 200px;
    margin-bottom: 200px;
}


.jumbotron.reg-header {
    background-image: url('../images/hlx-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: black;
    border-radius: 0px;
    height: 180px;
}

.jumbotron.reg-header-registration {
    background: none !important;
    border-radius: 0px;
    height: 180px;
}


.reg-logo {
    float: left;
    height: 70px;
    margin-top: -15px;
    margin-left: 5%;
}
.scimed-logo {
    height: 125px;
}
.reg-title {
    color: white;
    font-size: 1.3em;
    float: right;
    margin-right: 8%;
    font-weight: 600;
    margin-top: 6px;
}

.footer-copyright {
    background-color: black;
    color: white;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    /*margin-top: 50px;
    position: absolute;
    bottom: 0; */
    width: 100%;
    height:40px;
}
#myForm {
    width: 97%
}

#headerimg {
max-height:50px;
}

#npisearch, #regform {
    margin-left: 30px;
    margin-right: 30px;
}

#btnshow1, #btnshow2, #btnNpiLookupByAddress, #btnNPI {
    width: 245px;
}
.right-title-text-large {
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: left;
    text-justify: inter-word;
}
.right-title-text {
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: left;
    text-justify: inter-word;
}

.right-event-text {
    font-size: 1.0em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    text-justify: inter-word;
}

.btn.btn-dark {
    border-radius: 0px;
    background-color: #111111;
    margin: 10px;
    width: 125px;
    height: 45px;
}
.btn.btn-secondary {
    border-radius: 0px;
    background-color: #555555;
    width: 100px;
    margin: 10px;
    height: 45px;
}
.btn.btn-light {
    border-radius: 0px;
    background-color: #fff;
    color: #111111;
    width: 150px;
    margin: 10px;
    height: 45px;
    font-weight: 600;
    margin-top: 9px;
}
.logintext {
    color: white;
}
#txtInvitationCode, .reg-invite-input {
    border: none;
    border-radius: 0px;
    width: 425px !important;
    padding: 5px;
    height: 45px;
    margin-top: 14px;
}
#lblHelp {
    font-size:0.9em;
}

hr {
    width: 85%;
    margin-left: 0px;
    border: solid .6px #111111;
}
.reg-hr-bottom {
    border: none;
}

.row-confirm {
    margin-left: 15px;
    margin-bottom: 10px;
}

/* mobile */
@media (max-width: 600px) {
    .jumbotron.reg-header {
        height: 150px;
    }
    .reg-logo {
        height: 50px;
        margin-top: -15px;
        margin-left: 3%;
    }
    .row {
        margin-left: 0px;
    }
    .reg-hr-bottom {
        border: solid .6px #111111;
    }
    hr {
        margin-left: 15px;
    }
}


h1, h2, h3, h4 {
    padding: 5px;
    margin: auto;
    text-align: left;
}

a.npilink {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

#npiresults a { /* 100+1=101 priority score, yay! */
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

div:empty {
    display: none;
}


.modal2 {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/FhHRx.gif') 50% 50% no-repeat;
}

body.loading .modal2 {
    overflow: hidden;
}

body.loading .modal2 {
    display: block;
}

.containerww {
    border: 1pt solid gray;
}

.lblSpeaker, .lblEvent {
    font-weight: bold;
}
