body {
    font-family: "Roboto", sans-serif;
}

img {
    margin: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background: transparent;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    -webkit-transition-delay: 9999s;
}

#login-wrapper {
    background: white url("../images/Login-background.jpg") no-repeat fixed center;
    background-size: cover;
}

.login-top {
    height: 50vh;
    margin: auto;
    padding-top: 21vh;
}

.login-top h1 {
    color: #4ccfd9;
    font-size: 26px;
    font-weight: 300;
    margin-top: 35px;
}

.login-bottom {
    background-color: #4ccfd9;
    opacity: 0.85;
    padding-top: 55px;
    height: 50vh;
}

@media (max-height: 670px) {
    .login-bottom {
        padding-top: 20px;
        height: 265px;
    }
    .login-top {
        height: calc(100vh - 265px);
        padding-top: 20px;
    }
    .login-top img {
        max-height: 180px;
    }
}

.login-bottom p {
    color: #00616f;
    font-size: 14px;
    font-weight: 400;
}

/***LOGIN PAGE***/
.form-grid {
    margin: auto;
    max-width: 350px;
}

.form-control {
    border: 1px solid #0e91a4;
    margin-bottom: 8px;
    color: white;
    font-size: 16px;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus, input:focus {
    border: 1px solid #0e91a4;
    box-shadow: none;
    outline: none;
}

.user-input {
    width: 40px;
    height: 40px;
    float: left;
    background: #0e91a4;
}

.user-input span {
    color: white;
    line-height: 40px;
}

.lock span {
    font-size: 20px;
}

@media (max-width: 300px) {
    .user-input {
        display: none;
    }
}

input[type="text"], input[type="password"], input[type="email"] {
    width: 300px;
    height: 40px;
    background-color: transparent;
}

#frm-signInForm input::-webkit-input-placeholder,
#frm-signSendPasswordForm input::-webkit-input-placeholder,
#frm-signChangePasswordForm input::-webkit-input-placeholder {
    color: white;
    font-size: 16px;
}
#frm-signInForm input:-moz-placeholder,
#frm-signSendPasswordForm input:-moz-placeholder,
#frm-signChangePasswordForm input::-moz-placeholder { /* Firefox 18- */
    color: white;
    font-size: 16px;
}
#frm-signInForm input::-moz-placeholder,
#frm-signSendPasswordForm input::-moz-placeholder,
#frm-signChangePasswordForm input::-moz-placeholder {
    color: white;
    font-size: 16px;
}
#frm-signInForm input:-ms-input-placeholder,
#frm-signSendPasswordForm input:-ms-input-placeholder,
#frm-signChangePasswordForm input:-ms-input-placeholder {
    color: white;
    font-size: 16px;
}
#frm-signInForm input::-ms-input-placeholder,
#frm-signSendPasswordForm input::-ms-input-placeholder,
#frm-signChangePasswordForm input::-ms-input-placeholder {
    color: white;
    font-size: 16px;
}
:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0s ease;
    opacity: 0;
}
:focus::-moz-placeholder {
    transition: opacity 0.5s 0s ease;
    opacity: 0;
}
:focus:-moz-placeholder {
    transition: opacity 0.5s 0s ease;
    opacity: 0;
}
:focus:-ms-input-placeholder {
    transition: opacity 0.5s 0s ease;
    opacity: 0;
}

.check {
    margin-bottom: 35px;
}

#frm-signInForm .icheckbox_square-blue {
    float: left;
    height: 16px;
    width: 16px;
}

#frm-signInForm .icheckbox_square-blue.checked {
    background-size: 11px;
}

.check label {
    color: #00616f;
    font-size: 14px;
    font-weight: 400;
}

input[type="Submit"] {
    color: white;
    font-size: 17px;
    background-color: #0e91a4;
    border: none;
    width: 269px;
    height: 40px;
    margin-bottom: 18px;
}

input[type="Submit"]:hover {
    background-color: #00616f;
}

/***RESET MAIN PAGE***/
.form-name {
    color: #00616f;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: -13px;
}

.form-reset {
    position: relative;
    margin: auto;
    max-width: 270px;
}

.form-reset label {
    color: white;
    font-size: 16px;
    font-weight: 400;
    float: left;
}

.form-reset input[type="password"], .form-reset input[type="email"] {
    padding-left: 13px;
    background-color: transparent;
}

.match {
    float: left;
    margin-bottom: 40px;
}

.match p {
    font-size: 14px;
    font-weight: 500;
}

@media (min-width: 580px) {
    .form-reset label {
        position: absolute;
        left: -145px;
        padding-top: 10px;
    }
    input[placeholder*="Conf"]~img {
        position: absolute;
        top: 123px;
        left: 281px;
    }
}

@media (max-width: 581px) {
    input[placeholder*="Conf"]~img {
        position: absolute;
        top: 210px;
        left: 281px;
    }
}

/***LOADING PAGE***/

#nais-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background-color: rgba(255,255,255,0.8);
}

#nais-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

/* CHECKBOXES */
.icheckbox_square-blue, .icheckbox_square-blue.hover, .iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #0e91a4;
    cursor: pointer;
    background: none;
}

.icheckbox_square-blue.checked {
    background: url("../images/thick-icon.png") no-repeat center;
    background-size: 8px;
}

.icheckbox_square-blue.disabled {
    border: 1px solid #ececec;
    cursor: default;
}

.icheckbox_square-blue.checked.disabled {
    background: url("../images/thick-icon.png") no-repeat center;
    border: 1px solid #ececec;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* FLASH MESSAGES */

.flash {
    font-size: 11.5px;
    min-height: 50px;
    padding: 15px 10px 15px 55px;
    margin: 0 0 10px;
    background-color: rgb(236, 236, 236);
    box-shadow: 5px 5px 5px -5px #00616f;
    border-radius: 0;
    position: relative;
}

.flash-icon {
    height: 100%;
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e1312d url('../images/ic_close.svg') no-repeat center;
}

.flash-danger {
    background-color: rgb(236, 236, 236);
    color: #00616f;
    border: none;
}

.alert {
    position: fixed;
    width: 100%;
    opacity: 0.9;
    border-radius: 0;
}

li.dropdown > a.lang-cs,
.skin-green .main-header .navbar .nav > li > a.lang-cs:hover,
.skin-green .main-header .navbar .nav > li > a.lang-cs:focus {
    background-color: transparent;
    background: url(/backend/images/cs.png) no-repeat 50% 55%;
    padding-top: 35px;
    padding-left: 0px;
}
li.dropdown > a.lang-en,
.skin-green .main-header .navbar .nav > li > a.lang-en:hover,
.skin-green .main-header .navbar .nav > li > a.lang-en:focus {
    background-color: transparent;
    background: url(/backend/images/en.png) no-repeat 50% 55%;
    padding-top: 35px;
    padding-left: 0px;
}
.dropdown-menu > li > a.lang-cs,
.dropdown-menu > li > a.lang-cs:hover {
    padding-left: 30px;
    background-color: transparent;
    background: url(/backend/images/cs.png) no-repeat 5% 55%;
}
.dropdown-menu > li > a.lang-en,
.dropdown-menu > li > a.lang-en:hover {
    padding-left: 30px;
    background-color: transparent;
    background: url(/backend/images/en.png) no-repeat 5% 55%;
}
.nav_language li {
    list-style-type: none;
}
.nav_language > li > a.lang-cs,
.nav_language > li > a.lang-en {
    padding-top: 8px;
}