.ms-ctrl-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
}

@keyframes slideTopToBottom {
    0% {
        transform: translate(0, -20px);
    }
}

@keyframes slideBottomToTop {
    0% {
        transform: translate(0, 20px);
    }
}

@keyframes slideLeftToRight {
    0% {
        transform: translate(-20px, 0);
    }
}

@keyframes slideRightToLeft {
    0% {
        transform: translate(20px, 0);
    }
}

.ms-ctrl-slide {
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
}

.ms-ctrl-slide.ms-ctrl-slideTopToBottom {
    animation-name: fadeIn, slideTopToBottom;
}

.ms-ctrl-slide.ms-ctrl-slideBottomToTop {
    animation-name: fadeIn, slideBottomToTop;
}

.ms-ctrl-slide.ms-ctrl-slideLeftToRight {
    animation-name: fadeIn, slideLeftToRight;
}

.ms-ctrl-slide.ms-ctrl-slideRightToLeft {
    animation-name: fadeIn, slideRightToLeft;
}

@font-face {
    font-family: 'FabricMDL2Icons';
    src: url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.woff2?2.21") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.woff?2.21") format("woff"), url("https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.ttf?2.21") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.ms-icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'FabricMDL2Icons';
    font-style: normal;
    font-weight: normal;
}

.ms-icon-close::before {
    content: '\E8BB';
}

.ms-icon-chevronDown::before {
    content: '\E70D';
}

.ms-icon-chevronLeft::before {
    content: "\E76B";
}

.ms-icon-chevronRight::before {
    content: "\E76C";
}

.ms-icon-calendar::before {
    content: "\E787";
}

.ms-icon-radioOff::before {
    content: "\ECCA";
}

.ms-icon-radioOn::before {
    content: "\ECCB";
}

.ms-icon-checkboxOff::before {
    content: "\E739";
}

.ms-icon-checkboxOn::before {
    content: "\E73A";
}

.ms-icon-checkboxOn-reversed::before {
    content: "\E73D";
}

.ms-icon-checkMark::before {
    content: "\E73E";
}

.ms-ctrl {
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.ms-ctrl-dropdown {
    border: 1px solid #EEEEEE;
    background-color: white;
    height: 32px;
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

.ms-ctrl-dropdown:hover {
    border: 1px solid #0078D7;
}

.ms-ctrl-dropdown:focus {
    border: 1px solid #0078D7;
    outline: 0;
}

.ms-dropdown-label {
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    width: 100%;
    color: #333333;
    flex: 1 1 100%;
    padding-right: 12px;
}

.ms-dropdown-label.placeholder {
    color: gray;
}

.ms-ctrl-dropdown-button {
    line-height: 32px;
    flex: 0 0 auto;
}

.ms-ctrl-dropdown-button:hover {
    color: #0078D7;
}

.ms-ctrl-dropdown-item {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 0px 12px 0px 12px;
    line-height: 30px;
    cursor: pointer;
}

.ms-ctrl-dropdown-item:hover {
    background-color: #EEEEEE;
}

.ms-ctrl-dropdown-item:focus {
    outline: 0;
    background-color: #CCCCCC;
}

.ms-ctrl-popup-container {
    border: 1px solid #EEEEEE;
    background-color: white;
    position: absolute;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
}

.ms-ctrl-popup-container:focus {
    outline: 0;
}

.ms-ctrl-calendar {
    display: inline-block;
}

.ms-ctrl-calendarHeader {
    font-size: 18px;
    color: gray;
    padding-left: 4px;
    line-height: 34px;
}

.ms-ctrl-calendarNavButton {
    text-align: center;
    line-height: 34px;
    width: 30px;
    cursor: pointer;
}

.ms-ctrl-calendarNavButton:hover {
    background-color: #EEEEEE;
}

.ms-ctrl-calendarDayHeader {
    font-size: 12px;
    text-align: center;
    padding: 6px 8px 6px 8px;
    color: #333333;
}

.ms-ctrl-calendarDay {
    font-size: 12px;
    text-align: center;
    padding: 6px 8px 6px 8px;
    color: #333333;
    cursor: pointer;
}

.ms-ctrl-calendarDay:hover {
    background-color: #EEEEEE;
}

.ms-ctrl-calendarDay.subdued {
    color: gray;
}

.ms-ctrl-calendarDay.selected {
    color: white;
    background-color: #0078D7;
}

.ms-calendarPopup {
    padding: 6px;
    overflow: hidden;
}

.ms-ctrl-datePicker {
    border: 1px solid #EEEEEE;
    height: 32px;
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

.ms-ctrl-datePicker:hover {
    border: 1px solid #0078D7;
}

.ms-ctrl-datePicker:focus {
    border: 1px solid #0078D7;
    outline: 0;
}

.ms-ctrl-checkbox {
    outline: 0;
    cursor: pointer;
}

.ms-ctrl-checkbox input[type=checkbox] {
    visibility: hidden;
}

.ms-ctrl-checkbox label {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.ms-ctrl-checkbox label span {
    margin-left: 24px;
    line-height: 18px;
    color: #333333;
    display: inline-block;
}

.ms-ctrl-checkbox label span:hover {
    color: black;
}

.ms-ctrl-checkbox label::before {
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    border: 1px solid #A6A6A6;
    content: "";
    width: 18px;
    height: 18px;
    transition-property: background, border, border-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
}

.ms-ctrl-checkbox label:hover::before {
    border: 1px solid #767676;
}

.ms-ctrl-checkbox input[type=checkbox]:checked+label::before {
    content: "";
    border: 1px solid #0078D7;
    background-color: #0078D7;
}

.ms-ctrl-checkbox input[type=checkbox]:checked+label::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'FabricMDL2Icons';
    font-style: normal;
    font-weight: bold;
    content: "\E73E";
    color: white;
    position: absolute;
    width: 18px;
    line-height: 18px;
    left: 0;
    top: 0;
    text-align: center;
    transition-property: background, border, border-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
}

.ms-ctrl-radiobutton {
    outline: 0;
    cursor: pointer;
}

.ms-ctrl-radiobutton input[type=radio] {
    visibility: hidden;
}

.ms-ctrl-radiobutton label {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.ms-ctrl-radiobutton label span {
    margin-left: 22px;
    line-height: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: top;
}

.ms-ctrl-radiobutton label span:hover {
    color: black;
}

.ms-ctrl-radiobutton label::before {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    border: 1px solid #A6A6A6;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.ms-ctrl-radiobutton label:hover::before {
    border: 1px solid #767676;
}

.ms-ctrl-radiobutton input[type=radio]:checked+label::before {
    border: 1px solid #0078D7;
}

.ms-ctrl-radiobutton input[type=radio]+label::after {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 0;
    height: 0;
}

.ms-ctrl-radiobutton input[type=radio]:checked+label::after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #0078D7;
    border-radius: 50%;
    transition-property: top, left, right, width, height;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
}

.ms-ctrl-textbox {
    border: 1px solid #EEEEEE;
    color: #333333;
    outline: 0;
    resize: none;
    padding: 4px 8px;
}

.ms-ctrl-textbox-multiline {
    overflow: auto;
}

.ms-ctrl-textbox:-moz-placeholder {
    color: gray;
}

.ms-ctrl-textbox::-moz-placeholder {
    color: gray;
}

.ms-ctrl-textbox:-ms-input-placeholder {
    color: gray;
}

.ms-ctrl-textbox::-ms-input-placeholder {
    color: gray;
}

.ms-ctrl-textbox::-webkit-input-placeholder {
    color: gray;
}

.ms-ctrl-textbox:hover {
    border: 1px solid #0078D7;
}

.ms-ctrl-textbox:focus, .ms-ctrl-textbox:active {
    border: 1px solid #0078D7;
}
@font-face {
    font-family: 'FabricMDL2Icons';
    src: url("https://appsforoffice.microsoft.com/fabric/fonts/icons/FabricMDL2Icons.woff") format("woff"), url("https://appsforoffice.microsoft.com/fabric/fonts/icons/FabricMDL2Icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.acd-designer-root *::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.acd-designer-root *::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.acd-designer-root *:hover::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
}

.acd-designer-cardArea {
    flex: 1 1 70%;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.acd-designersurface {
	outline: none;
}

.acd-hidden {
    display: none !important;
}

.acd-toolPalette-pane {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    background-color: white;
    border-right: 1px solid #D2D2D2;
}

.acd-treeView-pane {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    width: 360px;
    background-color: white;
}

.acd-treeView-host {
    flex: 1 1 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 6px;
    background-color: white;
}

.acd-propertySheet-pane {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    width: 360px;
    background-color: #F9F9F9;
}

.acd-propertySheet-host {
    flex: 1 1 100%;
    overflow: auto;
}

.acd-vertical-splitter {
    border-left: 1px solid #D2D2D2;
    cursor: ew-resize;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    z-index: 1;
}

.acd-horizontal-splitter {
    border-top: 1px solid #D2D2D2;
    cursor: ns-resize;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: 1;
}

.acd-json-editor-pane {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    height: 360px;
}

.acd-json-editor-host {
    flex: 1 1 100%;
}

.acd-error-pane {
    flex: 0 0 65px;
    color: white;
    background-color: #2D7BB7;
    border-top: 1px solid #D2D2D2;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.acd-error-pane-message {
    padding: 1px 4px 2px 4px;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}

.acd-error-pane-message.selectable {
    cursor: pointer;
}

.acd-error-pane-message.selectable:hover {
    background-color: navy;
}

/*
    In-place editors
*/

.acd-inplace-editor-host {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    outline: 1px dashed steelblue;
    background-color: white;
}

.acd-inplace-editor {
    flex: 1 1 100%;
    align-items: stretch;
}

.acd-textBlock-inplace-editor {
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    resize: none;
    color: black !important;
}

.acd-dialog-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.acd-dialog-frame {
    background-color: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.4);
    padding: 20px;
}

.acd-dialog-title {
    font-size: 24px;
    font-weight: bold;
}

.acd-dialog-message {
    margin-top: 10px;
}

.acd-dialog-buttonBar {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.acd-dialog-button {
}

.acd-open-sample-item-container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-evenly;
}

.acd-open-sample-item {
    width: 350px;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.acd-open-sample-item-thumbnail {
    overflow: hidden;
    height: 100%;
    min-height: 150px;
    max-height: 400px;
    width: 100%;
    pointer-events: none;
    border: 1.5px solid #EEEEEE;
    display: flex;
    justify-content: center;
}

.acd-open-sample-item-title {
    margin-top: 10px;
}

.acd-open-sample-item:hover > .acd-open-sample-item-thumbnail {
    box-shadow: 0 0 20px -5px #CCCCCC;
    border: 1.5px solid #CCCCCC;
}

.acd-open-sample-item:hover > .acd-open-sample-item-title {
    font-weight: bold;
}

@keyframes acd-spinner-rotate {
    from { transform: rotate(0) }
    to { transform: rotate(360deg) }
}

.acd-spinner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-width: 1.5px;
    border-style: solid;
    border-color: rgb(0, 120, 212) rgb(199, 224, 244) rgb(199, 224, 244) rgb(199, 224, 244);
    animation-name: acd-spinner-rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
}

/*
    Icons
*/

.acd-icon {
    font-family: 'FabricMDL2Icons';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.acd-dialog-titleBar-button {
    color: black;
    background-color: transparent;
    font-size: 16px;
    padding: 4px;
    border: none;
    cursor: pointer;
}

.acd-dialog-titleBar-button:hover {
    background-color: #CCCCCC;
}

.acd-toolPalette-icon {
    color: #2D7BB7;
}

.acd-treeView-icon {
    color: #2D7BB7;
}

.acd-icon-bolt::before {
    content: "\E945";
}

.acd-icon-addColumn::before {
    content: "\F1D6";
}

.acd-icon-remove::before {
    content: "\E711";
}

.acd-icon-drag::before {
    content: "\E7C2";
}

.acd-icon-image::before {
    content: "\ECAB";
}

.acd-icon-adaptiveCard::before {
    content: "\EEBD";
}

.acd-icon-column::before {
    content: "\E799";
}

.acd-icon-columnSet::before {
    content: "\F1D5";
}

.acd-icon-container::before {
    content: "\E739";
}

.acd-icon-factSet::before {
    content: "\F2A2";
}

.acd-icon-actionSet::before {
    content: "\E945";
}

.acd-icon-image::before {
    content: "\EB9F";
}

.acd-icon-imageSet::before {
    content: "\E7AA";
}

.acd-icon-inputChoiceSet::before {
    content: "\F2C7";
}

.acd-icon-inputDate::before {
    content: "\E787";
}

.acd-icon-inputNumber::before {
    content: "\EDC4";
}

.acd-icon-inputText::before {
    content: "\EDC3";
}

.acd-icon-inputTime::before {
    content: "\E917";
}

.acd-icon-inputToggle::before {
    content: "\E73A";
}

.acd-icon-textBlock::before {
    content: "\E8E9";
}

.acd-icon-richTextBlock::before {
    content: "\EDC2";
}

.acd-icon-chevronDown::before {
    content: "\E70D";
}

.acd-icon-chevronUp::before {
    content: "\E70E";
}

.acd-icon-chevronRight::before {
    content: "\E76C";
}

.acd-icon-chevronLeft::before {
    content: "\E76B";
}

.acd-icon-newCard::before {
    content: "\F321";
}

.acd-icon-fullScreen::before {
    content: "\E740";
}

.acd-icon-actionShowCard::before {
    content: "\EEBD";
}

.acd-icon-actionOpenUrl::before {
    content: "\E71B";
}

.acd-icon-actionSubmit::before {
    content: "\E73E";
}

.acd-icon-actionToggleVisibility::before {
    content: "\E7B3";
}

.acd-icon-actionHttp::before {
    content: "\E774";
}

.acd-icon-copy::before {
    content: "\E8C8";
}

.acd-icon-help::before {
    content: "\E897";
}

.acd-icon-header-expanded::before {
    content: "\F166";
}

.acd-icon-header-collapsed::before {
    content: "\F164";
}

.acd-icon-undo::before {
    content: "\E7A7";
}

.acd-icon-redo::before {
    content: "\E7A6";
}

.acd-icon-media::before {
    content: "\EB1C";
}

.acd-icon-dot::before {
    content: "\E915";
}

.acd-icon-dataStructure::before {
    content: "\EC8D";
}

.acd-icon-preview::before {
    content: "\E8A1";
}

.acd-icon-open::before {
    content: "\ED25";
}

.acd-icon-customPaletteItem::before {
    content: "\ECAA";
}

/*
    Side panes
*/

.acd-verticalCollapsedTabContainer {
}

.acd-horizontalCollapsedTabContainer {
    display: flex;
    flex: 0 0 auto;
}

.acd-horizontalCollapsedTabContainer > .acd-toolbox-header {
    border-right: 1px solid #D2D2D2;
}

.acd-verticalCollapsedTabContainer.acd-dockedLeft > .acd-toolbox-header {
    width: 32px;
    height: 170px;
    border-bottom: 1px solid #D2D2D2;
}

.acd-verticalCollapsedTabContainer.acd-dockedLeft .acd-toolbox-header-content {
    width: 170px;
    height: 32px;
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-170px, 0px);
}


.acd-verticalCollapsedTabContainer.acd-dockedRight > .acd-toolbox-header {
    width: 32px;
    height: 170px;
    border-bottom: 1px solid #D2D2D2;
}

.acd-verticalCollapsedTabContainer.acd-dockedRight .acd-toolbox-header-content {
    width: 170px;
    height: 32px;
    transform-origin: 0 100%;
    transform: rotate(90deg) translate(-32px, 0px);
}

.acd-toolbox-header {
    height: 32px;
    cursor: default;
    flex: 0 0 auto;
}

.acd-toolbox-header-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acd-toolbox-header-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 4px 8px;
    font-size: 12px;
    color: black;
}

.acd-toolbox-header-commandButton {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding: 4px 8px;
    color: gray;
}

.acd-toolbox-header-commandButton:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.acd-toolbox-header-commandButton:active {
    background-color: rgba(0, 0, 0, 0.3);
}

.acd-toolbox-header-commandsHost {
    display: flex;
    height: 100%;
}

.acd-designersurface.dragging {
    cursor: move;
}

.acd-designersurface.dragging > .acd-peer:hover {
    background-color: transparent;
    border-color: transparent;
}

/*
    Designer peers
*/

@keyframes acd-peer-frame-appear {
    from { border-color: transparent }
    to { border-color: steelblue }
}

@keyframes acd-peer-frame-disappear {
    /*
    from { border-color: currentColor }
    */
    to { border-color: transparent }
}

.acd-peer {
    animation-name: acd-peer-frame-disappear;
    animation-duration: 150ms;
    animation-fill-mode: forwards;
    border: 1px dashed transparent;
}

.acd-peer.invisible {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNv1OCegAAAAwSURBVChTY/j//z8cA0EDOh+vJJjGJwll45YE81E4WBTjlQTT+CShbNyS////ZwAAVxKXcckJBiYAAAAASUVORK5CYII=');
    background-repeat: repeat;
    background-color: white;
    opacity: 0.4;
}

.acd-peer:hover,
.acd-peer.selected,
.acd-peer.dragging {
    animation-name: acd-peer-frame-appear;
    animation-duration: 200ms;
    animation-fill-mode: forwards;
}

.acd-peer.dragover {
    border: 1px dashed green !important;
}

.acd-peer.dragover:hover {
    background-color: none;
}

.acd-peerButton {
    font-size: 14px;
    border: 1px solid steelblue;
    color: steelblue;
    background-color: white;
    cursor: default;
    user-select: none;
    padding: 1px;
    display: flex;
    align-items: center;
    pointer-events: all !important;
    height: 20px;
    border-radius: 0;
    outline: none;
}

.acd-peerButton.fixedWidth {
    width: 20px;
}

.acd-peerButton.fixedWidth.circular {
    border-radius: 50%;
}

.acd-peerButton.variableWidth {
}

.acd-peerButton-icon {
    font-family: 'FabricMDL2Icons';
    font-style: normal;
    font-weight: normal;
    justify-content: center;
}

.acd-peerButton-text {
    font-family: inherit;
    justify-content: center;
    padding: 0px 4px;
}

.acd-peerButton:hover {
    background-color: steelblue;
    color: white;
}

/*
    Tool box
*/

.acd-palette-category {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    list-style-type: none;
    position: relative;
    white-space: nowrap;
    padding: 6px 16px 6px 16px;
    cursor: default;
    background-color: #EEEEEE;
}

.acd-palette-item {
    cursor: move;
    display: flex;
    align-items: center;
    padding: 6px 16px 6px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.acd-palette-item-label {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 8px;
    flex: 1 1 100%;
}

.acd-palette-item:hover {
    background-color: #EEEEEE;
}

/*
    Visual tree view
*/

.acd-tree-item {
    cursor: pointer;
}

.acd-tree-item.selected {
    background-color: #BCE2FF;
}

.acd-tree-item:hover {
    background-color: #EEEEEE;
}

.acd-tree-item.selected:hover {
    background-color: #A3D8FF;
}

.acd-tree-item-expandCollapseButton {
    font-family: 'FabricMDL2Icons';
    font-size: 10px;
}

.acd-tree-item-text {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    padding: 4px 4px 4px 8px;
}

.acd-tree-item-typeName {
    margin-left: 8px;
}

.acd-tree-item-additionalText {
    color: #757575;
    margin-left: 8px;
}

.acd-data-tree-item-additionalText {
    color: #2D7BB7;
    margin-left: 8px;
}

/*
    Toolbar
*/

.acd-toolbar {
    display: flex;
    flex: 0 0 auto;
    background-color: #F1F1F1;
    align-items: center;
    border-bottom: 1px solid #D2D2D2;
}

.acd-toolbar-separator {
    width: 1px;
    height: 30px;
    border-left: 1px solid #D2D2D2;
}

.acd-toolbar-label {
    color: black;
    margin-left: 8px;
    margin-right: 8px;
}

.acd-toolbar-choicePicker {
    flex: 0 0 auto;
    margin: 0px 8px 0px 8px;
}

.acd-toolbar-button {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    user-select: none;
    background-color: transparent;
}

.acd-toolbar-button:hover {
    background-color: white;
}

.acd-toolbar-button:active {
    border: 1px solid black;
}

.acd-toolbar-button:disabled {
    color: lightgray;
    background-color: transparent;
}

.acd-toolbar-button.acd-toolbar-button-toggled {
    background-color: rgba(0, 0, 0, 0.1);
}

.acd-toolbar-button-iconOnly::before {
    margin-right: 0 !important;
}

.acd-toolbar-button::before {
    font-family: 'FabricMDL2Icons';
    font-size: 20px;
    margin-right: 8px;
}

.acd-fieldPicker-host {
    max-height: 200px;
    overflow-y: auto;
}

/*
    Adaptive Card renderer styles for Property Sheet and other
    designer AC-based parts of designer UI.
*/

.default-ac-image.default-ac-selectable {
    cursor: pointer;
}

.default-ac-media-poster {
}

.default-ac-media-poster.empty {
    height: 200px;
    background-color: #F2F2F2;
}

.default-ac-media-playButton {
    width: 56px;
    height: 56px;
    border: 1px solid #EEEEEE;
    border-radius: 28px;
    box-shadow: 0px 0px 10px #EEEEEE;
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    cursor: pointer;
}

.default-ac-media-playButton-arrow {
    color: black;
}

.default-ac-media-playButton:hover {
    background-color: white;
}

a.default-ac-anchor {
    text-decoration: none;
}

a.default-ac-anchor:link {
    color: #005A9E;
}

a.default-ac-anchor:visited {
    color: #005A9E;
}

a.default-ac-anchor:link:active {
    color: #004D84;
}

a.default-ac-anchor:visited:active {
    color: #004D84;
}

.default-ac-container.default-ac-selectable,
.default-ac-columnSet.default-ac-selectable {
    padding: 0;
}

.default-ac-container.default-ac-selectable:hover,
.default-ac-columnSet.default-ac-selectable:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.default-ac-container.default-ac-selectable:active,
.default-ac-columnSet.default-ac-selectable:active {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.default-ac-pushButton, .acd-dialog-button {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px 5px 10px;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 31px;
    background-color: #EEEEEE;
    color: black;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

.default-ac-pushButton:hover, .acd-dialog-button:hover {
    background-color: #DDDDDD;
    border: 1px solid #BBBBBB;
}

.default-ac-pushButton:active, .acd-dialog-button:active {
    background-color: #CCCCCC;
    border: 1px solid #BBBBBB;
}

.default-ac-pushButton.subdued {
    color: #666666;
    border: 1px solid #EEEEEE;
}

.default-ac-pushButton.subdued:hover {
    background-color: #0078D7;
    color: white;
    border: 1px solid #0078D7;
}

.default-ac-pushButton.expanded {
    background-color: #0078D7;
    color: white;
    border: 1px solid #0078D7;
}

.default-ac-pushButton.expandable:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'FabricMDL2Icons';
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    margin: auto 0px auto 6px;
    content: '\E70D';
}

.default-ac-pushButton.expandable.expanded:after {
    content: '\E70E';
}

.default-ac-input {
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    color: black;
}

.default-ac-input.default-ac-textInput {
    resize: none;
}

.default-ac-input.default-ac-textInput.default-ac-multiline {
    height: 72px;
}

.default-ac-input.default-ac-textInput,
.default-ac-input.default-ac-numberInput,
.default-ac-input.default-ac-dateInput,
.default-ac-input.default-ac-timeInput {
    height: 31px;
}

.default-ac-input.default-ac-textInput,
.default-ac-input.default-ac-numberInput,
.default-ac-input.default-ac-dateInput,
.default-ac-input.default-ac-timeInput,
.default-ac-input.default-ac-multichoiceInput {
    border: 1px solid #DDDDDD;
    padding: 4px 8px 4px 8px;
}

.default-ac-textBlock {
    cursor: default;
}

.default-ac-textBlock.default-ac-selectable:hover {
    color: #2D7BB7 !important;
    cursor: pointer;
}
