body {
    background-color: #f1f5f9;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;

    background-color: #f1f5f9;
}

td {
    padding: 4px;
    border: 1px black solid;
}

.masterheader {
    background: #484242;
    color: #ece4e4;
    font-weight: 500;
}

.header {

    color: #484242;
    background: #ece4e4 !important;
    font-weight: 500;
    /* font-weight:bold; */

}

.normal {
    border: 1px black solid;
    background: white;
    color: black;
    height: 40px;
    /* background:white; */
}

input[type="text"]   {
    /* border:1px; */
    border: 0px;
    border-bottom: 1px black solid;
    outline: none;
    width: 100%;
}

.info{
    border:1px blue solid !important;
}

input:focus {
    /* border:1px; */
    border: 0px;
    border-bottom: 1px black solid;
    outline: none;
}


#sendbutton {
    background: #BE3025;
    font-weight: 600;
    color: #ece4e4;
    border-radius: 2px;
    padding: 5px;
    font-size: 18px;
    min-width: 300px;
    margin: 5px;
}

.inputerror{
    border:2px red solid !important;
}

.mail{
    display:inline-block;font-size:18px;border-radius:10px;padding:10px !important;margin:5px;
}

.mail.admin{
    color:#484242;background:white;border:1px black solid;

}

.mail.user{
    color:white;background:#0084FF;
    margin-left:50px;
}

.pogrubione{
    font-weight:bold;
}