
#FavDetails {
    margin-left: 15px;
    width: 360px;
}


.tapcount {
 
    width: 190px;
}



.bg-asahi {
    background-color: #074590;
}


.text-asahi {
    color: #074590;
}


.bg-premiumblue {
    background-color: rgb(0, 176, 240);
}


.text-premiumblue {
    color: rgb(0, 176, 240);
}

/*override with premium blue*/
.btn-primary {
    background-color: rgb(0, 176, 240);
    border-color: rgb(0, 176, 240);
 
}


.navbar-text {
     
    font-size: 0.875rem !important;
}

div.RadRadioButtonList .rbText  {
   padding-left: 0 !important;
}
 
summary {
    outline: none !important;
}
nav {
 
    padding: 5px 0!important;
  border-bottom: solid;
  border-bottom-width: thin;
  border-bottom-color: lightgrey;
}
 
strong {
    font-weight: 500;
}

.modal-shadow {
    box-shadow: -1px 0px #e5e5e5;
}

 

.modal-left {
    margin: 0 auto 0 0;
}

.modal-right {
    margin: 0 0 0 auto;
}


.modal-dialog-slideout {
    min-height: 100%;
    background: #fff;
}


.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


 

.login-menu {
    width: 240px;
}

.logo {
    max-height: 40px;
}

.RadGrid input[type=text] {
    width: 100%;
}

.RadGrid .rgBatchContainer {
    max-width: 100%;
}

.RadGrid caption {
    padding: 0;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/* Sticky footer styles
-------------------------------------------------- */
 

@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);
}

.current-range .box-shadow {
    box-shadow: 0.1rem .1rem 0.2rem rgba(0, 142, 255, 0.16);
}

.proposed-range .box-shadow {
    box-shadow: 0.1rem .1rem 0.2rem #49505721;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}



body {
    /* Margin bottom by footer height */
    
    margin-top: 60px;
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


.text-success {
  color:#095a24 !important;
}

.btn-success {
    background-color: #095a24 !important;
    border-color: #095a24 !important;
}