body {
    background: #eee;
    -webkit-font-smoothing: antialiased;
}

#loginForm {
    width: 250px;
    margin: 4em auto;
    padding: 3em 2em 2em 2em;
    background: #fafafa;
    border: 1px solid #ebebeb;
}

.login-button {
    background-color: #cc0000;
    color:white;
    width:100%;
}

.addauto-button {
    background-color: white;
    color:#cc0000 !important;
}

.addauto-button:hover {
    background-color: dimgray !important;
    color:white;
}

.md-button[disabled]{
    background-color: rgb(244,67,54);
    color:rgb(244,67,54) !important;
}

.md-button[disabled]:hover{
    background-color: rgb(244,67,54) !important;
    color:rgb(244,67,54) !important;
}

.msgerror , .msgerror a {
    width: 100%;
    background-color: red;
    text-align: center;
    padding: 5px;
    color: white;
    font-weight: bold;
}

.msgwarning , .msgwarning a {
    width: 100%;
    background-color: yellow;
    text-align: center;
    padding: 5px;
    color: black;
    font-weight: bold;
}

.msgwait , .msgwait a {
    width: 100%;
    background-color: orange;
    text-align: center;
    padding: 5px;
    color: black;
    font-weight: bold;
}

.msgok , .msgok a {
    width: 100%;
    background-color: green;
    text-align: center;
    padding: 5px;
    color: white;
    font-weight: bold;
}



.inputdemoErrors .inputErrorsApp {
    min-height: 48px;
}

.icono{
    width: 35px;
    height: 35px;
    margin: 16px;
    background-color: white;
}



.md-list-item-text
{
    background-color: blue;
}

.requerido
{
    color:rgb(221,44,0);
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    margin-top: 0;
    margin:0;
    padding:0;
    font-weight: normal;
}

.autocomplete-custom-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
}
.autocomplete-custom-template li:last-child {
    border-bottom-width: 0;
}
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
    display: block;
    line-height: 2;
}
.autocomplete-custom-template .item-title md-icon {
    height: 18px;
    width: 18px;
}







