.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;
}

/* FIX SELECT2 */

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    height: 32px;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-selection--single .select2-selection__arrow:after {
    content: '\e9c5';
    font-family: 'Icomoon';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    font-size: 16px;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2-container .select2-selection--single {
    height: 30px !important;
    line-height: 17px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.select2-container--krajee-bs3 .select2-selection--single {
    height: 34px;
    line-height: 1.428571429;
    padding: 6px 24px 6px 7px;
}