﻿.TSK_DV_User {
    width: 120px;
    height: 68px;
    overflow: hidden;
    font-size: 11px;
    border: 2px solid #505050;
    border-radius: 4px;
    padding: 0px;
    background-color: #fce8b7;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
}

    .TSK_DV_User td {
        width: 120px;
        min-height: 16px;
        padding: 2px;
    }

    .TSK_DV_User tr:nth-child(1) {
        font-weight: 600;
        background-color: white;
    }

    .TSK_DV_User tr:nth-child(2) {
        font-weight: 400;
        background-color: #fce8b7;
    }

@media only screen and (max-width : 979px) {
    .TSK_DV_Validation {
        width: 99%;
    }
}

@media only screen and (min-width : 990px) {
    .TSK_DV_Validation {
        width: 49%;
        float: left;
    }
}

.TSK_DV_Validation {
    height: 73px;
    overflow: hidden;
    font-size: 14px;
    border: 2px solid #a0a0a0;
    border-radius: 4px;
    padding: 0px;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-top: 4px;
    margin-right: 2px;
}

    .TSK_DV_Validation td {
        width: 100%;
        min-height: 16px;
        padding: 2px;
        overflow: hidden;
    }

    .TSK_DV_Validation tr:nth-child(1) {
        font-weight: 600;
        background-color: #b7e8fc;
    }

    .TSK_DV_Validation tr:nth-child(2) {
        font-weight: 400;
        background-color: #ffffff;
    }

.TSK_DV_Comparison {
    width: 99%;
    overflow: hidden;
    font-size: 14px;
    border: 2px solid #a0a0a0;
    border-radius: 4px;
    padding: 0px;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-top: 4px;
    margin-right: 2px;
}

    .TSK_DV_Comparison td {
        width: 100%;
        min-height: 16px;
        padding: 2px;
        overflow: hidden;
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .TSK_DV_Comparison tr:nth-child(1) {
        font-weight: 600;
        background-color: #b7e8fc;
    }

    .TSK_DV_Comparison tr:nth-child(2) {
        font-weight: 400;
        background-color: #ffffff;
    }



.TSK_DV_Owner {
    width: 120px;
    height: 48px;
    overflow: hidden;
    font-size: 11px;
    border: 2px solid #000040;
    border-radius: 4px;
    padding: 2px;
    padding-top: 7px;
    background-color: #b7fcbd;
    cursor: default;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}
