﻿:root {
    --primary-color: tomato;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 10pt;
}

/* Flexbox page layout */
/*body {
    display: flex;
    flex-direction: column;
}*/

@media print {
    .ShadowHeaderContainer, .ShadowMenuContainer, .ShadowActionBar, .HeaderContainer {
        display: none;
    }

    .noprint {
        display: none;
    }
}


/* Content & footer */
main {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

footer {    
    text-align: center;
    /*padding: 15px 10px;*/
    margin-top: auto;
    font-size:12px;
}



.dlgTop {
    /*z-index: 99999;*/
    padding: 2px 2px 2px 2px;
}

img {
    border: 0px;
}

a, .k-grid-table a {
    outline: none;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    /*font-style:italic;*/
}

    a:hover, .k-grid-table a:hover {
        text-decoration: underline;
        color: var(--primary-color);
    }

.icons {
    padding: 2px 2px 2px 2px;
    border: 1px solid var(--primary-color);
}

    .icons:hover {
        cursor: pointer;
        border: 1px solid #ffffff;
    }

.textBold {
    font-family: arial;
    font-weight: bold;
    font-size: 10pt;
}

.SiteName {
    font-family: arial;
    font-weight: bolder;
    font-size: 14pt;
    color: var(--primary-color);
    white-space: nowrap;
    text-align: center;
    width: 30%;
}

.Loading {
    z-index: 10000;
    font-size: 20px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    color: Maroon;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
.watermark {
    color: #999 !important;
    font-style: italic !important;
}

/*.input {*/
    /*border: 1px solid var(--primary-color);*/
    /*width: 225px;
}

    .input:hover {
        border: 1px solid #4f7922;
    }

    .input:focus {
        border: 1px solid #4f7922;
    }*/

textarea {
    min-height: 75px;
    border: 1px solid var(--primary-color);
}

    textarea:hover {
        border: 1px solid #4f7922;
    }

    textarea:focus {
        border: 1px solid #4f7922;
    }

select {
    border: 1px solid var(--primary-color);
}

    select:hover {
        border: 1px solid #4f7922;
    }

    select:focus {
        border: 1px solid #4f7922;
    }

fieldset {
    border-top: 1px solid #c0c0c0;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 0 0 .5em .5em;
    margin: 0;
    margin: 0.5em 0 1em 0;
}

legend {
    float: inherit;
    width: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 3px;
    /*padding-bottom: .5em;*/
    margin: 0 0 .5em 0;
}

/*.valueChanged {
    border: 1px solid orange !important;
}*/

.fs-collapsible {
    background-image: url('../images/up1.gif');
    background-repeat: no-repeat;
    padding-left: 15px; /* width of the image plus a little extra padding */
    padding-right: 5px;
    display: block; /* may not need this, but I've found I do */
}

.fs-collapsed {
    background-image: url('../images/down1.gif');
    background-repeat: no-repeat;
    padding-left: 15px; /* width of the image plus a little extra padding */
    padding-right: 15px;
    display: block; /* may not need this, but I've found I do */
}

.fs-collapsible:hover {
    cursor: pointer;
}

.required {
    color: Red;
}

.tdPVFooterHeading {
    font-size: 11px;
    color: Gray;
    padding-right: 15px;
    text-align: right;
}

.tdPVFooterValue {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.widgetbgColor {
    background-color: #eae8e8;
}

.widgetborderColor {
    border-color: #c5c5c5;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.Heading {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}

.tdHeading {
    /*width: 5%;*/
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap;
    vertical-align: top;
}

.tdValue {
    text-align: left;
    /*white-space:nowrap;*/
    vertical-align: top;
}

.tdCenter {
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
}

.tdLeft {
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
}

.tdRight {
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}

.display-label, .editor-label {
    margin: .5em 0 0 0;
    clear: both;
}

    .display-label > label, .editor-label > label {
        width: 210px;
        text-align: right;
        float: left;
        font-weight: bold;
    }

.display-field, .editor-field {
    width: 210px;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.editor-field > .t-combobox {
    width: 205px;
}

.editor-field > .t-datepicker {
    width: 205px;
}

/* Bottom-align grid headers */
th.t-header {
    vertical-align: bottom;
}

.t-grid .t-grid-header .t-header .t-link {
    height: auto;
}

.t-grid .t-grid-header .t-header, .t-grid .t-grid-header .t-last-header {
    white-space: normal;
}

/*.categoryRow
{
    color: White;
    background-color: #696969;
}*/

/*td.assignUserRoles
{
    text-align: center;
}*/

/*td.categoryRow
{
    font-size: 120%;
    font-weight: bold;
}*/

#iSpinner {
    display: none;
}

.divList {
    float: left;
    padding: 5px 15px 5px 15px;
}

.Success {
    color: forestgreen;
    font-weight: bold;
}

.Warning {
    color: darkorange;
    font-weight: bold;
}

.Failure {
    margin-top: 5px 0px;
    color: red;
    font-weight: bold;
}

.k-window .k-window-content {
    padding: 5px;
}

.k-listview {
    border: 0;
}

.GridHeader {
    padding: 9px 0px 9px 0px;
    background-color: var(--primary-color);
    font-weight: bolder;
    color: white;
}

.GridCategory {
    font-size: 14px;
    font-weight: bolder;
}

.GridColumn {
    text-align: left;
    padding-left: 5px;
    white-space: nowrap;
}

.GridRole {
    text-align: center;
}

.Highlight {
    BACKGROUND-COLOR: gold;
}

.rotate {
    height: 100px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.verticalHeaderText {
    /*float:left;*/
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 0.8em;
    writing-mode: tb-rl;
    filter: flipv fliph;
    white-space: nowrap;
}

    .verticalHeaderText .fieldHelp {
        filter: fliph flipv;
    }

.Logon-Overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=99);
    opacity: .99;
}

.help {
    margin: .4em;
    padding: 2px;
}

.Notes {
    width: 600px;
}

.NoteUpdateTag {
    font-style: italic;
    text-indent: 30px;
    font-family: Arial;
    text-align: right;
    color: maroon;
    padding-left: 40px;
}

.excelPreviewError {
    background-color: #fbacac;
    color: black;
    text-align: right;
    padding: 0px;
    white-space: normal;
    word-wrap: break-word;
    border-bottom: solid 1px #94c0d2;
}

.excelPreviewSuccess {
    background-color: #aefaa5;
    color: black;
    text-align: right;
    padding: 0px;
    white-space: normal;
    word-wrap: break-word;
    border-bottom: solid 1px #94c0d2;
}

.excelDefault {
    text-align: center;
}

.excelEmptyCell {
    background-color: #999;
    color: black;
    text-align: right;
    padding: 0px;
    border-bottom: solid 1px #94c0d2;
}

.excelPreviewTotalsCell {
    text-align: right;
    font-weight: bold;
    background-color: var(--primary-color);
    color: white;
}

.table.style1 {
    class: "k-widget k-grid";
}



.container2 {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.container1 {
    float: left;
    width: 100%;
    position: relative;
    right: 50%;
}

.col1 {
    float: left;
    width: 46%;
    position: relative;
    left: 52%;
    overflow: hidden;
}

.col2 {
    float: left;
    width: 46%;
    position: relative;
    left: 56%;
    overflow: hidden;
}

.container1 .header {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 10px 10px 10px;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.sidebar {
    position: fixed;
    top: 45%;
    right: -10px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 4px;
    border: 1px solid var(--primary-color);
    z-index: 3500;
}

.activitiesicons {
    padding: 4px;
    padding-top: 12px;
    padding-bottom: 2px;
}

    .activitiesicons a {
        padding: 4px;
        padding-top: 12px;
        padding-bottom: 2px;
        border: 1px solid transparent;
    }

        .activitiesicons a:hover {
            padding: 4px;
            padding-top: 12px;
            padding-bottom: 2px;
            background-color: #FDEEB3;
            border: 1px solid #F1C43F;
        }

.knockoutgrid {
    padding: 0px,0px,0px,0px;
}


.tdAPEHeading, .tdBlueBar {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap;
    vertical-align: middle;
}

.tkjBlueBar th, div.tkjBlueBar, div.tkjBlueBarHeader {
    border-bottom: solid 1px #9f9f9f;
    height: auto;
    background-color: #eae8e8; /* #DAECF4;*/
    /*background-image: none, linear-gradient(to bottom, #EAF4F9 0px, #DBECF4 100%);*/
    background-position: 50% 50%;
    color: #003F59;
    text-align: left;
    padding: 5px;
    overflow: auto;
}

div.tkjBlueBar, div.tkjBlueBarHeader {
    border: solid 1px #9f9f9f;
    height: auto;
    padding: 5px;
    margin-bottom: 10px;
}

.tkjBlueBar td {
    padding: 5px;
}

.tkjBlueBarHeader {
    display: block;
    width: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

.k-ff {
    overflow: inherit !important;
}

.FontBold {
    font-weight: bold;
    /*color: var(--primary-color);*/
    text-align: right;
}

.tdBold {
    font-weight: bold;
}

.tdLine {
    height: 1px;
    background-color: var(--primary-color);
}

.thGridHeader {
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    overflow: hidden;
    padding: 0.5em 0.6em 0.4em;
    text-overflow: ellipsis;
    border-color: #9f9f9f;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}

.tdGrid {
    border-style: solid;
    border-width: 0 0 0 1px;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0.4em 0.6em;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.tdGridAlt {
    border-style: solid;
    border-width: 0 0 0 1px;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0.4em 0.6em;
    text-overflow: ellipsis;
    vertical-align: middle;
    background-color: #EBF5FA;
}

.Notetag {
    color: maroon;
    font-style: italic;
    font-family: Arial;
    font-size: 12px;
    /* font-weight: bold; */
    padding-bottom: 5px;
    padding-top: 3px;
}

.FloatLeft {
    float: left;
}

.k-grid .k-state-selected {
    background-color: #b2dff4 !important;
    color: #000000;
}

.k-grid .k-alt.k-state-selected {
    background-color: #b2dff4 !important;
    color: #000000;
}

.cntrlLabel {
    margin-bottom: 0.15rem;
}

.cntrlLabel label {
    justify-content: flex-start;
}

.k-grid th.k-header {
    font-weight: bold;
}

.k-card-title {
    font-weight: bold;
}