/* Login */

#Login .sidebar .btn, #Login .sidebar #External {
    border-radius: 0;
}

#Login #slides {
    width: 75%;
    left: 25%;
}

/*
@font-face {
    font-family: 'KGTurningTables';
    src: url('../fonts/KGTurningTables.eot');
    src: url('../fonts/KGTurningTables.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KGTurningTables.woff2') format('woff2'),
        url('../fonts/KGTurningTables.woff') format('woff'),
        url('../fonts/KGTurningTables.ttf') format('truetype'),
        url('../fonts/KGTurningTables.svg#KGTurningTables') format('svg');
    font-weight: normal;
    font-style: normal;
}

#Header #MenuWrapper #MenuPersonal nav ul li a {
    font-family: 'KGTurningTables', Arial;
}

#CategoryWrapper .CategoryItem .CategoryItemWrapper .Header {
    background-color: #4E4E4D !important;
    color: #ffffff !important;
}

#CategoryWrapper .CategoryItem .Image,
#CategoryWrapper .CategoryItem .NoImage {
    background-size: contain;
    background-position: 45%;
    min-height: 200px;
    background-image: url('../img/noimage.png');

} */

.scripts_hrm_trainingregistration_training_signup_confirm .error {
    display: none;
}


.scripts_hrm_user_search #tabletmp.table-striped td:nth-child(2),
.scripts_hrm_user_search #tabletmp.table-striped th:nth-child(2),
.scripts_hrm_user_search .floatThead-container td:nth-child(2),
.scripts_hrm_user_search .floatThead-container th:nth-child(2) {
    display: table-cell;
}

/**** verbergen waarschuwingsicoon *****/

.icon-warning {
    color: red;
    display: none;
}