﻿.t50-manager-fullpage, .t50-manager-fullpage td, .t50-manager-fullpage tr, .t50-manager-fullpage div, .t50-manager-fullpage p, .MDList, .t50-manager-fullpage .Normal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 16px;
}

table.t50-editmanagerform {
    width: 100%;
}

.t50-editmanagerform td {
    padding: 5px
}

.co-select {
    margin-bottom: 5px;
}

.MDEditInsertControl {
    width: 200px;
}

.AdminFields td {
    vertical-align: top;
}

ul {
    margin: 0px;
    padding-left: 15px;
}

.t50-validator {
    color: red !important;
}

.t50-languagestable tr:nth-child(even) {
    background-color: #dae1e6
}

.t50-languagestable th {
    font-weight: normal;
    text-align: left;
    width: 160px;
}


/*Search Label an Input Styling*/
.search-btn-wrapper {
    margin-bottom: 25px;
}

.ly-search label {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: bold;
    color: #0C4DA2;
}

.RadGrid_Default {
    border-bottom: 0px solid #232323;
    min-width: 990px;
    color: #333;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
}

.RadGrid_Default,
.rgMasterTable {
    font-size: 14px;
}

.rgMasterTable {
    border-collapse: separate !important;
    background-color: #fff;
    width: 100%;
}

    .rgMasterTable th,
    .rgMasterTable td {
        padding-left: 10px;
    }

    .rgMasterTable .rgHeader {
        background-color: #FFF;
        border-bottom: 1px solid #CCC !important;
        padding: 15px 10px !important;
        text-align: left;
        font-weight: bold;
        color: #0C4DA2;
    }

        .rgMasterTable .rgHeader:first-child {
            background-position: -2px 0;
            width: 50px;
        }

.rgHeaderWrapper .rgHeaderDiv {
    margin-bottom: 0 !important
}

/*hierarchy*/

.rgMasterTable table .rgHeader {
    height: 26px
}

.rgDataDiv {
    height: auto !important;
}

.rgHeader,
.rgHeader a {
}

.rgRow td,
.rgAltRow td {
    padding: 10px !important;
    color: #0C4DA2;
}

    .rgRow td:nth-child(3), .rgAltRow td:nth-child(3) {
        font-weight: bold;
    }

    .rgRow td:nth-child(1), .rgAltRow td:nth-child(1) {
        width: 50px;
    }


.rgRow td,
.rgAltRow td {
    border-bottom: 1px solid #CCC;
}

.rgRow a,
.rgAltRow a {
    color: #333;
}

.rgRow td:first-child,
.rgAltRow td:first-child {
    border-left-color: #fff
}

.rgPager {
    background: #FFF;
    border-top: 1px solid #CCC;
    color: #0C4DA2;
}

.rgPagerCell {
    padding: 15px 15px 15px 15px !important;
}

    .rgPagerCell .rgArrPart1 {
        padding-left: 0 !important;
        float: right !important;
        font-size: 36px !important;
    }

        .rgPagerCell .rgArrPart1 a {
            padding-left: 3px;
            padding-right: 3px;
            color: #0C4DA2;
        }

            .rgPagerCell .rgArrPart1 a:hover {
                text-decoration: none;
                color: #CCC;
            }

    .rgPagerCell .rgInfoPart {
        float: right !important;
        padding-left: 0 !important
    }

    .rgPagerCell .rgWrap {
        line-height: 16px !important
    }

    .rgPagerCell input {
        display: none
    }

.rgPager a {
    color: #333
}


.t50-attachment-upload {
    margin-bottom: 25px;
}

    .t50-attachment-upload .form-row {
        margin-top: 5px;
    }

        .t50-attachment-upload .form-row .col {
            display: flex;
            align-items: center;
        }

            .t50-attachment-upload .form-row .col:nth-child(3) {
                justify-content: flex-end;
            }

.checkbox-list label, .radiobutton-list label {
    margin-left: 5px;
}

.radiobutton-list.availability {
    list-style-type: none;
    display: flex;
    padding: 0;
}

    .radiobutton-list.availability li {
        margin: 0;
    }

        .radiobutton-list.availability li input {
            margin-left: 10px;
        }

        .radiobutton-list.availability li label {
            margin-bottom: 0;
        }

.registration-success {
    color: green;
    margin: 40px 0 60px 0;
    display: block;
}


/* disable some Status, except if they're currently selected/used */
select[id$="ddlStatus"] option[value="Awaiting Profile"]:not([selected]),
select[id$="ddlStatus"] option[value="Deleted"]:not([selected]) {
    display: none;
}
