html {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

@media print {
    body {-webkit-print-color-adjust: exact;
    }
    /* .bg-1 {background-color: #e2e1e1 !important; }*/
    
}

@media screen {
    body {-webkit-print-color-adjust: exact;}
    
}
.container {
    width: 790px;
    margin-left:auto;
    margin-right: auto;
    padding: 10px;
}

.header {
    display: table;
    width: 100%;
    /* background-color: #303039; */
    border-radius: 10px 10px 0px 0px;
}

.borda2 {
    border-radius: 10px 10px 0px 0px;
}

.borda3 {
    border-radius: 10px;
    border: 1px solid #ffcd29;
}

.borda4 {
    border-radius: 0px 10px 0px 0px;
    border: 1px solid #ffcd29;
}

.avaliacao  {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #f1f1f1 ;
    display: table;
    width: 99.75%;
    box-shadow: 0px 0px 1px #aaa;
}

.tit {
    color: white;
    width: 350px;
    margin-left: 10px;
    float: left;
}

.header .-marca {
    height: 90%;
    float: right;
    margin-right: 30px;
    margin-top:40px;
    object-fit: scale;
}

.mask-img {
    display: block;
    max-width: 100%;
    height: 180px;
    margin:10px;
    float: left;

}

.object-mask {
    -webkit-mask-image: url(mascara.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 150px;
    -webkit-mask-position: center;
}

.estrela ul {
    display: block;
}

.estrela li {
    display: inline-block;
}

.avaliacao .info {
    align-items: center;
    margin-top: 10%;
    margin-left: 40%;
    display: table;
}

.borda {
    padding: 10px;
    margin-top:20px;
    border-radius:  10px;
    border: 1px solid #ffcd29;
    /* border: 1px solid #303039; */
}

.econtrol {
    display: table;
    width: 97.5%;
}

.logo {
    width: 145px;
    float: left;
    object-fit: contain;
}

.econtrol .endereco {
    margin:10px;
    width: 400px;
    float: left;
}

.os {
    margin: 10px 5px 0px 5px;
}

.titulo::after {
    content:"";
    width: 100%;
    height: 1px;
    background-color: black;
    display:block;
    margin-top: 5px;
}

.titulo {
    /* margin-top: -5px; */
    margin-bottom:20px;
}

.tecnico {
    line-height: 20px;
}

/* formulario */

.botao {
    height:35px; width:60px;
}

.input-avaliacao {
    height: 28px; width:300px;
}

/* card pragas */

.aba {
    color: black !important; 
    /* text-shadow: 0px 1px 1px #8e8585; */
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
    width: fit-content;
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /*chrome*/     border: 1px solid #ffcd29;
    border-bottom: #fff;
    border-radius: 10px 10px 0px 0px;
    background-color: #FFC107;
}

.ficha  {
    margin: 0;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #ffcd29;
    /* border: 1px solid #303039; */
}

.margin-foto {
    width: 90%;
    margin-bottom: 8px;
}

.foto-praga {
    width:100%;
    
}

.foto-info {
    width:90%;
}

.descricao {
    font-size: x-small;
}

.praga-card {
    margin-top:10px;
    margin-bottom: 15px;
    clear: both;
}


.tabela-qtd th {
    font-size: 10px;
    background-color: orange;
    padding:3px;
}

.tabela-qtd td {
    padding: 3px;
    font-size: 10px;
    text-align: center;
    padding-left: 10px;
    width: 40%;
    border-bottom: 1px solid rgb(189, 189, 189);
}

/* .tabela-desc td:last-child {
    border-left: 1px solid rgb(189, 189, 189);
} */

.tabela-local {
    width: 100%;
}

.tabela-local th {
    background-color: #dadada;
    padding:5px;
}

.tabela-local td {
    padding: 6px;
    text-align: center;
    border-bottom: 1px solid rgb(189, 189, 189);
}

.tab {
    font-size: small;
}

.seta::before {
    content:'';
    background: url('seta.png') no-repeat top;
    background-position-y: 8px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.esp1 {
    margin: 0px;
}

.esp1 p {
    font-size: x-small;
}

.esp2 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.esp3 {
    margin-top:20px;
}

.f-small {
    font-size: small;
}

.page-break {
    page-break-before:always;
}

.desc-foto {
    font-size: x-small;
 }

.empresa {
    margin-top: 20px;
    font-size:12px;
}

.area {
    margin-top:30px;
}

.esp4 {
    margin-top:80px;
}

.line {
    line-height: 26px;
}

/*CSS para impressão*/
@media print {

    body {
        font-size: 11px !important;
       
    }

    .avaliacao {
        display:none;
    }

    .header {
        display: none;
    }

    .w3-col.m4, .w3-third {
        width: 33.33333% !important;
    }

    .w3-col.m3, .w3-quarter {
        width: 24.99999% !important;
    }

    .w3-col.m9, .w3-threequarter {
        width: 74.99999% !important;
    }

    .descricao {
        line-height:10px !important;
        font-size:10px !important;
    }

    .titulo h2 {
        font-size:14px !important;
    }
    
    .esp1 p {
        font-size: x-small !important;
     }

    .w3-col.m8, .w3-twothird {
        width: 66.66666% !important;
    }

    #marcas img {
        width: 70% !important ;
    }

    #selos img {
        width: 30% !important ;
    }

    .contratante img {
        width: 70% !important;
    }

    .w3-col.m2 {
        width: 16.66666% !important;
    }

    .w3-col.m7 {
        width: 58.33333% !important;
        font-size:11px !important;
    }

    h3 {
        font-size: 16px !important;
    }

}

.big-red {
    color: #f11;
    font-size: 50px;
}

.rating {
    width: 300px;
    height: 200px;
    background-color: red;
}

#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 1;
    left: 0;right:0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}
#toast #img{
	width: 50px;
	height: 50px;
    
    float: left;
    
    padding-top: 16px;
    padding-bottom: 16px;
    
    box-sizing: border-box;

    
    background-color: #111;
    color: #fff;
}
#toast #desc{

    
    color: #fff;
   
    padding: 16px;
    
    overflow: hidden;
	white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}

.rating-star:hover {
    scale: 1.2;
}