﻿.log-container {
    margin: 0 auto;
    display: table;
    width: 104%;
}

.log-box {
    /*width: 400px;*/
    height: auto;
    transition:height 1s;
    /*background: gray;*/
    /*position: absolute;*/
}

.log-head {
    width: 100%;
    height: 80px;
    /*background: #a2a2a2;*/
    display: flex;
}

.log-body {
    width: 107%;
    height: auto;
    /*background: #616161;*/
}

.log-foot {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    /*background: #3c3c3c;*/
}

.log-row {
    display: inline-flex;
    width: 100%;
}

.log-col {
    width: inherit;
    height: 45px;
    /*background: red;*/
    display: inline-flex;
    align-content: space-between;
    margin: 2px;
}

.log-logo {
    height: inherit;
    width: 75px;
    /*background: antiquewhite;*/
    float: left;
    display: flex;
}

    .log-logo img {
        /*width: inherit;*/
        width: 102px;
        height: 50px;
        margin-top: 10px;
    }

.log-desc {
    float: right;
    height: inherit;
    width: 100%;
    /*background: aqua;*/
    font-family: sans-serif;
    text-align: center;
    line-height: 25px;
}

    .log-desc h4 {
        margin: 0;
        margin-top: 2px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color:white;
    }

.nam {
    width: 95%;
    height: 88%;
    margin: 3px;
    color: #fff;
    box-shadow: 0 20px 30px rgba(125,147,178,.3);
    border: none;
    border-radius: 10px;
    text-align: center;
    font-family: sans-serif;
    line-height: 30px;
    font-size: 1.1rem;
}

    .nam h5 {
        /*margin: 0;*/
        font-size: 1.8rem;
    }
small {
    color: #fff!important;
}
.vorque {
    background: #FFCB00;
}

.orquester {
    background: #7878FF;
}

.assetrix {
    background: #CB00CB;
}

.cognitio {
    background: #1C6820;
}

.projet {
    background: #0000FF;
}

.servizo {
    background: #0097FF
}

.microbi {    
    background: #A93ED9;
}

.risk {
    background: #970000;
}

.issues {
    
    background: #18B50C;
}
