﻿/*
    Decent green: 98b35f
    Very dark blue: 0D416A
    Medium blue: 206895
*/
.ui-popup-container {
    z-index: 2600;
}

body {
    overflow-y: scroll;
}

.BodyText {
    font-size: 16px;
    line-height: 24px;
    font-family: visuelt-regular !important;
}

@media all and (max-width: 700px) {
    .CollapsiblePadding {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media all and (max-width: 500px) {
    #Navigation #LowerMenuBand #TopLeftCorner {
        font-size: 20px !important;
        margin-top: 5px !important;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    _font-weight: 500;
    line-height: 1.1;
}



    a:hover {
        text-decoration: underline;
    }

input[readonly] {
    background-color: transparent !important;
    border-style: none !important;
    color: #000000 !important;
    text-align: right;
    width: 100%;
}

div[data-role='page'] {
    position: absolute;
}

    div[data-role='page'] > .ui-content {
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    div[data-role='page'].CenteredPage {
        text-align: center;
    }

        div[data-role='page'].CenteredPage .ui-content {
            display: inline-block;
            text-align: left;
        }

.ui-page-header-fixed {
    padding-top: 50px;
}

.ui-header, .ui-footer {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-page {
    padding-bottom: 0px !important;
}

*[data-visible-footer='true'] {
    padding-bottom: 50px !important;
}

.ui-header-fixed.introjs-fixParent {
    position: relative;
}

.introjs-fixedTooltip {
    position: absolute !important; /* By default, the tooltip is fixed, but then tooltips don't appear for elements that need to be scrolled to.  */
}

/*
zindex of page cover: 1500
zindex of header: 2000 (usually above the cover)
zindex of body: 1000 (usually below the cover)
zindex of question button: 1200 (usually below the cover)
*/

body > div.ui-page {
    z-index: 1000;
    _margin-top:30px;
}
.ui-header-fixed{
    padding-top:0px !important;
}

body > div.ui-header {
    z-index: 2000;
    height: 50px;
}

.QuestionButton {
    position: fixed;
    bottom: 10%;
    right: 20px;
    z-index: 1200;
    background-repeat: no-repeat;
    box-shadow: #000000 0 0 5px 5px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #ffd782;
    text-shadow: none;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    display: inline-block;
}

.ui-page-theme-b .ui-btn:active, html .ui-bar-b .ui-btn:active, html .ui-body-b .ui-btn:active, html body .ui-group-theme-b .ui-btn:active, html head + body .ui-btn.ui-btn-b:active,
.ui-page-theme-b .ui-btn:hover, html .ui-bar-b .ui-btn:hover, html .ui-body-b .ui-btn:hover, html body .ui-group-theme-b .ui-btn:hover, html head + body .ui-btn.ui-btn-b:hover,
.ui-page-theme-b .ui-btn, html .ui-bar-b .ui-btn, html .ui-body-b .ui-btn, html body .ui-group-theme-b .ui-btn, html head + body .ui-btn.ui-btn-b, .ui-page-theme-b .ui-btn:visited, html .ui-bar-b .ui-btn:visited,
html .ui-body-b .ui-btn:visited, html body .ui-group-theme-b .ui-btn:visited, html head + body .ui-btn.ui-btn-b:visited {
    background-color: #3b1466 !important;
    border: none !important;
}

.ui-header {
    background-color: #3b1466 !important;
    border-style: none;
    text-shadow: none !important;
    color: #ffffff !important;
}

.ui-footer {
    background-color: #3b1466 !important;
    line-height: 50px;
    color:#fff;
}

    

        .ui-footer a img {
            vertical-align: middle;
        }

div[data-role='page'] > .ui-footer {
    padding-left: 2%;
    padding-right: 2%;
    white-space: nowrap;
    overflow-x: auto;
}

div.Editor div.ChildAppContainer {
    padding-bottom: 0px !important;
}

    div.Editor div.ChildAppContainer > .ui-footer {
        position: static;
        bottom: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

        div.Editor div.ChildAppContainer > .ui-footer > .ui-footer-content {
            padding: 0 10px;
        }

    div.Editor div.ChildAppContainer .SearchResultsHeader, div.ChildAppContainer .SearchResultsNoRecords {
        padding-left: 10px 0px;
    }

div.SearchResultsPager {
    white-space: nowrap;
    display: inline-block;
}

    div.SearchResultsPager a {
        white-space: nowrap;
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        font-weight: normal;
        display: inline-block;
        text-decoration:underline;
    }

        div.SearchResultsPager a.SearchResultsPagerNext {
            padding-right: 15px;
            _background-image: url(../images/brackets_12_blue/right.png);
            background-position: right 3px center;
            background-repeat: no-repeat;
        }

        div.SearchResultsPager a.SearchResultsPagerPrev {
            padding-left: 15px;
            _background-image: url(../images/brackets_12_blue/left.png);
            background-position: 3px center;
            background-repeat: no-repeat;
        }

.Field[data-field-type='app'] > .ui-collapsible-content {
    padding: 0px;
}

.ui-collapsible-content {
    padding: 5px;
}

.jqplot-data-label {
    color: #ffffff !important;
    text-shadow: none !important;
}

.jqplot-highlighter-tooltip {
    background-color: #ffffff !important;
    padding: 5px;
    text-align: left !important;
}

#tooltip {
    text-align: left !important;
}

.ui-popup {
    border-style: none;
}

    .ui-popup .ui-header .ui-title {
        margin-left: 0;
        margin-right: 0;
    }

.ui-focus, *:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mark::after {
    display: inline-block;
    vertical-align: top;
    font-size: 40%;
    content: "\0000ae";
}

.mark2::after {
    display: inline-block;
    vertical-align: top;
    font-size: 33%;
    content: "\0000ae";
}

.HideWhenEmpty:empty {
    display: none;
}

/* ================================================= */
/* Simplify the default JQM styling */
/* ================================================= */
.ui-checkbox, .ui-radio {
    margin: 0;
}

    .ui-checkbox label.ui-btn, .ui-radio label.ui-btn {
        padding-top: 5px;
        padding-bottom: 5px;
        border-color: transparent;
        background-color: transparent;
    }

    .ui-checkbox input, .ui-radio input {
        display: none;
    }

.ui-btn, label.ui-btn {
    font-weight: normal;
}

.ui-collapsible-heading .ui-icon-plus::after {
    background-image: url(../images/brackets_24_blue/right.png);
    background-color: transparent;
    border-radius: 0px;
}

.ui-collapsible-heading .ui-icon-minus::after {
    background-image: url(../images/brackets_24_blue/down.png);
    background-color: transparent;
    border-radius: 0px;
}

.ui-corner-all {
    border-radius: 0px;
}

/* ================================================= */
/* JLGrid */
/* ================================================= */

.JLGrid td {
    padding: 10px;
}

/* ================================================= */
/* Menu */
/* ================================================= */

.Burger {
    cursor: pointer;
    display: block;
}

    .Burger div {
        width: 35px;
        height: 5px;
        background-color: #ffffff;
        margin: 6px 0;
    }



#InboxCounter {
    background-color: rgba(212, 19, 13, 1);
    color: #ffffff !important;
    border-radius: 3px;
    padding: 1px 3px;
    font: 12px Verdana;
    display: inline-block;
}

    #InboxCounter:empty {
        display: none;
    }

#Inbox {
    background-color: #ececec;
    padding: 5px;
    display: none;
    z-index: 2000;
    color: #000000;
    min-width: 300px;
    /*
    margin-left: -1000px;
    padding-left: 1000px;
    margin-right: -1000px;
    padding-right: 1000px;
        */
}

    #Inbox #InboxContent {
        background-color: #ffffff;
    }

    #Inbox #InboxHeader {
        background-color: #0D416A;
        text-shadow: none;
        font-weight: bold;
        color: #ffffff;
        display: block;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }

        #Inbox #InboxHeader a {
            display: inline-block;
            float: right;
            color: #ffffff !important;
            margin-right: 20px;
        }

#Navigation {
    background-color: #3b1466;
    min-height:100px;
}

    #Navigation *, #Navigation *:hover {
        text-decoration: none;
        vertical-align: middle;
    }

    #Navigation #LowerMenuBand {
        height: 50px;
    }

        #Navigation #LowerMenuBand .HorizontalMenu {
            margin-right: -10000px;
        }

        #Navigation #LowerMenuBand > * {
            float: left;
            display: inline-block;
            margin: auto;
        }

        #Navigation #LowerMenuBand .HorizontalMenu > li > a, #Navigation #LowerMenuBand .Opener > a {
            line-height: 50px;
            display: inline-block;
        }

        #Navigation #LowerMenuBand #TopLeftCorner {
            color: #ffffff;
            vertical-align: middle;
            margin-top: 0px;
            margin-bottom: 0px;
            white-space: nowrap;
            font-weight: 500;
            font-size: 30px;
            white-space: nowrap;
        }

            #Navigation #LowerMenuBand #TopLeftCorner * {
                display: inline-block;
                vertical-align: middle;
            }

            #Navigation #LowerMenuBand #TopLeftCorner #BackButton {
                display: none;
                background-image: url(../images/arrows_32_white/left.png);
                background-repeat:no-repeat;
                background-size:contain;
                width: 32px;
                height: 32px;

            }

            #Navigation #LowerMenuBand #TopLeftCorner #Logo {
                margin-right: 20px;
            }

                #Navigation #LowerMenuBand #TopLeftCorner #Logo #ShortLogo {
                    background-image: url(../images/jl.png);
                    background-repeat:no-repeat;
                    width: 35px;
                    height: 50px;
                }

                #Navigation #LowerMenuBand #TopLeftCorner #Logo #LongLogo {
                    _background-image: url(../images/jacksonlewis_white.png);
                    background-image: url(../images/jacksonlewis_large.png);
                    background-repeat:no-repeat;
                    width: 257px;
                    height: 35px;
                }

            #Navigation #LowerMenuBand #TopLeftCorner #BetaLabel {
                background-color: #ffffff;
                color: #206895;
                line-height: normal;
                display: inline-block;
                vertical-align: middle;
                padding: 0 5px;
                font-weight: bold;
                font-size: 50%;
            }

        #Navigation #LowerMenuBand #InboxOpener {
        }

            #Navigation #LowerMenuBand #InboxOpener span:first-child {
                background-image: url(../images/icons_white/message.png);
                background-repeat: no-repeat;
                background-position: left center;
                display: inline-block;
                width: 32px;
                height: 32px;
            }

        #Navigation #LowerMenuBand #UserMenuOpener span:first-child {
            background-image: url(../images/icons_white/user.png);
            background-repeat: no-repeat;
            background-position: left center;
            display: inline-block;
            margin-left: 5px;
            width: 32px;
            height: 32px;
        }

        #Navigation #LowerMenuBand #UserMenuOpener span:last-child {
            background-image: url(../images/brackets_16_white/down.png);
            background-repeat: no-repeat;
            background-position: left center;
            display: inline-block;
            margin: 0 5px;
            width: 16px;
            height: 16px;
        }

        #Navigation #LowerMenuBand .Opener {
            float: right;
            cursor: pointer;
            position: relative;
            font-size: 14px;
            margin-left: 20px;
        }

            #Navigation #LowerMenuBand .Opener > a {
                padding-left: 5px;
                padding-right: 5px;
            }

            #Navigation #LowerMenuBand .Opener > :not(a) {
                display: none;
                position: absolute;
                right: 0px;
                width: 200px;
                background-color: #fff !important;
                padding: 5px;
            }

            #Navigation #LowerMenuBand .Opener ul {
                box-shadow: 0 0 10px 1px grey;
                list-style: none;
                margin: 0px;
                padding: 0px;
            }

                #Navigation #LowerMenuBand .Opener ul li a {
                    padding: 5px 5px;
                    display: block;
                    color: #000;
                }

                    #Navigation #LowerMenuBand .Opener ul li a:hover {
                        background-color: #ffffff;
                        color: #9d89b2;
                    }

            #Navigation #LowerMenuBand .Opener #Inbox {
                width: auto;
                white-space: normal;
            }

                #Navigation #LowerMenuBand .Opener #Inbox a {
                    background-color: transparent !important;
                }

            #Navigation #LowerMenuBand .Opener > a {
                color: #ffffff;
            }

body[data-visible-url]:not([data-visible-url='home']):not([data-visible-url='about']):not([data-visible-url='login']):not([data-visible-url='logout']):not([data-visible-url='welcome']):not([data-visible-url='workspace']) #Navigation #LowerMenuBand #TopLeftCorner #BackButton {
    display: inline-block !important;
    vertical-align: middle;
}

#ProductTitle {
    font-style: italic;
    color: #860000;
}

.PageHeader, .Header {
    font-family: Miller;
    color:#3b1466;
    line-height:36px;
    font-weight: normal;
}

@media all and (min-width: 0px) {
    div[data-role='page'] > .ui-content,
    #Navigation,
    div[data-role='page'] > .ui-footer,
    .ChildAppContainer > .ui-footer,
    .StandardPagePadding,
    .StandardPageMargin,
    .disclaimerContent {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* By default, let's negate the margin so we can expand to the full width. */
    .Field[data-field-type='browse records'] > .FieldInput,
    .PageHeader,
    div[data-role='tabs'] > div[data-role='navbar'] {
        margin-left: -5px;
        margin-right: -5px;
        max-width: unset;
    }

    /* However, if we are inside an Editor, i.e. this is truly child app, let's negate the negation of the margin. */
    .Editor .Field[data-field-type='browse records'] > .FieldInput,
    .Editor div[data-role='tabs'] > div[data-role='navbar'] {
        margin-left: unset;
        margin-right: unset;
        max-width: unset;
    }

    div[data-role='tooltip'] {
        text-align: left !important;
    }
}

@media all and (min-width: 700px) {
    div[data-role='page'] > .ui-content,
    #Navigation,
    div[data-role='page'] > .ui-footer,
    .ChildAppContainer > .ui-footer,
    .StandardPagePadding,
    .StandardPageMargin,
    .disclaimerContent {
        padding-left: 10%;
        padding-right: 10%;
    }

    .Field[data-field-type='browse records'] > .FieldInput,
    .PageHeader,
    div[data-role='tabs'] > div[data-role='navbar'] {
        margin-left: 0px;
        margin-right: 0px;
    }

    #LoginManualLogin{
        min-width:500px;
    }
}

/* ================================================= */
/* Content Records */
/* ================================================= */
.Field {
    min-height: 30px;
    clear: both;
    border: solid 1px transparent;
}

@media (hover: hover) {
    .Field[data-field-type*='select']:hover,
    .Field[data-field-type*='text']:hover,
    .Field[data-field-type*='radio']:hover,
    .Field[data-field-type*='checkbox']:hover,
    .Field[data-field-type*='number']:hover,
    .Field[data-field-type*='date']:hover {
        border: solid 1px #aaaaaa;
    }
}

.Field:nth-child(even) {
    _background-color: #fcfcfc;
}

.Field[data-field-type='select'][data-field-visibility='readonly'] .ui-state-disabled {
    opacity: 1;
    filter: Alpha(Opacity=100);
    box-shadow: none;
    border-style: none;
    background-color: transparent;
    text-align: right;
    padding: 10px;
}

    .Field[data-field-type='select'][data-field-visibility='readonly'] .ui-state-disabled::after {
        background-image: none;
        background-color: transparent;
    }

.FieldLabel {
    display: inline-block;
    padding: 10px 50px 10px 0px;
    font-weight: bold;
}

    .FieldLabel:empty {
        display: none;
    }

.FieldInput {
    padding: 10px 0px 10px 0px;
}

    .FieldInput > .twitter-typeahead {
        width: 100%;
    }

.ChildAppContainer .Field[data-field-type='special'] > .FieldInput,
.ChildAppContainer .Field[data-field-type='browse records'] > .FieldInput {
    padding: 0;
}

.Field[data-field-type='label'] > .FieldLabel {
    display: block;
    font-weight: normal;
    padding-right: 0px;
}

.Field[data-field-type='label'] .FieldLabel a {
    color: #3b1466;
    /*border-bottom: dashed 1px #aaaaaa;*/
}

.Field[data-field-type='label'] .FieldLabel .TooltipIcon a {
    border-bottom: none;
}

.Field[data-field-type='PDF button'] .Preview,
.Field[data-field-type='Excel button'] .Preview,
.Field[data-field-type='forward button'] .Preview,
.Field[data-field-type='XLSX button'] .Preview {
    width: 130px;
    height: 170px;
    display: block;
    margin: 10px;
    background-image: url(../images/preview.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}

.Field[data-field-type='Word button'] .Preview {
    width: 130px;
    height: 170px;
    display: block;
    margin: 10px;
    background-image: url(../images/wordpreview.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}

.Field[data-field-type='forward button'] .Preview span {
    width: 130px;
    height: 170px;
    display: block;
    background-image: url(../images/paper_plane_80.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 80px;
    margin-top: 100px;
    position: absolute;
    margin-left: 60px;
}

@media all and (min-width: 500px) {
    /* Columns */
    .Field[data-field-type='checkbox'][data-max-columns] .ui-checkbox,
    .Field[data-field-type='radio'][data-max-columns] .ui-radio {
        display: inline-block;
    }

    .Field[data-field-type='checkbox'][data-max-columns='2'] .ui-checkbox,
    .Field[data-field-type='radio'][data-max-columns='2'] .ui-radio {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }

    .Field[data-field-type='checkbox'][data-max-columns='3'] .ui-checkbox,
    .Field[data-field-type='radio'][data-max-columns='3'] .ui-radio {
        width: 33%;
        display: inline-block;
        vertical-align: middle;
    }

    .Field[data-field-type='checkbox'][data-max-columns='4'] .ui-checkbox,
    .Field[data-field-type='radio'][data-max-columns='4'] .ui-radio {
        width: 25%;
        display: inline-block;
        vertical-align: middle;
    }

    .Field[data-field-type='checkbox'][data-max-columns='5'] .ui-checkbox,
    .Field[data-field-type='radio'][data-max-columns='5'] .ui-radio {
        width: 20%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media all and (min-width: 500px) {
    .Field[data-field-type='checkbox'][data-max-columns='-1'] > *,
    .Field[data-field-type='radio'][data-max-columns='-1'] > *,
    .Field[data-field-type='text'] > *,
    .Field[data-field-type='select'] > *,
    .Field[data-field-type='date'] > *,
    .Field[data-field-type='search select'] > *,
    .Field[data-field-type='search select multiple'] > *,
    .Field[data-field-type*='number'] > *,
    .Field[data-field-type='attachment'] > * {
        display: table-cell;
        vertical-align: top;
    }

    .Field[data-field-type='checkbox'][data-max-columns='-1'] > .FieldInput,
    .Field[data-field-type='radio'][data-max-columns='-1'] > .FieldInput,
    .Field[data-field-type='text'] > .FieldInput,
    .Field[data-field-type='select'] > .FieldInput,
    .Field[data-field-type='date'] > .FieldInput,
    .Field[data-field-type='search select'] > .FieldInput,
    .Field[data-field-type='search select multiple'] > .FieldInput,
    .Field[data-field-type*='number'] > .FieldInput,
    .Field[data-field-type='attachment'] > .FieldInput {
        white-space: nowrap;
        text-align: right;
    }

    .Field[data-field-type='checkbox'][data-max-columns='-1'],
    .Field[data-field-type='radio'][data-max-columns='-1'],
    .Field[data-field-type='text'],
    .Field[data-field-type='select'],
    .Field[data-field-type='date'],
    .Field[data-field-type='search select'],
    .Field[data-field-type='search select multiple'],
    .Field[data-field-type*='number'],
    .Field[data-field-type='attachment'] {
        display: table;
        width: 100%;
    }
}

/* Field input */
.Field[data-field-type*='number'] input {
    text-align: right;
}

.Field .FieldInput .ui-input-text,
.Field .FieldInput .ui-input-search,
.Field .FieldInput .ui-select {
    margin: 0px;
}

.Field[data-field-type='text'] .FieldInput {
    width: 600px;
}

.Field[data-field-type*='number'] .FieldInput,
.Field[data-field-type='date'] .FieldInput {
    width: 200px;
}

.Field[data-field-type='textarea'] .FieldInput {
    width: 100%;
}

.Field[data-field-type='button'] .FieldInput,
.Field[data-field-type='forward button'] .FieldInput,
.Field[data-field-type='save button'] .FieldInput,
.Field[data-field-type='PDF button'] .FieldInput,
.Field[data-field-type='Word button'] .FieldInput,
.Field[data-field-type='Excel button'] .FieldInput {
    text-align: center;
}

@media all and (max-width: 500px) {
    .Field[data-field-type='text'] .FieldInput,
    .Field[data-field-type='date'] .FieldInput,
    .Field[data-field-type*='number'] .FieldInput,
    .Field[data-field-type='search select'] .FieldInput,
    .Field[data-field-type='search select multiple'] .FieldInput {
        width: 100%;
        max-width: 100%;
    }
}


/* ================================================= */
/* Fields */
/* ================================================= */
.FieldsTable {
    display: table;
    font-size: 16px;
}

    .FieldsTable > div.Field {
        display: table-row;
    }

        .FieldsTable > div.Field > div {
            display: table-cell;
            vertical-align: middle;
            height: 60px;
        }



/* ================================================= */
/* Apps grid */
/* ================================================= */
.AppsGrid .AppsPG {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
    text-shadow: none !important;
}

@media all and (min-width: 700px) {
    .AppsGrid .AppsPG {
        margin-left: -12.5%;
        padding-left: 12.5%;
        margin-right: -12.5%;
        padding-right: 12.5%;
    }
}

.AppsGrid .AppsPGName {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 10px;
    font-family:visuelt-medium;
    text-shadow: none !important;
    font-size:18px;
}

.AppsGrid .AppsPGImage {
    float: left;
    width: 30%;
    max-width: 150px;
}

    .AppsGrid .AppsPGImage img {
        width: 100%;
    }

.AppsGrid .AppsPGSeparator {
    float: left;
    width: 5%;
    max-width: 100px;
}

.AppsGrid .AppsPGApps {
    float: left;
    padding-top: 20px;
    vertical-align: middle;
    width: 65%;
}

.AppsGrid .AppsPGApp {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    color: #ffffff !important;
    text-shadow:none !important;
    font-weight: normal;
    background-image: url(../images/brackets_16_white/right.png);
    background-position: right center;
    background-repeat: no-repeat;
}

    .AppsGrid .AppsPGApp:hover {
        text-decoration: none;
    }

    .AppsGrid .AppsPGApp span {
        display: block;
        color:#fff;
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: none;
        background-image: url(../images/icons_16_white/pencil.png);
    }

    .AppsGrid .AppsPGApp[data-app-allow-create='false'][data-app-allow-open='false'] span {
        background-image: url(../images/icons_16_white/info.png);
    }

.AppsGrid .AppsPGBlurb {
    float: right;
    padding-top: 20px;
    vertical-align: middle;
    width: 30%;
    max-width: 300px;
    display: none;
    text-shadow: none;
}

@media all and (min-width: 800px) {
    .AppsGrid .AppsPGBlurb {
        display: block;
    }

    .AppsGrid .AppsPGApps {
        width: 35%;
    }
}

/* ================================================= */
/* Content record app */
/* ================================================= */

.AppTitle {
}

.AppWelcome {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-family: visuelt-medium;
    font-weight: normal;
}

.AppDetails {
    border-top: solid 1px #aaaaaa;
    color: #000;
    padding-top: 10px;
    margin-bottom: 10px;
}

.ChildAppContainer .AppWelcome, .ChildAppContainer .AppDetails {
    display: none;
}

/* ================================================= */
/* Search functionality */
/* ================================================= */
.SearchResultsHeader {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-top: 15px;
}

    .SearchResultsHeader > * {
        vertical-align: middle;
    }

.SearchResultsExport {
    font-size: 16px;
    float: right;
    padding-top: 4px;
    display: inline-block;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    padding-left: 20px;
    height: 20px;
    vertical-align: middle;
}

.SearchButton, .ResetSearchButton, .CollapseExpandSearchResults {
    padding: 10px;
    clear: both;
    display: inline-block;
}

.SearchResults {
    clear: both;
}

    .SearchResults.HasNotApplicable h3 a {
        border: none;
    }

    .SearchResults.HasNotApplicable .SearchResult {
        border: solid 1px #000;
    }
        .SearchResults.HasNotApplicable .SearchResult:hover {
            border: solid 1.5px #3b1466;
        }

        .SearchResults.HasNotApplicable .SearchResult.NotApplicable {
            border: solid 1px #dddddd;
        }

            .SearchResults.HasNotApplicable .SearchResult.NotApplicable .ui-collapsible-heading .ui-icon-plus::after {
                background-image: url(../images/brackets_24_gray/right.png);
            }

            .SearchResults.HasNotApplicable .SearchResult.NotApplicable .ui-collapsible-heading .ui-icon-minus::after {
                background-image: url(../images/brackets_24_gray/down.png);
            }

            .SearchResults.HasNotApplicable .SearchResult.NotApplicable * {
                color: #878787 !important;
            }

.SearchResultsNoRecords {
    margin: 40px 0;
    font-weight: bold;
}

.SearchFilters {
    margin-bottom: 0px;
    border-radius: 0px;
}

.SearchParamsHeader, .SearchResultsHeader, .SearchResultsCount {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}

.SearchResultsCount {
    display: inline;
    margin: 0px;
    margin-right: 10px;
}

/* ================================================= */
/* Attachment table */
/* ================================================= */

.FileTable {
    width: 100%;
}

    .FileTable td {
        /*padding: 7px;*/
    }

/* ================================================= */
/* Pager */
/* ================================================= */

.PagerPrev {
    float: left;
    z-index: 100;
    position: relative;
}

.PagerNext {
    float: right;
    z-index: 100;
    position: relative;
}

.PagerStep {
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    z-index: 50;
}

/* ================================================= */
/* Misc ability to hide things */
/* ================================================= */

@media all and (max-width: 100px) {
    .ShowAfter100, .ShowAfter200, .ShowAfter300, .ShowAfter400, .ShowAfter500, .ShowAfter600, .ShowAfter700, .ShowAfter800, .ShowAfter900, .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 200px) {
    .ShowAfter200, .ShowAfter300, .ShowAfter400, .ShowAfter500, .ShowAfter600, .ShowAfter700, .ShowAfter800, .ShowAfter900, .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 300px) {
    .ShowAfter300, .ShowAfter400, .ShowAfter500, .ShowAfter600, .ShowAfter700, .ShowAfter800, .ShowAfter900, .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 400px) {
    .ShowAfter400, .ShowAfter500, .ShowAfter600, .ShowAfter700, .ShowAfter800, .ShowAfter900, .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 500px) {
    .ShowAfter500, .ShowAfter600, .ShowAfter700, .ShowAfter800, .ShowAfter900, .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 600px) {
    .ShowAfter600, .ShowAfter700, .ShowAfter800, .ShowAfter900, .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 700px) {
    .ShowAfter700, .ShowAfter800, .ShowAfter900, .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 800px) {
    .ShowAfter800, .ShowAfter900, .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 900px) {
    .ShowAfter900, .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 1000px) {
    .ShowAfter1000, .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 1100px) {
    .ShowAfter1100, .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 1200px) {
    .ShowAfter1200, .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 1300px) {
    .ShowAfter1300, .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 1400px) {
    .ShowAfter1400, .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (max-width: 1500px) {
    .ShowAfter1500 {
        display: none !important;
    }
}

@media all and (min-width: 100px) {
    .ShowBefore100 {
        display: none !important;
    }
}

@media all and (min-width: 200px) {
    .ShowBefore200 {
        display: none !important;
    }
}

@media all and (min-width: 300px) {
    .ShowBefore300 {
        display: none !important;
    }
}

@media all and (min-width: 400px) {
    .ShowBefore400 {
        display: none !important;
    }
}

@media all and (min-width: 500px) {
    .ShowBefore500 {
        display: none !important;
    }
}

@media all and (min-width: 600px) {
    .ShowBefore600 {
        display: none !important;
    }
}

@media all and (min-width: 700px) {
    .ShowBefore700 {
        display: none !important;
    }
}

@media all and (min-width: 800px) {
    .ShowBefore800 {
        display: none !important;
    }
}

@media all and (min-width: 900px) {
    .ShowBefore900 {
        display: none !important;
    }
}

@media all and (min-width: 1000px) {
    .ShowBefore1000 {
        display: none !important;
    }
}

/* ================================================= */
/* Table of content records */
/* ================================================= */

.RecordTogglerCell {
    width: 36px;
}

.RecordToggler {
    float: right;
}

    .RecordToggler img {
        margin: 10px 10px;
        display: inline-block;
    }

.NonTouch tr.ContentRecord.ContentRecordClickable:hover td {
    background-color: #9d89b2;
    text-shadow: none;
    cursor: pointer;
}

tr.ContentRecord td {
    vertical-align: top;
}

a.ContentRecordOpen {
    text-decoration: underline;
    font-weight: normal;
}

tr.ContentRecordActions {
    display: none;
}

    tr.ContentRecordActions .ui-table-cell-label {
        display: none !important;
    }

    tr.ContentRecordActions a, tr.ContentRecordActions a:hover {
        text-transform: uppercase;
        text-decoration: none;
        float: right;
        font-weight: normal;
        margin-left: 40px;
        padding-left: 20px;
        /*background-image: url(../images/icons_blue/circle.png);*/
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 16px;
        color: #3b1466 !important;
    }

    tr.ContentRecord.Selected, tr.ContentRecordActions.Selected {
        border-style: none !important;
    }

        tr.ContentRecord.Selected td, tr.ContentRecordActions.Selected td {
            background-color: #cae7f5 !important;
        }

@media print {
    html, body {
        height: auto !important;
        min-height: 0 !important;
        font-size: 80% !important;
    }

    div[data-role='page'] > .ui-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    body {
        width: 1024px;
    }

        body > div.ui-header, div[data-role='page'] > .ui-footer {
            display: none;
        }

    .ui-page-header-fixed {
        padding-top: 0px;
    }

    .HideWhenPrint,
    .SearchButton,
    .ResetSearchButton,
    .CollapseSearchResults,
    .ExpandSearchResults {
        display: none !important;
    }

    .SearchResults .SearchResult:not(.ui-collapsible-collapsed) {
        page-break-before: always;
        page-break-inside: avoid;
    }

    .Map {
        width: 750px;
        height: 375px;
    }
}

@media screen {
    .ShowWhenPrint {
        display: none !important;
    }
}

.Field[data-field-type='search select multiple'] ul[name$='Values'] li {
    margin: 1px;
    padding: 0.1em 0.3em;
}

.Field[data-field-type='search select multiple']:not([data-field-visibility='readonly']) ul[name$='Values'] li {
    background: url(../images/delete.png) no-repeat 99.5% center;
    cursor: pointer;
    padding-right: 30px;
}

ul[name$='Values'] {
    list-style: none;
}

/* ================================================= */
/* Twitter typeahead */
/* ================================================= */

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1500 !important;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

    span.twitter-typeahead .tt-suggestion.tt-cursor,
    span.twitter-typeahead .tt-suggestion:hover,
    span.twitter-typeahead .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

/* ----- Horizontal Menu ----- */
ul.HorizontalMenu {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

    ul.HorizontalMenu > li {
        display: inline-block;
        border: 0px solid black;
        color: #7d7d7d;
    }

        ul.HorizontalMenu > li > a {
            display: block;
            padding: 0 15px;
            font-family: "Dagny Regular", Helvetica, Arial, sans-serif;
            color: #ffffff;
            text-decoration: none;
        }

        ul.HorizontalMenu > li ul {
            display: none;
        }

        ul.HorizontalMenu > li:hover ul {
            display: block;
            position: absolute;
            background-color: #fff;
            list-style: none;
            padding: 10px 0;
            margin: 0;
        }

            ul.HorizontalMenu > li:hover ul li {
            }

                ul.HorizontalMenu > li:hover, ul.HorizontalMenu > li:hover ul li:hover {
                    /*background-color: #ffffff;*/
                }

                    ul.HorizontalMenu > li:hover ul {
                        box-shadow: 0 0 10px 1px grey;
                        min-width: 10%;
                        /*border: 1px solid black;*/
                    }

        ul.HorizontalMenu > li ul {
        }

        ul.HorizontalMenu > li:hover a {
            color: #9d89b2;
        }

        ul.HorizontalMenu > li:hover ul li a {
            text-decoration: none;
            color: #000000;
            font-size: 75%;
            display: block;
            padding: 3px 10px;
        }

        ul.HorizontalMenu > li:hover ul li:hover a {
            color: #9d89b2;
        }

.RelocatedHorizontalMenu {
    border-top: solid 1px #808080;
}

    .RelocatedHorizontalMenu .HorizontalOnlyMenu, .RelocatedHorizontalMenu.HorizontalOnlyMenu {
        display: none;
    }

    .RelocatedHorizontalMenu a:not([href]), .RelocatedHorizontalMenu a:not([href]):hover {
        font-weight: bold;
        background-color: #ffffff !important;
        color: #206895 !important;
        cursor: default;
        margin-top: 10px;
    }

#Navigation #UpperMenuBand {
    margin-left: -1000px;
    padding-left: 1000px;
    margin-right: -1000px;
    padding-right: 1000px;
    background-color: #ececec;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    color: #7d7d7d;
}

    #Navigation #UpperMenuBand:empty {
        display: none;
    }

    #Navigation #UpperMenuBand a {
        color: #7d7d7d;
    }

#Navigation #LowerMenuBand {
    margin-left: -1000px;
    padding-left: 1000px;
    margin-right: -1000px;
    padding-right: 1000px;
    vertical-align: middle;
    font-size: 20px;
    white-space: nowrap;
    background-color:#fff;
}

.ui-tabs {
    padding: 0px;
}

.CampaignLogo{
    height:50px !important;
}

.MessageClass {
    background-color: #ebeaeb;
    color: #000;
    padding: 5px;
    font-size: 1em;
    text-align: center;
    text-shadow: none
}
.ui-collapsible-inset .ui-collapsible-heading .ui-btn{
    background-color: #fff !important;
}
.SearchResult .ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    background-color: #ebeaeb !important;
}

/*.SearchResult :nth-child(1 of .ui-collapsible-inset .ui-collapsible-heading .ui-btn) {
    background-color: red !important;
}

.SearchResult > .ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    background-color: #fff !important;
}
    .SearchResult > .ui-collapsible-inset .ui-collapsible-heading .ui-btn ~ .ui-collapsible-inset .ui-collapsible-heading .ui-btn {
        background-color: #7d7d7d !important;
}
*/
.SearchResult.ui-collapsible.ui-collapsible-inset {
    border: solid 1px #3b1466 !important;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: #fff !important;
}

    .ui-page-theme-a .ui-btn.ui-btn-active, html .ui-bar-a .ui-btn.ui-btn-active, html .ui-body-a .ui-btn.ui-btn-active, html body .ui-group-theme-a .ui-btn.ui-btn-active, html head + body .ui-btn.ui-btn-a.ui-btn-active, .ui-page-theme-a .ui-checkbox-on:after, html .ui-bar-a .ui-checkbox-on:after, html .ui-body-a .ui-checkbox-on:after, html body .ui-group-theme-a .ui-checkbox-on:after, .ui-btn.ui-checkbox-on.ui-btn-a:after, .ui-page-theme-a .ui-flipswitch-active, html .ui-bar-a .ui-flipswitch-active, html .ui-body-a .ui-flipswitch-active, html body .ui-group-theme-a .ui-flipswitch-active, html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active, .ui-page-theme-a .ui-slider-track .ui-btn-active, html .ui-bar-a .ui-slider-track .ui-btn-active, html .ui-body-a .ui-slider-track .ui-btn-active, html body .ui-group-theme-a .ui-slider-track .ui-btn-active, html body div.ui-slider-track.ui-body-a .ui-btn-active {
        background-color: #3b1466;
        border-color: #3b1466;
        color: #fff !important;
        text-shadow: none;
    }
    .ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited{
        color:#000 !important;
    }


.AppsPGApps a{
    text-decoration:none !important;
}


/*.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a{
    color:#3b1466 !important;
}*/

/*.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
    color: #444 !important;
}*/

li {
    font-family: visuelt-regular !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.ui-footer a {
    text-shadow: none;
    font-weight: normal;
    color: #ffffff !important;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
}

.ui-page-theme-a .ui-radio-on:after, html .ui-bar-a .ui-radio-on:after, html .ui-body-a .ui-radio-on:after, html body .ui-group-theme-a .ui-radio-on:after, .ui-btn.ui-radio-on.ui-btn-a:after {
    border-color: #3b1466;
}

body, input, select, textarea, button, .ui-btn {
    font-family: visuelt-regular;
}
.UnderlineStyle{
    text-decoration:underline;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper, .ui-body-a,
.ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a,
.ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited {
    text-shadow: none !important;
}

    .ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a
{
        font-weight:500 !important;
    }