.btn-discount-option{
    padding: 0px !important;
}

.btn-discount-option-dl{
    cursor: pointer !important;
}


.btn-discount-option:hover, .btn-discount-option-dl:hover > a{
    color: #23527c !important;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.well {
    min-height: 20px;
    padding: 5px;
    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);
}
.well-legend {
    display: block;
    font-size: 14px;
    width: auto;
    padding: 2px 7px 2px 5px;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.lblColorRed{
    color:#F50057;
}

.focused{
    border:1px solid #3F51B5;
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    -webkit-transition:  box-shadow 0.3s ease-in-out; /* Safari */
    transition: box-shadow 0.3s ease-in-out;
}

.bolderValue{
    font-weight: bolder;
}

.lblColorBlue{
    color:#0288D1
}


fieldset.fieldsetSmall input[ui-money-mask]{
    font-weight: bolder
}


fieldset.fieldsetSmall legend{
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #0277BD
}

.modal-slg-80 {
    width: 80%;
}
.modal-slg-90 {
    width: 90%;
}
.modal-slg-100 {
    width: 100%;
}

table.tableSmall{
    max-width: 100% !important;
    overflow-x: scroll;
}

table.tableSmall th , table.tableSmall td{
    padding:3px !important;
}
table.tableSmall tbody  td {
    font-size: 13px !important;
}
