﻿/* Structure */

html {
    font-size: 16px;
    font-family: 'Arial','Verdana',sans-serif;
    color: #444444;
}

body {
    width: 100%;
    min-height: 100vh;
}

p {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.slick-viewport, .slick-header-columns, .slick-row {
    box-sizing: content-box !important; /* or border-box if SlickGrid is adapted */
}

#acs-system {
    display: grid;
    grid-template-columns: 3fr 10fr;
}

#acs-login { 
    grid-row: 2 / 2;
    grid-column: 1 / 1;
}

#acs-tracker {
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

#acs-work {
    grid-row: 1 / 1;
    grid-column: 2 / 2;
}

#acs-grid-holder {
    visibility: hidden;
}

#acs-db-holder {
    visibility: hidden;
}

#acs-tabset {
    height: 100%;
    overflow-y: auto;
}

.acs-tracker-help {
    margin-top: .5rem;
}

.acs-tracker-extra {
    margin-top: .5rem;
    margin-left: .5rem;
}

.acs-panel-work.acs-panel-in-edit .acs-panel-heading {
    display: none;
}

.acs-panel-work.acs-panel-in-edit [role="grid"]:not(.acs-panel-popup) {
    display: none;
}

.acs-panel-work.acs-panel-in-reader [role="grid"]:not(.acs-panel-reader > [role="grid"]) {
    display: none;
}

.acs-panel-edit.acs-panel-in-popup .acs-edit-top {
    display: none;
}

.acs-panel-edit.acs-panel-in-popup .acs-edit-top-tab {
    display: none;
}

.acs-panel-edit.acs-panel-in-popup .acs-edit-full {
    display: none;
}

.acs-div-p {
    border-style: solid;
    border-color: Blue;
    border-width: 1px;
    margin: 5px;
    padding: 5px;
}

.acs-hidden-grid {
    display: none;
}

.acs-filter-list {
    overflow: hidden;
    min-height: 90px;
}

.acs-filter-menu {
    min-height: 150px;
    min-width: 300px;
    max-width: 500px;
    position: relative;
    background: #ffffe0;
    padding: 3px;
    border: 2px;
    border-style: solid;
    border-color: blue;
    font-family: Verdana;
    font-size: 11px;
    z-index: 1000;
}

#acs-filter-refresh[disabled] {
    opacity: 0.5;
}

.acs-cell-money {
    text-align: right;
}

.acs-cell-number {
    text-align: right;
}

.acs-cell-center {
    text-align: center;
}

.acs-cell-even {
    background-color: #eeeeee;
}

.acs-cell-odd {
    background-color: transparent;
}

acs-cell-reader-count {
    background-color: #cce6ff;
    text-align: right;
    font-weight: bold;
}

.acs-edit-heading {
    margin-left: .5rem;
}

.acs-edit-details {
    font-weight: bold;
}

.acs-edit-top-tab {
    padding-left: 3.5rem;
    padding-top: .5125rem;
    background-color: white;
}

.acs-edit-top-reader {
    padding-left: 7.125rem;
    padding-top: .5125rem;
    background-color: white;
}

.acs-edit-top {
    padding-left: .5rem;
    padding-right: 8.375rem;
    padding-top: .5rem;
    background-color: navy;
}


.acs-edit-top-page {
    padding-left: .125rem;
    padding-right: .125rem;
    padding-top: .125rem;
    background-color: #ffffe0;
    border-top-style: solid;
    border-top-color: navy;
    border-top-width: .125rem;
}

.acs-edit-bottom {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    background-color: #ffffe0;
}

.acs-edit-label {
    margin-left: .5rem;
    margin-right: 1.125rem;
    font-weight: bold;
}

.acs-edit-hidepage {
    display: none;
}

.acs-edit-layoutbox {
    text-align: center;
}

.acs-edit-popup {
    display: none;
}

.acs-edit-tiny-text {
    width: 3.125rem;
    margin: .1875rem;
}

.acs-edit-hidden-text {
    display: none;
}

.acs-edit-xsmall-text {
    width: 1.5rem;
    margin: .1875rem;
}

.acs-edit-smaller-text {
    width: 4.875rem;
    margin: .1875rem;
}

.acs-edit-small-text {
    width: 7.25rem;
    margin: .1875rem;
}

.acs-edit-medium-text {
    width: 14.75rem;
    margin: .1875rem;
}

.acs-edit-large-text {
    width: 21.875rem;
    margin: .1875rem;
}

.acs-edit-larger-text {
    width: 24rem;
    margin: .1875rem;
}

.acs-edit-xlarge-text {
    width: 29.125rem;
    margin: .1875rem;
}

.acs-edit-xxlarge-text {
    width: 39.625rem;
    margin: .1875rem;
}

.acs-edit-large-block-text {
    display: block;
    width: 21.875rem;
    margin: .1875rem;
}

.acs-edit-xlarge-block-text {
    display: block;
    width: 29.125rem;
    margin: .1875rem;
}

.acs-edit-small-text-box {
    width: 26.1rem;
    height: 2.125rem;
    margin: .1875rem;
    background-color: White;
}

.acs-edit-medium-text-box {
    width: 26.1rem;
    height: 3.375rem;
    margin: .1875rem;
    background-color: White;
}

.acs-edit-large-text-box {
    width: 26.1rem;
    height: 6.625rem;
    margin: .1875rem;
    background-color: White;
}

.acs-edit-mediumwide-text-box {
    width: 26.1rem;
    height: 6.625rem;
    margin: .1875rem;
    background-color: White;
}

.acs-edit-largewide-text-box {
    width: 46.875rem;
    height: 6.625rem;
    margin: .1875rem;
    background-color: White;
}

.acs-edit-xlarge-text-box {
    width: 26.1rem;
    height: 16.625rem;
    margin: .1875rem;
    background-color: White;
}

.acs-edit-xlargewide-text-box {
    width: 46.875rem;
    height: 16.625rem;
    margin: .1875rem;
    background-color: White;
}

.acs-edit-highlight {
    background-color: #ccff00;
    padding-left: .5625rem;
    padding-right: .5625rem;
    color: black;
    border: .125rem solid red;
}

.acs-edit-important {
    margin-left: .5rem;
    margin-right: .5rem;
    font-weight: bold;
}

.acs-edit-standout {
    margin-right: .5rem;
    font-weight: bold;
    font-style: italic;
}

.acs-edit-banner {
    margin-left: .5rem;
    margin-right: .5rem;
    font-weight: bold;
    font-size: xx-large;
}

.acs-edit-banner-small {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: large;
}

.acs-input-padding input {
    margin-left: .5625rem;
}

.acs-input-padding select {
    margin-left: .5625rem;
}

.acs-edit-subnote {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: smaller;
}

.acs-edit-underline {
    padding: 0rem 0rem .125rem 0rem;
    border-style: none none solid none;
    border-width: .0875rem;
    border-color: Black;
}

.acs-span {
    display: inline-block;
}

.acs-spacer-tiny {
    display: inline-block;
    width: 1.1rem;
}

.acs-span-small {
    display: inline-block;
    width: 5.25rem;
    text-align: right;
}

.acs-span-msgmedium {
    padding-left: 2.5rem;
}

.acs-span-medium {
    display: inline-block;
    width: 7.25rem;
    text-align: right;
}

.acs-span-small-left {
    display: inline-block;
    width: 5.25rem;
    text-align: left;
}

.acs-span-medium-left {
    display: inline-block;
    width: 7.25rem;
    text-align: left;
}

.acs-span-large-left {
    display: inline-block;
    width: 9.375rem;
    text-align: left;
}

.acs-span-xlarge-left {
    display: inline-block;
    width: 11.5rem;
    text-align: left;
}

.acs-span-xxlarge-left {
    display: inline-block;
    width: 12.5rem;
    text-align: left;
}

.acs-span-giant-left {
    display: inline-block;
    width: 18.75rem;
    text-align: left;
}

.acs-span-giant2-left {
    display: inline-block;
    width: 31.25rem;
    text-align: left;
}

.acs-span-large {
    display: inline-block;
    width: 9.375rem;
    text-align: right;
}

.acs-span-xlarge {
    display: inline-block;
    width: 11.5rem;
    text-align: right;
}

.acs-span-xxlarge {
    display: inline-block;
    width: 12.5rem;
    text-align: right;
}

.acs-span-giant {
    display: inline-block;
    width: 18.75rem;
    text-align: right;
}

.acs-span-giant2 {
    display: inline-block;
    width: 31.25rem;
    text-align: right;
}

.acs-span-giant2-center {
    display: inline-block;
    width: 31.25rem;
    text-align: center;
}

.acs-span-bigger {
    font-size: larger;
}

.acs-span-radio-left-tiny {
    display: inline-block;
    text-align: left;
    width: 4.125rem;
}

.acs-span-radio-right-tiny {
    display: inline-block;
    text-align: right;
    width: 4.125rem;
}

.acs-span-radio-left-small {
    display: inline-block;
    text-align: left;
    width: 5.25rem;
}

.acs-span-radio-right-small {
    display: inline-block;
    text-align: right;
    width: 5.25rem;
}

.acs-span-radio-left-medium {
    display: inline-block;
    text-align: left;
    width: 8.375rem;
}

.acs-span-radio-right-medium {
    display: inline-block;
    text-align: right;
    width: 8.375rem;
}

.acs-span-radio-left-large {
    display: inline-block;
    text-align: left;
    width: 11.5rem;
}

.acs-span-radio-right-large {
    display: inline-block;
    text-align: right;
    width: 10.5rem;
}

.acs-span-radio-left-xlarge {
    display: inline-block;
    text-align: left;
    width: 17.75rem;
}

.acs-span-radio-right-xlarge {
    display: inline-block;
    text-align: right;
    width: 17.75rem;
}

.acs-span-heading {
    font-weight: bold;
    margin-left: .5rem;
    margin-right: .5rem;
}

.acs-span-bold {
    font-weight: bold;
}

.acs-span-textprompt {
    vertical-align: top;
    font-weight: bold;
}

.acs-grid {
}

.acs-grid * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.acs-grid .acs-cell-money {
    padding-right: 8px;
}

[class*='acs-grid-col-'] {
    float: left;
}

.acs-grid:after {
    content: "";
    display: table;
    clear: both;
}

[class*='acs-grid-col-'] {
    padding-right: 2px;
    min-height: 1px;
}

    [class*='acs-grid-col-']:last-of-type {
        padding-right: 0;
        min-height: 1px;
    }

.acs-grid-col-1-3 {
    width: 33.33%;
}

.acs-grid-col-2-3 {
    width: 66.66%;
}

.acs-grid-col-3-4 {
    width: 75%;
}

.acs-grid-col-1-2 {
    width: 50%;
}

.acs-grid-col-1-4 {
    width: 25%;
}

.acs-grid-col-1-8 {
    width: 12.5%;
}

.acs-grid-col-1-10 {
    width: 10%;
}

.acs-grid-col-5 {
    width: 5%;
}

.acs-grid-col-10 {
    width: 10%;
}

.acs-grid-col-15 {
    width: 15%;
}

.acs-grid-col-20 {
    width: 20%;
}

.acs-grid-col-25 {
    width: 25%;
}

.acs-grid-col-30 {
    width: 30%;
}

.acs-grid-col-35 {
    width: 35%;
}

.acs-grid-col-40 {
    width: 40%;
}

.acs-grid-col-45 {
    width: 45%;
}

.acs-grid-col-50 {
    width: 50%;
}

.acs-grid-col-55 {
    width: 55%;
}

.acs-grid-col-60 {
    width: 60%;
}

.acs-grid-col-65 {
    width: 65%;
}

.acs-grid-col-70 {
    width: 70%;
}

.acs-grid-col-75 {
    width: 75%;
}

.acs-grid-col-80 {
    width: 80%;
}

.acs-grid-col-85 {
    width: 85%;
}

.acs-grid-col-90 {
    width: 90%;
}

.acs-grid-col-95 {
    width: 95%;
}

.acs-grid-col-100 {
    width: 100%;
}

.acs-dashboard-outer {
    font-size: x-large;
    font-weight: bold;
    border: solid 2px;
    border-color: navy;
    max-width: 500px;
    padding-top: 7px;
}

.acs-dashboard-top {
    font-size: large;
    padding: 3px;
    border: solid 2px;
    border-color: navy;
    background-color: lightyellow;
    max-width: 494px;
}

.acs-dashboard-inner {
    margin: 3px;
    padding: 3px;
    border: solid 1px;
    border-color: navy;
    background-color: lightyellow;
    overflow: hidden;
}

.acs-dashboard-info {
    float: left;
}

.acs-dashboard-button {
    float: right;
    font-size: 10.8833px;
    font-weight: normal;
}

.acs-dashboard-last {
    margin-bottom: 10px;
}

.acs-dashboard-extra {
    font-size: 10.8833px;
    font-weight: normal;
}

.editor-text {
    border: none;
    box-sizing: content-box !important;
    width: 100%;
}

.editor-yesno {
    border: none;
    box-sizing: content-box !important;
    width: 100%;
}

#acs-text-width {
    visibility: hidden;
    font-size: 16px;
    font-family: 'Arial','Verdana',sans-serif;
}

#acs-text-width-bold {
    visibility: hidden;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Arial','Verdana',sans-serif;
}

[class^="slickgrid_"], [class^="slickgrid_"] div {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

[type="checkbox"],
[type="radio"] {
    margin: 0 .2rem 0 .2rem;
}
