/* Minification failed. Returning unminified contents.
(559,2): run-time error CSS1030: Expected identifier, found '.'
(559,2): run-time error CSS1019: Unexpected token, found '.'
 */
/* 
    Package: Apex.Web.UI 
*/
body {
    font-family: "Segoe UI VSS (Regular)","-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    
}
/* Positioning */
body > header {
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:65px;
}
    body > header > div {
        background-color: rgb(0,120,215);
        color: white;
    }
    body > header > nav {
        background-color: whitesmoke;
        color: black;
    }
    body > .apex-content-left {
        position: absolute;
        left: 0;
        width: 300px;
        top: 65px;
        bottom: 35px;
        overflow: auto;
        padding-top: 10px;
        display: none;
    }
    body > .apex-content-right {
        position: absolute;
        left: 300px;
        right: 0;
        top: 65px;
        bottom: 35px;
        overflow: auto;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 10px;
        display: none;
    }
    body > .apex-content-full {
        position: absolute;
        left: 0;
        right: 0;
        top: 65px;
        bottom: 35px;
        overflow: auto;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 10px;
        display: none;
    }
body > footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    height:35px;
    background-color: #535353;
    color: white;
}

/* formatting */
#apex-header_logo img {
    height: 35px;
}
body > header section {
    display:inline-block;
}
#apex-header_name {
    vertical-align: top;
    padding: 7px 10px 8px 10px;
    background-color: steelblue;
    margin-left: -5px;
}
#apex-header_settings {
    position: fixed;
    top: 4px;
    right: 20px;
    font-size: 1.5em;
    text-align:right;
    z-index:10;
}
    #apex-header_settings > div {
        position:relative;
        display:none;
        color:black;
        background-color:whitesmoke;
        border: solid 1px #888;
        box-shadow: 3px 3px 3px #888;
        font-size:.6em;
        padding:5px;
        text-align:left;
    }
    #apex-header_settings:hover > div {
        display: block;
    }
    #apex-header_settings table {
        margin-bottom:10px;
    }
    #apex-header_settings td {
        padding-left: 5px;
    }
#apex-header_sections {
    vertical-align: top;
    padding-top: 5px;
}
/*
    MENU
*/
.apex-menuitem {
    padding: 3px 10px 3px 10px;
    display: inline-block;
    cursor: default;
}
    .apex-menuitem > label {
        display: block;
        margin-bottom: 0px;
    }

    .apex-menuitem.selected {
        font-weight: bold;
    }
    #apex-header_sections > .apex-menuitem {
        border-bottom: 5px solid rgb(0,120,215);
    }
    #apex-header_sections > .apex-menuitem.selected {
        border-bottom: 5px solid whitesmoke;
    }
    #apex-header_sections > .apex-menuitem:hover {
        border-bottom: 5px solid #f1f1f1;
    }
    /*#apex-header_sections > .apex-menuitem:hover > .apex-header_menudropdown {
        display: block;
    }*/
    .apex-header_menudropdown {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 35px;
        z-index:500;
        background-color: #f1f1f1;
        color: black;
    }

        nav > .apex-menuitem, 
        .apex-header_menudropdown > apex-menuitem {
            border-bottom: 3px solid whitesmoke;
        }

            nav > .apex-menuitem.selected, 
            .apex-header_menudropdown > .apex-menuitem.selected {
                color: rgb(0,120,215);
                border-bottom: 3px solid #0094ff;
            }
    #apex-header_sections > .apex-menuitem > a,
    #apex-header_sections > .apex-menuitem > a:link,
    #apex-header_sections > .apex-menuitem > a:visited,
    #apex-header_sections > .apex-menuitem > a:hover,
    #apex-header_sections > .apex-menuitem > a:active {
        color: white;
    }
    .apex-header_menudropdown a, 
    .apex-header_menudropdown a:link, 
    .apex-header_menudropdown a:visited, 
    .apex-header_menudropdown a:hover, 
    .apex-header_menudropdown a:active {
        color: black;
    }
nav > section {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}
    nav a, nav a:link, nav a:visited, nav a:hover, nav a:active {
        color: black;
    }
nav > .navscrollright {
    position: absolute;
    right: 8px;
    display: block;
    padding: 6px 3px;
    background-color: whitesmoke;
}
nav > .navscrollleft {
    position: absolute;
    left: 0;
    display: block;
    padding: 6px 3px;
    background-color: whitesmoke;
}
/*
    Heading
*/
h1 {
    margin-top: 3px;
    font-size: 20px;
    display: inline-block;
}
h2 {
    margin-top: 3px;
    font-size: 18px;
    display: inline-block;
}
h3 {
    margin-top: 3px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
/* 
    FORM
*/
.apex-manager {

}
.apex-editor {

}
    .apex-manager > header, .apex-editor > header {
        padding-bottom: 10px;
        border-bottom: 1px solid #808080;
        margin-bottom: 10px;
        padding-left: 10px;
        white-space:nowrap;
    }
    .apex-editor fieldset {
        display:inline-block
    }
    .apex-editor fieldset > legend {
        font-size: 1.2em;
        margin-bottom:5px;
    }

.apex-button {
    border: none;
    padding: 4px;
    font-size: .8em;
}

    .apex-button:hover {
        background-color: antiquewhite;
    }

.apex-acceptbutton {
    color: green;
}

.apex-minimal {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

    
.apex-dialog {
    
}
.apex-find-dialog > header {
    position:fixed;
    background-color:white;
    margin-top:-7px;
    padding:5px;
}
    .apex-find-dialog > *:nth-child(2) {
        margin-top: 30px;
    }
.closebutton {
    float:right;
}
/*
    TOOLBAR
*/
.apex-toolbar {
    /*position:fixed;
    right:20px;
    top:40px;*/
    margin-left: 40px;
    display: inline-block;
}
.apex-toolbar.shrink button:not(.dontshrink) {
    width:22px;
}
.apex-toolbar button {
    border: none;
    background-color: whitesmoke;
    padding: 5px 9px;
    font-size: .9em;
    white-space: nowrap;
    overflow:hidden;
}
    .apex-toolbar button .fa, .apex-toolbar button .fas, .apex-toolbar button .far {
        margin-right: 5px;
    }
	
    .apex-toolbar-band {
        display:inline-block;
        border:1px #0094ff solid;
    }
/*
    Grids
*/
.apex-grid {
}

.apex-grid > caption {
    caption-side: top;
    color: black;
    font-size: 1.4em;
}

.apex-grid > thead:last-child {
    border-bottom: 5px solid #f9f9f9;
    background-color: #f9f9f9
}

.apex-grid > tfoot {
    border-top: 5px solid #f9f9f9;
    background-color: #f9f9f9
}

.apex-grid > tbody > tr {
    cursor: default;
}

    .apex-grid > tbody > tr:hover {
        background-color: aliceblue;
    }

    .apex-grid > tbody > tr.highlight {
        background-color: #cbecfc;
    }

    .apex-grid > tbody > tr.selectable:hover {
        background-color: yellow;
    }

.apex-grid td, .apex-grid th {
    vertical-align: top;
    padding-right: 5px;
}

    .apex-grid-sm > thead > tr > td,
    .apex-grid-sm > thead > tr > th,
    .apex-grid-sm > tbody > tr > td,
    .apex-grid-sm > tbody > tr > th,
    .apex-grid-sm > tfoot > tr > td,
    .apex-grid-sm > tfoot > tr > th
    .apex-grid-sm > tr > td,
    .apex-grid-sm > tr > th {
        font-size: .8em;
    }
    .apex-grid td.rightalign, .apex-grid th.rightalign {
        padding-right: 25px;
    }

    .apex-grid td.nowrap, .apex-grid th.nowrap {
        overflow: hidden;
        white-space: nowrap;
    }

.apex-grid tbody td input[type="text"] {
    width: 100%;
}

.columnspacer {
    width: 32px;
}
/*
    Floating Form
*/

.apex-disabledbackground {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(128,128,128,.5);
}

.apex-floatingForm {
    position: absolute;
    background-color: white;
    width: 800px;
    height: auto;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
    border: 1px solid black;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    padding: 5px;
    overflow: auto;
}

    .apex-floatingForm.size0 {
        width: 100px;
        margin-left: 0px;
    }

    .apex-floatingForm.size1 {
        width: 100px;
        margin-left: -50px;
    }

    .apex-floatingForm.size2 {
        width: 250px;
        margin-left: -125px;
    }

    .apex-floatingForm.size3 {
        width: 400px;
        margin-left: -200px;
    }

    .apex-floatingForm.size4 {
        width: 550px;
        margin-left: -275px;
    }

    .apex-floatingForm .size5 {
        width: 700px;
        margin-left: -350px;
    }

    .apex-floatingForm.size6 {
        width: 950px;
        margin-left: -475px;
    }

    .apex-floatingForm.size7 {
        width: 1000px;
        margin-left: -500px;
    }

    .apex-floatingForm > header {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
    }

.apex-fileUploader > input[type="file"] {
    position: absolute;
    z-index: 2;
    left: 0;
    opacity: 0;
}

.apex-fileUploader > label {
    position: relative;
}

    .apex-fileUploader > label:hover {
        background-color: #efeaea;
    }
/*
    Miscellaneous
*/
@keyframes pulse_animation {
    0% {
        background-color: rgba(232, 225, 92, 0.1);
        color: white;
    }


    50% {
        background-color: #e8be5c;
        color: black;
    }

    100% {
        background-color: rgba(232, 225, 92, 0.1);
        color: white;
    }
}

.apex-buttonflicker {
    animation-name: pulse_animation;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



.apex-validationMessage {
    box-shadow: 5px 5px 5px rgba(192,192,192,.5);
    position: fixed;
    bottom: 46px;
    z-index: 99999;
    padding: 1px 0px 10px 0px;
    border-radius: 3px;
    list-style: none;
    background-color: #f89406;
    color: black;
}

    .apex-validationMessage > li {
        padding: 0px 10px 0px 10px;
    }

        .apex-validationMessage > li:first-child {
            font-weight: bold;
            background-color: #d88207;
        }

.apex-deletebutton {
    color: red;
    border: none;
    background-color: transparent;
}

input.inValid[type='text'], select.inValid {
    border-color: red;
}


input.inValid[type=checkbox]:after {
    content: "\2714";
    border: 0.1em solid red;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: transparent;
    margin-left: -0.1em;
    margin-top: -1em;
}

/*
    Components
*/
.apex-editor-section {
    padding:10px 20px;
    float:left;
}
    .apex-editor-section.apex-primary {
        margin-right:10px;
        border-right:1px solid #808080;
    }
    .apex-editor-section > header {
        font-weight: normal;
        margin-bottom: 3px;
        margin-top: 10px;
    }
    .apex-editor-section > header:nth-child(2) {
        margin-top: 0px;
    }

..apex-editor-section > div {
    font-weight: normal;
    padding-bottom: 5px;
}
.apex-editor-section th, .apex-editor-section td {
    padding-right:5px;
}


