*{
    font-family: "Poppins", sans-serif;
    padding:0;
    margin:0;
    vertical-align:baseline;
    list-style:none;
    border:0
}

body{
    background-color: rgb(249, 249, 249);
}

.container-area{
    background-color:rgb(249, 249, 249);
    width:100%;
    height:100%;
    padding: 0.5em;
    margin-left: 2em;
    
}

.topnav {
    background-color: rgb(255, 255, 255);    
    height: 3.5em;
    width:110%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    


   
    
}

.btn_print{
    display: none;
    background-color: rgb(230, 230, 230);
    cursor:pointer;
    height: 2em;
    width: 8em;
    margin-right: 10%;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 10px 14px -7px #7c7c7c;
    outline: 0;
    
}

.top-logo{
    width: 10em;
    margin: 10px;
    margin-left: 2em;
    cursor: pointer;
    
}



.time_course{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.asset_info{
    background-color: transparent;
    border-bottom: 1px solid rgb(124, 124, 124);
    margin-right: 15px;
    height: 25px;
    font-size:16px;
    margin-left: 5px;
    outline: 0;
    
    
}


.head_info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 97%;
    
}

.analysis_course{
    display: flex;
    flex-direction: column;
    justify-content:center;
    margin-right: 30px;
    margin-left: 5px;
}

.failure-datas{
    background-color:transparent;
    width: 144px;
    margin: 2px;
    outline: 0;
}

#failure-data-title{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    
}
#asset_name{
    width: 300px;
}

#asset_tag{
    width: 100px;
    margin-right: 30px;
}

#failurenumbers{
    width: 100px;
}

h1{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #333;
    font-size: 25px;
    font-weight: 600;
}





.tef{
    background-color: transparent;
    border-bottom: 4px solid green;
    width: 100px;
    height: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    outline: 0;
    
    



}

.falha{
    background-color: rgb(238, 159, 159);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid red;
    text-align: center;
    outline: 0;
    

}


.falhas{
    align-items: center;
    
    
    
    


}

.labels_failures{
    font-size: 12px;
    font-weight: bold;
    color: #333
 
    

}


.timeline{
    padding: 1em;
    margin-top: 1.5em;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 10px 14px -7px #7c7c7c;
    display: none;
    max-width: 94%;
    


    
        

}

h4{
    margin-bottom: 8px;
    color: #333;
}

.inputfalhas{
    
    display: flex;
    flex-direction: column;
    
    
    

}

.ttef{
display: flex;
flex-flow: row wrap;
align-items:center;

}

.results{
    grid-template:65vh auto auto / auto auto auto; 
    display: none;
    margin-bottom: 1.5em;
}


.results_boxes{
    display: grid;
    grid-template: auto / auto;

}

.grafico_d{
max-width: 60vw;
max-height: 100%;

justify-content: center;
align-items:center;





}

.result_box{
    background: linear-gradient(20deg, rgb(00, 88, 166), rgb(0, 162, 255));
    padding: 10px;
    border-radius: 15px;
    color:rgb(255, 255, 255);
    font-size: 16px;
    width: 220px;
    max-height: 100px;
    margin:10px;
    align-items:center;
    text-align: left;
    box-shadow: 0px 10px 14px -7px #000000;
    

    
}

#disponibilidade{
    background: linear-gradient(20deg, rgb(0, 133, 22), rgb(33, 197, 69));
    padding: 10px;
    border-radius: 15px;
    color:rgb(255, 255, 255);
    font-size: 16px;
    width: 220px;
    max-height: 100px;
    margin:10px;
    align-items:center;
    text-align: left;
    box-shadow: 0px 10px 14px -7px #000000;
 
}

#indisponibilidade{
    background: linear-gradient(20deg, rgb(116, 2, 2), rgb(252, 63, 63));
    padding: 10px;
    border-radius: 15px;
    color:rgb(255, 255, 255);
    font-size: 16px;
    width: 220px;
    max-height: 100px;
    margin:10px;
    align-items:center;
    text-align: left;
    box-shadow: 0px 10px 14px -7px #000000;
    

    
}

.btn{
    background: linear-gradient(20deg, rgb(0, 133, 22), rgb(33, 197, 69));
    padding: 4px;
    width: 8vw;
    height: 5vh;
    margin: 10px;
    border-radius: 5px;
    font-family: "Poppins",sans-serif;
    color:rgb(255, 255, 255);
    font-size: 13px;
    align-items:center;
    border: none;
    box-shadow: 0px 10px 14px -7px #000000;
    cursor: pointer;
    outline: 0;

}

.btn_calc{
    background: linear-gradient(20deg, rgb(0, 133, 22), rgb(33, 197, 69));
    padding: 4px;
    width: 7vw;
    margin: 10px;
    border-radius: 5px;
    font-family: "Poppins",sans-serif;
    color:rgb(255, 255, 255);
    font-size: 13px;
    align-items:center;
    border: none;
    box-shadow: 0px 10px 14px -7px #000000;
    cursor: pointer;
    outline: 0;
    

}

.label_red{
    background-color: rgb(238, 159, 159);
    width: 10px;
    height: 10px;
    border-radius: 40px;
    border: 1px solid red;
    margin-right: 5px;
}

.label_green{
    background-color: green;
    width: 40px;
    height: 3px;
    margin-right: 5px;

}

.subscription{
    display: flex;
    flex-direction: column;
    justify-content: right;
    margin-bottom: 20px;
    

}

.subscription_text{
    font-size: 11px;
    font-weight: 400;
    margin-right: 5px;
    color: #7c7c7c;

}

.subs_line{
    display: flex;
    flex-direction: row;
    align-items: center;
    

}

.asset_info_label{
    font-weight: bold;
    color: #333;
}

.footer{
    font-size: 10px;
    color:gray;
    text-align: center;
    justify-content: center;
    width: 99%;
    display: inline;
    position: absolute;
    bottom: 0;

}
