.k-sprite {
	opacity: 0.7;
}

/* Want to have top toolbar icons to be like in Nova theme */
.k-button:not(.k-button-outline-primary), .k-menu-popup {
	border-color: #9da2a4;
	text-transform: uppercase;
}
.k-button:not(.k-button-outline-primary, .k-toggle-button), .k-menu-popup {
	color: #9da2a4;
}
.k-button.k-button-solid-primary {
	color:white;
}
.k-split-button .k-button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.k-split-button .k-button {
    border-radius: 0;
}
.k-textbox,.k-textarea {
    border-color: #cccccc;
}
.k-chip-outline-base.k-selected {
    background-color: #337ab7;
}
/* Kendo bug - Bootstrap theme doesn't display text on switches */
.k-switch-label-on, .k-switch-label-off {
    display: inline;
    text-transform: uppercase;
}
.k-switch-md .k-switch-label-on {
    left: 4px;
    color:white;
    font-size: 11px;
    font-family: "Helvetica, Arial, sans-serif";
}
.k-switch-md .k-switch-label-off {
    right: 6px;
    color: rgb(66,66,66);
    font-size: 11px;
    font-family: "Helvetica, Arial, sans-serif";
}
.aw-closable-tab:hover {
	color: white;
	background-color: #e0e0e0;
}
.aw-stepper-wizard {
    background-color: #f5f5f5;
}
.k-window .aw-stepper-wizard {
    background-color: white;
}
.aw-panel-borders-on {
    border: 1px solid #e3e3e3; 
}
.aw-fieldset {
 	border: 1px solid #afafaf;
}
.aw-trigger-button {
    border: 1px solid rgb(201,201,201);
}
.aw-trigger-button.aw-first {
	border-left: none;
}
.aw-html-box-wrapper .aw-trigger-button.aw-first {
    border-left: 1px solid rgb(201,201,201);
}
.aw-help-right {
	color: rgb(115,115,115);
}
.aw-vertical-toolbar {
	background-color: white;
}
.aw-business-space {
    color: #428bca;
}
.aw-custom-win-tool {
	color: black;
	opacity: 1.0 !important;
}
.aw-form-body {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
}
.aw-form {
  background-color: white;
  border: none;
}
.k-window .aw-form-body,.k-window .aw-form {
    border: none;
    background-color: white;
}
.aw-form-buttons {
    border-top: none; 
}
.aw-modern-tb-form {
    background-color: white;
    box-shadow: none;
    border-bottom: 2px solid rgb(239, 239, 239);
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 16px;
    padding-left: 0px;
    padding-right:0px;
}
.aw-modern-tb-query {
	background-color: white;
}
#BAS_FRAME_top_bar {
   background-color: white;
   border-bottom: 1px solid #ccc;
}
#aw_menu_top_bar {
    background-color: white;
}
.aw-modern-left-menu.k-panelbar {
	background-color: white;
}
.aw-modern-left-menu .aw-panelbar-item, .aw-modern-left-menu .k-link.k-header {
    color: #333;
}
/*
.aw-form-body .k-textbox,.aw-form-body .k-picker-wrap,.aw-form-body .k-dropdown-wrap, .aw-form-body .k-numeric-wrap,.aw-form-body .k-input {
    background: rgb(245,245,245) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-color: rgba(0, 0, 0, 0.38) !important;
}
*/
.aw-modern-caption {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}
.k-primary.k-button {
    color: white;
}
.k-window-title {
    text-transform: uppercase;
    color: #428bca;
}
.aw-pvw-form-cell {
  border: none;
}
.k-input:focus-within {
  border-bottom: 2px solid #428bca !important;
  /*
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  */
  box-shadow: none !important;
}
.k-listview-content > .k-selected {
    border: 1px solid #428bca;
}
}ul.k-tabstrip-items li.k-active {
    border-top: 2px solid #428bca !important;
}
.aw-modern-left-menu .k-link.k-hover
{
	background-color: #428bca !important;
	color: white !important;
	font-weight: 600;
}
.aw-modern-left-menu .k-panelbar-item-text
{
	display: inline !important
}
.aw-fieldset-legend {
    border-bottom: 1px solid #afafaf !important;
    width: 100% !important;
    margin-bottom: 1em !important;
}
.aw-fieldset-icon {
	margin-right: 8px;
}
.aw-fieldset {
	border: none;
	padding-left: 0px;
}
.aw-fieldset-collapsed .aw-fieldset-icon {
	vertical-align: initial !important;
}
.aw-panel-header.k-selected,.aw-panel-header-placeholder.k-selected {
	background-color: #337ab7;
	color: white;
}
a.aw_custom_form_button
{
	color: #337ab7 !important;
}
