/* Minification failed. Returning unminified contents.
(7,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xs'
(21,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xs'
(48,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xs'
(78,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xs'
(182,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary-light'
 */
.btn-login {
    width: 100px !important;
}

.userLabels {
    white-space: nowrap;
    font-size: var(--font-size-xs);
    font-weight: normal !important;
    line-height: 32px;
}

.k-textbox > input {
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 5px;
    line-height:30px;
}

label.k-checkbox-label {
    line-height: 21px;
    font-size: var(--font-size-xs);
    font-style: italic;
    white-space: nowrap;
    font-weight: normal;
}

.login-field {
    height: 32px;
}

.login-field .input {
    background: transparent !important;
}

.login-table {
    width: 450px;
    margin-top: 2%
}

.h-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.btn-send-mail {
    text-decoration: none;
    font-size: var(--font-size-xs);
    line-height: 30px;
    font-style: normal;
    white-space: nowrap;
    background-color: transparent !important;
}

.prog-bar {
    height: 25px;
    border-radius: 15px;
    display: inline-block;
    line-height: 25px;
    text-align: right;
    padding-right: 10px;
    color: white;
    min-width: 20px;
}

.prog-bar-parent {
    height: 25px;
    width: 350px;
    display: inline-block;
}

.prog-bar-label {
    /*5-12-2017 Dennis Roos: added overiding labelcolor, color: #2e2e2e !important to clearify difference between menuitems and labels*/
    width: 200px;
    display: inline-block;
    height: 25px;
    color: #2e2e2e !important;
    font-size: var(--font-size-xs);
}

.no-hover:hover {
    /*5-12-2017 Dennis Roos: color: #333 for the "e-mail us" link on orange background will be black on hover and not invisible due to same default hovercolor as background*/
    background-color: transparent !important;
    color: #333 !important
}

.tel-bg {
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.std-btn {
    height: 24px !important;
    width: 100px !important;
    float: none !important;
}

.show-footer {
    display: block !important;
}

.text-no-connection {
    text-align: center;
    color: darkred;
    font-weight: bold;
}

#div-master {
    display: block;
}

#context-actions-section {
    display: none !important;
}

.div-body {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    border: none !important;
    background: none !important;
    border-radius: 10px;
}

.login-top-div,
.login-top-div div {
    _border: 1px solid red;
}

.login-top-container {
    display: flex;
    height: 20%;
}

.login-field-container,
.login-top-container {
    width: 90%;
    margin: 2% 5% 2% 5%;
}

    .login-top-container .login-text,
    .login-top-container .cc-logo {
        width: 50%;
    }

.login-field-container {
    display: flex;
    margin-top: 2% !important;
    margin-bottom: 0 !important;
}

    .login-field-container .login-label {
        width: 30%;
    }

    .login-field-container .login-field {
        width: 70%;
    }

    .login-field-container .login-text {
        line-height: 30px;
    }

input[type="submit"],
input[type="button"],
button {
    font-weight: normal !important;
}

.show-password {
    float: right;
    position: relative;
    top: -26px;
    right: 10px;
    z-index: 10;
    font-size: 20px;
}

.show-password:active {
    color: var(--color-primary-light) !important;
}
