html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

main {
    padding: 7px !important;
}

.none {
    display: none;
}

.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.warning_box {
    clear:both;
    background:url(../images/warning.png) no-repeat left #fcfae9;
    border: 1px #eac7c7 solid;
    background-position: 15px 10px;
    padding: 20px 20px 13px 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50% !important;
}

.valid_box {
    clear:both;
    background:url(../images/valid.png) no-repeat left #edfce9;
    border: 1px #eac7c7 solid;
    background-position: 15px 10px;
    padding: 20px 20px 13px 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50% !important;
}

.error_box {
    clear: both;
    background: url(../images/error.png) no-repeat left #fce9e9;
    border: 1px #eac7c7 solid;
    background-position: 15px 10px;
    padding: 20px 20px 13px 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50% !important;
}

.fundologo1 img {
    width: 100%;
}

.fundologo2 img {
    float: right;
    padding-right: 2%;
    padding-top: 1%;
}

.avatar {
    border-radius: 18px;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    margin-right: 15px;
}

.material-icons.avatar {
    float: right;
    margin-top: -2px;
}

.material-icons.domenu {
    padding-right: 10px;
}

.mdl-layout__header .mdl-layout__drawer-button {
    display: block;
}

.navigation {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.navigation .mdl-navigation__link {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.56);
    font-weight: 500;
}

.navigation .mdl-navigation__link:hover {
    background-color: #00BCD4;
    color: #37474F;
}

.navigation .mdl-navigation__link .material-icons {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 32px;
}

.content {
    max-width: 1080px;
}

.options h3 {
    margin: 0;
}

.options .mdl-checkbox__box-outline {
    border-color: rgba(255, 255, 255, 0.89);
}

.options ul {
    margin: 0;
    list-style-type: none;
}

.options li {
    margin: 4px 0;
}

.options .material-icons {
    color: rgba(255, 255, 255, 0.89);
}

.options .mdl-card__actions {
    height: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.submenupadrao {
    min-height: 470px !important;
    padding-bottom: 10px;
}

.meu-card-square.mdl-card {
    width: auto;
    height: auto;
}
.meu-card-square > .mdl-card__title {
    color: black;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid rgb(158,158,158); 
    background-color: rgb(158,158,158);
    position: absolute;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 13px !important;
    text-decoration: none !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: rgb(121, 120, 120);
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: rgb(121, 120, 120);
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

table.painel.fixa {
    display: block;
    overflow-x: auto;
}

td.painel, th.painel {
    display: table-cell;
    border: 1px solid rgb(158,158,158) !important;
    text-align: center !important;
}

th.painel {
    color: white !important;
    background: rgb(158,158,158);
}

tr.painel.fixa td.painel.fixa:first-child { 
    background-color: rgb(158,158,158);
    color: white !important;
    position: sticky;
    left: 0px;
}

.btn_flat_peq {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important
}

.btn_flat_micro {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin-bottom: 1px !important;
}

.animacao {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.voltar {
    position: absolute;
    display: flex;
    padding: 15px;
}

.titulo {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; 
    font-size: 20px; 
    font-weight: 500; 
}

.simb {
    font-size: 30px; 
    font-weight: 800;
    color: green;
    padding-right: 10px;
} 

.valor {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; 
    font-size: 30px; 
    font-weight: 500;
    color: grey;
}

table.padrao {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #a9c6c9;
    padding-left: 20px;
    padding-right: 20px;
}

table.padrao tr {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}

table.padrao td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}

.cor_cinza {
    background-color: #ccc;
    *background-color: #ccc;
}

table.research {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #a9c6c9;
}

table.research tr {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}

table.research td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}

table.research1 {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #a9c6c9;
}

table.research1 tr {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}

table.research1 td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}

.foto_prof {
    vertical-align: middle;
    width: 50%;
    height: 25%;
    border-radius: 50%;
}

.demo-list-action {
    width: 300px;
}

.demo-list-radio {
    display: inline;
}

.clicavel {
    color: blue; 
}

.clicavel:hover {
    color: #37474F;
    cursor: pointer;
}