:root {
  --ryvett-light-grey: #fafafa;
  --ryvett-bright-white: #ffffff;
  --ryvett-dark-grey: /**/#cdcdcd;
  --ryvett-grey-blue: #411354;
  --ryvett-dark-blue: #8d7199; /* #67a5d0; */
  --ryvett-light-grey-blue-highlighter: #A29AA5;
  --ryvett-header-spacer: 40px;
}

body{
  min-height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #ffffff;  /*#c8d2d8 #adbdc9;*/
  display: flex;
  flex-direction: column;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

.webix_view, .webix_el_label, .webix_control button, .webix_control input, .webix_control textarea,
.webix_el_richselect .webix_inp_static, .webix_inp_label, .webix_ss_filter select,
.webix_el_select select, .webix_view .webix_pager_item{
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

/***********************
 * Header
 **********************/
.qog_header{
  height: 100px;
  padding: 3px 5px 0px 5px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  color: #411354;
  color: var(--ryvett-grey-blue);
  font-size: 2em;
  border-bottom-color: #411354;
  border-bottom: 2px solid var(--ryvett-grey-blue);
}

.qog_progress_label{
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.qog_logo{
  height: 100px;
  float: left;
}

.qog_menu{
    font-style: oblique;
    flex: 1 0 auto;
    margin-top: auto;
    margin-left: 80px;
}
.qog_menu a + a:before{
    content: "\22EE  ";
}
.qog_menu a{
  text-decoration: none;
  color: inherit;
}
.qog_menu a.qog_page_selection{
  color: #411354;
  color: var(--ryvett-grey-blue);
  /*text-decoration: underline;*/
  border-bottom-color: #411354;
  border-bottom: 1px solid var(--ryvett-grey-blue);
  padding-bottom: 0.1px;
  border-bottom-width: 5px;
}
.qog_menu a:not(.qog_page_selection):hover{
  color: #8d7199;
  color: var(--ryvett-dark-blue);
}

.qog_product_name{
  color: #411354;
  color: var(--ryvett-grey-blue);
  margin-top: auto;
  margin-left: 20px;
  position: relative;
  bottom: -0.2em;
  /* margin-right: 14px; */
  /* flex: 0 0 auto; */
}

.qog_logout{
  /* top: 0; */
  /* margin: 0; */
  margin-top: auto;
  flex: 0 0 auto;
  position: relative;
  bottom: -0.2em;
}

.qog_user_label{
  color: #411354;
  color: var(--ryvett-grey-blue);
}

.qog_user_icon .webix_icon_btn{
    color: #411354;
	color: var(--ryvett-grey-blue);
}
.qog_user_icon .webix_img_btn:hover{
    background-color: #8d7199;
	background-color: var(--ryvett-dark-blue);
	/*transparent;*/
}
.qog_user_icon .webix_el_box{
	padding: 0;
}

.qog_user_controls{
  background-color: #fafafa;
  background-color: var(--ryvett-light-grey) !important;
    box-shadow: 1px 1px 1px 1px lightgrey;
    border-radius: 10px;
}
.qog_user_controls:hover{
	background-color: transparent;
}
.qog_user_controls .webix_img_btn:hover{
  background-color: #f5f5f5;
  /* background-color: var(--ryvett-dark-blue); */
  /*var(--ryvett-dark-grey);*/
}


/***********************
 * Footer
 **********************/
.qog_footer{
  flex: 0 0 auto;
  margin-top: auto;
  font-size: 0.75em;
  display: flex;
  flex-direction: row;
  /* color: #411354; */
  color: #a8518a;
  padding: 3px 5px 0px 5px;
}
.qog_footer .qog_copyright{
  margin-left: auto;
}

.qog_version{
  margin-top: auto;
}


/***********************
 * Body
 **********************/
.qog_body{
  /* border-radius: 200px/100px 0px 0px 0px; */
  /*background-image: url("/static/imgs/qognit_grey_back_onlyQ.png"); */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 600px;
  min-height: 600px;
  background-color: #ffffff;
  background-color: var(--ryvett-bright-white);
  padding-top: 1px;
  flex: 1 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/***********************
 * Webix
 **********************/
.webix_view{
    background-color: transparent;
}
.webix_view .webix_form{
    background-color: transparent;
}
.webix_window{
  background-color: #fafafa;
  background-color: var(--ryvett-light-grey);
}
.webix_list_item{
	border-bottom: none;
}
.webix_list_item.webix_selected{
	color: white;
    background: #8d7199;
	background: var(--ryvett-dark-blue);
}

#qog_content{
  flex: 1 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* padding-top: 5px; */
}

.qog_three_container{
  flex: 1 0 auto;
  display: flex;
}

.qog_side_menu{
  border-width: 1px;
}

.qog_tree{
  border-width: 0px !important;
}

#qog_tree{
  float: left;
  margin-top: 0px;
  margin-left: 5px;
  border-collapse: collapse;
  /* margin-right: 100px; */
   /*border: 0 !important; /*overriding element.style*/ */
}

#qog_tree  > .webix_layout_line{
    background-color: white;
    /* margin-top: 40px; */
    box-shadow: 1px 1px 1px 1px lightgrey;
    /* border-radius: 10px; */
}

/* #qog_detail .webix_view:first-child{ */
/*     background-color: white; */
/*     margin-top: 20px; */
/*     box-shadow: 1px 1px 1px 1px lightgrey; */
/*     border-radius: 10px; */
/* } */

#qog_detail{
  flex: 1 0 auto;
  /* padding-left: 20px; */
}

.qog_button *{
  text-align: center !important;
}

.qog_transparent_button button.webixtype_base,
.qog_button_small button.webixtype_base,
.qog_button_small span.webix_icon{
  font-size: 0.75em;

}

.qog_button_large button.webixtype_base,
.qog_button_large span.webix_icon{
  font-size: 1.75em;

}


.qog_button_small button.webixtype_base,
.qog_button_large button.webixtype_base,
.qog_button  button.webixtype_base,
.qog_button   button.webix_img_btn,
.qog_button button.webixtype_form,
/*.qog_button   span.webix_icon_btn,*/
.webix_popup_button > div{
  background: #411354 !important;
  background: var(--ryvett-grey-blue) !important;
  background-color: #411354 !important;
  background-color: var(--ryvett-grey-blue) !important;
  border-color: #fff !important;
  color: #fff;
}


.qog_transparent_button   span.webix_icon_btn,
.qog_button   span.webix_icon_btn{
  background-color: transparent !important;
  color: #fff;
}

.qog_transparent_button button:hover,
.qog_button_large button:hover,
.qog_button_small button:hover,
.qog_button   span:hover,
.qog_button button:hover,
.qog_transparent_button button:focus,
.qog_button_large button:focus,
.qog_button_small button:focus,
.qog_button   span:focus,
.qog_button button:focus{
  background-color: #8d7199 !important;
  background-color: var(--ryvett-dark-blue) !important;
  border-color: #8d7199 !important;
  border-color: var(--ryvett-dark-blue) !important;
}

.qog_page_selection.webix_list_item,
.qog_page_selection.webix_list_item:hover
{
  background-color: #cdcdcd;
  background-color: var(--ryvett-dark-grey);
}

/*.qog_plate  div[role="gridcell"]{
  margin: 2px;
  border-radius: 5px;
}

.qog_plate td{

  background: #ddd;
  border: 0;

}

.webix_view[view_id="qog_edit_plot"] .webix_overlay,
#qog_content .webix_overlay,
.qog_plate .webix_overlay{
  background: rgba(84,52,80,0.3);
  line-height: 250px;
  font-size: 2em;
  color: #fff;
}

.qog_plate div.webix_cell_select{
  background: #a4b4bf;
  background: var(--ryvett-dark-blue);
}*/

.qog_directional_button, .qog_directional_button .webix_el_arrow,
.qog_directional_button .webix_el_arrow:hover
{
  background: #411354 !important;
  background: var(--ryvett-grey-blue) !important;
}

.qog_banner_toolbar.webix_toolbar{
  background: #411354;
  background: var(--ryvett-grey-blue);
}

.qog_toolbar.webix_view{
  border: 0 ;
  background-color: transparent;
}

.webix_window .qog_toolbar.webix_view{
  border: 0 ;
  background-color: #411354;
  background-color: var(--ryvett-grey-blue);
  color: #fff;
  /* color: var(--ryvett-grey-blue); */
}

.webix_win_body .webix_overlay,
.webix_view[view_id="qog_edit_plot"] .webix_overlay,
#qog_content .webix_overlay{
  background: rgba(84,52,80,0.3);
  line-height: 250px;
  font-size: 2em;
  color: #fff;
}

.qog_tabbar .webix_item_tab {
  background: #ffffff;
  background: var(--ryvett-bright-white);
  color: #411354;
  color:var(--ryvett-grey-blue);
  border-color: #411354;
  border-color: var(--ryvett-grey-blue);
}
.qog_tabbar .webix_selected,
.qog_tabbar .webix_after_all_tabs{
  background: #411354;
  background: var(--ryvett-grey-blue);
  border-color: #411354;
  border-color: var(--ryvett-grey-blue);
  color: #ffffff;
  color: var(--ryvett-bright-white);
}
.qog_tabbar .webix_item_tab:hover{
  background: #8d7199;
  background: var(--ryvett-dark-blue);
  border-color: #8d7199;
  border-color: var(--ryvett-dark-blue);
}

/*.qog_plate > div{
  border: 0 ;
  background: #ddd;

}

.qog_plate div[role="columnheader"]{
  text-align: center;
}

.qog_plate_label  div.webix_cell{
  border: 0;
  background: #ddd;
  text-align: center;
}

.qog_plate{
  border-radius: 5px;
  margin-top: 2px;
  border: 0;
  background-color: #FFFDF9;
}


.qog_plate tr[section="header"] > .webix_first {

    border-top: 30px solid #FFF;
    border-right: 70px solid transparent;
    width: 0;
}*/

.qog_counter .webix_inp_counter_next,
.qog_counter .webix_inp_counter_prev{
  background: #411354;
  background: var(--ryvett-grey-blue);
  border-color: #411354;
  border-color: var(--ryvett-grey-blue);
}

.qog_scroll{
  border: 0;
  background-color: #FFFDF9;
}

.qog_select  span.webix_input_icon{
  /* background-color: #fff; */
  /* border-color: grey; */
  background-color: inherit;
  color: grey;
}

.qog_pager button.webix_pager_item{
  background: #411354;
  background: var(--ryvett-grey-blue);
  border-color: #411354;
  border-color: var(--ryvett-grey-blue);
}

.qog_pager button.webix_pager_item_selected,
.qog_pager button.webix_pager_item_selected:hover{
  background: #8d7199;
  background: var(--ryvett-dark-blue);
  border-color: #8d7199;
  border-color: var(--ryvett-dark-blue);
}

.qog_metrics_table div{
  border-collapse: collapse;
}

.qog_metrics_table div[role="columnheader"]{
    background-color: lightgrey;
    /* border: 1px solid black; */
    border-collapse: collapse;
    /* color: #fff; */
}

.qog_metrics_table div.webix_ss_header{
  /* border-width: 0px 1px 0px 0px; */
  /* border-color: grey; */
  border: none;
  background: lightgrey;
  /* border-collapse: collapse; */
}

.qog_metrics_table .webix_ss_header td{
  border-color: grey;
  background-color: lightgrey;
  /* border: none; */
  border-collapse: collapse;
}

.qog_resize_header_table .webix_hcell,
.qog_resize_table .webix_hcell,
.qog_resize_table div.webix_cell{
  border-right: 1px solid lightgrey;
}

.qog_resize_table .webix_hcell{
  border-top: 1px solid lightgrey;
}



.qog_resize_table .webix_ss_header td{
  border-color: grey;
  border-collapse: collapse;
}

.qog_resize_table div.webix_row_select,
.qog_table div.webix_row_select,
.qog_search_table div.webix_row_select{
  background-color: #8d7199;
  background-color: var(--ryvett-dark-blue);
}

.qog_resize_table div.webix_ss_vscroll_header,
.qog_table div.webix_ss_vscroll_header{
  border-width: 0px 1px 0px 0px;
  border-color: grey;
  border-left: 1px solid #fff;
  border-bottom: 1px solid grey;
  background: #ffffff;
}

.qog_resize_table div.webix_ss_vscroll_header{
  border-top: 1px solid lightgrey;

}

.qog_table .webix_ss_header td{
  border-width: 0px 0px 1px 0px;
  border-color: grey;
}

.qog_table div.webix_cell{
  border-width: 0px 0px 1px 0px;
  /* border: 0px; */
}

div.qog_table{
  border: 1px solid lightgrey;
}

.qog_resize_table div[role="columnheader"],
.qog_table div[role="columnheader"]{
  background-color: #fff;
  color: black;
}

.qog_table .webix_overlay{
  background: rgba(84,52,80,0.3);
  line-height: 250px;
  font-size: 2em;
  color: #fff;
}


/* .qog_tree, */
/* .qog_tree .webix_tree_img */
/* { */
/*   background-color: transparent;; */
/* } */

.qog_tree .webix_tree_item.webix_selected,
.qog_tree .webix_tree_item.webix_selected span{
  background: #411354;
  background: var(--ryvett-grey-blue);
}

/*.qog_side_menu{
  background-color: #FEF3EC;
  padding: 2px;
}*/

.qog_label{
  font-weight: bold;
}

.qog_hidden_list{
  display: none !important;
}

.qog_button_overlay{
  color: #fff;

}

.qog_accordion .webix_accordionitem_label{
  text-align: center;
}

.qog_accordion button{
  width: 300px;
  margin-left: 40%;
  margin-right: 40%;
}

.qog_plate_menu a.webix_list_item:last-child{
  float: right;
  background: grey;
  border-radius: 5px;
}

.qog_plate_menu .webix_menu-x a.webix_list_item:last-child{
  border-radius: 5px !important;
}

.qog_tree_menu.webix_view{
  background: #411354;
  background: var(--ryvett-grey-blue);
  border: 0;
  width: 100%;
}


.qog_tree_menu.webix_view .webix_img_btn:hover{
  background: #cdcdcd;
  background: var(--ryvett-dark-grey);
}

.qog_toolbar_text{
  background: transparent;
  border: 0;
  color: #fff;
}

.webix_layout_toolbar.webix_toolbar.qog_toolbar_menu{
  background: #a9a9a9;
}

.qog_login_warning{
  text-align: center;
  color: red;
}


.qog_window .webix_img_btn{
  text-align: center;
}


.webix_popup_text{
  box-shadow: 0 3px #20B7AA inset;
}

.qog_green{
  background-color: green;
  color: #fff;
}

.qog_search_table div.qog_yellow{
  background-color: yellow;
  /*color: #fff;*/
}

.qog_red{
  background-color: red;
  color: #fff;
}

.qog_hidden_uploader{
  height: 0 !important; /* see if there's a better solution for this later*/
  width: 0 !important; /* webix doesn't seem to respect maxHeight property on resize */
}

.qog_icon_button button[aria-pressed="true"]{
  box-shadow: none !important;

}

.qog_transparent_button .webix_pressed,
.qog_icon_button .webix_pressed{
  background-color: #A29AA5;
  background-color: var(--ryvett-light-grey-blue-highlighter) !important;
  color: #fff !important;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.qog_icon_button button{
  border: 0 !important;
  background-color: transparent !important;
}

.qog_icon_button .webix_el_box:not(.webix_pressed) button,
.qog_icon_button .webix_el_box:not(.webix_pressed) span{
  color: #666 !important;
}

.qog_icon_button{
  border: 1px solid lightgrey !important;

}

.qog_link_wrap{
  white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

.qog_table .filter-disabled,
.qog_search_table .filter-disabled{
  background-color: lightgrey;
  cursor: not-allowed;
}

.qog_table .filter-partial,
.qog_search_table .filter-partial{
  background-color: #FCF7C4;
  cursor: not-allowed;
}

.filter-good{
  background-color: lightsteelblue;
}

.qog_contextmenu_item{
  cursor: pointer;
}
.qog_contextmenu_item:hover{
  background: #8d7199;
  background: var(--ryvett-dark-blue);
  color: white;
}

.qog_error_page{
  margin-left: 45%;
  margin-top: 20%;
}

.qog_error_page div{
  width: 250px;
  text-align: center;
}

.qog_search_table div.webix_ss_vscroll_header{
  border-width: 0px 1px 0px 0px;
  border-color: lightgrey;
}

.qog_search_table .webix_ss_header td{
  border-width: 0px 0px 1px 0px;
  border-color: lightgrey;
}

.qog_search_table div.webix_cell{
  border-width: 0px 0px 1px 0px;
  text-align: center;
  /* border: 0px; */
}

div.qog_search_table{
  border: 1px solid lightgrey;
}

.qog_search_table div,
.qog_search_table td{
  background-color: #fff;
  /* border-color: black; */
  /* border-collapse: collapse; */
  /* border-width: 0px 0px 1px 0px; */
}

.qog_search_table div[role="columnheader"]{
  background-color: #fff;
  color: black;
  text-align: center;
}

.qog_search_table .webix_overlay{
  background: rgba(84,52,80,0.3);
  line-height: 250px;
  font-size: 2em;
  color: #fff;
}

.results_header_text{
  padding-top: 20px;
  line-height: 11px !important;
}

.qog_results_options{
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}


div.webix_hcell.selected_curve_header{
  background-color: #A893B1;
}

.webix_progress_top,
.webix_progress_top .webix_progress_state{
  height: 20px !important;
}

.webix_progress_bottom .webix_progress_state,
.webix_progress_top .webix_progress_state{
  background: #866892;
  background-image: linear-gradient(135deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent);
  transition: width 3s;
  transition-property: width;
  transition-duration: 3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.fcs_workflow_item{
  width:220px;
  height:65px;
  font-size: 20px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  overflow:hidden;
}

.fcs_workflow_menu .fcs_workflow_item:not(.selected):not(.disabled):after{
  content: "";
  transform: scaleX(0);
  display: block;
  /* padding-top: 20px; */
  border-bottom: 5px solid #a4b4bf;
  border-bottom: 5px solid var(--ryvett-dark-blue);
  transition: transform 0.6s ease-in-out;;

}


.fcs_workflow_menu .fcs_workflow_item:not(.selected):not(.disabled):hover:after{
  /* width: 100%; */
  transform: scaleX(1);
}

.fcs_workflow_item.selected:after{
  content: "";
  display: block;
  border-bottom: 5px solid #1e6697;
  border-bottom: 5px solid var(--ryvett-grey-blue);
}

.fcs_workflow_item.disabled{
  cursor: not-allowed;
  background-color: lightgrey;
}

.webix_list-x .webix_list_item {
  border: 0 !important;
}

.fcs_workflow_menu .webix_list_item{
  padding: 0px !important;
}


div.fcs_workflow_menu div.webix_list_item{
  position: relative;
}

.webix_upload_client .fa-check{
  color: #ddd;
}

.modebar {
  z-index: 1001;
}

.qog_progress_bar .webix_progress_top{
  height: 400px;
}

.webix_slider_box .webix_slider_left {
  background-color: #411354;
  background-color: var(--ryvett-grey-blue);
}

.release_notes_row {
  margin: 0 auto;
  width: 800px;
  color:#666;
  margin-bottom:5px;
}

.release_card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
}

.release_card li{
  margin-bottom: 8px;
}

