.content-header .breadcrumb {
    position: relative;
    right: auto;
    top: auto;
    float: none;
    margin-bottom: 0;
    background-color: unset;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    height: 34px;
    padding: 6px 12px;
}

label.error {
    color: red;
    font-size: small;
}

.profile-user-img {
    width: 300px;
}

.panel-body.list-group {
    height: 260px;
    overflow-y: auto;
    padding: 0;
    font-size: small;
}

.panel-body.list-group a {
    padding: 5px;
}


#report .col-lg-1, #report .col-lg-10, #report .col-lg-11, #report .col-lg-12, #report .col-lg-2, #report .col-lg-3, #report .col-lg-4, #report .col-lg-5, #report .col-lg-6, #report .col-lg-7, #report .col-lg-8, #report .col-lg-9, #report .col-md-1, #report .col-md-10, #report .col-md-11, #report .col-md-12, #report .col-md-2, #report .col-md-3, #report .col-md-4, #report .col-md-5, #report .col-md-6, #report .col-md-7, #report .col-md-8, #report .col-md-9, #report .col-sm-1, #report .col-sm-10, #report .col-sm-11, #report .col-sm-12, #report .col-sm-2, #report .col-sm-3, #report .col-sm-4, #report .col-sm-5, #report .col-sm-6, #report .col-sm-7, #report .col-sm-8, #report .col-sm-9, #report .col-xs-1, #report .col-xs-10, #report .col-xs-11, #report .col-xs-12, #report .col-xs-2, #report .col-xs-3, #report .col-xs-4, #report .col-xs-5, #report .col-xs-6, #report .col-xs-7, #report .col-xs-8, #report .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

#report .row {
    margin-left: -5px;
    margin-right: -5px;
}

#report .panel-body {
    padding: 5px;
}

#report .panel-heading {
    padding-left: 5px;
    padding-right: 5px;
}
.fDecimal{

    text-align: right;

}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px 5px;
}

.table > tbody > tr > td.sorting, .table > tbody > tr > th.sorting, .table > tfoot > tr > td.sorting, .table > tfoot > tr > th.sorting, .table > thead > tr > td.sorting, .table > thead > tr > th.sorting {
    padding: 5px 18px;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    right: 1px;
}

body .modal-dialog { /* Width */
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}

.modal.in{
    text-align: center;
}

.content .box.box-full {
    border: 3px solid #0000ff;
}

.color-purple {
    color: #9c27b0;
}

.color-blue {
    color: #00bcd4;
}

.color-green {
    color: #4caf50;
}

.color-yellow {
    color: #ff9800;
}

.color-orange {
    color: #f44336;
}

.color-red {
    color: #e91e63;
}

