/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 07/03/2016, 17:15:31
    Author     : dgoncalves
*/

html{
    /*height: 100%;*/
}
body{
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
}

a:hover, a:hover>img, a:hover>i {
    border: 1px solid black;
}

.logo {margin-top:10px;}

.nova {
    height: 176px;
    width: 100%;
    background: url('../img/martelo.jpg') center/cover;
}

.consulta {
    height: 176px;
    width: 100%;
    background: url('../img/tablet.jpg') center/cover;
}

.saibamais {
    height: 176px;
    width: 100%;
    background: url('../img/predio.jpg') center/cover;
}

form{
    margin: 0 auto;
}

select {
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
select:focus {
    outline: none;
}

/* Hide label */
.mdl-selectfield label {
    display: none;
}

/* Use custom arrow */
.mdl-selectfield select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mdl-selectfield {
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    position: relative;
}

.mdl-selectfield:after {
    position: absolute;
    top: 0.75em;
    right: 0.5em;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: .25em solid transparent;
    border-right: .25em solid transparent;
    border-top: 0.375em solid rgba(0,0,0, 0.12);
    pointer-events: none;
}

.mdl-textfield__label, label {
    color: #3F51B5;
}

.create {
    padding: 20px;
}

/* CSS talk bubble */
.talk-bubble {
    display: inline-block;
    position: relative;
    min-height: 60px;
    /*padding: 15px;*/
}

.round{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.tri-right.left-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -15px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #B3E5FC #B3E5FC transparent transparent;
}

.tri-right.right-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -15px;
    top: 18px;
    bottom: auto;
    border: 12px solid;
    border-color: #FFE57F transparent transparent #FFE57F;
}

/* talk bubble contents */
.talktext{
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}

.talktext p{
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    white-space: pre-wrap;
}

.complemento {
    background-color: #FFE57F;
    float: right;
    clear: both;
    padding: 10px;
    min-width: 150px;
}

.complemento p{
    text-align: left;
    padding-right: 30px;
}

.complemento img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-right: 15px;
}

.complemento-data{
    padding-right: 10px;
    float: right;
    clear: both;
    font-size: 12px;
    margin: 0 5px 5px 0;
}

.providencia {
    background-color: #B3E5FC;
    min-width: 150px;
    padding: 10px;
}

.providencia-data {
    padding-left: 15px;
    float: left;
    clear: both;
    font-size: 12px;
    margin: 0 5px 5px 0;
}

.info {
    min-height: 45px;
    text-align: center;
    background-color: #B3E5FC;
    padding: 10px;
}

.consulta-form {
    width: 50%;
    padding: 5px;
    height: auto;
    margin: 0 auto;
}

.sendmsg {
    /*  height: 160px;
        background-color: #FFF;
        position: fixed;
        bottom:0px;
        left:0px;
        right:0px;
        margin-bottom:0px;
    */
    position:fixed;
    left:0px;
    bottom:0px;
    height:160px;
    background:#fff;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
}

.conteudo-conversa{
    height:auto !important;
    min-height:100%;
    margin-bottom:160px;
}

.material-icons.md-48 { font-size: 48px; }

.info-mensagem{
    font-size: 11px;
    color: #25657A;
    display: block;
}

.help-block{
    color: red;
    padding: 5px;
}

.breadcrumb {
    padding: 15px;
}

.breadcrumb>a {
    color: #3F51B5;
}

.mdl-layout__obfuscator.is-visible{
    /*visibility: hidden;*/
}

.mdl-card-note{
    background-color: transparent;
    text-align: center;
    color: #888;
}

.mdl-card-note > h4 {
    text-align: center;
    display: block;
    width: 100%;
}

.mdl-card-note > img {
    margin: 0 auto;
    display: block;
}

.box-link{
    position: absolute; bottom:0px;
}

.mdl-cell.mdl-cell--12-col.mdl-textfield {
    margin: 0;
}

.mdl-textfield {
    display: inline-block;
    font-size: 16px;
    max-width: 100%;
    padding: 15px 0;
    position: relative;
}

.lista-arquivos{
    list-style-type: none;
    background-color: #f4f4f4;
    border: 1px solid #c0c0c0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 3px;
}

.lista-arquivos > span{
    max-width: 70%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
}

.exibeFooter {
    display: inline-block !important;
}

.ocultaFooter {
    display: none !important;
}

#printable {
    visibility: hidden;
    display: none;
}

.printicon {
    border: 0px;
    display: block;
    text-decoration: none !important;
    color: #000;
}

.printicon:hover{
    border: none;
    text-decoration: none !important;
}


@media print {
    body * {
        visibility: hidden;
    }
    #printable, #printable * {
        visibility: visible;
        display: block;
    }
    #printable {
        left: 0px;
        top: 0px;
        position:absolute;
    }
    p {
        page-break-before: always;
    }
    header, .breadcrumb, .exibeFooter {
        display: none !important;
    }
}

#banner-app a {
  color: #3F51B5;
}
