﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-link .fa-bars{
    font-size: 1.5em;
}

.user-panel .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.brand-image {
    height: 33px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn {
    line-height: 2em;
    border-radius: 8px;
    font-size: 1.125rem;
    font-stretch: normal;
    font-style: normal;
    color: #fff;
}

.btn-original{
    line-height: initial;
    font-size: initial;
}

.btn-primary {
    color: #fff;
    background-color: #0166C3;
    border-color: #0166C3;
}

    .btn-primary:hover {
        background-color: #1E3B66;
        border-color: #1E3B66;
    }

.btn-secondary {
    color: #0166C3 !important;
    background-color: #F5F5F5;
    border-color: #0166C3;
}

.btn-app {
    height: auto;
    margin: 0;
    color: #214271;
    border: 2px solid #214271;
}



.btn-app .formicon{
    height: 1em;
}

.btn-app span{
    font-weight: bold;
    float:left;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

div {
    position: relative;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 75%;
    }
}

.modal{
    overflow-y: auto !important;
}

.field-error {
    border: 1px solid red;
    padding: 5px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
  line-height: 18px;
}

body {
    font-family: 'DM Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #212121;
    background-image: url(/images/bg-faded.png);
    background-position: center;
    background-size: cover;
    letter-spacing: -0.8px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
        line-height: 18px;
    }
}

h2 {
    font-weight: bold;
}

h3 {
    font-size: 24px;
    line-height: 31px;
    color: #1E3B66;
    border-bottom: 4px solid #31C3C3;
}

.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 {
    color: #214271;
    background-color: #F5F5F5;
    letter-spacing: -0.4px;
}

.sidebar-dark-primary {
    background-color: #214271;
}

.sidebar a {
    color: #DCDCDC;
}

.container{
    padding: 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.footer .container{
    text-align: center;
}

.fullwidth{
    width: 100% !important;
    max-width: 100% !important;
}

.left{
    float:left;
}

.right{
    float:right;
}

.card-title {
    /*border-bottom: 3px solid #37CACA;*/
    font-size: 1.5em;
    font-weight: bold;
}

.card-title-description{
    clear:both;
}

div.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

div.blackoverlay {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
}

.row{
    width: 100%;
    margin: 0;
}

.progress{
    clear:both;
    width: 100%;
    border-radius: 5px;
}

.progress-bar {
    border-radius: 5px;
    background-color: #214271;
}

.progress-bar-empty {
    min-width: 8%;
}

/*FORMS*/
.formcontainer {
    /*margin-bottom: 60px;*/
    float: left;
    width: 100%;
}

.formicon {
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    float: left;
    font-size: 1.5em;
    min-width: 40px;
    text-align: center
}

.formpage{
    
}

.formpage-name{
    font-weight: bold;
    font-size: 1.8em;
    margin-top: 0.5em;
}

.formpage-description {
    font-style: italic;
    margin-bottom: 1em;
}

.formsection {
    margin-bottom: 1em;
    width: 100%;
    float: left;
    padding: 1em;
    border-radius: 8px;
    background-color: white;
}

.formsection-first{
    padding-top: 0;
}

.formsection-body{
    padding: 10px;
    float:left;
}

.formsection-name{
    font-weight: bold;
    font-size: 1.5em;   
}

    .formsection-name span {
        border-bottom: 4px solid #31C3C3;
    }

.formsection-description {
    font-style: italic;
    margin-top: 0.5em;
}

.formsectionfield{
    width:100%;
    margin-top: 1em;
    float: left;
}

.formsectionfield-tooltip{
    font-size: 1.2em;
}

.formsectionfield-option {
    width: 100%;
    float: left;
}

.formsectionfield-option-twocolumns {
    width: 50%;
}

@media (min-width: 576px) {
    .formsectionfield-option-twocolumns {
        width: 20%;
    }
}

.formsectionfield-option .radiobutton {
    float: left;
    max-width: 55px;
}

.formsectionfield-option .checkbox {
    float: left;
    max-width: 55px;
}

    .formsectionfield-option .checkboxlabel {
        float: left;
    }

.formsectionfield-divider {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    float: left;
    width: 100%;
    margin-top: 0.5em;
}

.formsectionfield-calculation {
   display: none;
}

.formsectionfield-name{
   font-weight: bold;
   padding-left: 0;
}

.formsectionfield-description {
    font-style: italic;
    padding: 0;
}

.formsectionfield-content {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.form-explanation {
    float: left;
    clear: both;
}

.formimagepreview{
    background-repeat: no-repeat;
    background-size: contain;
    width:100%;
    height:200px;
    background-position: center;
    margin:10px;
}

.radiobutton{
    height:1.5em;
    margin-bottom:1.0em;
}

.checkbox{
    height:1.5em;
    margin-bottom: 1.0em;
}

.navbar {
    border-bottom: 2px solid #37CACA !important;
}

.navbar-badge {
    font-weight: inherit;
    top: 12px;
}

.nextprevsavebuttons {
    padding-top: 10px;
}

/*END FORMS*/

/*REGISTRATIONS*/
.registrationpage{

}

.registrationsection {
    margin-bottom: 1em;
    width: 100%;
    float: left;
}

.registrationsectionfield {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.registrationsectionfield-name {
}

.registrationsectionfield-description {
    font-style: italic;
    color: lightgray;
}


/*END REGISTRATIONS*/


.popover {
    z-index: 1040 !important;
}

.alwaysontop {
    z-index: 20000 !important;
}

.alwaysalwaysontop {
    z-index: 30000 !important;
}

.alwaysalwaysalwaysontop {
    z-index: 40000 !important;
}

.divloader {
    width: 100%;
    height: 100%;
    background: url(../images/loader.svg) no-repeat center;
    background-position-y: 20%;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-align: center;
    display: none;
}

.divloadertext {
    position: absolute;
    width: 100%;
    top: calc(20% + 150px);
    left: 0;
    font-weight: bold;
    font-size: 1.2em;
}

.pagehelp {
    display:none;
    vertical-align: middle;
    font-size: 0.5em;
}

/* COLORS */
.color-primary1 {
    color: #214271;
}

.color-primary1-background {
    background-color: #214271;
}

.color-primary2 {
    color: #37CACA;
}

.color-primary2-background {
    background-color: #37CACA;
}

.color-primary3 {
    color: white;
}

.color-primary3-background {
    background-color: white;
}

.color-secondary1 {
    color: #D8D8D8;
}

.color-secondary1-background {
    background-color: #D8D8D8;
}

.color-secondary2 {
    color: #0071CA;
}

.color-secondary2-background {
    background-color: #0071CA;
}

.color-secondary3 {
    color: #232323;
}

.color-secondary3-background {
    background-color: #232323;
}

.color-medicuegreen {
    color: #a6e2e2;
}

.color-medicuegreen-background {
    background-color: #a6e2e2 !important;
    border-color: #a6e2e2 !important;
}

.color-medicueblue {
    color: #22385d !important;
}

.color-medicueblue-background {
    background-color: #22385d !important;
    border-color: #22385d !important;
}

.border-top-medicuegreen {
    border-top: 2px solid #a6e2e2 !important;
}

.red{
    color:red;
}

.green{
    color: green;
}

/* Ion Slider */
.irs.irs--round{
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 1em;

}

.irs--round .irs-handle {
    border-color: #37CACA !important;
    background-color: #214271 !important;
    width:32px !important;
    height:32px !important;
    top: 22px !important;
}

.irs--round .irs-bar {
    background-color: #214271 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #37CACA !important;
    color: inherit !important;
    top: -0.5em;
    font-size: 2em !important;
}


    .irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
        border-top-color: #37CACA !important;
    }

.irs-single {
    padding: 6px;
   /* margin-left: -4px;
    margin-top: -2px;*/
}

.signaturediv {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 150px;
}

.alert-dismissible {
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    padding-right: 2rem;
}

.alert .close {
    font-size: 2em;
    opacity: 1;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    color: #214271;
}

.swal2-popup {
    border: 2px solid red;
}

    .swal2-popup.swal2-toast{
        background-color:red;
    }

.swal2-x-mark-line-left{
    background-color:white !important;
}

.swal2-x-mark-line-right {
    background-color: white !important;
}

.swal2-icon.swal2-error{
    border-color: white;
}

.swal2-popup.swal2-toast .swal2-title{
    color: white;
    margin-left: 1em;
}

.swal2-container {
    z-index: 50000;
}

.spinner-border {
    vertical-align: unset;
}

.accepttermscheckbox,
.acceptresearchtermscheckbox{
    margin-right: 10px;
    float:left;
    height:100%;
    padding-top: 3px;
}

.accepttermscheckbox input{
    width: 24px;
    height:24px;
}

.accepttermstext {
    font-size: 18px;
}

.fullviewonly.exclude {
    display:none;
}

.loginwrapper {
    top: 10%;
    width: 50%;
    margin: auto;
}

.iconandheadingpage {
    width: 100%;
    text-align: center;
    min-height: 50vh;
}

.iconandheadingpage-content{
    position:absolute;
    bottom: 0;
    width: 100%;
}

.iconandheadingpage .icon {
        font-size: 5rem;
        line-height: 1.2em;
        margin: 1rem auto;
        width: 50%;
}

.iconandheadingpage .card-header .icon {
    font-size: 3.5rem;
    line-height: 1.2em;
}

.iconandheadingpage .heading{
    font-size:2rem;
    font-weight: bold;
}

.iconandheadingpage-body {
    min-height: 5rem;
}

.iconandheadingpage-footer{

}

@media (max-width: 768px) {
    .loginwrapper {
        width: 100%;
    }
}

.pointercursor{
    cursor: pointer;
}

.card{
    box-shadow: none;
    border-radius: 8px;
}


.owl-carousel .owl-item {
    background-color: transparent;
    border-radius: 20px;
    text-align: center;
}

.owl-carousel .owl-item-content {
    margin: 0 0 0 0;
    border-radius: 8px;
}

.owl-nav {
    display: none;
}

.owl-item .card-header {
  border-bottom: none;
}

.owl-item .card-header h1 {
    margin-top: 2.63rem;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.8px;
    text-align: center;
    color: #1c345b;
}

.owl-item .card-header p {
    margin: 0.688rem 0 0;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    color: #212121;
}

.owl-item .card{
    min-height: 70vh;
}

.owl-item .card-body .image-content,
.card-body .image-content
{
    width: 15.125rem;
    height: 15.125rem;
    /*padding: 3.063rem 2.563rem 1.75rem 4rem;*/
    /*background-color: #f5f5f5;*/
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.card-body{
    padding: 16px;
}

.circlewithcontent {
    
    position: relative;
    margin: 0;
    text-align: center;
    width: 15.125rem;
    height: 15.125rem;
    /*padding: 3.063rem 2.563rem 1.75rem 4rem;*/
    /*background-color: #f5f5f5;*/
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}


.circlewithcontent-body::before {
    content: "";
    float: left;
    height: 100%;
    width: 50%;
    shape-outside: polygon( 0 0, 98% 0, 50% 6%, 23.4% 17.3%, 6% 32.6%, 0 50%, 6% 65.6%, 23.4% 82.7%, 50% 94%, 98% 100%, 0 100% );
    shape-margin: 7%;
    height: 15.125rem;
}

.circlewithcontent-body div::before {
    content: "";
    float: right;
    height: 100%;
    width: 50%;
    shape-outside: polygon( 2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 50% 6% );
    shape-margin: 7%;
    height: 15.125rem;
}

.circlewithcontent-body p{
    font-size: 0.8em;
}

.image-content-icon {
    height: 6em;
    width: 6em;
    margin-bottom: 10px;
}


.owl-item .card-footer  {
    background-color: transparent;
}

.card-footer:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.owl-item .btn {
    min-width: 9rem;
}

.owl-dot {
    /*width: 0.75rem;
    height: 0.75rem;*/
   /* margin: 1.313rem 0.625rem 0 0.688rem;*/
   margin-top: 1em;
    border: solid 2px #22385d;
    background-color: #a6e2e2;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #22385d;    
}

.owl-theme .owl-dots .owl-dot span {
    width: 0.75rem;
    height: 0.75rem;
    border: solid 2px #22385d;
    background-color: #a6e2e2;
}

.content-wrapper{
    background-color:transparent;
    padding-bottom: 2em;
}

.pincodedigit {
    height: calc(4rem + 2px);
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 10px;
    width: 6em;
    margin: 0 auto;
    border: none;
    border: 1px solid #22385d;
}

.pincodedigit:focus {
    border: 1px solid #22385d;
}

.splashlogo{
    background-image: url(/dist/img/logo_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height:200px;
}

.logo {
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 6rem;
    background-size: contain;
}

.centercontent{
    margin: 0 auto;
}

.centertext{
    text-align: center;
}

@@-prefix-keyframes slide {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.apppageheader{    
    text-align: center;
    padding-top:1.5rem;
}

.page-title {
    font-size: 2em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.8px;
    padding-left: 1.5rem;
    margin-left: -2rem;
}

.prevpage-chevron{
    margin-left: 1rem;
    padding-left: 0;
    z-index: 1000;
}

.prevpage-chevron a {
    font-size: 2rem;
    color: inherit !important;
}

.text-vertical-center {
    display: flex;
    align-items: center;
}

.dockbottom{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 3rem !important;
}

.no-border{
    border:none;
}

.color-transparent-background, .color-transparent-background:focus{
    background-color: transparent;
}

.content-wrapper > .content {
    padding: 1rem;
    padding-top:1.5rem;
    padding-bottom: 1.5rem;
    float: left;
    width: 100%;
}

.skeleton-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: white;
    border-radius: inherit;
}

    .skeleton-box:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient( 90deg, rgba(221,219,221, 0) 0, rgba(221,219,221, 0.2) 20%, rgba(221,219,221, 0.5) 60%, rgba(221,219,221, 0) );
        animation: shimmer 2s infinite;
        content: '';
    }

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.main-sidebar {
    width: 100%;
    background-image: url(/images/bg-faded.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main-sidebar:not(.sidebar-open)
{
    margin-left: -100vw;
    height: 100vh;
}

.bubble {
    position: relative;
    background: #d1c9c9;
    text-align: center;
    width: 80vw;
    min-height: 6rem;
    border-radius: 8px;
    padding: 1rem;
    margin: 0 1rem;
}

    .bubble:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: #d1c9c9 transparent;
        border-width: 20px 20px 0;
        bottom: -20px;
        left: 50%;
        margin-left: -20px;
    }

.blurryshimmer {
    background-color: rgba(255,255,255,0.2);
    filter: blur(50px);
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
}

.navbar-medicue {
    background-color: #032446;
    color: white;
}

.prevpage-transition {
    transform: translateX(100%);
    transition: 0.3s ease-in-out
}