/* DemoEdit css overrides for demo */
div.demoResourceInlineDownloadContainer, div.demoResourceInlineLearnMoreContainer{
    width: 160px;
}
div.demoResourceInlineDownloadContainer div.sw-btn{
    background-color: #81c23c !important;
    color: #fff !important;
    border-color: #81c23c !important;
    font-weight: 600 !important;
}

.sw-demo-ui-dialog {
    z-index: 1000001 !important;
}

.sw-demo-ui-dialog.ui-dialog .ui-dialog-titlebar{
    margin: 15px !important;
}

.ui-widget-overlay-demo {
    z-index: 1000000 !important;
}

.sw-demo-ui-dialog-content div {
    font-size: 14px;
    padding: 10px;
}

.sw-demo-ui-dialog-title {
    font-size: 15px;
	white-space: pre-wrap !important;
}

/* For some japanese characters that don't display well use special font */
.cust-jp { font-family: 'MS Mincho', 'Open Sans' !important;}

.sw-demo-desc1, .sw-demo-desc3 {
    font-family: 'OpenSans-Light', 'Open Sans Light', 'Open Sans';
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
}

.sw-demo-desc3 {
    font-size: 12px;
    padding-bottom: 12px;
}

.sw-demo-desc4 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    margin: 0px;
}

    .sw-demo-desc4 a, .sw-demo-desc4 a:visited {
        color: black;
    }


span.serverId { color:#AAAAAA; font-size: x-small; position:relative; top:-1px; white-space: nowrap; }
#dialog span.serverId { top:-6px !important; }


#demoLoginMain div.content span.blockTitleDefault { font-weight: normal; padding-top: 15px; display: inline-block; }


#demoCtaContainer span.content
{
	color: #ff6200;
}

#demoCtaContainer .indent
{
	color: white;
}

/* SRAM   */
div#demoCtaContainer
{
    width: 337px;
    height: 45px;
    position: fixed;
    z-index: 1000;
    top: 0px;
    display: none;
    right: 0px;
    text-align: right;
}

div#demoCtaContainer>a
{
    vertical-align: top;
    display: inline-block;
    background-repeat: no-repeat;
}

div#demoCtaContainer a#demoCtaDlBtn
{
    height: 30px;
    margin-top: 2px;
    background-position: 0px 0px;
}

div#demoCtaContainer a#demoCtaDlBtn:hover
{
    background-position: 0px -30px;
}


div#demoCtaContainer a#demoCtaCaBtn
{
    width: 16px;
    height: 16px;
    margin: 10px 5px 10px 3px;
    background-image: url('/Orion/Demo/images/sram_cb.png');
    background-position: 0px 0px;
}

div#demoCtaContainer a#demoCtaCaBtn:hover
{
    background-position: 0px -16px;
}

div#mainbutton
{
    text-align: right;
}


/* debug object */

div#DemoDebug
{
    position: fixed;
    z-index: 1001;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.8); /* TODO - remove */
    padding: 3px;
    margin-left: 50%;
    border: 1px solid red;
}

ul.demoGroupItems
{
	list-style: none !important;
	padding-left: 0;
}

li.demoGroupItem{ list-style-type: none !important; }

li.demoGroupItem:not(:last-child){ margin-right: 10px; }

li.demoGroupItem img{	vertical-align: text-bottom; }

ul.demoGroupItems.horizontal li.demoGroupItem{	float: left; }

/* Custom properties demo mode layout bug fix */
div.cp-export-page .col-sm-11{ float: none !important; }

/* GDPR */
.gdpr{
    display: none;
        position: absolute;
    top: 5px;
        width: 100%;
    text-align: center;
    }

    .gdpr-container{
        position: relative;
        background: white;
        color: black;
        z-index: 40000;
        padding: 9px 5px;
        margin: 0 auto;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.4) 0 3px 4px 0;
    }

    .gdpr-content{
        display: inline-block;
        margin: 0 5px 0 10px;
    }

  @media(max-width: 1599px) {
    .gdpr-content {
      width: 465px;
    }
  }

  @media(min-width: 1600px) {
    .gdpr-content {
      width: 765px;
    }

  }

    .gdpr-content p{
        font-weight: bold;
        text-align: left;
        margin: 0;
    }

    .gdpr-content a{
        color: #ff6200;
    }

    .gdpr-close{
        display: inline-block;
        padding: 0 10px;
    width: 45px;
    }

    .gdpr-close i.close-icon{
        background: url('/Orion/Demo/images/close_btn_black.png') no-repeat;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background-size: 24px;
        opacity: 1 !important;
        position: relative;
        display: inline-block;
    }

/*PerfStack fullscreen fix*/
.chart-panel-fs {
    top: 41px !important;
}
