/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("./defaultmenu.css?v2");
@import url("../customstyles/custstyletheme.css?v5");


.initbodystyle {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}

hr {
    background-color: #808080;
}

.formButton_ok {
    width: auto;
    height: auto;
}

.formButton_addmore {
    width: auto;
    height: auto;
    position: relative;
    top: -2px;
}

.formButton_continue {
    width: auto;
    height: auto;
}

.formButton_cancel {
    width: auto;
    height: auto;
}

.formButton_back {
    width: auto;
    height: auto;
}

.formButton_submit {
    width: auto;
    height: auto;
}

.form-control {
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
}

.btn {
    white-space: normal;
}

.primalselfcarentform input[type=text]:hover {
    background: #ccf8c5;
}

.primalselfcarentform input[type=password]:hover {
    background: #ccf8c5;
}

.namevaluetable {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
    padding-left: 0px;
    overflow: hidden;
}

.namevaluetableleft {
    padding: 5px 5px;
    display: inline-block;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    font-weight: 600;
}

.namevaluetablecenter {
    display: inline-block;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}

.namevaluetableright {
    padding: 5px 10px;
    display: inline-block;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 2 2 50%;
}

.namevaluetablelistedvalue {
    padding-left: 5px;
}

.nvtbundlevaluecontainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.nvtbundlevalue {
    display: inline-block;
    min-width: 40px;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.summarytitle {
    font-weight: 600;
}


.summarycontainer {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.summarysc {
    display: inline-block;
    margin: 15px;
}

/*phone*/
@media only screen and (min-width: 1px) and (max-width: 750px) {
    .summarysc {
        width: 100%;
        margin: 15px 2px;
        border-color: #fff;
    }

    .formPrimalAppContent {
        font-size: 12pt;
    }

    .primalselfcarentform input[type=text] {
        font-size: 12pt;
    }

    h1.pagetitle {

        display:none;
    }
}

/*tablet*/
@media only screen and (min-width: 751px) and (max-width: 970px) {
    .summarysc {
        width: 400px;
        border-color: #fff;
    }

    .formPrimalAppContent {
        font-size: 12pt;
    }

    .primalselfcarentform input[type=text] {
        font-size: 12pt;
    }
}

/*desktop*/
@media only screen and (min-width: 971px) and (max-width: 1170px) {
    .summarysc {
        width: 380px;
        border-color: #fff;
    }
}

/*large*/
@media only screen and (min-width: 1171px) {
    .summarysc {
        width: 500px;
        border-color: #fff;
    }
}


/*OPTIONS*/
.optionscontainer {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.optionssc {
    display: inline-block;
    margin: 15px;
}

/*phone*/
@media only screen and (min-width: 1px) and (max-width: 750px) {

    .optionssc {
        width: 100%;
        margin: 15px 2px;
        border-color: #fff;
    }

    .formPrimalAppContent {
        font-size: 12pt;
    }

    .primalselfcarentform input[type=text] {
        font-size: 12pt;
    }
}

/*tablet*/
@media only screen and (min-width: 751px) and (max-width: 970px) {
    .optionssc {
        width: 400px;
        border-color: #fff;
    }

    .formPrimalAppContent {
        font-size: 12pt;
    }

    .primalselfcarentform input[type=text] {
        font-size: 12pt;
    }
}

/*desktop*/
@media only screen and (min-width: 971px) and (max-width: 1170px) {
    .optionssc {
        width: 380px;
        border-color: #fff;
    }
}

/*large*/
@media only screen and (min-width: 1171px) {
    .optionssc {
        width: 500px;
        border-color: #fff;
    }
}


/*CDR*/
.cdrcontainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cdritem {
    display: inline-block;
    -webkit-flex: 0 0 12%;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    min-height: 30px;
    overflow: auto;
    word-wrap: break-word;
}


.cdrtitle {
    font-weight: 600;
    margin: 4px 0;
    padding: 4px 0;
}

.cdrtranstitle {
    display: none;
    color: #337ab7;
    font-weight: 600;
}

.cdroddrow {
    background-color: #ececec;
}

.cdrevenrow {
    background-color: #fff;
}

.cdrcounter {
    display: inline-block;
    color: rgba(4, 92, 238, 1);
}


@media only screen and (min-width: 1px) and (max-width: 600px) {

    /* Force table to not be like tables anymore */
    .cdrtranstitle {
        display: inline-block;
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        font-size: 11pt;
        text-align: left;
    }


    .cdritem {
        display: inline-block;
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        border: solid 1px rgba(225, 225, 255, 0.5);
        text-align: left;
    }

    .cdrtransconuntertitle {
        display: none;
    }

    .cdrcounter {
        -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        text-align: center;
    }

    .cdroddrow {
        background-color: #ebebeb;
    }

    .cdrtitle {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    /* Hide table headers (but not display: none;, for accessibility) */


}




/*cts*/

.ctscontainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
    padding-left: 0px;
    overflow: hidden;
}

.ctssubcontainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 32px;
    min-width: 200px;
    overflow: auto;
    margin: 0;
    padding: 0;
    -webkit-flex: 64 0 64%;
    -ms-flex: 64 0 64%;
    flex: 64 0 64%;
}

.ctsitem {
    display: inline-block;
    min-height: 32px;
    min-width: 200px;
    overflow: auto;
    background-color: #ebebeb;
    margin: 1px 0 0 1px;
    padding: 10px 5px;
}

.ctscol1 {
    -webkit-flex: 20 0 20%;
    -ms-flex: 20 0 20%;
    flex: 20 0 20%;
}

.ctscol2 {
    -webkit-flex: 32 0 32%;
    -ms-flex: 32 0 32%;
    flex: 32 0 32%;
}

.ctscol3 {
    -webkit-flex: 32 0 32%;
    -ms-flex: 32 0 32%;
    flex: 32 0 32%;
}

.ctstitle {
    display: inline-block;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 15px;
    margin-top: 10px;
}

.ctsodd {
    background-color: #e4efff
}

.addmoney-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 32px;
    border: 1px solid #808080;
    margin: 5px 0;
    padding: 0 10px;
}

.addmoney-paytype {
    display: inline-block;
    text-align: left;
    margin: 10px 2px;
}
/*
adjust .selfcaremenu-container flex-wrap to no wrap
adjust .selfcaremenu-item padding left/right
so as to adjust menu width depending on how many menue items are    
*/
.selfcaremenu-container {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto;
}

.selfcaremenu-brandmenu {
    display: none;
}

.selfcaremenu-item > .selfcaremenu-item-content {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0
}

.selfcaremenu-item .selfcaremenu-item-icon {
    float: left;
    font-size: 1.2em;
    margin-left: 10px;
    line-height: 32px;
    color: #fff
}

.selfcaremenu-item a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

.selfcaremenu-item a:hover {
    text-decoration: none;
}

.topgap {
    height: 12px;
    background-color: #fff;
}

.selfcaremenu-button-section {
    position: fixed;
    width: 100%;
    height: 60px;
    display: none;
    top: 0px;
    left: 0px;
    padding: 0;
}

.selfcaremenu-button {
    display: inline-block;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    float: left;
    width: 58px;
    height: 56px;
    margin: 0;
    vertical-align: middle;
    background: rgba(128, 128, 128, 0.3);
    border: 1px solid #aaa;
    color: #fff;
    line-height: 60px;
    cursor: pointer;
    cursor: hand;
}

.selfcaremenu-close {
    display: inline;
    border-radius: 9px;
    float: right;
    width: 58px;
    height: 56px;
    margin: 0;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #fcfcfc;
    background: rgba(128, 128, 128, 0.3);
    line-height: 60px;
    cursor: pointer;
    cursor: hand;
}

.selfcaremenu-close-anchor {
    display: inline;
}

.selfcaremenu {
    float: right;
    width: 58px;
    height: 58px;
    margin: 0;
    vertical-align: middle;
    line-height: 60px;
    cursor: pointer;
    cursor: hand;
}

.selfcaremenu-button:hover {
    text-decoration: none;
}

.selfcaremenu-hide {
    display: none;
}


.selfcaremenu-item {
    list-style: none;
    font-size: 12pt;
    margin-bottom: 1px;
    margin-right: 1px;
    margin-left: 1px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}


.menu-out-transition {
    transition-duration: 2s;
}

.menu-out {
    position: relative;
    z-index: 999;
    display: block;
    transition-property: all;
    transform: translateX(0px);
}

.menu-in {
    position: relative;
    z-index: 999;
    transform: translateX(-700px);
}

.selfcaremenu-poxontop {
    position: fixed;
    top: 0px;
}


/*phone*/
@media only screen and (min-width: 1px) and (max-width: 750px) {

    .menu-out {
        position: relative;
        z-index: 999;
        display: block;
        transform: translateX(0px);
        transition-property: all;
    }

    .menu-in {
        position: relative;
        z-index: 999;
        transform: translateX(-755px);
    }

    #selfcaremenuwrap {
        width: 100%;
        max-width: 258px;
        position: fixed;
        height: 100%;
        overflow-y: scroll;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }

    #selfcaremenuwrap::-webkit-scrollbar {
        width: 0 !important;
    }

    .selfcaremenu-container {
        list-style-type: none;
        padding-left: 0;
        z-index: 100;
        position: absolute;
        right: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        /*
    -webkit-box-align:end;
    -moz-box-align:end;
    -webkit-align-items:end;
    -ms-flex-align:end;
    align-items:flex-end;
    */
        -webkit-box-align: start;
        -moz-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        max-width: 258px;
        border: 1px solid #000;
    }

    .selfcaremenu-poxontop {
        position: fixed;
        top: 0px;
    }

    .topgap {
        height: 61px;
    }

    .selfcaremenu-item {
        list-style: none;
        font-size: 12pt;
        padding: 0 0;
        margin: 0 1px 1px 0;
        -webkit-flex: 0 0 36px;
        -ms-flex: 0 0 36px;
        flex: 0 0 36px;
        line-height: 36px;
        vertical-align: middle;
        width: 100%;
        text-align: center;
    }

    .selfcaremenu-item a {
        padding: 0;
        margin: 0;
    }

    .selfcaremenu-brandmenu {
        display: inline-block;
        list-style: none;
        font-size: 12pt;
        margin-bottom: 1px;
        margin-right: 1px;
        vertical-align: middle;
        width: 100%;
        background-image: url('../customimages/mobile-brand.png');
        background-size: auto 100%;
        background-repeat: no-repeat;
        -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        padding: 0;
        line-height: 50px;
    }

        .selfcaremenu-brandmenu a {
            font-size: 24pt;
            font-weight: 600;
        }

            .selfcaremenu-brandmenu a:hover {
                text-decoration: none;
            }

    .selfcaremenu-button-section {
        z-index: 99;
        display: inline-block;
    }

    .selfcaremenu-item a {
        text-decoration: none;
        width: 100%;
    }

        .selfcaremenu-item a:hover {
            text-decoration: none;
        }

    .addmoney-panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .personalinfo-panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .changeccinfo-panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ccauthnetinfo-panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ccfacinfo-panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ccreceipt-panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .addmoneycc-panel {
        padding-left: 10px;
        padding-right: 10px;
    }


    .cceigeninfo-panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    .favnumber-panel {
        padding-left: 10px;
        padding-right: 10px;
    }
}



































a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
