.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
    margin-left: 5px;
    left: 5px;
}

.kv-panel-pager .pagination {
	margin: 0 0 -5px 10px;
    padding: 0;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.modal-footer .btn + .btn {
	margin-bottom: 5px;
}

.modal-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.modal-header .close {
    top: 25%;
}

.table-nowrap table {
    white-space: nowrap;
}

.panel-body {
    overflow: hidden;
}

textarea {
    resize: vertical;
}

.btn {
    padding: 5px 9px;
    font-weight: 300;
    margin-bottom: 5px;
}

.btn.btn-xs {
    padding: 3px 7px;
    font-weight: 300;
    margin-bottom: 5px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: -3px;
    border-left: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 17px;
    line-height: 17px;
}