html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
}

* {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::after, ::before {
    box-sizing: border-box;
}

table, caption {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
}

textarea {
    font-family: inherit;
    font-size: inherit;
}

form {
    display: inline;
}

@media screen {
    html {
        font-size: 1em;
    }

    html, body {
        overflow: hidden;
    }
}


::-webkit-scrollbar-corner {
    background: ButtonFace;
}

dl {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #11449e;
}


input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="time"], textarea, select {
    border: 1px solid #BEBEC4;
    border-radius: 3px 3px 3px 3px;
    color: #5F5F5F;
    padding: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

    select option {
        padding-left: 14px;
    }

input[type="radio"] {
    margin-right: 4px;
}

@media screen {
    input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: none;
        border: 1px solid #BEBEC4;
        border-radius: 3px 3px 3px 3px;
        min-width: 80px;
        padding: 6px;
        font-weight: 400;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    }

        input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
            border: 1px solid #1b83e8;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22) inset, 0 0 7px rgba(86, 149, 219, 0.69);
            transition: all 0.1s ease-in-out 0s;
        }
}

@media print {
    input[type="button"], input[type="reset"], input[type="submit"] {
        display: none;
    }
}

input [type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="time"]:disabled {
    cursor: not-allowed;
}

select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="time"]:focus, textarea:focus:not(.editor) {
    border: 1px solid #5695DB;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22) inset, 0 0 7px rgba(86, 149, 219, 0.69);
    transition: all 0.1s ease-in-out 0s;
    padding: 6px;
}

label {
    display: inline-block;
}

fieldset {
    padding: 0;
    border: 0;
    margin-top: 5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-block-end: 0px;
    min-inline-size: min-content;
    display: block;
}


@media print {
    .noPrint {
        display: none;
    }
}


.taskstatsList, .bulletList, .menuList {
    margin-top: -1em;
}

.bottomLink {
    text-decoration: underline;
}

.inlineLink {
    text-decoration: underline;
}


.baseLineImg {
    vertical-align: baseline;
    border: none
}

@media print {
    .tooltip {
        display: none;
    }
}

.tooltip {
    color: #333333;
}

    .tooltip :hover {
        color: #003399;
    }


.columnheader {
    border-left: 0px none;
    border-right: solid 1px #EDEDED;
    border-bottom: 1px solid #D5D5D5;
    border-top: 0px none;
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ddd;
}

    .columnheader A {
        color: #696969;
    }

.SortedColumn {
    border-bottom: orange 1px solid;
    color: #000000;
}

.table-filter {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fafafa;
}

    .table-filter select {
        margin: 2px;
    }

    .table-filter input {
        width: 50px;
        margin: 2px;
    }



.zebra {
    background-color: #ffffff;
    border-bottom: 1px solid #ededed;
    border-left: 0px none;
    margin-left: 0px;
}

    .zebra tbody tr:nth-child(even) {
        background-color: #f5f5f5;
    }

    .zebra tbody tr {
        white-space: nowrap;
    }

        .zebra tbody tr:nth-child(even) {
            background-color: #f5f5f5;
        }

    .zebra tbody td:first-child {
    }


    .zebra tbody tr:last-child {
    }

.itemcheckbox {
    padding-top: 14px !important;
    text-align: center;
    vertical-align: top !important;
}

.documentNameStyle {
}

.folderNameStyle {
}

.icon {
    vertical-align: top !important;
    text-align: center;
}


.action {
    text-align: center;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    cursor: pointer;
    font-size: larger;
    color: #696969;
}

    .action::before {
        content: "\f0c9";
    }

.ProcessingMessage {
    margin-top: 15px;
    font-size: 15px;
}

.z1 {
    background-color: #f5f5f5;
    white-space: nowrap;
}

.z2 {
    background-color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid red;
}

.log {
    width: 96%;
    border-right: #c0c0c0 1px solid;
    border-left: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    border-top: #c0c0c0 1px solid;
    background: white;
    text-align: left;
    margin-top: 10px;
}

    .log th {
        background: #eeeeee;
        padding: 4px;
        border: #c0c0c0 1px solid;
    }

    .log td {
        padding: 4px;
        border: #eeeeee 1px solid;
    }

.upload {
    padding-left: 3px;
    width: 400px;
}

.input01 {
}

.filter-drop {
}

.memo {
    padding-left: 3px;
    padding-top: 5px;
    white-space: pre-wrap;
    margin-left: 0px;
}

.BodySection {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #003399;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 1.2em
}

.FloatingBox {
    width: 600px;
    height: 125px;
    float: left;
    padding: 10px;
    border: 1px dashed #cccccc;
    margin-left: 20px;
    margin-top: 20px;
    overflow: auto;
}

    .FloatingBox img {
        margin: 5px;
        float: left;
    }

.FloatingBoxCaption {
    margin-left: 10px;
    margin-bottom: 5px;
}

    .FloatingBoxCaption A {
        color: #3a6ea5;
    }

        .FloatingBoxCaption a:hover {
            color: #3a6ea5;
        }

.FloatingBoxDesc {
    margin-bottom: 5px;
    color: #696969;
    font-size: 13px;
}

.FloatingBoxLinks {
    text-align: right;
}

    .FloatingBoxLinks .bottomLink {
        margin-left: 20px;
    }




.flows {
    border: none;
}

.flow-info {
    vertical-align: middle;
    padding: 4px;
}

.flows td {
}

.flow-header {
    border: solid 1px #dedede;
    background-color: #eeeeee;
    text-align: center;
    white-space: nowrap;
    padding: 4px;
    color: #0066CC;
}

.flow-field-value {
    border: solid 1px #dedede;
    background-color: #fefefe;
    padding: 4px;
    white-space: nowrap;
}

.flow-task-owner {
    padding: 4px;
    border: solid 1px #dedede;
    color: #696969;
    background-color: #fefefe;
    white-space: nowrap;
    text-align: left;
}

.flow-comment {
    padding: 4px;
    padding-left: 20px;
    color: #6699CC;
    border: solid 1px #dedede;
    background-color: #fefefe;
}

.flow-stepSeperator {
    height: 4px;
}

.flow-Seperator {
    height: 10px;
}

.top-link {
    /*position: absolute;*/
    border: solid 1px #eeeeee;
    left: 606px;
    top: 4px;
    text-align: left;
    color: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
}

    .top-link:hover {
        border: solid 1px yellow;
        color: white;
        text-decoration: none;
    }

.page-page {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    overflow: hidden;
}

.button-page {
    BACKGROUND-COLOR: #f7f7f7;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
}




#divwaittransparent {
    filter: alpha(opacity=70);
    left: 0px;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: gainsboro;
    opacity: 0.7;
    /*
	moz-opacity: 0.7;
    */
}

#divwait {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.waitpage-message {
    vertical-align: middle;
    text-align: center;
    height: 100px;
    width: 500px;
    border: solid 2px #000000;
    background-color: white;
    color: black;
    z-index: 0;
}

    .waitpage-message div {
        font-weight: bold;
    }

.T-RA {
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 200px;
    text-align: right;
    color: #3a6ea5;
    white-space: nowrap;
}

.T-LA {
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.form-container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border: solid 1px #cecece;
    border-radius: 8px;
    overflow: auto;
    display: inline-block;
}


.table-form {
    margin-top: 10px;
    margin-left: 10px;
    max-width: 1500px;
}

.prompt-container {
    min-height: 30px;
    margin-bottom: 10px;
}

.prompt-caption {
    vertical-align: top;
    min-width: 250px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    float: left;
    margin-top: 6px;
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 20px;
}

@media screen and (max-width: 700px) {
    .prompt-caption {
        min-width: 100%;
    }
}

.prompt-suffix {
    margin-left: 10px;
    margin-top: 6px;
    text-align: left;
}

.prompt-hint {
    color: blue;
    font-size: 18px;
    margin-top: 2px;
    margin-left: 10px;
}

.prompt-value {
    float: left;
    white-space: nowrap;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px;
}

    .prompt-value>div {
        margin-right: 4px;
        float: left;
    }

        .prompt-value>div p {
        }


    .prompt-value input[type=checkbox] {
        margin-top: 10px;
        margin-left: 0px;
    }

.infoprompt {
    margin-top: 6px;
}

    .infoprompt .info-text {
        font-weight: normal;
        white-space: normal;
        max-width: 750px;
    }

    .infoprompt .info-warning {
        color: darkorange;
        font-weight: 500;
    }

    .infoprompt .info-error {
        color: red;
        font-weight: 500;
    }

    .infoprompt .info-emphasize {
        font-weight: 500;
    }

    .infoprompt .info-comment {
        white-space: normal;
        max-width: 600px;
    }

    .infoprompt .info-log {
        white-space: normal;
    }


.promptwarning {
    margin-left: 5px;
    margin-right: 5px;
    color: Red;
    float: left;
}



.formSectionTitle {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: whitesmoke;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
}

    .formSectionTitle h6 {
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

.searchdesc {
    margin: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    overflow: visible;
}

.desc {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #cccccc;
}

.background-wrapper {
    filter: alpha(opacity=70);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: gray;
    opacity: 0.7;
    visibility: hidden;
}

.background-clip {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    /*
	moz-opacity: 0.6;
    */
}




#ctrlscheduler {
    border: solid 1px #dddddd;
    width: 850px;
    height: 200px;
    margin-bottom: 10px;
    background-color: #fefefe;
    border-radius: 6px;
    padding: 5px;
}

    #ctrlscheduler .prompt-caption {
        min-width: 100px;
    }


.task-requirements {
    margin: 0px;
}

    .task-requirements td {
        padding-bottom: 5px;
        padding-top: 0px;
    }

.itemname {
    color: black;
    float: left;
    min-width: 100%;
}

.exception {
    color: Red;
    margin-bottom: 10px;
    float: left;
    min-width: 100%;
}

#table-main {
    width: 100%;
    height: 100%;
    margin: 0px;
}

#pagebody {
    margin: 0px;
    background-color: #F0F3F5;
    border: 0px none;
}

@media screen {
    #pagebody {
        width: 100%;
        height: 100%;
        float: right;
    }
}

#cornerImage {
    text-align: center;
    padding-top: 20px;
    width: 100%;
    background-color: #ffffff;
}


#titlediv {
    width: 100%;
    background-color: #F0F3F5;
    margin: 0px;
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
}

    #titlediv .pageTitle {
        font-weight: 500;
        font-size: 15px;
        white-space: nowrap;
        color: #000000;
        margin-left: 10px;
        margin-right: 20px;
        vertical-align: middle;
        text-shadow: 1px 1px 0 #FFFFFF;
        float: left;
    }

    #titlediv .page-top-links {
        float: right;
        text-align: right;
        margin-left: 20px;
        margin-right: 20px;
    }

    #titlediv .page-top-link {
        font-weight: 400;
        margin-left: 35px;
        margin-right: 0px;
        color: navy;
        white-space: nowrap;
        text-shadow: #FFFFFF 1px 1px 0px;
    }

        #titlediv .page-top-link:hover {
            text-decoration: underline;
        }


.stats {
    margin-top: 0px;
    margin-left: 10px;
    min-width: 400px;
    float: left;
}

    .stats ul {
        min-width: 400px;
    }

    .stats li {
        min-width: 400px;
    }

#titlediv #imgdesc {
    margin-left: 5px;
    margin-top: 5px;
}

/* SUBTITLE */

#subtitlediv {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: auto;
    background-color: #F0F3F5;
    vertical-align: text-bottom;
}

    #subtitlediv div {
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 1px;
        margin-bottom: 8px;
    }

    #subtitlediv .section {
        margin-right: 50px;
        margin-top: 5px;
        float: left;
    }

#strecheddiv {
    margin: 0px;
    border-top: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    z-index: 0;
    background-color: #FFFFFF;
}

@media screen {
    #strecheddiv {
        height: 400px;
        width: 100%;
        overflow: scroll;
        z-index: 0;
    }
}


#divstatusbar {
    border-top: none 0px;
    border-bottom: none 0px;
    padding: 0px;
    overflow: hidden;
}

.status-panel {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    width: unset;
    float: left;
    font-size: smaller;
}

    .status-panel a {
        border: 1px solid gray;
        border-radius: 4px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 4px;
        padding-bottom: 4px;
        color: Black;
        margin-left: 10px;
    }

        .status-panel a:hover {
            background-color: #eeeeee;
        }




/* button area */

@media screen {

    .basicBtn {
        min-width: 100px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .browseButton {
        vertical-align:top; 
    }
    .clearButton {
        vertical-align: top;
    }
    #buttonareadiv {
        text-align: left;
        padding-left: 10px;
        border-top: solid 1px #ffffff;
        background-color: #eeeeee;
        float: left;
        width: 100%;
        height: 50px;
    }

        #buttonareadiv div {
            margin-right: 10px;
            margin-top: 5px;
            margin-bottom: 5px;
            margin-left: 50px;
        }

        #buttonareadiv .button {
            margin-left: 5px;
        }


    .buttonArea {
        text-align: right;
        padding: 10px;
        width: 100%;
    }

        .buttonArea .basicBtn {
            margin-right: 10px;
        }
}


@media print {
    #buttonareadiv, #NavBreadCrumbs {
        display: none;
    }
}

.comments {
    margin-left: 20px;
    margin-bottom: 5px;
    color: #333333;
    max-width: 800px;
    white-space: normal;
}

.comment {
    max-width: 900px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    border: 1px solid #d5d5d5;
    background: #ffffff;
    min-width: 400px;
    border-radius: 5px;
}

    .comment .inline-caption {
        color: #336699;
        font-weight: 600;
    }

    .comment .comment-text {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
        white-space: normal;
        font-style: italic;
        overflow: auto;
    }

    .comment .comment-footer {
        text-align: right;
        padding: 5px;
        background-color: #eeeeee;
    }

    .comment .comment-author, .comment .comment-date {
        font-style: italic;
        margin: 10px;
    }
/*new STYLES*/

.notification {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 36px;
    position: relative;
    background-position: 10px 10px !important;
    background-repeat: no-repeat !important;
    border: 1px solid;
    border-radius: 3px 3px 3px 3px;
}

.error-banner {
    background: url("../img/icons/cross_circle.png") repeat scroll 0 0 #FFCECE;
    border-color: #DF8F8F;
    color: #665252;
}

.success-banner {
    background: url("../img/icons/tick.png") repeat scroll 0 0 #D5FFCE;
    border-color: #9ADF8F;
    color: #556652;
}

.info-banner {
    background: url("../img/icons/information.png") repeat scroll 0 0 #DBE3FF;
    border-color: #A2B4EE;
    color: #585B66;
}

.attention-banner {
    background: url("../img/icons/exclamation.png") no-repeat scroll 10px 11px #FFFBCC;
    border-color: #E6DB55;
    color: #666452;
}

.log-banner {
    background: url("../img/icons/exclamation.png") no-repeat scroll 10px 11px #FFFBCC;
    border-color: #E6DB55;
    color: #666452;
}



/*only safari hack*/
.drop-down:not(:root:root) {
    -webkit-appearance: none;
    background-color: #ffffff;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
    background-color: #ffffff;
    padding-right: 25px;
}




.list-box {
}


.c_name {
    font-weight: normal;
    color: black;
    text-align: left;
}

.c_name_unread {
    font-weight: 600;
    color: black;
    text-align: left;
}

.c_name_unpublished {
    font-weight: normal;
    color: gray;
    text-align: left;
}

.c_name_checkedout_read {
    font-weight: normal;
    color: #d82525;
    text-align: left;
}

.c_name_checkedout_unread {
    font-weight: bold;
    color: #d82525;
    text-align: left;
}

.c_name_checkout_unpublished {
    font-weight: normal;
    color: #CC6699;
    text-align: left;
}

.NiceGrid {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-left: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
}

    .NiceGrid td {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-right: solid 1px #dcdcdc;
        border-bottom: solid 1px #dcdcdc;
        text-align: left;
    }

    .NiceGrid thead td {
        background-color: #eeeeee;
        color: Black;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
    }


    .NiceGrid tbody tr:nth-child(even) {
        background-color: #f5f5f5;
    }

    .NiceGrid tbody tr:last-child {
        background-color: #fafafa;
        border-left: none;
        border-top: solid 1px #dcdcdc;
    }

.flowStats {
    padding: 10px;
    display: inline-block;
}

    .flowStats a {
        margin: 10px;
        margin-right: 3px;
    }

.badge {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 5px;
    margin-right: 10px;
    background-color: #cccccc;
    color: #ffffff;
    border-radius: 4px;
}

.DarkRed {
    background-color: #c95454;
    color: #ffffff;
}

.DimGray {
    background-color: #c0c0c0;
    color: #ffffff;
}

.listbox {
    margin-left: 10px;
    margin-right: 0px;
    padding: 3px;
}

    .listbox option {
        margin-bottom: 0px;
        margin-top: 0px;
        height: 18px;
    }

#formbody {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
}


.thumbnail {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    border: solid 1px #cccccc;
    background-color: #eeeeee;
}

    .thumbnail img {
        vertical-align: middle;
        margin: 0px;
    }




.navbar-nav > li {
    float: none;
}


.widget {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    border: 1px solid #d5d5d5;
    display: block;
    background: #fafafa;
    min-width: 500px;
    border-radius: 6px;
}

.head {
    position: relative;
    background: #fafafa;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 7px;
    margin-left: 7px;
    height: 35px;
}

    .head .head-text {
        float: left;
    }

    .head .head-icon {
        float: right;
        width: 20px;
        color: #339af0;
    }

.widget div {
    float: none;
}

.widget .head h5 {
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.widget .body {
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    white-space: normal;
    background-color: #ffffff;
}

.widget .comment {
    margin-left: 0px;
}

.widget .footer {
    font-size: smaller;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: right;
    margin-right: 10px;
    margin-left: 10px;
}

    .widget .footer input[type=button] {
        margin-left: 20px;
    }


.userLink {
    font-size: medium;
    padding-top: 3px;
    display: block;
    margin-left: 25px;
    white-space: nowrap;
}

.userWidget {
    padding: 6px 12px 0 12px;
    display: block;
    float: left;
}

@media screen {
    .body-content {
        margin: 0px;
        float: left;
        padding-bottom: 20px;
    }
}

.table {
    margin-top: 0px;
}

.tableStatic {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #D5D5D5;
    border-spacing: 0px;
}

    .tableStatic thead tr {
        white-space: nowrap;
    }

    .tableStatic thead td:first-child, .tableStatic thead th:first-child {
        border-left: none;
    }

    .tableStatic thead td, .tableStatic thead th {
        text-align: center;
        border-right: 1px solid #e7e7e7;
        color: #000000;
        background: #fafafa;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .tableStatic thead th {
        font-weight: 500;
    }

    .tableStatic tbody tr {
        border-top: 1px solid #e7e7e7;
        white-space: nowrap;
    }

        .tableStatic tbody tr:nth-child(even) {
            background-color: #f5f5f5;
        }

    .tableStatic tbody td {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e7e7e7;
        vertical-align: middle;
    }

        .tableStatic tbody td:first-child {
            border-left: none;
            padding-left: 15px;
        }

    .tableStatic tfoot tr td {
        border-top: #dcdcdc 1px solid;
        padding-right: 5px;
        padding-left: 32px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.widget .tableStatic {
    border: none;
    background-color: white;
    width: 100%;
}

.widget .propertyBox .tableStatic tbody td:first-child {
    width: 200px;
}

.widget .propertyBox .tableStatic tbody td:first-child {
    font-weight: 500;
}




.infotable {
    border: none;
}

    .infotable td:first-child {
        white-space: nowrap;
        text-align: right;
        font-weight: 500;
        width: 250px;
    }

    .infotable tbody td {
        border-left: 1px solid #e7e7e7;
        padding: 8px 10px;
        vertical-align: middle;
        white-space: normal;
        word-break: break-all;
    }


/****NAVBAR ****/
@media screen {
    .menu-back {
        margin-top: 0px;
    }

    #menudiv {
        background-color: #fafafa;
        height: 100%;
        overflow: auto;
        float: left;
        vertical-align: top;
        border-right: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        height: 100%;
        width: 260px;
    }
}

@media print {
    #menudiv {
        display: none;
        width: 0px;
    }
}



.leftNav {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
}

    .leftNav ul {
        list-style-type: none;
        padding-left: 0px;
        margin-top: 0px;
    }

    .leftNav .last {
        border-bottom: none;
    }

    .leftNav ul li:first-child {
        margin-top: 20px;
    }

    .leftNav ul li {
        position: relative;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 5px;
    }

        .leftNav ul li a {
            x-color: #494949;
            color: #000;
            font-weight: 500;
            display: block;
            border: 1px solid #d5d5d5;
            background-color: #fff;
            text-decoration: none;
            border-radius: 4px;
        }

            .leftNav ul li a:hover, .leftNav ul li a.active {
                background-color: #7952b3;
                color: #fff;
            }

            .leftNav ul li a span {
                padding-top: 10px;
                padding-left: 20px;
                padding-right: 10px;
                padding-bottom: 10px;
                display: block;
            }

            .leftNav ul li a strong {
                display: inline-block;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                color: #fff;
                background-color: #c95454;
                border-radius: 3px;
                font-weight: 500;
                padding: 5px 7px 5px 7px;
                line-height: 13px;
                position: absolute;
                right: 8px;
                top: 8px;
            }





.ui-dialog-content label {
    width: 120px;
}




.text-right {
    text-align: right;
}

.italic {
    font-style: italic;
}





/* ===== Statistics ===== */

.stats {
    margin-top: 25px;
}

    .stats:after {
        content: "";
        display: block;
        clear: both;
    }

    .stats ul li {
        display: block;
        float: left;
        margin-left: 5%;
        vertical-align: top;
        width: 21.2%;
    }

        .stats ul li:first-child {
            margin: 0;
        }

        .stats ul li span {
            color: #424242;
            font-size: medium;
            display: block;
            vertical-align: middle;
            white-space: normal;
        }

.count {
    font-size: x-large;
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 41px;
    padding: 0 10px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    margin-right: 10px;
}

.stats a.blue {
    background: url(../img/count/blue.png) repeat-x 0 0;
    border: 1px solid #2e6590;
    color: #f7f7f7;
}

    .stats a.blue:hover {
        background-position: 0 -41px;
    }

    .stats a.blue:active {
        background-position: 0 -82px;
    }

.stats a.grey {
    border: 1px solid #d5d5d5;
    color: #b55d5c;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
    background: linear-gradient(top, #fafafa 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );
}

    .stats a.grey:hover {
        background: #f6f6f6;
    }

    .stats a.grey:active {
        background: #f1f1f1;
    }

.stats a.green {
    background: url(../img/count/green.png) repeat-x;
    border: 1px solid #19710e;
    color: #f7f7f7;
}

    .stats a.green:hover {
        background-position: 0 -41px;
    }

    .stats a.green:active {
        background-position: 0 -82px;
    }

.stats a.red {
    background: #efefef url(../img/count/red.png) repeat-x;
    border: 1px solid #7b2f2f;
    color: #f7f7f7;
}

    .stats a.red:hover {
        background-position: 0 -41px;
    }

    .stats a.red:active {
        background-position: 0 -82px;
    }


.item-list {
    margin: 20px;
    width: 600px;
}

.item-list-head-spacer {
    height: 10px;
}

.item-list-col-head {
    background-color: #eeeeee;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    height: 30px;
    letter-spacing: 0.2em;
}

.sorted {
    background-repeat: no-repeat;
    background-position: 95% 50%;
    cursor: pointer;
}

.ascending {
    background-image: url(../img/up.gif);
}

.descending {
    background-image: url(../img/down.gif);
}

.BreadCrumbs {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-bottom: #ddd solid 1px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
    font-size: 1.1em;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item.active {
    color: #5695DB;
}

    .breadcrumb-item.active a {
        color: #5695DB;
    }




.ui-widget-header {
    background: #c0c0c0;
    color: #333;
}

.ui-widget-overlay {
    background: #000;
}

.ui-dialog, .ui-dialog-content {
    box-sizing: content-box;
}


.ui-dialog {
    z-index: 10000 !important;
    position: absolute;
    box-shadow: gray 2px 2px 10px 10px;
    background-color: gray;
    outline: none;
    overflow: hidden;
    margin-top: none;
}

    .ui-dialog .ui-dialog-content {
        background: #FAFAFA;
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin-top: 0;
    }

    .ui-dialog .ui-dialog-titlebar {
        padding: 0.5em 1em;
    }

.fa-square-check {
    margin-left: 5px;
}

.infoprompt .fa-square-check {
    margin-left: 0px;
}

.anchorBotton {
    border: 1px solid gray;
    padding: 5px;
    background-color: #eeeeee;
    border-radius: 4px;
}

    .anchorBotton:hover {
        border-color: blue;
        box-shadow: unset;
    }

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}


.viewlogItem {
    margin: 0px;
}

.pageWidthMin {
    width: 780px
}

.bulletList {
    margin: 30px;
}

    .bulletList li {
        margin: 10px;
    }

.tableCheckList {
    width: 780px;
    margin-bottom: 8px;
}

    .tableCheckList td {
        padding-right: 5px;
        padding-bottom: 6px;
    }


.holidaySelection {
    margin: 0px;
    border-spacing: 0px;
}

    .holidaySelection select {
        width: 350px;
    }


.hidden {
    display: none;
}

.visible {
    display: block;
    visibility: visible;
}


#lstWorkFlowUsers {
    height: 260px;
    width: 300px;
}

#editkeyword, #keywordlist {
    width: 325px;
}

.defaultCursor {
    cursor: default;
}

.CheckBoxColumnWidth {
    /* dont change, requires code change in documentList.cs const CW_CheckBox  */
    width: 20px;
    max-width: 20px;
}

.mostLeftColumn {
    border-left: none 1px
}

.documentDescriptionLabel {
    color: #336699;
    margin-right: 5px;
}

.documentDescription {
    white-space: normal;
}

#divurls table tr first-child {
    vertical-align: top;
}

#divurls form {
    margin: 0px;
}

#divurls input[type=text] {
    width: 500px;
    margin: 0px;
}

.minWidth300 {
    min-width: 300px;
}

.maxWidth400 {
    max-width: 400px;
}

.fixWidth50 {
    width: 50px;
}

.fixHeight60 {
    height: 60px;
}

.fixHeight400 {
    height: 400px;
}

.fixWidth100 {
    width: 100px;
}

.fixWidth220 {
    width: 220px;
}

.fixWidth400 {
    width: 400px;
}

.fixWidth500 {
    width: 500px;
}


.activeWorkflowStep {
    background-color: #90ee90;
}

.fileContent {
    font-family: 'Courier New';
    font-size: 12px;
    width: 500px;
    height: 350px;
}

.clickable {
    cursor: pointer;
}

.daysControlDay, .daysControlHour {
    width: 50px;
}

.path {
    white-space: normal;
}

#leftPanel {
    width: 290px;
    height: 100%;
    float: left;
    overflow: auto;
    border-right: 1px solid #eeeeee;
}

.DateControl {
    display: inline;
}

.DateControlDay {
    width: 60px;
}

.DateControlMonth {
    margin-left: 10px;
    width: 100px;
}

.DateControlYear {
    margin-left: 10px;
    width: 80px;
}

.DateControlHour {
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
}

.DateControlMinute {
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
}

.DateControlSecond {
    margin-left: 10px;
    width: 40px;
}

.hiddenSubmitButton {
    position: absolute;
    top: -100px;
    left: -100px;
    height: 0px;
    width: 0px;
    border: none;
    margin: 0px;
    padding: 0px;
}

.menuItemCountInfo {
    background-color: #cccccc !important;
}

.menu-item-seperator {
}

    .menu-item-seperator hr {
        border-bottom: solid 1px #ffffff;
        margin: 0px;
    }

#schedule_DAILY, #schedule_WEEKLY, #schedule_MONTHLY {
    position: relative;
}

    #schedule_DAILY input[type=text] {
        width: 30px;
        margin-right: 10px;
    }

    #schedule_WEEKLY input[type=text] {
        width: 30px;
        margin-right: 10px;
    }

    #schedule_WEEKLY select {
        width: 100px;
        margin-left: 10px;
    }

    #schedule_MONTHLY select {
        margin: 4px;
    }

    #schedule_MONTHLY input[type=text] {
        width: 30px;
        margin: 4px;
        margin-right: 10px;
    }


#taskRequirementTable {
    margin-bottom: 20px;
}

    #taskRequirementTable #unselectedRequirements {
        width: 400px;
        height: 250px;
    }

    #taskRequirementTable #selectedRequirements {
        width: 400px;
        height: 250px;
    }

    #taskRequirementTable input[type=button] {
        width: 10px;
        margin: 10px;
    }

.dialogContainer {
    margin-left: 10px;
    margin-bottom: 10px;
}

#user-selection-dialog #UserList {
    width: 750px;
    height: 400px;
}

.dialogMessage {
    color: red;
    margin-top: 10px;
}

#frmDocumentFormatList #groupList {
    width: 550px;
    height: 400px;
}

#propertySetOptionsGrid {
    border-left: solid 1px #ddd
}

.rowOver {
    background-color: #ff9c00;
}

.dialogContainer #finditem {
    margin-bottom: 1px;
    width: 270px;
    margin-top: 10px;
    margin-right: 10px;
}

.dialogContainer #OrderBy {
    margin-bottom: 1px;
    width: 200px;
    margin-top: 10px;
}

.dialogContainer #UserList {
    width: 760px;
}

.processQueMessage {
    margin-right: 10px;
    width: 150px;
}

#overlay {
    background-color: #dddddd;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999
}

#divProgress {
    border: solid 2px #ccc;
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    z-index: 999;
    padding: 0px;
}

    #divProgress table {
        margin: 0px;
        border-spacing: 0px;
        border: none 0px;
        width: 100%;
        height: 100%;
    }

        #divProgress table tr:first-child td {
            height: 30px;
            background-color: #eee;
            padding: 5px;
            padding-left: 20px;
            vertical-align: top;
        }

        #divProgress table tr:last-child td {
            vertical-align: top;
            padding: 10px;
        }

    #divProgress #progress-title {
        color: #333;
        font-weight: bold;
    }

.waitNessageContainer {
    height: 150px;
    width: 100%;
    top: 30%;
    background-color: white;
    color: black;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    font-size: 150%;
}

.waitAnimation {
    background-image: url(../img/ajaxloader.gif);
    background-position: center,center;
    background-repeat: no-repeat;
    height: 30px;
    z-index: 1;
    padding: 50px;
}

.bigger {
    font-size: 1.2em;
}

.Tiny-width {
    width: 30px;
}

.Small-width {
    width: 50px;
}

.Medium-width {
    width: 120px;
}

.Large-width {
    width: 250px;
}

.ExLarge-width {
    width: 350px;
}

.Huge-width {
    width: 700px;
}

.Full-width {
    width: 100%;
}

.NoSpecification-height {
}

.Small-height {
    height: 50px;
}

.Medium-height {
    height: 120px;
}

.Large-height {
    height: 250px;
}

.ExLarge-height {
    height: 500px;
}

.Huge-height {
    height: 800px;
}

.Full-height {
    height: 100%;
}

.CheckBoxFamilyTable td {
    padding-right: 20px;
}

.CheckBoxFamilyTable input[type=checkbox] {
    margin-right: 5px;
}

.pageURL {
    margin-left: 30px;
    font-weight: bold;
    color: red;
}

.banner {
    PADDING-TOP: 6pt;
    PADDING-BOTTOM: 6pt;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 0px;
    TEXT-ALIGN: left;
    color: white;
    BACKGROUND-COLOR: #cc3300;
    Font-WEIGHT: bold;
}

.buttonLink {
    border-radius: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: Black;
    margin-left: 10px;
    border: 1px solid #1b83e8;
    color: #333333;
}

    .buttonLink:hover {
        border: 1px solid #1b83e8;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22) inset, 0 0 7px rgba(86, 149, 219, 0.69);
        transition: all 0.1s ease-in-out 0s;
    }

.bgGreen {
    background-color: greenyellow;
}

.bgRed {
    background-color: red;
}

.textRed {
    color: red;
}

.textGreen {
    color: green;
}

.textOrange {
    color: darkorange;
}

.textBlue {
    color: darkblue;
}

.textDisabled {
    color: dimgray;
}

.textStrong {
    font-weight: 500;
}

.subcell {
    padding: 0px;
    border-left: solid 1px #dedede;
}

.closedCell {
    height: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: none !important;
}


.noPadding {
    padding: 0px;
}

.normalPadding {
    padding: 5px;
}

.noMargin {
    margin: 0px;
}

.bigMargin {
    margin: 20px;
}

.hugeMargin {
    margin: 50px;
}


.bigLeftMargin {
    margin-left: 20px;
}

.bigRightMargin {
    margin-right: 20px;
}

.bigBottomMargin {
    margin-bottom: 20px;
}

.bigPadding {
    padding-left: 20px;
    padding-bottom: 10px;
}

.hugePadding {
    padding-left: 20px;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-top: 50px;
    display: inline-block;
}

.bigLeftPadding {
    padding-left: 20px;
}

.noBorder {
    border: 0px none;
}


.noBottomBorder {
    border-bottom: None;
}

.passwordPolicyText {
    line-height: 25px;
}

.centered {
    text-align: center;
}

.leftAlign {
    text-align: left;
}

.rightAlign {
    text-align: right;
}

.vmiddle {
    vertical-align: middle;
}

.topAlign {
    vertical-align: top;
}

.bottomAlign {
    vertical-align: bottom;
}

.nowrap {
    white-space: nowrap;
}

.normalWrap {
    white-space: normal;
}

ul.ItemList {
    padding-inline-start: 0px;
    list-style-type: none;
}

.min-width-large {
    min-width: 400px;
}
