﻿
/*header*/

.header {
    min-height: 1.125rem !important;
}

.sidebar-toggle {
    padding: 0.4rem !important;
}

/*end header*/


/*footer*/

.footer {
    text-align: right !important;
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    padding: 0.4rem !important;
}

/*end footer*/

/*button*/

.rz-button-md.rz-button-icon-only {
    padding: 0.2rem !important;
}

.rz-button.btn-warning, .btn-warning.rz-paginator-element, .btn-warning {
    color: #d48806;
    background: #fffbe6;
    border: 1px solid #ffe58f;
}

.rz-button.btn-danger, .btn-danger.rz-paginator-element, .btn-danger {
    color: #cf1322;
    background: #fff1f0;
    border: 1px solid #ffa39e;
}

.rz-button.btn-success, .btn-success.rz-paginator-element, .btn-success {
    color: #389e0d;
    background: #f6ffed;
    border: 1px solid #b7eb8f;
}


.rz-button.btn-secondary, .btn-secondary.rz-paginator-element, .btn-secondary {
    color: #1d39c4;
    background: #f0f5ff;
    border: 1px solid #adc6ff;
}
/*End button*/


/*badge (tag)*/
.rz-badge-warning {
    color: #d48806 !important;
    background: #fffbe6;
    border: 1px solid #ffe58f !important;
}
/**/

/*Fieldset*/
.rz-fieldset-content {
    padding: 0.25rem;
}
/*End Fieldset*/

/*Datepicker*/
.picker-control {
    width: 100% !important;
}
/*End Datepicker*/

/*Dialog*/
.rz-dialog-title {
    font-weight: 500 !important;
}

.rz-dialog-titlebar {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.rz-dialog-content {
    padding-top: 0 !important;
}
/*End Dialog*/

/*Notification*/

.rz-growl-message-success .rz-growl-item {
    color: #389e0d;
    background: #f6ffed;
    border: 1px solid #b7eb8f !important;
}

.rz-growl-message-warning .rz-growl-item {
    color: #d48806 !important;
    background: #fffbe6 !important;
    border: 1px solid #ffe58f !important;
}

.rz-growl-message-error .rz-growl-item {
    color: #cf1322 !important;
    background: #fff1f0 !important;
    border: 1px solid #ffa39e !important;
}

.rz-growl-message-info .rz-growl-item {
    color: #08979c !important;
    background: #e6fffb !important;
    border: 1px solid #87e8de !important;
}
/*End Notification*/
