﻿Table .RadioB,
Table .RadioB_WithTrash {
    width: auto;
    border-collapse: collapse;
    margin-top: 0px;
    border-top: 3px;
    vertical-align: top;
}

Table .NoTopMargin {
    margin-top: -3px;
}

.RadioB td,
.RadioB_WithTrash td {
    min-width: 0px;
}

    .RadioB td label,
    .RadioB_WithTrash td label {
        display: inline-block;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        min-width: 90px;
        font-weight: bold;
        text-align: center;
        border: 1px Solid #B4B4B4;
    }

    /*
.RadioB td:nth-child(even) label {
    background-color:  #B4B4B4;
}

*/
    .RadioB td label,
    .RadioB_WithTrash td label {
        border-right: 0px;
        margin-left: -4px;
        height: 31px;
        background-color: white;
    }


    .RadioB td:first-child label,
    .RadioB_WithTrash td:first-child label {
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        -ms-border-radius: 4px 0px 0px 4px;
        -o-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
        margin-left: 0px;
    }

    .RadioB td:last-child label,
    .RadioB_WithTrash td:nth-last-child(2) label {
        -webkit-border-radius: 0px 4px 4px 0px;
        -moz-border-radius: 0px 4px 4px 0px;
        -ms-border-radius: 0px 4px 4px 0px;
        -o-border-radius: 0px 4px 4px 0px;
        border-radius: 0px 4px 4px 0px;
        margin-left: -4px;
        border-right: 1px Solid #B4B4B4;
    }

    .RadioB_WithTrash td:last-child label {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -ms-border-radius: 0px 0px 0px 0px;
        -o-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        margin-left: 4px;
        border: 1px Solid transparent;
        border-right: 1px Solid transparent;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        min-width: 15px;
        font-weight: bold;
        text-align: left;
        color: #B4B4B4;
        background-color: transparent;
    }

.RadioB input[type="radio"].SelectedTrue + label,
.RadioB_WithTrash input[type="radio"].SelectedTrue + label,
.RadioB input[type="radio"]:checked + label,
.RadioB_WithTrash input[type="radio"]:checked + label {
    background-color: #1e2761;
    color: #fff;
    /*
    border: 1px Solid #dddddd;
    color: black;
    background: repeating-linear-gradient(135deg, #4F4F4F, #4F4F4F .25em, #6B6B6B 0, #6B6B6B .75em );
    */
}


.RadioB_WithTrash td:last-child input[type="radio"]:checked + label,
.RadioB_WithTrash td:last-child input[type="radio"].SelectedTrue + label {
    background-color: transparent;
    color: transparent;
}


.RadioB td input,
.RadioB_WithTrash td input {
    display: none;
}
.Trash_forInputGroups { 
    display:inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 15px;
    font-weight: bold;
    text-align: left;
    color: #B4B4B4;
    background-color: transparent;
}

.cancel-lnk {
    margin-left: 15px
}

.ValRow { 
}

    .ValRow .validation-message {
        background-position: top left;
        background-repeat: no-repeat;
        font-weight: normal;
        color: #842029;
        background-color: #F8D7DA;
        border: 1px solid #F8D7DA;
        border-radius: 7px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 20px;
        display: block;
        text-align: left;
        margin-top: 1px;
        margin-bottom: 5px;
        font-size: .8em;
        position: relative;
    }
        .ValRow .validation-message:last-child{ 
            margin-bottom: 15px; 
        }


.ValRow .validation-message:before {
    content: '\2717 ';
    font-weight: bold;
    color: #842029;
    left: 0px;
    top: 0;
    width: 20px;
    height: 12px;
    display: inline-block;
}

    .ValRow .validation-message:after {
        content: '';
        display: block;
    }



ul.validation-errors {
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: normal;
    background-color: #008da4;
    border: 1px solid #008da4;
    border-radius: 7px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 20px;
    display: block;
    text-align: left;
    margin-top: 1px;
    margin-bottom: 5px;
    position: relative;
}




    ul.validation-errors:before {
        content: "! Oops, there's something you need to fix on this form. Please check it and save after corrections.";
        font-weight: bold;
        font-size: 1em;
        color: #CCF8FF;
        display: block;
        padding-bottom: 5px;
    }

    ul.validation-errors li.validation-message {
        color: #CCF8FF;
        margin-left: 10px;
        font-size: .8em;
    }
    ul.validation-errors li.validation-message::marker {
        color: #CCF8FF; 
    }

.inputradius {
    border-radius: 4px;
}



.QuickGrid_Simple .quickgrid td ,
.QuickGrid_Simple .quickgrid th {
    padding-right: 10px;
}