﻿/*change bakground color*/
.mybutton{
    color:black;
    background-color:forestgreen;
}
.dx-scrollable-content:before {
    height: 0;
    display: none;
}

.dx-scrollable-content:after {
    height: 0;
    display: none;
}

.dx-theme-generic-typography h2, .dx-theme-generic-typography .dx-font-l {
    color: white;
    font-weight: bold;
}

span.dx-tab-text {
    white-space: normal;
    /*  padding:2px;*/
    vertical-align: top;
}

.desktop-layout .toolbar {
    margin-bottom: 5px;
}

.desktop-layout .wrapper {
    margin: 0;
}


.dx-desktop-layout-toolbar {
    border: 2px solid white;
    margin-bottom: 5px;
}

.desktop-layout .dx-toolbar {
    padding-left: 5px;
}

.desktop-layout #navBar .dx-tab {
    padding: 5px 10px 5px;
    vertical-align: top;
}

.dx-toolbar {
    background: #337ab7;
    color: #fff;
}

.dx-slideoutview-wrapper:before {
    background: #d6002b;
}



.dx-gallery-nav-button-prev,
.dx-gallery-nav-button-next {
    margin: -25px 12px 0;
    width: 38px;
    height: 56px;
    background-repeat: no-repeat;
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    color: #ffffff;
    background-color: rgba(100, 100, 100, 0.7);
}

.dx-gallery-indicator-item {
    background: #ff5778;
    -webkit-box-shadow: 0 0 1px rgba(80, 80, 80, .7);
    -moz-box-shadow: 0 0 1px rgba(80, 80, 80, .7);
    box-shadow: 0 0 1px rgba(80, 80, 80, .7);
}

#content {
    float: right;
    width: 100%;
    background-color: #CCF;
    padding: 5px;
}

#sidebar {
    float: left;
    width: 300px;
    margin-left: -300px;
    background-color: #FFA;
}

#cleared {
    clear: both;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.ButtonWithArrow {
    border: none;
    box-shadow: none;
    background-image: url('../images/LRA/StartPage/Start_Arrow_Right.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-bottom: 10px;
}

    .ButtonWithArrow span {
        white-space: normal;
        margin-left: 10px;
        font-weight: bold;
    }

.WrapperBox {
    display: table;
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.IntroBox {
    display: table-row;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ContentBox {
    display: table-row; /* height is dynamic, and will expand... */
    height: 100%; /* ...as content is added (won't scroll) */
}

.TableCell {
    display: table-cell;
}

.NavBarLeft {
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 5px;
    bottom: 5px;
    left: 5px;
    width: 220px;
}

.PaddingForNavBarLeft {
    padding-left: 225px;
}

.FloatingImage {
    display: block;
    width: 50%;
    min-width: 250px;
    height: auto;
}


.FloatingBox {
    width: 100%;
    display: flex;
}

.FloatingItem {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.FloatingItem2Cols {
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
}

.FloatingItem3Cols {
    -ms-flex: 1 1 33.33%;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
}

.FloatingItemCols30Percent {
    -ms-flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
}

.FloatingItemCols70Percent {
    -ms-flex: 1 1 70%;
    -webkit-flex: 1 1 70%;
    flex: 1 1 70%;
}

.FloatingItemFixedWith {
    -ms-flex: 0 0 220px;
    -webkit-flex: 0 0 220px;
    flex: 0 0 220px;
}

.FloatingItemFixedWith120 {
    -ms-flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
}


.VerticalFloatingBox {
    display: flex;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
}

.VerticalFloatFill {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.FlexBasis20 {
    flex-basis: 20%;
}

.FlexBasis10 {
    flex-basis: 10%;
}

#TitlePageLRA {
    padding:10px;
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    background-color: #FF0033;
    color: white;
    margin: 0 30%;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(121,0,21,0.75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(121,0,21,0.75);
    box-shadow: 10px 10px 5px 0 rgba(121,0,21,0.75);
}


#TitlePageSubtitle {
    padding:10px;
    text-align: center;
    font-size: 1.2vw;
    font-weight: bolder;
    background-color: white;
    margin: 0 28% 0 32%;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(121,0,21,0.75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(121,0,21,0.75);
    box-shadow: 10px 10px 5px 0 rgba(121,0,21,0.75);
}

.ButtonFlag {
    border: 1px solid lightgrey;
    float: left;
    width: 50px;
    height: 29px;
     background-repeat: no-repeat no-repeat;
    background-size: contain;
    margin-right:5px;
    margin-bottom:5px;
     cursor: pointer; 
}

.VerticalFlowHeader {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.VerticalFlowFooter {
    border-top: 1px solid lightgrey;
    padding-top: 10px;
    margin-top: 10px;
}


.ManualListItem {
    border-bottom: 1px solid #ffa8ba;
    color: #47000e;
    padding: 10px 10px;
}




.CenterFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.FlexDirectionColumn {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.StartRedButton {
    background-image: url('../images/LRA/StartPage/SwitchRedOff.jpg');
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}


    .StartRedButton:hover {
        background-image: url('../images/LRA/StartPage/SwitchRedOn.jpg');
    }

.StartWhiteButton {
    background-image: url('../images/LRA/StartPage/SwitchWhiteOff.jpg');
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}


    .StartWhiteButton:hover {
        background-image: url('../images/LRA/StartPage/SwitchWhiteOn.jpg');
    }

.StartButtonText {
    text-align: center;
    font-size: 1.7vw;
    font-weight: bold;
}


#ColMain {
    padding: 15px;
    display: inline-block;
    margin: 5px;
    border: 2px solid #888;
    border-radius: 15px;
    background-color: #EEE;
    box-shadow: 1px 1px 2px 2px #CCC;
    text-align: center;
    color: black;
    width: 100%;
    overflow: hidden;
    float: none;
}


.RoundBorderAndShadowForTD td {
    border-radius: 5px;
    border-spacing: 10px;
    vertical-align: top;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 2px 2px 0 gray;
    -moz-box-shadow: 2px 2px 2px 0 gray;
    box-shadow: 2px 2px 2px 0 gray;
}


.ContentBorder {
    padding: 5px;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.iframe-container
{
    border:1px solid #ccc;
    overflow:auto;
}
.RoundBorderAndShadow {
    padding: 10px;
    border: solid 2px #660033;
    border-radius: 5px;
    border-spacing: 10px;
    vertical-align: top;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 2px 2px 0 gray;
    -moz-box-shadow: 2px 2px 2px 0 gray;
    box-shadow: 2px 2px 2px 0 gray;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.scrollable-label {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;

}
.BoxSizingBorderBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.BoxSizingContentBox {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.Headline {
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.SubHeadline {
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.SubSubHeadline {
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
	text-decoration: underline;
    margin-bottom: 10px;
    display: block;
}




/* Additional aligns*/
.AlignHorizontalMiddleRow td {
    text-align: center;
}

.AlignHorizontalMiddleCell {
    text-align: center;
}

.AlignHorizontalLeftRow td {
    text-align: left;
}

.AlignHorizontalLeft {
    text-align: left;
}

.AlignVerticalCenterRow td {
    vertical-align: middle;
}

.AlignVerticalCenterCell {
    vertical-align: middle;
}

.AlignVerticalTopRow td {
    vertical-align: top;
}

.AlignVerticalTopCell {
    vertical-align: top;
}


.ThreeColumns td {
    width: 32%;
}

.FourColumns td {
    width: 25%;
}

.FiveColumns td {
    width: 20%;
}

.FullHeight {
    height: 100%;
}

.FullWidth {
    width: 100%;
}

.OverFlowVisible{
    overflow:visible;

}


.DivForTable {
    display: table;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.DivForTableRow {
    display: table-row;
    width: 100%;
    height: 100%;
    border: 0 solid green;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.DivForTableCell {
    display: table-cell;
    height: 100%;
    /*   border: 1px solid blue; */
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.DivForTableFixed {
    table-layout: fixed;
}

.RoundBorderAndShadowForTD {
    height: 100%;
    border-radius: 5px;
    vertical-align: top;
    border: solid 2px #660033;
    padding: 10px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 2px 2px 0 gray;
    -moz-box-shadow: 2px 2px 2px 0 gray;
    box-shadow: 2px 2px 2px 0 gray;
}

.MarginRight {
    margin-right: 5px;
}

.PaddingBottom {
    padding-bottom: 10px;
}

.MarginTop {
    margin-top: 5px;
}

.MarginBottom {
    margin-bottom: 10px;
}

.HighlightedBackground {
    background: #dddddd;
}

.fillWidth {
    width: 100%;
    height: auto;
}

.fillHeight {
    height: 100%;
    width: auto;
}

.BulletPointWithBackgroundImage {
    background: no-repeat left center;
    line-height: 20px;
    background-size: 20px 20px;
    padding-left: 30px;
    margin-bottom: 5px;
}

.ellipsis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.EvaluationImage {
    background: no-repeat left center;
    line-height: 25px;
    background-size: 116px 25px;
    margin-bottom: 15px;
    float: left;
    padding-left: 120px;
    width: 100%;
}

.IndicatePopover {
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px dashed;
    text-decoration: none;
}


.ConclusionImage {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    height: 40px;
    vertical-align: central;
    padding-left: 50px;
}











div.SelectedItem {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA8CAMAAADWmYNiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMzMDMzNTYyNThENjExRTVCNEIwQTFCNkQ3NTIyNTU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMzMDMzNTYzNThENjExRTVCNEIwQTFCNkQ3NTIyNTU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzMwMzM1NjA1OEQ2MTFFNUI0QjBBMUI2RDc1MjI1NTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzMwMzM1NjE1OEQ2MTFFNUI0QjBBMUI2RDc1MjI1NTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4go06aAAAAvVBMVEWioqKampqhoaGjo6Obm5ufn5+goKCWlpaYmJienp6dnZ2cnJykpKT5+fn9/f38/PyXl5epqamlpaXq6uqvr6/z8/P4+Pirq6v6+vqoqKiurq6srKynp6fm5ub19fX39/ewsLDv7+/7+/vr6+vKysrx8fHY2Nj29vbf39/p6eno6Ojw8PDOzs6VlZX09PSmpqatra3CwsLl5eXW1taqqqrS0tLu7u7X19e1tbXs7OzAwMDV1dXU1NSZmZn///9ly38ZAAAAP3RSTlP//////////////////////////////////////////////////////////////////////////////////wCOJnwXAAABj0lEQVR42ozW2XbCIBAGYCQhZjdG6161atXu+17m/R+r2px6mPQnkZvcfGcgDMwgqBgPW6oYovism7perTPPcdMa9eZ7WjuNtFJ9+UrrPWtVqO8CVTFBL39ozxYW9akPaMf0AKulEg2TJZZ1Scb8xPKPgrOeZb/iOlbsfSwZm1nyWIq2wYpyxrIpVpSzSbNbrGhiMtE8wYqGnhmNMUNR2xrNVDvmmuwcK2p7mHFFfc6usCqzM6xorAD7p2jEWPaKVYk1P7CiUcDYEiuah4x1sKJ318iCvFlh1TViaek/QTU28y4bUzjjM0PuBq5+yNEM7sTQPD8y7MFdvWORwgRmKJcAlRW7mMIdwJMjGIoSeAoFn24ATzQrPjJYwNvhcdSCN41VO6la8NYGwkywTGEFCBkSKawmoWMiB9eviEWKcS1kyItxXXXN6bwc12iOJrDeb/16ROI6DAzUtnWrU/fAVN/e+Q5Mjau66GX029bUfXVHvtizoFvX3TuRCub1L4WO7h7xnqDV4zGqehynfgQYALSt24xjo2cQAAAAAElFTkSuQmCC') /*../images/LRA/arrowgreyright.png*/;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position-y: center;
}



div.iconsStartByComponent div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    height: 150px;
}

    div.iconsStartByComponent div img {
        width: 180px;
        height: 120px;
    }

div.iconsStartByComponentSquareIcons div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
    height: 180px;
    display: block;
    float: left;
    text-align: center;
    margin: 5px;
}

.iconsStartByComponentSquareIconsDiv {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
    height: 240px;
    display: block;
    float: left;
    text-align: center;
    overflow: hidden;
}

    .iconsStartByComponentSquareIconsDiv:hover {
        border-width: 4px;
        padding: 0;
    }

.StartByComponentSquareIconsImage {
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 110px;
}

    .StartByComponentSquareIconsImage img {
        width: 90px;
        height: 90px;
    }

.StartByComponentSquareIconsImage2 {
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100px;
}

    .StartByComponentSquareIconsImage2 img {
        margin-top: 10px;
        width: 90px;
        height: 60px;
    }


.StartByComponentSquareIconsLabel1 {
    margin-top: 10px;
    width: 150px;
    height: 60px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    font-size: larger;
    line-height: 20px;
}

.StartByComponentSquareIconsLabel2 {
    width: 150px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    line-height: 15px;
}

.RoundCornersStartByComponent {
    border: 2px solid MediumBlue;
    border-radius: 10px;
    background-color: LightBlue;
    padding: 2px;
}

    .RoundCornersStartByComponent:hover {
        border-width: 4px;
        padding: 0;
    }


.RoundCorners {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 2px solid #EEE;
    border-radius: 10px;
    text-align: left;
    color: black;
    min-height: 100%;
    height: 100%;
}

.RoundCornersDark {
    display: block;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
    text-align: left;
    min-height: 100%;
    height: 100%;
    box-shadow: 1px 1px 2px 2px #CCC;
    background-color: white;
    border: solid 1px gray;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* this has been added */
}

.tile {
    border-radius: 5px;
    text-align: center;
    color: white;
    padding: 5px;
}

.tileView {
    font: 10px arial, verdana;
    background-color: transparent;
    border: solid 1px gray;
    text-align: center;
    padding: 5px;
}

.inlineElement {
    display: inline-block;
    font: 10px arial, verdana;
    margin: 5px;
    background-color: transparent;
}

.dx-tile-content {
    height: 100%;
    padding: 0;
    position: relative;
}

    .dx-tile-content img {
        height: 100%;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-position: center;
        background-size: cover;
        padding: 2px;
        background-color: #dddddd;
    }

.dx-tile {
    border: 2px solid #79001B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

    .dx-tile.dx-state-hover {
        border-color: #EEE;
    }

@media only screen and (orientation : portrait) {
    .dx-gallery-item {
        display: table;
    }

    .gallery-item {
        display: table-cell;
        vertical-align: middle;
    }

        .gallery-item > img {
            width: 100%;
        }
}

@media only screen and (orientation : landscape) {
    .gallery-item {
        height: 100%;
        text-align: center;
    }

        .gallery-item > img {
            height: 100%;
        }
}

.dx-icon {
    width: 39px;
}

/********* Retrofit generator **********/

/* result selector buttons */
.buttonLeft {
    float: left;
    width: 33%;
}

.buttonMiddle {
    display: inline-block;
    width: 33%;
}

.buttonRight {
    float: right;
    width: 33%;
}

.buttonNavigation {
    text-align: left;
    width: 99% !important;
}

.Width99 {
    width: 99% !important;
}

.errormessage {
    color: red;
}

.currently-active-item {
    color: white;
    background-color: #646464;
}

#calculationDiv {
}

.textAlignCenter {
    text-align:center;
}

.reportTable {
    display: table;
    width: 100%; 
    max-width: 1000px;
    margin: 0px auto;
} 

.reportTableRow {
    display: table-row;
    
} 

.reportTableHeading {
    display: table-header-group;
    background-color: #ddd;

} 
.reportTableCell, .reportTableHead {
    display: table-cell;
    padding: 3px 10px;
    border-bottom: 1px solid #d6002b;
    border-top:none;
    border-left:none;
    border-right:none;
} 

.reportTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold; 
} 

.reportTableFoot {
    display: table-footer-group; 
    font-weight: bold;  
    background-color: #ddd;
} 

.reportTableBody { 
    display: table-row-group;
}
