img {
    max-width: 100%
}

.btn i {
    font-size: inherit;
}

.table td,
.table th,
table.dataTable td,
table.dataTable th {
    padding: 10px !important;
}

@media (max-width:767px) {

    .table td,
    table.dataTable td {
        white-space: nowrap;
    }
}

label.control-label {
    font-weight: bold;
}

.form-check {
    padding-left: 40px;
}

.form-switch label {
    margin-left: 5px;
}

.form-switch .form-check-input {
    width: 40px;
    height: 20px;
    margin-left: -40px;
    margin-top: 2px;
}

.form-switch .form-check-input:checked + label {
    color: #2769f5;
    font-weight: 500;
}

.card .card-header {}

@media (min-width:768px) {
    .card .card-title {
        font-size: 20px;
    }
}

.dataTables_scroll,
table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dataTables_wrapper .row:first-child,
.dataTables_wrapper .row:last-child {
    padding: 15px;
    background: #f5f5f5;
}

.form-control.parsley-error {
    color: #f00;
    border-color: #f00;
    background-color: #f2dede;
}

.parsley-errors-list {
    color: #f00;
    font-weight: 500;
}


@media (max-width: 576px) {

    .app-header {
        left: 10px;
        right: inherit;
        width: auto;
    }

    .app-header::before {
        height: 100px;
    }

    .app.sidebar-hidden .app-header {
        width: auto;
    }

    .app-sidebar .logo,
    .app.menu-off-canvas .app-sidebar .logo,
    .app.sidebar-hidden .app-sidebar .logo.hidden-sidebar-logo {
        width: 250px;
        transform: translateX(396px);

    }

    .app-content {
        margin-top: 90px;
    }

    .app-content .page-description {
        padding: 10px;
        margin-bottom: 15px;
    }

    .card .card-body {
        padding: 15px;
    }

    .widget-stats .widget-stats-container .widget-stats-content .widget-stats-amount {
        line-height: normal;
        font-size: 24px;
    }
    .note-editor .note-toolbar {
        text-align: center;
    }
}

.note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p, .note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p {
    font-size: 14px;
}