﻿/*---------------------------------------------*/
/*--------------- Layout Styles ---------------*/
/*---------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: Arial,'Trebuchet MS', 'Microsoft Sans Serif';
    font-size: 12px;
}

div#LAYOUT_PAGE_HEADER {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    font-size: 24px;
    background-color: #C83C87;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    background-image: url('Images/CSLogo_Transparent.png');
    background-size: auto 160px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 8000;
}

div#LAYOUT_PAGE_MENU {
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    height: auto;
    border-bottom: solid 1px #9b9bbe;
    font-size: inherit;
    overflow: visible;
    z-index: 8000;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}

div#LAYOUT_PAGE {
    position: fixed;
    padding: 10px;
    left: 0px;
    right: 0px;
    top: 100px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

div#LAYOUT_PAGE_FOOTER {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    overflow: hidden;
    vertical-align: middle;
    line-height: 20px;
    padding-left:10px;
    padding-right: 10px;
    z-index: 8000;
}

div#LAYOUT_WAIT_OVERLAY {
    z-index: 11000;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #fff;
    background-image: url('Images/Loading.gif');
    background-position: center center;
    background-size: 75px 75px;
    background-repeat: no-repeat;
}

div#LAYOUT_PAGE_FOOTER .k-button {
    min-width: 90px;
    margin-left: 10px;
    margin-right: 10px;
}

div#LAYOUT_PAGE_HEADER span.glyphicon {
    padding: 10px;
    color: white;
    cursor: pointer;
}

    div#LAYOUT_PAGE_HEADER span.glyphicon:hover {
        font-size: 1.05em;
    }

div#LAYOUT_PAGE_HEADER span.glyphicon.services-warning {
    color: red;
}

div#LAYOUT_PAGE_HEADER span.glyphicon.services-ok {
    color: green;
}

div#LAYOUT_PAGE_HEADER span.glyphicon.alerts {
    color: red;
}

div#LAYOUT_PAGE_HEADER span.glyphicon.notifications {
    color: green;
}

div#LAYOUT_PAGE_HEADER span.badge.cashflow {
    color: white;
}

div#LAYOUT_PAGE_HEADER span.badge.aggregation {
    color: black;
}

div#LAYOUT_PAGE_HEADER span.badge.alerts {
    color: white;
    background-color: red;
}

div#LAYOUT_PAGE_HEADER span.badge.notifications {
    color: black;
    background-color: green;
}

div#LAYOUT_PULLMENU {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9000;
}

div#LAYOUT_PULLMENU_OVERLAY {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 10000 !important;
}

div#DASHBOARD_TOOLBAR a:focus,
div#DASHBOARD_TOOLBAR a:hover {
    text-decoration: none !important;
}

/*-------------------------------------------------*/
/*------------------ Page Styles ------------------*/
/*-------------------------------------------------*/

div.page-title
{
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/*-------------------------------------------------*/
/*--------------- Side Panel Styles ---------------*/
/*-------------------------------------------------*/

div.side-panel {
    background-color: white;
    z-index: 8100;
}

    div.side-panel div.side-panel-content {
        height: 100%;
        width: 100%;
        margin-left: 0px;
        overflow: auto;
        padding-top: 3.5em;
        transform: translateY(-3.5em);
        z-index: 8200;
    }

        div.side-panel div.side-panel-content table {
            box-sizing: content-box;
        }

div.side-panel-content table tr td:first-child {
    width: 1px;
}

div.side-panel div.side-panel-header {
    top: 0px;
    text-align: right;
    position: relative;
    color: #d3397d;
    background-color: white;
    height: 3.5em;
    line-height: 3.5em;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 8300;
}

    div.side-panel div.side-panel-header div.header-text {
        float: left;
    }

    div.side-panel div.side-panel-header span.side-panel-close-icon {
        padding: 0.5em;
    }

    div.side-panel div.side-panel-header span:hover.side-panel-close-icon {
        background-color: #cdcdde;
        cursor: pointer;
    }

    div.side-panel div.side-panel-header div.header-text label {
        margin: 0px;
        font-size: 1.75em;
    }

div.side-panel-content div.pdms-widget-icon {
    position: relative;
    display: inline-block;
    height: 75px !important;
    width: 268px !important;
    border: solid 1px #cdcdde;
    margin-right: 5px;
}

div.side-panel-content div:hover.pdms-widget-icon {
    cursor: move;
    border: solid 1px #37377d;
}

div.side-panel-content div.pdms-widget-icon img {
    position: absolute;
    border: none;
    top: 14px;
    left: 14px;
    height: 48px;
    width: 48px;
}

div.side-panel-content div.pdms-widget-icon div {
    position: absolute;
    top: 50%;
    left: 75px;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 0.9em;
    padding: 3px;
    color: #37377d;
    text-wrap: avoid;
    text-align: left;
}

/*------------------------------------------------*/
/*--------------- Scrollbar Styles ---------------*/
/*------------------------------------------------*/

.sb-track {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

    .sb-track:hover,
    .sb-track.dragging {
        background: #d9d9d9;
        background: rgba(0, 0, 0, 0.15);
    }

.sb-handle {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.sb-track:hover .sb-handle,
.sb-track.dragging .sb-handle {
    width: 10px;
}


div.PageLoadingOverlay {
    position: absolute;
    left: 0px;
    right: 0px;
    background-image: url('Images/Loading.gif');
    background-position: center center;
    background-size: 75px 75px;
    background-repeat: no-repeat;
}

div.PageLoadingOverlay35px {
    position: absolute;
    left: 0px;
    right: 0px;
    background-image: url('Images/Loading.gif');
    background-position: center center;
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

div.TransparentOverlay {
    position: absolute;
    left: 0px;
    right: 0px;    
    background-position: center center;
    background-size: 75px 75px;
    background-repeat: no-repeat;
}

/*-------------------------------------------------*/
/*--------------- Dashboard Widgets ---------------*/
/*-------------------------------------------------*/
div.gridster div.pdms-widget {
    border: solid 1px #cdcdde;
    overflow: hidden;
    min-height: 100px !important;
    min-width: 100px !important;
}

div.gridster div.pdms-widget div.pdms-widget-header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0.25em;
    height: 2.0em;
    font-size: 1.15em;
    line-height: 1.5em;
    overflow: hidden;
    cursor: move;
    border-bottom: solid 1px #cdcdde;
}

div.gridster div.pdms-widget div.pdms-widget-header span.pdms-widget-title
{
    background-color: transparent;
    cursor: default;
    font-weight: bold;
}

div.gridster div.pdms-widget div.pdms-widget-content-wrapper {
    position: absolute;
    top: 2.5em;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}

div.gridster div.pdms-widget div.pdms-widget-content {
    overflow: visible;
}

div.gridster div.pdms-widget div.pdms-widget-header span.glyphicon {
    margin-right: 0.25px;
    cursor: pointer;
    padding: 0.25em;
}

div.gridster div.pdms-widget div.pdms-widget-header span.glyphicon.highlight {
    color: red !important;
}

div.gridster div.pdms-widget div.pdms-widget-header span:hover.glyphicon {
    background-color: #cdcdde;
    color: #37377d;
}

div .gridster div.pdms-widget div.pdms-widget-content div.pdms-widget-buttons {
    position: absolute;
    right: 0px;
    padding: 0.25em;
    height: 2.0em;
    font-size: 1.15em;
    line-height: 1.5em;
    overflow: hidden;
    z-index: 9;
}

div.gridster div.pdms-widget div.pdms-widget-content div.k-top {
    top: 0px;
}

div.gridster div.pdms-widget div.pdms-widget-content div.k-bottom {
    bottom: 0px;
}

div.gridster div.pdms-widget div.pdms-widget-content div.pdms-widget-buttons span.glyphicon {
    margin-right: 0.25px;
    cursor: pointer;
    padding: 0.25em;
}

div.gridster div.pdms-widget div.pdms-widget-content div.pdms-widget-buttons span.glyphicon:hover {
    background-color: #cdcdde;
    color: #37377d;
}

div.gridster div.pdms-widget div.pdms-widget-content div.pdms-widget-buttons span.glyphicon[disabled] {
    background-color: transparent;
    color: #999;
    pointer-events: none;
}

span.k-in span.em-treeview-node-buttons {
    display: none;
}
span.k-state-selected span.em-treeview-node-buttons {
    color: rgb(46,46,46);
    display: inherit;
}
span.k-state-focused span.em-treeview-node-buttons {
    display: inherit;
}
span.k-state-hover span.em-treeview-node-buttons {
    display: inherit;
}
span.em-treeview-node-buttons {
    position: absolute;
    right: 5px;
    overflow: hidden;
}
span.em-treeview-node-buttons span.glyphicon {
    background-color: white;
    margin-right: 0.25px;
    cursor: pointer;
}

span.em-treeview-node-buttons span.glyphicon.k-active {
    background-color: white;
    color: green;
}

span.em-treeview-node-buttons span.glyphicon.k-active:hover {
    background-color: #cdcdde;
    color: green;
}

span.em-treeview-node-buttons span.glyphicon:hover {
    background-color: #cdcdde;
    color: #37377d;
}

span.em-treeview-node-buttons span.glyphicon[disabled] {
    background-color: transparent;
    color: #999;
    pointer-events: none;
}

span.em-treeview-node-buttons span.k-icon {
    background-color: white;
    margin-right: 0.25px;
    cursor: pointer;
}

span.em-treeview-node-buttons span.k-icon.k-active {
    background-color: white;
    color: green;
}

span.em-treeview-node-buttons span.k-icon.k-active:hover {
    background-color: #cdcdde;
    color: green;
}

span.em-treeview-node-buttons span.k-icon:hover {
    background-color: #cdcdde;
    color: #37377d;
}

span.em-treeview-node-buttons span.k-icon[disabled] {
    background-color: transparent;
    color: #999;
    pointer-events: none;
}

span.k-in span.em-treeview-active-buttons {
    color: green;
    display: inherit;
}
span.k-state-selected span.em-treeview-active-buttons {
    display: none;
}
span.k-state-focused span.em-treeview-active-buttons {
    display: none;
}
span.k-state-hover span.em-treeview-active-buttons {
    display: none;
}
span.em-treeview-active-buttons {
    position: absolute;
    right: 5px;
    overflow: hidden;
}
span.em-treeview-active-buttons span.glyphicon {
    background-color: white;
    color: green;
    margin-right: 0.25px;
    cursor: pointer;
}

span.em-treeview-active-buttons span.k-icon {
    background-color: white;
    color: green;
    margin-right: 0.25px;
    cursor: pointer;
}

.k-flash {
    -webkit-animation: blinker 2s cubic-bezier(.5, 0.1, 1, 1) infinite alternate;
    -moz-animation: blinker 2s cubic-bezier(.5, 0.1, 1, 1) infinite alternate;
    animation: blinker 2s cubic-bezier(.5, 0.1, 1, 1) infinite alternate;
}

@-webkit-keyframes blinker {
    to {
        opacity: 0;
    }
}
@-moz-keyframes blinker {
    to {
        opacity: 0;
    }
}
@keyframes blinker {
    to {
        opacity: 0;
    }
}

.k-tooltip {
    min-width: 0px;
}
/*------------------------------------------------------*/
/*---------------------- Login Box ---------------------*/
/*------------------------------------------------------*/
#LOGIN_BOX {
    position: absolute;
    width: 300px;
    top: 15%;
    left: 50%;
    border: solid 1px gray !important;
    transform: translateX(-150px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    #LOGIN_BOX #LOGIN_BOX_HEADER {
        height: 60px;
        font-size: 24px;
        background-color: #C83C87;
        line-height: 60px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        background-image: url('Images/CSLogo_Transparent.png');
        background-size: auto 120px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-bottom: 1px solid gray;
    }

    #LOGIN_BOX ul
    {
        margin: 0 0 -2em;
        padding: 2em;
    }

    #LOGIN_BOX li
    {
        list-style: none;
        padding-bottom: 1.25em;
    }

    #LOGIN_BOX input,
    #LOGIN_BOX label,
    #LOGIN_BOX button
    {
        width: 100%;
    }

    #LOGIN_BOX label
    {
        display: block;
        font-weight: bold;
    }

/*------------------------------------------------------*/
/*-------------------- Access Denied -------------------*/
/*------------------------------------------------------*/

#ACCESS_DENIED_BOX
{
    position: absolute;
    background: #dedeef;
    width: 500px;
    top: 25%;
    left: 50%;
    border: solid 1px #37377d !important;
    transform: translateX(-250px);
    padding: 10px;
}

    #ACCESS_DENIED_BOX p
    {
        margin-bottom: 15px;
        text-align: center;
    }

        #ACCESS_DENIED_BOX p:first-child
        {
            color: red;
            font-size: 1.2em;
            font-weight: 300;
        }

 /* ---About box -------------*/
#ABOUT_BOX
{
    position: absolute;
    background: #dedeef;
    width: 500px;
    top: 15%;
    left: 50%;
    border: solid 1px #37377d !important;
    transform: translateX(-250px);
    padding: 10px;
}

    #ABOUT_BOX p
    {
        margin-bottom: 15px;
        text-align: center;
    }

        #ABOUT_BOX p:first-child
        {
            color: red;
            font-size: 1.2em;
            font-weight: 300;
        }
/*------------------------------------------------------*/
/*-------------------- Error Box -------------------*/
/*------------------------------------------------------*/

#ERROR_BOX
{
    position: absolute;
    background: #dedeef;
    width: 80%;
    top: 25%;
    border: solid 1px #37377d !important;
    transform: translateX(100px);
    padding: 10px;
}

    #ERROR_BOX p
    {
        margin-bottom: 15px;
        text-align: left;
    }

        #ERROR_BOX p.MainErrorMessage
        {
            color: red;
            font-size: 1.2em;
            font-weight: 300;
        }

        #ERROR_BOX p.DetailErrorMessage
        {
            color: black;
            font-size: 1.2em;
            font-weight: 300;
        }

/*------------------------------------------------------*/
/*------------------- Form Controls --------------------*/
/*------------------------------------------------------*/

div.pdms-page-section
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

    div.pdms-page-section div.pdms-page-section-title
    {
        font-size: 1.2em;
        font-weight: 300;
        border-bottom: 1px solid #ccc;
    }

div.pdms-page-row
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    position: relative; /*Change for fixing issue where the error icons are not moving along with controls during tab scroll*/
}

    div.pdms-page-row div.pdms-page-control
    {
        min-height: 4.0em;
        overflow: visible;
    }

div.pdms-page-control label
{
    overflow: hidden;
    height: 1.43em;
    text-overflow:ellipsis;
    /*Added below to cut lable if size exists max width and show ellipse instead*/
    line-height:1.43em;
    white-space: nowrap;
}

div.pdms-page-control-radio label {
    overflow: hidden;
    height: 1.43em;
    text-overflow: ellipsis;
    /*Added below to cut lable if size exists max width and show ellipse instead*/
    line-height: 1.43em;
    white-space: nowrap;
}

div.pdms-page-control a,
div.pdms-page-control button,
div.pdms-page-control label,
div.pdms-page-control input
{
    display: block;
    width: 100% !important;
    margin: 0px !important;
    min-width: 10px !important;
    overflow: hidden !important;
}

div.pdms-page-control-radio a,
div.pdms-page-control-radio button,
div.pdms-page-control-radio label {
    display: block;
    width: 100% !important;
    margin: 0px 0px 4px 0px !important;
    min-width: 10px !important;
    overflow: hidden !important;
}

div.pdms-advancefilter-container
{
    overflow: hidden;
    position: relative;
    white-space: nowrap !important;
    line-height: 2.5em !important;
}

    div.pdms-advancefilter-container > a,
    div.pdms-advancefilter-container > span
    {
        display: inline-block !important;
        outline: 0;
    }

    div.pdms-advancefilter-container > div
    {
        position: absolute;
        top: 0em;
        right: 0em;
    }

span.pdms-advancefilter-condition
{
    margin-left: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 0.81em;
    border-left: solid 1px #ccc;
}

div.pdms-aligned-content
{
    display: flex !important;
    margin: 0px !important;
    padding: 0px !important;
}

    div.pdms-aligned-content > div
    {
        display: inline-block !important;
    }

div.pdms-page-title
{
    line-height: 3.0em;
}

    div.pdms-page-title div.pdms-title-text
    {
        font-size: 1.5em;
        display: inline-block;
        font-weight: 300;
    }

div.pdms-page-block
{
    width: 100%;
    padding: 0.5em !important;
    border-radius: 0px !important;
}

div.pdms-page-title div.pdms-button-group
{
    float: right;
    display: inline-block;
}

div.pdms-page-section-title div.pdms-button-group {
    float: right;
    display: inline-block;
}

div.pdms-page-section-title div.pdms-button-group button.pdms-widget-buttons {
    right: 0px;
    padding: 0.25em;
    height: 1.25em;
    font-size: 1.25em;
    margin-top:-3px;
    margin-right: 5px;
    line-height: 1.25em;
    overflow: hidden;
    z-index: 9;
}

div.pdms-pivot-grid div.pdms-button-group {
    float: right;
    display: inline-block;
}

div.pdms-pivot-grid div.pdms-button-group button.pdms-widget-buttons {
    right: 0px;
    padding: 0.25em;
    height: 1.25em;
    font-size: 1.25em;
    margin-top: -3px;
    margin-right: 5px;
    line-height: 1.25em;
    overflow: hidden;
    z-index: 9;
}

div.pdms-pivot-grid #configurator {
    width: 99% !important;
}

div.pdms-pivot-grid #configurator div.k-state-default:first-child {
    display: contents !important;
    width: 95% !important;
}

div.pdms-pivot-grid #configurator div.k-state-default:nth-child(2) {
    display: none !important;
}

div.k-pivot-toolbar {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

div.k-pivot-toolbar > span:first-child {
    margin-left: 7.2px !important;
}

div.k-pivot-toolbar > span:last-child {
    margin-right: 7.2px !important;
}

a.pdms-page-link
{
    text-decoration: none;
}

div.pdms-button-group a.pdms-page-link,
div.pdms-button-group button.pdms-page-button
{
    
    min-width: 150px;
    margin-left: 10px;
    margin-right: 10px;
}

.pdms-page-required-mark
{
    color: red;
}
/*------------------------------------------------------*/
/*--------------- Kendo UI Custom Styles ---------------*/
/*------------------------------------------------------*/
ul#LAYOUT_KENDOMENU > li.k-last {
    float: right !important;
    border-left-width: 1px;
    border-right-width: 0;
}

.k-widget.k-tooltip-validation.k-invalid-msg {
    position: absolute;
    z-index: 8200;
    padding: 3px;
    width: 1.0em;
    height: 1.2em;
    overflow: hidden;
    top:0em;
    right:0em;
}

.k-widget.k-tooltip-validation.k-invalid-msg:hover {
    width: auto;
    text-wrap:none;
    overflow-x: visible;
    /*Added below to show Error message in multi line mode*/
    height: auto;
    /*Added to align the text left*/
    text-align: left;
    z-index:9999999;
}

.k-widget > span.k-invalid, input.k-invalid {
    border: 1px solid red !important;
}

span.k-title {
    background-color: transparent;
    cursor: default;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

div.cashflowTotals {
    width: 75%;
    position: relative;
    top: -2em;
    left: 2em;
    float: left;
    font-size: 12px;
}

table.cashflowGridInfoTable th.k-header {
    font-weight: bold !important;
    text-align: right !important;
    padding: 0 10px !important;
}

table.cashflowGridInfoTable td {
    text-align: right;
    padding: 0 10px
}

span.k-datepicker {
    width: 100% !important;
}

span.k-datetimepicker {
    width: 100% !important;
}

span.k-picker-wrap::before
{
    content: none !important;
}

/**-------to clear date picker control*/
span.k-datepicker .k-clear-value {
                position: absolute!important;
                right: 28px !important;
                color: gray !important;
                height: 50% !important;
                margin-top:5px !important;
            }

            .hidden {
                display: none !important;
            }
span.k-datetimepicker .k-clear-value {
    position: absolute !important;
    right: 50px !important;
    color: gray !important;
    height: 50% !important;
    margin-top: 5px !important;
}
/*-END-----------------------------------------------------*/

a.k-button,
a.k-button a:active,
a.k-button a:visited
{
    text-decoration: none;
}

a.k-header-column-menu.k-state-active {
    background-color: #C83C87;
}
div.pdms-simple-tabs div.k-tabstrip
{
    background: none transparent;
    border-width: 0;
}

    div.pdms-simple-tabs div.k-tabstrip .k-tabstrip-items
    {
        padding: 0;
    }

    div.pdms-simple-tabs div.k-tabstrip .k-content
    {
        margin: 0;
    }

/*Added to set fix height for error summary block on page*/
.validation-block{
    height:100px;
    overflow-y:auto;
}
/* Aggregate Dimensions and Measures listbox*/
div.agg_from_listbox {
    height: 18em;
    overflow: auto;
    flex: 60;
}

div.agg_listbox_controls {
    flex: 5;
    overflow: auto;
    min-width: 6.3em;
}

div.agg_listbox_control {
    padding: 0.4em 0.3em 0.3em 0.3em;
    border: 0.1em solid black;
    margin: 2em;
    width: 1.3em;
}

div.agg_to_listbox {
    height: 18em;
    overflow: auto;
    flex: 35;
}

/*Added for listbox*/
div.listbox-container {
    float: left;
    min-width: 33em;
    height: 18em;
    width: 33em;
    overflow: auto;
}

div.listbox {
    padding: 0.5em; border-style: solid; border-width: 1px;
}

div.listbox-item {
    padding: 0.5em 1em;
    border-width: 0;
}

div.moveArrow {
    padding: 0.8em 0.3em 0.1em 0.3em;
    border: 0.1em solid black;
    margin: 2em;
}
/*style for Logon User Widget on Dashboard*/
.blk-LogonUsers {
    padding:1.5em;
}
    .blk-LogonUsers .k-grid.k-widget > .k-grid-header tr th.k-header,
    .blk-LogonUsers .k-grid.k-widget > .k-grid-content tr td
    {
        text-align: center;
    }

/*Make Numeric Text box to fit in box*/
.k-widget.k-numerictextbox {
    width: 100%;
}

/*Radio button lable position fix*/
.k-radio-label {
    padding-top: 0.25em;
}
/*Checkbox lable position fix*/
.k-checkbox-label {
    line-height: 1.3em;
    height: 1.3em;
}

.k-forecast-amount {
    font-style: italic;
    color: tomato;
}
/*----------------------------------------------------------------------*/
/*--------------- Support Bootstrap Grid System in Kendo ---------------*/
/*----------------------------------------------------------------------*/
*,
:before,
:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.form-control,
.container,
.container-fluid,
.row,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------------------------*/
/*---------------------- Change Password Box -----------*/
/*------------------------------------------------------*/
#CHANGE_PASSWORD_BOX
{
    position: absolute;
    width: 25em;
    top: 15%;
    left: 50%;
    border: solid 1px gray !important;
    transform: translateX(-150px);
}

    #CHANGE_PASSWORD_BOX #CHANGE_PASSWORD_BOX_HEADER {
        height: 60px;
        font-size: 24px;
        background-color: #C83C87;
        line-height: 60px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        background-image: url('Images/CSLogo_Transparent.png');
        background-size: auto 120px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #CHANGE_PASSWORD_BOX ul
    {
        margin: 0 0 -2em;
        padding: 2em;
    }

    #CHANGE_PASSWORD_BOX li
    {
        list-style: none;
        padding-bottom: 2em;
    }

    #CHANGE_PASSWORD_BOX input,
    #CHANGE_PASSWORD_BOX label,
    #CHANGE_PASSWORD_BOX button
    {
        width: 100%;
    }

    #CHANGE_PASSWORD_BOX label
    {
        display: block;
        font-weight: bold;
    }

/*------------------------------------------------------*/
/*---------------------- Forgot Password Box ------------*/
/*------------------------------------------------------*/

#FORGOT_PASSWORD_BOX
{
    position: absolute;
    width: 300px;
    top: 25%;
    left: 50%;
    border: solid 1px #37377d !important;
    transform: translateX(-150px);
}

    #FORGOT_PASSWORD_BOX #FORGOT_PASSWORD_BOX_HEADER {
        height: 60px;
        font-size: 24px;
        background-color: #C83C87;
        line-height: 60px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        background-image: url('Images/CSLogo_Transparent.png');
        background-size: auto 120px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #FORGOT_PASSWORD_BOX ul
    {
        margin: 0 0 -2em;
        padding: 2em;
    }

    #FORGOT_PASSWORD_BOX li
    {
        list-style: none;
        padding-bottom: 2em;
    }

    #FORGOT_PASSWORD_BOX input,
    #FORGOT_PASSWORD_BOX label,
    #FORGOT_PASSWORD_BOX button,
    #FORGOT_PASSWORD_BOX a.k-button
    {
        width: 100%;
    }

    #FORGOT_PASSWORD_BOX div.pdms-page-section
    {
        padding-top: 0.80em;
        padding-bottom: 0.5em;
    }

    #FORGOT_PASSWORD_BOX div.pdms-page-section-title
    {
        text-align: center;
        font-size: 1.2em;
        font-weight: 300;
        border-bottom: 1px solid #ccc;
    }

    #FORGOT_PASSWORD_BOX .pdms-page-required-mark
    {
        color: red;
    }

    #FORGOT_PASSWORD_BOX label
    {
        display: block;
        font-weight: bold;
    }
/*------------------------------------------------------*/

/*--------------------    Column headings in the grid with wrapped  ----------------------------------------------------*/
.k-filter-row th, .k-grid-header th.k-header {
    vertical-align: Top !important;
}

.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
    overflow:visible!important;
}
.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}

tr.k-grid-data-top td {
    vertical-align: Top !important;
}

/*-END-----------------------------------------------------*/
/*--------------------    Dashboard widget  ----------------------------------------------------*/
.k-popup .k-list .k-item > .k-group {
    color: #fff;
    background-color: #2e2e2e;
    padding: 0 .5em;
    font-size: .75em;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    text-transform: none;
}

.k-gauge-container {
    text-align: center;
    margin: 0 auto;
    background: transparent url("Dashboard/Icons/GaugeContainer.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    padding: 15px;
    min-height: 50px;
    width: 350px;
    min-width: 300px;
}

.k-gauge {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
}

.k-fill {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.k-fill-up {
    height: 100%;
}

.k-fill-across {
    width: 100%;
}

.k-fill-all {
    height: 100%;
    width: 100%;
}

.k-middle {
    vertical-align: middle;
}

.k-flex-parent {
    display: flex;
}

.k-flex-row {
    flex-direction: row;
}

.k-flex-column {
    flex-direction: column;
}

.k-flex-row-50 {
    flex: 1 0 auto;
    min-width: 50%;
}

.k-flex-col-50 {
    flex: 1 0 auto;
    min-height: 50%;
}

.k-flex-row-90 {
    flex: 1 0 auto;
    min-width: 90%;
}

.k-flex-row-10 {
    flex: 1 0 auto;
    min-width: 10%;
}

.k-flex-row-70 {
    flex: 1 0 auto;
    min-width: 70%;
}

.k-flex-row-30 {
    flex: 1 0 auto;
    min-width: 30%;
}

.k-flex-1 {
    flex-grow: 1;
}

.k-gauge-panel {
    height: 100%;
    position: relative;
}

.k-gauge-holder {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.lineargauge {
    background: transparent url("Dashboard/Icons/GaugeContainer.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}

.radialgauge {
    background: transparent url("Dashboard/Icons/RadialGaugeContainer.png") no-repeat 50% 50%;
    background-size: contain;
}

.k-lineargauge {
    display: inline-block;
    width: 95%;
    height: 98%;
    margin: 0 auto 0;
}

.k-radialgauge {
    display: inline-block;
    width: 78%;
    height: 78%;
    margin: 0 auto 0;
}

.k-bullet {
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
}

div .k-gauge-holder div k-radialgauge {
}


.k-chart-panel {
    height: 100%;
    position: relative;
}

.k-chart-holder {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.k-chart {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.box{
    padding-left:10%;
    padding-right:10%;
    padding-top : 5%;
}

.k-spark-holder {
    padding: 0;
    top: 25px;
    position: absolute;
    line-height: 2em;
    font-size: 30px;
    left: 5px;
    right: 64px;
}

.k-sparkline {
    width: 100%;
    height: 100%;
    margin: 0;
}

.k-mini-spark-holder {
    left: 0px;
    right: 0px;
    position: absolute;
    padding: 0;
    line-height: 2em;
    font-size: 20px;
    height: 40px;
    border-style: inset;
    border-width: 3px;
    border-color: #cdcdde;
}
.k-mini-spark-holder:hover {
    border-style: groove;
}

.k-main-mini {
    position: absolute;
    justify-content: right;
    flex-direction: row;
}

.k-mini-charts {
    position: relative;
    min-width: 64px;
    height: 100%;
    order: 1;
}

.k-benchmark-charts {
    position: relative;
    width: 100%;
    order: 2;
}

.k-shield {
    position: relative;
    padding: 15px 12px;
    height: 40px;
    width: 40px;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    overflow: hidden;
    order: 1;
}

.shield {
    background: transparent url("Dashboard/Icons/shield.png") no-repeat;
    background-size: contain;
}

.redshield {
    background: transparent url("Dashboard/Icons/shield_red.png") no-repeat;
    background-size: contain;
}

.greenshield {
    background: transparent url("Dashboard/Icons/shield_green.png") no-repeat;
    background-size: contain;
}

.yellowshield {
    background: transparent url("Dashboard/Icons/shield_yellow.png") no-repeat;
    background-size: contain;
}

.k-mandatelink {
    position: relative;
    min-width: 64px;
    padding: 5px;
    height: 100%;
    order: 1;
}

.k-bullet-holder {
    padding: 0;
    top: 0px;
    position: absolute;
    line-height: normal;
    font-size: 30px;
}
.k-text-rotated-10 {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
.k-text-rotated-20 {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
.k-text-rotated-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.k-loading {
    position: absolute;
    top: 45%;
    left: 0px;
    right: 0px;
    z-index: 8;
    font-size: 25px;
    text-align: center;
}
/*-END-----------------------------------------------------*/
/*--------------------  Data Quality ----------------------*/
.dq-link {
    cursor: pointer;
}

.dq-loading-holder {
    padding: 0;
    bottom: 0;
    display: inline-block;
    line-height: normal;
}
.dq-spark {
    width: 100%;
    padding: 0;
    vertical-align: bottom;
    line-height: 30px;
    height: 30px;
}
.dq-spark span {
    width: 100%;
    height: 100%;
}
.dq-radar {
    width: 100%;
    padding: 0;
    height: 100%;
}
.dq-topBand {
    height: 50%;
    display: flex;
}
.dq-leftColumn {
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
}
.dq-rightColumn {
    height: 100%;
    width: 50%;
    left: 50%;
    right: 0;
    top: 0;
}
.dq-gridBand {
    height: 100%;
    display: flex;
}
.dq-gridColumn {
    height: 100%;
    width: 75%;
    left: 0;
    top: 0;
}
.dq-sidePanel {
    overflow: auto;
    height: 100%;
    width: 25%;
    left: 75%;
    padding: 2px;
    top: 0;
}
/*--------------------   floating buttons on the right of an area ---------------------------------------------------------------------------*/
div.pdms-right-button-group div.pdms-buttons {
    position: absolute;
    right: 0px;
    padding: 0.25em;
    height: 2.0em;
    font-size: 1.15em;
    line-height: 1.5em;
    overflow: hidden;
    z-index: 9;
}

div.pdms-right-button-group div.pdms-buttons span.glyphicon {
    margin-right: 0.25px;
    cursor: pointer;
    padding: 0.25em;
}

div.pdms-right-button-group div.pdms-buttons span.glyphicon:hover {
    background-color: #cdcdde;
    color: #37377d;
}

div.pdms-right-button-group div.pdms-buttons span.glyphicon[disabled] {
    background-color: transparent;
    color: #999;
    pointer-events: none;
}
div.pdms-right-button-group div.pdms-buttons span.k-icon {
    margin-right: 0.25px;
    cursor: pointer;
    padding: 0.25em;
}

div.pdms-right-button-group div.pdms-buttons span.k-icon:hover {
    background-color: #cdcdde;
    color: #37377d;
}

div.pdms-right-button-group div.pdms-buttons span.k-icon[disabled] {
    background-color: transparent;
    color: #999;
    pointer-events: none;
}
/*--------------------   floating buttons next to help icon ---------------------------------------------------------------------------*/
div.pdms-workflow-comments-panel {
    position: relative;
    right: 0;
    width: 300px;
    top: 0;
    height: 100%;
}
div.pull-right span.pdms-buttons {
    padding: 0.25em;
    height: 2.0em;
    font-size: 1.15em;
    line-height: 1.5em;
    overflow: hidden;
    z-index: 9;
}

div.pull-right span.pdms-buttons span.glyphicon {
    margin-right: 0.25px;
    cursor: pointer;
    padding: 0.25em;
}

div.pull-right span.pdms-buttons span.glyphicon:hover {
    background-color: #cdcdde;
    color: #37377d;
}

div.pull-right span.pdms-buttons span.glyphicon[disabled] {
    background-color: transparent;
    color: #999;
    pointer-events: none;
}

/*--------------------   END ----------------------------------------------------------------------------------------------------------------*/
/*--------------------   remove additional red border from the input element for firefox ----------------------------------------------------*/
:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow:none;
}
/*-END-----------------------------------------------------*/
/*------------------To handle issue of color change for disabled button for firefox---------------------------------------------------------------*/
.k-button[disabled]
{
    background-color:#ccc;
    color: #999; 
    pointer-events: none;
} 
/*-END-----------------------------------------------------*/

input:disabled{
    background-color:#eae8e8 !important;
}

textarea:disabled
{
    background-color:#eae8e8 !important;
}

input.right-align {
    text-align: right;
}

/* Kendo UI Upgrade: Fix default number editor showing spinners in the popup editor. */
div.k-popup-edit-form.k-window-content span.k-numerictextbox .k-numeric-wrap.k-expand-padding span.k-select,
div.k-popup-edit-form.k-window-content span.k-numerictextbox .k-numeric-wrap.k-expand-padding span.k-icon.k-i-warning {
    display: none !important;
}

/* Kendo UI Upgrade: Fix radio buttons showing black outline when selected. */
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none !important;
    outline-offset: unset !important;
}

/* Kendo UI Upgrade: Fix advance filter selected condition more prominent. */
div.rules-group-container div.rules-group-header div.group-conditions label.btn.active {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* Kendo UI Upgrade: Fix radio buttons not aligning with labels. */
input[type=radio] {
    margin: 0px;
}

/* Styles for the Grid export/print functionality */
.pdfPageTemplate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pdfPageTemplate .pdfHeaderBgrd {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background-color: #d3397d;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    text-align:center;
}

.pdfPageTemplate .pdfReportTitle {
    position: absolute;
    top: 5px;
    left: 30px;
    border-bottom: 1px solid #888;
    text-align: left;
    font-size: 18px;
    color: white;
}

.pdfPageTemplate .pdfPageTitle {
    position: absolute;
    top: 30px;
    left: 30px;
    border-bottom: 1px solid #888;
    text-align: left;
    font-size: 14px;
    color: white;
}

.pdfPageTemplate .pdfPageHeader {
    position: absolute;
    top: 5px;
    right: 200px;
    border-bottom: 1px solid #888;
    text-align: left;
    font-size: 18px;
    color: white;
}

.pdfPageTemplate .pdfHeaderCntryLogo {
    position: absolute;
    top: 0px;
    right: 30px;
    height: 60px;
    overflow: hidden;
    text-align: right;
}

.pdfPageTemplate .pdfFooter {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.pdfPageTemplate .pdfFloatRight {
    float: right;
}

.pdfPageTemplate .pdfFloatLeft {
    float: left;
}

.pdfPageTemplate .pdfCentre {
    text-align: center;
}

/* Styles for popup Instrument Summary Window */
.wisMessage {
    position: absolute;
    top: 25%;
    left: 0px;
    right: 0px;
    z-index: 8;
    font-size: 24px;
    text-align: center;
}

/* Row highlight styles for Auditing */
.hasChanges {
    background-color: #ccffdd
}
.hasUnprocessedChanges {
    background-color: #b3d9ff
}
.hasErrors {
    background-color: #ffcccc
}