﻿.recuo {
    margin-left: 10px;
}

.info-obr {
    padding: 10px 0;
}

.obr {
    color: #f00;
}

.mdl-navigation > ul {
    padding: 0;
    cursor: pointer;
}

.mdl-navigation > span {
    cursor: pointer;
}

@media screen and (min-width: 900px) {
    .mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button {
        display: none !important;
    }
}

/* MOVIDO PARA OS ARQUIVOS EM ~/Content/Site/Master.css e css/Master.css */
/*.blink{
    color:#f44336;
 text-decoration:blink;

    animation-name: blinker;
 animation-duration: 0.6s;
 animation-iteration-count:infinite;
 animation-timing-function:ease-in-out;
 animation-direction: alternate;

 -webkit-animation-name: blinker;
 -webkit-animation-duration: 0.6s;
 -webkit-animation-iteration-count:infinite;
 -webkit-animation-timing-function:ease-in-out;
 -webkit-animation-direction: alternate;
}

@keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}*/
