@import "language-selection.css";

/* Styles
/* ================================================================================================================== */

a,
a:active,
a:focus {
    color: #1a688a;
}

a:hover {
    color: #4D9BBD;
}

.primaryColor {
    color: #1a688a;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    border: 1px solid #014F71;
    background-color: #1a688a;
    box-shadow: 0 0 8px 0 rgba(77, 155, 189, 0.6);
}

.btn-primary:hover {
    background-color: #014F71;
    border-color: #014f71;
}

.messages .message.errorMsg {
    background-color: #972b3c;
    border: 1px solid #B14556;
}

.messages .message.infoMsg {
    background-color: #69b5d6;
    border: 1px solid #83CFF0;
}

.checkbox > label::after,
.radio > label::after {
    color: #1a688a;
}

/* Global 
/* ================================================================================================================== */

#wrapper {
    background-color: #fff;
}

#wrapper .container-main {
    padding: 0 16px 0 16px;
}

#wrapper .title {
    font-weight: 800; 
    font-size: 22px;
    padding: 50px 0 30px 0;
    color: #000;
    transition: all 300ms;
}

#wrapper .logo {
    display: block;
}

#wrapper .line {
    display: block;
}

#wrapper .sys {
    top: 0;
    color: rgba(0, 0, 0, 0.05);
    cursor: default;
    font: 12px/8px arial;
    height: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

#wrapper .sys-info {
    display: none;
    background-color: rgba(0, 0, 0, 0.85);
    color: #eee;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    box-shadow: 0 0 10px #000;
    padding: 8px;
    font-family: consolas, "courier new", monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

#wrapper .sys-info strong {
    color: #ffaa00;
}

/* Language Selection 
/* ================================================================================================================== */


/* Global Media
/* ================================================================================================================== */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    #wrapper .container-main {
        width: 320px;
    }
    
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    #wrapper .container-main {
        width: 380px;
    }
    
}

/* Small Devices, Tablets */
@media only screen and (min-width: 660px) {
    #wrapper .container-main {
        width: 440px;
    }
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 999px) {
    #wrapper .control-bg {
        background-color: #fff;
        height: 100%;
        position: fixed;
        width: 384px;
        z-index: 1;
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
    }
    
    #wrapper .control {
        position: relative;
        float: left;
        z-index: 2;
    }
    
    #wrapper .scene {
        position: fixed;
        top: 0;
        left: 0;
        background: url('../img/background.jpg') no-repeat;
        background-size: cover !important;
        background-position: center center !important;
        width: 100% !important;
        height: 100% !important;
    }

    #wrapper .logo,
    #wrapper .line {
        display: none;
    }
    
    #wrapper .title {
        margin-top: 70px;
    }
    
    #wrapper .container-main {
        width: 384px;
        background-color: #fff;
        padding-left: 48px;
        padding-right: 48px;
    }
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1439px) {
    #wrapper .title {
        margin-top: 92px;
    }
    
}

/* Login 
/* ================================================================================================================== */

#login .show-password-eye {
    position: relative;
    float: right;
    margin-top: -51px;
    right: 5px;
    z-index: 2;
    cursor: pointer;
    fill: #666 !important;
	transition: 500ms all;
}

#login .show-password-eye[style]:hover {
    fill: #555 !important;
	transition: 300ms all;
	transform: scale(1.1);
}

#login .login-progress-bar {
	text-align: center;
	margin-bottom: 15px;
}

#login .login-progress-bar p {
	color: #b4b4b4;
}

#login .login-progress-bar span {
	font-weight: bold;
}

#login .input-login {
    text-transform: uppercase;
}

#login .input-login::placeholder {
	text-transform: none;
}

#login .input-login::-webkit-input-placeholder {
	text-transform: none;
}

#login .input-login:-ms-input-placeholder {
    text-transform: none;
}

#login .input-password {
    margin-bottom: 20px;
}

#login .input-grp-method{
    display: none;
}

#login .auth-level {
    margin-bottom: 7px;
    text-align: center;
    font-size: 12px;
    height: 14px;
    letter-spacing: 0.2px;
    color: #b4b4b4;
}

#login .auth-level-pane {
    text-align: center;
    min-height: 90px;
}

#login .method {
    border-radius: 4px;
    display: inline-block;
    width: 70px;
    height: 90px;
    margin-right: 9px;
    margin-left: 9px;
    border: 1px solid transparent;
}

#login .assistedLoginText{
	margin-bottom: 7px;
    text-align: center;
    font-size: 12px;
    height: 14px;
    letter-spacing: 0.2px;
    color: #b4b4b4;
}

#login .method .icon {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

#login .icon.m-basic,
#login .icon.m-authenticator,
#login .icon.m-certificate,
#login .icon.m-rsa,
#login .icon.m-sms,
#login .icon.m-grp,
#login .icon.m-f5_pki {
    fill: #1a688a !important;
}

#login .icon.m-certificate,
#login .icon.m-rsa,
#login .icon.m-f5_pki {
    stroke: #1a688a !important;
}

#login .method.active {
    background-color: #1a688a;
    border-color: #014F71;
    box-shadow: 0 0 6px #014F71 inset;
    transform: scale(1.1);
}

#login .method.enabled {
    transition: transform 500ms;
}

#login .method.active > .name {
    color: #fff;
}


#login .method.enabled:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: transform 0s;
}

#login .method.enabled:hover > .name {
    color: #000 !important;
    transition: color 0s;
}
#login .method.enabled.active:hover > .name {
    color: #fff;
}
#login .method.active .icon.m-basic,
#login .method.active .icon.m-authenticator,
#login .method.active .icon.m-certificate,
#login .method.active .icon.m-rsa,
#login .method.active .icon.m-sms,
#login .method.active .icon.m-grp,
#login .method.active .icon.m-assisted_login,
#login .method.active .icon.m-adfs,
#login .method.active .icon.m-b2xidp_sessions,
#login .method.active .icon.m-f5_pki {
    fill: #fff !important;
}

#login .method.active .icon.m-certificate,
#login .method.active .icon.m-rsa,
#login .method.active .icon.m-f5_pki {
    stroke: #fff !important;
}

#login .method.disabled .icon.m-basic,
#login .method.disabled .icon.m-authenticator,
#login .method.disabled .icon.m-certificate,
#login .method.disabled .icon.m-rsa,
#login .method.disabled .icon.m-sms, 
#login .method.disabled .icon.m-assisted_login,
#login .method.disabled .icon.m-adfs,
#login .method.disabled .icon.m-b2xidp_sessions,
#login .method.disabled .icon.m-f5_pki {
    fill: #888 !important;
}

#login .method.disabled .icon.m-certificate,
#login .method.disabled .icon.m-rsa,
#login .method.disabled .icon.m-f5_pki {
    stroke: #888 !important;
}

#login .method .name {
    color: #b4b4b4;
    font-size: 10px;
    height: 32px;
    left: 2px;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 5px 0 0 0;
    min-width: 60px;
    position: relative;
    display: table;
    /*overflow: hidden;*/
    transition: color 500ms;
}

#login .btn-bar {
    text-align: center;
}

#login .btn-primary {
    margin-bottom: 10px;
    margin-top: 25px;
}

#login .btn-recover-password,
#login .btn-login-methods {
    text-decoration: none;
    font-size: 12px;
    padding-top: 0;
    color: #1a688a !important;
}

#login .footer {
    margin-top: 50px;
    margin-bottom: 50px;
}

#login .footer .footer-help-and-pdf .footer-pdf,
#login .footer .footer-help-and-pdf .footer-help{
	margin-left: 25px
}

#login .footer .block {
    background-color: #e6e6e6;
    border-radius: 2px;
    border: 1px solid #cdcdcd;
    padding: 16px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 200;
    box-shadow: 0 0 6px #cdcdcd inset;
}

#login .footer .f-title {
    padding-left: 24px;
    text-decoration: underline;
    font-weight: 200;
    cursor: pointer;
    transition: all 500ms;
}

#login .footer-link:hover > svg {
    transform: scale(1.15);
    transition: all 250ms;
}

#login .footer-link:hover .f-title {
    margin-left: 4px;
    transition: all 250ms;
}

#login .footer-link svg {
    position: absolute;
    margin-top: -2px;
    fill: #464646 !important;
    transition: all 500ms;
    width: 20px;
}

#login .footer-link a {
    color: #000;
}

#login .footer-link,
#login .footer-pdf,
#login .footer-help {
    padding-bottom: 4px;
}

/*
* Assisted login
*/

#assisted-login .verifyCode {
	border: 1px solid #b4b4b4;
	border-radius: 6px;
    text-align: center;
    margin-bottom: 30px;
}
#assisted-login .verifyCode p{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

#assisted-login .login-progress-bar {
	text-align: center;
	margin-bottom: 15px;
}

#assisted-login .login-progress-bar p {
	color: #b4b4b4;
}

#assisted-login .btn-bar {
    text-align: center;
    margin-top: 40px;
}
#assisted-login .counter {
	text-align: center;
}
#assisted-login .assistedLoginText{
	margin-bottom: 7px;
    text-align: center;
    font-size: 12px;
    height: 14px;
    letter-spacing: 0.2px;
    color: #b4b4b4;
} 
#assisted-login .loadin_bar{
	text-align: center;
}
#passwordChange .userLogin {
    text-align: center;
}
#passwordChange .userLogin p {
    font-size: 19px;
    margin-bottom: 14px;
}
#passwordChange .note {
    margin-bottom: 17px;
    text-align: center;
    font-size: 12px;
    /* height: 14px; */
    letter-spacing: 0.2px;
    color: #b4b4b4;
}
#wrapper #passwordChange  .title {
	text-align: center;
}
/* Auth Device
/* ================================================================================================================== */

#auth-device .show-password-eye {
    position: relative;
    float: right;
    margin-top: -47px;
    right: 5px;
    z-index: 2;
}

#auth-device .login-progress-bar {
	text-align: center;
	margin-bottom: 15px;
}

#auth-device .login-progress-bar p {
	color: #b4b4b4;
}

#auth-device .login-progress-bar span {
	font-weight: bold;
}

#auth-device p.device-label {
    letter-spacing: 0.1px;
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 1px;
}

#auth-device .info {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 12px;
    color: #b4b4b4;
}

#auth-device .btn-link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#auth-device p.device-msg {
    letter-spacing: 0.1px;
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 2px;
}

/* Password Recovery
/* ================================================================================================================== */

#password-recovery .btn-link,
#password-recovery-process .btn-link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#password-recovery .btn-bar,
#password-recovery-process .btn-bar {
    margin-top: 20px;
}

#password-recovery .captcha {
    text-align: center;
    margin-bottom: 5px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#password-recovery .input-login {
    text-transform: uppercase;
}

#password-recovery .input-login::placeholder {
	text-transform: none;
}

#password-recovery .input-login::-webkit-input-placeholder {
	text-transform: none;
}

#password-recovery .input-login:-ms-input-placeholder {
    text-transform: none;
}

#password-recovery .captcha-data {
    text-align: center;
}

#password-recovery .input-captcha {
    text-transform: uppercase;
    text-align: center;
    width: 150px;
}

#password-recovery .input-captcha::placeholder {
	text-transform: none;
}

#password-recovery .input-captcha::-webkit-input-placeholder {
	text-transform: none;
}

#password-recovery .input-captcha:-ms-input-placeholder {
    text-transform: none;
}

#password-recovery-process .info {
    margin-bottom: 40px;
}

#password-recovery-process .item {
    margin-bottom: 10px;
}

#password-recovery-process .item label {
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 1em;
}

#password-recovery-process .item .val {
    line-height: 1em;
    padding: 5px 0 0 0;
}

/* Rsa nexttoken
/* ================================================================================================================== */

#nextRsaToken .btn-link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#nextRsaToken .login-progress-bar {
	text-align: center;
	margin-bottom: 15px;
}

#nextRsaToken .login-progress-bar p {
	color: #b4b4b4;
}

#nextRsaToken .login-progress-bar span {
	font-weight: bold;
}

/* Media 
/* ================================================================================================================== */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    #login .method {
        width: 70px;
        height: 90px;
        margin-right: 14px;
        margin-left: 13px;
    }
    
    #login .method .icon {
         width: 40px;
         height: 40px;
    }
    
    #login .method .name {
        left: 2px;
    }
    
}

/* Small Devices, Tablets */
@media only screen and (min-width: 660px) {
    #login .method {
        width: 70px;
        height: 95px;
        margin-right: 18px;
        margin-left: 17px;
    }
    
    #login .method .icon {
        width:  40px;
        height: 40px;
    }
    
    #login .method .name {
        left: 2px;
    }
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 999px) {
    #wrapper .method {
        width: 60px;
        height: 90px;
        margin-right: 9px;
        margin-left: 9px;
    }
    
    #wrapper .method .icon {
        width: 40px;
        height: 40px;
    }
    
    #login .method .name {
        left: 0px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1439px) {
}

/* ================================================================================================================== */
/*END OF DEFAULT STYLE*/


/*BEGIN OF SKODA STYLE*/
/* ================================================================================================================== */

/* Styles
/* ================================================================================================================== */

a,
a:active,
a:focus {
    color: #4ba82e;
}

a:hover {
    color: #187500;
}

.primaryColor {
    color: #4ba82e;
}

.btn-primary {
    border: 1px solid #328f15;
    background-color: #4ba82e;
    box-shadow: 0 0 8px 0 rgba(75, 168, 46, 0.6);
}

.btn-primary:hover {
    background-color: #328f15;
}

.btn-primary:active,
.btn-primary:focus {
    border: 1px solid #328f15;
    background-color: #4ba82e;
    box-shadow: 0 0 8px 0 rgba(75, 168, 46, 0.6);
}

.messages .message.errorMsg {
    background-color: #e62336;
    border: 1px solid #b30003;
}

.messages .message.infoMsg {
    background-color: #0090d7;
    border: 1px solid #005da4;
}

.checkbox > label::after,
.radio > label::after {
    color: #4ba82e;
}

/* Global 
/* ================================================================================================================== */

#wrapper .logo {
    width: 235px;
    height: 65px;
    margin: 0 0 6px 6px;
    background: url('../img/logo.png') no-repeat;
    background-position: 8px 60%;
}

#wrapper .line {
    width: 100%;
    height: 2px;
    background-color: #d8d8d8;
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 999px) {
    #wrapper .scene {
        background: url('../img/background.jpg') no-repeat;
    }
    
    #wrapper .crystal {
        background: url('../img/crystal-overlay.png') no-repeat;
        background-position: bottom right;
        background-size: contain;
        width: 100%;
        height: 100%; /* původně bylo 70% */
        position: fixed;
        top: 0;
    }
}

/* Large Devices, Wide Screens
@media only screen and (min-width: 1439px) {
    #wrapper .crystal {
        background-image: url('../img/crystal-overlay@2x.png');
        height: 95%;
    }
}
*/

/* Login 
/* ================================================================================================================== */

#login .icon.m-basic,
#login .icon.m-authenticator,
#login .icon.m-certificate,
#login .icon.m-rsa,
#login .icon.m-sms,
#login .icon.m-grp,
#login .icon.m-assisted_login,
#login .icon.m-adfs,
#login .icon.m-b2xidp_sessions,
#login .icon.m-f5_pki {
    fill: #4ba82e !important;
}

#login .icon.m-certificate,
#login .icon.m-rsa,
#login .icon.m-f5_pki {
    stroke: #4ba82e !important;
}

#login .method.active {
    background-color: #4ba82e;
    border-color: #328f15;
    box-shadow: 0 0 6px #328f15 inset;
}

#login .btn-recover-password, #login .btn-login-methods {
    color: #4ba82e !important;
}

/* Modal 
/* ================================================================================================================== */

.modal-dialog {
    width: 300px;
}

.modal-body {
    overflow-y: auto;
    max-height: 360px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .modal-dialog {
        width: 300px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .modal-dialog {
        width: 455px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 660px) {
    .modal-dialog {
        width: 455px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 999px) {
    .modal-dialog {
        width: 455px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1439px) {
    .modal-dialog {
        width: 455px;
    }
}


/* Small Devices, Tablets */
@media only screen and (min-width: 660px) {
    .assistent {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 480px) {
    .assistent {
        margin-left: 60px;
    }
}


.asistent{
	float: left;
    margin-left: 40px;
}
.loader {
    float: left;
    margin-left: 54px;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #4ba82e;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -2em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 2em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}



@media only screen and (min-width: 480px) {
   .asistent{
    margin-left: 70px;
}

}
/* Small Devices, Tablets */
@media only screen and (min-width: 660px) {
    .asistent{
    margin-left: 80px;
    
    
}
.loader {
    margin-left: 80px;
}
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 999px) {
   .asistent{
    margin-left: 40px;
}
.loader {
    margin-left: 54px;
}
}
@media only screen and (min-width: 1439px) {
     .asistent{
    margin-left: 40px;
}
}