.nopadding {
    padding: 0 !important;
}

.padding-right {
    padding: 0 10px 0 0;
}

.profile-user-img {
    height: 100px;
}

.user-panel > .image > img {
    max-height: 45px;
}

.datepicker table > tbody > tr > td {
    border-top: none;
}

.datepicker table tr td.active.active {
    background-color: #3c8dbc;
    border-color: #367fa9;
    color: #fff;
}
#PlayerEditForm .input-group.date {
    width: 100%;
}

.fileupload .btn-white {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-color: rgba(150, 160, 180, 0.3);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}

.chosenImage-container .chosen-single span {
    background-position: 5px 2px;
}

.spacer-top-10 {
    margin-top: 10px; /* define margin as you see fit */
}

.import-file .fileupload-preview.fileupload-exists.thumbnail {
    border: 0;
}

.users-list>li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    max-height: 9em;
    margin: 0 auto;
    display: block;
}

button#generateDoorCode,
button#generateKeyboxcode {
    margin-top: 25px;
}

.login-logo img {
    width: 250px;
}

.login-box, .register-box {
    width: 360px;
    margin: 4% auto;
}

.login-logo, .register-logo {
    margin-bottom: 75px;
}

.main-header .logo .logo-lg {
    width: 150px;
}

.logo-mini img {
    height: 40px;
}

.input-flag {
    width: 25px;
}

#NameList input[type=text] {
    margin-bottom: 5px;
}

#NameList label {
    display: block;
}

#SelectAll {
    margin-right: 5px;
}