* {
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    box-sizing:border-box;
    outline: none;
    margin: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.logo_print {
    display: none;
}

@media print {
    .logo { display: none; }
    .logo_print { display: inline-block; }
}


body {
    color: rgb(0,0,0);
    padding: 10px;
    text-align: center;
}

table, tr, th {
    padding: 0px;
    margin: 0px;
}

table {
    color: rgb(255,255,255)
}

.maintable {
    width: 80%;
    border-collapse: collapse;
    border-radius: 5px;
    margin: 0px;
}

.thLogo {
    background-color:#5D00FF; 
    text-align: center; 
    border-top-left-radius:10px;
    border-top-right-radius:10px
}

.title {
    background-color: rgb(84, 84, 84) !important; 
    font-weight: bold; 
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif; 
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

.bold {
    font-weight: bold;
}

.tableInternal {
    color: black;
    border: 1px solid black;
    width: 100%;
    margin: 0x;
}

.black {
    color: rgb(0,0,0);
}

.errorDialog {
    background-color: #FF3D74;
    margin: 20px 50px 20px 50px; 
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    word-break: break-all;
    color: white;
}

.errorDialog span {
    color: black;
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
}