﻿#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 #6BA43A;
    background-color: #54565A;
    padding: 20px 20px 10px 20px;
    border-radius: 18px;
    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: #6BA43A !important;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.RadWindow .rwDialog.rwConfirmDialog .rwOkBtn {
    font-size: 1em;
    padding: 0.5em 1em 0.5em 1em !important;
    background-color: #6BA43A !important;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.RadWindow .rwDialog.rwConfirmDialog .rwCancelBtn {
    font-size: 1em;
    padding: 0.5em 1em 0.5em 1em !important;
    background-color: #f3732a !important;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

/* remove the statusbar */
.RadWindow .rwStatusBar {
    margin: 0;
    display: none;
}


/* login screen etc */

.ModernWindow.ModernContent {
    border: 4px solid #6BA43A;
    background-color: #54565A;
    padding: 20px 20px 20px 20px;
    border-radius: 18px;
    color: white;
}


.ModernWindow.ModernContentWhite {
    display: flex;
    flex-flow: column;
    flex-direction: column;
    margin: auto;
}


.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: 10px;
    border-top-right-radius: 10px;
    border-color: #6BA43A;
    border-width: 2px 2px 1px 2px;
    border-style: solid;
    background-color: #6BA43A;
    color: white;
    margin: 5px 10px 0 10px;
    text-align: center;
    font-weight: bold;
    font-size: larger;
    padding-left: 5px;
    padding-right: 5px;
}

.ModernWindow .SectionBody {
    height: 100%;
    border-color: #6BA43A;
    border-style: solid;
    border-width: 0 2px 2px 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 10px 5px 10px;
    padding: 5px;
}

.ModernWindow .SectionHeader.NoOuterMargin, .ModernWindow .SectionBody.NoOuterMargin {
    margin: 0;
    width: 100%;
}

.ModernWindow .SectionHeader.NoOverflow, .ModernWindow .SectionBody.NoOverflow {
    overflow: hidden;
}

.ModernWindow .SectionHeader.Lozenge {
    border-color: #f3732a;
    background-color: #f3732a;
}

.ModernWindow .SectionBody.Lozenge {
    border-color: #f3732a;
}

.ModernWindow .SectionBody.FilledBody {
    background-color: var(--Lozenge-Background-Green);
}

.SpaceBelow {
    margin-bottom: 4px !important;
}

.resp-table {
    width: 100%;
    display: table;
}

.resp-table-body {
    display: table-row-group;
}

.resp-table-row {
    display: table-row;
}

.resp-table-cell {
    display: table-cell;
    padding: 0;
}

.resp-table-caption-header {
    caption-side: top;
    display: table-caption;
}

.resp-table-caption-body {
    display: table-row-group;
    background-color: var(--Lozenge-Background-Green);
}

.resp-table-cell.pt {
    padding-top: 4px !important;
}

.resp-table-cell.pb {
    padding-bottom: 4px !important;
}

.resp-table-cell.pl {
    padding-left: 4px !important;
}

.resp-table-cell.pr {
    padding-right: 4px !important;
}

.resp-table-cell.p {
    padding-bottom: 4px !important;
}

.table-body-cell {
    display: table-cell;
    padding: 4px 0 4px 0 !important;
}

.table-body-cell.col1 {
    width: 28%;
}

.w .table-body-cell.col1 {
    width: 40%;
}

.table-body-cell.col2 {
}
