
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.icone {
    padding: 10px;
    background: no-repeat right center;
    text-decoration: none;
    background-size: 22px 22px;
}

    .icone.pagar {
        background-image: url('../images/icon-pagar.png');
    }

.field-validation-error, .validation-summary-errors, .validation-summary-valid {
    color: red;
    font-weight: 600;
}

    .field-validation-error > ul, .validation-summary-errors > ul, .validation-summary-valid > ul {
        padding-left: 20px;
    }

.icone.receber {
    background-image: url('../images/icon-receber.png');
}

.btn-sm, .btn-group-sm > .btn {
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-center {
    margin-top: 23px;
}

.modal-body {
    padding: 20px 20px 20px 20px;
}

.inmodal .modal-header {
    padding: 5px 0px;
    text-align: center;
    background-color: #14846d;
    color: white;
}

.inmodal .modal-body {
    background: #fcfdfd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 5px 5px 0px 5px;
    vertical-align: inherit;
}

.inmodal .modal-title {
    font-size: 22px;
    text-align: left;
    margin-left: 20px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0px;
    padding: 0;
    border-left: 1px solid #cdced0;
    border-right: 1px solid #cdced0;
    box-shadow: 2px 3px 3px -1px #000;
}



.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #7d9a94;
    opacity: 1;
    color: white;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 10000;
}

.navbar-fixed-top, .navbar-static-top {
    background: #f3f3f4;
    box-shadow: 0px 1px 3px -1px #000;
}

.no-print {
    display: none
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0;
    background-color: #567ea0;
    color: white;
    border-color: #485561;
}

    .ui-pnotify-container .btn-primary {
        background-color: #3f5c75;
        color: #ffffff;
        border-color: #283c4c;
        margin-right: 5px;
    }

.alert.ui-pnotify-container.alert-danger.ui-pnotify-shadow {
    background-color: #a94442;
    border-color: #8a3d3d;
}
    .alert.ui-pnotify-container.alert-danger.ui-pnotify-shadow .btn-primary {
        background-color: #8a3d3d;
        border-color: #863c3c;
    }

.pace-inactive {
    display: none !important;
}

.pace-active {
    display: none !important;
}
