/**
 * d-flo Document Portal default theme
 */
/**
 * Furniture
 */
body, html {
    font-size: 13px;
	font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    color: #080d1d;
    overflow-x: hidden;
	font-weight: 500;
}
body{position:fixed;top:0;right:0;bottom:0;left:0;}
#wrap {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow-x:hidden;
    display:none;
}
header {
    background: #e8e8e8;
    color:#ffffff;
    height:8em;
}
nav {
    background: #080d1d;
    width:250px;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    overflow-x:hidden;
    overflow-y:auto;
    display:block;
}
nav div.inner{
    background: #080d1d;
    padding:0;
    width:250px;
    overflow-x:hidden;
}
nav div#nav-collapser {
    position:absolute;
    right:0;
    bottom:0;
    top:0;
    width:0.6em;
    cursor:pointer;
    background:#808284;
}
nav div#nav-collapser.collapsed {
    background:#808284;
    width: 1.3em;
}
nav div#nav-collapser:hover {
    background: #9c9ea4;
}
nav ul {
    display:none;
    overflow-x:hidden;
}
nav ul li {
    padding:0.3em 0 0.3em 1em;
    color:#080d1d;
}
nav ul li a {
    color:#080d1d;
    text-decoration:none;
}
nav ul li.active > a {
    color:#080d1d;
}
nav ul li ul li{
    padding:0.1em 0 0.1em 1em;
    /**/
}
section#main {
    position:absolute;
    left:250px;
    bottom:0;
    top:0;
    right:0;
}
div.main-panel {
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    right:0;
    overflow:auto;
    box-shadow:0 0 #999999;
    background: #ffffff;
}
div.main-panel-inner {
	padding-top: 20px !important;
    padding:2em;
}
div#centre-pane{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
    background:#E5E5E5;
}
footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:1em 0;
    /**/
    /*font-family: 'Arial', sans-serif;*/
	font-family: 'Montserrat', sans-serif !important;
    color:#ffffff !important;
    text-align:center;
    background: #080d1d;
}
footer a{color:#ffffff !important;}

footer a#notifications_footer {
    position:absolute;
    left:50px;
    bottom:3px;
    display:block;
    font-weight:bold;
    color: #ffffff;
    background-color: #080d1d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 1px;
    line-height: 25px;
    padding: 0 7px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
}
#panel-notifications {
    display:none
}
#panel-notifications a.actions, #panel-notifications a.actions:hover {text-decoration: none; color: #fff}
div#centre-pane-inner{
    position:relative;
    width:100%;
    height:100%;
}
p.strapline {
    text-align:center;
}
p.strapline img {
    vertical-align:middle;
}
h1#dflo-logo_header {
    height:6em;
    margin:0;
    width: 250px;
    cursor: pointer;
    font-size:13px;
}
/*h1#dflo-logo_header span {
    display:block;
    font-family: 'Montserrat', sans-serif !important;
    color: #ffffff;
    text-align: center;
    font-size: 2.3em;
    padding-top: 26px;
    margin-left: -13px;
    white-space: nowrap;
    overflow: hidden;
	font-weight: 500;
	line-height: 1em;
}*/
header div.module-title {
    color:#080d1d;
    font-size:2.8em;
    margin-top:.9em;
    float:left;
    clear:none;
    margin-left:0.45em;
}
header div.user-panel {
    float:right;
    margin-right:2em;
    margin-top:3em;
    text-align:right;
}
footer div.user-panel {
    position:absolute;
    right:1em;
    text-align:right;
    bottom:3px;
}
footer div.user-panel a {
    color:#393d4a;
    font-size: 2em;
    margin-right: 0.5em;
    text-decoration: none;
}
footer div.user-panel a:hover {color: #333}
/**
 * Table styling
 */
table {
    width:100%;
    background:#ffffff;
    border: 1px solid #BBBBBB;
    margin:1.5em 0;
}
tr {line-height: 18px}
th, td {
    padding:0.3em .7em;
    vertical-align:middle!important;
}
form#log-in {
    display:block;
    position:absolute;
    top:50%;
    margin-top:-33em;
    height:17em;
    padding:25em 0 15em;
    width:100%;
    left:0;
}
#log-in table {
    box-shadow:none;
    width:30em;
    margin:2em auto;
    border: none;
}
table thead th, table tfoot th {
    padding:0.4em .7em;
    text-align:left;
    vertical-align:middle;
    color:#ffffff;
    background: #080d1d;
}
table th a, table th a:hover {color: #fff}
#log-in table tbody tr td:first-child{
    font-size:1.6em;
    padding:0 0 0.3em;}
#log-in table tbody tr td input[type=submit]{
    padding-left:2em;
    padding-right:2em;
    padding:0.2em 2em;
}

#log-in table tbody tr td a.forgotLink {
    color: white;
}

tr[role=row]:hover > td {
    background: #f5f5f5;
    color:#080d1d;
    cursor:pointer;
}
td[role=gridcell]{
    cursor:pointer;
}
td.TransformationPluginID{text-align:right;}
td.CanDeliveryBatch,td.CanHold{text-align:center;}
td.Actions,th.Actions, div.Actions{white-space:nowrap; text-align:right; text-decoration: none;}
.Actions a {display:table-cell; color: #080d1d; text-align:right; padding-left: 10px; cursor: pointer}
.Actions a:hover {color:#9c9ea4; text-decoration: none;}
a.delete-row span, a.delete-button span {display:none}
.add-button:hover{cursor: pointer; background:#080d1d;color:#ffffff}
tr.disabled a.edit-template-button span,tr.disabled a.edit-account-button span,tr.disabled a.edit-stream-button span,tr.disabled a.edit-button span{display:table-cell;text-align:left;text-indent:-20000px;overflow:hidden;background:transparent url('../images/icons/no_entry.png') center center no-repeat;color: #AAAAAA;height:100%;}
tr.disabled a.edit-template-button:hover span,tr.disabled a.edit-account-button:hover span,tr.disabled a.edit-stream-button:hover span,tr.disabled a.edit-button:hover span{background:transparent url('../images/icons/no_entry_inverse.png') center center no-repeat;color: #AAAAAA;}
tr td.Actions a{visibility:hidden;height:100%;}
tr:hover td.Actions a{visibility:visible;}
.ui-layout-resizer-west-closed{width:2em;}
.ui-layout-east{background:#e8e8e8;}
div#controls {
    position:fixed;
    right:0;
    bottom:3em;
    top:8em;
    width:15em;
    overflow:hidden;
    padding:2em 0;
    background:#e8e8e8;
    display:none;
}
/**
 * Overlay panel CSS
 */
div.main-panel.overlay-panel{
    left:40px;
    box-shadow:0 0 9em #000000;
    -moz-box-shadow:0 0 9em #000000;
    display:none;
}
.white-box {margin: 10px 0px; padding: 5px; background: #ffffff; box-shadow: 0 0 5px #777777;
    /*font-size: 1.4em; */
    min-height: 30px}
.control-group .controls{display:inline-block;width:41em;}
.form-field label,.control-group label,.control-group .control-label {display:inline-block;width:14em;margin-top:10px;clear:both;}
.form-field textarea,.control-group textarea{display:block;vertical-align:top;}
.form-field input[type=text],.control-group input[type=text]{width:400px;}
.form-field input[type=email],.control-group input[type=email]{width:400px;}
.form-field select,.control-group select{width:402px;}
.form-field textarea,.control-group textarea{margin-top:5px;width:400px;height:100px;}
.form-field + .form-field,.control-group + .control-group{/*border-top:1px dotted #393d4a;*/margin-top:4px;}
.control-group#control-group-search-button{margin-left:14em;}
div.error.ui-state-error {
    border-left:none;
    border-right:none;
    color:#ffffff;
    background: #ff3019;
}
div.error.ui-state-error { margin:1.4em 0 2em; }
div.error.ui-state-error div.inner {
    padding:2em 2em 2em 6.5em;
    background:url('../images/icons/exclamation_bg.png') 32px 22px no-repeat;
}
div.ui-state-error p{
    font-size:1.2em;
    margin:0 0 0.7em;}
div.ui-state-error ul{margin-bottom:0;margin-left:1.6em;}
div.ui-state-error ul li{
    /**/
    list-style:square;font-weight:400;margin:0;}
div.ui-state-error ul li + li{margin-top:0;}
div.ui-state-error ul span.error-list-field-title{display:block;margin-top:.5em;
    /**/
}
div.ui-state-error-subtle{display:block;margin-bottom:.5em;
    font-size:.8em;
    color:#cc0000;margin-left:18em;}
div.warning.ui-state-warning{
    border-left:none;border-right:none;color:#080d1d;border-top:1px solid #d9c226;border-bottom:1px solid #d9c226;
    margin-bottom: 20px;
    background: #f1da36;
}
div.info.ui-state-info{
    border-left:none;border-right:none;color:#080d1d;border-top:1px solid #080d1d;margin-bottom: 1em;
    background: #080d1d;
}
div.warning.ui-state-warning div.inner{
    padding:2em 2em 2em 6.5em;
    background:url('../images/icons/exclamation_bg.png') 32px 22px no-repeat;
}
div.info.ui-state-info div.inner {
    padding:1em 1em 1em 5em;
    background:url('../images/icons/exclamation_bg.png') 32px 22px no-repeat;
}
div.ui-state-warning p, div.ui-state-info p{
    font-size:1.2em;
}
div.ui-state-warning ul{margin-left:1.6em;}
div.ui-state-warning ul li{
    /**/
    list-style:square;font-weight:400;margin:0;}
div.ui-state-warning ul li + li{margin-top:0;}
div.ui-state-warning ul span.warning-list-field-title{display:block;margin-top:.5em;
    /**/
}
div.ui-state-warning-subtle{display:block;margin-bottom:.5em;
    font-size:.8em;
    color:#eeee00;margin-left:18em;}
select.ui-state-warning{color:#990000;background:#080d1d;}
div.form-field table thead tr th {
    /**/
}
div.error h1{font-size:3em;margin-bottom:0.5em;}
div.error h2{font-size:2em;margin-bottom:0.5em;}
div.error h3{font-size:1.6em;margin-bottom:0.5em;}
div.error dt{;margin-bottom:0.2em;}
div.error dd{;margin-bottom:0.5em;}
div.error code,div.error pre{padding:0 3px 2px;color:#080d1d;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
div.error code{padding:3px 4px;color:#dd1144;background-color:#f7f7f9;border:1px solid #e1e1e8;}
div.error pre{display:block;padding:.8em .8em .8em .8em;margin:0 0 9px;line-height:18px;background-color:#f5f5f5;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;white-space:pre;white-space:pre-wrap;word-break:break-all;}
div.error pre.prettyprint{margin-bottom:18px;}
div.error pre code{padding:0;background-color:transparent;}
div.main-panel h2{font-size:2.3em;font-weight:500;color:#080d1d;font-family: 'Montserrat Regular 500', sans-serif;padding-bottom:.2em;margin:1px 0 .3em;}
div.main-panel h2 span.account-level{color:#080d1d;}
div.main-panel h2 a{color: #080d1d; font-size: 0.6em}
div.main-panel h3{font-size:2em;margin-bottom:.3em;padding-bottom:.2em;margin-top:.5em;}
div.main-panel h3 a,
div.main-panel h3 a:hover
    {text-decoration: none; color: #080d1d; font-size: 0.9em; position: relative; }
div.main-panel h3 a .icon-stack
    {font-size: 0.6em; position: relative;top: -3px;}
.loading{background:url('../images/loading.gif') no-repeat center center; text-indent:-20000px;}
td.loading{background:url('../images/loading.gif') no-repeat center center;height:5em;text-indent:-20000px;}
td.doh{background:url('../images/doh.png') no-repeat center center;height:5em;text-indent:-20000px;}
.muted{color:#999999;}
h1 .muted,
h2 .muted,
h3 .muted,
h4 .muted,
h5 .muted,
h6 .muted {
    color:#393d4a;
}
.overlay-panel p{margin:0.6em 0;}
div.view-account_metadata-fields{margin-top:2em;}
div.view-account_metadata-fields + h3,table + h3{margin-top:1em;}
#log-in table,#log-in table tr,#log-in table tr td,#log-in table tbody tr td{background:transparent;color:#080d1d;}
/*tbody tr a.up-button,tbody tr a.down-button{visibility:visible;}*/
tbody tr:first-child a.up-button{visibility:hidden;}
tbody tr:last-child a.down-button{visibility:hidden;}
table.generated-table tbody tr.disabled td{color:#aaaaaa;}
/* table.generated-table tbody tr.disabled td.Actions a{display:none;} */
.AccountLevel-2 td.AccountID{padding-left:2em;}
.AccountLevel-3 td.AccountID{padding-left:4em;}
.AccountLevel-4 td.AccountID{padding-left:6em;}
.AccountLevel-5 td.AccountID{padding-left:8em;}
.AccountLevel-6 td.AccountID{padding-left:10em;}
.AccountLevel-7 td.AccountID{padding-left:12em;}
.AccountLevel-8 td.AccountID{padding-left:14em;}
.AccountLevel-9 td.AccountID{padding-left:16em;}
#stream-hierarchy .AccountLevel-2 td.AccountName{padding-left:2em;}
#stream-hierarchy .AccountLevel-3 td.AccountName{padding-left:4em;}
#stream-hierarchy .AccountLevel-4 td.AccountName{padding-left:6em;}
#stream-hierarchy .AccountLevel-5 td.AccountName{padding-left:8em;}
#stream-hierarchy .AccountLevel-6 td.AccountName{padding-left:10em;}
#stream-hierarchy .AccountLevel-7 td.AccountName{padding-left:12em;}
#stream-hierarchy .AccountLevel-8 td.AccountName{padding-left:14em;}
#stream-hierarchy .AccountLevel-9 td.AccountName{padding-left:16em;}
.DeliveryBatchLevel-2 td.AccountID{padding-left:2em;}
.DeliveryBatchLevel-3 td.AccountID{padding-left:4em;}
.DeliveryBatchLevel-4 td.AccountID{padding-left:6em;}
.DeliveryBatchLevel-5 td.AccountID{padding-left:8em;}
.DeliveryBatchLevel-6 td.AccountID{padding-left:10em;}
.DeliveryBatchLevel-7 td.AccountID{padding-left:12em;}
.DeliveryBatchLevel-8 td.AccountID{padding-left:14em;}
.DeliveryBatchLevel-9 td.AccountID{padding-left:16em;}
.form-field a label, .control-group a label{width:auto;margin:0;}
a.close_panel{
    position:absolute;left:0;top:0;bottom:0;width:1em;display:block;
    background: #1e5799
    display:none;
}
a.close_panel span{display:block;text-indent:-20000px;}
div.module-breadcrumb{
    display:block;font-size:0.4em;margin-top:0.4em;/*font-family:'Montserrat Regular 300','Arial',sans-serif;*/
}
div.module-breadcrumb a{color:#ffffff;text-decoration:underline;}
div#modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:transparent url('../images/modal.png');}
div#modal-overlay .inner{border:1px solid #cccccc;border-radius:4px;box-shadow:0 0 25px #080d1d;position:fixed;background:#ffffff url('../images/loading.gif') no-repeat center center;display:block;top:50%;left:50%;padding:30px 50px;margin:-40px 0 0 -50px;}
div.paging{text-align:center;}
div.paging a{display:inline-block;background:#ffffff;border:1px solid #ffffff;border-radius:4px;padding:3px 8px;margin:0px 2px;color:#080d1d;}
div.paging a.current,div.paging a:hover{background:transparent;color:#ffffff;text-decoration:none;}
.info-pane{float:left;width:300px;margin-right:20px;}
div.main-panel .info-pane h3{font-size:1.6em;padding-bottom:0.4em;line-height:1;}
.permission-checkbox{float:left;width:18em;}
#view_group-permissions{width:76em;}
h4 label{/*font-family:'Montserrat Regular 700','Arial',sans-serif;*/}
a.show-module-button{
    display:block;width:16em;height:16em;padding:1em 0.5em;text-align:center;float:left;margin:0 2em 2em 0;position:relative;
    background: #080d1d;
    color:#ffffff;
    border-radius:6px;
}
a.show-module-button:hover{background: #2ab0ed;
    text-decoration:none;
    color:#ffffff;
}
a.show-module-button span.inner{display:block;padding-top:140px;}
.widget{/*border-radius:4px;background:#e8e8e8;border:1px solid #c8c8c8;padding:1em;position:absolute;top:2em;right:2em;bottom:2em;left:2em;*/clear:both;}
.widget h5{margin:0;}
.widget p{}
.controls input[type=text].ui-state-error,
.controls input[type=number].ui-state-error,
.controls input[type=email].ui-state-error,
.controls input[type=password].ui-state-error
    {border:1px solid #990000;box-shadow:0 0 15px #eeaaaa;color:#990000;background:#ffffff;}
.controls input[type=text].ui-state-error:focus,
.controls input[type=number].ui-state-error:focus,
.controls input[type=email].ui-state-error:focus,
.controls input[type=password].ui-state-error:focus
    {border:1px solid #ee6666;box-shadow:0 0 15px #ee6666;color:#cc0000;background:#ffffff;}
.controls select.ui-state-error{border:1px solid #990000;box-shadow:0 0 15px #eeaaaa;color:#990000;background:#ffffff;}
.controls select.ui-state-error:focus{border:1px solid #ee6666;box-shadow:0 0 15px #ee6666;}
html body .ui-datepicker{width:auto;}
html body #ui-timepicker-div{background:transparent;}
html body .ui-timepicker-table{margin:0;font-size:0.8em;}
html body .control-group input[type=text].hasDatepicker,html body .form-field input[type=text].hasDatepicker{width:14em;}
html body .control-group input[type=text].hasTimepicker,html body .form-field input[type=text].hasTimepicker{width:14em;}
.ui-datepicker-current-day .ui-state-default.ui-state-active {
    background:#4d8aed;
    color:#eeeeee;
}
.ui-datepicker-today .ui-state-default.ui-state-highlight,
.ui-datepicker-today .ui-state-default.ui-state-active {
    background:#cccccc;
    color:#4d8aed;
    border:1px solid #858284;
}
.ui-datepicker-current-day.ui-datepicker-today .ui-state-default.ui-state-highlight,
.ui-datepicker-current-day.ui-datepicker-today .ui-state-default.ui-state-active {
    background:#4d8aed;
    color:#eeeeee;
    border:1px solid #858284;
}
.flotr_graph{width:29em;height:29em;margin:0 0 2em;float:left;position:relative;}
.flotr_graph{margin-left:2em;}
.flotr-legend{right:15px;bottom:15px;overflow-y:auto;position:absolute;max-height:236px;}
.flotr-legend table{margin:0px;}
.flotr-legend table td{padding:.2em .3em;}
.jqplot-pie-series.jqplot-data-label{color:#ffffff;text-shadow:0 0 3px #777777;}
#analytics-ajax-results{min-width:90em;}
.main-panel-inner p{}
div.success.ui-state-success{border-left:none;border-right:none;color:#ffffff;
    background: #1dce14;
}
div.success.ui-state-success{margin:1.4em 0 2em;}
div.success.ui-state-success div.inner {
    padding:2em 2em 2em 6.5em;
    background:url('../images/icons/tick_bg.png') 32px 22px no-repeat;
}
div.ui-state-success p{margin:0.5em 0 0.5em 1em; font-size: 1.2em}
div.ui-state-success ul{margin-bottom:0;margin-left:1.6em;}
div.ui-state-success ul li{list-style:square;font-weight:400;margin:0;}
div.ui-state-success ul li + li{margin-top:0;}
div.ui-state-success ul span.success-list-field-title{display:block;margin-top:.5em;}
div.pie-panel{clear:both;}
div.pie-panel div.pie-panel-pie{margin-left:0;float:left;clear:none;}
div.pie-panel div.pie-panel-table{margin-left:30em;}
div.pie-panel div.pie-panel-table div.table-surround{padding-top:1.2em;}
table.ui-datepicker-calendar th{}
div.ui-datepicker-title select{padding:0px;height:10px;line-height:10px;}
div.main-panel form.form-form_filler h3{border:0;margin:0 0 .5em;/*font-family:Arial,sans-serif;*/}
table.repeater_table tbody tr td{padding:0;}
table.repeater_table tbody tr td[class=Actions]{padding:0;}
table.repeater_table tbody tr td input{margin:0;width:19em}
.repeater_table .add-button, .field-repeater .delete-row { color:#57595b;}
.repeater_table .add-button:hover, .field-repeater .delete-row:hover {color:#333}
.repeater_table .add-button, .repeater_table .add-button:hover {position:relative; top: -5px}
hr{color:#aaaaaa;background:#aaaaaa;border:1px solid #aaaaaa;border-bottom:none;border-left:none;border-right:none;height:1px;}
table.generated-table tr th{vertical-align:top;}
table.generated-table tr.filters{}
table.generated-table tr.filters th select{margin:0;font-size:.8em;height:1.4em;line-height:1.4em;margin-left:-.7em;}
table.generated-table tr.filters td{background:#eeeeee;padding:.4em .1em;}
table.generated-table tr.filters td select{margin:0; padding: 0px; height:23px;line-height:inherit;width:auto;}
table.generated-table tr.filters td input[type=text]{margin:.1em .7em;height:1em;line-height:1em;width:auto;}
.child-checked{color:#000000;}
div.overlay-panel div.panel-loading{position:absolute;top:0;right:0;bottom:4px;left:0;background:transparent url('../images/modal.png');display:block;z-index:1;}
div.overlay-panel div.panel-loading span{border:1px solid #cccccc;border-radius:4px;box-shadow:0 0 25px #080d1d;position:absolute;background:#ffffff url('../images/loading.gif') no-repeat center center;display:block;top:100px;left:50%;padding:20px 50px;margin:-40px 0 0 -80px;text-indent:-20000px;}
div.overlay-panel div.frame-loading{position:absolute;top:0;right:0;left:0;height:100px;display:block;z-index:1;}
div.overlay-panel div.frame-loading span{border:1px solid #cccccc;border-radius:4px;box-shadow:0 0 15px #999999;position:absolute;background:#ffffff url('../images/loading.gif') no-repeat center center;display:block;top:25px;left:50%;padding:20px 50px;margin:-20px 0 0 -50px;text-indent:-20000px;}
table.document_history{margin-top:0;}
table.document_history td{vertical-align:top;}
td.row-0{background:#f8f8f8;}
td.row-1{background:#ffffff;}
div.form-buttons {
    /*width:755px;*/
    line-height:1;
}
div a.module-dashboard-button {
    display:inline-block;
    width:120px;
    height:120px;
    margin:0 5px 3px 0;
    position:relative;
    background:#080d1d;
}
div a.module-dashboard-button:hover {
    /*opacity:0.7;*/
	background: #393d4a !important;
}
div a.module-dashboard-button.module-dashboard-button-width-2 {
    width:245px;
}
div a.module-dashboard-button span.inner {
    display:block;
    top:0;
    right:0;
    bottom:0;
    left:0;
    position:absolute;
}
div a.module-dashboard-button span.inner span.module-dashboard-button-label {
    display:block;
    position:absolute;
    left:10px;
    right:10px;
    line-height:1.2;
    bottom:5px;
    font-weight: 500;
    font-size: 16px;
    color:#ffffff;
}
div a.module-dashboard-button.sub-button {
    background:#858585;
}
div#orientation-wrong div.inner{position:absolute;left:50%;line-height:2;top:50%;margin-left:-300px;margin-top:-50px;width:600px;height:100px;text-align:center;}
div#orientation-wrong div.inner p{font-size:2em;}
th.showhide-filters-cell{padding-top:0;padding-bottom:0;padding-left:0;text-align:right;}
a.button-toggle_filters{display:table-cell;overflow:hidden;width:30px;height:35px;white-space:nowrap;text-align:left;background:url('../images/filter.png') no-repeat center center;}
a.button-toggle_filters span{display:block;text-indent:-10000px;white-space:nowrap;text-align:left;}
a.tab-toggle_filters{float:left;overflow:hidden;width:30px;height:30px;background:#6DB3F2;white-space:nowrap;text-align:left;box-shadow:0 -2px 5px #cccccc;border-radius:10px 10px 0 0;}
a.tab-toggle_filters span{background:url('../images/filter.png') no-repeat center center;display:block;text-indent:-10000px;white-space:nowrap;text-align:left;width:30px;height:30px;}
/**
 * Mobile menu
 */
nav.desktop div.inner,
nav.mobile div.inner {
    padding:0;
    width:250px;
    background: #080d1d;
}
nav.desktop div#navBackg,
nav.mobile div#navBackg {
    top:6em;
    bottom:13em;
    position:absolute;
    overflow-x:hidden;
    width:250px;
    background: #080d1d;;
}
nav.mobile {
    overflow-x:hidden;
}
nav.mobile div#nav-collapser:hover {
    background:#dddddd;
}
div#navTree.accordion {
    height:97%;
}
div#navTree.accordion > ul {
    display:block;
    height:100%;
}
div#navTree.accordion,
div#navTree.accordion ul,
div#navTree.accordion li,
div#navTree.accordion a,
div#navTree.accordion span,
.navSupport li {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    line-height: 32px;
}
div#navTree.accordion li,
.navSupport li {
    list-style: none;
}
div#navTree.accordion > ul > li {
    list-style: none;
    border-top: 1px solid #777777;
	padding-left: 0px;
}
div#navTree.accordion > ul > li:last-child {
    border-bottom: 1px solid #777777;
}
div#navTree.accordion li > a,
.navSupport li > a  {
    display: block;
    position: relative;
    min-width: 110px;
    padding: 0 10px 0 55px;
    color: #fdfdfd;
    text-decoration: none;
    background: #080d1d;
	font-weight: 500;
}
div#navTree.accordion li > a span {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 10px;
    margin-right: 10px;
    background: #404247;
    border-radius: 15px;
}
div#navTree.accordion ul > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    margin: 4px 8px 4px 18px;
    background-repeat: no-repeat;
    background-position: center center;
}
div#navTree.accordion li > ul > li a,
div#navTree.accordion li > ul > li > ul > li a,
div#navTree.accordion li > ul > li > ul > li > ul > li a {
    color: #ffffff;
    background: #a9a9a9;
    border-bottom: 1px solid #c9c9c9;
}
div#navTree.accordion li > ul > li > a span {
    color: #ffffff;
    background: transparent;
    border: 1px solid #c9c9c9;
}
div#navTree.accordion li > ul > li > ul > li a {
    color: #ffffff;
    padding-left:70px;
    background: #a9a9a9;
}
div#navTree.accordion li > ul > li > ul > li > a span {
    color: #ffffff;
    background: transparent;
    border: 1px solid #c9c9c9;
}
div#navTree.accordion li > ul > li > ul > li > ul > li a {
    color: #ffffff;
    padding-left:100px;
    background: #a9a9a9;
}
div#navTree.accordion li > ul > li > ul > li > ul > li > a span {
    color: #ffffff;
    background: transparent;
    border: 1px solid #c9c9c9;
}
div#navTree.accordion li > ul em {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 14px;
    color: #a6a6a6;
    /*font: normal 10px/32px Arial, sans-serif;*/
}
div#navTree.accordion > ul > li > a:hover,
div#navTree.accordion > ul > li:target > a,
div#navTree.accordion > ul > li.active > a {
    color: #ffffff;
    background: #080d1d;
}
div#navTree.accordion > ul > li > a:hover span,
div#navTree.accordion > ul > li:target > a span,
div#navTree.accordion > ul > li.active > a span {
    color: #fdfdfd;
    background: #080d1d;
}
div#navTree.accordion ul > li > ul > li > a:hover,
div#navTree.accordion ul > li > ul > li:target > a,
div#navTree.accordion ul > li > ul > li.active > a {
/*    color: #666666;*/
    background: #858284;
}
div#navTree.accordion ul > li > ul > li > a:hover span,
div#navTree.accordion ul > li > ul > li:target > a span,
div#navTree.accordion ul > li > ul > li.active > a span {
    color: #fdfdfd;
    background: #080d1d;
}
div#navTree.accordion li > ul > li a:hover { background: #efefef; }
div#navTree.accordion ul > li > ul {
    display: none;
}
div#navTree.accordion ul > li:target > ul {
    display: block;
}
div#navTree.accordion ul > li > ul > li ul {
    display: block;
}
fieldset#fieldset-actions div.control-group{float:left;margin:0 10px 0 0;}
fieldset#fieldset-actions div.control-group div.controls{width:auto;}
#control-group-Error label.radio {
    float:left;
    width:100px;
    display:block;
    clear:none;
    margin-bottom:0;
    margin-top:0;
    padding-bottom:0;
    padding-top:0;
}
span.code-description {
    color:#999999;
    display:inline-block;
    margin-left:8px;
}
.jqplot-xaxis-tick{}
.jqplot-yaxis-tick{}
h2 span.sub-title{color:#080d1d;}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{
    height:18px;
    font-size:11px;
}
.ui-widget-content.ui-dialog,
.ui-widget-content.ui-dialog-buttonpane {
    background: #ffffff;
    color:#080d1d;
    font-size:13px;
    border: 0;
    min-width: 350px;
}
.ui-widget-content.ui-dialog.error, .ui-widget-content.ui-dialog.error p,
.error .ui-widget-content.ui-dialog-buttonpane {
    *background:#a90303;
    *color: #ffffff;
}
.ui-dialog .ui-widget-header {
    background: #4b4d51;
    color:#ffffff;
    font-size:14px;
    border:0;
}
.ui-dialog.error .ui-widget-header {
    background: #cc0000;
}
.ui-dialog .ui-dialog-titlebar-close {
    display:none;
}
.ui-dialog-buttonpane {
    border:none;
}
.ui-dialog-buttonset{
   /* min-width: 350px;*/
}

.ui-dialog-buttonset button {
    padding: 4px 14px;
    color: #080d1d;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.ui-dialog-buttonset button:hover, .ui-dialog-buttonset button:focus {
    background-color: #080d1d;
}
.tooltip-popup
{
    text-align: center;
    color: #ffffff;
    position: absolute;
    z-index: 100;
    padding: 15px;
    font-size:14px;
    border-radius:6px;
    background: #393d4a;
    box-shadow:0 0 10px #9c9ea4;
    font-weight:400;
}
.tooltip-popup:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #393d4a;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
.tooltip-popup.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #393d4a;
    top: -20px;
    bottom: auto;
}
.tooltip-popup.left:after
{
    left: 10px;
    margin: 0;
}
.tooltip-popup.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}
#transactionProgressBar-container {position:fixed; top: 20px; right: 40px; z-index: 2000; background:transparent; width: 200px}
#transactionProgressBar > div > div {position: relative; left:45%; top: 8px; color: #ffffff;}
#transactionProgressBar .ui-widget-content {background: #ffffff;}
#transactionProgressBar .ui-progressbar-value {
    height: 100%;
    margin-top:-15px;
    text-shadow: 1px 1px 1px #080d1d;
    background: #080d1d;
}
.form-actions {padding: 0px; background-color: inherit; border: none}
/*default gap between buttons*/
.btn+.btn {
    margin-left: 10px;
}
.control-group label, .control-group .controls, .control-group .control-label {
    height: 39px;
}
.control-group .control-label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
/* CodeMirror custom */
.CodeMirror-hints {
  z-index: 99999 !important;
}
.CodeMirror {
    border: 1px solid #bbbbbb;
    min-width: 580px;
}
/* deployment stages */
td.version_cell:hover {
    background-color: #e6e6e6;
}
.delete-confirm .ui-dialog-titlebar {
    background-color: red !important;
}
table.stages_list {
    margin-bottom: 0;
    margin-top: 0;
}
.stages_locked {
    opacity: .7;
}
table.version_data_table tr.vesion_data_alt_row {
	background-color: #e6e6e6;
}

/* Login */
#log-in table {
    width: 297px;
}
#log-in table input {
    /*width: 100%;*/
}
.login div.main-panel-inner {
    padding: 0;
}

form#log-in {
    padding: 15em 0 15em;
}
#log-in h2.loginHeading {
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    color: #ffffff;
    letter-spacing: -3px;
    line-height: 100px;
    padding-bottom: 0;
    font-size: 100px;
    margin-bottom: 20px;
	font-weight:500;
}

#log-in h3.loginTagline {
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    color: #ffffff;
    padding-bottom: 0.3em;
    width: 100%;
    margin: 0 auto;

    letter-spacing: -1px;
    font-weight: 100;
    font-size: 56px;
    line-height: 56px;
    -webkit-font-smoothing: antialiased;
}

.k-pager-info > button {
    width: 16px !important;
    min-width: 16px;
}
.k-dropdown .k-focused .k-input {
    color: #ffffff !important;
}
footer, footer a {
    color: #080d1d;
}
.k-button-group .k-tool, .k-editor-toolbar .k-editor-widget, .k-editor-toolbar>li, .k-button-group .k-tool-icon {
    color: #080d1d;
}
.k-editortoolbar-dragHandle {
    width: auto;
    min-width: auto !important;
    color: #080d1d;
}
.k-default > .k-select {
    color: #080d1d;
}
.navSupport {
    height: 13em;
    bottom: 0;
    width: 100%;
    position: absolute;
}
.navSupport h3 {
    display: block;
    font-family: 'Montserrat Regular 300', sans-serif;
	font-family: 'Montserrat', sans-serif !important;
    color: #080d1d;
    text-align: center;
    font-size: 1.6em;
    margin-top: 0;
    padding-top: 10px;
    margin-left: -13px;
	font-weight:300;
}
.navSupport ol {
    margin: 0 0 10px 0;
}
.navSupport li {
    margin: 0;
}
.navSupport li a {
    color: #ffffff;
    padding: 0 10px 0 18px !important;
    margin: 0;
    background: none !important;
}
.roles-view_group-objects .btn {
    min-width: auto;
    margin-left: 0;
}
.k-grid td input, .k-grid td select{
	margin-bottom: 0;
}

div.panel-buttons, div.large-action-buttons {
    padding-top:20px;
}
.tick-box {
    cursor: pointer;
}
i.tick-box, .k-grid i.tick-box {
    color: #CCCCCC;
}
.k-grid i.tick-box.tick-box-ticked,
.tick-box.tick-box-ticked {
    color: #080d1d !important;
}

table.generated-table tr th+th {
    border-left: 1px solid #ffffff;
}

.df_form_table {
    margin: 0;
	border: 0;
}
.df_form_table tr.fields {
    background: #9c9ea4;
}

.df_form_table tr.actions {
    background: inherit;
}

.df_form {
    margin: 0 !important;
}

.df_form.df_oneCol .df_form_table {
   width: 50% !important;
}

.df_form.df_oneCol input[type=text],
.df_form.df_oneCol input[type=password],
.df_form.df_oneCol input[type=email],
.df_form.df_oneCol select  {
   /*width: 50% !important;*/
}

.df_form_table td {
    width: 50%;
    padding-bottom: 20px;
    vertical-align: top !important;
}

.df_form_table .controls {
    width: 100%;
}

.df_form_table .form-field + .form-field, .df_form_table .control-group + .control-group {
	margin-top: 0;
}

.form-field input[type=text], .control-group input[type=text], .form-field input[type=password], .control-group input[type=password], .form-field input[type=email], .control-group input[type=email], .form-field select, .control-group select, .form-field input[type=number], .control-group input[type=number], .form-field input[type=datetime], .control-group input[type=datetime] {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.df_form_table .control-group textarea {
    box-sizing: border-box;
    width: 100%;
}

.df_form_table .control-group label, .df_form_table .control-group .control-label {
    height: 19px;
}
.df_form_table .control-group .controls {
	height: 40px;
}
.df_form_table tr.actions > td {
    padding-left: 0;
	padding-top: 0;
}

.df_form_table i.df_form_checkbox {
    color: #808284;
	font-size: 40px;
}

.df_form_table .control-group.df_form_textarea .controls {
	height: auto;
}
.df_form legend {
	margin-bottom:0;
}
.df_form legend + .control-group {
	margin-top:0;
}

.df_form_table .control-group .controls .k-datepicker, .df_form_table .control-group .controls .k-datetimepicker, .df_form_table .control-group .controls .k-timepicker  {
	padding: 0;
	max-height: 40px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}
.df_form_table .control-group .controls .k-datepicker span.k-picker-wrap, .df_form_table .control-group .controls .k-datetimepicker span.k-picker-wrap, .df_form_table .control-group .controls .k-timepicker span.k-picker-wrap {
	border: 0;
}
.df_form_table .control-group .controls .k-datepicker span.k-select, .df_form_table .control-group .controls .k-datetimepicker span.k-select, .df_form_table .control-group .controls .k-timepicker span.k-select{
	line-height: 40px;
}

.btn-primary {
    min-width: 150px;
    color: #080d1d;
}
.btn {
	background: #080d1d;
    border-radius: 0;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 150px;
	line-height: 2em;
	font-weight: 500;
	color: #ffffff;
}
button:focus, .btn:focus {
  outline: none !important;
}
a.btn, a.btn-primary {
	min-width: 122px;
}
/* filter options */
.k-filter-menu.k-popup .k-button.k-primary {
    margin-right: 0;
}
.k-filter-menu .k-autocomplete, .k-filter-menu .k-combobox, .k-filter-menu .k-datepicker, .k-filter-menu .k-datetimepicker, .k-filter-menu .k-dropdown, .k-filter-menu .k-numerictextbox, .k-filter-menu .k-textbox, .k-filter-menu .k-timepicker {
    width: 100% !important;
    min-width: 13em;
}
.k-multiselect-wrap li.k-button span.k-i-close {
	height: 22px !important;
}
.k-chart-tooltip {
	background-image: none !important;
	background-color: #393d4a !important;
}
#panel-module_notes-content > pre {
	margin-bottom: 0;
}
#generated_table-\$_COOKIE_data-surround > table{
	margin-bottom: 0;
}
.ui-dialog-content form {
	margin-bottom: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	padding-top: 20px !important;
}

.ui-dialog.ui-widget-content.success-dialog {
    border: 3px solid #080d1d;
}

.ui-dialog.success-dialog .ui-dialog-titlebar {
    background-color: #080d1d;
}

.ui-dialog.success-dialog p {
    color: #080d1d;
}

div#modal-overlay .inner.success-message {
   color: #080d1d;
   border: 0;
   font-size: 70px;
   background: none;
}
div#modal-overlay .inner {
	padding: 25px 100px
}

.selectAllInfo {
    display: none;
    background-color: #eee;
    padding:10px;
}
.selectAllInfo p {
    display: none;
    margin: 0;
}
.selectAllInfo a {
    cursor: pointer;
}

.ui-dialog-content .k-widget.k-combobox input.k-input {
    height: 2em;
    padding: 0;
    font-size: 16px;
}

.sso-page h1, .sso-page p, .sso-page a {
	font-size: 16px;
}
.sso-page a:hover {
    text-decoration: underline;
    outline: 0;
}
.sso-page a:active {
    outline: 0;
}
.sso-page a {
	text-decoration: none;
}
i.df_form_checkbox.tick-box-ticked:before {
	content: "\f14a" !important;
}

.k-pager-numbers .k-selected {
	z-index:inherit !important;
}

/* 2022 */

nav, nav.desktop div#navBackg, nav.mobile div#navBackg, nav.desktop div.inner, nav.mobile div.inner, div#navTree.accordion li > a, .navSupport li > a, .navSupport {
	background: #080d1d !important;
}

div#navTree.accordion > ul > li > a:hover, div#navTree.accordion > ul > li:target > a, div#navTree.accordion > ul > li.active > a {
    background: #9c9ea4 !important;
    color: #080d1d !important;
}

div#navTree.accordion li > ul > li a, div#navTree.accordion li > ul > li > ul > li a, div#navTree.accordion li > ul > li > ul > li > ul > li a {
    color: #ffffff;
    background: #a9a9a9 !important;
    border-bottom: 1px solid #c9c9c9;
}

div#navTree.accordion ul > li.active > a:before {
    filter: invert(100%) !important;
}

div#navTree.accordion ul > li > a:hover::before {
    filter: invert(100%) !important;
}

div#navTree.accordion ul > li > ul > li > a:hover, div#navTree.accordion ul > li > ul > li:target > a, div#navTree.accordion ul > li > ul > li.active > a {
    color: #ffffff;
    background: #393d4a !important;
}

div a.module-dashboard-button {
	background: #080d1d !important;
}

nav div#nav-collapser {
    background: #393d4a;
	border-left: 1px solid #ffffff;
}

nav div#nav-collapser:hover {
    background: #9c9ea4;
}

div#navTree.accordion > ul > li {
    border-top: 1px solid #4d4f51;
}

div.navSupport > ol > li {
    border-top: 1px solid #4d4f51 !important;
}
/*

input.primary-action {
    width: 400px !important;
	height: 45px;
    background: #085ae0 !important;
    color: #ffffff !important;
    font-weight: 500;
	border-color: #085ae0;
	text-transform: uppercase;
	letter-spacing: 2px;

}

input.primary-action {
    background-color: #085ae0;
    border: 0px solid #085ae0;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    display: inline-block;
    font-weight: 500;
    overflow: hidden;
    padding: 17px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 1;
    min-width: 204px;
    letter-spacing: 2px;
}

input.primary-action:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: 0;
    background-color: #085ae0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

input.primary-action:before {
    background-color: #3373e8;
    color: #085ae0;
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: 0;
    background-color: #085ae0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	background-color: rgba(255,255,255,.4);
}

input.primary-action:hover {
    background: #3373e8 !important;
    color: #ffffff !important;
}

input.primary-action:hover:before,
input.primary-action:focus:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: -1;
}

input.primary-action:before {
    background-color: rgba(255,255,255,.4);
}
*/
.category-action-cell .btn:hover {
    color: #ffffff;
    background-color: #080d1d;
	background-color: #9c9ea4;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #080d1d;
	background-color: #9c9ea4;
}

.input-append .add-on, .input-prepend .add-on {
    text-shadow: 0 1px 0 #ffffff;
    background-color: #080d1d;
    border: 1px solid #ccc;
}

.input-append .add-on:hover, .input-prepend .add-on:hover {
    text-shadow: 0 1px 0 #ffffff;
    background-color: #393d4a;
    border: 1px solid #ccc;
}

.k-default > .k-select {
    color: #ffffff;
	background: #9c9ea4;
}

.k-dropdown-wrap .k-select {
	background: transparent;
}

.k-link-date {
	line-height: 1.6em;
}

.k-calendar-th {
	background: #080d1d;
	color: #ffffff;
}

.k-calendar .k-focused a, .k-calendar .k-focused.k-selected a {
    color: #ffffff !important;
}

.df_form_table .control-group .controls .k-datepicker span.k-select, .df_form_table .control-group .controls .k-datetimepicker span.k-select, .df_form_table .control-group .controls .k-timepicker span.k-select {
    background: #080d1d !important;
	color: #ffffff !important;
}

.df_form_table .control-group .controls .k-datepicker, .df_form_table .control-group .controls .k-datetimepicker, .df_form_table .control-group .controls .k-timepicker {
    background:  #080d1d !important;
	color: #ffffff !important;
}

button.toggleEditorView {
    color: #ffffff;
}

.jm_main thead th {
	padding-left: 10px;
}


.excelExportBtn {
    width: 16px !important;
    min-width: 16px;
}

div#navTree.accordion > ul > li:last-child {
    border-bottom: 1px solid #4d4f51;
}

button.primary-action.cc_search_catselect-btn:hover {
	background: #393d4a !important;
}

.df_form_table tr.fields .k-dropdown-wrap.k-default {
    background: #080d1d;
	color: #ffffff;
}

.df_form_table tr.fields .k-dropdown-wrap.k-default:hover {
    background: #393d4a !important;
	color: #ffffff;
}

#form-dsdetails .k-dropdown-wrap.k-default .k-select {
	background: #080d1d !important;;
	color: #ffffff;
}

#form-dsdetails .k-dropdown-wrap.k-default .k-hover > .k-select {
	background: #393d4a  !important;
	color: #ffffff;
}

#form-dsdetails .k-dropdown-wrap .k-default > .k-select {
	height: inherit;
}

#form-dsdetails span.k-combobox span.k-dropdown-wrap .k-default > .k-select {
	height: inherit;
}

#form-dsdetails .k-dropdown-wrap.k-default .k-select {
	height: 40px;
}

#form-dsdetails .k-dropdown-wrap.k-default .k-select .k-i-arrow-60-down {
	vertical-align: bottom;
}

.create-sms #broadcastcomms_editor .k-editor-toolbar {
	display: none;
}

.create-tweet #broadcastcomms_editor .k-editor-toolbar {
	display: none;
}

.df_form_checkbox_disabled {
	opacity: .5;
	cursor: not-allowed !important ;
}

select {
	font-weight: 500;
}

#foundationBtn {
	display: none !important;
}

div.k-grid tr td {
    word-break: break-all;
	overflow-wrap: anywhere;
}
div.k-grid .k-auto-scrollable .k-hierarchy-col  , div.k-grid .k-auto-scrollable  .k-hierarchy-cell {
	max-width: 2em !important;
}

.grid_date_field {
	white-space: nowrap;
}

a.grid_pin_col {
    display: inline-block;
    width: 25px;
}

.k-grid tr td.k-grid-content-sticky {
	background: white;
}
.k-grid tr.k-alt td.k-grid-content-sticky {
	background: #ebeced;
}
.k-grid tr:hover > td.k-grid-content-sticky {
    background: #f5f5f5 !important;
}

.k-grid .k-grid-content-sticky, .k-grid .k-grid-footer-sticky,
.k-grid .k-grid-header .k-filter-row .k-grid-header-sticky,
.k-grid .k-grid-header .k-header.k-grid-header-sticky {
	z-index: 1 !important;
}