html {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

body {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -ms-touch-action: none;
    -ms-content-zooming: none;
    -ms-user-select: none;
}

input:-ms-input-placeholder {
    font-size: 20px;
}
table.List td span.ListColumn {
    display: block;
    verical-align: middle;
}

.FlexNavBarOverride {
    flex:0 0 0px;
}

.GroupedButtonList {
    font-size: 130%
}

.DraggableButton {
    position: fixed;
    z-index: 1;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #90C2C9;
    border: 2px dotted #008899;
    box-sizing: border-box;
    width: 200px;
    height: 75px;
    font-size: 120%;
}

.MultiSectionPage .DirectlyInvisible {
    padding-top: 0em;
    overflow: hidden;
    background-color: white;
    /*border: 1px solid #748390;*/
    flex: 25%;
}

.SingleAreaSection {
    display: flex;
    min-width: 0;
    min-height: 0;
    background-color: white;
    flex-direction: column;
    flex: 85%;
}

.MultiSectionPage .SingleAreaSection {
    -webkit-flex: 75%;
    flex: 75%;
}

.MultiSectionPage .DirectlyInvisible {
    -webkit-flex: 25%;
    flex: 25%;
}

/*.MultiSectionPage .DirectlyInvisible .MultiArea .Scrollable {
    position: absolute;
    height: 88%;
}*/

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList label {
    padding-left: 0.5em;
}

/*.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .Scrollable {
    width: 25%;
}*/

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonGrouping {
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    padding-left: 0.8em;
}

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonList {
    padding: 0.5em;
    margin: 0.5em;
    background-color: rgba(144, 194, 201, 0.3);
}

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonList .itemAddress {
    font-size: 80%;
    color: #3b434a;
}

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonListRevert {
    padding: 0.5em;
    margin: 0.5em;
    color: #f0f0f0;
    background-color: #616f7a;
    border: 1px solid #748390;
}

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonListRevert .itemAddress {
    font-size: 80%;
    color: #3b434a;
}

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .ButtonListRevert .itemAddress {
    color: #ffffff;
}

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .TitleBar {
     background-color: #f0f0f0;
     padding-top: 0.5em;
}

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .TitleBar label {
    padding-left: 2em;
}

.MultiSectionPage .DirectlyInvisible .MultiArea .GroupedButtonList .TitleBar .Icon {
    float: right;
    padding-right: 0.5em;
    color: #616f7a;
}

.numericPadOpen .GroupedList {
    margin-bottom: 16em;
}

button img {
    display: inline-block;
    width: 24px;
    margin-right: auto;
    margin-left: auto;
}