.bread-actions {
    white-space: nowrap !important;
    min-width: 112px !important;
    width: 112px !important;
    max-width: 112px !important;
    display: block;
}

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

body, html,
.form-control,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.table {
    color: #111;
}

.required .control-label {
    position: relative;
}

.required .control-label::after {
    position: absolute;
    right: -10px;
    content: '*';
    color: red;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
    background-color: #a2caee !important;
    border-color: #a2caee !important;
    color: #fff !important;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover{
    background-color: #fa9898 !important;
    border-color: #fa9898 !important;
    color: #fff !important;

}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover{
    background-color: #7dd3ae !important;
    border-color: #7dd3ae !important;
    color: #fff !important;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #9ae1e9 !important;
    border-color: #9ae1e9 !important;
    color: #fff !important;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f6be80 !important;
    border-color: #f6be80 !important;
    color: #fff !important;
}

.form-control.disabled, fieldset.disabled .form-control {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}
label, .control-label {
    font-weight: bold;
}

@media print {
    .navbar-top,
    .side-menu,
    footer.app-footer,
    .no-print {
        display: none !important;
    }
    html,
    body {
        margin: 0 !important;
        padding: 0 !important;
    }
    .app-container .content-container .side-body.padding-top {
        padding: 0 !important;
    }
    .panel-body {
        padding: 0 !important;
    }

    * {max-width:100%}

    .col-md-1,.col-md-2,.col-md-3,.col-md-4,
    .col-md-5,.col-md-6,.col-md-7,.col-md-8,
    .col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8%;
    }
    .col-md-2 {
        width: 16%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33%;
    }
    .col-md-5 {
        width: 42%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58%;
    }
    .col-md-8 {
        width: 66%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83%;
    }
    .col-md-11 {
        width: 92%;
    }
    .col-md-12 {
        width: 100%;
    }

    .col-md-print-1 {
        width: 8% !important;
    }
    .col-md-print-2 {
        width: 16% !important;
    }
    .col-md-print-3 {
        width: 25% !important;
    }
    .col-md-print-4 {
        width: 33% !important;
    }
    .col-md-print-5 {
        width: 42% !important;
    }
    .col-md-print-6 {
        width: 50% !important;
    }
    .col-md-print-7 {
        width: 58% !important;
    }
    .col-md-print-8 {
        width: 66% !important;
    }
    .col-md-print-9 {
        width: 75% !important;
    }
    .col-md-print-10 {
        width: 83% !important;
    }
    .col-md-print-11 {
        width: 92% !important;
    }
    .col-md-print-12 {
        width: 100% !important;
    }
}
