.p-r-10, .sidebar .menu .list, section.content {
        padding-right: 0px !important;
    }

    .p-l-10, .sidebar .menu .list, section.content {
        padding-left: 0px !important;
    }

    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
        height: 100%;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    @media only screen and (max-width: 500px) {
        section.content {
            margin-right: 0px !important;
        }
    }

    html, body {
        margin: 0px !important;
        height: 100% !important;
    }

    section.content {
        height: 100% !important;
    }

    .bootstrap-select .btn {
        border-color: #e3e3e3;
        height: 30px;
    }

    .btn-round, .wizard > .actions a, .wizard > .actions .disabled a {
        border-radius: 0px !important;
    }

    .btn-round.btn-simple, .wizard > .actions a.btn-simple, .wizard > .actions .disabled a {
        padding: 10px 22px 10px 10px;
    }

    #pdf {
        border-bottom: 1px solid #23527c;
        color: #23527c;
    }