/* FONT ICONS */
/*Element can't be clickable*/
/* Rounded corner */
/* Text ellipsis (text with tree dost at the end, when exceed the width of parent) */
/*TRANSITIONS*/

.FastTransition {
  -webkit-transition: all 100ms ease 0s;
  -moz-transition: all 100ms ease 0s;
  -ms-transition: all 100ms ease 0s;
  -o-transition: all 100ms ease 0s;
  transition: all 100ms ease 0s;
}
.MediumTransition {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.SlowTransition {
  -webkit-transition: all 800ms ease 0s;
  -moz-transition: all 800ms ease 0s;
  -ms-transition: all 800ms ease 0s;
  -o-transition: all 800ms ease 0s;
  transition: all 800ms ease 0s;
}
/**ADDED BY Niko
/* Keyframes for the fade-in */

@-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;
  }
}
/* Rotate */
/* Rotate */
.crisp-image-rendering {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.displayNone {
  display: none !important;
}
.clearAfter {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Coco-Sharp';
  src: url('../../Fonts/Coco-Sharp-Regular.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Coco-Sharp';
  src: url('../../Fonts/Coco-Sharp-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Coco-Sharp';
  src: url('../../Fonts/Coco-Sharp-Regular.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
html,
body {
  width: 100vw;
  height: 100vh;
}
body {
  background-image: url("../Images/SummitLoginScreen/img-bg.png?v=3_35929");
  /*background-position: right bottom;*/
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Coco-Sharp", Arial, Helvetica, sans-serif;
  color: #404245;
}
@media screen and (max-width: 600px) {
  body {
    margin: 0 auto;
    background-color: white;
    background-image: none;
  }
}
.Engine {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: none;
}
div[id="Engine_LoginScreen"] {
  height: 100%;
}
.fw3Preloader {
  position: absolute;
  z-index: 16384;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  background-position: center;
  background-image: url(../Images/Loader/Preloader.gif);
  background-repeat: no-repeat;
}
.card {
  width: 470px;
  background-color: white;
  /*opacity:0.95;*/
  border-radius: 16px;
  padding: 48px;
  animation: fadein 2s;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .card {
    margin: 0 auto;
    background-color: white;
    max-width: 100%;
    width: auto;
    position: static;
    transform: none;
  }
}
.logo {
  background-color: white;
  background-image: url("../Images/SummitLoginScreen/logo-nlbbg.svg?v=3_35929");
  background-size: 216px 32px;
  width: 216px;
  height: 32px;
  margin-bottom: 8px;
}
.heading {
  color: #230078;
  font-weight: 600;
  margin: 40px 0 32px;
  font-size: 20px;
}
.form-group {
  margin-bottom: 32px;
}
.control-label {
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}
.inputfield {
  background-color: white;
  box-shadow: 0px 0px 2px 0px #0000001f;
  border: 1.5px solid #b9b9bb;
  height: 56px;
  width: 100%;
  border-radius: 6px;
  padding: 0 16px;
  font-family: "Coco-Sharp", "Fira Sans", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  color: #404245;
}
.inputfield:focus {
  box-shadow: 0px 0px 0px 2px #3d00d1, 0px 0px 0px 4px rgba(79, 51, 147, 0.2);
  outline: none;
}
.LoginTextLink {
  color: #230078;
  margin-top: 8px;
  text-decoration: underline;
  cursor: pointer;
}
.LoginTextLink:hover {
  color: black;
}
.login-error {
  color: #db323b;
  font-weight: 300;
  line-height: 1.3;
}
.button {
  width: auto !important;
  height: 48px !important;
  padding: 0 24px;
  display: flex;
  background-color: #230078;
  color: white;
  cursor: pointer;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  border-radius: 35px;
  transition: all 200ms ease-in-out;
  float: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.button:hover {
  background-color: #4f3393;
}
.button:focus {
  box-shadow: 0px 0px 0px 1.5px white, 0px 0px 0px 4px #230078 !important;
}
.chkLblLabel {
  margin-left: 8px;
}
.description {
  margin: 0px 0 10px 0;
}
.entry-card-short {
  display: block;
  clear: both;
  border: 2px solid #cccccc;
  margin-bottom: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #4f3393;
  background: rgba(255, 255, 255, 0.75);
}
.entry-card-short:hover {
  background: #017bba;
  border-color: #017bba;
  transform: scale(1.04);
  color: white;
}
.entry-card-short:active {
  background: white;
  color: #017bba;
}
.entry-card-short h2 {
  font-weight: 300;
  font-size: 32px;
  margin-top: 35px;
}
@media (max-width: 640px) {
  .entry-card-short h2 {
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    padding: 30px 0 40px 0;
    margin: 0;
  }
}
.entry-card-short .image-SummitPortal,
.entry-card-short .image-SummitAdmin,
.entry-card-short .image-SummitCalculator,
.entry-card-short .image-SummitSisbon {
  background-image: url(../Images/SummitLoginScreen/ic-login-front.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 112px;
  width: 29%;
  margin-right: 20px;
}
.entry-card-short .image-SummitAdmin {
  background-image: url(../Images/SummitLoginScreen/ic-login-back.png);
}
.entry-card-short .image-SummitCalculator {
  background-image: url(../Images/SummitLoginScreen/ic-login-calc.png);
}
.entry-card-short .image-SummitSisbon {
  background-image: url(../Images/SummitLoginScreen/ic-login-calc.png);
}
@media (max-width: 640px) {
  .image-SummitAdmin,
  .image-SummitPortal {
    display: none;
  }
}
.ListView {
  margin-bottom: -40px;
}
h2 {
  color: #4f3393;
  font-weight: 300;
  font-size: 28px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
