﻿body {
    font-family: Arial;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.AreaPanel {
    padding-bottom: 5px;
    float: left;
    width: 100%;
}

.HelpInfoTable {
    Width: 950px;
    border: 2px dashed black;
    border-collapse: collapse;
}

.HelpInfoTable td, th {
    border: 1px solid #808080;
    padding: 5px 7px 2px 7px;
}

.HelpInfoCell {
    width: 100px;
    font-weight: 900;
    vertical-align: top;
}

.HelpInfoCellHeader {
    font-size: 20px;
    font-weight: bolder;
    height: 30px;
    vertical-align: bottom;
}

div.RadDropDownList_Silk .rddlInner {
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
}

div.RadTabStrip .rtsOut,
div.RadTabStrip .rtsIn,
div.RadTabStrip .rtsLink {
    padding-left: 2px;
    padding-right: 1px;
}

div.RadTabStrip .rtsLevel1 .rtsTxt {
    padding-left: 0px;
    padding-right: 2px;
}

div.SlimCombo .rcbReadOnly .rcbInputCell,
div.SlimCombo .rcbHovered .rcbReadOnly .rcbInputCell {
    padding-left: 0px;
    padding-right: 1px;
}


.RadGridAutoHeight .rgDataDiv {
    height: auto !important;
}

.SelectedNode {
    font-weight: 900;
}

.SoftBox {
    box-shadow: 0 0 0 1px #000000, 0 0 0 2px rgba(0, 0, 0, 0.55);
    padding: 0px 0px 0px 2px;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 2px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.TwoAxisTable {
    table-layout: fixed;
    width: 950px;
}

.TwoAxisTable td, th {
    height: 24px;
    border: 1px solid #ccc;
    font-weight: bold;
    vertical-align: central;
}

.TwoAxisTable tr:nth-child(1) {
    text-align: center;
}

.TableHiddenCells,
.TableHiddenCells tr td {
    border-spacing: 0px;
    border-width: 0 0 0px !important;
    padding: 0px 0px 0px 0px !important;
    width: 100%;
}

.TableWideCells,
.TableWideCells tr td {
    border-spacing: 0px;
    border-width: 0 0 0px !important;
    padding: 0px 9px 2px 0px !important;
    width: 100%;
}

#imgImageLogo:hover {
    opacity: 0.4;
}

form {
    position: absolute;
    overflow-x: auto;
    width: 100%;
    min-height: 100%;
}

page {
    font-family: Arial;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: rgba(234, 235, 236, 0.25);
    min-width: 600px;
}

legend {
    font-weight: bolder;
    margin-bottom: 5px;
    margin-top: 5px;
}

fieldset {
    border: 1px solid #B2B2B2;
    padding: 6px 6px 6px 6px;
}

div.RadAsyncUpload {
    width: 304px;
}

div.RadAsyncUpload .ruBrowse {
    margin-left: 0px;
    padding-bottom: 0px;
    width: 70px;
}

div.RadAsyncUpload .ruInputs li {
    margin-bottom: 0px;
}

div.FixedArea {
    display: flex;
}
div.FixedAreaRight {
    flex: 0 0 auto;
}

div.FixedAreaFull {
    flex: 1 1 auto;
}

@media (max-width: 850px) {
    div.FixedArea {
        display: block;
    }
}

div.FlexAreaStart {
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
}
div.FlexStart {
}

div.FlexAreaLeftRight {
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}

div.FlexLeft {
    flex-grow: 1;
}
div.FlexRight {
}

div.FlexAreaGap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.bodyContainer,
div.Container {
    padding: 8px 10px 8px 10px;
    background: rgba(234, 235, 236, 0.51);
    border: solid 1px #B2B2B2;
    position: relative;
    margin-bottom: 6px;
}

a:link {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

a:visited {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

a:active {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

a:hover {
    cursor: pointer;
    color: #000000;
}

.boldLargeHeaderText {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.boldHeaderText {
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-left: 5px;
}

.normalHeaderText {
    font-family: Times New Roman;
    font-size: 12px;
    color: #000000;
}

.verySmallBoldLabel {
    font-family: Times New Roman;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    padding-left: 2px;
    vertical-align: text-top;
}

.normalSectionHeaderText {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.paddedNormalText {
    font-family: Times New Roman;
    font-size: 13px;
    color: #000000;
    padding-left: 70px;
}

div.MenuHeaderPanel {
    border-bottom: 1px solid #B2B2B2;
    color: black;
}

div.MenuHeaderSpacer {
    height: 15px;
}
div.MenuHeaderLine {
    border-bottom: 1px solid #B2B2B2;
}

span.MenuHeader {
    font-size: 16px;
    padding: 11px 35px;
    display: block;
    font-weight: bold;
}

.GridControl {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 10px;
    padding: 5px 0px;
}

.GridButtonPanelRight {
    padding: 105px 0px 0px 10px;
    float: right
}

.GridButtonPanelLeft {
    overflow: hidden;
}

.TableDetailListSmall {
    width: 33%;
}

.TableDetailList {
    width: 49%;
}

.TableDetailListWide {
    width: 95%;
}
.TableDetailListWide td:first-child {
    width: 20%;
}

.TableDetailListFull {
    width: 99%;
}
.TableDetailListFull td:first-child {
    width: 15%;
}

.TableDetailListSmall td:first-child,
.TableDetailList td:first-child {
    width: 25%;
}

.ListViewLayoutFieldset {
    margin-bottom: 10px;
}

.ListViewItemFieldset {
    float: left;
    width: 440px;
    margin: 6px;
    background-color: #e8e8e8;
}
.ListViewAltItemFieldset {
    float: left;
    width: 440px;
    margin: 6px;
    background-color: #e8e8e8;
}

.SmallButtonTextPadding .rbDecorated {
    padding-left: 15px !important;
}

.TreeLimitText {
    padding: 0px 0px 4px 10px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    animation: glow-animation 2.0s infinite alternate;
}

@keyframes glow-animation {
    0% {      
        color: black;
    }

    50% {
        color: red;
    }

    100% {    
        color: red;
    }
}

/* #region RadToolbar */
.RadToolBar.main-toolbar {
    width: 100%;
    height: 100% -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    background-color: #e8e8e8;
    font-size: 15px;
    font-weight: normal;
}

.RadToolBar.main-toolbar .rtbOuter {
    padding: 1px;
    border: 0;
    background: none;
}

.RadToolBar.main-toolbar .rtbItem {
    border: 0;
    border-right: 1px solid #cdcdcd;
}

.RadToolBar.main-toolbar .rtbWrap {
    color: inherit;
    border-width: 0;
}

.RadToolBar.main-toolbar .rtbChoiceArrow {
    background-position: -15px -65px;
}

/* Icons */
.RadToolBar.main-toolbar .rtbIcon {
    background-image: url( "../Images/toolbar-icon-sprite.png" );
    background-position: 0 0;
    background-repeat: no-repeat;
}

.RadToolBar.main-toolbar .radIconNew .rtbIcon {
    background-position: -2px -2px;
}

.RadToolBar.main-toolbar .radIconOpen .rtbIcon {
    background-position: -2px -22px;
}

.RadToolBar.main-toolbar .radIconSave .rtbIcon {
    background-position: -2px -42px;
}

.RadToolBar.main-toolbar .radIconUndo .rtbIcon {
    background-position: -2px -62px;
}

.RadToolBar.main-toolbar .radIconRedo .rtbIcon {
    background-position: -2px -82px;
}

.RadToolBar.main-toolbar .radIconCopy .rtbIcon {
    background-position: -2px -102px;
}

.RadToolBar.main-toolbar .radIconPaste .rtbIcon {
    background-position: -2px -122px;
}

/* Upload */
.hiddenUpload {
    height: 100%;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

    .hiddenUpload input {
        cursor: pointer;
    }

    .hiddenUpload .ruInputs {
        height: 100%;
    }

.RadToolBar.main-toolbar .uploadContainer {
    padding-top: 3px;
    padding-bottom: 1px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.uploadContainer > span {
    position: relative;
    z-index: 1;
}
/* #endregion */

/* #region Footer*/
#footer {
    padding: 0 1em;
    height: 40px;
    background: grey;
}

.zoomSlider {
    float: right;
    margin: 0.8em 0;
    width: 220px !important;
}

.zoomSlider .rslHorizontal a.rslHandle {
    background: none !important;
}

    .zoomSlider .rslHorizontal a.rslHandle:before {
        margin: -10px 0 0 -10px;
        width: 20px;
        height: 20px;
        color: black;
        font: bold 20px/1 monospace;
        text-indent: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
    }

.zoomSlider .rslHorizontal a.rslDecrease:before {
    content: "-";
}

.zoomSlider .rslHorizontal .rslIncrease:before {
    content: "+";
}

.outherPanes {
    height: auto !important;
}
/* #endregion */

.RadPanelBar .rpItem .rpLink,
.RadPanelBar .rpItem .rpLink:hover
.RadPanelBar .rpItem .rpSelected,
.RadPanelBar .rpItem .rpSelected:hover
.RadPanelBar .rpItem .rpExpanded,
.RadPanelBar .rpItem .rpExpanded:hover {
    border-color: #cdcdcd !important;
    color: #000000 !important;
    background-color: #f9f9f9 !important;
}

.RadPanelBar .rpItem a.rpExpandable {
    border: 1px solid #cdcdcd !important;
    border-top-width: 0 !important;
}

.RadPanelBar a.rpExpanded span.rpExpandHandle {
    background-position: 0 -5px;
}
/* #region Shapes toolbox */
.shapesPanelBar .rpTemplate {
    border-left: 1px solid #cdcdcd;
    padding: 0 !important;
}

.item-container {
    padding: 6px 4px;
    float: left;
    text-align: center;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    width: 100px;
}

.item {
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
}

/* #endregion */

/* #region Properties panels */
.configPanels .rpItem a.rpExpandable {
    border-top: 1px solid #cdcdcd !important;
    border-bottom-width: 0 !important;
}

.configPanels ul.rpRootGroup {
    border-width: 0 0 1px;
}

.configPanels div.rpSlide {
    border: 1px solid #cdcdcd;
    border-width: 1px 1px 0;
}
/* #enregion */

.wideSplitBar .rspCollapseBarCollapse,
.wideSplitBar .rspCollapseBarExpand {
    height: 100% !important;
    line-height: 16px !important;
    width: 16px !important;
    background-color: transparent !important;
    background-position: 0px !important;
    background-image: url(../Icons/right-left.png) !important;
    background-repeat: repeat-x !important;
}


.btnDisable .rbPrimaryIcon {
    background: url(../Images/rotate.gif) !important;
}

.RadButton,
.RadMenu a.rmLink {
    font-size: 13px !important;
}

.RadRadioButton .rbToggleRadio,
.RadRadioButton .rbToggleRadioChecked {
    background-image: none !important;
}

.rbPrimaryIcon::before, .rbSecondaryIcon::before {
    content: "" !important;
}

.reportLayoutTable {
    width: 100%;
    table-layout: fixed;
}

/*break-inside: avoid;*/
.reportLayoutTableRow {
    height: 24px;
    page-break-inside: avoid;
}

.reportLayoutHeaderLine,
.reportLayoutHeaderLineFixed {
    background-color: #D7D5D1;
}

.reportLayoutHeaderLineFixed {
    font-size: 13px;
    font-weight: bold;
    height: 30px;
}

.reportLayoutNormalLine {
    background-color: #EEEEEE;
}

.reportLayoutAlternateLine {
    background-color: #FAFAFA;
}

.reportLayoutTableCell {
    word-wrap: break-word;
    border: solid;
    height: inherit;
}

.reportLayoutTableCellPanelLeft {
    padding-left: 2px;
}

.reportLayoutTableCellPanelRight {
    padding-left: 2px;
}

.reportLayoutSaveButton {
    text-align: left;
    display: none;
}

.reportLayoutSaveCell {
    width: 35px;
    text-align: left;
}

.reportLayoutCameraCell {
    width: 100%;
    text-align: right;
}

.reportLayoutVerticalPanel {
    overflow: auto;
    display: table;
    margin: 0 auto;
}

.reportLayoutVerticalPanelHead {
    width: 1.5em;
}

.reportLayoutVerticalPanelVert {
    line-height: 1.5em;
    padding-left: 3px;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin:0 0;
}

.reportLayoutApproveRejectPanelContent {
    position: relative;
}

.reportLayoutApproveRejectPanelImg {
    display: inline;
}

.reportLayoutApproveRejectCell {
    vertical-align: top;
}

.reportLayoutApproveRejectImg {
    vertical-align: middle;
}

.riSingle.FullHeightClass, .riTextBox {
    height: 100% !important;
}

.reportLayoutTextBoxMultiLineCellEdit {
    background-color: white;
    font-size: 12px;
}

.reportLayoutTextBoxMultiLineCellView {
    border: solid;
    border-width: 1px;
    font-size: 12px;
}

.reportLayoutHeaderPosition {
    text-align: center;
}

.reportLayoutHeaderTask {
    text-align: left;
    padding-left: 4px;
}

.reportLayoutHeaderPerformed {
    text-align: center;
    width: 45px;
}

.reportLayoutHeaderRemarks {
    text-align: center;
    width: 300px;
}

.reportLayoutHeaderCommands {
    text-align: center;
}

.reportLayoutLinePosition {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.reportLayoutLineTask {
    text-align: left;
    padding-left: 4px;
}

.reportLayoutLineTaskAmount {
    width: 100%;
    float: left;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 1px;
    box-sizing: border-box;
    font-size: 12px;
}

.reportLayoutLineTaskInput {
    margin-left: 4px !important;
}

.reportLayoutLinePerformed {
    padding-top: 2px;
    text-align: right;
    font-size: 14px;
    color: Red;
    font-weight: bold;
}

.reportLayoutLinePerformedBox {
    padding-right: 5px
}

/*Use 100% width, and no padding in RadPageLayout*/
.fullPageLayout .t-container-fluid,
.fullPageLayout .t-row-wrap > .t-row {
    max-width: 100%;
    padding: 0px;
}

.fullPageLayout .t-container .t-col {
    padding-left: 0px;
    padding-right: 0px;
}

.bodyContainer {
    min-height: calc(100vh - 95px);
    min-height: -o-calc(100vh - 95px);
    min-height: -webkit-calc(100vh - 95px);
    min-height: -moz-calc(100vh - 95px);
    display: flex;
}

.selectionContainer {
    height: calc(100vh - 155px);
    height: -o-calc(100vh - 155px);
    height: -webkit-calc(100vh - 155px);
    height: -moz-calc(100vh - 155px);
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
}

.innerContainer {
    padding: 5px;
    height: 100%;
    box-sizing: border-box;
}

    .innerContainer .RadAjaxPanel {
        height: 100%;
    }

.filterEnabledListBox em {
    background-color: #d0d015;
    font-weight: bold;
}

.filterEnabledListBox ul.details {
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    padding-inline-start: 5px;
    white-space: initial;
}

    .filterEnabledListBox ul.details li.summery {
        font-size: 10px;
        font-weight: normal;
        padding-left: 15px;
    }

.filterEnabledListBox .rlbItem,
.filterEnabledListBox .rlbItem.rlbSelected {  
    border: 0;
    border-bottom: 1px solid #cccccc;
}

.filterEnabledListBox .rlbTemplateCell div div {
    display: flex;
    gap: 5px;
    padding: 10px 6px;
}


@media screen and (max-width: 700px) {
    .rowSimpleRespons {
        flex-direction: column;
    }
}

.rowSimpleRespons {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

    .rowSimpleRespons div:first-child {
        flex: 30%;
        font-size:12px;
    }

        .rowSimpleRespons div:first-child span {
            vertical-align: -webkit-baseline-middle;
        }

    .rowSimpleRespons div {
        flex: 70%;
        font-size: 18px;
    }

@media screen and (max-width: 1024px) {
    .layoutRowFlexTopBottom {
        display: block !important;
        justify-content: flex-start !important;
        flex-direction: row !important;
    }
}

.layoutRowFlexTopBottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.rdfHr {
    border-width: 1px 0px;  
    margin: 0 0 0.4em 0;
}

.treeItemTextWrap .rtIn {
    white-space: initial;
}