﻿
/**
    Header Panel
*/

.LeftMenu {
   
    left:1px;
    top:12px;
    z-index:2000;
}

.LeftMenuImg {

}

.HeaderContent {
    padding-left: 10px;
}

.HeaderContentExpanded {
    padding-left: 10px;
}
/* Collapse behavior */
.HeaderPanelExpanded .title {
    display: none;
}
.HeaderPanelExpanded .MenuContent {
    width: 100%;
    position: relative;
}
.HeaderPanelExpanded .MenuFavourites {
        display: none;
}
.EmbedHeaderMenu {
    /*float: right!important;*/
    padding-right: 15px!important;
    /*width: 100%;*/

    /*margin: 0 auto;
    float: right;*/
    /*width: 100%;*/
    /*max-width: 960px;*/
    /*padding: 0 16px;*/
    /*box-sizing: border-box;*/
}

/*.h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}*/

/*.HeaderContent {
    padding-left: 0!important;
    padding-right: 0!important;
}*/

.TextEllipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.CellEllipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ErrorTitle {
    font-size: 18px;
}

.AzureSignInButton {
    width: 200px;
    height: 50px;
}

.AzureSignInButtonText {
    font-size: 260px;
    font-family: 'Segoe UI', "Helvetica Neue", "Droid Sans", Arial, Tahoma, Geneva, Sans-serif;
    text-decoration: none;
}

.AzureSignInButtonDE {
    font-size: 180px;
}

.AzureSignInButtonTextDE {
    font-size: 180px;
}

.AzureSignInButtonRO {
    width: 230px;
}

.AzureSignInButtonTextRO {
    font-size: 220px;
}

.scaling-svg-container {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
}

.scaling-svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.FormViewWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow:auto;*/
}

.FormViewPage {
    /*top: 0;
    left: 0;
    min-height: 100%;
    position: absolute;*/
    width: 100%;
    /*display: none;*/ /* problem with javascript initialization */
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 0;
}

.FormViewPageActive {
    visibility: visible;
    /*display: block;*/
    width: 100%;
    height: 100%;
    overflow: auto;
    min-height: 100%;
}

.FormViewPageContent {
    padding:5px;
}

.FormViewGroup {
}

.FormViewRow {
}

.FormViewColumn {
}

.NPAction {
}

.NPAction span {
    white-space: pre;
}

.FormViewRadioButtonList {
    padding:0;
}

    .FormViewRadioButtonList td {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .FormViewRadioButtonList > tbody > tr > td {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.FormViewCheckBoxList {
    padding: 0;
}

    .FormViewCheckBoxList td {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    .FormViewCheckBoxList > tbody > tr > td {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


#FormViewValidationSummary {
}

#FormViewValidationSummary span {
    font-size: larger;
}

#FormViewValidationSummaryCommon {
    color: red;
}

.FormViewFilesListBoxItem {
    width:100%;
    padding: 4px 6px;
}

.FormViewHintDiv {
    padding-left:5px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.FormViewHintImg {
    width: 14px;
    height: 14px;
}