/* V9 Updates */
.k-toolbar {
    border-color: #fff;
    background-color: #fff;
}

.k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link {
    color: #1C3458;
}

.aw-fieldset {
    border: 1px solid silver;
}

.aw-form {
    border: 1px solid silver;
}

.k-input-inner {
    background: #fff;
}

.k-tabstrip-items .k-link {
    color: #1C3458;
}

.k-listview {
    border-color: #fff
}

.k-switch-md .k-switch-track {
    width: 48px;
    height: 26px;
}

.k-switch-on .k-switch-track {
    border-color: #58bc82;
    background-color: #58bc82;
}

.k-switch-on .k-switch-thumb {
    background-color: silver;
}

.aw-link.k-button.aw-link-no-text {
    border: 0;
}

.aw-panel-header.k-selected, .aw-panel-header-placeholder.k-selected {
    background-color: #1C3458;
}

.k-panelbar > .k-item > .k-link.k-selected, .k-panelbar > .k-panelbar-header > .k-link.k-selected {
    color: #ffffff;
    background-color: #009ddc;
}

.k-tabstrip-items-wrapper .k-item {
    color: #1C3458;
}

.k-menu-group-md .k-menu-link {
    padding-block: 0.55rem;
}

.aw-tab-section {
    padding-top: 1px;
}

.rnr-panelheader {
    font-size: 1.5em !important;
    color: #1C3458;
    font-weight: bold;
    margin-bottom: 0.1em !important;
    padding-top: 14px;
    padding-bottom: 12px;
}

/* rb used to make ops toolgrids clean and white */
.mingrid .k-toolbar {
    background-color: #fff;
    box-shadow: none;
    border-color: #fff;
    padding: 0px;
}
/* rb used to make topbar on app white */
.whitebar2 {
    background-color: #fff !important;
    border-color: #fff;
    box-shadow: none;
}
/* rb used to make queries clean and white */
.mingrid tr td {border-width:0 0 0px 0;}
.mingrid .k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grid-header .k-nav-current.k-state-hover .k-link, .k-grouping-header .k-link {font-weight:bold;}
.mingrid .k-filter-row th, .k-grid-header th.k-header {border-width: 0 0 0 0;}
.k-pager-wrap {background-color:#fff;}
.k-pager-wrap .k-pager-refresh {background:#fff;}
/* rb used to make drop down menu seperator nice*/

.menuseperator .k-button {
color:#FF000;
}

/*8.3 fixes*/
#BAS_FRAME_left_wr .k-panelbar .k-link{
padding: 8px !important;
}

.fa.k-sprite, .fas.k-sprite, .far.k-sprite, .fal.k-sprite, .fa.k-sprite::before, .far.k-sprite::before, .fal.k-sprite::before, .fas.k-sprite::before{
width: 19px !important;
}


/*Hides the spinners on number filters on top of queries*/
div.k-grid-header .k-numerictextbox .k-select{
display: none;
}
div.k-grid-header .k-numeric-wrap {
padding-right: 2px;
}
div.k-grid-header span.k-operator-hidden{
padding-right: 0px;
}


/*Form Wizard*/
.bs-wizard {margin-top: 1px; width:950px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 0 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #636363; font-size: 1.2em; margin-bottom: 7px; font-family:Arial;}

.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 0.9em; font-family:Arial;}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #7ec3a5; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #4da57f; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 

.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #7ec3a5;}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}


.bs-wizard > .bs-wizard-step.next > .progress > .progress-bar {width:50%;}

.bs-wizard > .bs-wizard-step:first-child.next > .progress > .progress-bar {width:0%;}

.bs-wizard > .bs-wizard-step:last-child.next > .progress > .progress-bar {width: 100%;}



.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}


.bs-wizard > .bs-wizard-step.next > .bs-wizard-dot {background-color: #f5f5f5;}

.bs-wizard > .bs-wizard-step.next > .bs-wizard-dot:after {opacity: 0;}


.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}

.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/



/* font-awesome icon colours */
.fzm-blue {
    color: #0279ba !important;
    font-weight:bold !important;
}
.fzm-red {
    color: #b90000 !important;
    font-weight:bold !important;
}
.fzm-orange {
    color: #f6af5a !important;
    font-weight:bold !important;
}
.fzm-green {
    color: #4da57f !important;
    font-weight:bold !important;
}
.fzm-grey {
    color: #636363 !important;
    font-weight:bold !important;
}
.fzm-aqua-d {
    color: #3BAFDA !important;
    font-weight:bold !important;
}
.fzm-aqua-l {
    color: #4FC1E9 !important;
    font-weight:bold !important;
}
.fzm-grape-d {
    color: #DA4453 !important;
    font-weight:bold !important;
}
.fzm-grape-l {
    color: #ED5565 !important;
    font-weight:bold !important;
}
.fzm-bitter-d {
    color: #E9573F !important;
    font-weight:bold !important;
}
.fzm-bitter-l {
    color: #FC6E51 !important;
    font-weight:bold !important;
}
.fzm-light {
    color: #F8F8F8 !important;
    font-weight:bold !important;
    font-size:1.5em !important;

}

/* font-awesome icon colours for query column displays (not buttons) */
.fzm-blue-query {
    color: #0279ba !important;
    padding-right:6px;
    font-size:0.8em !important;
}
.fzm-red-query {
    color: #b90000 !important;
    padding-right:6px;
    font-size:0.8em !important;
}
.fzm-orange-query {
    color: #f6af5a !important;
    padding-right:6px;
    font-size:0.8em !important;
}
.fzm-green-query {
    color: #4da57f !important;
    padding-right:6px;
    font-size:0.8em !important;
}
.fzm-grey-query {
    color: #636363 !important;
    padding-right:6px;
    font-size:0.8em !important;
}
/* font-awesome icon colours */
.fzm-darkorange {
    color: #FF9A4C !important;
    font-weight:bold !important;
}

.aw-form-body {
    background-color: #fff !important;
}

/*.k-splitter .k-scrollable { <<<<< RB REMOVED FOR MZM SEE IF OK
    background-color: #fff !important;
}*/

/* pic upload - hides file directory */
.k-breadcrumbs {display:none !important;}

/* commhistory - hides x */
div.k-window-titlebar k-header {display:none !important;}

.aw-fieldset-legend {
    font-size: 1.5em !important;
    color: #1C3458;
    font-weight: bold;
    margin-bottom: 0.1em !important;
}
.aw-panel-header {
    font-size: 14px;
    font-weight: 700;
  }

label {
    font-weight: normal;
    color: #404040;
}
.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox>input, .k-multiselect-wrap {
    color: #000;
}
.k-panelbar>li.k-state-default>.k-link {
    font-size: 1.0em;
    font-weight: 600;
}
.k-tabstrip-items .k-state-default .k-link, .k-panelbar>li.k-state-default>.k-link {
    font-weight: 600;
}
.k-tabstrip .k-content.k-state-active {
    background-color: #fff;
}

.aw-form-buttons {
    background-color: #DFEAF2;
}

.k-toolbar .k-align-right {
    margin-bottom: 5px;
}
.k-panel>.k-item>.k-link {
    font-size: 1em;
    line-height: 2.5;
}
.k-grid-header {
    padding-right: 17px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    zoom: 1;
    border-right-style: solid;
    border-right-width: 1px;
}
.amcharts-export-menu-top-right {
  top: 10px;
  right: 0;	
}
.qfilter label {
    font-weight: normal;
    color: #fff;
    padding-left:20px;
}
.timelinefilter {
    font-weight: normal;
    background-color: #F5F5F5;
}
.timelinefilter label {
    font-weight: normal;
    color: #fff;
    padding-left:20px;
}


.k-grid-header a.k-header-column-menu.k-state-active
{
    background-color: green !important;
}
.qdiffcolours .k-alt {
    background-color: #dcdcdc;
}
.one, .two, .three{
    position:absolute;
	margin-top:-10px;
	z-index:1;
	height:40px;
	width:40px;
	border-radius:25px;
	
}
.one{
	left:25%;
}
.two{
	left:50%;
}
.three{
	left:75%;
}
.primary-color{
	background-color:#4989bd;
}
.success-color{
	background-color:#5cb85c;
}
.danger-color{
	background-color:#d9534f;
}
.warning-color{
	background-color:#f0ad4e;
}
.info-color{
	background-color:#5bc0de;
}
.no-color{
	background-color:inherit;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fzmcontainer {
margin-right: auto;
margin-left: auto;
padding-left: 5px;
padding-right: 15px;
max-width: 960px;
box-sizing: content-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fzmcontainer:before,
.fzmcontainer:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.fzmcontainer:after {
clear: both;
}
.fzmgrid{
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
float:left;
}
.fzmrow {
margin-left: -15px;
margin-right: -15px;
}
.fzmrow:before,
.fzmrow:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.fzmrow:after {
clear: both;
}
@media screen and (min-width:993px){
    .fzmcontainer {
    width: 964px;
    }
    .fzmgrid{
    width: 30.3%;
    }
}
@media screen and (min-width:801px) and (max-width:992px){
    .fzmcontainer {
    width: 800px;
    }
    .fzmgrid{
    width: 30.3%;
    }
}
@media screen and (min-width:481px) and (max-width:800px){
    .fzmcontainer {
    width: 440px;
    }
    .fzmgrid {
      width: 100%;
    }
}
@media screen and (max-width:480px){
    .fzmcontainer {
    width: 300px;
    }
    .fzmgrid {
      width: 100%;
    }
}
@media screen and (max-width:350px){
    .fzmcontainer {
        width: 300px;
    }
    .fzmgrid {
      width: 100%;
    }
}
.fzmcontent{
    border:1px solid #DFEAF2;
    margin-top:15px;
    padding-top:10px;
    height:180px;
    text-align: center;
    border-radius:8px;
    font-family:Arial;
    font-weight:bold;
    color: #636363;
}


.k-breadcrumbs {display:none !important;}

.aw-panel-header {
    font-size: 14px;
    font-weight: 700;
  }
label {
    font-weight: normal;
    color: #404040;
}
.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox>input, .k-multiselect-wrap {
    color: #000;
}
.k-panelbar>li.k-state-default>.k-link {
    font-size: 1.0em;
    font-weight: 600;
}

.aw-form-body {
    background-color: #fff;
}
.k-tabstrip-items .k-state-default .k-link, .k-panelbar>li.k-state-default>.k-link {
    font-weight: 600;
}
.aw-form-buttons {
    background-color: #DFEAF2;
}

.k-toolbar .k-align-right {
    margin-bottom: 5px;
}
.k-panel>.k-item>.k-link {
    font-size: 1em;
    line-height: 2.5;
}
.k-grid-header {
    padding-right: 17px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    zoom: 1;
    border-right-style: solid;
    border-right-width: 1px;
}
.k-grid-header a.k-header-column-menu.k-state-active
{
    background-color: #60BD68 !important;
}
.qfilter label {
    font-weight: normal;
    color: #fff;
    padding-left:20px;
}
.redcaption .k-state-selected {
    background-color: #D9534F;
}
.yellowcaption .k-state-selected {
    background-color: #f4b54e;
}
.greencaption .k-state-selected {
    background-color: #A0B85C;
}


