.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

* html .ui-autocomplete {
    height: 100px;
}

#mmr_toolbar {
    padding: 10px 4px;
}

#loading1
{
    position:fixed; 
    _position:absolute;
    top: 0;
    left:47%; 
    padding:2px 5px;
    z-index: 5000;
    background-color:#CF4342;
    color:#fff;
}
#loading
{
    position:fixed; 
    _position:absolute;
    top: 47%;
    left: 47%; 
    padding:2px 5px;
    z-index: 5000;
}

.mmr_body{
    font: 70.0% "Trebuchet MS", sans-serif;
    margin: 5px;

}
.submit{
    text-align: center;

}
.mmr_lbl_id {
    text-align: right;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 5%;
    display: inline-block;
    font-weight: bold;

}
.mmr_entry_id {
    text-align: left;
    margin-left: 5px;
    width: 10%;
    display: inline-block;

}
.mmr_lbl_pesq {
    text-align: right;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 10%;
    display: inline-block;
    font-weight: bold;

}
.mmr_entry_pesq {
    text-align: left;
    margin-left: 5px;
    width: 40%;
    display: inline-block;

}
.mmr_label {
    text-align: right;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 10%;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;

}
.botao {
    text-align: center;
    margin-left: 280px;
    display: inline-block;

}
.mmr_entrada {
    text-align: left;
    margin-left: 5px;
    display: inline-block;

}
.titulo {
    text-align: left;
    font-weight: bold;
    font-size: x-large;
    color: #5689ff;
    margin-top: 10px;
    margin-left: 20px;

}
.frmpesq {
    margin-top: 10px;
    margin-left: 20px;

}

.head {
    background: #adad80;

}
.foot {
    background: #a0ada0;

}
.impar {
    background: #add6ef;

}
.par {
    background: #d6e2e5;

}
.destacar {
    background: #ffff80;
    color: #000000
}

input.text {
    margin-bottom:12px;
    width:80%;
    padding: .4em;

}
fieldset {
    padding:0;
    border:0;
    margin-top:0px;

}
h1 {
    font-size: 1.2em;
    margin: .6em 0;

}
div#users-contain {
    width: 350px;
    margin: 20px 0;

}
div#users-contain table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;

}
div#users-contain table td, div#users-contain table th {
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;

}
.ui-dialog .ui-state-error {
    padding: .3em;

}
.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;

}
.table{
    width: 60%;
    background-color: #fff !important;
    border-radius: 10px;
    border-collapse: collapse;
    border: 1px solid #fff;
}
.table tfoot{
    border-radius: 10px;
}
.table th{
    text-align: center;
    background-color: #fff !important;
}            
.table td{
    border: none;
}
.table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table tbody tr:nth-child(even) {
    background-color: #fff;
}
.excluir{
    color: white;
    border-radius: 5px;
    transition-duration: 0.2s;
    padding: 1px 5px 1px 5px;
    border: 2px solid #f8f8f8;
    background-color: #FF4D4D;
}
.excluir:hover{
    color: #FF4D4D;
    border: 2px solid #FF4D4D;
    background-color: white;
}
.form-control{
    border-color: #b4d1e6 !important;
    margin-bottom: 12px;
}
.heading{
    margin-bottom: 30px;
}