﻿#erro {
    background-color: #F00;
    color: #FFF;
    padding: 10px 10px 10px 10px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 50 %;
    margin-left: -150px;
    filter: alpha(opacity = 90);
    -moz-opacity: 0.9;
    text-align: center;
}

#alerta {
    background-color: #FC0;
    color: #666;
    padding: 10px 10px 10px 10px;
    width: 300px;
    left: 50 %;
    top: 0;
    margin-left: -150px;
    position: absolute;
    filter: alpha(opacity = 90);
    -moz-opacity: 0.9;
    text-align: center;
}

.inputFormulario {
    font-size: 14px;
    margin: 0 0 10px;  
    height: 35px;
    border: 1px solid #d7d7d7;
}


.labelFormulario {
    color: #6f6f6f;
    font-size: 14px;
    margin: 0 0 10px;    
    font-weight: normal;
}

.btn {
    display: block;
    font-size: 16px;
    border-radius: 16px;
    text-align: center;
  
}

.preloader {
    max-width: 50px;
    max-height: 50px;
    right: calc(100vw / 2 - 25px);
}

    .preloader img {
        max-width: 50px;
        max-height: 50px;
    }


.conteinerStatus {
    float: right;
    width: 3px;
    height: 40px;
}

.salvo {
    float: right;
    width: 3px;
    height: 40px;
    background-color: #06a813;
}

.nSalvo {
    float: right;
    width: 3px;
    height: 40px;
    background-color: #ffd800;
}

.erro {
    float: right;
    width: 3px;
    height: 40px;
    background-color: #ff0000;
}

.obrigatorio {
    background-color: #ff0000;
    height: 10px;
    float: right;
    width: 3px;
}


.mdl-button {
    background: transparent;
    border: none;
    border-radius: 2px;
    color: rgb(0,0,0);
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mdl-button--icon {
    border-radius: 50%;
    font-size: 24px;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
}


.img-user {
    height: 32px;
}


/* Dropdown Button */
.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 15px 0;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    /*margin-top: 10px;*/
    right: -10px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content div {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #ddd;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

       