
    


        

/*
    Debug Information:

    projectSkin used: 

    CIColor: 236,146,40
    baseColor: 255,255,255
    inputColor: 102,102,102
    separatorColor: 190,190,190
    overlayDarkColor: 0,0,0
    headerColor: 246,246,246
    headerFontColor: 102,102,102
    footerColor: 246,246,246
    footerFontColor: 102,102,102
    opaque: 0.75
*/
/* ------------------------------------------------------------------- CSS code starts here --------------------------- */

body {
    background-color: rgb(255,255,255);
    color: rgb(102,102,102);
    font: inherit;
    height: inherit;
    overflow: auto;
    position:absolute;
    text-align: justify;
    width: inherit;
    -webkit-touch-action: auto;
    -moz-touch-action: auto;
    -ms-touch-action: auto; /* MS IE10 */
    touch-action: auto;
}


.header{
    font-size: 1.2em;
    height: 50px;
    line-height: 50px;
    padding-left: 1.25em;
    background-color: rgb(255,255,255);
    color: rgb(102,102,102);
    border-bottom: 1px solid rgba(190,190,190, 0.75);
}
.header.active {
    background-color: rgb(246,246,246);
    color: rgb(102,102,102);
    border-bottom: 0;
}

.infotext {
    padding-right: 1.25em;
    font-size: 1.2em;
}

.infotext-container {
    border-bottom: 1px solid rgba(190,190,190, 0.75);
    line-height: 1.5em;
    padding-bottom: 10px;
    padding-left: 1.5em;
    padding-top: 10px;
}

a:link {
	color: rgb(102,102,102);
}

a:visited {
	color: rgb(102,102,102);
}

.infolist-container {
    border-bottom: 1px solid rgba(190,190,190, 0.75);
    padding-left: 1.5em;
}

.infoicon {
    padding-right: 1.25em;
    display: inline-flex;
}

.no-hover{
    pointer-events: none;
}

.no-overflow-y {
    overflow-y: initial;
}

.iconsize {
    font-size: 24px !important;
    display: inline-block;
}

.button {
    font-weight: normal;
    font-size: 1.2em;
    margin: 0;
    margin-top: 1.25em;
    margin-left: 1.25em;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
}

.button:hover {
    border-color: rgb(0,0,0);
    color: rgb(0,0,0);
}

span.mblToolBarButton:hover {
    border-color: rgb(0,0,0);
}

.help-row {
    display: inline-table;
    margin: 0;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(190,190,190, 0.75);
    padding-top: 0.8em;
    padding-bottom: 0.8em;

}

.help-row.last {
    border-bottom: 0;
}

.fonticon {
    padding: 0 .2em 0 0;
}
.version-info {
    padding: 0 1.25em;
    font-size: 1.2em;
}
