﻿#ctl00_phMain_RadWindow_NavigateUrl_C {
    padding: 12px !important;
}

.RadWindow {
    border: none;
    padding: 0;
    background-color: transparent !important;
}

    /* both selectors below can be replaced with setting VisibleTitlebar="false" */
    /* remove the titlebar widening */
    .RadWindow .rwTitleBar {
        margin: 0;
        display: none;
    }


    /* remove the border around the content */
    .RadWindow .rwContent {
        border: 4px solid #0F733A;
        background-color: #54565A;
        padding: 20px 20px 10px 20px;
        border-radius: 0px;
        color: white;
    }

    .RadWindow .RadLabel.RadLabel_Bootstrap {
        color: white;
    }

    .RadWindow .rwDialog .rwDialogContent {
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .RadWindow .rwDialog.rwAlertDialog .rwOkBtn {
        font-size: 1em;
        padding: 0.5em 1em 0.5em 1em !important;
        background-color: #0F733A !important;
        font-weight: bold;
        margin-left: 10px;
        margin-right: 10px;
        xwidth: 140px;
    }

    .RadWindow .rwDialog.rwConfirmDialog .rwOkBtn {
        font-size: 1em;
        padding: 0.5em 1em 0.5em 1em !important;
        background-color: #0F733A !important;
        font-weight: bold;
        margin-left: 10px;
        margin-right: 10px;
        xwidth: 140px;
    }

    .RadWindow .rwDialog.rwConfirmDialog .rwCancelBtn {
        font-size: 1em;
        padding: 0.5em 1em 0.5em 1em !important;
        background-color: #0F733A !important;
        font-weight: bold;
        margin-left: 10px;
        margin-right: 10px;
        dwidth: 100px;
    }

    /* remove the statusbar */
    .RadWindow .rwStatusBar {
        margin: 0;
        display: none;
    }


    /* login screen etc */

    .ModernWindow.ModernContent {
        border: 4px solid #0F733A;
        background-color: #54565A;
        padding: 20px 20px 20px 20px;
        border-radius: 0px;
        color: white;
    }


.ModernWindow.ModernContentWhite {
    xbackground-color: palevioletred !important;
    display: flex;
    flex-flow: column;
    flex-direction: column;margin:auto;
    xpadding-left: 5px;
   xpadding-right: 5px;
}


.ModernWindow .SectionColumn {
    display: flex;
    flex-flow: column;
    flex-direction: column;
    width: 33%;
}

.ModernWindow .SectionHeader {
    margin: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    xheight: 30px;
    border-color: #0F733A;
    border-width: 2px 2px 1px 2px;
    border-style: solid;
    background-color: #0F733A;
    color: white;
    margin: 5px 10px 0 10px;
    text-align: center;
    font-weight: bold;
    xpadding-top: 8px !important;
    font-size: larger;
    padding-left:5px;
    padding-right:5px;
}

.ModernWindow .SectionBody {
    height: 100%;
    border-color: #0F733A;
    border-style: solid;
    border-width: 0 2px 2px 2px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0 10px 5px 10px;
    padding: 5px;
}

    .ModernWindow .SectionHeader.NoOuterMargin, .ModernWindow .SectionBody.NoOuterMargin {
        dbackground-color: orange !important;
        margin: 0;
        dpadding: 0;
        width: 100%;
    }

    .ModernWindow .SectionHeader.NoOverflow, .ModernWindow .SectionBody.NoOverflow {
        overflow: hidden;
    }

.ModernWindow .SectionHeader.Lozenge {
    border-color: #0F733A;
    background-color: #0F733A;
}

.ModernWindow .SectionBody.Lozenge {
    border-color: #0F733A;
}

.SpaceBelow {
    margin-bottom: 4px !important;
}

    .resp-table {
        width: 100%;
        display: table;
    }

.resp-table-caption {
    display: table-caption;
}

.resp-table-header {
    display: table-header-group;
}

.table-header-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid black;
}

.resp-table-body {
    display: table-row-group;
}

.resp-table-row {
    display: table-row;
}

.table-body-cell {
    display: table-cell;
    padding: 4px 0 4px 0 !important;
}

.resp-table-footer {
    display: table-footer-group;
}

.table-footer-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid black;
}


#resp-table-caption {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#resp-table-header {
    background-color: gray;
    font-weight: bold;
    font-size: 25px;
}

#resp-table-footer {
    background-color: gray;
    font-weight: bold;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.45);
}


.table-body-cell.col1 {
    width: 28%;
}

.w .table-body-cell.col1 {
    width: 40%;
}

.table-body-cell.col2 {
}


.RadButton.rbRounded {
    border-radius: 0px !important;
}
.RadGrid_Bootstrap {
    border-radius:0px !important;
}
.RadComboBox_Bootstrap .rcbInner {
    border-radius: 0px !important;
}
.RadComboBoxDropDown_Bootstrap {
    border-radius: 0px !important;
}
.RadInput_Bootstrap .riTextBox {
    border-radius: 0px !important;
}