﻿#breadcrumb-wrap .breadcrumb {
    padding-top: 1rem !important;
}



.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

label {
    font-weight: 700;
}


.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    cursor: not-allowed
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

div[data-e-tipo=e_F51_dataIniDataFine] div.input-group-addon {
    width: auto !important;
}

button[data-e-tipo^=e_f], button[data-e-tipo^=e_F], button[data-e-tipo^=E_F], div.modal-footer button {
    min-height: 50px !important;
    min-width: 115px !important;
    font-size: large !important;
    font-weight: 700 !important;
    font-weight: 700 !important;
}

button[data-e-tipo], button[data-e-tipo] * {
    cursor: pointer;
}