﻿#MainLayoutController
{
    position: absolute;
    top: 57px;
    bottom: 0;
    right: 0;
    left: 0;
}

html,
body
{

    height: 100%;
    width: 100%;
    overflow: hidden;
}

#MyTestTest 
{
    height: 200px;
}

.AbsoluteExpansion {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#LayoutManager 
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
}

.LayoutManager-Frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    overflow-y: scroll;
}

.LayoutManager-ModalFrameWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    overflow-y: scroll;
}

.LayoutManager-ModalFrame-Mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #AAAAAA;
    opacity: .75;
}

.LayoutManager-ModalFrameWrapper-Mask
{
    background: #AAAAAA;
    opacity: .75;
}


.LayoutManager-ModalFrameWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    overflow-y: scroll;
}

/*.LayoutManager-Frame-ContentBox {
    margin: 20px;
}*/

.LayoutManager-FullSizeFrameWrapper {
    margin: 20px;
}

.VisibleElementTransition {
    visibility: visible !important;
    opacity: 1 !important;
    transition: visibility 0s .250s, opacity .250s linear;
}


.HiddenElementTransition {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: visibility 0s .250s, opacity .250s linear;
}

.Read-Memory-Body-Title
{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
}






#DoubleBufferHelper {
    width: 2000px;
    height: 2000px;
    opacity: 1;
    position: fixed;
    background: #FEFEFE;
    opacity: .01;
    top: 0px;
    /* right: 0px; */
    left: 1918px;
    top: -1999px;
    z-index: 20000000;
}

.OuterWrapper 
{
    padding: 5px;
    margin: 2px;
    border: 3px;
}


.StandardRecordButton 
{
    width: 250px;
    border: 1px solid #AAAAAA;
    text-align: center;
    background: #EEEEEE;
}

.StandardRecordButton:hover {
    opacity: .80;
    cursor: pointer;
}


/*.InteractionEntry 
{
    border-top: 1px solid #EEEEEE;
    border: 1px solid #DDDDDD;
    background: #EEEEEE;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}*/

.InteractionEntry 
{
    margin: 10px;
    margin-top: 15px;
    padding: 10px;
    background: #f4f4f4;
    box-shadow: 1px 1px 3px #ccc
}


.FeedbackContainer {
    margin: 10px;
    margin-top: 15px;
    padding: 10px;
    background: #f4f4f4;
    box-shadow: 1px 1px 3px #ccc
}

.RemovedBlurFilter {
    filter: blur(0px);
    transition: filter linear .1s;
    /*transition: filter linear .2s;*/
}


.LoadingBlurFilter.Animated {
    transition: filter linear .1s;
    /*filter: blur(20px);*/
    /*transition: filter linear .2s;*/
}


.LoadingBlurFilter 
{
    /*transition: filter linear .2s;*/
    filter: blur(20px);
    /*transition: filter linear .2s;*/
}


#LayoutManager-GlobalLoadingPanelBlur {
    background: #AAAAAA;
    filter: blur(25px);
    opacity: .95;
}



#LayoutManager-GlobalLoadingPanel {
    background: transparent;
}


.FormSet-InputWrapper 
{
    border: 1px solid transparent;
}

.HasErrors 
{
    border-color: #FF0000 !important;
}

.Tag-Display-Bubble {
        display: inline-block;
        margin-right: 7px;
        border: 1px solid #EEEEEE;
        border-radius: 14px;
        padding: 0px 8px;
        background: #DDDDDD;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

    .Tag-Display-Bubble:hover {
        opacity: .80;
        cursor: pointer;
    }

.Tag-Display-Bubble.MatchedSearch {
    background: #FFFDE7;
    font-weight: bold;
}


.HighlightedKeyword {
    background: #FFFDE7;
    font-weight: bold;
}