﻿.btn-identification {
    width: 150px;
    margin-top: 25px;
}

#formCreateUser {
    display: none;
}

    #formCreateUser .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

.m-0 {
    margin: 0px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.my-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.my-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.identification-title {
    font-size: 16px;
    line-height: 22px;
    font-kerning: initial;
}

.identification-title span {
    font-weight: normal;
}

.panel-choice {
    display: inline-block;
}

#gridUserIdentification .k-loading-mask {
    display: none;
}

.row-identification-match {
    background-color: #d4f2cf;
}

.notification-panel {
    width: 300px;
}

.notification-panel h3 {
    font-size: 1em;
    padding: 10px 15px;
    margin: 10px 0px;
}

.bootstrap-container * {
    box-sizing: border-box;
}

.kendo-container * {
    box-sizing: content-box;
}

.k-editor .k-i-add-page-link-button:before {
    font-family: FontAwesome;
    content: "\f1ea";
    font-size: 16px;
}

.sidebar-footer {
    position: absolute;
    bottom: 5px;
    left: 50px;
}

.sidebar {
    padding-bottom: 40px;
}

.main-header nav.navbar {
    text-align: right;
}

#gridUserIdentification .k-grid-content,
#gridUserMapping .k-grid-content
{
    max-height: 550px;
}

#gridUserIdentification td,
#gridUserMapping td {
    word-break: break-all;
}