/*sezione personalizzata fte */
@font-face {
    font-family: Sen-Regular;
    src: url("/static/app/fonts/sen/Sen-Regular.c92d05ebbdb4.ttf");
    }
@font-face {
    font-family: Metrophobic-Regular;
    src: url("/static/app/fonts/metrophobic/Metrophobic-Regular.307eb5a83ef7.ttf");
    }
        
html, body {
    height: 100%;
    font-family: Metrophobic-Regular !important;
    margin-top: 60px !important;
    }


    .user-profile{
        /* width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block; */
        padding-left: 14px;
        color:#87cf3d ;
    }
    .user-text{
        font-size: 14px;
    }

/* Contenitore general del Record */
.dd-record-cnt{
    margin-bottom: 100px;
}
.dm-link{
    color: rgb(83, 83, 83) !important;

}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.save-record:hover{
    color: gray;
    /* box-shadow:         3px 3px 5px 3px rgb(167, 167, 167);  */
}

.delete-unit-item-cnt{
    /* border :solid 1px gray; */
    border-radius: 6px;
    text-align: center;
    min-height: 38px;
    /* padding-top: 6px; */
    font-size: 30px;
}
.delete-unit-item-cnt:hover{
    background-color: rgb(230, 230, 230);
}

.wiki-def-link{
    text-decoration: underline;
    font-style: italic;
    color: #87cf3d;
  
}

.wiki-table th{
    border-bottom: solid 1px gray;

}
.rrobot.active{
    background-color:#cdff9b  ;
}
.record-message{
    padding: 4px;
    margin: 2px;
    width: 100%;
}

.form-group.cont-area{
    padding: 6px;

    border: dotted 1px rgb(190, 190, 190);
    border-radius: 8px;
    
    background-color: #f7f7f7;
}