html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
}

* {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, 'sans-serif';
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen {
    html {
        font-size: 82%;
    }

    html, body {
        overflow: hidden;
    }
}

@media print {
    html {
        font-size: 62.5%;
    }

    .noPrint {
        display: none;
    }

    .tooltip {
        display: none;
    }
}


table, caption {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
}

::-webkit-scrollbar-corner {
    background: ButtonFace;
}

dl {
    margin: 0px;
}

.sub-grid {
    border-left: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: #11449e;
}

#divcolumnheaders {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    border-left: none 0px;
    border-bottom: none 0px;
    border-right: solid 1px #cecece;
    float: left;
    background-color: #fafafa;
}

    #divcolumnheaders table {
        margin-left: 10px;
        border-left: 1px solid #D5D5D5;
    }


.columnheader {
    border-left: 0px none;
    border-right: 1px solid #D5D5D5;
    border-bottom: 0px none;
    border-top: solid 1px #D5D5D5;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
    text-align: center;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .columnheader A {
        color: #696969;
    }


.table-filter {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    border-left: 0px none;
    border-right: 1px solid #D5D5D5;
}



    .table-filter select {
        margin: 2px;
    }

    .table-filter input {
        width: 50px;
        margin: 2px;
    }



.SortedColumn {
    border-bottom: orange 1px solid;
    color: #000000;
}

#datagrid {
    background: #fafafa;
    background-color: #ffffff;
    margin-left: 0px;
    border-bottom: 1px solid #ededed;
    border-left: 0px none;
}

.zebra tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.zebra tbody tr {
    white-space: nowrap;
}

.zebra tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

#datagrid tbody td:first-child {
}

#datagrid tbody tr:last-child {
}

.fval {
    border-right: solid 1px #EDEDED;
    border-left: 0px none;
    border-top: 1px solid #EDEDED;
    font-weight: normal;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    vertical-align: middle;
    line-height: 20px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.itemcheckbox {
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
}

.docname {
}


.icon {
    vertical-align: top;
    text-align: center;
}


.action {
    background-image: url('images/lib/FillDownHS.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}




.fval input {
    margin-left: 5px;
    margin-right: 5px;
}

    .fval input[type=checkbox] {
        margin-left: 5px;
        margin-right: 5px;
    }

.ProcessingMessage {
    margin-top: 15px;
    font-size: larger;
}


.header-hover-out {
}

.header-hover {
    cursor: pointer;
}


.z1 {
    background-color: #f5f5f5;
    white-space: nowrap;
}

.z2 {
    background-color: #ffffff;
    white-space: nowrap;
}


.icon_on {
    border-right: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
}

.icon_off {
    border-right: #ffd700 1px;
    border-bottom: #ffd700 1px;
}

.bottomstatus {
    border-top: #dcdcdc 1px solid;
    padding-right: 5px;
    padding-left: 32px;
    padding-bottom: 40px;
    padding-top: 5px;
}

.review01 {
    border-right: #c0c0c0 1px solid;
    padding-right: 3px;
    border-top: #c0c0c0 1px solid;
    padding-left: 3px;
    background: #eeeeee;
    padding-bottom: 3px;
    border-left: #c0c0c0 1px solid;
    color: #336699;
    padding-top: 3px;
    border-bottom: #c0c0c0 1px solid;
    text-align: center;
    white-space: nowrap;
}

.review02 {
    border-right: #c0c0c0 1px solid;
    padding-right: 3px;
    border-top: gray 1px;
    padding-left: 3px;
    background: white;
    padding-bottom: 3px;
    border-left: #c0c0c0 1px solid;
    color: #696969;
    padding-top: 3px;
    border-bottom: #c0c0c0 1px solid;
    text-align: left;
    white-space: nowrap;
}

.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;
    }

.poptextbox02 {
    margin: 10px;
    width: 220px;
    color: #3d598b;
}


.browse {
    border-right: medium none;
    border-top: medium none;
    font-weight: bold;
    border-left: medium none;
    width: 66px;
    color: #336699;
    border-bottom: medium none;
    height: 15px;
}


.top01 {
    border-bottom: solid 1px #3a6ea5;
    margin-right: 5px;
    margin-left: 0px;
    margin-bottom: 2px;
    margin-top: 12px;
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-bottom-color: #3399FF;
}

    .top01 span {
        white-space: nowrap;
        font-weight: bold;
        color: #3a6ea5;
    }

.cc-list-sort {
    border-right: #c6c6c6 1px solid;
    padding-right: 3px;
    border-top: #9c9c9c 1px solid;
    padding-left: 3px;
    font-weight: bold;
    border-left-color: white;
    padding-bottom: 3px;
    color: #717171;
    padding-top: 3px;
    border-bottom: #9c9c9c 1px solid;
    height: 22px;
    background-color: #dcdcdc;
    text-align: center;
}

.cc-listrow {
    border-right: #c6c6c6 1px solid;
    padding-right: 3px;
    padding-left: 6px;
    border-left-color: white;
    padding-bottom: 3px;
    color: black;
    padding-top: 3px;
    border-bottom: #c6c6c6 1px solid;
    height: 22px;
}

    .cc-listrow input {
        margin: 5px;
    }

.T-LA2 {
    font-weight: bold;
    background-color: #e0e0e0;
}

.ictopbaslik {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #DCDCDC;
    color: #376A97;
    padding-left: 10px;
}

    .ictopbaslik A {
        color: #376A97;
    }

        .ictopbaslik A:hover {
        }

.searchsol {
    border-right: 1px dashed #DCDCDC;
    border-bottom: 1px dashed #DCDCDC;
    padding: 10px;
}

.upload {
    padding-left: 3px;
}

.input01 {
}

.filter-drop {
}

.memo {
    padding-left: 3px;
    padding-top: 5px;
    white-space: pre-wrap;
    margin-left: 0px;
}
textarea {
    font-family: inherit;
    font-size: inherit;
}

.cat {
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
    min-width: 420px;
    max-width: 420px;
    border: 1px lightgrey solid;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 5px;
}
.log-caption {
    padding: 4px;
}
.log-desc {
    color: #696969;
    padding-left: 8px;
    height: 20px;
    overflow: hidden;
    font-size: 11px;
}

.categorycaption {}

    .categorycaption A { color: #3a6ea5; margin:4px;}
    .categorycaption a:hover { color: #3a6ea5; }

.categorydesc {
    color: #696969;
    padding-left: 4px;
    height: 43px;
    overflow: hidden;
    font-size: 11px;
}

.categorylinks {
    padding: 8px;
    text-align: right;
}


A.homelink {
    text-decoration: underline;
}

A.link {
    text-decoration: underline;
}

.grid {
    /*border-top: #cccccc 1px solid;*/
    border-right: #cccccc 1px solid;
    /*border-bottom:gray 1px solid;*/
    margin-left: 0px;
}

    .grid th {
        border-bottom: gray 1px solid;
        border-left: gray 1px solid;
        color: #006699;
        background-color: #e7e7e7;
        text-align: center;
        padding: 3px;
        white-space: nowrap;
        font-weight: normal;
    }

    .grid td {
        border-bottom: gray 1px solid;
        border-left: gray 1px solid;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

.date-content {
    text-align: right;
}

.grid-comment {
    margin: 5px;
    margin-left: 15px;
    color: #696969;
    /*max-width: 1700px;*/
}
.grid-comment .inline-caption {
    color: #336699;
    font-weight: 600;
}
.grid-comment div {
    white-space: normal;
    
}


.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%;
    visibility: hidden;
    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;
}

.table-form {
    margin-top: 10px;
    margin-left: 0px;
    max-width: 950px;
}

.prompt-container {
    min-width: 450px;
    width: 100%;
    float: left;
    margin: 4px;
    margin-left: 0px;
    min-height: 36px;
}

.prompt-caption {
    margin-right: 4px;
    margin-left: 15px;
    vertical-align: top;
    min-width: 200px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    float: left;
}

.prompt-suffix {
    margin-left: 10px;
    text-align: left;
}

.prompt-value {
    margin-right: 4px;
    float: left;
    white-space: nowrap;
    vertical-align: top;
}

    .prompt-value div {
        margin-right: 4px;
    }

    .prompt-value div p {
    }

    .prompt-value div {
        float: left;
    }

.infoprompt {
    margin-left: 15px;
}
.promptwarning {
    margin-left: 5px;
    margin-right: 5px;
    color: Red;
    float: left;
}



.formSectionTitle {
    border-bottom: 1px solid #D5D5D5;
    min-width: 750px;
    padding: 0px;
    margin-left: 15px;
    margin-top: 10px;
}

    .formSectionTitle h6 {
        font-weight: 500;
        padding-bottom: 0px;
        margin-bottom: 4px;
        margin-top: 10px;
        font-size: larger;
    }

.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;
    */
}

.helptopic {
    width: 400px;
    height: 150px;
    float: left;
    border-right: 1px dashed #DCDCDC;
    border-bottom: 1px dashed #DCDCDC;
    padding: 10px;
}

.helpsection {
    clear: left;
    height: 25px;
    width: 100%;
    border-bottom: 1px dashed #DCDCDC;
    font-weight: 500;
    color: #003399;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
}



#ctrlscheduler {
    border: solid 1px #dddddd;
    width: 650px;
    height: 200px;
    margin-bottom: 10px;
    background-color: #eeeeee;
    padding: 5px;
}

    #ctrlscheduler .prompt-caption {
        min-width: 100px;
    }


.task-requirements {
    margin: 0px;
    list-style-type: square;
}

    .task-requirements li {
        padding-bottom: 5px;
        padding-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

.task-requirement-done {
    list-style-image: url(images/lib/tick.gif);
}

.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;
    }
}


.menu-back {
    /*background-image: url(images/back/leftpane/menu-panel-back.png);
    background-repeat: repeat-y;
*/
}

#cornerImage {
    text-align: center;
    box-shadow: 0 1px 0 #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100%;
    background-color: #ffffff;
}

    #cornerImage img {
        padding: 10px;
        /*background-color:#ffffff; */
        /*border:1px solid #cccccc;*/
    }



/******************** TOP BAR ****************/
@media screen {
    #topbar {
        width: 100%;
        overflow: hidden;
        text-align: right;
        margin: 0px;
        padding: 0px;
        background-color: #F0F3F5;
    }

        #topbar div {
            margin-top: 6px;
        }


    .page-top-link {
        font-weight: 400;
        margin-right: 35px;
        margin-left: 10px;
        color: #555555;
        white-space: nowrap;
        text-shadow: #FFFFFF 1px 1px 0px;
    }

        .page-top-link:hover {
            text-decoration: underline;
        }
}

@media print {
    #topbar {
        display: none;
    }
}


/****************** END TOP BAR */


#titlediv {
    width: 100%;
    background-color: #F0F3F5;
    margin: 0px;
    padding: 0px;
}

    #titlediv div {
        font-weight: 500;
        font-size: larger;
        white-space: nowrap;
        color: #000000;
        margin-left: 15px;
        margin-right: 20px;
        margin-top: 2px;
        margin-bottom: 5px;
    }

@media screen {
    #titlediv {
        background-color: #F0F3F5;
        float: left;
    }

        #titlediv div {
            text-shadow: 1px 1px 0 #FFFFFF;
            float: left;
        }
}


.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: 20px;
        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 {
    #buttonareadiv {
        text-align: right;
        border-top: solid 1px #ffffff;
        background-color: #eeeeee;
        float: left;
        width: 100%;
    }

        #buttonareadiv div {
            margin-right: 10px;
            margin-top: 5px;
            margin-bottom: 5px;
            margin-left: 10px;
        }

        #buttonareadiv .button {
            margin-left: 5px;
        }
}

@media print {
    #buttonareadiv {
        display: none;
    }
}

.comments {
    margin-left: 20px;
    margin-bottom: 5px;
    color: #333333;
    max-width: 800px;
    white-space: normal;
}


/*new STYLES*/



.breadCrumbHolder.module {
    margin-top: 0px;
}

.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("images/icons/cross_circle.png") repeat scroll 0 0 #FFCECE;
    border-color: #DF8F8F;
    color: #665252;
}

.success-banner {
    background: url("images/icons/tick.png") repeat scroll 0 0 #D5FFCE;
    border-color: #9ADF8F;
    color: #556652;
}

.info-banner {
    background: url("images/icons/information.png") repeat scroll 0 0 #DBE3FF;
    border-color: #A2B4EE;
    color: #585B66;
}

.attention-banner {
    background: url("images/icons/exclamation.png") no-repeat scroll 10px 11px #FFFBCC;
    border-color: #E6DB55;
    color: #666452;
}

.log-banner {
    background: url("images/icons/exclamation.png") no-repeat scroll 10px 11px #FFFBCC;
    border-color: #E6DB55;
    color: #666452;
}



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;
}

/*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;
}


select option {
    padding-left: 14px;
}

.list-box {
}


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: 100px;
        padding: 6px;
        font-weight: 400;
        background-color: #eeeeee;
        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 #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;
        }
}

@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;
}

.c_name {
    FONT-WEIGHT: Normal;
    COLOR: black;
    TEXT-ALIGN: left;
}

.c_name_unread {
    font-weight: 650    ;
    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;
}

#balooninfo {
    border: #a0a0a0 1px solid;
    padding: 5px;
    visibility: hidden;
    position: absolute;
    overflow: auto;
    background-color: #fafad2;
    width: 250px;
    background-image: url('images/back/tooltip-1.jpg');
    background-repeat: repeat-x;
}

.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 {
    margin: 10px;
}

    .flowstats a {
        margin: 10px;
        text-decoration: underline;
        margin-right: 3px;
    }

    .flowstats strong {
        background-color: #cccccc;
        color: White;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 1px;
        margin-right: 10px;
    }

        .flowstats strong.flash {
            background-color: #c95454;
        }

.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;
}

.SearchDateCriteria {
    margin-top: 5px;
    border: solid 1px #c6c6c6;
    background-color: #eeeeee;
}

    .SearchDateCriteria td {
        padding-top: 10px;
        padding-left: 10px;
    }

.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;
}

@media screen {
    .widget {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #d5d5d5;
        display: block;
        background: #fafafa;
        max-width: 1500px;
        min-width: 500px;
        overflow: auto;
    }

    .widgetS {
        margin-top: 40px;
        border: 1px solid #d5d5d5;
        display: block;
        background: #fafafa;
        border-top: none;
        min-width: 25%;
        float: left;
        margin-right: 40px;
    }

    .head {
        border-bottom: 1px solid #d5d5d5;
        position: relative;
        background: #fafafa;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 12px;
        padding-left: 10px;
    }

        .widget .head h5, .head h6 {
            font-weight: 500;
            font-size: larger;
            margin: 0px;
            padding: 0px;
        }

    .widget .body {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 10px;
        padding-left: 10px;
        white-space: normal;
    }

    .widget .footer {
        font-weight: 400;
        font-size: smaller;
        margin: 0px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        border-top: 1px solid #d5d5d5;
    }

    .widget .normal h5, .accordion-close h5 {
        background: url(../images/aNormal.png) no-repeat 15px 15px;
        padding: 9px 12px 9px 32px !important;
    }

    .widget .inactive h5, .accordion-open h5 {
        background: url(../images/aInactive.png) no-repeat 12px 17px;
        padding: 9px 12px 9px 32px !important;
    }

    .widget .num {
        float: right;
        display: inline-block;
        text-align: center;
        margin: 9px 9px 0 0;
        font-size: smaller;
    }

        .widget .num span {
            margin-right: 10px;
        }

        .widget .num a {
            background: url(../images/ui/numDataBg.png) repeat-x;
            height: 19px;
            padding: 2px 5px;
            color: #fefefe;
        }

            .widget .num a.blueNum {
                background-position: 0 0;
                border: 1px solid #606873;
            }

                .widget .num a.blueNum:hover {
                    background-position: 0 -19px;
                }

                .widget .num a.blueNum:active {
                    background-position: 0 -38px;
                }

            .widget .num a.redNum {
                background-position: 0 -57px;
                border: 1px solid #9d382f;
            }

                .widget .num a.redNum:hover {
                    background-position: 0 -76px;
                }

                .widget .num a.redNum:active {
                    background-position: 0 -95px;
                }

            .widget .num a.greenNum {
                background-position: 0 -114px;
                border: 1px solid #218516;
            }

                .widget .num a.greenNum:hover {
                    background-position: 0 -133px;
                }

                .widget .num a.greenNum:active {
                    background-position: 0 -152px;
                }

    .widget .loader {
        float: right;
        margin: 14px 12px 0 0;
    }
}

.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: 10px;
        float: left;
    }
}

.table {
    margin-top: 0px;
}

.tableStatic {
    border-top: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    border-spacing: 0px;
}

    .tableStatic thead tr {
        white-space: nowrap;
    }

    .tableStatic thead td:first-child, th:first-child {
        border-left: none;
    }

    .tableStatic thead td, th {
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
        border-left: 1px solid #D5D5D5;
        border-bottom: 1px solid #D5D5D5;
        color: #000000;
        background: #fafafa;
        font-weight: 600;
        padding-left: 5px;
        padding-right: 5px;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }


    .tableStatic tbody tr {
        border-top: 1px solid #e7e7e7;
        white-space: nowrap;
        border-bottom: 1px solid #D5D5D5;
    }

        .tableStatic tbody tr:nth-child(even) {
            background-color: #f5f5f5;
        }

    .tableStatic tbody td {
        padding-top: 8px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        border-left: 1px solid #e7e7e7;
    }


        .tableStatic tbody td:first-child {
            border-left: none;
        }

@media screen {
    .tableStatic {
        width: 100%;
    }
}

.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 {
    #menudiv {
        height: 100%;
        overflow: auto;
        float: left;
        vertical-align: top;
        border-right: 1px solid #AEB2B9;
        border-top: 1px solid #d5d5d5;
        height: 100%;
        width: 200px;
    }
}

@media print {
    #menudiv {
        display: none;
        width: 0px;
    }
}



.leftNav {
    float: left;
    width: 212px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 41px;
}

    .leftNav ul {
        list-style-type: none;
        padding-left: 0px;
        margin-top: 0px;
    }

    .leftNav .last {
        border-bottom: none;
    }

    .leftNav ul li {
        position: relative;
    }

        .leftNav ul li a {
            color: #494949;
            font-weight: 500;
            display: block;
            border-bottom: 1px solid #d5d5d5;
            margin-top: 0px;
            background-color: #fafafa;
            text-decoration: none;
        }

            .leftNav ul li a:hover, .leftNav ul li a.active {
                background-color: #cccccc; /*background: url(../images/darkBg.jpg) repeat ; */
                color: #fff;
            }

            .leftNav ul li a span {
                padding: 5px 0 4px 15px;
                display: block;
            }

            .leftNav ul li a strong {
                display: inline-block;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                color: #fff;
                background: #c95454;
                box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
                -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
                -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
                border-radius: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                font-weight: 500;
                padding: 4px 7px 4px 7px;
                line-height: 13px;
                position: absolute;
                right: 8px;
                top: 4px;
            }

            .leftNav ul li a span {
                background-position: 10px;
                background-repeat: no-repeat;
            }


/* Left navigation subnav */

ul.sub {
    border: 2px solid #3c4049;
    border-top: none;
    background: url(../images/leftNavSub.png) repeat;
}

    ul.sub li {
        border-bottom: 1px dotted #d5d5d5;
        padding: 1px;
    }

        ul.sub li a {
            background: url(../images/arrow.gif) no-repeat 8px 16px;
            border: none;
            color: #494949;
            padding: 8px 10px 8px 18px;
        }

            ul.sub li a:hover, .sub li a:active {
                font-style: normal;
            }

        ul.sub li ul {
            border: none;
            border-top: 1px solid #c9c9c9;
        }

            ul.sub li ul li {
                padding-left: 10px;
            }



label {
    display: inline-block;
}

fieldset {
    padding: 0;
    border: 0;
    margin-top: 5px;
}

.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(../images/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(../images/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(../images/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;
    }

.ui-widget-overlay {
    background: #000;
}

.ui-dialog {
    z-index: 10000 !important;
    background: url(images/alertOpacityOverlay.png) repeat;
}

    .ui-dialog .ui-dialog-content {
        background: #FAFAFA;
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin-top: 0;
    }
