/* APPLICATION FONTS */
@font-face {
  font-family:"proxima-nova";
  src:url("../fonts/ProximaNovaBold.otf") format("opentype");
  font-display:auto;font-style:normal;font-weight:700;
}
  
@font-face {
  font-family:"proxima-nova";
  src:url("../fonts/ProximaNovaRegular.otf") format("opentype");
  font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
  font-family:"proxima-nova";
  src:url("../fonts/ProximaNovaLight.otf") format("opentype");
  font-display:auto;font-style:normal;font-weight:300;
}


/* default design */
html {
background: none;
}

#attributeVerification {
width: 100%;
}

#attributeList .TextBox,
#attributeList .Password {
padding-right: 0px;
}

body {
background-attachment: fixed;
background-image: none;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: left;
}

@media(max-width:900px) {
.login-logo-mobile {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.login-logo-mobile > img {
  height: 33.53px;
  width: 120.17px;
  padding: 24px 0;
  align-self: center;
}

.login-logo-mobile {
  background: radial-gradient(50.44% 193.83% at 0% 0%, #004C6A 6%, rgba(0, 76, 106, 0.75) 33%, rgba(0, 167, 150, 0.5) 70%, rgba(30, 180, 135, 0) 100%),
    radial-gradient(29.06% 55.03% at 34.69% 0%, rgba(10, 175, 140, 0.6) 0%, rgba(10, 175, 140, 0) 100%),
    linear-gradient(167.2deg, rgba(30, 180, 135, 0.65) 0%, rgba(255, 255, 255, 0) 65.44%);
  background-size: 100% 88px;
  background-repeat: no-repeat;
}

.login-logo-mobile.gradient::before {
  display: none;
}

.login-logo-mobile .login-mobile-nav {
  display: flex;
  flex-direction: row;
  /* TODO: re-enable space-between when DOM|PODJETJA toggle is back */
  /* justify-content: space-between; */
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 24px 24px 48px;
  background-color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
}

.main-form {
  flex-direction: column !important;
}
}

::-moz-placeholder {
color: var(--geni-modra-50);
font-weight: normal;
}

:-ms-input-placeholder {
color: var(--geni-modra-50);
font-weight: normal;
}

::-webkit-input-placeholder {
color: var(--geni-modra-50);
font-weight: normal;
}

label,
.password-label {
margin-top: 0px;
}

.input-field__icons {
position: absolute;
right: 0;
top: 46px;
bottom: 0px;
height: 23px;
}

.input-field__icons .show-password,
.input-field__icons .hide-password,
.input-field__icons .capslock {
height: 100%;
width: 25px;
margin-right: 17px;
cursor: pointer;
display: none;
}

p.hide-password {
font-family: 'proxima-nova', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 18px;
display: none;
margin-bottom: 0;
}

.input-field__icons .show-password.active,
.input-field__icons .hide-password.active,
.input-field__icons .capslock.active {
display: inline-block;
}

p.hide-password.active {
display: inline-block;
}

.narrowLogin {
width: 480px;
}

.narrowCard {
width: 100%;
}

#api ul {
list-style-type: none;
padding-left: 0;
}

#api[data-name='IdpSelections'] ul {
text-align: center;
}

#api[data-name='Phonefactor'] .buttons button#cancel {
width: 32%;
}

#api[data-name='SelfAsserted'] > div:first-child {
display: none;
}

#createAccount{
cursor: pointer;
padding-left:2px;
transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
-webkit-transition: 0.5s all;
}

#email_ver_input {
margin-bottom: 10px 0;
}

#forgotPassword {
/*clear: right;
cursor: pointer;
float: right;
margin-top: 10px;
transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
-webkit-transition: 0.5s all;*/
display:none;
}

#IdentifyServerExchange {
background-color: #28B1E6;
background-image: url("../images/wingtipcorp.png");
background-repeat: no-repeat;
background-size: 50px;
margin-top: 10px;
padding-left: 55px;
}

#IdentifyServerExchange:hover {
background-color: #189DCF;
}


#logonIdentifier,
#password,
input {
display: inline-block;
width: 324px;
height: 48px;
font-family: 'proxima-nova', sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: bold;
padding: 0 16px;
color: var(--geni-modra-100);
border: 1px solid var(--geni-modra-50);
border-radius: 4px;
background-color: rgba(242,245,245,0.5);
margin-bottom: 0;
margin-top: 0;
transition: all .2s ease-in-out;
}

#password,
#password-new,
#password-confirm {
padding-right: 55px !important;
width: 285px !important;
}

#logonIdentifier:hover,
#password:hover,
input:hover {
border: 1px solid var(--geni-modra-100);
background-color: rgba(255,255,255,1);
}


@media only screen and (max-width: 450px) {

#password,
#password-new,
#password-confirm {
  padding-right: 16px;
  width: 100% !important;
}

#logonIdentifier,
#password,
input {
  width: 100% !important;
}


.input-wrapper {
  padding: 0 17px;
}

.input-wrapper-password {
  padding: 0 55px 0 17px;
}

.input-wrapper > label,
.input-wrapper > input,
.input-wrapper > div,
.input-wrapper > p {
  margin-left: -17px;
}

.input-wrapper > label,
.input-wrapper > p {
  margin-right: -17px;
}

.input-wrapper-password > label,
.input-wrapper-password > input,
.input-wrapper-password > div,
.input-wrapper-password > p {
  margin-left: -17px;
}

.input-wrapper-password > label,
.input-wrapper-password > p {
  margin-right: -55px;
}

.input-wrapper-password > input {
  padding-right: 55px !important;
}

.entry .buttons button, 
.entry .buttons input[type="submit"] {
  width: 100% !important;
  max-width: none !important;
}
}

@media only screen and (max-width: 304px) {
.entry .buttons button {
  width: 100% !important;
}
}

input.filled {
border: 1px solid var(--geni-modra-100) !important;
background-color: rgba(255, 255, 255, 1) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
-webkit-background-clip: text;
-webkit-text-fill-color: #004D64;
box-shadow: none;
}

.phone-number-link a {
display: none;
font-size: 13px;
padding-top: 2px;
}

.phone-number-link.visible a {
display: block;
}

label[for=logonIdentifier] {
  display: block;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--body-color-text);
}
label[for=password], label[for=password-confirm] {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--body-color-text);
}

#logo img {
float: left;
height: 50px;
width: 50px;
}

.accountButton {
border: none;
border-radius: 2px;
color: whitesmoke;
font-size: larger;
height: 45px;
width: 284px;
}

.accountButton:hover {
border: none
}

.phoneEntry {
margin-bottom: 15px;
padding-top: 0;
}

.buttons button, .buttons input[type="submit"] {
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
height: inherit;
line-height: 1.42857143;
margin: 0px;
padding: 6px 12px;
text-align: center;
touch-action: manipulation;
user-select: none;
vertical-align: middle;
white-space: nowrap;
width: inherit;
-moz-user-select: none;
-ms-touch-action: manipulation;
-ms-user-select: none;
-webkit-user-select: none;
}

.buttons{
margin: 24px 0;
text-align: center;
}

.buttons button#email_ver_but_edit,
.buttons button#email_ver_but_resend {
background-color: #fff;
border-color: #ccc;
color: #333;
}

.buttons button:hover#email_ver_but_edit,
.buttons button:hover#email_ver_but_resend {
background-color: #e6e6e6;
background-image: none;
border-color: #adadad;
color: #333;
}

.buttons button#email_ver_but_resend,
.buttons button#email_ver_but_verify {
margin-top: 5px;
}

.buttons button#email_ver_but_send,
.buttons button#email_ver_but_verify {
background-color: #337ab7;
border-color: #2e6da4;
color: #fff;
}

.buttons button:hover#email_ver_but_send,
.buttons button:hover#email_ver_but_verify {
background-color: #286090;
background-image: none;
border-color: #204d74;
color: #fff;
}

.buttons button#verifyCode,
.buttons button#verifyPhone {
background-color: #5cb85c;
border-bottom: 5px solid #449d44;
border-color: #4cae4c;
color: #fff;
font-size: 18px;
height: 60px;
margin-right: 9px;
width: 32%;
}

@media(max-width:767px){
.buttons button#verifyCode,
.buttons button#verifyPhone {
  height: 50px;
}
}

.create p {
text-align: center;
}

.buttons button#cancel {
background-color: #AD3227;
border-bottom: 3px solid #6A1710;
border-radius: 4px;
font-size: 17px;
line-height: 1.3333333;
padding: 10px 16px;
color: #fff;
height: 60px;
width: 49%;
}

.buttons button:hover#cancel {
background-color: #EA574A;
border-color: #6A1710;
border-top: none;
border-left: none;
border-right: none;
}

.buttons button#continue, .buttons input[type="submit"]:hover#cancel {
background-color: #01B0E9;
border-bottom: 3px solid #107796;
border-radius: 4px;
font-size: 17px;
line-height: 1.3333333;
padding: 10px 16px;
color: #fff;
height: 60px;
width: 49%;
}

@media(max-width:767px){
.buttons button#cancel,
.buttons button#continue {
  height: 50px;
}
}

.entry .buttons button, .entry .buttons input[type="submit"] {
background-color: #00A796;
box-shadow: 0px 4px 0px 0px #038477;
border-radius: 4px;
font-family: 'proxima-nova', sans-serif;
font-size: 18px;
line-height: 1.3333333;
padding: 10px 16px;
color: #fff;
height: 48px;
width: 100%;
}

.buttons button:hover#continue,
.entry .buttons button:hover {
background-color: #15BFAC;
box-shadow: 0 4px 0 0 #038477;
border-left: none;
border-right: none;
}

.entry .buttons button:active {
margin-top: 3px;
box-shadow: 0 0 0 #038477;
margin-bottom: -3px;
}

input:focus {
outline: 0;
}

#logonIdentifier:active, #logonIdentifier:focus,
#password:active, #password:focus,
input:active, input:focus {
border: 1px solid var(--geni-modra-100);
background-color: rgba(255, 255, 255, 1);
box-shadow: 0 3px 3px rgba(0, 76, 106, .15);
}


.buttons button:disabled#continue,
.entry .buttons button:disabled {
background-color: #A2ABB4;
color: #e5e5e5;
box-shadow: 0px 4px 0px 0px #8C959D;
border-left: none;
border-right: none;
cursor: not-allowed;
}


.reset-pass-form .form--settings .buttons button:hover,
.form--settings .buttons button:hover {
  background-color: #15BFAC !important;
  box-shadow: 0 4px 0 0 #038477 !important;
  border-left: none;
  border-right: none;
}

.reset-pass-form .form--settings .buttons button:active,
.form--settings .buttons button:active {
  margin-top: 3px;
  box-shadow: 0 0 0 #038477 !important;
  margin-bottom: -3px;
}

.reset-pass-form .form--settings .buttons button:disabled,
.form--settings .buttons button:disabled {
  background-color: #A2ABB4 !important;
  color: #e5e5e5 !important;
  box-shadow: 0px 4px 0px 0px #8C959D !important;
  border-left: none;
  border-right: none;
  cursor: not-allowed;
}

.attrEntry {
position: relative;
}

.attrEntry .input-field__icons {
top: 33px;
}

.entry-item {
position: relative;
display: flex;
flex-direction: column;
}

.entry-item .error.itemLevel {
oder: 1;
-webkit-order: 1;
}

.error.itemLevel p {
color: var(--geni-opozorilna);
outline: none;
margin-bottom: 0px;
}

.error.pageLevel p {
color: var(--geni-opozorilna);
margin: 0;
}


/*
.error.itemLevel p:before {
content: "\e101";
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
margin-right: 3px;
position: relative;
top: 1px;
-webkit-font-smoothing: antialiased;
}
*/

.highlightError {
border-color: #a94442 !important;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.image-center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
vertical-align: middle;
}

.intro {
display: none;
}

.login-logo-mobile {
display: none;
}

.options {
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
vertical-align: middle;
}

.panel-body{
padding: 15px 30px !important;
}

.panel-default {
border: 1px solid #ccc !important;
}

.phonefactor_container,
.self_asserted_container,
.unified_container {
padding-top: 80px;
}

.phoneNumber .type {
display: inline-block;
font-weight: bold;
margin-bottom: 5px;
max-width: 100%;
}

.phoneNumbers {
margin-top: 20px;
}

.rememberMe {
position: relative;
font-size: 17px;
}

.rememberMe .rememberMeCheckbox {
cursor: pointer;
position: absolute;
width: 16px;
height: 16px;
top: 3px;
left: 0;
background: #F2F5F5;
border:1px solid #79A0AF;
border-radius: 2px;
}

.rememberMe .rememberMeCheckbox:hover {
border: 1px solid #004C6A;
}

.rememberMe .rememberMeCheckbox:after {
opacity: 0;
content: '';
position: absolute;
width: 11px;
height: 9px;
top: 3px;
left: 3px;

background-image: url(../images/check-white.svg);
background-repeat: no-repeat;
}

.rememberMe .rememberMeCheckbox:hover::after {
  opacity: 0;
}

.rememberMe label:hover {
  cursor: pointer;
}

.rememberMe input[type=checkbox]:checked + .rememberMeCheckbox:after {
  opacity: 1;
}

.rememberMe input[type=checkbox]:checked + .rememberMeCheckbox {
background: #004C6A;
border: 1px solid #004C6A;
}

.rememberMeCheckbox + label {
margin-left: 26px;
color: #004C6A;
}

.rememberMeCheckbox.hovered {
border: 1px solid #004C6A;
}

#rememberMe {
display: none;
}

.verify {
margin-top: 5px;
padding-top: 0 !important;
}

.working {
bottom: 0;
display: none;
height: 2em;
left: 0;
margin: auto;
overflow: show;
position: fixed;
right: 0;
top: 0;
width: 2em;
z-index: 999;
}

.working:before {
background-color: rgba(0,0,0,0.3);
content: '';
display: block;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
}

.working:not(:required) {
background-color: transparent;
border: 0;
color: transparent;
font: 0/0 a;
text-shadow: none;
}

.working:not(:required):after {
animation: spinner 1500ms infinite linear;
border-radius: 0.5em;
box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
content: '';
display: block;
height: 1em;
font-size: 10px;
margin-top: -0.5em;
width: 1em;
-moz-animation: spinner 1500ms infinite linear;
-ms-animation: spinner 1500ms infinite linear;
-o-animation: spinner 1500ms infinite linear;
-webkit-animation: spinner 1500ms infinite linear;
-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.entry .buttons button, .entry .buttons input[type="submit"] {
width: 264px;
}

.localAccount {
  display: flex;
  flex-direction: column;
}

.localAccount > .error.pageLevel {
order: 1;
-webkit-order: 1;
}

@media only screen and (min-width: 768px) {

.localAccount {
    width: 360px;
}

.login-links {
    position: absolute;
    top: 190px;
    left: 0px;
}

.form--login__links a {
  margin-bottom: 0px;
  margin-top: 10px;
}

.form--login__links {
  margin-bottom: 29px !important;
}
}

@media only screen and (max-width: 900px) {

.options {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%
}

.social {
  margin-top: 0px !important
}

.localAccount {
    width: 100%;
}

.geni-card--md .geni-card__header {
  padding: 0;
}

.entry .buttons button {
    max-width: 264px;
    margin-bottom: 10px;
}

.form--login__links {
  margin-bottom: 0px !important;
}
}

@keyframes spinner {
0% {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
}

@-moz-keyframes spinner {
0% {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
}

@-o-keyframes spinner {
0% {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
}

@-webkit-keyframes spinner {
0% {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
}

/* hide browser built in indicators on inputs */
input::-webkit-caps-lock-indicator {
  display: none !important;
}

input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

input::-ms-clear {
  display: none !important;
}

input::-ms-reveal {
  display: none !important;
}