.card .card-body .form-group {
	margin: 15px 0 0;
}

.card-body .form-group select.form-control {
	height: 36px;
}

.sub-section {
    font-weight: bold;
    margin: 16px 0 24px;
    width: 100%;
    border-bottom: 2px solid;
    padding: 0 0 10px;
}

.form-check, label {
    color: #9c27b0;
}

.form-check + div {
	color: #9c27b0;
}

.bmd-form-group label {
	position: static;
    margin-bottom: 3px;
    display: block;
    width: 100%;
    color: #9c27b0;
}

body, h1,h2, h3, h4, h5, h6, label {
    font-weight: 400;
}

.btn.btn-sm, .btn-group-sm .btn {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 12px;
}

.btn {
    font-weight: bold;
}

.dropdown-menu .dropdown-item, .dropdown-menu li > a {
    font-size: 14px;
    font-weight: 500;
}

.dropdown form {
    display: block;
    margin: 0 5px;
}

.sidebar .sidebar-wrapper,
.sidebar {
    width: 210px;
}

.main-panel {
    width: calc(100% - 210px);
}

.dropdown form input[type="submit"] {
    background: transparent;
    border: 0;
    font-size: 14px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    line-height: 20px;
    font-weight: 500;
    border-radius: 4px;
}

.dropdown form input[type="submit"].delete:hover {
    background-color: #f33527;
    border-color: #e11b0c;
    box-shadow: 0 4px 20px 0px rgba(244, 67, 54, 0.42), 0 7px 10px -5px rgba(244, 67, 54, 0.42);
    color: white;
    cursor: pointer;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px 8px;
}

@media screen and (max-width: 1280px) {
    .main-panel {
        width:100%;
    }
}