﻿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 {
}

.ValRowAmber .validation-message {
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: normal;
    color: #842029;
    background-color: #ffe6cc;
    border: 1px solid #ffe6cc;
    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 {
    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: #205386;
    border: 1px solid #205386;
    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;
}

.UsersA {
    display: inline;
    position: relative;
}

.UsersB {
    display: inline;
    position: relative;
    z-index: 95;
}

.UsersA .UsersC {
    left: -212px;
    top: 1px;
    width: 200px;
    height: 200px;
    position: absolute;
    display: none;
    background-color: white;
    border: 2px solid #D6D6D6;
    padding: 4px;
    z-index: 99;
}

.UsersA:hover .UsersC {
    display: block;
}

.DomSettingsHeader {
    background-color: #6b99b9 !important;
    color: #ffffff !important;
}

.GreyText {
    color: lightgrey;
}

.IntSettingsGrid .rz-grid-table thead th .rz-column-title {
    justify-content: center;
}

.IntSettingsGrid .rz-grid-table td .rz-cell-data {
    text-align: center;
}

.IntActive {
    background-color: #3399ff !important;
}

.IntNotActive {
    background-color: #99ccff !important;
}

.IntAdultBgDark {
    background-color: #cce6ff !important;
}

.IntAdultBg {
    background-color: #e6f2ff !important;
}

.IntAdolescentBgDark {
    background-color: #e6e6e6 !important;
}

.IntAdolescentBg {
    background-color: #fff !important;
}

.IntPaediatricBgDark {
    background-color: #ffd6cc !important;
}

.IntPaediatricBg {
    background-color: #ffebe6 !important;
}

body .rz-dropdown-items-wrapper .rz-dropdown-items li, body .rz-dropdown-items-wrapper .rz-dropdown-item {
    padding: 0.3rem;
}

.RowOdd {
    background-color: #F6F7FA
}
.RowEven { 
} 