html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

input, .selectDropdown {
    width: 50%;
    padding: 12px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 200px;
}

input[type=submit] {
    width: 30%;
    background-color: #127fa3;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: helvetica;
    font-size: 14px;
    line-height: initial;
}

input[type=submit]:hover{
    background-color: rgba(55, 125, 189, 1);
}

input[type=button] {
    width: 15%;
    background-color: #127fa3;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: helvetica;
    font-size: 14px;
    line-height: initial;
}

input[type=button]:hover {
    background-color: rgba(55, 125, 189, 1);
}

.column {
    float: left;
    width: 45%;
    min-width: 405px;
    min-height: 53px;
}

.tricolumn {
    float: left;
    max-width: 300px;
    padding-left: 8%;
}

.left_column {
    text-align: right;
}

.left_column_label {
    text-align: left;
    padding-right: 55px;
}

.left_column_input {
    padding-right: 55px;
}

.right_column {
    padding-left: 10px;
    min-width: 430px;
}

.right_column_label {
    text-align: left;
    padding-right: 55px;
}

.right_column_input {
    padding-right: 55px;
}

.loginContainer {
    /*margin-left: 15%;*/
    max-width: 500px;
    margin: auto;
}

.loginSectionHeader {
    background-color: #000000;
    color: White;
    /*overflow: hidden;*/
    display: inline-block;
    width: 100%;
    padding: 5px;
    /*padding-left: 5px;
    padding-left: 10px;*/
    /*border: 1px solid #fff;
    border-radius: 5px;*/
    max-width: 500px;
    min-width: 390px;
}

.loginInputContainer {
    max-width: 500px;
    /*min-width: 430px;*/
    margin-top: -5px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
    /*background-color: rgba(184, 215, 252, 0.86);*/
    border: 1px solid black;
    border-radius: 0px 0px 10px 10px;
}

.row:before {
    content: "\A";
    display: block;
    width: 100%;
}

.trirow {
    content: "\A";
    display: block;
    /*padding-left: 5%;*/
}

.errorColumn {
    color: red;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.loginInputs {
    /*margin-left: 20px;*/
}

.loginInputText {
    width: 77%;
}

.loginSubmitBtn {
    padding-left: 5%;
    color: #127fa3;
}

.column-single {
    width: 50%;
    margin-left: 33%;
    min-width: 405px;
}

.column-table {
    float: left;
    width: 12%;
    padding: 5px 0 5px 0;
}

.column-table-header {
    text-align: left;
}

.login_column {
    width: 92%;
}

.sectionSeparator {
    background-color: rgba(184, 215, 252, 0.86);
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.mainLogo {
    /*margin-left: 15%;
    width: 10%;
    min-width: 250px;*/
    width: 175px;
    float: left;
    margin-left: 0px;
    padding-top: 0px;
}

.mainLogo img {
    /*width: 100%;
    min-width: 250px;*/
    width: 190px;
}

.sectionHeader {
    background-color: #000000;
    color: White;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding: 5px;
    padding-left: 5px;
    padding-left: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 1%;
    max-width: 1267px;
}

.sectionHeader:before {
    content: "\A";
    display: block;
}

.submitBtn {
    padding-left: 5%;
    color: #127fa3;
}

.footer{
    background-color: white;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.resultsContainer {
    /*margin-left: 15%;*/
    max-width: 1000px;
    margin: auto;
}

.resultsSectionHeader {
    background-color: #000000;
    color: White;
    /*overflow: hidden;*/
    display: inline-block;
    width: 100%;
    padding: 5px;
    /*padding-left: 5px;
    padding-left: 10px;*/
    /*border: 1px solid #fff;
    border-radius: 5px;*/
    max-width: 1000px;
    min-width: 390px;
}

.returnBtn {
    padding-left: 5%;
    color: #127fa3;
}

.returnBtnDiv{
    float: left;
}

.resultsInfoContainer {
    max-width: 1000px;
    margin-top: -5px;
    overflow: hidden;
    width: 100%;
    padding: 20px 0px 0px 10px;
    border: 1px solid black;
    border-radius: 0px 0px 10px 10px;
}

.rtbcResultsSectionHeader {
    background-color: #000000;
    color: White;
    display: inline-block;
    width: 100%;
    padding: 5px;
    max-width: 1000px;
    min-width: 390px;
    font-size: 1.2em;
}

.rtbcResultsInfoContainer {
    max-width: 1000px;
    margin-top: -5px;
    overflow: hidden;
    width: 100%;
    padding: 20px 0px 0px 10px;
    border: 1px solid black;
    border-radius: 0px 0px 10px 10px;
}

.eligibilityRequirementSectionHeader {
    background-color: #127fa3;
    color: White;
    display: inline-block;
    width: 100%;
    padding: 5px;
    /*max-width: 1000px;*/
    min-width: 390px;
    font-size: 1.2em;
}

.eligibilityRequirement {
    /*max-width: 1000px;*/
    margin-top: -5px;
    overflow: hidden;
    width: 100%;
    padding: 0px 0px 15px 0px;
    border: 2px solid #127fa3;
    border-radius: 0px 0px 10px 10px;
}

.rtbcResultLabel {
    line-height: 1.5em;
}

.rtbcResultLabel {
    padding-left: 2%;
}

.rtbcInnerResultLabel {
    padding-left: 4%;
    line-height: 1.5em;
}

.rtbcInnerInnerResultLabel {
    padding-left: 6%;
    line-height: 1.5em;
}

.rtbcResultInnerSectionHeader {
    font-weight: bold;
    text-decoration-line: underline;
    font-size: 1.2em;
    padding-left: 2%;
}

.drugsearchdiv {
    text-align: center;
}

.drugsearchradiobuttondiv {
    text-align: center;
}

.drugsearchradiobutton {
    width: 1%;
    padding: 0px;
    min-width: 25px;
}

.drugsearchlabel {
    min-width: 285px;
    min-height: 24px;
    text-align: left;

}

.pharmacyselectiondiv {
    text-align: center;
}

.pack-ndc a a.visited {
    padding: 2px;
    border: 1px solid #eee;
    color: #127fa3;
    font-family: "helvetica";
}

.pack-ndc-div {
    padding: 2px;
    border: 1px solid #127fa3;
    font-size: 0.9em;
}

#livesearch {
    background: white;
    border: 1px solid #ccc;
    display: none;
    min-height: 300px;
    max-height: 400px;
    min-width: 400px;
    max-width: 1800px;
    z-index: 1;
    position: absolute;
    left: 25%;
    overflow-y: auto;
}

#brandNameDiv {
    display: none;
}

#dosageFormDiv {
    display: none;
}


.npisearchbuttondiv {
    text-align: center;
}

.npisearchlabel {
    min-width: 285px;
    min-height: 24px;
    text-align: left;
}

#eligibilityErrorLabel {
    color: red;
}

.eligibilitybuttondiv {
    text-align: center;
}

#licensedPrescriberAddressDiv {
    display: none;
}

#licensedPrescriberCityDiv {
    display: none;
}

#licensedPrescriberStateDiv {
    display: none;
}

#licensedPrescriberZipDiv {
    display: none;
}

#licensedPrescriberCredentialsDiv {
    display: none;
}

#licensedPrescriberStatusDiv {
    display: none;
}

.pack-npi-div {
    padding: 2px;
    border: 1px solid #127fa3;
    font-size: 0.9em;
}

#npilivesearch {
    background: white;
    border: 1px solid #ccc;
    display: none;
    min-height: 300px;
    max-height: 400px;
    min-width: 400px;
    max-width: 1800px;
    z-index: 1;
    position: absolute;
    left: 25%;
    overflow-y: auto;
}

.submitDivSeparator {
    border: 1px solid #ccc;
    margin: 2% 0
}

.submitbuttondiv {
    text-align: center;
}

.sectionSpacer{
    padding: 10px;
}

#progress-container {
    width: 50%;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
}

#progress-bar {
    width: 0%;
    height: 30px;
    background-color: #127fa3;
    border-radius: 5px;
    position: relative;
}

#progress-text {
    position: absolute;
    width: 50%;
    text-align: center;
    font-weight: bold;
}


@media print {
    .resultsContainer {
        overflow: visible;
        margin: auto;
        display: inline;
    }

    .resultsInfoContainer {
        overflow: visible;
        border-radius: 0px 0px 10px 10px;
    }

    .rtbcResultsSectionHeader {
        background-color: black !important;
        color: #127fa3;
        font-size: 1.2em;
        font-style: italic;
        font-weight: bold;
        border: 1px solid black;
    }

    #getMedicalBtn, #requestAnotherPriceBtn, #printBenefitsBtn {
        display: none;
    }
}