/** iCOPE theme - 4th Oct 2021 **/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Montserrat:wght@600;700&display=swap');

body,
body * {
    font-family: 'Inter', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

body.index {
    background: #EAEAEA;
    height: 100vh;
    overflow: hidden;
    padding-bottom: 0;
}
body .navbar.main .appbrand {
    background: #fff;
    border: 0;
    height: 66px;
    padding: 1.75rem 1.75rem 1.75rem 5.75rem;
    width: 225px;
}
body .navbar.main .appbrand > span {
    background-image: url('/wmg/image/digi/diginostic-health-platform-logo.png'); 
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    height: 135%;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100%;
}
body.index .navbar.main{
    display: none;
}
body.index #menu {
    border: none;
}
body.index #menu::after {
    display: none !important;
    background: none;
}
body.index #menuInner {
    border: none !important;
    box-shadow: none !important;
}
/*
body .navbar.main {
    background-color: #2E2E2E;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    height: 6.5rem;
    min-height: 0;
}

body .navbar.main .btn-navbar {
    background: transparent;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

body .navbar.main .btn-navbar span::before {
    color: #2E2E2E;
}

body .menu-hidden .navbar.main .btn-navbar span::before {
    color: #fff;
}

body .navbar.main .topnav {
    border: 0;
    margin-right: 4.5rem;
}

body .navbar.main .topnav > li.account {
    border: 0;
    display: flex;
    flex-direction: column;
    height: 6.5rem;
    line-height: 6.5rem;
    padding: 0;
}

body .navbar.main .topnav > li.account > a.glyphicons.logout {
    color: #fff;
}

body .navbar.main .topnav > li.account.open > a.glyphicons.logout {
    background: none;
    border: 0;
}

body .navbar.main .topnav > li.account > a.glyphicons.logout {
    align-self: flex-end;
    padding: 0 0 0 4.5rem;
}

body .navbar.main .topnav > li.account > a.glyphicons.logout::before {
    background-color: #5FC8D7;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    left: 1.5rem;
    line-height: 3rem;
    height: 3rem;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 3rem;
}

body .navbar.main .topnav > li.account > a.glyphicons.logout:hover > span {
    text-decoration: underline;
    text-underline-offset: 1px;
}

body.index #wrapper {
    height: 100vh;
    overflow: hidden;
}

body #menu {
    background-color: #EAEAEA;
    border: 0;
    box-shadow: 3px 0 6px rgba(0, 0, 0, .175);
    height: calc(100vh - 6.5rem);
    margin: 0;
    overflow: scroll;
    padding: 0 0 6.5rem;
    position: fixed;
    top: 6.5rem;
    width: 242px;
    z-index: 1001;
}

body #menu::before {
    background-color: #EAEAEA;
    bottom: 0;
    content: '';
    height: 6.5rem;
    left: 0;
    position: fixed;
    width: 242px;
    z-index: 1;
}
*/

body #wrapper {
    height: calc(100vh - 6.5rem);
}
body #menu::after {
    background-image: url('/wmg/image/digi/diginostic-logo-md.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 1.875rem;
    bottom: 0;
    color: #707070;
    content: 'Powered by: ';
    font-size: 1rem;
    height: 6.5rem;
    left: 121px; 
    line-height: 6.375rem;
    padding: .125rem 8rem .125rem 0;
    position: fixed;
    text-align: center;
    transform: translateX(-50%);
    width: 14rem;
    z-index: 2;
}
/*
body.index #menu {
    display: none !important;
}

body #menu #menuInner {
    border: 0;
    box-shadow: none;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body #menu .slim-scroll > ul:first-of-type {
    border: 0;
    padding-bottom: 6.5rem;
}

body #menu .slim-scroll > ul li.heading {
    display: none;
}

body #menu .slim-scroll > ul > li {
    border-bottom: 1px solid #B1B1B1;
    height: 4.5rem;
    line-height: initial;
}

body #menu .slim-scroll > ul li.active {
    overflow: hidden;
}

body #menu .slim-scroll > ul li.hasSubmenu.active {
    background-color: #EAEAEA;
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 0;
}

body #menu .slim-scroll > ul li.glyphicons:before,
body #menu .slim-scroll > ul li a.glyphicons:before {
    color: #2E2E2E;
    height: 4.5rem;
    left: 1.5rem;
    line-height: 4.5rem;
    margin: 0;
    text-align: center;
    width: 2.25rem;
}

body #menu .slim-scroll > ul li.glyphicons > a,
body #menu .slim-scroll > ul li > a.glyphicons {
    height: auto;
    line-height: initial;
    padding: 1.5rem 1.5rem 1.5rem 5.75rem;
}

body #menu .slim-scroll > ul li a {
    font-size: 1.375rem;
}

body #menu .slim-scroll > ul ul li a {
    height: auto;
    line-height: initial;
    padding: 1rem 1.5rem 1rem 5.75rem;
}

body #menu .slim-scroll > ul li.active > a {
    background-color: #5FC8D7;
    color: #fff;
}

body #menu .slim-scroll > ul li.active.glyphicons:before,
body #menu .slim-scroll > ul li.active a.glyphicons:before {
    color: #fff;
}
*/
body #content {
    margin-left: 242px;
    padding: 3rem 4.5rem;
}

body.index #content {
    border-radius: 2.25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .175);
    display: flex;
    left: 50%;
    margin: 0;
    max-width: 400px;
    min-height: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;  
/*    border: #5FC8D7 solid 2px;*/
}
@keyframes rotateAppLogo {
	/* Logo One */
	0%,
	100% {
		background-image: url("/wmg/image/digi/diginostic-logo-md.png");
	}
	49.9% {
		background-image: url("/wmg/image/digi/diginostic-logo-md.png");
	}
	/* Logo Two */
	50% {
		background-image: url("/wmg/image/digi/diginostic-log-md.png");
	}
	99.9% {
		background-image: url("/wmg/image/digi/diginostic-logo-md.png");
	}
}
@keyframes rotateAppBG {
	/* Image One */
	0%,
	100%  {
		background-image: url("/wmg/image/digi/log-in-bg-1@2x.png");
	}
	40%  {
		background-image: url("/wmg/image/digi/log-in-bg-1@2x.png");
	}
	/* Image Two */
	50% {
		background-image: url("/wmg/image/digi/log-in-bg-1@2x.png");
	}
	90% {
		background-image: url("/wmg/image/digi/log-in-bg-1@2x.png");
	}
}
/*
body.index #content::before
{
  animation: rotateAppLogo 10s infinite;
  background-color: rgba(255, 255, 255, .75);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 10px solid transparent;
  border-top-left-radius: 2.25rem;
  bottom: 0;
  content: '';
  height: 45px;
  margin-bottom: -4px;
  right: 0;
  position: absolute;
  width: 120px;
}
*/
body.index #content::after {
/*    
    background-image: url('/wmg/image/digi/log-in-bg-1@2x.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
*/
    content: '';
    display: block;
/*    width: 50%; */
}

body #content .innerLR {
    margin-top: 3.75rem;
    padding: 0;
}

body #content .innerLR p {
    font-size: 1.5rem;
    line-height: 1.5;
}

body.index .breadcrumb {
    display: none;
}

body.index .separator {
    display: none;
}

body.index #login {
    background: #fff;
    padding: 0;
    width: 100%;
}

body.index #login .widget {
    background-image: url('/wmg/image/digi/diginostic-health-platform-logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 6.75rem;
    margin: 3rem 0;
    position: relative;
    width: 17.5rem;
}

body.index #login .widget > * {
    display: none;
}

body.index #login .form-signin {
    align-items: center;
    border: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: none;
    padding: 6rem 6rem 4.5rem;
    position: relative;
}
/*
body.index #login .form-signin::after {
    background-image: url('/wmg/image/digi/diginostic-logo@2x.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    color: #707070;
    content: 'Powered by: ';
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 4.5rem;
    padding: .125rem 8rem .125rem 0;
}
*/
body.index #login .form-signin::after {
/*
    background-image: url('/wmg/image/digi/my-health-record-logo.png');
    background-position: center center;  
    background-size: contain;
    background-repeat: no-repeat;
    content: 'Registered My Health Record provider.';
*/
    font-style: italic;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 1.75rem 0.125rem 0;
}
/*
body.index #login .form-signin-heading {
    font-size: 2rem;
    margin: 0 0 2.25rem;
    padding: 0;
}
*/
body.index #login .form-signin-heading {
    margin-bottom: 1.5rem;
}
body.index #login .form-signin-heading::before {
    display: none;
}

body.index #login .form-signin input {
    border: 0;
    border-bottom: 1px solid #B1B1B1;
    box-shadow: none;
    color: #666;
    font-size: 1.5rem;
    margin-bottom: 3rem;
    padding: 1rem 0;
}

body.index #login .form-signin input:hover {
    border-color: #000;
}

body.index #login .form-signin input:focus {
    border-color: #5fc8d7;
}

body.index #login .form-signin input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B1B1B1;
    font-size: 1.25rem;
    text-transform: uppercase;
    opacity: 1; /* Firefox */
}
body.index #login .form-signin input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B1B1B1;
    font-size: 1.25rem;
    text-transform: uppercase;
}
body.index #login .form-signin input::-ms-input-placeholder { /* Microsoft Edge */
    color: #B1B1B1;
    font-size: 1.25rem;
    text-transform: uppercase;
}

body.index #login .uniformjs {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

body.index #login #forgot {
    color: #E60020;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-decoration: underline;
    text-underline-offset: 1px;
}

body.index #login #forgot, body.index #login #support {
    color: #F47A7A;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-decoration: underline;
    text-underline-offset: 1px;
}

body.index #login #forgot:hover {
    opacity: .75;
}

body.index #login .btn.btn-primary {
    background: #5FC8D7;
    border: 0;
    border-radius: 2.25rem;
    box-shadow: none;
    font-size: 1.675rem;
    padding: 1rem 4.5rem;
    text-shadow: none;
}

body.index #login .btn.btn-primary:hover {
    opacity: .85;
}

body .menubar {
    background: none;
    border-bottom: 4px solid #B1B1B1;
    border-top: 0;
    margin: .375rem 0 1.5rem;
    min-height: 0;
    padding: 2.625rem 0;
}

body .menubar ul {
    border: 0;
    display: inline-flex;
    flex-wrap: wrap;
    height: auto;
    padding: 0;
}

body .menubar li {
    float: none;
    font-size: 1.375rem;
    height: 50px;
    line-height: normal;
    margin-right: 1.375rem;
    padding: 0;
}

body .menubar li a {
    background-color: #F0F0F0;
    border-radius: 1rem;
    font-size: inherit;
    font-weight: 600;
    padding: 1.25rem 2.25rem;
    white-space: nowrap;
}

body.home .menubar li:first-child a {
    background-color: #5FC8D7;
    color: #fff;
}

body .menubar .divider {
    display: none;
}

body #content .breadcrumb {
    display: none;
}

body #content > .separator {
    display: none;
}

body #content .heading-buttons h3 {
    margin: 0;
    padding-left: 0;
}

body #content .heading-buttons h3::before {
    display: none;
}

body #footer {
    background: none;
    border: 0;
    height: auto;
}

body #footer .wrap > ul > li > a.help-link {
    background: #5FC8D7;
    border: 0;
    border-top-left-radius: 1.5rem;
    bottom: 0;
    box-shadow: -3px 0 6px rgba(0, 0, 0, .175);
    color: #fff;
    font-size: 1.375rem;
    font-weight: 400;
    padding: 1rem 4rem .75rem 2rem;
    position: fixed;
    right: 0;
}

body #footer .wrap > ul > li > a.help-link:hover {
    text-decoration: underline;
    text-underline-offset: 1px;
}

body #footer .wrap > ul > li > a.help-link::before {
    color: #fff;
    margin-right: 1rem;
}

body.index #footer {
    display: none;
}
.version-details {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    color: #5FC8D7;
}
