/* #region General */

html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

* {
    font-family: Roboto,'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
}

    *|*:link {
        color: #444444;
    }

input, select, textarea {
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: inline-block;
}

    input:not([type="image"]):not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
    select {
        height: 27px;
        line-height: 27px;
        font-size: 0.8rem;
    }

textarea {
    line-height: 27px;
    font-size: 0.8rem;
}

input[type="submit"], input[type="button"] {
    float: left;
    font-size: 0.75rem;
    line-height: 2.0rem;
    position: relative;
    display: inline-block;
    width: auto;
    height: 2.0rem;
    padding: 0 1.25rem;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 10px 10px 0px;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    .divButtons input[type="button"].default:hover,
    .divButtons input[type="submit"].default:hover {
        background-color: #005da1;
    }

input:not([type="image"]):not([type="button"]):not([type="submit"]):disabled,
select:disabled,
textarea:disabled {
    background-color: #efefef;
}

input[type="button"]:disabled,
input[type="submit"]:disabled {
    background-color: #cecece;
}

.divButtons input[type="button"]:disabled:hover,
.divButtons input[type="submit"]:disabled:hover {
    background-color: #cecece;
}

.clear {
    height: 0px;
    line-height: 0px;
}

a.default-page-link {
    font-size: 0.8rem;
    color: #00aac5;
    text-decoration: underline !important;
}

/* #endregion General */

/* #region Base lay-out */

/* #region Generic */

#wrapper {
    background-color: #F7F7F7;
}

#docviewer {
    width: 0px;
    height: 0px;
}

.content-container {
    padding: 0 60px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .content-container .content-spacer {
        height: 25px;
        line-height: 25px;
    }

.usecase-container {
    background-color: #ffffff;
    padding: 1.25rem 1.25rem;
}

.usecase-title {
    color: #00aac5;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0;
    display: block;
    margin-bottom: 15px;
}

#divButtons {
    padding: 0rem 1.25rem 1.25rem 1.25rem;
    background-color: #fff;
}

.content-container.portal #divButtons {
    padding: 0px;
}

#divButtons div.default {
    width: 100%;
    background-color: #fff;
}

.popexplanation {
    background: rgba(0, 0, 0, 0) url(../images/info-circle-solid.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 4px 0 0 4px;
    padding: 0;
    width: 18px;
}

.popupbox {
    position: absolute;
    display: none;
    width: 340px;
    height: 120px;
    border: 2px solid #005da1;
    background: #ffffff;
    margin-left: 5px;
    z-index: 1;
}

    .popupbox .head {
        color: #ffffff;
        background-color: #005da1;
        font-size: 0.8rem;
        font-weight: 600;
        padding: 5px 10px 5px 10px;
    }

        .popupbox .head span {
            color: #ffffff;
            font-size: 0.8rem;
            font-weight: 600;
        }

    .popupbox .content {
        font-size: 0.8rem;
        padding: 5px 10px 5px 10px;
    }

        .popupbox .content span {
            font-size: 0.8rem;
        }

.validationmessage.error,
.validationmessage.technical,
span.error_message {
    font-size: 0.8rem;
    line-height: 1.0rem;
    color: #d1111c;
}

.validationmessage.general,
span.success_message {
    font-size: 0.8rem;
    line-height: 1.0rem;
}

span.success_message {
    color: #6ABE44;
}

/* #endregion Generic */

/* #region Login */

#wrapper.login,
#wrapper.forgotpw {
    background: url("../images/bg-inlog.jpg") left top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.login.container,
.forgotpw.container {
    background-color: #fff;
    width: 350px;
    height: auto;
    min-height: 250px;
}

.login.header,
.forgotpw.header {
    color: #005da1;
    font-family: Roboto,'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.5rem;
}

.login .user input,
.login .user input,
.login .user input:not([type="image"]):not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.forgotpw input,
.forgotpw input:not([type="image"]):not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
    background-color: #EEEEEE;
    color: #747474;
    border: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    width: 325px;
    font-weight: 400;
}

.login .user input,
.forgotpw input {
    margin: 10px 0px;
    padding-left: 5px;
}

    .login input:-webkit-autofill,
    .forgotpw input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset;
    }

.forgotpw.request input,
.forgotpw.request input:not([type="image"]):not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
    margin-left: 5px;
    width: 320px;
}

.login.button a,
.request.button a,
.validate.button a {
    font-size: 1.0rem;
    height: 2.5rem;
    line-height: 2.5rem;
    position: relative;
    display: inline-block;
    width: auto;
    margin: .625rem 0;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    width: 325px;
}

    .login.button a:hover,
    .request.button a:hover,
    .validate.button a:hover {
        background-color: #005da1;
    }

    .login.button a i,
    .request.button a i,
    .validate.button a i {
        color: #fff;
        font-size: 1.0rem;
        height: 2.5rem;
        margin-left: 10px;
    }

.login .forgotpass a {
    color: #005da1;
    text-decoration: underline;
    font-size: 0.8rem;
}

    .login .forgotpass a:hover {
        color: #00aac5;
    }

.login .container .validationmessage.error,
.login .container .validationmessage.general,
.forgotpw.container span {
    width: 325px;
    display: block;
    margin-left: 12px;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.forgotpw.container .validationmessage.error {
    margin-left: 5px;
}

@media screen and (max-device-width: 720px), screen and (max-width: 720px) {
    .login.container, .forgotpw.container {
        height: 230px;
        padding: 25px 20px;
    }
}

/* #endregion Login */

/* #region Header */

header {
    top: 0;
    width: 100%;
    z-index: 100;
}

    header .top-header {
        position: relative;
        background-color: #00aac5;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        z-index: 2;
        -moz-transition: height 0.2s ease-in-out;
        -o-transition: height 0.2s ease-in-out;
        -webkit-transition: height 0.2s ease-in-out;
        transition: height 0.2s ease-in-out;
        overflow: hidden;
    }

        header .top-header .top-header-left {
            float: left;
            width: 215px;
            color: #ffffff;
        }

            header .top-header .top-header-left a,
            header .top-header .top-header-left span {
                color: #ffffff;
                font-size: 16px;
            }

            header .top-header .top-header-left span {
                line-height: 40px;
            }

        header .top-header .top-header-right {
            float: right;
        }

            header .top-header .top-header-right .header-user-container {
                min-width: 100px;
                color: #ffffff;
            }

                header .top-header .top-header-right .header-user-container .logout-button {
                    background-color: #d1111c;
                    color: #ffffff;
                    font-size: 16px;
                    cursor: pointer;
                    display: block;
                    text-decoration: none;
                    text-align: center;
                    -moz-transition: background-color 0.2s ease-in-out;
                    -o-transition: background-color 0.2s ease-in-out;
                    -webkit-transition: background-color 0.2s ease-in-out;
                    transition: background-color 0.2s ease-in-out;
                }

                    header .top-header .top-header-right .header-user-container .logout-button:hover {
                        background-color: #005da1;
                    }

                    header .top-header .top-header-right .header-user-container .logout-button span {
                        color: #ffffff;
                        font-size: 16px;
                        padding: 0 1.00rem;
                    }

    header .menu-header {
        border-bottom: 1px solid #d8d8d8;
        background: #fff;
        -moz-box-shadow: 0 0 20px #444;
        -webkit-box-shadow: 0 0 20px #444;
        box-shadow: 0 0 20px #444;
    }

        header .menu-header .logo-left-link,
        header .menu-header .left-logo-container {
            display: block;
            float: left;
            padding: 15px 0;
        }

            header .menu-header .logo-left-link .left-logo,
            header .menu-header .left-logo-container .left-logo {
                display: block;
                max-height: 35px;
            }

/* #endregion Header */

/* #region Menu */

nav {
    float: left;
}

    nav,
    nav a {
        color: #444444;
        font-weight: 300;
    }

        nav a:hover,
        nav a:active,
        nav li.active > a {
            color: #00aac5;
        }

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menu ul a {
        display: block;
        padding: 0 1.25rem;
        font-size: 1.0rem;
    }

    .menu ul.level1 > li {
        line-height: 64px;
        float: left;
    }

    .menu ul.level2 {
        background-color: #fff;
        width: 250px;
        -webkit-box-shadow: 0px 6px 15px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 6px 15px -5px rgba(0,0,0,0.75);
        box-shadow: 0px 6px 15px -5px rgba(0,0,0,0.75);
        z-index: 11;
    }

        .menu ul.level2:before {
            content: '';
            height: .1875rem;
            background-color: #00aac5;
            display: block;
            position: relative;
            top: -2px;
        }

        .menu ul.level2 > li {
            list-style-type: none;
            height: 1.75rem;
            line-height: 1.75rem;
            margin: 0px;
            cursor: default;
            padding-left: 1.50rem;
            box-sizing: border-box;
            width: 100%;
        }

            .menu ul.level2 > li:before {
                left: 1.25rem;
                top: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(0, 0, 0, 0);
                border-left-color: #005da1;
                border-width: 4px;
                margin-top: -4px;
            }

/* #endregion Menu */

/* #region Footer */

footer .footer-top {
    position: relative;
    border-bottom: .8125rem solid #005da1;
    line-height: 64px;
}

    footer .footer-top .footer-top-left {
        width: calc(50% - 50px);
        min-width: 250px;
        max-width: 360px;
        margin-right: 30px;
        float: left;
        padding-right: 60px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        footer .footer-top .footer-top-left img {
            border: none;
            vertical-align: middle;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            margin-bottom: 10px;
        }

    footer .footer-top.login .footer-top-left img {
        visibility: hidden;
    }

    footer .footer-top .footer-top-right {
        width: calc(50% - 50px);
        float: left;
        padding: 0 60px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    footer .footer-top:before {
        left: 0;
        display: block;
        width: 50%;
        height: .8125rem;
        background: #00aac5;
    }

    footer .footer-top:after {
        left: 50%;
        width: 0;
        height: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top: .8125rem solid #F7F7F7;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }

    footer .footer-top:before,
    footer .footer-top:after {
        position: absolute;
        bottom: -.8125rem;
        content: '';
    }

footer .footer-bottom {
    background-color: #005da1;
    margin-top: -.0625rem;
    line-height: 60px;
    color: #ffffff;
}

/* #endregion Footer */

/* #region GoToTop */

.gototop {
    font-size: 1.5rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    position: fixed;
    z-index: 150;
    right: .625rem;
    bottom: .625rem;
    transition: .3s;
    text-align: center;
    opacity: 1;
    color: #fff;
    border-radius: .25rem;
    background: #00aac5;
    cursor: pointer;
    display: none;
}

    .gototop i {
        font-size: 16px;
        color: #ffffff;
    }

/* #endregion GoToTop */

/* #region Step information */

.step-information-container {
    color: #005da1;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 26px;
    line-height: 26px;
}

.step-information-holder {
    float: left;
    height: 26px;
    line-height: 26px;
}

    .step-information-holder span {
        color: #005da1;
        font-size: 16px;
        line-height: 26px;
    }

        .step-information-holder span:before {
            font-family: "Font Awesome\ 5 Pro";
            font-size: 10px;
            margin: 0 8px;
            display: inline-block;
            vertical-align: top;
            content: '\f054';
        }

.step-information-default-button {
    float: left;
}

    .step-information-default-button:before {
        color: #005da1;
        content: '\f015';
        font-family: "Font Awesome\ 5 Pro";
        font-size: 16px;
        line-height: 25px;
    }

    .step-information-default-button:hover:before {
        color: #00aac5;
    }

/* #endregion Step information */

/* #region calendar */

.ui-datepicker.ui-widget.ui-widget-content,
.ui-datepicker.ui-widget-header,
.ui-datepicker .ui-state-default {
    border-color: #ddd;
}

.ui-datepicker,
.ui-datepicker input,
.ui-datepicker select,
.ui-datepicker .ui-datepicker-title select,
.ui-datepicker .ui-datepicker-title select option,
.ui-datepicker textarea,
.ui-datepicker button {
    font-family: Roboto,'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
    font-size: 0.8rem;
}

    div.ui-datepicker-header,
    .ui-datepicker .ui-state-default {
        background: none;
        background-color: #d9edf4;
        border: solid 1px #ddd;
    }

        div.ui-datepicker-header .ui-icon, .ui-widget-content .ui-icon {
            background-image: url("images/ui-icons_005da1_256x240.png");
        }

    .ui-datepicker select.ui-datepicker-month {
        width: 95px;
    }

    .ui-datepicker select.ui-datepicker-year {
        width: 55px;
        margin-left: 5px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        margin-top: -4px;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        border: 0px;
        background: none;
        top: 2px;
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        border: 0px;
        background: none;
        top: 2px;
        right: 2px;
    }

    .ui-datepicker-calendar th span,
    .ui-datepicker a.ui-state-default {
        color: #005da1;
        font-size: 0.7rem;
        font-weight: normal;
    }

        .ui-datepicker a.ui-state-default.ui-state-hover {
            color: #00aac5;
        }

    .ui-datepicker .ui-datepicker-current-day .ui-state-default,
    .ui-datepicker .ui-datepicker-current-day .ui-state-default.ui-state-hover {
        background-color: #005da1;
        color: #fff;
        border-color: #005da1;
    }

table.ui-datepicker-calendar tr td {
    height: 22px;
}

/* #endregion calendar */

/* #region modal */

.uk-modal.deletedialog .uk-modal-dialog,
.uk-modal.restoredialog .uk-modal-dialog {
    width: 400px;
}

.uk-modal.extended-deletedialog .uk-modal-dialog {
    width: 450px;
}

.uk-modal-header .message {
    font-size: 1.25rem;
    color: #00aac5;
    font-weight: 400;
}

.uk-modal-content {
    margin-top: 10px;
    font-size: 0.8rem;
}

.uk-modal-footer .uk-button {
    float: left;
    font-size: 0.75rem;
    line-height: 2.0rem;
    position: relative;
    display: inline-block;
    width: auto;
    height: 2.0rem;
    padding: 0 1.25rem;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 10px 0px 0px;
}

    .uk-modal-footer .uk-button:focus {
        opacity: 0.5;
    }

        .uk-modal-footer .uk-button:hover,
        .uk-modal-footer .uk-button:focus,
        .uk-modal-footer .uk-button:focus:hover {
            background-color: #005da1;
        }

.uk-modal-close.close-button {
    background: none;
    width: auto;
    height: auto;
}

    .uk-modal-close.close-button:before {
        font-family: "Font Awesome\ 5 Pro";
        content: '\f00d';
        font-size: 1.25rem;
        font-weight: 300;
        color: #00aac5;
    }

/* #endregion modal */

/* #endregion Base lay-out */

/* #region Grid */

table.GridViewOverview.full-width {
    width: 100%;
}

table.GridViewOverview th {
    background-color: #fff;
    border: 0;
    vertical-align: bottom;
}

table.GridViewOverview .GridViewHeaderStyle_NoFilter,
table.GridViewOverview .GridViewFilterHeaderStyle th {
    background-color: #fff;
    border: 0;
}

table.GridViewOverview thead tr th a,
table.GridViewOverview thead tr.GridViewHeaderStyle th,
table.GridViewOverview thead tr.GridViewHeaderStyle_NoFilter th {
    padding: 5px 10px 5px 0px;
}

table.GridViewOverview thead tr:last-child th {
    padding-bottom: 8px;
    border-bottom: solid 1px #ddd;
}

table.GridViewOverview thead tr th {
    padding: 5px 10px 5px 0px;
}

    table.GridViewOverview thead tr th input {
        padding: 0px 5px;
    }

    table.GridViewOverview thead tr th a {
        font-size: 0.8rem;
        color: #666;
        padding: 0px;
    }

table.GridViewOverview thead tr input.GridViewFilterDate {
    width: calc(100% - 23px);
}

table.GridViewOverview thead tr th.datepicker-cell img {
    margin: 0px 0px 4px 5px;
    border: 0px;
    padding: 0px;
    vertical-align: middle;
}

table.GridViewOverview th input,
table.GridViewOverview tr.GridViewRowStyle td input[type=text],
table.GridViewOverview tr.GridViewAlternatingRowStyle td input[type=text],
table.GridViewOverview tr.GridViewSelectedRowStyle td input[type=text],
table.GridViewOverview th select,
table.GridViewOverview tr.GridViewRowStyle td select,
table.GridViewOverview tr.GridViewAlternatingRowStyle td select,
table.GridViewOverview tr.GridViewSelectedRowStyle td select {
    border: 1px solid #ddd;
}

table.GridViewOverview tbody tr.GridViewRowStyle td,
table.GridViewOverview tbody tr.GridViewAlternatingRowStyle td,
table.GridViewOverview tbody tr.GridViewSelectedRowStyle td,
table.GridViewOverview .GridViewSelectedRowStyle td {
    font-size: 0.8rem;
    border: 0;
    border-bottom: solid 1px #ddd;
    padding: 5px 10px 5px 0px;
}

    table.GridViewOverview .GridViewRowStyle td:first-child,
    table.GridViewOverview .GridViewAlternatingRowStyle td:first-child,
    table.GridViewOverview .GridViewSelectedRowStyle td:first-child,
    table.GridViewOverview .GridViewRowStyle td:last-child,
    table.GridViewOverview .GridViewAlternatingRowStyle td:last-child,
    table.GridViewOverview .GridViewSelectedRowStyle td:last-child,
    table.GridViewOverview tr.GridViewAlternatingRowStyle:last-child > td,
    table.GridViewOverview tr.GridViewSelectedRowStyle:last-child > td {
        border: 0;
        border-bottom: solid 1px #ddd;
    }

    table.GridViewOverview thead tr th:last-child,
    table.GridViewOverview .GridViewRowStyle td:last-child,
    table.GridViewOverview .GridViewAlternatingRowStyle td:last-child,
    table.GridViewOverview .GridViewSelectedRowStyle td:last-child,
    table.GridViewOverview tr.GridViewAlternatingRowStyle > td:last-child,
    table.GridViewOverview tr.GridViewSelectedRowStyle > td:last-child {
        padding-right: 0px;
    }

table.GridViewOverview .GridViewAlternatingRowStyle {
    background-color: #fff;
}

table.GridViewOverview .GridViewSelectedRowStyle td {
    background-color: #00aac5;
    color: #fff;
}

table.GridViewOverview tbody tr.EmptyDataRowStyle td {
    border: 0;
    border-bottom: solid 1px #ddd;
    font-size: 0.8rem;
    padding: 5px 10px 5px 0px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    table.GridViewOverview th select,
    table.GridViewOverview tr.GridViewRowStyle td select,
    table.GridViewOverview tr.GridViewAlternatingRowStyle td select {
        height: 27px;
    }
}

table.GridViewOverview th.select-yes-no,
table.GridViewOverview td.select-yes-no {
    width: 75px;
}

table.GridViewOverview td.select-yes-no {
    min-width: 75px;
    max-width: 75px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

table.GridViewOverview th.select-name,
table.GridViewOverview td.select-name {
    width: 200px;
}

table.GridViewOverview td.select-name {
    min-width: 200px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

table.GridViewOverview th.select-application,
table.GridViewOverview td.select-application {
    width: 170px;
}

table.GridViewOverview td.select-application {
    min-width: 170px;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}


/* #endregion Grid */

/* #region EntityItem */

fieldset.default {
    border: solid 1px #ddd;
    padding: 1rem;
}

    fieldset.default.top-margin {
        margin-top: 1rem;
    }

.EntityItem .RowItem .LabelItem,
.EntityItem .RowItem label,
.EntityItem .RowItem .LabelItem span {
    font-size: 0.8rem;
    line-height: 27px;
    width: 230px;
}

.EntityItem .required {
    font-size: 0.8rem;
    color: #d1111c;
}

.EntityItem .RowItem .TextBoxItem,
.EntityItem .RowItem .TextBoxDatepicker,
.EntityItem .RowItem .TextBoxItemIcon {
    border: 1px solid #ddd;
}

.EntityItem .RowItem textarea.TextBoxItem {
    margin-bottom: 5px;
}

.EntityItem .RowItem .TextBoxItemIcon {
    width: 276px;
}

.EntityItem .RowItem .DropDownList {
    width: 300px;
}

.EntityItem .RowItem .ui-datepicker-trigger {
    margin-top: 3px;
}

.EntityItem .RowItem div.file-name,
.EntityItem .RowItem div.current-image,
.EntityItem .RowItem div.current-file {
    float: left;
    width: 300px;
    font-size: 0.8rem;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .EntityItem .RowItem div.file-name.with-clear,
    .EntityItem .RowItem div.current-image.with-clear {
        float: left;
        width: 279px;
        font-size: 0.8rem;
        line-height: 27px;
    }

    .EntityItem .RowItem div.file-name span {
        width: 100%;
        font-size: 0.8rem;
        line-height: 27px;
    }

.EntityItem .RowItem a.image-tooltip-icon-overview i,
.EntityItem .RowItem a.current-file-link i {
    font-size: 1.1rem;
    color: #005da1;
    font-weight: 400;
}

.EntityItem .RowItem a.clear-button {
    margin-left: 7px;
    margin-top: 5px;
    line-height: 27px;
}

    .EntityItem .RowItem a.clear-button i {
        font-size: 1.1rem;
        color: #005da1;
    }

.EntityItem .RowItem div.file-upload {
    float: left;
    width: 300px;
}

    .EntityItem .RowItem div.file-upload div {
        width: 100% !important;
    }

    .EntityItem .RowItem div.file-upload > div {
        background: url('../images/icon-browse.png') 100% 3px no-repeat !important;
        background-size: 19px 19px;
        padding-top: 1px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .EntityItem .RowItem div.file-upload input[type="file"] {
        cursor: pointer;
        width: 16px;
    }

    .EntityItem .RowItem div.file-upload input[type="text"] {
        width: 270px !important;
        background: transparent !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.custom-radio input[type="radio"],
.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-radio td {
    line-height: 1;
}

.custom-radio input[type="radio"] + label {
    padding: 0;
    position: relative;
}

    .custom-radio input[type="radio"] + label:before {
        content: '';
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: 0 5px 0 10px;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #ddd;
        background-color: #fff;
        -moz-border-radius: 19px;
        -webkit-border-radius: 19px;
        border-radius: 19px;
    }


.custom-radio input[type="radio"]:checked + label:before {
    background-color: #fff;
}

.custom-radio input[type="radio"]:disabled + label:before,
.custom-radio input[type="radio"]:checked:disabled + label:before {
    background-color: #efefef;
}

.custom-radio input[type="radio"]:checked + label:after {
    content: '';
    left: 13px;
    top: 7px;
    width: 15px;
    height: 15px;
    background-color: #005da1;
    position: absolute;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.custom-radio td:first-child input[type="radio"] + label:before {
    margin-left: 0;
}

.custom-radio td:first-child input[type="radio"] + label:after {
    left: 3px;
}

.custom-checkbox > label {
    padding-top: 0;
}

.custom-checkbox input[type="checkbox"] + .custom-checkbox-box {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0;
}

.custom-checkbox.checkbox-list input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0;
}

.custom-checkbox input[type="checkbox"]:disabled + .custom-checkbox-box,
.custom-checkbox.checkbox-list input[type="checkbox"]:disabled + label:before {
    background-color: #efefef;
    cursor: default;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-box,
.custom-checkbox.checkbox-list input[type="checkbox"]:checked + label:before {
    background-image: url('../images/check-v-15x15.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.custom-checkbox.checkbox-list table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.item_footer {
    margin-top: 0.5rem;
}

    .item_footer span {
        font-size: 0.7rem;
    }

.left-item-block {
    float: left;
}

.right-item-block {
    float: right;
}

/* #endregion EntityItem */

/* #region Portal buttons */

a.tilebutton {
    float: left;
    padding: 0.8rem;
    height: 150px;
    margin: 15px;
}

    a.tilebutton:hover {
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

        a.tilebutton div {
            width: 100%;
            background-color: transparent !important;
        }

    a.tilebutton span {
        font-size: 16px;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
    }

        a.tilebutton span.custom.fonticon,
        a.tilebutton img {
            height: 100px;
            margin-top: 10px;
        }

        a.tilebutton span.tiletext {
            margin-top: 10px;
        }

    a.tilebutton img.tile-image.change-password {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    a.tilebutton.admin .uk-icon-gears:before,
    a.tilebutton.admin .uk-icon-cogs:before {
        font-size: 80px;
    }

    a.tilebutton.admin,
    a.tilebutton.change-password,
    a.tilebutton.small,
    a.tilebutton.medium {
        width: 210px;
    }

        a.tilebutton.small img,
        a.tilebutton.medium img {
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

/* #endregion Portal buttons */

/* #region TwoFactorAuthentication */

.twofactorauth span {
    font-size: 0.8rem;
    font-weight: 400;
    font-family: Roboto,'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
}

.twofactorauth .default-button-style {
    float: left;
    font-size: 0.75rem;
    line-height: 2.0rem;
    position: relative;
    display: inline-block;
    width: auto;
    height: 2.0rem;
    padding: 0 1.25rem;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 10px 10px 0px;
}

    .twofactorauth .default-button-style:hover {
        background-color: #005da1;
    }

.twofactorauth .divButtons {
    margin-top: 1.5rem;
}

.twofactorauth .navigation {
    float: right;
}

.twofactorauth .header {
    color: #005da1;
    font-size: 1.5rem;
    font-weight: 600;
}

.twofactorauth .instructions {
    margin: 20px 40px 20px 40px;
    line-height: 27px;
}

.twofactorauth .optionscontainer {
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c1c1c1;
}

.twofactorauth .appcontainer {
    float: left;
    width: 25%;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

    .twofactorauth .appcontainer:not(:first-child) {
        padding-left: 20px;
    }

    .twofactorauth .appcontainer:not(.last):after {
        content: '';
        width: 1px;
        height: 80%;
        background: #c1c1c1;
        position: absolute;
        left: 100%;
        top: 10%;
    }

.twofactorauth span.headertext, .twofactorauth .authname {
    font-size: 16px;
    font-weight: bold;
    color: #005da1;
}

.twofactorauth .step-2-left, .twofactorauth .step-2-right {
    float: left;
    position: relative;
    padding-bottom: 2rem;
}

.twofactorauth .step-2-left {
    padding-right: 5rem;
}

.twofactorauth .step-2-right {
    padding-left: 1.25rem;
}

.twofactorauth .step-2-left:after {
    content: '';
    width: 1px;
    height: 80%;
    background: #c1c1c1;
    position: absolute;
    left: 100%;
    top: 10%;
}

.twofactorauth .step-2-content {
    margin-top: 2rem;
}

.twofactorauth .step-2-content {
    padding-bottom: 5px;
    border-bottom: 1px solid #c1c1c1;
}

.twofactorauth input[type=text] {
    border: 1px solid #C2C2C2;
    width: 300px;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
}

.twofactorauth .verificationcode {
    font-weight: bold;
}

.twofactorauth .verification-input {
    margin-left: 10px;
    margin-top: 0.75rem;
}

.progressbar {
    counter-reset: step;
    margin: 0;
    padding: 0;
}

    .progressbar li {
        list-style-type: none;
        width: 33.33%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        z-index: 0;
        padding-top: 50px;
    }

        .progressbar li span {
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            font-weight: 600;
        }

        .progressbar li.step-1 span {
            left: -5px;
            right: auto;
        }

        .progressbar li.active span {
            color: #fff;
            padding: 5px 10px;
            top: 0;
        }

            .progressbar li.active span:after {
                top: 100%;
                left: 50%;
                border: solid transparent;
                content: '';
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(136, 183, 213, 0);                
                border-width: 10px;
                margin-left: -10px;
            }

        .progressbar li.step-1 {
            text-align: left;
        }

            .progressbar li.step-1:before {
                margin-left: 40px;
            }

        .progressbar li.step-3 {
            text-align: right;
        }

            .progressbar li.step-3 span {
                right: 40px;
            }

            .progressbar li.step-3:before {
                margin-left: calc(100% - 80px);
            }

        .progressbar li:before {
            width: 40px;
            height: 40px;
            content: '';
            line-height: 30px;
            border: 8px solid #cccccc;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
            top: 50px;
            box-sizing: border-box;
        }

        .progressbar li:after {
            height: 10px;
            content: '';
            position: absolute;
            background-color: #cccccc;
            top: 65px;
            right: 50%;
            left: -50%;
            transform: translateX(20px);
            z-index: -1;
        }

        .progressbar li.step-2:after {
            left: -100%;
            transform: translateX(79px);
        }

        .progressbar li.step-3:after {
            right: 65px;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.step-1.done span {
            left: 10px;
        }

        .progressbar li.step-3.active span {
            width: 100px;
            text-align: center;
            left: auto;
            right: 0px;
        }

/* #endregion TwoFactorAuthentication */

/* #region Filter */

div.overview-filter-row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    div.overview-filter-row > div:not(.clear):not(.messages) {
        height: 27px;
        line-height: 27px;
    }

div.overview-filter-label {
    float: left;
    width: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 20px;
    margin-left: 10px;
}

    div.overview-filter-label:first-child {
        margin-left: 0px;
    }    

div.overview-filter-dropdown {
    float: left;
    width: 200px;
}

    div.overview-filter-dropdown select {
        border: 1px solid #ddd;
        width: 200px;
    }

div.overview-filter-button {
    float: left;
    width: 20px;
    margin-left: 10px;
}

    div.overview-filter-button .reset-button {
        position: relative;
        background-image: url('../images/undo-solid.svg');
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        display: block;
        top: 6px;
    }

/* #endregion Filter */