button, select, html, textarea, input {
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-variant: normal;
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

table.login-table, table.logout-table {
  border-spacing: 0px;
  margin: auto;
  height: 100%; }

.logo-container {
  height: 69px;
  background: black;
  position: relative; }
  .logo-container .product-name {
    font-family: "Open Sans";
    font-size: 1.8em;
    line-height: 68px;
    font-weight: 600; }
  .logo-container .logo-container-img {
    height: 100%;
    background: url(/CoreWEB/img/logo_siro.svg) no-repeat 50% 50% transparent;
    background-size: 50% 65%; }

.visible {
  transition: .5s;
  opacity: 1; }

.fa-exchange-alt:before {
  content: "\f0ec";
  /* alt-change (exchange) for version less, then 5 */ }

#login-container {
  /* background-color: rgba(255, 255, 255, 0.03); */
  /*display: table;*/ }
  #login-container.login-container {
    display: inline-table;
    position: relative;
    width: 100%; }
  #login-container #container-center {
    display: table-row; }
  #login-container #welcome {
    /*background-color: rgb(102,112,127);
		line-height: 60px;
		height: 60px;
		vertical-align: middle*/ }
  #login-container .info {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px; }
    #login-container .info .show-info {
      outline-color: #5e9ed6; }
      #login-container .info .show-info i.fa-info-circle {
        color: #ffffff;
        padding: 0;
        margin: 0;
        font-size: 2em; }
  #login-container .login-form [layout] {
    background-color: #fff; }
  #login-container .login-form-gt-sm {
    background-color: #fff; }
  #login-container .login-screen {
    z-index: 1;
    display: block; }
    #login-container .login-screen.role {
      position: fixed;
      top: 20px;
      bottom: 60px;
      min-height: 525px; }
      #login-container .login-screen.role .role-list {
        position: absolute;
        top: 230px;
        bottom: 120px;
        width: 100%; }
      #login-container .login-screen.role .login-error {
        margin-top: -10px;
        font-size: 80%; }
      #login-container .login-screen.role .login-view.relogin {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%; }
    #login-container .login-screen .goodbye .welcome {
      padding: 50px; }
  #login-container .login-screen-sm {
    /*background-color: rgb(102,112,127);*/
    background-color: rgba(0, 0, 0, 0.6) !important; }
  #login-container .login-screen-gt-sm {
    background-color: rgba(0, 0, 0, 0.6) !important; }
  #login-container #login-view {
    background: transparent !important;
    /*max-height: 350px;*/
    overflow: auto; }
  #login-container .password {
    padding-bottom: 40px; }
  #login-container .login-view-sm {
    margin: 10px;
    background-color: none; }
  #login-container .role-view-sm {
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding: 0 !important;
    background-color: none; }
  #login-container .role-view-sm {
    margin-top: 10px;
    background-color: none; }
  #login-container #password {
    text-security: disc;
    -webkit-text-security: disc;
    -mox-text-security: disc;
    -o-text-security: disc; }
  #login-container .unit {
    background-color: #C1C1C1;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px; }
  #login-container .mc-list-item {
    padding-right: 16px; }
  #login-container .input-row .fa {
    color: white;
    vertical-align: bottom; }
  #login-container .role-list {
    max-height: 520px;
    overflow: auto; }
    #login-container .role-list .login-role {
      cursor: pointer;
      background: rgba(255, 255, 255, 0.3);
      padding: 15px 40px 15px 35px;
      margin-top: 0;
      margin-bottom: 0;
      border-bottom: 0.2em rgba(0, 0, 0, 0.55) solid;
      text-align: left;
      position: relative; }
      #login-container .role-list .login-role .arrow-pic {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -30px;
        font-size: 200%; }
  #login-container .relogin {
    /*margin-top: -10px !important;*/
    padding-top: 10px; }
  #login-container .login-error {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding: 3px 0 3px;
    color: white !important;
    font-size: 90%; }
  #login-container .login-error .fa-stack {
    font-size: 55%; }
  #login-container .mc_inputfield_element {
    color: white;
    background: none;
    border: none;
    /* border:1px solid rgba(0,0,0,0.08);
		border-bottom:2px solid gray;*/
    font-family: arial;
    font-size: 14px;
    resize: none;
    border-radius: 1px;
    outline: none;
    overflow: hidden;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.48);
    padding: 6px 0 4px 0; }
    #login-container .mc_inputfield_element:focus {
      border-bottom: 2px solid rgba(255, 255, 255, 0.98);
      transition: .9s; }
  #login-container .tai {
    padding: 0 0 30px;
    font-size: 60%; }
  #login-container .kirjaudu {
    text-transform: uppercase;
    font-size: 80%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: left;
    margin-left: 35%;
    position: relative; }
    #login-container .kirjaudu .login-options {
      cursor: pointer;
      outline-color: #5e9ed6;
      border-bottom: 1px dashed #fff; }
      #login-container .kirjaudu .login-options:active {
        outline: none; }
      #login-container .kirjaudu .login-options:hover:focus {
        outline: none; }
      #login-container .kirjaudu .login-options:hover:active {
        outline: none; }
    #login-container .kirjaudu .kirjaudu-icon {
      position: absolute;
      left: -28px;
      top: -4px;
      text-align: right;
      width: 20px; }
  #login-container .list {
    margin: auto; }
    #login-container .list ol {
      display: inline-block;
      padding: 0; }
      #login-container .list ol li {
        padding-left: 20px;
        text-align: left; }
  #login-container .login-button {
    margin: 20px 0 20px 0;
    background: transparent;
    border: none;
    width: 215px;
    height: 50px;
    border-radius: 10px;
    font-size: 90%;
    position: relative;
    border: 2px solid transparent; }
    #login-container .login-button label {
      color: white;
      opacity: 1;
      border: 2px solid transparent;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      left: 0px;
      top: 1px;
      line-height: 44px;
      text-transform: uppercase; }
    #login-container .login-button:active label {
      outline: none; }
    #login-container .login-button:hover:enabled {
      background-color: #717171;
      border: 2px solid rgba(0, 0, 0, 0.29); }
      #login-container .login-button:hover:enabled label {
        background-color: #000;
        border: 2px solid rgba(0, 0, 0, 0.09);
        cursor: pointer;
        outline: none; }
    #login-container .login-button:disabled label {
      color: white;
      opacity: 0.5;
      cursor: default; }
      #login-container .login-button:disabled label:hover {
        background: transparent; }

#mediconsult-logo {
  width: 200px;
  height: 44px;
  z-index: 1; }

.login-welcome {
  font-size: 1.5em;
  width: 258px;
  font-weight: 300;
  color: white; }
  .login-welcome .name {
    padding-top: 16px; }
  .login-welcome .product {
    padding-top: 10px;
    display: inline-block;
    margin-left: 141px; }

.login-text {
  /*font-size: 1.5em;*/
  font-weight: 300;
  position: relative;
  z-index: 100;
  color: #66707f; }

.login-text-sm .login-text {
  color: white; }

.login-text-gt-sm {
  height: 25px;
  padding-bottom: 15px; }

#login-screen *:not(button) {
  color: white; }

#login-screen button * {
  color: #4a5666; }

body {
  text-align: center;
  font-size: 1.2em; }

/*
.body-bg-img{
	background: url(img/mc_butterfly_on_palm.png) no-repeat center center fixed;  
}

.body-bg-clr {
	background: url(img/mc_no_butterfly_on_palm.png) no-repeat center center fixed;
}
*/
.high-padding {
  padding: 20px; }

.fixed-width {
  width: 540px; }

.cover-x {
  width: 100% !important; }

/*.very-high-margin-top {
	margin-top: 60px !important
}
*/
.relogin-hint {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px; }

.relogin-hint * {
  width: 235px; }

.choose-role-hint {
  margin-bottom: 10px; }

.logout-text {
  color: white;
  padding: 15px 0px 12px 0px; }

.login-error .fa-stack {
  font-size: 80%;
  padding: 0px 12px 11px 0px; }

.welcome {
  vertical-align: middle;
  color: white;
  padding: 20px 0px 25px 0px;
  text-transform: uppercase;
  font-size: 90%; }

.card-signing {
  color: white;
  margin-top: 15px;
  margin-bottom: 15px; }

.fa {
  padding-top: 7px;
  padding-right: 9px; }

.mc-login-logo {
  width: 200px;
  height: 44px;
  padding: 15px 0px 0px 0px; }

.input-row .fa {
  color: white; }

.login-role {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px 40px 15px 15px;
  margin-bottom: .2em; }

.mc-login-container-button button {
  background-color: white;
  padding: 2px 15px 2px 15px;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1397eb;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: none;
  border: 0;
  display: inline-block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  background: transparent;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  /*overflow: hidden;
	    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);*/
  min-width: 100px;
  text-transform: none; }

.mc-login-container-button.active button:hover {
  background-color: rgba(158, 158, 158, 0.2); }

.mc-login-container-button.disabled .mc-button-label {
  color: #b4bec3;
  cursor: auto; }

.mc-login-container-button.disabled button {
  cursor: auto; }

.mc-login-container-button:disabled {
  background-color: #b4bec3; }

.mc-login-container-button:enabled {
  background-color: white; }

.mc-login-input-container {
  background-color: transparent;
  padding-left: 0px;
  border: none;
  /*1px solid rgb(135,203,245);*/
  border-radius: 0px;
  width: 60%;
  text-align: left; }

@media only screen and (max-width: 600px) {
  .mc-login-container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; } }

@media only screen and (min-width: 601px) {
  .mc-login-container {
    /*margin-left: -150px;*/
    left: 50%;
    top: 0;
    width: 540px; } }

.bg {
  background: url(/CoreWEB/img/siro_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  z-index: -2;
  height: calc(100% + 30px);
  width: calc(100% + 30px);
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px; }
  .bg .bottom-band {
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 40px;
    background: #000000;
    width: 100%;
    padding-left: 20px;
    text-align: left; }
    .bg .bottom-band .bottom-band-logocontainer {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-top: 8px; }
      .bg .bottom-band .bottom-band-logocontainer.mediconsult-logo {
        background: url(/CoreWEB/img/logo.svg) no-repeat;
        width: 60px;
        height: 65%; }
      .bg .bottom-band .bottom-band-logocontainer.mediconsult-text {
        background: url(/CoreWEB/img/logo_text.svg) no-repeat;
        width: 150px;
        height: 40%;
        margin-top: 12px; }
  .bg:after {
    background: url(/CoreWEB/img/siro_bg.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    opacity: 0;
    -webkit-transition: all 750ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 750ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 750ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 750ms cubic-bezier(0.25, 0.1, 0.25, 1);
    /* ease-in-out */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    /* ease-in-out */
    -webkit-filter: blur(11px);
    /* Safari 6.0 - 9.0 */
    filter: blur(11px);
    -webkit-transform: translate3d(0, 0, 0);
    /* Resolves some filter issues */
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .bg.role:after {
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms; }
  .bg.blur {
    z-index: 0; }
    .bg.blur:after {
      opacity: 1; }
    .bg.blur.info .bottom-band {
      z-index: -1; }

.info-dialog {
  display: none;
  color: white;
  position: fixed;
  text-align: center;
  font-size: 14px;
  top: 0;
  left: 0;
  right: 0;
  height: 100%; }
  .info-dialog .info-dialog_inner {
    display: table;
    height: 100%;
    width: 60%;
    margin: auto; }
    .info-dialog .info-dialog_inner .info-dialog_inner-cell {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }
      .info-dialog .info-dialog_inner .info-dialog_inner-cell .info-dialog-head {
        text-align: left;
        height: fit-content;
        top: 0;
        left: 0;
        right: 0;
        background-color: black;
        position: relative; }
        .info-dialog .info-dialog_inner .info-dialog_inner-cell .info-dialog-head .info-dialog-head_header {
          padding: 1em 3em 1em 1.2em;
          font-weight: bold; }
        .info-dialog .info-dialog_inner .info-dialog_inner-cell .info-dialog-head .info-dialog-head_close {
          position: absolute;
          right: 15px;
          top: 8px;
          color: white; }
          .info-dialog .info-dialog_inner .info-dialog_inner-cell .info-dialog-head .info-dialog-head_close .close-info-img {
            font-size: 2em;
            padding: 0;
            margin: 0;
            color: white; }
      .info-dialog .info-dialog_inner .info-dialog_inner-cell .info-dialog-content {
        padding: 10px 50px 30px;
        background-color: rgba(0, 0, 0, 0.4); }
        .info-dialog .info-dialog_inner .info-dialog_inner-cell .info-dialog-content .link {
          color: #13bdff; }

.loading-icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 35px auto; }
  .loading-icon:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .2s;
  -moz-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

body.ie11 .bg.blur {
  background: url(/CoreWEB/img/siro_high_res_blur.jpg) 0 0 no-repeat; }
  body.ie11 .bg.blur:after {
    opacity: 0; }
  body.ie11 .bg.blur.info .bottom-band {
    display: none; }

body.ie11 .logo-container .logo-container-img {
  background-size: 18%; }

@media screen and (max-height: 600px) {
  body.not-touchable .bottom-band {
    display: none; } }

@media screen and (max-width: 540px) and (max-height: 600px) {
  body.not-touchable #login-container .info {
    bottom: 15px; } }

/*
* Responsive view if screen width is less than 480px
*/
@media screen and (max-width: 540px) {
  .bg {
    position: fixed;
    /*width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		&:after {
		    background: rgba(0, 0, 0, 0.55);
		    filter: none;
		}*/ }
    .bg .bottom-band {
      /*bottom: 0;
			left: 0;*/
      padding: 0 0 0 5px; }
  .fixed-width {
    width: 100%; }
  .mc-login-input-container {
    width: 55%; }
  .info-dialog {
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }
    .info-dialog .info-dialog_inner {
      display: table;
      vertical-align: middle;
      height: 100%;
      width: 100%; }
    .info-dialog .info-dialog-content {
      padding: 10px 20px 20px; }
  #login-container.login-container {
    height: fit-content; }
    #login-container.login-container #wrapper {
      height: 100%; }
    #login-container.login-container .kirjaudu {
      text-align: center;
      margin: auto;
      width: fit-content; }
      #login-container.login-container .kirjaudu .login-options {
        padding-left: 20px; }
      #login-container.login-container .kirjaudu .kirjaudu-icon {
        left: -8px; }
    #login-container.login-container .login-screen .logo-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
    #login-container.login-container .login-screen.login-screen-gt-sm {
      background-color: rgba(0, 0, 0, 0.45) !important; }
    #login-container.login-container .login-screen.role {
      position: fixed;
      top: 69px;
      bottom: 40px;
      height: auto;
      left: 0;
      right: 0; }
      #login-container.login-container .login-screen.role .login-view .relogin {
        bottom: 25px;
        position: fixed; }
      #login-container.login-container .login-screen.role .login-error {
        margin-top: -10px;
        font-size: 80%; }
      #login-container.login-container .login-screen.role .role-list {
        position: fixed;
        top: 230px;
        bottom: 90px;
        overflow: auto;
        max-height: none;
        width: 100%; }
        #login-container.login-container .login-screen.role .role-list .arrow-pic {
          right: 20px; }
  #login-container .info {
    position: fixed;
    bottom: 50px; } }

/* Mobile */
body.touchable .bg {
  position: fixed;
  /*width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			&:after {
			    background: rgba(0, 0, 0, 0.55);
			    filter: none;
			}*/ }
  body.touchable .bg .bottom-band {
    /*bottom: 0;
				left: 0;*/
    padding: 0 0 0 5px; }

body.touchable .fixed-width {
  width: 100%; }

body.touchable .mc-login-input-container {
  width: 55%; }

body.touchable .info-dialog {
  top: 0;
  left: 0;
  right: 0;
  height: 100%; }
  body.touchable .info-dialog .info-dialog_inner {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
  body.touchable .info-dialog .info-dialog-content {
    padding: 10px 20px 20px; }

body.touchable #login-container.login-container {
  height: fit-content; }
  body.touchable #login-container.login-container #wrapper {
    height: 100%; }
  body.touchable #login-container.login-container .kirjaudu {
    text-align: center;
    margin: auto;
    width: fit-content; }
    body.touchable #login-container.login-container .kirjaudu .login-options {
      padding-left: 20px; }
    body.touchable #login-container.login-container .kirjaudu .kirjaudu-icon {
      left: -8px; }
  body.touchable #login-container.login-container .login-screen .logo-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  body.touchable #login-container.login-container .login-screen.login-screen-gt-sm {
    background-color: rgba(0, 0, 0, 0.45) !important;
    margin: auto; }
  body.touchable #login-container.login-container .login-screen.role {
    position: fixed;
    top: 69px;
    bottom: 40px;
    height: auto;
    left: 0;
    right: 0; }
    body.touchable #login-container.login-container .login-screen.role .login-view .relogin {
      bottom: 25px;
      position: fixed; }
    body.touchable #login-container.login-container .login-screen.role .login-error {
      margin-top: -10px;
      font-size: 80%; }
    body.touchable #login-container.login-container .login-screen.role .role-list {
      position: fixed;
      top: 230px;
      bottom: 90px;
      overflow: auto;
      max-height: none;
      width: 100%; }
      body.touchable #login-container.login-container .login-screen.role .role-list .arrow-pic {
        right: 20px; }

body.touchable #login-container .info {
  position: fixed;
  bottom: 50px; }
