/*
 * All our custom variables should have a "wcr-" prefix! 
 *
 * Please adhere to it or be prepared to face my wrath!
 * 
 */
@import url('../../../wcr-static/weblibs/esko/style/1.0.1/css/icons.css');
.w {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Roboto", "Helvetica Neue", Helvetica, "hiragino kaku gothic pro", "ms pgothic", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: #334444;
  background-color: #fff;
  position: relative;
  min-height: 100%;
}
.w table {
  font-family: "Roboto", "Helvetica Neue", Helvetica, "hiragino kaku gothic pro", "ms pgothic", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: #334444;
}
.w {
  /*
 * All our custom variables should have a "wcr-" prefix! 
 *
 * Please adhere to it or be prepared to face my wrath!
 * 
 */
  /**
 * This file contains all less files to compute the css files, however, no variables are included. 
 * The variables are added in wcr.less. This file exists because the customization framework needs to be able to add custom less variables
 *
 */
  /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /* @import "input-groups.less";  replaced by our own flexbox implementation */
  /* WCR FlexBox implementation of Bootstrap input-groups */
  /* WCR FLEXBOX INPUT GROUP IMPLEMENTATION */
  /*!
 * jQuery UI Bootstrap v1.0 Alpha
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /*
 * jQuery UI Bootstrap v1.0 Alpha (Mixins)
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT.
 */
  /* Layout helpers
----------------------------------*/
  /* required comment for clearfix to work in Opera \*/
  /* end clearfix */
  /* Interaction Cues
----------------------------------*/
  /* Icons
----------------------------------*/
  /* states and images */
  /* Misc visuals
----------------------------------*/
  /* Overlays */
  /*
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI CSS Framework 1.10.3
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /* 
 * MODIFIED BY ESKO TO FIT IN OWN STYLING 
 */
  /* Component containers
----------------------------------*/
  /*
.ui-widget {
	font-family: @font-family-sans-serif; 
	font-size: 13px;
	.ui-widget {
		font-size: 13px;
	}
	input, select, textarea, button { 
		font-family: @font-family-sans-serif; 
		font-size: inherit;
	}
}*/
  /* Interaction states
----------------------------------*/
  /* Interaction Cues
----------------------------------*/
  /* Icons
----------------------------------*/
  /* states and images */
  /* positioning */
  /* Misc visuals
----------------------------------*/
  /* Corner radius */
  /* Overlays */
  /*!
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Resizable 1.10.3
 * http://api.jqueryui.com/resizable/
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /*
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Selectable 1.10.3
 * http://jqueryui.com/selectable/
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /*
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Accordion 1.10.3
 * http://jqueryui.com/accordion/
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /* IE/Win - Fix animation bug - #4615 */
  /*
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Autocomplete 1.10.3
 * http://docs.jquery.com/UI/Autocomplete#theming
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /*
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Button 1.10.3
 * http://docs.jquery.com/UI/Button#theming
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /* to make room for the icon, a width needs to be set here */
  /* button elements seem to need a little more width */
  /*button text element */
  /* no icon support for input elements, provide padding by default */
  /*button icon element(s) */
  /*button sets*/
  /* reset extra padding in Firefox */
  /*!
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Menu 1.10.3
 * http://docs.jquery.com/UI/Menu#theming
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /*
* Bug inline with IE sub menu
*/
  /* IE9, IE10 *
@media screen and (min-width:~"0\0") {
	.ui-menu li {
	  list-style-type: none;
	  display: inline;
	  line-height: 0;
	}

	li.ui-menu-item { 
	  * This fixes the IE10 issue (jQuery UI Issue #8844)*
	  list-style-type: none;
	}
}*/
  /* icon support */
  /*!
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI spinner 1.10.3
 * http://docs.jquery.com/UI/Menu#theming
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /* more specificity required here to overide default borders */
  /*!
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Dialog 1.10.3
 * http://docs.jquery.com/UI/Dialog#theming
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /***Dialog fixes**/
  /*
 * jQuery UI Slider 1.10.3
 * http://docs.jquery.com/UI/Slider#theming
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /*!
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Tabs 1.10.3
 * http://docs.jquery.com/UI/Tabs#theming
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /*!
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Tooltip 1.10.3
 * http://jqueryui.com/tooltip/
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /*!
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Progressbar 1.10.3
 * http://jqueryui.com/tooltip/
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /**Toolbar**/
  /*!
 * jQuery UI Bootstrap v1.0 Alpha
 *
 * jQuery UI Datepicker 1.10.3
 * http://docs.jquery.com/UI/Datepicker#theming
 *
 * Portions copyright Addy Osmani, jQuery UI & Twitter, Inc.
 * Created the LESS version by @dharapvj
 * Released under MIT
 */
  /* with multiple calendars */
  /* RTL support */
  /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
  /*
 * The following rules influence the general layout of the STANDARD and SIMPLE WebCenter pages.
 */
  /* 
 * Add spacing (margins) to elements
 */
  /* 
 * Add padding to elements
 */
  /** fix for  dragging wfeditor preview popups when scroll bar is not at the top 
https://bugs.jqueryui.com/ticket/9315
**/
  /* uniform selectors on mac/iOS in WebKit/Chrome */
  /*

  Styling for search & search results
  
*/
  /* make sure the freequeryselector dropdown has the correct height */
  /* 
 * SOURCE: JEPE, derived from css I got from Jan De Clercq from Enfocus
 */
  /*----------------------------*\
|                              |
|           CHARTS             |
|                              |
\*----------------------------*/
  /**
 * Enable the use of responsive container elements
 * This can be used to use the grid based on the width of an element
 * you just need to add some javascript to toggle the correct classes on your resizable element
 **/
  /*
  CSS Styles for Menu Builder (Admin>Preferences>Menus)
  
  v 1.0 : JAMI@13.3.2013 
 */
  /* Styles for Menu Builder - End */
  /*
  Styles used for Card Layout (used in Search Results Card Style)
 */
  /* Card style grid (note: to be used in combination with "CardGridControl.js") */
  /* A Card */
  /* end of Card Layout styles */
  /**
 * This is called tinylibmce.less because if we call it tinymce.less it will get excluded from the optimization build
 */
  /***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
Adapted by Esko to match WCR styling
***/
  /* For ReadOnlyRichText class, inherited values must be overwritten, so the read-only view looks the same as the editor view */
  /* For the rest, the same values as the content css file of the rich text editor are used */
}
.w article,
.w aside,
.w details,
.w figcaption,
.w figure,
.w footer,
.w header,
.w hgroup,
.w main,
.w menu,
.w nav,
.w section,
.w summary {
  display: block;
}
.w audio,
.w canvas,
.w progress,
.w video {
  display: inline-block;
  vertical-align: baseline;
}
.w audio:not([controls]) {
  display: none;
  height: 0;
}
.w [hidden],
.w template {
  display: none;
}
.w a {
  background-color: transparent;
}
.w a:active,
.w a:hover {
  outline: 0;
}
.w abbr[title] {
  border-bottom: 1px dotted;
}
.w b,
.w strong {
  font-weight: bold;
}
.w dfn {
  font-style: italic;
}
.w h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.w mark {
  background: #ff0;
  color: #000;
}
.w small {
  font-size: 80%;
}
.w sub,
.w sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.w sup {
  top: -0.5em;
}
.w sub {
  bottom: -0.25em;
}
.w img {
  border: 0;
}
.w svg:not(:root) {
  overflow: hidden;
}
.w figure {
  margin: 1em 40px;
}
.w hr {
  box-sizing: content-box;
  height: 0;
}
.w pre {
  overflow: auto;
}
.w code,
.w kbd,
.w pre,
.w samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.w button,
.w input,
.w optgroup,
.w select,
.w textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.w button {
  overflow: visible;
}
.w button,
.w select {
  text-transform: none;
}
.w button,
.w input[type="button"],
.w input[type="reset"],
.w input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.w button[disabled],
.w input[disabled] {
  cursor: default;
}
.w button::-moz-focus-inner,
.w input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.w input {
  line-height: normal;
}
.w input[type="checkbox"],
.w input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.w input[type="number"]::-webkit-inner-spin-button,
.w input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.w input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.w input[type="search"]::-webkit-search-cancel-button,
.w input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.w fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.w legend {
  border: 0;
  padding: 0;
}
.w textarea {
  overflow: auto;
}
.w optgroup {
  font-weight: bold;
}
.w table {
  border-collapse: collapse;
  border-spacing: 0;
}
.w td,
.w th {
  padding: 0;
}
@media print {
  .w *,
  .w *:before,
  .w *:after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .w a,
  .w a:visited {
    text-decoration: underline;
  }
  .w pre,
  .w blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .w thead {
    display: table-header-group;
  }
  .w tr,
  .w img {
    page-break-inside: avoid;
  }
  .w p,
  .w h2,
  .w h3 {
    orphans: 3;
    widows: 3;
  }
  .w h2,
  .w h3 {
    page-break-after: avoid;
  }
  .w .navbar {
    display: none;
  }
  .w .btn > .caret,
  .w .dropup > .btn > .caret,
  .w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button > .caret,
  .w .dropup > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button > .caret,
  .w .row-actions > .action > .caret,
  .w .dropup > .row-actions > .action > .caret,
  .w .row-actions > .dropdown > .morebutton > .caret,
  .w .dropup > .row-actions > .dropdown > .morebutton > .caret,
  .w .buttonprimary > .caret,
  .w .dropup > .buttonprimary > .caret,
  .w .buttonsecondary > .caret,
  .w .dropup > .buttonsecondary > .caret,
  .w .action-menu-component > a.action > .caret,
  .w .dropup > .action-menu-component > a.action > .caret,
  .w .btn-no-border > .caret,
  .w .dropup > .btn-no-border > .caret,
  .w .inline_help > .caret,
  .w .dropup > .inline_help > .caret,
  .w .row-actions-component > .action > .caret,
  .w .dropup > .row-actions-component > .action > .caret,
  .w .row-actions-component > .dropdown > .morebutton > .caret,
  .w .dropup > .row-actions-component > .dropdown > .morebutton > .caret,
  .w .inline_help-nopadding > .caret,
  .w .dropup > .inline_help-nopadding > .caret {
    border-top-color: #000 !important;
  }
  .w .label {
    border: 1px solid #000;
  }
}
.w * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w *:before,
.w *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w input,
.w button,
.w select,
.w textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.w a {
  color: #5F7E7E;
  text-decoration: none;
}
.w a:hover,
.w a:focus {
  color: #3E5353;
  text-decoration: underline;
}
.w a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.w figure {
  margin: 0;
}
.w img {
  vertical-align: middle;
}
.w .img-responsive,
.w .thumbnail > img,
.w .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.w .img-rounded {
  border-radius: 0px;
}
.w .img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.w .img-circle {
  border-radius: 50%;
}
.w hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #ecf0f0;
}
.w .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.w .sr-only-focusable:active,
.w .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.w [role="button"] {
  cursor: pointer;
}
.w h1,
.w h2,
.w h3,
.w h4,
.w h5,
.w h6,
.w .h1,
.w .h2,
.w .h3,
.w .h4,
.w .h5,
.w .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.w h1 small,
.w h2 small,
.w h3 small,
.w h4 small,
.w h5 small,
.w h6 small,
.w .h1 small,
.w .h2 small,
.w .h3 small,
.w .h4 small,
.w .h5 small,
.w .h6 small,
.w h1 .small,
.w h2 .small,
.w h3 .small,
.w h4 .small,
.w h5 .small,
.w h6 .small,
.w .h1 .small,
.w .h2 .small,
.w .h3 .small,
.w .h4 .small,
.w .h5 .small,
.w .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a3baba;
}
.w h1,
.w .h1,
.w h2,
.w .h2,
.w h3,
.w .h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.w h1 small,
.w .h1 small,
.w h2 small,
.w .h2 small,
.w h3 small,
.w .h3 small,
.w h1 .small,
.w .h1 .small,
.w h2 .small,
.w .h2 .small,
.w h3 .small,
.w .h3 .small {
  font-size: 65%;
}
.w h4,
.w .h4,
.w h5,
.w .h5,
.w h6,
.w .h6 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.w h4 small,
.w .h4 small,
.w h5 small,
.w .h5 small,
.w h6 small,
.w .h6 small,
.w h4 .small,
.w .h4 .small,
.w h5 .small,
.w .h5 .small,
.w h6 .small,
.w .h6 .small {
  font-size: 75%;
}
.w h1,
.w .h1 {
  font-size: 20px;
}
.w h2,
.w .h2 {
  font-size: 17px;
}
.w h3,
.w .h3 {
  font-size: 17px;
}
.w h4,
.w .h4 {
  font-size: 14px;
}
.w h5,
.w .h5 {
  font-size: 13px;
}
.w h6,
.w .h6 {
  font-size: 12px;
}
.w p {
  margin: 0 0 8px;
}
.w .lead {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .w .lead {
    font-size: 19.5px;
  }
}
.w small,
.w .small {
  font-size: 92%;
}
.w mark,
.w .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.w .text-left {
  text-align: left;
}
.w .text-right {
  text-align: right;
}
.w .text-center {
  text-align: center;
}
.w .text-justify {
  text-align: justify;
}
.w .text-nowrap {
  white-space: nowrap;
}
.w .text-lowercase {
  text-transform: lowercase;
}
.w .text-uppercase {
  text-transform: uppercase;
}
.w .text-capitalize {
  text-transform: capitalize;
}
.w .text-muted {
  color: #a3baba;
}
.w .text-primary {
  color: #EBD01E;
}
.w a.text-primary:hover,
.w a.text-primary:focus {
  color: #c5ad11;
}
.w .text-success {
  color: #3c763d;
}
.w a.text-success:hover,
.w a.text-success:focus {
  color: #2b542c;
}
.w .text-info {
  color: #31708f;
}
.w a.text-info:hover,
.w a.text-info:focus {
  color: #245269;
}
.w .text-warning {
  color: #8a6d3b;
}
.w a.text-warning:hover,
.w a.text-warning:focus {
  color: #66512c;
}
.w .text-danger {
  color: #a94442;
}
.w a.text-danger:hover,
.w a.text-danger:focus {
  color: #843534;
}
.w .bg-primary {
  color: #fff;
  background-color: #EBD01E;
}
.w a.bg-primary:hover,
.w a.bg-primary:focus {
  background-color: #c5ad11;
}
.w .bg-success {
  background-color: #dff0d8;
}
.w a.bg-success:hover,
.w a.bg-success:focus {
  background-color: #c1e2b3;
}
.w .bg-info,
.w .XDrop.multi-select .representation-layer .token.selected {
  background-color: #d9edf7;
}
.w a.bg-info:hover,
.w a.bg-info:focus,
.w a.XDrop.multi-select .representation-layer .token.selected:hover,
.w a.XDrop.multi-select .representation-layer .token.selected:focus {
  background-color: #afd9ee;
}
.w .bg-warning {
  background-color: #fcf8e3;
}
.w a.bg-warning:hover,
.w a.bg-warning:focus {
  background-color: #f7ecb5;
}
.w .bg-danger {
  background-color: #f2dede;
}
.w a.bg-danger:hover,
.w a.bg-danger:focus {
  background-color: #e4b9b9;
}
.w .page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #ecf0f0;
}
.w ul,
.w ol {
  margin-top: 0;
  margin-bottom: 8px;
}
.w ul ul,
.w ol ul,
.w ul ol,
.w ol ol {
  margin-bottom: 0;
}
.w .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.w .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.w dl {
  margin-top: 0;
  margin-bottom: 16px;
}
.w dt,
.w dd {
  line-height: 1.25;
}
.w dt {
  font-weight: bold;
}
.w dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .w .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .w .dl-horizontal dd {
    margin-left: 180px;
  }
}
.w abbr[title],
.w abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a3baba;
}
.w .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.w blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 16.25px;
  border-left: 5px solid #ecf0f0;
}
.w blockquote p:last-child,
.w blockquote ul:last-child,
.w blockquote ol:last-child {
  margin-bottom: 0;
}
.w blockquote footer,
.w blockquote small,
.w blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.25;
  color: #a3baba;
}
.w blockquote footer:before,
.w blockquote small:before,
.w blockquote .small:before {
  content: '\2014 \00A0';
}
.w .blockquote-reverse,
.w blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ecf0f0;
  border-left: 0;
  text-align: right;
}
.w .blockquote-reverse footer:before,
.w blockquote.pull-right footer:before,
.w .blockquote-reverse small:before,
.w blockquote.pull-right small:before,
.w .blockquote-reverse .small:before,
.w blockquote.pull-right .small:before {
  content: '';
}
.w .blockquote-reverse footer:after,
.w blockquote.pull-right footer:after,
.w .blockquote-reverse small:after,
.w blockquote.pull-right small:after,
.w .blockquote-reverse .small:after,
.w blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.w address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.25;
}
.w code,
.w kbd,
.w pre,
.w samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.w code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
.w kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.w kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.w pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #5f7e7e;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.w pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.w .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.w .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .w .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .w .container {
    width: 1160px;
  }
}
.w .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.w .row {
  margin-left: -10px;
  margin-right: -10px;
}
.w .col-xs-1,
.w .col-sm-1,
.w .col-md-1,
.w .col-lg-1,
.w .col-xs-2,
.w .col-sm-2,
.w .col-md-2,
.w .col-lg-2,
.w .col-xs-3,
.w .col-sm-3,
.w .col-md-3,
.w .col-lg-3,
.w .col-xs-4,
.w .col-sm-4,
.w .col-md-4,
.w .col-lg-4,
.w .col-xs-5,
.w .col-sm-5,
.w .col-md-5,
.w .col-lg-5,
.w .col-xs-6,
.w .col-sm-6,
.w .col-md-6,
.w .col-lg-6,
.w .col-xs-7,
.w .col-sm-7,
.w .col-md-7,
.w .col-lg-7,
.w .col-xs-8,
.w .col-sm-8,
.w .col-md-8,
.w .col-lg-8,
.w .col-xs-9,
.w .col-sm-9,
.w .col-md-9,
.w .col-lg-9,
.w .col-xs-10,
.w .col-sm-10,
.w .col-md-10,
.w .col-lg-10,
.w .col-xs-11,
.w .col-sm-11,
.w .col-md-11,
.w .col-lg-11,
.w .col-xs-12,
.w .col-sm-12,
.w .col-md-12,
.w .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w .col-xs-1,
.w .col-xs-2,
.w .col-xs-3,
.w .col-xs-4,
.w .col-xs-5,
.w .col-xs-6,
.w .col-xs-7,
.w .col-xs-8,
.w .col-xs-9,
.w .col-xs-10,
.w .col-xs-11,
.w .col-xs-12 {
  float: left;
}
.w .col-xs-12 {
  width: 100%;
}
.w .col-xs-11 {
  width: 91.66666667%;
}
.w .col-xs-10 {
  width: 83.33333333%;
}
.w .col-xs-9 {
  width: 75%;
}
.w .col-xs-8 {
  width: 66.66666667%;
}
.w .col-xs-7 {
  width: 58.33333333%;
}
.w .col-xs-6 {
  width: 50%;
}
.w .col-xs-5 {
  width: 41.66666667%;
}
.w .col-xs-4 {
  width: 33.33333333%;
}
.w .col-xs-3 {
  width: 25%;
}
.w .col-xs-2 {
  width: 16.66666667%;
}
.w .col-xs-1 {
  width: 8.33333333%;
}
.w .col-xs-pull-12 {
  right: 100%;
}
.w .col-xs-pull-11 {
  right: 91.66666667%;
}
.w .col-xs-pull-10 {
  right: 83.33333333%;
}
.w .col-xs-pull-9 {
  right: 75%;
}
.w .col-xs-pull-8 {
  right: 66.66666667%;
}
.w .col-xs-pull-7 {
  right: 58.33333333%;
}
.w .col-xs-pull-6 {
  right: 50%;
}
.w .col-xs-pull-5 {
  right: 41.66666667%;
}
.w .col-xs-pull-4 {
  right: 33.33333333%;
}
.w .col-xs-pull-3 {
  right: 25%;
}
.w .col-xs-pull-2 {
  right: 16.66666667%;
}
.w .col-xs-pull-1 {
  right: 8.33333333%;
}
.w .col-xs-pull-0 {
  right: auto;
}
.w .col-xs-push-12 {
  left: 100%;
}
.w .col-xs-push-11 {
  left: 91.66666667%;
}
.w .col-xs-push-10 {
  left: 83.33333333%;
}
.w .col-xs-push-9 {
  left: 75%;
}
.w .col-xs-push-8 {
  left: 66.66666667%;
}
.w .col-xs-push-7 {
  left: 58.33333333%;
}
.w .col-xs-push-6 {
  left: 50%;
}
.w .col-xs-push-5 {
  left: 41.66666667%;
}
.w .col-xs-push-4 {
  left: 33.33333333%;
}
.w .col-xs-push-3 {
  left: 25%;
}
.w .col-xs-push-2 {
  left: 16.66666667%;
}
.w .col-xs-push-1 {
  left: 8.33333333%;
}
.w .col-xs-push-0 {
  left: auto;
}
.w .col-xs-offset-12 {
  margin-left: 100%;
}
.w .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.w .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.w .col-xs-offset-9 {
  margin-left: 75%;
}
.w .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.w .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.w .col-xs-offset-6 {
  margin-left: 50%;
}
.w .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.w .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.w .col-xs-offset-3 {
  margin-left: 25%;
}
.w .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.w .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.w .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .w .col-sm-1,
  .w .col-sm-2,
  .w .col-sm-3,
  .w .col-sm-4,
  .w .col-sm-5,
  .w .col-sm-6,
  .w .col-sm-7,
  .w .col-sm-8,
  .w .col-sm-9,
  .w .col-sm-10,
  .w .col-sm-11,
  .w .col-sm-12 {
    float: left;
  }
  .w .col-sm-12 {
    width: 100%;
  }
  .w .col-sm-11 {
    width: 91.66666667%;
  }
  .w .col-sm-10 {
    width: 83.33333333%;
  }
  .w .col-sm-9 {
    width: 75%;
  }
  .w .col-sm-8 {
    width: 66.66666667%;
  }
  .w .col-sm-7 {
    width: 58.33333333%;
  }
  .w .col-sm-6 {
    width: 50%;
  }
  .w .col-sm-5 {
    width: 41.66666667%;
  }
  .w .col-sm-4 {
    width: 33.33333333%;
  }
  .w .col-sm-3 {
    width: 25%;
  }
  .w .col-sm-2 {
    width: 16.66666667%;
  }
  .w .col-sm-1 {
    width: 8.33333333%;
  }
  .w .col-sm-pull-12 {
    right: 100%;
  }
  .w .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .w .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .w .col-sm-pull-9 {
    right: 75%;
  }
  .w .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .w .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .w .col-sm-pull-6 {
    right: 50%;
  }
  .w .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .w .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .w .col-sm-pull-3 {
    right: 25%;
  }
  .w .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .w .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .w .col-sm-pull-0 {
    right: auto;
  }
  .w .col-sm-push-12 {
    left: 100%;
  }
  .w .col-sm-push-11 {
    left: 91.66666667%;
  }
  .w .col-sm-push-10 {
    left: 83.33333333%;
  }
  .w .col-sm-push-9 {
    left: 75%;
  }
  .w .col-sm-push-8 {
    left: 66.66666667%;
  }
  .w .col-sm-push-7 {
    left: 58.33333333%;
  }
  .w .col-sm-push-6 {
    left: 50%;
  }
  .w .col-sm-push-5 {
    left: 41.66666667%;
  }
  .w .col-sm-push-4 {
    left: 33.33333333%;
  }
  .w .col-sm-push-3 {
    left: 25%;
  }
  .w .col-sm-push-2 {
    left: 16.66666667%;
  }
  .w .col-sm-push-1 {
    left: 8.33333333%;
  }
  .w .col-sm-push-0 {
    left: auto;
  }
  .w .col-sm-offset-12 {
    margin-left: 100%;
  }
  .w .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .w .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .w .col-sm-offset-9 {
    margin-left: 75%;
  }
  .w .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .w .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .w .col-sm-offset-6 {
    margin-left: 50%;
  }
  .w .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .w .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .w .col-sm-offset-3 {
    margin-left: 25%;
  }
  .w .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .w .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .w .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .w .col-md-1,
  .w .col-md-2,
  .w .col-md-3,
  .w .col-md-4,
  .w .col-md-5,
  .w .col-md-6,
  .w .col-md-7,
  .w .col-md-8,
  .w .col-md-9,
  .w .col-md-10,
  .w .col-md-11,
  .w .col-md-12 {
    float: left;
  }
  .w .col-md-12 {
    width: 100%;
  }
  .w .col-md-11 {
    width: 91.66666667%;
  }
  .w .col-md-10 {
    width: 83.33333333%;
  }
  .w .col-md-9 {
    width: 75%;
  }
  .w .col-md-8 {
    width: 66.66666667%;
  }
  .w .col-md-7 {
    width: 58.33333333%;
  }
  .w .col-md-6 {
    width: 50%;
  }
  .w .col-md-5 {
    width: 41.66666667%;
  }
  .w .col-md-4 {
    width: 33.33333333%;
  }
  .w .col-md-3 {
    width: 25%;
  }
  .w .col-md-2 {
    width: 16.66666667%;
  }
  .w .col-md-1 {
    width: 8.33333333%;
  }
  .w .col-md-pull-12 {
    right: 100%;
  }
  .w .col-md-pull-11 {
    right: 91.66666667%;
  }
  .w .col-md-pull-10 {
    right: 83.33333333%;
  }
  .w .col-md-pull-9 {
    right: 75%;
  }
  .w .col-md-pull-8 {
    right: 66.66666667%;
  }
  .w .col-md-pull-7 {
    right: 58.33333333%;
  }
  .w .col-md-pull-6 {
    right: 50%;
  }
  .w .col-md-pull-5 {
    right: 41.66666667%;
  }
  .w .col-md-pull-4 {
    right: 33.33333333%;
  }
  .w .col-md-pull-3 {
    right: 25%;
  }
  .w .col-md-pull-2 {
    right: 16.66666667%;
  }
  .w .col-md-pull-1 {
    right: 8.33333333%;
  }
  .w .col-md-pull-0 {
    right: auto;
  }
  .w .col-md-push-12 {
    left: 100%;
  }
  .w .col-md-push-11 {
    left: 91.66666667%;
  }
  .w .col-md-push-10 {
    left: 83.33333333%;
  }
  .w .col-md-push-9 {
    left: 75%;
  }
  .w .col-md-push-8 {
    left: 66.66666667%;
  }
  .w .col-md-push-7 {
    left: 58.33333333%;
  }
  .w .col-md-push-6 {
    left: 50%;
  }
  .w .col-md-push-5 {
    left: 41.66666667%;
  }
  .w .col-md-push-4 {
    left: 33.33333333%;
  }
  .w .col-md-push-3 {
    left: 25%;
  }
  .w .col-md-push-2 {
    left: 16.66666667%;
  }
  .w .col-md-push-1 {
    left: 8.33333333%;
  }
  .w .col-md-push-0 {
    left: auto;
  }
  .w .col-md-offset-12 {
    margin-left: 100%;
  }
  .w .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .w .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .w .col-md-offset-9 {
    margin-left: 75%;
  }
  .w .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .w .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .w .col-md-offset-6 {
    margin-left: 50%;
  }
  .w .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .w .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .w .col-md-offset-3 {
    margin-left: 25%;
  }
  .w .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .w .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .w .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .w .col-lg-1,
  .w .col-lg-2,
  .w .col-lg-3,
  .w .col-lg-4,
  .w .col-lg-5,
  .w .col-lg-6,
  .w .col-lg-7,
  .w .col-lg-8,
  .w .col-lg-9,
  .w .col-lg-10,
  .w .col-lg-11,
  .w .col-lg-12 {
    float: left;
  }
  .w .col-lg-12 {
    width: 100%;
  }
  .w .col-lg-11 {
    width: 91.66666667%;
  }
  .w .col-lg-10 {
    width: 83.33333333%;
  }
  .w .col-lg-9 {
    width: 75%;
  }
  .w .col-lg-8 {
    width: 66.66666667%;
  }
  .w .col-lg-7 {
    width: 58.33333333%;
  }
  .w .col-lg-6 {
    width: 50%;
  }
  .w .col-lg-5 {
    width: 41.66666667%;
  }
  .w .col-lg-4 {
    width: 33.33333333%;
  }
  .w .col-lg-3 {
    width: 25%;
  }
  .w .col-lg-2 {
    width: 16.66666667%;
  }
  .w .col-lg-1 {
    width: 8.33333333%;
  }
  .w .col-lg-pull-12 {
    right: 100%;
  }
  .w .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .w .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .w .col-lg-pull-9 {
    right: 75%;
  }
  .w .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .w .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .w .col-lg-pull-6 {
    right: 50%;
  }
  .w .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .w .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .w .col-lg-pull-3 {
    right: 25%;
  }
  .w .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .w .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .w .col-lg-pull-0 {
    right: auto;
  }
  .w .col-lg-push-12 {
    left: 100%;
  }
  .w .col-lg-push-11 {
    left: 91.66666667%;
  }
  .w .col-lg-push-10 {
    left: 83.33333333%;
  }
  .w .col-lg-push-9 {
    left: 75%;
  }
  .w .col-lg-push-8 {
    left: 66.66666667%;
  }
  .w .col-lg-push-7 {
    left: 58.33333333%;
  }
  .w .col-lg-push-6 {
    left: 50%;
  }
  .w .col-lg-push-5 {
    left: 41.66666667%;
  }
  .w .col-lg-push-4 {
    left: 33.33333333%;
  }
  .w .col-lg-push-3 {
    left: 25%;
  }
  .w .col-lg-push-2 {
    left: 16.66666667%;
  }
  .w .col-lg-push-1 {
    left: 8.33333333%;
  }
  .w .col-lg-push-0 {
    left: auto;
  }
  .w .col-lg-offset-12 {
    margin-left: 100%;
  }
  .w .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .w .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .w .col-lg-offset-9 {
    margin-left: 75%;
  }
  .w .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .w .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .w .col-lg-offset-6 {
    margin-left: 50%;
  }
  .w .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .w .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .w .col-lg-offset-3 {
    margin-left: 25%;
  }
  .w .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .w .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .w .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.w table {
  background-color: transparent;
}
.w caption {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #a3baba;
  text-align: left;
}
.w th {
  text-align: left;
}
.w .table,
.w .wcr-table .ordtable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.w .table > thead > tr > th,
.w .table > tbody > tr > th,
.w .table > tfoot > tr > th,
.w .table > thead > tr > td,
.w .table > tbody > tr > td,
.w .table > tfoot > tr > td,
.w .wcr-table .ordtable > thead > tr > th,
.w .wcr-table .ordtable > tbody > tr > th,
.w .wcr-table .ordtable > tfoot > tr > th,
.w .wcr-table .ordtable > thead > tr > td,
.w .wcr-table .ordtable > tbody > tr > td,
.w .wcr-table .ordtable > tfoot > tr > td {
  padding: 6px;
  line-height: 1.25;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.w .table > thead > tr > th,
.w .wcr-table .ordtable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.w .table > caption + thead > tr:first-child > th,
.w .table > colgroup + thead > tr:first-child > th,
.w .table > thead:first-child > tr:first-child > th,
.w .table > caption + thead > tr:first-child > td,
.w .table > colgroup + thead > tr:first-child > td,
.w .table > thead:first-child > tr:first-child > td,
.w .wcr-table .ordtable > caption + thead > tr:first-child > th,
.w .wcr-table .ordtable > colgroup + thead > tr:first-child > th,
.w .wcr-table .ordtable > thead:first-child > tr:first-child > th,
.w .wcr-table .ordtable > caption + thead > tr:first-child > td,
.w .wcr-table .ordtable > colgroup + thead > tr:first-child > td,
.w .wcr-table .ordtable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.w .table > tbody + tbody,
.w .wcr-table .ordtable > tbody + tbody {
  border-top: 2px solid #ddd;
}
.w .table .table,
.w .wcr-table .ordtable .wcr-table .ordtable {
  background-color: #fff;
}
.w .table-condensed > thead > tr > th,
.w .table-condensed > tbody > tr > th,
.w .table-condensed > tfoot > tr > th,
.w .table-condensed > thead > tr > td,
.w .table-condensed > tbody > tr > td,
.w .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.w .table-bordered {
  border: 1px solid #ddd;
}
.w .table-bordered > thead > tr > th,
.w .table-bordered > tbody > tr > th,
.w .table-bordered > tfoot > tr > th,
.w .table-bordered > thead > tr > td,
.w .table-bordered > tbody > tr > td,
.w .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.w .table-bordered > thead > tr > th,
.w .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.w .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.w .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.w table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.w table td[class*="col-"],
.w table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.w .table > thead > tr > td.active,
.w .table > tbody > tr > td.active,
.w .table > tfoot > tr > td.active,
.w .table > thead > tr > th.active,
.w .table > tbody > tr > th.active,
.w .table > tfoot > tr > th.active,
.w .table > thead > tr.active > td,
.w .table > tbody > tr.active > td,
.w .table > tfoot > tr.active > td,
.w .table > thead > tr.active > th,
.w .table > tbody > tr.active > th,
.w .table > tfoot > tr.active > th,
.w .wcr-table .ordtable > thead > tr > td.active,
.w .wcr-table .ordtable > tbody > tr > td.active,
.w .wcr-table .ordtable > tfoot > tr > td.active,
.w .wcr-table .ordtable > thead > tr > th.active,
.w .wcr-table .ordtable > tbody > tr > th.active,
.w .wcr-table .ordtable > tfoot > tr > th.active,
.w .wcr-table .ordtable > thead > tr.active > td,
.w .wcr-table .ordtable > tbody > tr.active > td,
.w .wcr-table .ordtable > tfoot > tr.active > td,
.w .wcr-table .ordtable > thead > tr.active > th,
.w .wcr-table .ordtable > tbody > tr.active > th,
.w .wcr-table .ordtable > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.w .table-hover > tbody > tr > td.active:hover,
.w .table-hover > tbody > tr > th.active:hover,
.w .table-hover > tbody > tr.active:hover > td,
.w .table-hover > tbody > tr:hover > .active,
.w .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.w .table > thead > tr > td.success,
.w .table > tbody > tr > td.success,
.w .table > tfoot > tr > td.success,
.w .table > thead > tr > th.success,
.w .table > tbody > tr > th.success,
.w .table > tfoot > tr > th.success,
.w .table > thead > tr.success > td,
.w .table > tbody > tr.success > td,
.w .table > tfoot > tr.success > td,
.w .table > thead > tr.success > th,
.w .table > tbody > tr.success > th,
.w .table > tfoot > tr.success > th,
.w .wcr-table .ordtable > thead > tr > td.success,
.w .wcr-table .ordtable > tbody > tr > td.success,
.w .wcr-table .ordtable > tfoot > tr > td.success,
.w .wcr-table .ordtable > thead > tr > th.success,
.w .wcr-table .ordtable > tbody > tr > th.success,
.w .wcr-table .ordtable > tfoot > tr > th.success,
.w .wcr-table .ordtable > thead > tr.success > td,
.w .wcr-table .ordtable > tbody > tr.success > td,
.w .wcr-table .ordtable > tfoot > tr.success > td,
.w .wcr-table .ordtable > thead > tr.success > th,
.w .wcr-table .ordtable > tbody > tr.success > th,
.w .wcr-table .ordtable > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.w .table-hover > tbody > tr > td.success:hover,
.w .table-hover > tbody > tr > th.success:hover,
.w .table-hover > tbody > tr.success:hover > td,
.w .table-hover > tbody > tr:hover > .success,
.w .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.w .table > thead > tr > td.info,
.w .table > tbody > tr > td.info,
.w .table > tfoot > tr > td.info,
.w .table > thead > tr > th.info,
.w .table > tbody > tr > th.info,
.w .table > tfoot > tr > th.info,
.w .table > thead > tr.info > td,
.w .table > tbody > tr.info > td,
.w .table > tfoot > tr.info > td,
.w .table > thead > tr.info > th,
.w .table > tbody > tr.info > th,
.w .table > tfoot > tr.info > th,
.w .wcr-table .ordtable > thead > tr > td.info,
.w .wcr-table .ordtable > tbody > tr > td.info,
.w .wcr-table .ordtable > tfoot > tr > td.info,
.w .wcr-table .ordtable > thead > tr > th.info,
.w .wcr-table .ordtable > tbody > tr > th.info,
.w .wcr-table .ordtable > tfoot > tr > th.info,
.w .wcr-table .ordtable > thead > tr.info > td,
.w .wcr-table .ordtable > tbody > tr.info > td,
.w .wcr-table .ordtable > tfoot > tr.info > td,
.w .wcr-table .ordtable > thead > tr.info > th,
.w .wcr-table .ordtable > tbody > tr.info > th,
.w .wcr-table .ordtable > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.w .table-hover > tbody > tr > td.info:hover,
.w .table-hover > tbody > tr > th.info:hover,
.w .table-hover > tbody > tr.info:hover > td,
.w .table-hover > tbody > tr:hover > .info,
.w .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.w .table > thead > tr > td.warning,
.w .table > tbody > tr > td.warning,
.w .table > tfoot > tr > td.warning,
.w .table > thead > tr > th.warning,
.w .table > tbody > tr > th.warning,
.w .table > tfoot > tr > th.warning,
.w .table > thead > tr.warning > td,
.w .table > tbody > tr.warning > td,
.w .table > tfoot > tr.warning > td,
.w .table > thead > tr.warning > th,
.w .table > tbody > tr.warning > th,
.w .table > tfoot > tr.warning > th,
.w .wcr-table .ordtable > thead > tr > td.warning,
.w .wcr-table .ordtable > tbody > tr > td.warning,
.w .wcr-table .ordtable > tfoot > tr > td.warning,
.w .wcr-table .ordtable > thead > tr > th.warning,
.w .wcr-table .ordtable > tbody > tr > th.warning,
.w .wcr-table .ordtable > tfoot > tr > th.warning,
.w .wcr-table .ordtable > thead > tr.warning > td,
.w .wcr-table .ordtable > tbody > tr.warning > td,
.w .wcr-table .ordtable > tfoot > tr.warning > td,
.w .wcr-table .ordtable > thead > tr.warning > th,
.w .wcr-table .ordtable > tbody > tr.warning > th,
.w .wcr-table .ordtable > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.w .table-hover > tbody > tr > td.warning:hover,
.w .table-hover > tbody > tr > th.warning:hover,
.w .table-hover > tbody > tr.warning:hover > td,
.w .table-hover > tbody > tr:hover > .warning,
.w .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.w .table > thead > tr > td.danger,
.w .table > tbody > tr > td.danger,
.w .table > tfoot > tr > td.danger,
.w .table > thead > tr > th.danger,
.w .table > tbody > tr > th.danger,
.w .table > tfoot > tr > th.danger,
.w .table > thead > tr.danger > td,
.w .table > tbody > tr.danger > td,
.w .table > tfoot > tr.danger > td,
.w .table > thead > tr.danger > th,
.w .table > tbody > tr.danger > th,
.w .table > tfoot > tr.danger > th,
.w .wcr-table .ordtable > thead > tr > td.danger,
.w .wcr-table .ordtable > tbody > tr > td.danger,
.w .wcr-table .ordtable > tfoot > tr > td.danger,
.w .wcr-table .ordtable > thead > tr > th.danger,
.w .wcr-table .ordtable > tbody > tr > th.danger,
.w .wcr-table .ordtable > tfoot > tr > th.danger,
.w .wcr-table .ordtable > thead > tr.danger > td,
.w .wcr-table .ordtable > tbody > tr.danger > td,
.w .wcr-table .ordtable > tfoot > tr.danger > td,
.w .wcr-table .ordtable > thead > tr.danger > th,
.w .wcr-table .ordtable > tbody > tr.danger > th,
.w .wcr-table .ordtable > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.w .table-hover > tbody > tr > td.danger:hover,
.w .table-hover > tbody > tr > th.danger:hover,
.w .table-hover > tbody > tr.danger:hover > td,
.w .table-hover > tbody > tr:hover > .danger,
.w .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.w .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .w .table-responsive {
    width: 100%;
    margin-bottom: 12px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .w .table-responsive > .table,
  .w .table-responsive > .wcr-table .ordtable {
    margin-bottom: 0;
  }
  .w .table-responsive > .table > thead > tr > th,
  .w .table-responsive > .table > tbody > tr > th,
  .w .table-responsive > .table > tfoot > tr > th,
  .w .table-responsive > .table > thead > tr > td,
  .w .table-responsive > .table > tbody > tr > td,
  .w .table-responsive > .table > tfoot > tr > td,
  .w .table-responsive > .wcr-table .ordtable > thead > tr > th,
  .w .table-responsive > .wcr-table .ordtable > tbody > tr > th,
  .w .table-responsive > .wcr-table .ordtable > tfoot > tr > th,
  .w .table-responsive > .wcr-table .ordtable > thead > tr > td,
  .w .table-responsive > .wcr-table .ordtable > tbody > tr > td,
  .w .table-responsive > .wcr-table .ordtable > tfoot > tr > td {
    white-space: nowrap;
  }
  .w .table-responsive > .table-bordered {
    border: 0;
  }
  .w .table-responsive > .table-bordered > thead > tr > th:first-child,
  .w .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .w .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .w .table-responsive > .table-bordered > thead > tr > td:first-child,
  .w .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .w .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .w .table-responsive > .table-bordered > thead > tr > th:last-child,
  .w .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .w .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .w .table-responsive > .table-bordered > thead > tr > td:last-child,
  .w .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .w .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .w .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .w .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .w .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .w .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.w fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.w legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 19.5px;
  line-height: inherit;
  color: #5f7e7e;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.w label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.w input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w input[type="radio"],
.w input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.w input[type="file"] {
  display: block;
}
.w input[type="range"] {
  display: block;
  width: 100%;
}
.w select[multiple],
.w select[size] {
  height: auto;
}
.w input[type="file"]:focus,
.w input[type="radio"]:focus,
.w input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.w output {
  display: block;
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.25;
  color: #334444;
}
.w .form-control,
.w .sdrop,
.w .XDrop {
  display: block;
  width: 100%;
  height: 26px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.25;
  color: #334444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.w .form-control:focus,
.w .sdrop:focus,
.w .XDrop:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.w .form-control::-moz-placeholder,
.w .sdrop::-moz-placeholder,
.w .XDrop::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w .form-control:-ms-input-placeholder,
.w .sdrop:-ms-input-placeholder,
.w .XDrop:-ms-input-placeholder {
  color: #999;
}
.w .form-control::-webkit-input-placeholder,
.w .sdrop::-webkit-input-placeholder,
.w .XDrop::-webkit-input-placeholder {
  color: #999;
}
.w .form-control[disabled],
.w .form-control[readonly],
.w fieldset[disabled] .form-control,
.w .sdrop[disabled],
.w .sdrop[readonly],
.w fieldset[disabled] .sdrop,
.w .XDrop[disabled],
.w .XDrop[readonly],
.w fieldset[disabled] .XDrop {
  background-color: #ecf0f0;
  opacity: 1;
}
.w .form-control[disabled],
.w fieldset[disabled] .form-control,
.w .sdrop[disabled],
.w fieldset[disabled] .sdrop,
.w .XDrop[disabled],
.w fieldset[disabled] .XDrop {
  cursor: not-allowed;
}
.w textarea.form-control,
.w textarea.sdrop,
.w textarea.XDrop {
  height: auto;
}
.w input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .w input[type="date"].form-control,
  .w input[type="time"].form-control,
  .w input[type="datetime-local"].form-control,
  .w input[type="month"].form-control,
  .w input[type="date"].sdrop,
  .w input[type="time"].sdrop,
  .w input[type="datetime-local"].sdrop,
  .w input[type="month"].sdrop,
  .w input[type="date"].XDrop,
  .w input[type="time"].XDrop,
  .w input[type="datetime-local"].XDrop,
  .w input[type="month"].XDrop {
    line-height: 26px;
  }
  .w input[type="date"].input-sm,
  .w input[type="time"].input-sm,
  .w input[type="datetime-local"].input-sm,
  .w input[type="month"].input-sm,
  .w .input-group-sm input[type="date"],
  .w .input-group-sm input[type="time"],
  .w .input-group-sm input[type="datetime-local"],
  .w .input-group-sm input[type="month"] {
    line-height: 24px;
  }
  .w input[type="date"].input-lg,
  .w input[type="time"].input-lg,
  .w input[type="datetime-local"].input-lg,
  .w input[type="month"].input-lg,
  .w .input-group-lg input[type="date"],
  .w .input-group-lg input[type="time"],
  .w .input-group-lg input[type="datetime-local"],
  .w .input-group-lg input[type="month"] {
    line-height: 41px;
  }
}
.w .form-group {
  margin-bottom: 13px;
}
.w .radio,
.w .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.w .radio label,
.w .checkbox label {
  min-height: 16px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.w .radio input[type="radio"],
.w .radio-inline input[type="radio"],
.w .checkbox input[type="checkbox"],
.w .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.w .radio + .radio,
.w .checkbox + .checkbox {
  margin-top: -5px;
}
.w .radio-inline,
.w .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.w .radio-inline + .radio-inline,
.w .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.w input[type="radio"][disabled],
.w input[type="checkbox"][disabled],
.w input[type="radio"].disabled,
.w input[type="checkbox"].disabled,
.w fieldset[disabled] input[type="radio"],
.w fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.w .radio-inline.disabled,
.w .checkbox-inline.disabled,
.w fieldset[disabled] .radio-inline,
.w fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.w .radio.disabled label,
.w .checkbox.disabled label,
.w fieldset[disabled] .radio label,
.w fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.w .form-control-static {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  min-height: 29px;
}
.w .form-control-static.input-lg,
.w .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.w .input-sm {
  height: 24px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.w select.input-sm {
  height: 24px;
  line-height: 24px;
}
.w textarea.input-sm,
.w select[multiple].input-sm {
  height: auto;
}
.w .form-group-sm .form-control,
.w .form-group-sm .sdrop,
.w .form-group-sm .XDrop {
  height: 24px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.w .form-group-sm select.form-control,
.w .form-group-sm select.sdrop,
.w .form-group-sm select.XDrop {
  height: 24px;
  line-height: 24px;
}
.w .form-group-sm textarea.form-control,
.w .form-group-sm select[multiple].form-control,
.w .form-group-sm textarea.sdrop,
.w .form-group-sm select[multiple].sdrop,
.w .form-group-sm textarea.XDrop,
.w .form-group-sm select[multiple].XDrop {
  height: auto;
}
.w .form-group-sm .form-control-static {
  height: 24px;
  min-height: 28px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.w .input-lg {
  height: 41px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.w select.input-lg {
  height: 41px;
  line-height: 41px;
}
.w textarea.input-lg,
.w select[multiple].input-lg {
  height: auto;
}
.w .form-group-lg .form-control,
.w .form-group-lg .sdrop,
.w .form-group-lg .XDrop {
  height: 41px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.w .form-group-lg select.form-control,
.w .form-group-lg select.sdrop,
.w .form-group-lg select.XDrop {
  height: 41px;
  line-height: 41px;
}
.w .form-group-lg textarea.form-control,
.w .form-group-lg select[multiple].form-control,
.w .form-group-lg textarea.sdrop,
.w .form-group-lg select[multiple].sdrop,
.w .form-group-lg textarea.XDrop,
.w .form-group-lg select[multiple].XDrop {
  height: auto;
}
.w .form-group-lg .form-control-static {
  height: 41px;
  min-height: 33px;
  padding: 9px 14px;
  font-size: 17px;
  line-height: 1.3333333;
}
.w .has-feedback {
  position: relative;
}
.w .has-feedback .form-control,
.w .has-feedback .sdrop,
.w .has-feedback .XDrop {
  padding-right: 32.5px;
}
.w .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  pointer-events: none;
}
.w .input-lg + .form-control-feedback,
.w .input-group-lg + .form-control-feedback,
.w .form-group-lg .form-control + .form-control-feedback,
.w .form-group-lg .sdrop + .form-control-feedback,
.w .form-group-lg .XDrop + .form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px;
}
.w .input-sm + .form-control-feedback,
.w .input-group-sm + .form-control-feedback,
.w .form-group-sm .form-control + .form-control-feedback,
.w .form-group-sm .sdrop + .form-control-feedback,
.w .form-group-sm .XDrop + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.w .has-success .help-block,
.w .has-success .control-label,
.w .has-success .radio,
.w .has-success .checkbox,
.w .has-success .radio-inline,
.w .has-success .checkbox-inline,
.w .has-success.radio label,
.w .has-success.checkbox label,
.w .has-success.radio-inline label,
.w .has-success.checkbox-inline label {
  color: #3c763d;
}
.w .has-success .form-control,
.w .has-success .sdrop,
.w .has-success .XDrop {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.w .has-success .form-control:focus,
.w .has-success .sdrop:focus,
.w .has-success .XDrop:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.w .has-success .input-group-addon,
.w .has-success .input-group label.input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.w .has-success .form-control-feedback {
  color: #3c763d;
}
.w .has-warning .help-block,
.w .has-warning .control-label,
.w .has-warning .radio,
.w .has-warning .checkbox,
.w .has-warning .radio-inline,
.w .has-warning .checkbox-inline,
.w .has-warning.radio label,
.w .has-warning.checkbox label,
.w .has-warning.radio-inline label,
.w .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.w .has-warning .form-control,
.w .has-warning .sdrop,
.w .has-warning .XDrop {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.w .has-warning .form-control:focus,
.w .has-warning .sdrop:focus,
.w .has-warning .XDrop:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.w .has-warning .input-group-addon,
.w .has-warning .input-group label.input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.w .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.w .has-error .help-block,
.w .has-error .control-label,
.w .has-error .radio,
.w .has-error .checkbox,
.w .has-error .radio-inline,
.w .has-error .checkbox-inline,
.w .has-error.radio label,
.w .has-error.checkbox label,
.w .has-error.radio-inline label,
.w .has-error.checkbox-inline label {
  color: #a94442;
}
.w .has-error .form-control,
.w .has-error .sdrop,
.w .has-error .XDrop {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.w .has-error .form-control:focus,
.w .has-error .sdrop:focus,
.w .has-error .XDrop:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.w .has-error .input-group-addon,
.w .has-error .input-group label.input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.w .has-error .form-control-feedback {
  color: #a94442;
}
.w .has-feedback label ~ .form-control-feedback {
  top: 21px;
}
.w .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.w .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6a8d8d;
}
@media (min-width: 768px) {
  .w .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .w .form-inline .form-control,
  .w .form-inline .sdrop,
  .w .form-inline .XDrop {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .w .form-inline .form-control-static {
    display: inline-block;
  }
  .w .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .w .form-inline .input-group .input-group-addon,
  .w .form-inline .input-group .input-group-btn,
  .w .form-inline .input-group .form-control,
  .w .form-inline .input-group .input-group label.input-group-addon,
  .w .form-inline .input-group .wcr-pager .pager,
  .w .form-inline .input-group .sdrop,
  .w .form-inline .input-group .XDrop {
    width: auto;
  }
  .w .form-inline .input-group > .form-control,
  .w .form-inline .input-group > .sdrop,
  .w .form-inline .input-group > .XDrop {
    width: 100%;
  }
  .w .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .w .form-inline .radio,
  .w .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .w .form-inline .radio label,
  .w .form-inline .checkbox label {
    padding-left: 0;
  }
  .w .form-inline .radio input[type="radio"],
  .w .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .w .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.w .form-horizontal .radio,
.w .form-horizontal .checkbox,
.w .form-horizontal .radio-inline,
.w .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
.w .form-horizontal .radio,
.w .form-horizontal .checkbox {
  min-height: 21px;
}
.w .form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .w .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 5px;
  }
}
.w .form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .w .form-horizontal .form-group-lg .control-label {
    padding-top: 11.6666664px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .w .form-horizontal .form-group-sm .control-label {
    padding-top: 3px;
    font-size: 12px;
  }
}
.w .btn,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .row-actions > .action,
.w .row-actions > .dropdown > .morebutton,
.w .buttonprimary,
.w .buttonsecondary,
.w .action-menu-component > a.action,
.w .btn-no-border,
.w .inline_help,
.w .row-actions-component > .action,
.w .row-actions-component > .dropdown > .morebutton,
.w .inline_help-nopadding {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w .btn:focus,
.w .btn:active:focus,
.w .btn.active:focus,
.w .btn.focus,
.w .btn:active.focus,
.w .btn.active.focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active:focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active:focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active.focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active.focus,
.w .row-actions > .action:focus,
.w .row-actions > .action:active:focus,
.w .row-actions > .action.active:focus,
.w .row-actions > .action.focus,
.w .row-actions > .action:active.focus,
.w .row-actions > .action.active.focus,
.w .row-actions > .dropdown > .morebutton:focus,
.w .row-actions > .dropdown > .morebutton:active:focus,
.w .row-actions > .dropdown > .morebutton.active:focus,
.w .row-actions > .dropdown > .morebutton.focus,
.w .row-actions > .dropdown > .morebutton:active.focus,
.w .row-actions > .dropdown > .morebutton.active.focus,
.w .buttonprimary:focus,
.w .buttonprimary:active:focus,
.w .buttonprimary.active:focus,
.w .buttonprimary.focus,
.w .buttonprimary:active.focus,
.w .buttonprimary.active.focus,
.w .buttonsecondary:focus,
.w .buttonsecondary:active:focus,
.w .buttonsecondary.active:focus,
.w .buttonsecondary.focus,
.w .buttonsecondary:active.focus,
.w .buttonsecondary.active.focus,
.w .action-menu-component > a.action:focus,
.w .action-menu-component > a.action:active:focus,
.w .action-menu-component > a.action.active:focus,
.w .action-menu-component > a.action.focus,
.w .action-menu-component > a.action:active.focus,
.w .action-menu-component > a.action.active.focus,
.w .btn-no-border:focus,
.w .btn-no-border:active:focus,
.w .btn-no-border.active:focus,
.w .btn-no-border.focus,
.w .btn-no-border:active.focus,
.w .btn-no-border.active.focus,
.w .inline_help:focus,
.w .inline_help:active:focus,
.w .inline_help.active:focus,
.w .inline_help.focus,
.w .inline_help:active.focus,
.w .inline_help.active.focus,
.w .row-actions-component > .action:focus,
.w .row-actions-component > .action:active:focus,
.w .row-actions-component > .action.active:focus,
.w .row-actions-component > .action.focus,
.w .row-actions-component > .action:active.focus,
.w .row-actions-component > .action.active.focus,
.w .row-actions-component > .dropdown > .morebutton:focus,
.w .row-actions-component > .dropdown > .morebutton:active:focus,
.w .row-actions-component > .dropdown > .morebutton.active:focus,
.w .row-actions-component > .dropdown > .morebutton.focus,
.w .row-actions-component > .dropdown > .morebutton:active.focus,
.w .row-actions-component > .dropdown > .morebutton.active.focus,
.w .inline_help-nopadding:focus,
.w .inline_help-nopadding:active:focus,
.w .inline_help-nopadding.active:focus,
.w .inline_help-nopadding.focus,
.w .inline_help-nopadding:active.focus,
.w .inline_help-nopadding.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.w .btn:hover,
.w .btn:focus,
.w .btn.focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.focus,
.w .row-actions > .action:hover,
.w .row-actions > .action:focus,
.w .row-actions > .action.focus,
.w .row-actions > .dropdown > .morebutton:hover,
.w .row-actions > .dropdown > .morebutton:focus,
.w .row-actions > .dropdown > .morebutton.focus,
.w .buttonprimary:hover,
.w .buttonprimary:focus,
.w .buttonprimary.focus,
.w .buttonsecondary:hover,
.w .buttonsecondary:focus,
.w .buttonsecondary.focus,
.w .action-menu-component > a.action:hover,
.w .action-menu-component > a.action:focus,
.w .action-menu-component > a.action.focus,
.w .btn-no-border:hover,
.w .btn-no-border:focus,
.w .btn-no-border.focus,
.w .inline_help:hover,
.w .inline_help:focus,
.w .inline_help.focus,
.w .row-actions-component > .action:hover,
.w .row-actions-component > .action:focus,
.w .row-actions-component > .action.focus,
.w .row-actions-component > .dropdown > .morebutton:hover,
.w .row-actions-component > .dropdown > .morebutton:focus,
.w .row-actions-component > .dropdown > .morebutton.focus,
.w .inline_help-nopadding:hover,
.w .inline_help-nopadding:focus,
.w .inline_help-nopadding.focus {
  color: #000000;
  text-decoration: none;
}
.w .btn:active,
.w .btn.active,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active,
.w .row-actions > .action:active,
.w .row-actions > .action.active,
.w .row-actions > .dropdown > .morebutton:active,
.w .row-actions > .dropdown > .morebutton.active,
.w .buttonprimary:active,
.w .buttonprimary.active,
.w .buttonsecondary:active,
.w .buttonsecondary.active,
.w .action-menu-component > a.action:active,
.w .action-menu-component > a.action.active,
.w .btn-no-border:active,
.w .btn-no-border.active,
.w .inline_help:active,
.w .inline_help.active,
.w .row-actions-component > .action:active,
.w .row-actions-component > .action.active,
.w .row-actions-component > .dropdown > .morebutton:active,
.w .row-actions-component > .dropdown > .morebutton.active,
.w .inline_help-nopadding:active,
.w .inline_help-nopadding.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.w .btn.disabled,
.w .btn[disabled],
.w fieldset[disabled] .btn,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.disabled,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button[disabled],
.w fieldset[disabled] .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .row-actions > .action.disabled,
.w .row-actions > .action[disabled],
.w fieldset[disabled] .row-actions > .action,
.w .row-actions > .dropdown > .morebutton.disabled,
.w .row-actions > .dropdown > .morebutton[disabled],
.w fieldset[disabled] .row-actions > .dropdown > .morebutton,
.w .buttonprimary.disabled,
.w .buttonprimary[disabled],
.w fieldset[disabled] .buttonprimary,
.w .buttonsecondary.disabled,
.w .buttonsecondary[disabled],
.w fieldset[disabled] .buttonsecondary,
.w .action-menu-component > a.action.disabled,
.w .action-menu-component > a.action[disabled],
.w fieldset[disabled] .action-menu-component > a.action,
.w .btn-no-border.disabled,
.w .btn-no-border[disabled],
.w fieldset[disabled] .btn-no-border,
.w .inline_help.disabled,
.w .inline_help[disabled],
.w fieldset[disabled] .inline_help,
.w .row-actions-component > .action.disabled,
.w .row-actions-component > .action[disabled],
.w fieldset[disabled] .row-actions-component > .action,
.w .row-actions-component > .dropdown > .morebutton.disabled,
.w .row-actions-component > .dropdown > .morebutton[disabled],
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton,
.w .inline_help-nopadding.disabled,
.w .inline_help-nopadding[disabled],
.w fieldset[disabled] .inline_help-nopadding {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w a.btn.disabled,
.w fieldset[disabled] a.btn,
.w a.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.disabled,
.w fieldset[disabled] a.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w a.row-actions > .action.disabled,
.w fieldset[disabled] a.row-actions > .action,
.w a.row-actions > .dropdown > .morebutton.disabled,
.w fieldset[disabled] a.row-actions > .dropdown > .morebutton,
.w a.buttonprimary.disabled,
.w fieldset[disabled] a.buttonprimary,
.w a.buttonsecondary.disabled,
.w fieldset[disabled] a.buttonsecondary,
.w a.action-menu-component > a.action.disabled,
.w fieldset[disabled] a.action-menu-component > a.action,
.w a.btn-no-border.disabled,
.w fieldset[disabled] a.btn-no-border,
.w a.inline_help.disabled,
.w fieldset[disabled] a.inline_help,
.w a.row-actions-component > .action.disabled,
.w fieldset[disabled] a.row-actions-component > .action,
.w a.row-actions-component > .dropdown > .morebutton.disabled,
.w fieldset[disabled] a.row-actions-component > .dropdown > .morebutton,
.w a.inline_help-nopadding.disabled,
.w fieldset[disabled] a.inline_help-nopadding {
  pointer-events: none;
}
.w .btn-default,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .row-actions > .action,
.w .row-actions > .dropdown > .morebutton,
.w .buttonsecondary,
.w .action-menu-component > a.action,
.w .row-actions-component > .action,
.w .row-actions-component > .dropdown > .morebutton {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}
.w .btn-default:focus,
.w .btn-default.focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.focus,
.w .row-actions > .action:focus,
.w .row-actions > .action.focus,
.w .row-actions > .dropdown > .morebutton:focus,
.w .row-actions > .dropdown > .morebutton.focus,
.w .buttonsecondary:focus,
.w .buttonsecondary.focus,
.w .action-menu-component > a.action:focus,
.w .action-menu-component > a.action.focus,
.w .row-actions-component > .action:focus,
.w .row-actions-component > .action.focus,
.w .row-actions-component > .dropdown > .morebutton:focus,
.w .row-actions-component > .dropdown > .morebutton.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #a6a6a6;
}
.w .btn-default:hover,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover,
.w .row-actions > .action:hover,
.w .row-actions > .dropdown > .morebutton:hover,
.w .buttonsecondary:hover,
.w .action-menu-component > a.action:hover,
.w .row-actions-component > .action:hover,
.w .row-actions-component > .dropdown > .morebutton:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .btn-default:active,
.w .btn-default.active,
.w .open > .dropdown-toggle.btn-default,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active,
.w .open > .dropdown-toggle.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .row-actions > .action:active,
.w .row-actions > .action.active,
.w .open > .dropdown-toggle.row-actions > .action,
.w .row-actions > .dropdown > .morebutton:active,
.w .row-actions > .dropdown > .morebutton.active,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton,
.w .buttonsecondary:active,
.w .buttonsecondary.active,
.w .open > .dropdown-toggle.buttonsecondary,
.w .action-menu-component > a.action:active,
.w .action-menu-component > a.action.active,
.w .open > .dropdown-toggle.action-menu-component > a.action,
.w .row-actions-component > .action:active,
.w .row-actions-component > .action.active,
.w .open > .dropdown-toggle.row-actions-component > .action,
.w .row-actions-component > .dropdown > .morebutton:active,
.w .row-actions-component > .dropdown > .morebutton.active,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .btn-default:active:hover,
.w .btn-default.active:hover,
.w .open > .dropdown-toggle.btn-default:hover,
.w .btn-default:active:focus,
.w .btn-default.active:focus,
.w .open > .dropdown-toggle.btn-default:focus,
.w .btn-default:active.focus,
.w .btn-default.active.focus,
.w .open > .dropdown-toggle.btn-default.focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active:hover,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active:hover,
.w .open > .dropdown-toggle.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active:focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active:focus,
.w .open > .dropdown-toggle.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active.focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active.focus,
.w .open > .dropdown-toggle.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.focus,
.w .row-actions > .action:active:hover,
.w .row-actions > .action.active:hover,
.w .open > .dropdown-toggle.row-actions > .action:hover,
.w .row-actions > .action:active:focus,
.w .row-actions > .action.active:focus,
.w .open > .dropdown-toggle.row-actions > .action:focus,
.w .row-actions > .action:active.focus,
.w .row-actions > .action.active.focus,
.w .open > .dropdown-toggle.row-actions > .action.focus,
.w .row-actions > .dropdown > .morebutton:active:hover,
.w .row-actions > .dropdown > .morebutton.active:hover,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton:hover,
.w .row-actions > .dropdown > .morebutton:active:focus,
.w .row-actions > .dropdown > .morebutton.active:focus,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton:focus,
.w .row-actions > .dropdown > .morebutton:active.focus,
.w .row-actions > .dropdown > .morebutton.active.focus,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.focus,
.w .buttonsecondary:active:hover,
.w .buttonsecondary.active:hover,
.w .open > .dropdown-toggle.buttonsecondary:hover,
.w .buttonsecondary:active:focus,
.w .buttonsecondary.active:focus,
.w .open > .dropdown-toggle.buttonsecondary:focus,
.w .buttonsecondary:active.focus,
.w .buttonsecondary.active.focus,
.w .open > .dropdown-toggle.buttonsecondary.focus,
.w .action-menu-component > a.action:active:hover,
.w .action-menu-component > a.action.active:hover,
.w .open > .dropdown-toggle.action-menu-component > a.action:hover,
.w .action-menu-component > a.action:active:focus,
.w .action-menu-component > a.action.active:focus,
.w .open > .dropdown-toggle.action-menu-component > a.action:focus,
.w .action-menu-component > a.action:active.focus,
.w .action-menu-component > a.action.active.focus,
.w .open > .dropdown-toggle.action-menu-component > a.action.focus,
.w .row-actions-component > .action:active:hover,
.w .row-actions-component > .action.active:hover,
.w .open > .dropdown-toggle.row-actions-component > .action:hover,
.w .row-actions-component > .action:active:focus,
.w .row-actions-component > .action.active:focus,
.w .open > .dropdown-toggle.row-actions-component > .action:focus,
.w .row-actions-component > .action:active.focus,
.w .row-actions-component > .action.active.focus,
.w .open > .dropdown-toggle.row-actions-component > .action.focus,
.w .row-actions-component > .dropdown > .morebutton:active:hover,
.w .row-actions-component > .dropdown > .morebutton.active:hover,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton:hover,
.w .row-actions-component > .dropdown > .morebutton:active:focus,
.w .row-actions-component > .dropdown > .morebutton.active:focus,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton:focus,
.w .row-actions-component > .dropdown > .morebutton:active.focus,
.w .row-actions-component > .dropdown > .morebutton.active.focus,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #a6a6a6;
}
.w .btn-default:active,
.w .btn-default.active,
.w .open > .dropdown-toggle.btn-default,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active,
.w .open > .dropdown-toggle.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .row-actions > .action:active,
.w .row-actions > .action.active,
.w .open > .dropdown-toggle.row-actions > .action,
.w .row-actions > .dropdown > .morebutton:active,
.w .row-actions > .dropdown > .morebutton.active,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton,
.w .buttonsecondary:active,
.w .buttonsecondary.active,
.w .open > .dropdown-toggle.buttonsecondary,
.w .action-menu-component > a.action:active,
.w .action-menu-component > a.action.active,
.w .open > .dropdown-toggle.action-menu-component > a.action,
.w .row-actions-component > .action:active,
.w .row-actions-component > .action.active,
.w .open > .dropdown-toggle.row-actions-component > .action,
.w .row-actions-component > .dropdown > .morebutton:active,
.w .row-actions-component > .dropdown > .morebutton.active,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton {
  background-image: none;
}
.w .btn-default.disabled,
.w .btn-default[disabled],
.w fieldset[disabled] .btn-default,
.w .btn-default.disabled:hover,
.w .btn-default[disabled]:hover,
.w fieldset[disabled] .btn-default:hover,
.w .btn-default.disabled:focus,
.w .btn-default[disabled]:focus,
.w fieldset[disabled] .btn-default:focus,
.w .btn-default.disabled.focus,
.w .btn-default[disabled].focus,
.w fieldset[disabled] .btn-default.focus,
.w .btn-default.disabled:active,
.w .btn-default[disabled]:active,
.w fieldset[disabled] .btn-default:active,
.w .btn-default.disabled.active,
.w .btn-default[disabled].active,
.w fieldset[disabled] .btn-default.active,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.disabled,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button[disabled],
.w fieldset[disabled] .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.disabled:hover,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button[disabled]:hover,
.w fieldset[disabled] .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.disabled:focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button[disabled]:focus,
.w fieldset[disabled] .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.disabled.focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button[disabled].focus,
.w fieldset[disabled] .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.focus,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.disabled:active,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button[disabled]:active,
.w fieldset[disabled] .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.disabled.active,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button[disabled].active,
.w fieldset[disabled] .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active,
.w .row-actions > .action.disabled,
.w .row-actions > .action[disabled],
.w fieldset[disabled] .row-actions > .action,
.w .row-actions > .action.disabled:hover,
.w .row-actions > .action[disabled]:hover,
.w fieldset[disabled] .row-actions > .action:hover,
.w .row-actions > .action.disabled:focus,
.w .row-actions > .action[disabled]:focus,
.w fieldset[disabled] .row-actions > .action:focus,
.w .row-actions > .action.disabled.focus,
.w .row-actions > .action[disabled].focus,
.w fieldset[disabled] .row-actions > .action.focus,
.w .row-actions > .action.disabled:active,
.w .row-actions > .action[disabled]:active,
.w fieldset[disabled] .row-actions > .action:active,
.w .row-actions > .action.disabled.active,
.w .row-actions > .action[disabled].active,
.w fieldset[disabled] .row-actions > .action.active,
.w .row-actions > .dropdown > .morebutton.disabled,
.w .row-actions > .dropdown > .morebutton[disabled],
.w fieldset[disabled] .row-actions > .dropdown > .morebutton,
.w .row-actions > .dropdown > .morebutton.disabled:hover,
.w .row-actions > .dropdown > .morebutton[disabled]:hover,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton:hover,
.w .row-actions > .dropdown > .morebutton.disabled:focus,
.w .row-actions > .dropdown > .morebutton[disabled]:focus,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton:focus,
.w .row-actions > .dropdown > .morebutton.disabled.focus,
.w .row-actions > .dropdown > .morebutton[disabled].focus,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.focus,
.w .row-actions > .dropdown > .morebutton.disabled:active,
.w .row-actions > .dropdown > .morebutton[disabled]:active,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton:active,
.w .row-actions > .dropdown > .morebutton.disabled.active,
.w .row-actions > .dropdown > .morebutton[disabled].active,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.active,
.w .buttonsecondary.disabled,
.w .buttonsecondary[disabled],
.w fieldset[disabled] .buttonsecondary,
.w .buttonsecondary.disabled:hover,
.w .buttonsecondary[disabled]:hover,
.w fieldset[disabled] .buttonsecondary:hover,
.w .buttonsecondary.disabled:focus,
.w .buttonsecondary[disabled]:focus,
.w fieldset[disabled] .buttonsecondary:focus,
.w .buttonsecondary.disabled.focus,
.w .buttonsecondary[disabled].focus,
.w fieldset[disabled] .buttonsecondary.focus,
.w .buttonsecondary.disabled:active,
.w .buttonsecondary[disabled]:active,
.w fieldset[disabled] .buttonsecondary:active,
.w .buttonsecondary.disabled.active,
.w .buttonsecondary[disabled].active,
.w fieldset[disabled] .buttonsecondary.active,
.w .action-menu-component > a.action.disabled,
.w .action-menu-component > a.action[disabled],
.w fieldset[disabled] .action-menu-component > a.action,
.w .action-menu-component > a.action.disabled:hover,
.w .action-menu-component > a.action[disabled]:hover,
.w fieldset[disabled] .action-menu-component > a.action:hover,
.w .action-menu-component > a.action.disabled:focus,
.w .action-menu-component > a.action[disabled]:focus,
.w fieldset[disabled] .action-menu-component > a.action:focus,
.w .action-menu-component > a.action.disabled.focus,
.w .action-menu-component > a.action[disabled].focus,
.w fieldset[disabled] .action-menu-component > a.action.focus,
.w .action-menu-component > a.action.disabled:active,
.w .action-menu-component > a.action[disabled]:active,
.w fieldset[disabled] .action-menu-component > a.action:active,
.w .action-menu-component > a.action.disabled.active,
.w .action-menu-component > a.action[disabled].active,
.w fieldset[disabled] .action-menu-component > a.action.active,
.w .row-actions-component > .action.disabled,
.w .row-actions-component > .action[disabled],
.w fieldset[disabled] .row-actions-component > .action,
.w .row-actions-component > .action.disabled:hover,
.w .row-actions-component > .action[disabled]:hover,
.w fieldset[disabled] .row-actions-component > .action:hover,
.w .row-actions-component > .action.disabled:focus,
.w .row-actions-component > .action[disabled]:focus,
.w fieldset[disabled] .row-actions-component > .action:focus,
.w .row-actions-component > .action.disabled.focus,
.w .row-actions-component > .action[disabled].focus,
.w fieldset[disabled] .row-actions-component > .action.focus,
.w .row-actions-component > .action.disabled:active,
.w .row-actions-component > .action[disabled]:active,
.w fieldset[disabled] .row-actions-component > .action:active,
.w .row-actions-component > .action.disabled.active,
.w .row-actions-component > .action[disabled].active,
.w fieldset[disabled] .row-actions-component > .action.active,
.w .row-actions-component > .dropdown > .morebutton.disabled,
.w .row-actions-component > .dropdown > .morebutton[disabled],
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton,
.w .row-actions-component > .dropdown > .morebutton.disabled:hover,
.w .row-actions-component > .dropdown > .morebutton[disabled]:hover,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton:hover,
.w .row-actions-component > .dropdown > .morebutton.disabled:focus,
.w .row-actions-component > .dropdown > .morebutton[disabled]:focus,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton:focus,
.w .row-actions-component > .dropdown > .morebutton.disabled.focus,
.w .row-actions-component > .dropdown > .morebutton[disabled].focus,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.focus,
.w .row-actions-component > .dropdown > .morebutton.disabled:active,
.w .row-actions-component > .dropdown > .morebutton[disabled]:active,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton:active,
.w .row-actions-component > .dropdown > .morebutton.disabled.active,
.w .row-actions-component > .dropdown > .morebutton[disabled].active,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.active {
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}
.w .btn-default .badge,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button .badge,
.w .row-actions > .action .badge,
.w .row-actions > .dropdown > .morebutton .badge,
.w .buttonsecondary .badge,
.w .action-menu-component > a.action .badge,
.w .row-actions-component > .action .badge,
.w .row-actions-component > .dropdown > .morebutton .badge {
  color: #FFFFFF;
  background-color: #000000;
}
.w .btn-primary,
.w .ui-dialog-buttonset .ui-button:last-child,
.w .row-actions > .action.action-primary,
.w .row-actions > .dropdown > .morebutton.action-primary,
.w .buttonprimary,
.w .action-menu-component > a.action.action-primary,
.w .row-actions-component > .action.action-primary,
.w .row-actions-component > .dropdown > .morebutton.action-primary {
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .btn-primary:focus,
.w .btn-primary.focus,
.w .ui-dialog-buttonset .ui-button:last-child:focus,
.w .ui-dialog-buttonset .ui-button:last-child.focus,
.w .row-actions > .action.action-primary:focus,
.w .row-actions > .action.action-primary.focus,
.w .row-actions > .dropdown > .morebutton.action-primary:focus,
.w .row-actions > .dropdown > .morebutton.action-primary.focus,
.w .buttonprimary:focus,
.w .buttonprimary.focus,
.w .action-menu-component > a.action.action-primary:focus,
.w .action-menu-component > a.action.action-primary.focus,
.w .row-actions-component > .action.action-primary:focus,
.w .row-actions-component > .action.action-primary.focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary:focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .btn-primary:hover,
.w .ui-dialog-buttonset .ui-button:last-child:hover,
.w .row-actions > .action.action-primary:hover,
.w .row-actions > .dropdown > .morebutton.action-primary:hover,
.w .buttonprimary:hover,
.w .action-menu-component > a.action.action-primary:hover,
.w .row-actions-component > .action.action-primary:hover,
.w .row-actions-component > .dropdown > .morebutton.action-primary:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .btn-primary:active,
.w .btn-primary.active,
.w .open > .dropdown-toggle.btn-primary,
.w .ui-dialog-buttonset .ui-button:last-child:active,
.w .ui-dialog-buttonset .ui-button:last-child.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button:last-child,
.w .row-actions > .action.action-primary:active,
.w .row-actions > .action.action-primary.active,
.w .open > .dropdown-toggle.row-actions > .action.action-primary,
.w .row-actions > .dropdown > .morebutton.action-primary:active,
.w .row-actions > .dropdown > .morebutton.action-primary.active,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-primary,
.w .buttonprimary:active,
.w .buttonprimary.active,
.w .open > .dropdown-toggle.buttonprimary,
.w .action-menu-component > a.action.action-primary:active,
.w .action-menu-component > a.action.action-primary.active,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-primary,
.w .row-actions-component > .action.action-primary:active,
.w .row-actions-component > .action.action-primary.active,
.w .open > .dropdown-toggle.row-actions-component > .action.action-primary,
.w .row-actions-component > .dropdown > .morebutton.action-primary:active,
.w .row-actions-component > .dropdown > .morebutton.action-primary.active,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-primary {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .btn-primary:active:hover,
.w .btn-primary.active:hover,
.w .open > .dropdown-toggle.btn-primary:hover,
.w .btn-primary:active:focus,
.w .btn-primary.active:focus,
.w .open > .dropdown-toggle.btn-primary:focus,
.w .btn-primary:active.focus,
.w .btn-primary.active.focus,
.w .open > .dropdown-toggle.btn-primary.focus,
.w .ui-dialog-buttonset .ui-button:last-child:active:hover,
.w .ui-dialog-buttonset .ui-button:last-child.active:hover,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button:last-child:hover,
.w .ui-dialog-buttonset .ui-button:last-child:active:focus,
.w .ui-dialog-buttonset .ui-button:last-child.active:focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button:last-child:focus,
.w .ui-dialog-buttonset .ui-button:last-child:active.focus,
.w .ui-dialog-buttonset .ui-button:last-child.active.focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button:last-child.focus,
.w .row-actions > .action.action-primary:active:hover,
.w .row-actions > .action.action-primary.active:hover,
.w .open > .dropdown-toggle.row-actions > .action.action-primary:hover,
.w .row-actions > .action.action-primary:active:focus,
.w .row-actions > .action.action-primary.active:focus,
.w .open > .dropdown-toggle.row-actions > .action.action-primary:focus,
.w .row-actions > .action.action-primary:active.focus,
.w .row-actions > .action.action-primary.active.focus,
.w .open > .dropdown-toggle.row-actions > .action.action-primary.focus,
.w .row-actions > .dropdown > .morebutton.action-primary:active:hover,
.w .row-actions > .dropdown > .morebutton.action-primary.active:hover,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-primary:hover,
.w .row-actions > .dropdown > .morebutton.action-primary:active:focus,
.w .row-actions > .dropdown > .morebutton.action-primary.active:focus,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-primary:focus,
.w .row-actions > .dropdown > .morebutton.action-primary:active.focus,
.w .row-actions > .dropdown > .morebutton.action-primary.active.focus,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-primary.focus,
.w .buttonprimary:active:hover,
.w .buttonprimary.active:hover,
.w .open > .dropdown-toggle.buttonprimary:hover,
.w .buttonprimary:active:focus,
.w .buttonprimary.active:focus,
.w .open > .dropdown-toggle.buttonprimary:focus,
.w .buttonprimary:active.focus,
.w .buttonprimary.active.focus,
.w .open > .dropdown-toggle.buttonprimary.focus,
.w .action-menu-component > a.action.action-primary:active:hover,
.w .action-menu-component > a.action.action-primary.active:hover,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-primary:hover,
.w .action-menu-component > a.action.action-primary:active:focus,
.w .action-menu-component > a.action.action-primary.active:focus,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-primary:focus,
.w .action-menu-component > a.action.action-primary:active.focus,
.w .action-menu-component > a.action.action-primary.active.focus,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-primary.focus,
.w .row-actions-component > .action.action-primary:active:hover,
.w .row-actions-component > .action.action-primary.active:hover,
.w .open > .dropdown-toggle.row-actions-component > .action.action-primary:hover,
.w .row-actions-component > .action.action-primary:active:focus,
.w .row-actions-component > .action.action-primary.active:focus,
.w .open > .dropdown-toggle.row-actions-component > .action.action-primary:focus,
.w .row-actions-component > .action.action-primary:active.focus,
.w .row-actions-component > .action.action-primary.active.focus,
.w .open > .dropdown-toggle.row-actions-component > .action.action-primary.focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary:active:hover,
.w .row-actions-component > .dropdown > .morebutton.action-primary.active:hover,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-primary:hover,
.w .row-actions-component > .dropdown > .morebutton.action-primary:active:focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary.active:focus,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-primary:focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary:active.focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary.active.focus,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-primary.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .btn-primary:active,
.w .btn-primary.active,
.w .open > .dropdown-toggle.btn-primary,
.w .ui-dialog-buttonset .ui-button:last-child:active,
.w .ui-dialog-buttonset .ui-button:last-child.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button:last-child,
.w .row-actions > .action.action-primary:active,
.w .row-actions > .action.action-primary.active,
.w .open > .dropdown-toggle.row-actions > .action.action-primary,
.w .row-actions > .dropdown > .morebutton.action-primary:active,
.w .row-actions > .dropdown > .morebutton.action-primary.active,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-primary,
.w .buttonprimary:active,
.w .buttonprimary.active,
.w .open > .dropdown-toggle.buttonprimary,
.w .action-menu-component > a.action.action-primary:active,
.w .action-menu-component > a.action.action-primary.active,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-primary,
.w .row-actions-component > .action.action-primary:active,
.w .row-actions-component > .action.action-primary.active,
.w .open > .dropdown-toggle.row-actions-component > .action.action-primary,
.w .row-actions-component > .dropdown > .morebutton.action-primary:active,
.w .row-actions-component > .dropdown > .morebutton.action-primary.active,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-primary {
  background-image: none;
}
.w .btn-primary.disabled,
.w .btn-primary[disabled],
.w fieldset[disabled] .btn-primary,
.w .btn-primary.disabled:hover,
.w .btn-primary[disabled]:hover,
.w fieldset[disabled] .btn-primary:hover,
.w .btn-primary.disabled:focus,
.w .btn-primary[disabled]:focus,
.w fieldset[disabled] .btn-primary:focus,
.w .btn-primary.disabled.focus,
.w .btn-primary[disabled].focus,
.w fieldset[disabled] .btn-primary.focus,
.w .btn-primary.disabled:active,
.w .btn-primary[disabled]:active,
.w fieldset[disabled] .btn-primary:active,
.w .btn-primary.disabled.active,
.w .btn-primary[disabled].active,
.w fieldset[disabled] .btn-primary.active,
.w .ui-dialog-buttonset .ui-button:last-child.disabled,
.w .ui-dialog-buttonset .ui-button:last-child[disabled],
.w fieldset[disabled] .ui-dialog-buttonset .ui-button:last-child,
.w .ui-dialog-buttonset .ui-button:last-child.disabled:hover,
.w .ui-dialog-buttonset .ui-button:last-child[disabled]:hover,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button:last-child:hover,
.w .ui-dialog-buttonset .ui-button:last-child.disabled:focus,
.w .ui-dialog-buttonset .ui-button:last-child[disabled]:focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button:last-child:focus,
.w .ui-dialog-buttonset .ui-button:last-child.disabled.focus,
.w .ui-dialog-buttonset .ui-button:last-child[disabled].focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button:last-child.focus,
.w .ui-dialog-buttonset .ui-button:last-child.disabled:active,
.w .ui-dialog-buttonset .ui-button:last-child[disabled]:active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button:last-child:active,
.w .ui-dialog-buttonset .ui-button:last-child.disabled.active,
.w .ui-dialog-buttonset .ui-button:last-child[disabled].active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button:last-child.active,
.w .row-actions > .action.action-primary.disabled,
.w .row-actions > .action.action-primary[disabled],
.w fieldset[disabled] .row-actions > .action.action-primary,
.w .row-actions > .action.action-primary.disabled:hover,
.w .row-actions > .action.action-primary[disabled]:hover,
.w fieldset[disabled] .row-actions > .action.action-primary:hover,
.w .row-actions > .action.action-primary.disabled:focus,
.w .row-actions > .action.action-primary[disabled]:focus,
.w fieldset[disabled] .row-actions > .action.action-primary:focus,
.w .row-actions > .action.action-primary.disabled.focus,
.w .row-actions > .action.action-primary[disabled].focus,
.w fieldset[disabled] .row-actions > .action.action-primary.focus,
.w .row-actions > .action.action-primary.disabled:active,
.w .row-actions > .action.action-primary[disabled]:active,
.w fieldset[disabled] .row-actions > .action.action-primary:active,
.w .row-actions > .action.action-primary.disabled.active,
.w .row-actions > .action.action-primary[disabled].active,
.w fieldset[disabled] .row-actions > .action.action-primary.active,
.w .row-actions > .dropdown > .morebutton.action-primary.disabled,
.w .row-actions > .dropdown > .morebutton.action-primary[disabled],
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-primary,
.w .row-actions > .dropdown > .morebutton.action-primary.disabled:hover,
.w .row-actions > .dropdown > .morebutton.action-primary[disabled]:hover,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-primary:hover,
.w .row-actions > .dropdown > .morebutton.action-primary.disabled:focus,
.w .row-actions > .dropdown > .morebutton.action-primary[disabled]:focus,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-primary:focus,
.w .row-actions > .dropdown > .morebutton.action-primary.disabled.focus,
.w .row-actions > .dropdown > .morebutton.action-primary[disabled].focus,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-primary.focus,
.w .row-actions > .dropdown > .morebutton.action-primary.disabled:active,
.w .row-actions > .dropdown > .morebutton.action-primary[disabled]:active,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-primary:active,
.w .row-actions > .dropdown > .morebutton.action-primary.disabled.active,
.w .row-actions > .dropdown > .morebutton.action-primary[disabled].active,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-primary.active,
.w .buttonprimary.disabled,
.w .buttonprimary[disabled],
.w fieldset[disabled] .buttonprimary,
.w .buttonprimary.disabled:hover,
.w .buttonprimary[disabled]:hover,
.w fieldset[disabled] .buttonprimary:hover,
.w .buttonprimary.disabled:focus,
.w .buttonprimary[disabled]:focus,
.w fieldset[disabled] .buttonprimary:focus,
.w .buttonprimary.disabled.focus,
.w .buttonprimary[disabled].focus,
.w fieldset[disabled] .buttonprimary.focus,
.w .buttonprimary.disabled:active,
.w .buttonprimary[disabled]:active,
.w fieldset[disabled] .buttonprimary:active,
.w .buttonprimary.disabled.active,
.w .buttonprimary[disabled].active,
.w fieldset[disabled] .buttonprimary.active,
.w .action-menu-component > a.action.action-primary.disabled,
.w .action-menu-component > a.action.action-primary[disabled],
.w fieldset[disabled] .action-menu-component > a.action.action-primary,
.w .action-menu-component > a.action.action-primary.disabled:hover,
.w .action-menu-component > a.action.action-primary[disabled]:hover,
.w fieldset[disabled] .action-menu-component > a.action.action-primary:hover,
.w .action-menu-component > a.action.action-primary.disabled:focus,
.w .action-menu-component > a.action.action-primary[disabled]:focus,
.w fieldset[disabled] .action-menu-component > a.action.action-primary:focus,
.w .action-menu-component > a.action.action-primary.disabled.focus,
.w .action-menu-component > a.action.action-primary[disabled].focus,
.w fieldset[disabled] .action-menu-component > a.action.action-primary.focus,
.w .action-menu-component > a.action.action-primary.disabled:active,
.w .action-menu-component > a.action.action-primary[disabled]:active,
.w fieldset[disabled] .action-menu-component > a.action.action-primary:active,
.w .action-menu-component > a.action.action-primary.disabled.active,
.w .action-menu-component > a.action.action-primary[disabled].active,
.w fieldset[disabled] .action-menu-component > a.action.action-primary.active,
.w .row-actions-component > .action.action-primary.disabled,
.w .row-actions-component > .action.action-primary[disabled],
.w fieldset[disabled] .row-actions-component > .action.action-primary,
.w .row-actions-component > .action.action-primary.disabled:hover,
.w .row-actions-component > .action.action-primary[disabled]:hover,
.w fieldset[disabled] .row-actions-component > .action.action-primary:hover,
.w .row-actions-component > .action.action-primary.disabled:focus,
.w .row-actions-component > .action.action-primary[disabled]:focus,
.w fieldset[disabled] .row-actions-component > .action.action-primary:focus,
.w .row-actions-component > .action.action-primary.disabled.focus,
.w .row-actions-component > .action.action-primary[disabled].focus,
.w fieldset[disabled] .row-actions-component > .action.action-primary.focus,
.w .row-actions-component > .action.action-primary.disabled:active,
.w .row-actions-component > .action.action-primary[disabled]:active,
.w fieldset[disabled] .row-actions-component > .action.action-primary:active,
.w .row-actions-component > .action.action-primary.disabled.active,
.w .row-actions-component > .action.action-primary[disabled].active,
.w fieldset[disabled] .row-actions-component > .action.action-primary.active,
.w .row-actions-component > .dropdown > .morebutton.action-primary.disabled,
.w .row-actions-component > .dropdown > .morebutton.action-primary[disabled],
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-primary,
.w .row-actions-component > .dropdown > .morebutton.action-primary.disabled:hover,
.w .row-actions-component > .dropdown > .morebutton.action-primary[disabled]:hover,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-primary:hover,
.w .row-actions-component > .dropdown > .morebutton.action-primary.disabled:focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary[disabled]:focus,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-primary:focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary.disabled.focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary[disabled].focus,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-primary.focus,
.w .row-actions-component > .dropdown > .morebutton.action-primary.disabled:active,
.w .row-actions-component > .dropdown > .morebutton.action-primary[disabled]:active,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-primary:active,
.w .row-actions-component > .dropdown > .morebutton.action-primary.disabled.active,
.w .row-actions-component > .dropdown > .morebutton.action-primary[disabled].active,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-primary.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .btn-primary .badge,
.w .ui-dialog-buttonset .ui-button:last-child .badge,
.w .row-actions > .action.action-primary .badge,
.w .row-actions > .dropdown > .morebutton.action-primary .badge,
.w .buttonprimary .badge,
.w .action-menu-component > a.action.action-primary .badge,
.w .row-actions-component > .action.action-primary .badge,
.w .row-actions-component > .dropdown > .morebutton.action-primary .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .btn-success,
.w .row-actions > .action.action-success,
.w .row-actions > .dropdown > .morebutton.action-success,
.w .action-menu-component > a.action.action-success,
.w .row-actions-component > .action.action-success,
.w .row-actions-component > .dropdown > .morebutton.action-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.w .btn-success:focus,
.w .btn-success.focus,
.w .row-actions > .action.action-success:focus,
.w .row-actions > .action.action-success.focus,
.w .row-actions > .dropdown > .morebutton.action-success:focus,
.w .row-actions > .dropdown > .morebutton.action-success.focus,
.w .action-menu-component > a.action.action-success:focus,
.w .action-menu-component > a.action.action-success.focus,
.w .row-actions-component > .action.action-success:focus,
.w .row-actions-component > .action.action-success.focus,
.w .row-actions-component > .dropdown > .morebutton.action-success:focus,
.w .row-actions-component > .dropdown > .morebutton.action-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.w .btn-success:hover,
.w .row-actions > .action.action-success:hover,
.w .row-actions > .dropdown > .morebutton.action-success:hover,
.w .action-menu-component > a.action.action-success:hover,
.w .row-actions-component > .action.action-success:hover,
.w .row-actions-component > .dropdown > .morebutton.action-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.w .btn-success:active,
.w .btn-success.active,
.w .open > .dropdown-toggle.btn-success,
.w .row-actions > .action.action-success:active,
.w .row-actions > .action.action-success.active,
.w .open > .dropdown-toggle.row-actions > .action.action-success,
.w .row-actions > .dropdown > .morebutton.action-success:active,
.w .row-actions > .dropdown > .morebutton.action-success.active,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-success,
.w .action-menu-component > a.action.action-success:active,
.w .action-menu-component > a.action.action-success.active,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-success,
.w .row-actions-component > .action.action-success:active,
.w .row-actions-component > .action.action-success.active,
.w .open > .dropdown-toggle.row-actions-component > .action.action-success,
.w .row-actions-component > .dropdown > .morebutton.action-success:active,
.w .row-actions-component > .dropdown > .morebutton.action-success.active,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.w .btn-success:active:hover,
.w .btn-success.active:hover,
.w .open > .dropdown-toggle.btn-success:hover,
.w .btn-success:active:focus,
.w .btn-success.active:focus,
.w .open > .dropdown-toggle.btn-success:focus,
.w .btn-success:active.focus,
.w .btn-success.active.focus,
.w .open > .dropdown-toggle.btn-success.focus,
.w .row-actions > .action.action-success:active:hover,
.w .row-actions > .action.action-success.active:hover,
.w .open > .dropdown-toggle.row-actions > .action.action-success:hover,
.w .row-actions > .action.action-success:active:focus,
.w .row-actions > .action.action-success.active:focus,
.w .open > .dropdown-toggle.row-actions > .action.action-success:focus,
.w .row-actions > .action.action-success:active.focus,
.w .row-actions > .action.action-success.active.focus,
.w .open > .dropdown-toggle.row-actions > .action.action-success.focus,
.w .row-actions > .dropdown > .morebutton.action-success:active:hover,
.w .row-actions > .dropdown > .morebutton.action-success.active:hover,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-success:hover,
.w .row-actions > .dropdown > .morebutton.action-success:active:focus,
.w .row-actions > .dropdown > .morebutton.action-success.active:focus,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-success:focus,
.w .row-actions > .dropdown > .morebutton.action-success:active.focus,
.w .row-actions > .dropdown > .morebutton.action-success.active.focus,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-success.focus,
.w .action-menu-component > a.action.action-success:active:hover,
.w .action-menu-component > a.action.action-success.active:hover,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-success:hover,
.w .action-menu-component > a.action.action-success:active:focus,
.w .action-menu-component > a.action.action-success.active:focus,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-success:focus,
.w .action-menu-component > a.action.action-success:active.focus,
.w .action-menu-component > a.action.action-success.active.focus,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-success.focus,
.w .row-actions-component > .action.action-success:active:hover,
.w .row-actions-component > .action.action-success.active:hover,
.w .open > .dropdown-toggle.row-actions-component > .action.action-success:hover,
.w .row-actions-component > .action.action-success:active:focus,
.w .row-actions-component > .action.action-success.active:focus,
.w .open > .dropdown-toggle.row-actions-component > .action.action-success:focus,
.w .row-actions-component > .action.action-success:active.focus,
.w .row-actions-component > .action.action-success.active.focus,
.w .open > .dropdown-toggle.row-actions-component > .action.action-success.focus,
.w .row-actions-component > .dropdown > .morebutton.action-success:active:hover,
.w .row-actions-component > .dropdown > .morebutton.action-success.active:hover,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-success:hover,
.w .row-actions-component > .dropdown > .morebutton.action-success:active:focus,
.w .row-actions-component > .dropdown > .morebutton.action-success.active:focus,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-success:focus,
.w .row-actions-component > .dropdown > .morebutton.action-success:active.focus,
.w .row-actions-component > .dropdown > .morebutton.action-success.active.focus,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.w .btn-success:active,
.w .btn-success.active,
.w .open > .dropdown-toggle.btn-success,
.w .row-actions > .action.action-success:active,
.w .row-actions > .action.action-success.active,
.w .open > .dropdown-toggle.row-actions > .action.action-success,
.w .row-actions > .dropdown > .morebutton.action-success:active,
.w .row-actions > .dropdown > .morebutton.action-success.active,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-success,
.w .action-menu-component > a.action.action-success:active,
.w .action-menu-component > a.action.action-success.active,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-success,
.w .row-actions-component > .action.action-success:active,
.w .row-actions-component > .action.action-success.active,
.w .open > .dropdown-toggle.row-actions-component > .action.action-success,
.w .row-actions-component > .dropdown > .morebutton.action-success:active,
.w .row-actions-component > .dropdown > .morebutton.action-success.active,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-success {
  background-image: none;
}
.w .btn-success.disabled,
.w .btn-success[disabled],
.w fieldset[disabled] .btn-success,
.w .btn-success.disabled:hover,
.w .btn-success[disabled]:hover,
.w fieldset[disabled] .btn-success:hover,
.w .btn-success.disabled:focus,
.w .btn-success[disabled]:focus,
.w fieldset[disabled] .btn-success:focus,
.w .btn-success.disabled.focus,
.w .btn-success[disabled].focus,
.w fieldset[disabled] .btn-success.focus,
.w .btn-success.disabled:active,
.w .btn-success[disabled]:active,
.w fieldset[disabled] .btn-success:active,
.w .btn-success.disabled.active,
.w .btn-success[disabled].active,
.w fieldset[disabled] .btn-success.active,
.w .row-actions > .action.action-success.disabled,
.w .row-actions > .action.action-success[disabled],
.w fieldset[disabled] .row-actions > .action.action-success,
.w .row-actions > .action.action-success.disabled:hover,
.w .row-actions > .action.action-success[disabled]:hover,
.w fieldset[disabled] .row-actions > .action.action-success:hover,
.w .row-actions > .action.action-success.disabled:focus,
.w .row-actions > .action.action-success[disabled]:focus,
.w fieldset[disabled] .row-actions > .action.action-success:focus,
.w .row-actions > .action.action-success.disabled.focus,
.w .row-actions > .action.action-success[disabled].focus,
.w fieldset[disabled] .row-actions > .action.action-success.focus,
.w .row-actions > .action.action-success.disabled:active,
.w .row-actions > .action.action-success[disabled]:active,
.w fieldset[disabled] .row-actions > .action.action-success:active,
.w .row-actions > .action.action-success.disabled.active,
.w .row-actions > .action.action-success[disabled].active,
.w fieldset[disabled] .row-actions > .action.action-success.active,
.w .row-actions > .dropdown > .morebutton.action-success.disabled,
.w .row-actions > .dropdown > .morebutton.action-success[disabled],
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-success,
.w .row-actions > .dropdown > .morebutton.action-success.disabled:hover,
.w .row-actions > .dropdown > .morebutton.action-success[disabled]:hover,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-success:hover,
.w .row-actions > .dropdown > .morebutton.action-success.disabled:focus,
.w .row-actions > .dropdown > .morebutton.action-success[disabled]:focus,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-success:focus,
.w .row-actions > .dropdown > .morebutton.action-success.disabled.focus,
.w .row-actions > .dropdown > .morebutton.action-success[disabled].focus,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-success.focus,
.w .row-actions > .dropdown > .morebutton.action-success.disabled:active,
.w .row-actions > .dropdown > .morebutton.action-success[disabled]:active,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-success:active,
.w .row-actions > .dropdown > .morebutton.action-success.disabled.active,
.w .row-actions > .dropdown > .morebutton.action-success[disabled].active,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-success.active,
.w .action-menu-component > a.action.action-success.disabled,
.w .action-menu-component > a.action.action-success[disabled],
.w fieldset[disabled] .action-menu-component > a.action.action-success,
.w .action-menu-component > a.action.action-success.disabled:hover,
.w .action-menu-component > a.action.action-success[disabled]:hover,
.w fieldset[disabled] .action-menu-component > a.action.action-success:hover,
.w .action-menu-component > a.action.action-success.disabled:focus,
.w .action-menu-component > a.action.action-success[disabled]:focus,
.w fieldset[disabled] .action-menu-component > a.action.action-success:focus,
.w .action-menu-component > a.action.action-success.disabled.focus,
.w .action-menu-component > a.action.action-success[disabled].focus,
.w fieldset[disabled] .action-menu-component > a.action.action-success.focus,
.w .action-menu-component > a.action.action-success.disabled:active,
.w .action-menu-component > a.action.action-success[disabled]:active,
.w fieldset[disabled] .action-menu-component > a.action.action-success:active,
.w .action-menu-component > a.action.action-success.disabled.active,
.w .action-menu-component > a.action.action-success[disabled].active,
.w fieldset[disabled] .action-menu-component > a.action.action-success.active,
.w .row-actions-component > .action.action-success.disabled,
.w .row-actions-component > .action.action-success[disabled],
.w fieldset[disabled] .row-actions-component > .action.action-success,
.w .row-actions-component > .action.action-success.disabled:hover,
.w .row-actions-component > .action.action-success[disabled]:hover,
.w fieldset[disabled] .row-actions-component > .action.action-success:hover,
.w .row-actions-component > .action.action-success.disabled:focus,
.w .row-actions-component > .action.action-success[disabled]:focus,
.w fieldset[disabled] .row-actions-component > .action.action-success:focus,
.w .row-actions-component > .action.action-success.disabled.focus,
.w .row-actions-component > .action.action-success[disabled].focus,
.w fieldset[disabled] .row-actions-component > .action.action-success.focus,
.w .row-actions-component > .action.action-success.disabled:active,
.w .row-actions-component > .action.action-success[disabled]:active,
.w fieldset[disabled] .row-actions-component > .action.action-success:active,
.w .row-actions-component > .action.action-success.disabled.active,
.w .row-actions-component > .action.action-success[disabled].active,
.w fieldset[disabled] .row-actions-component > .action.action-success.active,
.w .row-actions-component > .dropdown > .morebutton.action-success.disabled,
.w .row-actions-component > .dropdown > .morebutton.action-success[disabled],
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-success,
.w .row-actions-component > .dropdown > .morebutton.action-success.disabled:hover,
.w .row-actions-component > .dropdown > .morebutton.action-success[disabled]:hover,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-success:hover,
.w .row-actions-component > .dropdown > .morebutton.action-success.disabled:focus,
.w .row-actions-component > .dropdown > .morebutton.action-success[disabled]:focus,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-success:focus,
.w .row-actions-component > .dropdown > .morebutton.action-success.disabled.focus,
.w .row-actions-component > .dropdown > .morebutton.action-success[disabled].focus,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-success.focus,
.w .row-actions-component > .dropdown > .morebutton.action-success.disabled:active,
.w .row-actions-component > .dropdown > .morebutton.action-success[disabled]:active,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-success:active,
.w .row-actions-component > .dropdown > .morebutton.action-success.disabled.active,
.w .row-actions-component > .dropdown > .morebutton.action-success[disabled].active,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.w .btn-success .badge,
.w .row-actions > .action.action-success .badge,
.w .row-actions > .dropdown > .morebutton.action-success .badge,
.w .action-menu-component > a.action.action-success .badge,
.w .row-actions-component > .action.action-success .badge,
.w .row-actions-component > .dropdown > .morebutton.action-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.w .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.w .btn-info:focus,
.w .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.w .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.w .btn-info:active,
.w .btn-info.active,
.w .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.w .btn-info:active:hover,
.w .btn-info.active:hover,
.w .open > .dropdown-toggle.btn-info:hover,
.w .btn-info:active:focus,
.w .btn-info.active:focus,
.w .open > .dropdown-toggle.btn-info:focus,
.w .btn-info:active.focus,
.w .btn-info.active.focus,
.w .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.w .btn-info:active,
.w .btn-info.active,
.w .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.w .btn-info.disabled,
.w .btn-info[disabled],
.w fieldset[disabled] .btn-info,
.w .btn-info.disabled:hover,
.w .btn-info[disabled]:hover,
.w fieldset[disabled] .btn-info:hover,
.w .btn-info.disabled:focus,
.w .btn-info[disabled]:focus,
.w fieldset[disabled] .btn-info:focus,
.w .btn-info.disabled.focus,
.w .btn-info[disabled].focus,
.w fieldset[disabled] .btn-info.focus,
.w .btn-info.disabled:active,
.w .btn-info[disabled]:active,
.w fieldset[disabled] .btn-info:active,
.w .btn-info.disabled.active,
.w .btn-info[disabled].active,
.w fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.w .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.w .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.w .btn-warning:focus,
.w .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.w .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.w .btn-warning:active,
.w .btn-warning.active,
.w .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.w .btn-warning:active:hover,
.w .btn-warning.active:hover,
.w .open > .dropdown-toggle.btn-warning:hover,
.w .btn-warning:active:focus,
.w .btn-warning.active:focus,
.w .open > .dropdown-toggle.btn-warning:focus,
.w .btn-warning:active.focus,
.w .btn-warning.active.focus,
.w .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.w .btn-warning:active,
.w .btn-warning.active,
.w .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.w .btn-warning.disabled,
.w .btn-warning[disabled],
.w fieldset[disabled] .btn-warning,
.w .btn-warning.disabled:hover,
.w .btn-warning[disabled]:hover,
.w fieldset[disabled] .btn-warning:hover,
.w .btn-warning.disabled:focus,
.w .btn-warning[disabled]:focus,
.w fieldset[disabled] .btn-warning:focus,
.w .btn-warning.disabled.focus,
.w .btn-warning[disabled].focus,
.w fieldset[disabled] .btn-warning.focus,
.w .btn-warning.disabled:active,
.w .btn-warning[disabled]:active,
.w fieldset[disabled] .btn-warning:active,
.w .btn-warning.disabled.active,
.w .btn-warning[disabled].active,
.w fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.w .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.w .btn-danger,
.w .row-actions > .action.action-danger,
.w .row-actions > .dropdown > .morebutton.action-danger,
.w .action-menu-component > a.action.action-danger,
.w .row-actions-component > .action.action-danger,
.w .row-actions-component > .dropdown > .morebutton.action-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.w .btn-danger:focus,
.w .btn-danger.focus,
.w .row-actions > .action.action-danger:focus,
.w .row-actions > .action.action-danger.focus,
.w .row-actions > .dropdown > .morebutton.action-danger:focus,
.w .row-actions > .dropdown > .morebutton.action-danger.focus,
.w .action-menu-component > a.action.action-danger:focus,
.w .action-menu-component > a.action.action-danger.focus,
.w .row-actions-component > .action.action-danger:focus,
.w .row-actions-component > .action.action-danger.focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger:focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.w .btn-danger:hover,
.w .row-actions > .action.action-danger:hover,
.w .row-actions > .dropdown > .morebutton.action-danger:hover,
.w .action-menu-component > a.action.action-danger:hover,
.w .row-actions-component > .action.action-danger:hover,
.w .row-actions-component > .dropdown > .morebutton.action-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.w .btn-danger:active,
.w .btn-danger.active,
.w .open > .dropdown-toggle.btn-danger,
.w .row-actions > .action.action-danger:active,
.w .row-actions > .action.action-danger.active,
.w .open > .dropdown-toggle.row-actions > .action.action-danger,
.w .row-actions > .dropdown > .morebutton.action-danger:active,
.w .row-actions > .dropdown > .morebutton.action-danger.active,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-danger,
.w .action-menu-component > a.action.action-danger:active,
.w .action-menu-component > a.action.action-danger.active,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-danger,
.w .row-actions-component > .action.action-danger:active,
.w .row-actions-component > .action.action-danger.active,
.w .open > .dropdown-toggle.row-actions-component > .action.action-danger,
.w .row-actions-component > .dropdown > .morebutton.action-danger:active,
.w .row-actions-component > .dropdown > .morebutton.action-danger.active,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.w .btn-danger:active:hover,
.w .btn-danger.active:hover,
.w .open > .dropdown-toggle.btn-danger:hover,
.w .btn-danger:active:focus,
.w .btn-danger.active:focus,
.w .open > .dropdown-toggle.btn-danger:focus,
.w .btn-danger:active.focus,
.w .btn-danger.active.focus,
.w .open > .dropdown-toggle.btn-danger.focus,
.w .row-actions > .action.action-danger:active:hover,
.w .row-actions > .action.action-danger.active:hover,
.w .open > .dropdown-toggle.row-actions > .action.action-danger:hover,
.w .row-actions > .action.action-danger:active:focus,
.w .row-actions > .action.action-danger.active:focus,
.w .open > .dropdown-toggle.row-actions > .action.action-danger:focus,
.w .row-actions > .action.action-danger:active.focus,
.w .row-actions > .action.action-danger.active.focus,
.w .open > .dropdown-toggle.row-actions > .action.action-danger.focus,
.w .row-actions > .dropdown > .morebutton.action-danger:active:hover,
.w .row-actions > .dropdown > .morebutton.action-danger.active:hover,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-danger:hover,
.w .row-actions > .dropdown > .morebutton.action-danger:active:focus,
.w .row-actions > .dropdown > .morebutton.action-danger.active:focus,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-danger:focus,
.w .row-actions > .dropdown > .morebutton.action-danger:active.focus,
.w .row-actions > .dropdown > .morebutton.action-danger.active.focus,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-danger.focus,
.w .action-menu-component > a.action.action-danger:active:hover,
.w .action-menu-component > a.action.action-danger.active:hover,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-danger:hover,
.w .action-menu-component > a.action.action-danger:active:focus,
.w .action-menu-component > a.action.action-danger.active:focus,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-danger:focus,
.w .action-menu-component > a.action.action-danger:active.focus,
.w .action-menu-component > a.action.action-danger.active.focus,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-danger.focus,
.w .row-actions-component > .action.action-danger:active:hover,
.w .row-actions-component > .action.action-danger.active:hover,
.w .open > .dropdown-toggle.row-actions-component > .action.action-danger:hover,
.w .row-actions-component > .action.action-danger:active:focus,
.w .row-actions-component > .action.action-danger.active:focus,
.w .open > .dropdown-toggle.row-actions-component > .action.action-danger:focus,
.w .row-actions-component > .action.action-danger:active.focus,
.w .row-actions-component > .action.action-danger.active.focus,
.w .open > .dropdown-toggle.row-actions-component > .action.action-danger.focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger:active:hover,
.w .row-actions-component > .dropdown > .morebutton.action-danger.active:hover,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-danger:hover,
.w .row-actions-component > .dropdown > .morebutton.action-danger:active:focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger.active:focus,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-danger:focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger:active.focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger.active.focus,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.w .btn-danger:active,
.w .btn-danger.active,
.w .open > .dropdown-toggle.btn-danger,
.w .row-actions > .action.action-danger:active,
.w .row-actions > .action.action-danger.active,
.w .open > .dropdown-toggle.row-actions > .action.action-danger,
.w .row-actions > .dropdown > .morebutton.action-danger:active,
.w .row-actions > .dropdown > .morebutton.action-danger.active,
.w .open > .dropdown-toggle.row-actions > .dropdown > .morebutton.action-danger,
.w .action-menu-component > a.action.action-danger:active,
.w .action-menu-component > a.action.action-danger.active,
.w .open > .dropdown-toggle.action-menu-component > a.action.action-danger,
.w .row-actions-component > .action.action-danger:active,
.w .row-actions-component > .action.action-danger.active,
.w .open > .dropdown-toggle.row-actions-component > .action.action-danger,
.w .row-actions-component > .dropdown > .morebutton.action-danger:active,
.w .row-actions-component > .dropdown > .morebutton.action-danger.active,
.w .open > .dropdown-toggle.row-actions-component > .dropdown > .morebutton.action-danger {
  background-image: none;
}
.w .btn-danger.disabled,
.w .btn-danger[disabled],
.w fieldset[disabled] .btn-danger,
.w .btn-danger.disabled:hover,
.w .btn-danger[disabled]:hover,
.w fieldset[disabled] .btn-danger:hover,
.w .btn-danger.disabled:focus,
.w .btn-danger[disabled]:focus,
.w fieldset[disabled] .btn-danger:focus,
.w .btn-danger.disabled.focus,
.w .btn-danger[disabled].focus,
.w fieldset[disabled] .btn-danger.focus,
.w .btn-danger.disabled:active,
.w .btn-danger[disabled]:active,
.w fieldset[disabled] .btn-danger:active,
.w .btn-danger.disabled.active,
.w .btn-danger[disabled].active,
.w fieldset[disabled] .btn-danger.active,
.w .row-actions > .action.action-danger.disabled,
.w .row-actions > .action.action-danger[disabled],
.w fieldset[disabled] .row-actions > .action.action-danger,
.w .row-actions > .action.action-danger.disabled:hover,
.w .row-actions > .action.action-danger[disabled]:hover,
.w fieldset[disabled] .row-actions > .action.action-danger:hover,
.w .row-actions > .action.action-danger.disabled:focus,
.w .row-actions > .action.action-danger[disabled]:focus,
.w fieldset[disabled] .row-actions > .action.action-danger:focus,
.w .row-actions > .action.action-danger.disabled.focus,
.w .row-actions > .action.action-danger[disabled].focus,
.w fieldset[disabled] .row-actions > .action.action-danger.focus,
.w .row-actions > .action.action-danger.disabled:active,
.w .row-actions > .action.action-danger[disabled]:active,
.w fieldset[disabled] .row-actions > .action.action-danger:active,
.w .row-actions > .action.action-danger.disabled.active,
.w .row-actions > .action.action-danger[disabled].active,
.w fieldset[disabled] .row-actions > .action.action-danger.active,
.w .row-actions > .dropdown > .morebutton.action-danger.disabled,
.w .row-actions > .dropdown > .morebutton.action-danger[disabled],
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-danger,
.w .row-actions > .dropdown > .morebutton.action-danger.disabled:hover,
.w .row-actions > .dropdown > .morebutton.action-danger[disabled]:hover,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-danger:hover,
.w .row-actions > .dropdown > .morebutton.action-danger.disabled:focus,
.w .row-actions > .dropdown > .morebutton.action-danger[disabled]:focus,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-danger:focus,
.w .row-actions > .dropdown > .morebutton.action-danger.disabled.focus,
.w .row-actions > .dropdown > .morebutton.action-danger[disabled].focus,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-danger.focus,
.w .row-actions > .dropdown > .morebutton.action-danger.disabled:active,
.w .row-actions > .dropdown > .morebutton.action-danger[disabled]:active,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-danger:active,
.w .row-actions > .dropdown > .morebutton.action-danger.disabled.active,
.w .row-actions > .dropdown > .morebutton.action-danger[disabled].active,
.w fieldset[disabled] .row-actions > .dropdown > .morebutton.action-danger.active,
.w .action-menu-component > a.action.action-danger.disabled,
.w .action-menu-component > a.action.action-danger[disabled],
.w fieldset[disabled] .action-menu-component > a.action.action-danger,
.w .action-menu-component > a.action.action-danger.disabled:hover,
.w .action-menu-component > a.action.action-danger[disabled]:hover,
.w fieldset[disabled] .action-menu-component > a.action.action-danger:hover,
.w .action-menu-component > a.action.action-danger.disabled:focus,
.w .action-menu-component > a.action.action-danger[disabled]:focus,
.w fieldset[disabled] .action-menu-component > a.action.action-danger:focus,
.w .action-menu-component > a.action.action-danger.disabled.focus,
.w .action-menu-component > a.action.action-danger[disabled].focus,
.w fieldset[disabled] .action-menu-component > a.action.action-danger.focus,
.w .action-menu-component > a.action.action-danger.disabled:active,
.w .action-menu-component > a.action.action-danger[disabled]:active,
.w fieldset[disabled] .action-menu-component > a.action.action-danger:active,
.w .action-menu-component > a.action.action-danger.disabled.active,
.w .action-menu-component > a.action.action-danger[disabled].active,
.w fieldset[disabled] .action-menu-component > a.action.action-danger.active,
.w .row-actions-component > .action.action-danger.disabled,
.w .row-actions-component > .action.action-danger[disabled],
.w fieldset[disabled] .row-actions-component > .action.action-danger,
.w .row-actions-component > .action.action-danger.disabled:hover,
.w .row-actions-component > .action.action-danger[disabled]:hover,
.w fieldset[disabled] .row-actions-component > .action.action-danger:hover,
.w .row-actions-component > .action.action-danger.disabled:focus,
.w .row-actions-component > .action.action-danger[disabled]:focus,
.w fieldset[disabled] .row-actions-component > .action.action-danger:focus,
.w .row-actions-component > .action.action-danger.disabled.focus,
.w .row-actions-component > .action.action-danger[disabled].focus,
.w fieldset[disabled] .row-actions-component > .action.action-danger.focus,
.w .row-actions-component > .action.action-danger.disabled:active,
.w .row-actions-component > .action.action-danger[disabled]:active,
.w fieldset[disabled] .row-actions-component > .action.action-danger:active,
.w .row-actions-component > .action.action-danger.disabled.active,
.w .row-actions-component > .action.action-danger[disabled].active,
.w fieldset[disabled] .row-actions-component > .action.action-danger.active,
.w .row-actions-component > .dropdown > .morebutton.action-danger.disabled,
.w .row-actions-component > .dropdown > .morebutton.action-danger[disabled],
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-danger,
.w .row-actions-component > .dropdown > .morebutton.action-danger.disabled:hover,
.w .row-actions-component > .dropdown > .morebutton.action-danger[disabled]:hover,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-danger:hover,
.w .row-actions-component > .dropdown > .morebutton.action-danger.disabled:focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger[disabled]:focus,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-danger:focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger.disabled.focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger[disabled].focus,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-danger.focus,
.w .row-actions-component > .dropdown > .morebutton.action-danger.disabled:active,
.w .row-actions-component > .dropdown > .morebutton.action-danger[disabled]:active,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-danger:active,
.w .row-actions-component > .dropdown > .morebutton.action-danger.disabled.active,
.w .row-actions-component > .dropdown > .morebutton.action-danger[disabled].active,
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton.action-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.w .btn-danger .badge,
.w .row-actions > .action.action-danger .badge,
.w .row-actions > .dropdown > .morebutton.action-danger .badge,
.w .action-menu-component > a.action.action-danger .badge,
.w .row-actions-component > .action.action-danger .badge,
.w .row-actions-component > .dropdown > .morebutton.action-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.w .btn-link {
  color: #5F7E7E;
  font-weight: normal;
  border-radius: 0;
}
.w .btn-link,
.w .btn-link:active,
.w .btn-link.active,
.w .btn-link[disabled],
.w fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w .btn-link,
.w .btn-link:hover,
.w .btn-link:focus,
.w .btn-link:active {
  border-color: transparent;
}
.w .btn-link:hover,
.w .btn-link:focus {
  color: #3E5353;
  text-decoration: underline;
  background-color: transparent;
}
.w .btn-link[disabled]:hover,
.w fieldset[disabled] .btn-link:hover,
.w .btn-link[disabled]:focus,
.w fieldset[disabled] .btn-link:focus {
  color: #a3baba;
  text-decoration: none;
}
.w .btn-lg,
.w .btn-group-lg > .btn,
.w .btn-group-lg > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-lg > .row-actions > .action,
.w .btn-group-lg > .row-actions > .dropdown > .morebutton,
.w .btn-group-lg > .buttonprimary,
.w .btn-group-lg > .buttonsecondary,
.w .btn-group-lg > .action-menu-component > a.action,
.w .btn-group-lg > .btn-no-border,
.w .btn-group-lg > .inline_help,
.w .btn-group-lg > .row-actions-component > .action,
.w .btn-group-lg > .row-actions-component > .dropdown > .morebutton,
.w .btn-group-lg > .inline_help-nopadding {
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.w .btn-sm,
.w .btn-group-sm > .btn,
.w .btn-group-sm > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-sm > .row-actions > .action,
.w .btn-group-sm > .row-actions > .dropdown > .morebutton,
.w .btn-group-sm > .buttonprimary,
.w .btn-group-sm > .buttonsecondary,
.w .btn-group-sm > .action-menu-component > a.action,
.w .btn-group-sm > .btn-no-border,
.w .btn-group-sm > .inline_help,
.w .btn-group-sm > .row-actions-component > .action,
.w .btn-group-sm > .row-actions-component > .dropdown > .morebutton,
.w .btn-group-sm > .inline_help-nopadding {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.w .btn-xs,
.w .btn-group-xs > .btn,
.w .btn-group-xs > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-xs > .row-actions > .action,
.w .btn-group-xs > .row-actions > .dropdown > .morebutton,
.w .btn-group-xs > .buttonprimary,
.w .btn-group-xs > .buttonsecondary,
.w .btn-group-xs > .action-menu-component > a.action,
.w .btn-group-xs > .btn-no-border,
.w .btn-group-xs > .inline_help,
.w .btn-group-xs > .row-actions-component > .action,
.w .btn-group-xs > .row-actions-component > .dropdown > .morebutton,
.w .btn-group-xs > .inline_help-nopadding {
  padding: 1px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.w .btn-block {
  display: block;
  width: 100%;
}
.w .btn-block + .btn-block {
  margin-top: 5px;
}
.w input[type="submit"].btn-block,
.w input[type="reset"].btn-block,
.w input[type="button"].btn-block {
  width: 100%;
}
.w .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.w .fade.in {
  opacity: 1;
}
.w .collapse {
  display: none;
}
.w .collapse.in {
  display: block;
}
.w tr.collapse.in {
  display: table-row;
}
.w tbody.collapse.in {
  display: table-row-group;
}
.w .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.w .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.w .dropup,
.w .dropdown {
  position: relative;
}
.w .dropdown-toggle:focus {
  outline: 0;
}
.w .dropdown-menu,
.w .sdropResults {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.w .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.w .dropdown-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.w .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.25;
  color: #5f7e7e;
  white-space: nowrap;
}
.w .dropdown-menu.dropdown-menu-text-status {
  z-index: 1150;
}
.w .dropdown-menu > li > a:hover,
.w .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #547070;
  background-color: #f5f5f5;
}
.w .dropdown-menu > .active > a,
.w .dropdown-menu > .active > a:hover,
.w .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #EBD01E;
}
.w .dropdown-menu > .disabled > a,
.w .dropdown-menu > .disabled > a:hover,
.w .dropdown-menu > .disabled > a:focus {
  color: #a3baba;
}
.w .dropdown-menu > .disabled > a:hover,
.w .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.w .open > .dropdown-menu {
  display: block;
}
.w .open > a {
  outline: 0;
}
.w .dropdown-menu-right {
  left: auto;
  right: 0;
}
.w .dropdown-menu-left {
  left: 0;
  right: auto;
}
.w .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.25;
  color: #a3baba;
  white-space: nowrap;
}
.w .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.w .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.w .dropup .caret,
.w .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.w .dropup .dropdown-menu,
.w .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .w .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .w .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.w .btn-group,
.w .btn-group-vertical,
.w .btn-group-vertical-justified {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.w .btn-group > .btn,
.w .btn-group-vertical > .btn,
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-vertical-justified > .btn,
.w .btn-group > .row-actions > .action,
.w .btn-group-vertical > .row-actions > .action,
.w .btn-group > .row-actions > .dropdown > .morebutton,
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton,
.w .btn-group > .buttonprimary,
.w .btn-group-vertical > .buttonprimary,
.w .btn-group > .buttonsecondary,
.w .btn-group-vertical > .buttonsecondary,
.w .btn-group > .action-menu-component > a.action,
.w .btn-group-vertical > .action-menu-component > a.action,
.w .btn-group > .btn-no-border,
.w .btn-group-vertical > .btn-no-border,
.w .btn-group > .inline_help,
.w .btn-group-vertical > .inline_help,
.w .btn-group > .row-actions-component > .action,
.w .btn-group-vertical > .row-actions-component > .action,
.w .btn-group > .row-actions-component > .dropdown > .morebutton,
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton,
.w .btn-group > .inline_help-nopadding,
.w .btn-group-vertical > .inline_help-nopadding {
  position: relative;
  float: left;
}
.w .btn-group > .btn:hover,
.w .btn-group-vertical > .btn:hover,
.w .btn-group > .btn:focus,
.w .btn-group-vertical > .btn:focus,
.w .btn-group > .btn:active,
.w .btn-group-vertical > .btn:active,
.w .btn-group > .btn.active,
.w .btn-group-vertical > .btn.active,
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover,
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover,
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus,
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus,
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active,
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active,
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active,
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active,
.w .btn-group-vertical-justified > .btn:hover,
.w .btn-group-vertical-justified > .btn:focus,
.w .btn-group-vertical-justified > .btn:active,
.w .btn-group-vertical-justified > .btn.active,
.w .btn-group > .row-actions > .action:hover,
.w .btn-group-vertical > .row-actions > .action:hover,
.w .btn-group > .row-actions > .action:focus,
.w .btn-group-vertical > .row-actions > .action:focus,
.w .btn-group > .row-actions > .action:active,
.w .btn-group-vertical > .row-actions > .action:active,
.w .btn-group > .row-actions > .action.active,
.w .btn-group-vertical > .row-actions > .action.active,
.w .btn-group > .row-actions > .dropdown > .morebutton:hover,
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton:hover,
.w .btn-group > .row-actions > .dropdown > .morebutton:focus,
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton:focus,
.w .btn-group > .row-actions > .dropdown > .morebutton:active,
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton:active,
.w .btn-group > .row-actions > .dropdown > .morebutton.active,
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton.active,
.w .btn-group > .buttonprimary:hover,
.w .btn-group-vertical > .buttonprimary:hover,
.w .btn-group > .buttonprimary:focus,
.w .btn-group-vertical > .buttonprimary:focus,
.w .btn-group > .buttonprimary:active,
.w .btn-group-vertical > .buttonprimary:active,
.w .btn-group > .buttonprimary.active,
.w .btn-group-vertical > .buttonprimary.active,
.w .btn-group > .buttonsecondary:hover,
.w .btn-group-vertical > .buttonsecondary:hover,
.w .btn-group > .buttonsecondary:focus,
.w .btn-group-vertical > .buttonsecondary:focus,
.w .btn-group > .buttonsecondary:active,
.w .btn-group-vertical > .buttonsecondary:active,
.w .btn-group > .buttonsecondary.active,
.w .btn-group-vertical > .buttonsecondary.active,
.w .btn-group > .action-menu-component > a.action:hover,
.w .btn-group-vertical > .action-menu-component > a.action:hover,
.w .btn-group > .action-menu-component > a.action:focus,
.w .btn-group-vertical > .action-menu-component > a.action:focus,
.w .btn-group > .action-menu-component > a.action:active,
.w .btn-group-vertical > .action-menu-component > a.action:active,
.w .btn-group > .action-menu-component > a.action.active,
.w .btn-group-vertical > .action-menu-component > a.action.active,
.w .btn-group > .btn-no-border:hover,
.w .btn-group-vertical > .btn-no-border:hover,
.w .btn-group > .btn-no-border:focus,
.w .btn-group-vertical > .btn-no-border:focus,
.w .btn-group > .btn-no-border:active,
.w .btn-group-vertical > .btn-no-border:active,
.w .btn-group > .btn-no-border.active,
.w .btn-group-vertical > .btn-no-border.active,
.w .btn-group > .inline_help:hover,
.w .btn-group-vertical > .inline_help:hover,
.w .btn-group > .inline_help:focus,
.w .btn-group-vertical > .inline_help:focus,
.w .btn-group > .inline_help:active,
.w .btn-group-vertical > .inline_help:active,
.w .btn-group > .inline_help.active,
.w .btn-group-vertical > .inline_help.active,
.w .btn-group > .row-actions-component > .action:hover,
.w .btn-group-vertical > .row-actions-component > .action:hover,
.w .btn-group > .row-actions-component > .action:focus,
.w .btn-group-vertical > .row-actions-component > .action:focus,
.w .btn-group > .row-actions-component > .action:active,
.w .btn-group-vertical > .row-actions-component > .action:active,
.w .btn-group > .row-actions-component > .action.active,
.w .btn-group-vertical > .row-actions-component > .action.active,
.w .btn-group > .row-actions-component > .dropdown > .morebutton:hover,
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton:hover,
.w .btn-group > .row-actions-component > .dropdown > .morebutton:focus,
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton:focus,
.w .btn-group > .row-actions-component > .dropdown > .morebutton:active,
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton:active,
.w .btn-group > .row-actions-component > .dropdown > .morebutton.active,
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton.active,
.w .btn-group > .inline_help-nopadding:hover,
.w .btn-group-vertical > .inline_help-nopadding:hover,
.w .btn-group > .inline_help-nopadding:focus,
.w .btn-group-vertical > .inline_help-nopadding:focus,
.w .btn-group > .inline_help-nopadding:active,
.w .btn-group-vertical > .inline_help-nopadding:active,
.w .btn-group > .inline_help-nopadding.active,
.w .btn-group-vertical > .inline_help-nopadding.active {
  z-index: 2;
}
.w .btn-group .btn + .btn,
.w .btn-group .btn + .btn-group,
.w .btn-group .btn-group + .btn,
.w .btn-group .btn-group + .btn-group,
.w .btn-group .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .btn-group,
.w .btn-group .btn-group + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group .row-actions > .action + .row-actions > .action,
.w .btn-group .row-actions > .action + .btn-group,
.w .btn-group .btn-group + .row-actions > .action,
.w .btn-group .row-actions > .dropdown > .morebutton + .row-actions > .dropdown > .morebutton,
.w .btn-group .row-actions > .dropdown > .morebutton + .btn-group,
.w .btn-group .btn-group + .row-actions > .dropdown > .morebutton,
.w .btn-group .buttonprimary + .buttonprimary,
.w .btn-group .buttonprimary + .btn-group,
.w .btn-group .btn-group + .buttonprimary,
.w .btn-group .buttonsecondary + .buttonsecondary,
.w .btn-group .buttonsecondary + .btn-group,
.w .btn-group .btn-group + .buttonsecondary,
.w .btn-group .action-menu-component > a.action + .action-menu-component > a.action,
.w .btn-group .action-menu-component > a.action + .btn-group,
.w .btn-group .btn-group + .action-menu-component > a.action,
.w .btn-group .btn-no-border + .btn-no-border,
.w .btn-group .btn-no-border + .btn-group,
.w .btn-group .btn-group + .btn-no-border,
.w .btn-group .inline_help + .inline_help,
.w .btn-group .inline_help + .btn-group,
.w .btn-group .btn-group + .inline_help,
.w .btn-group .row-actions-component > .action + .row-actions-component > .action,
.w .btn-group .row-actions-component > .action + .btn-group,
.w .btn-group .btn-group + .row-actions-component > .action,
.w .btn-group .row-actions-component > .dropdown > .morebutton + .row-actions-component > .dropdown > .morebutton,
.w .btn-group .row-actions-component > .dropdown > .morebutton + .btn-group,
.w .btn-group .btn-group + .row-actions-component > .dropdown > .morebutton,
.w .btn-group .inline_help-nopadding + .inline_help-nopadding,
.w .btn-group .inline_help-nopadding + .btn-group,
.w .btn-group .btn-group + .inline_help-nopadding {
  margin-left: -1px;
}
.w .btn-toolbar {
  margin-left: -5px;
}
.w .btn-toolbar .btn,
.w .btn-toolbar .btn-group,
.w .btn-toolbar .input-group,
.w .btn-toolbar .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-toolbar .row-actions > .action,
.w .btn-toolbar .row-actions > .dropdown > .morebutton,
.w .btn-toolbar .buttonprimary,
.w .btn-toolbar .buttonsecondary,
.w .btn-toolbar .action-menu-component > a.action,
.w .btn-toolbar .btn-no-border,
.w .btn-toolbar .inline_help,
.w .btn-toolbar .row-actions-component > .action,
.w .btn-toolbar .row-actions-component > .dropdown > .morebutton,
.w .btn-toolbar .inline_help-nopadding {
  float: left;
}
.w .btn-toolbar > .btn,
.w .btn-toolbar > .btn-group,
.w .btn-toolbar > .input-group,
.w .btn-toolbar > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-toolbar > .row-actions > .action,
.w .btn-toolbar > .row-actions > .dropdown > .morebutton,
.w .btn-toolbar > .buttonprimary,
.w .btn-toolbar > .buttonsecondary,
.w .btn-toolbar > .action-menu-component > a.action,
.w .btn-toolbar > .btn-no-border,
.w .btn-toolbar > .inline_help,
.w .btn-toolbar > .row-actions-component > .action,
.w .btn-toolbar > .row-actions-component > .dropdown > .morebutton,
.w .btn-toolbar > .inline_help-nopadding {
  margin-left: 5px;
}
.w .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .row-actions > .action:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .row-actions > .dropdown > .morebutton:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .buttonprimary:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .buttonsecondary:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .action-menu-component > a.action:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .btn-no-border:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .inline_help:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .row-actions-component > .action:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .row-actions-component > .dropdown > .morebutton:not(:first-child):not(:last-child):not(.dropdown-toggle),
.w .btn-group > .inline_help-nopadding:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.w .btn-group > .btn:first-child,
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child,
.w .btn-group > .row-actions > .action:first-child,
.w .btn-group > .row-actions > .dropdown > .morebutton:first-child,
.w .btn-group > .buttonprimary:first-child,
.w .btn-group > .buttonsecondary:first-child,
.w .btn-group > .action-menu-component > a.action:first-child,
.w .btn-group > .btn-no-border:first-child,
.w .btn-group > .inline_help:first-child,
.w .btn-group > .row-actions-component > .action:first-child,
.w .btn-group > .row-actions-component > .dropdown > .morebutton:first-child,
.w .btn-group > .inline_help-nopadding:first-child {
  margin-left: 0;
}
.w .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .row-actions > .action:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .row-actions > .dropdown > .morebutton:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .buttonprimary:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .buttonsecondary:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .action-menu-component > a.action:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .btn-no-border:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .inline_help:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .row-actions-component > .action:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .row-actions-component > .dropdown > .morebutton:first-child:not(:last-child):not(.dropdown-toggle),
.w .btn-group > .inline_help-nopadding:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.w .btn-group > .btn:last-child:not(:first-child),
.w .btn-group > .dropdown-toggle:not(:first-child),
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child:not(:first-child),
.w .btn-group > .row-actions > .action:last-child:not(:first-child),
.w .btn-group > .row-actions > .dropdown > .morebutton:last-child:not(:first-child),
.w .btn-group > .buttonprimary:last-child:not(:first-child),
.w .btn-group > .buttonsecondary:last-child:not(:first-child),
.w .btn-group > .action-menu-component > a.action:last-child:not(:first-child),
.w .btn-group > .btn-no-border:last-child:not(:first-child),
.w .btn-group > .inline_help:last-child:not(:first-child),
.w .btn-group > .row-actions-component > .action:last-child:not(:first-child),
.w .btn-group > .row-actions-component > .dropdown > .morebutton:last-child:not(:first-child),
.w .btn-group > .inline_help-nopadding:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.w .btn-group > .btn-group {
  float: left;
}
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .row-actions > .action,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .row-actions > .dropdown > .morebutton,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .buttonprimary,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .buttonsecondary,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .action-menu-component > a.action,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-no-border,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .inline_help,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .row-actions-component > .action,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .row-actions-component > .dropdown > .morebutton,
.w .btn-group > .btn-group:not(:first-child):not(:last-child) > .inline_help-nopadding {
  border-radius: 0;
}
.w .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.w .btn-group > .btn-group:first-child:not(:last-child) > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .row-actions > .action:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .row-actions > .dropdown > .morebutton:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .buttonprimary:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .buttonsecondary:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .action-menu-component > a.action:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .btn-no-border:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .inline_help:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .row-actions-component > .action:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .row-actions-component > .dropdown > .morebutton:last-child,
.w .btn-group > .btn-group:first-child:not(:last-child) > .inline_help-nopadding:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.w .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .row-actions > .action:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .row-actions > .dropdown > .morebutton:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .buttonprimary:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .buttonsecondary:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .action-menu-component > a.action:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .btn-no-border:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .inline_help:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .row-actions-component > .action:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .row-actions-component > .dropdown > .morebutton:first-child,
.w .btn-group > .btn-group:last-child:not(:first-child) > .inline_help-nopadding:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.w .btn-group .dropdown-toggle:active,
.w .btn-group.open .dropdown-toggle {
  outline: 0;
}
.w .btn-group > .btn + .dropdown-toggle,
.w .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .dropdown-toggle,
.w .btn-group > .row-actions > .action + .dropdown-toggle,
.w .btn-group > .row-actions > .dropdown > .morebutton + .dropdown-toggle,
.w .btn-group > .buttonprimary + .dropdown-toggle,
.w .btn-group > .buttonsecondary + .dropdown-toggle,
.w .btn-group > .action-menu-component > a.action + .dropdown-toggle,
.w .btn-group > .btn-no-border + .dropdown-toggle,
.w .btn-group > .inline_help + .dropdown-toggle,
.w .btn-group > .row-actions-component > .action + .dropdown-toggle,
.w .btn-group > .row-actions-component > .dropdown > .morebutton + .dropdown-toggle,
.w .btn-group > .inline_help-nopadding + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.w .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.w .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.w .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w .btn .caret,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button .caret,
.w .row-actions > .action .caret,
.w .row-actions > .dropdown > .morebutton .caret,
.w .buttonprimary .caret,
.w .buttonsecondary .caret,
.w .action-menu-component > a.action .caret,
.w .btn-no-border .caret,
.w .inline_help .caret,
.w .row-actions-component > .action .caret,
.w .row-actions-component > .dropdown > .morebutton .caret,
.w .inline_help-nopadding .caret {
  margin-left: 0;
}
.w .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.w .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.w .btn-group-vertical > .btn,
.w .btn-group-vertical > .btn-group,
.w .btn-group-vertical > .btn-group > .btn,
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-vertical > .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-vertical-justified > .btn,
.w .btn-group-vertical-justified > .btn-group,
.w .btn-group-vertical-justified > .btn-group > .btn,
.w .btn-group-vertical > .row-actions > .action,
.w .btn-group-vertical > .btn-group > .row-actions > .action,
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton,
.w .btn-group-vertical > .btn-group > .row-actions > .dropdown > .morebutton,
.w .btn-group-vertical > .buttonprimary,
.w .btn-group-vertical > .btn-group > .buttonprimary,
.w .btn-group-vertical > .buttonsecondary,
.w .btn-group-vertical > .btn-group > .buttonsecondary,
.w .btn-group-vertical > .action-menu-component > a.action,
.w .btn-group-vertical > .btn-group > .action-menu-component > a.action,
.w .btn-group-vertical > .btn-no-border,
.w .btn-group-vertical > .btn-group > .btn-no-border,
.w .btn-group-vertical > .inline_help,
.w .btn-group-vertical > .btn-group > .inline_help,
.w .btn-group-vertical > .row-actions-component > .action,
.w .btn-group-vertical > .btn-group > .row-actions-component > .action,
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton,
.w .btn-group-vertical > .btn-group > .row-actions-component > .dropdown > .morebutton,
.w .btn-group-vertical > .inline_help-nopadding,
.w .btn-group-vertical > .btn-group > .inline_help-nopadding {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.w .btn-group-vertical > .btn-group > .btn,
.w .btn-group-vertical > .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-vertical-justified > .btn-group > .btn,
.w .btn-group-vertical > .btn-group > .row-actions > .action,
.w .btn-group-vertical > .btn-group > .row-actions > .dropdown > .morebutton,
.w .btn-group-vertical > .btn-group > .buttonprimary,
.w .btn-group-vertical > .btn-group > .buttonsecondary,
.w .btn-group-vertical > .btn-group > .action-menu-component > a.action,
.w .btn-group-vertical > .btn-group > .btn-no-border,
.w .btn-group-vertical > .btn-group > .inline_help,
.w .btn-group-vertical > .btn-group > .row-actions-component > .action,
.w .btn-group-vertical > .btn-group > .row-actions-component > .dropdown > .morebutton,
.w .btn-group-vertical > .btn-group > .inline_help-nopadding {
  float: none;
}
.w .btn-group-vertical > .btn + .btn,
.w .btn-group-vertical > .btn + .btn-group,
.w .btn-group-vertical > .btn-group + .btn,
.w .btn-group-vertical > .btn-group + .btn-group,
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .btn-group,
.w .btn-group-vertical > .btn-group + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-vertical-justified > .btn + .btn,
.w .btn-group-vertical-justified > .btn + .btn-group,
.w .btn-group-vertical-justified > .btn-group + .btn,
.w .btn-group-vertical-justified > .btn-group + .btn-group,
.w .btn-group-vertical > .row-actions > .action + .row-actions > .action,
.w .btn-group-vertical > .row-actions > .action + .btn-group,
.w .btn-group-vertical > .btn-group + .row-actions > .action,
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton + .row-actions > .dropdown > .morebutton,
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton + .btn-group,
.w .btn-group-vertical > .btn-group + .row-actions > .dropdown > .morebutton,
.w .btn-group-vertical > .buttonprimary + .buttonprimary,
.w .btn-group-vertical > .buttonprimary + .btn-group,
.w .btn-group-vertical > .btn-group + .buttonprimary,
.w .btn-group-vertical > .buttonsecondary + .buttonsecondary,
.w .btn-group-vertical > .buttonsecondary + .btn-group,
.w .btn-group-vertical > .btn-group + .buttonsecondary,
.w .btn-group-vertical > .action-menu-component > a.action + .action-menu-component > a.action,
.w .btn-group-vertical > .action-menu-component > a.action + .btn-group,
.w .btn-group-vertical > .btn-group + .action-menu-component > a.action,
.w .btn-group-vertical > .btn-no-border + .btn-no-border,
.w .btn-group-vertical > .btn-no-border + .btn-group,
.w .btn-group-vertical > .btn-group + .btn-no-border,
.w .btn-group-vertical > .inline_help + .inline_help,
.w .btn-group-vertical > .inline_help + .btn-group,
.w .btn-group-vertical > .btn-group + .inline_help,
.w .btn-group-vertical > .row-actions-component > .action + .row-actions-component > .action,
.w .btn-group-vertical > .row-actions-component > .action + .btn-group,
.w .btn-group-vertical > .btn-group + .row-actions-component > .action,
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton + .row-actions-component > .dropdown > .morebutton,
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton + .btn-group,
.w .btn-group-vertical > .btn-group + .row-actions-component > .dropdown > .morebutton,
.w .btn-group-vertical > .inline_help-nopadding + .inline_help-nopadding,
.w .btn-group-vertical > .inline_help-nopadding + .btn-group,
.w .btn-group-vertical > .btn-group + .inline_help-nopadding {
  margin-top: -1px;
  margin-left: 0;
}
.w .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:not(:first-child):not(:last-child),
.w .btn-group-vertical-justified > .btn:not(:first-child):not(:last-child),
.w .btn-group-vertical > .row-actions > .action:not(:first-child):not(:last-child),
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton:not(:first-child):not(:last-child),
.w .btn-group-vertical > .buttonprimary:not(:first-child):not(:last-child),
.w .btn-group-vertical > .buttonsecondary:not(:first-child):not(:last-child),
.w .btn-group-vertical > .action-menu-component > a.action:not(:first-child):not(:last-child),
.w .btn-group-vertical > .btn-no-border:not(:first-child):not(:last-child),
.w .btn-group-vertical > .inline_help:not(:first-child):not(:last-child),
.w .btn-group-vertical > .row-actions-component > .action:not(:first-child):not(:last-child),
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton:not(:first-child):not(:last-child),
.w .btn-group-vertical > .inline_help-nopadding:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.w .btn-group-vertical > .btn:first-child:not(:last-child),
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child:not(:last-child),
.w .btn-group-vertical-justified > .btn:first-child:not(:last-child),
.w .btn-group-vertical > .row-actions > .action:first-child:not(:last-child),
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton:first-child:not(:last-child),
.w .btn-group-vertical > .buttonprimary:first-child:not(:last-child),
.w .btn-group-vertical > .buttonsecondary:first-child:not(:last-child),
.w .btn-group-vertical > .action-menu-component > a.action:first-child:not(:last-child),
.w .btn-group-vertical > .btn-no-border:first-child:not(:last-child),
.w .btn-group-vertical > .inline_help:first-child:not(:last-child),
.w .btn-group-vertical > .row-actions-component > .action:first-child:not(:last-child),
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton:first-child:not(:last-child),
.w .btn-group-vertical > .inline_help-nopadding:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.w .btn-group-vertical > .btn:last-child:not(:first-child),
.w .btn-group-vertical > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child:not(:first-child),
.w .btn-group-vertical-justified > .btn:last-child:not(:first-child),
.w .btn-group-vertical > .row-actions > .action:last-child:not(:first-child),
.w .btn-group-vertical > .row-actions > .dropdown > .morebutton:last-child:not(:first-child),
.w .btn-group-vertical > .buttonprimary:last-child:not(:first-child),
.w .btn-group-vertical > .buttonsecondary:last-child:not(:first-child),
.w .btn-group-vertical > .action-menu-component > a.action:last-child:not(:first-child),
.w .btn-group-vertical > .btn-no-border:last-child:not(:first-child),
.w .btn-group-vertical > .inline_help:last-child:not(:first-child),
.w .btn-group-vertical > .row-actions-component > .action:last-child:not(:first-child),
.w .btn-group-vertical > .row-actions-component > .dropdown > .morebutton:last-child:not(:first-child),
.w .btn-group-vertical > .inline_help-nopadding:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-vertical-justified > .btn-group:not(:first-child):not(:last-child) > .btn,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .row-actions > .action,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .row-actions > .dropdown > .morebutton,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .buttonprimary,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .buttonsecondary,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .action-menu-component > a.action,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-no-border,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .inline_help,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .row-actions-component > .action,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .row-actions-component > .dropdown > .morebutton,
.w .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .inline_help-nopadding {
  border-radius: 0;
}
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child,
.w .btn-group-vertical-justified > .btn-group:first-child:not(:last-child) > .btn:last-child,
.w .btn-group-vertical-justified > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .row-actions > .action:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .row-actions > .dropdown > .morebutton:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .buttonprimary:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .buttonsecondary:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .action-menu-component > a.action:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-no-border:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .inline_help:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .row-actions-component > .action:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .row-actions-component > .dropdown > .morebutton:last-child,
.w .btn-group-vertical > .btn-group:first-child:not(:last-child) > .inline_help-nopadding:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child,
.w .btn-group-vertical-justified > .btn-group:last-child:not(:first-child) > .btn:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .row-actions > .action:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .row-actions > .dropdown > .morebutton:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .buttonprimary:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .buttonsecondary:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .action-menu-component > a.action:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-no-border:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .inline_help:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .row-actions-component > .action:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .row-actions-component > .dropdown > .morebutton:first-child,
.w .btn-group-vertical > .btn-group:last-child:not(:first-child) > .inline_help-nopadding:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.w .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.w .btn-group-justified > .btn,
.w .btn-group-justified > .btn-group,
.w .btn-group-justified > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-justified > .row-actions > .action,
.w .btn-group-justified > .row-actions > .dropdown > .morebutton,
.w .btn-group-justified > .buttonprimary,
.w .btn-group-justified > .buttonsecondary,
.w .btn-group-justified > .action-menu-component > a.action,
.w .btn-group-justified > .btn-no-border,
.w .btn-group-justified > .inline_help,
.w .btn-group-justified > .row-actions-component > .action,
.w .btn-group-justified > .row-actions-component > .dropdown > .morebutton,
.w .btn-group-justified > .inline_help-nopadding {
  float: none;
  display: table-cell;
  width: 1%;
}
.w .btn-group-justified > .btn-group .btn,
.w .btn-group-justified > .btn-group .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .btn-group-justified > .btn-group .row-actions > .action,
.w .btn-group-justified > .btn-group .row-actions > .dropdown > .morebutton,
.w .btn-group-justified > .btn-group .buttonprimary,
.w .btn-group-justified > .btn-group .buttonsecondary,
.w .btn-group-justified > .btn-group .action-menu-component > a.action,
.w .btn-group-justified > .btn-group .btn-no-border,
.w .btn-group-justified > .btn-group .inline_help,
.w .btn-group-justified > .btn-group .row-actions-component > .action,
.w .btn-group-justified > .btn-group .row-actions-component > .dropdown > .morebutton,
.w .btn-group-justified > .btn-group .inline_help-nopadding {
  width: 100%;
}
.w .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.w [data-toggle="buttons"] > .btn input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.w [data-toggle="buttons"] > .btn input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.w [data-toggle="buttons"] > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button input[type="radio"],
.w [data-toggle="buttons"] > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button input[type="checkbox"],
.w [data-toggle="buttons"] > .row-actions > .action input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .row-actions > .action input[type="radio"],
.w [data-toggle="buttons"] > .row-actions > .action input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .row-actions > .action input[type="checkbox"],
.w [data-toggle="buttons"] > .row-actions > .dropdown > .morebutton input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .row-actions > .dropdown > .morebutton input[type="radio"],
.w [data-toggle="buttons"] > .row-actions > .dropdown > .morebutton input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .row-actions > .dropdown > .morebutton input[type="checkbox"],
.w [data-toggle="buttons"] > .buttonprimary input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .buttonprimary input[type="radio"],
.w [data-toggle="buttons"] > .buttonprimary input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .buttonprimary input[type="checkbox"],
.w [data-toggle="buttons"] > .buttonsecondary input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .buttonsecondary input[type="radio"],
.w [data-toggle="buttons"] > .buttonsecondary input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .buttonsecondary input[type="checkbox"],
.w [data-toggle="buttons"] > .action-menu-component > a.action input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .action-menu-component > a.action input[type="radio"],
.w [data-toggle="buttons"] > .action-menu-component > a.action input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .action-menu-component > a.action input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-no-border input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .btn-no-border input[type="radio"],
.w [data-toggle="buttons"] > .btn-no-border input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .btn-no-border input[type="checkbox"],
.w [data-toggle="buttons"] > .inline_help input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .inline_help input[type="radio"],
.w [data-toggle="buttons"] > .inline_help input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .inline_help input[type="checkbox"],
.w [data-toggle="buttons"] > .row-actions-component > .action input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .row-actions-component > .action input[type="radio"],
.w [data-toggle="buttons"] > .row-actions-component > .action input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .row-actions-component > .action input[type="checkbox"],
.w [data-toggle="buttons"] > .row-actions-component > .dropdown > .morebutton input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .row-actions-component > .dropdown > .morebutton input[type="radio"],
.w [data-toggle="buttons"] > .row-actions-component > .dropdown > .morebutton input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .row-actions-component > .dropdown > .morebutton input[type="checkbox"],
.w [data-toggle="buttons"] > .inline_help-nopadding input[type="radio"],
.w [data-toggle="buttons"] > .btn-group > .inline_help-nopadding input[type="radio"],
.w [data-toggle="buttons"] > .inline_help-nopadding input[type="checkbox"],
.w [data-toggle="buttons"] > .btn-group > .inline_help-nopadding input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.w .input-group {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
.w .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.w .input-group .form-control,
.w .input-group .main-content,
.w .input-group > .form-datetime,
.w .input-group .sdrop,
.w .input-group .XDrop {
  min-width: 40px;
  z-index: 2;
  -webkit-flex: 1 1 75px;
  -moz-flex: 1 1 75px;
  -ms-flex: 1 1 75px;
  flex: 1 1 75px;
  min-height: 26px;
  height: auto;
}
.w .wcrLegacy .input-group input[type=text] {
  height: auto;
}
.w .paging-fix input[type=text] {
  height: 100% !important;
  margin: 0px !important;
}
.w .input-group-lg > .form-control,
.w .input-group-lg > .input-group-addon,
.w .input-group-lg > .input-group-btn > .btn,
.w .input-group-lg > .input-group label.input-group-addon,
.w .input-group-lg > .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .input-group-lg > .wcr-pager .pager > .btn,
.w .input-group-lg > .input-group-btn > .row-actions > .action,
.w .input-group-lg > .input-group-btn > .row-actions > .dropdown > .morebutton,
.w .input-group-lg > .input-group-btn > .buttonprimary,
.w .input-group-lg > .input-group-btn > .buttonsecondary,
.w .input-group-lg > .sdrop,
.w .input-group-lg > .XDrop,
.w .input-group-lg > .input-group-btn > .action-menu-component > a.action,
.w .input-group-lg > .input-group-btn > .btn-no-border,
.w .input-group-lg > .input-group-btn > .inline_help,
.w .input-group-lg > .input-group-btn > .row-actions-component > .action,
.w .input-group-lg > .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w .input-group-lg > .input-group-btn > .inline_help-nopadding {
  height: 41px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0px;
  height: auto;
  min-height: 41px;
}
.w select.input-group-lg > .form-control,
.w select.input-group-lg > .input-group-addon,
.w select.input-group-lg > .input-group-btn > .btn,
.w select.input-group-lg > .input-group label.input-group-addon,
.w select.input-group-lg > .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w select.input-group-lg > .wcr-pager .pager > .btn,
.w select.input-group-lg > .input-group-btn > .row-actions > .action,
.w select.input-group-lg > .input-group-btn > .row-actions > .dropdown > .morebutton,
.w select.input-group-lg > .input-group-btn > .buttonprimary,
.w select.input-group-lg > .input-group-btn > .buttonsecondary,
.w select.input-group-lg > .sdrop,
.w select.input-group-lg > .XDrop,
.w select.input-group-lg > .input-group-btn > .action-menu-component > a.action,
.w select.input-group-lg > .input-group-btn > .btn-no-border,
.w select.input-group-lg > .input-group-btn > .inline_help,
.w select.input-group-lg > .input-group-btn > .row-actions-component > .action,
.w select.input-group-lg > .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w select.input-group-lg > .input-group-btn > .inline_help-nopadding {
  height: 41px;
  line-height: 41px;
}
.w textarea.input-group-lg > .form-control,
.w textarea.input-group-lg > .input-group-addon,
.w textarea.input-group-lg > .input-group-btn > .btn,
.w select[multiple].input-group-lg > .form-control,
.w select[multiple].input-group-lg > .input-group-addon,
.w select[multiple].input-group-lg > .input-group-btn > .btn,
.w textarea.input-group-lg > .input-group label.input-group-addon,
.w select[multiple].input-group-lg > .input-group label.input-group-addon,
.w textarea.input-group-lg > .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w select[multiple].input-group-lg > .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w textarea.input-group-lg > .wcr-pager .pager > .btn,
.w select[multiple].input-group-lg > .wcr-pager .pager > .btn,
.w textarea.input-group-lg > .input-group-btn > .row-actions > .action,
.w select[multiple].input-group-lg > .input-group-btn > .row-actions > .action,
.w textarea.input-group-lg > .input-group-btn > .row-actions > .dropdown > .morebutton,
.w select[multiple].input-group-lg > .input-group-btn > .row-actions > .dropdown > .morebutton,
.w textarea.input-group-lg > .input-group-btn > .buttonprimary,
.w select[multiple].input-group-lg > .input-group-btn > .buttonprimary,
.w textarea.input-group-lg > .input-group-btn > .buttonsecondary,
.w select[multiple].input-group-lg > .input-group-btn > .buttonsecondary,
.w textarea.input-group-lg > .sdrop,
.w select[multiple].input-group-lg > .sdrop,
.w textarea.input-group-lg > .XDrop,
.w select[multiple].input-group-lg > .XDrop,
.w textarea.input-group-lg > .input-group-btn > .action-menu-component > a.action,
.w select[multiple].input-group-lg > .input-group-btn > .action-menu-component > a.action,
.w textarea.input-group-lg > .input-group-btn > .btn-no-border,
.w select[multiple].input-group-lg > .input-group-btn > .btn-no-border,
.w textarea.input-group-lg > .input-group-btn > .inline_help,
.w select[multiple].input-group-lg > .input-group-btn > .inline_help,
.w textarea.input-group-lg > .input-group-btn > .row-actions-component > .action,
.w select[multiple].input-group-lg > .input-group-btn > .row-actions-component > .action,
.w textarea.input-group-lg > .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w select[multiple].input-group-lg > .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w textarea.input-group-lg > .input-group-btn > .inline_help-nopadding,
.w select[multiple].input-group-lg > .input-group-btn > .inline_help-nopadding {
  height: auto;
}
.w .input-group-sm > .form-control,
.w .input-group-sm > .input-group-addon,
.w .input-group-sm > .input-group-btn > .btn,
.w .input-group-sm > .input-group label.input-group-addon,
.w .input-group-sm > .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .input-group-sm > .wcr-pager .pager > .btn,
.w .input-group-sm > .input-group-btn > .row-actions > .action,
.w .input-group-sm > .input-group-btn > .row-actions > .dropdown > .morebutton,
.w .input-group-sm > .input-group-btn > .buttonprimary,
.w .input-group-sm > .input-group-btn > .buttonsecondary,
.w .input-group-sm > .sdrop,
.w .input-group-sm > .XDrop,
.w .input-group-sm > .input-group-btn > .action-menu-component > a.action,
.w .input-group-sm > .input-group-btn > .btn-no-border,
.w .input-group-sm > .input-group-btn > .inline_help,
.w .input-group-sm > .input-group-btn > .row-actions-component > .action,
.w .input-group-sm > .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w .input-group-sm > .input-group-btn > .inline_help-nopadding {
  height: 24px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
  height: auto;
  min-height: 24px;
}
.w select.input-group-sm > .form-control,
.w select.input-group-sm > .input-group-addon,
.w select.input-group-sm > .input-group-btn > .btn,
.w select.input-group-sm > .input-group label.input-group-addon,
.w select.input-group-sm > .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w select.input-group-sm > .wcr-pager .pager > .btn,
.w select.input-group-sm > .input-group-btn > .row-actions > .action,
.w select.input-group-sm > .input-group-btn > .row-actions > .dropdown > .morebutton,
.w select.input-group-sm > .input-group-btn > .buttonprimary,
.w select.input-group-sm > .input-group-btn > .buttonsecondary,
.w select.input-group-sm > .sdrop,
.w select.input-group-sm > .XDrop,
.w select.input-group-sm > .input-group-btn > .action-menu-component > a.action,
.w select.input-group-sm > .input-group-btn > .btn-no-border,
.w select.input-group-sm > .input-group-btn > .inline_help,
.w select.input-group-sm > .input-group-btn > .row-actions-component > .action,
.w select.input-group-sm > .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w select.input-group-sm > .input-group-btn > .inline_help-nopadding {
  height: 24px;
  line-height: 24px;
}
.w textarea.input-group-sm > .form-control,
.w textarea.input-group-sm > .input-group-addon,
.w textarea.input-group-sm > .input-group-btn > .btn,
.w select[multiple].input-group-sm > .form-control,
.w select[multiple].input-group-sm > .input-group-addon,
.w select[multiple].input-group-sm > .input-group-btn > .btn,
.w textarea.input-group-sm > .input-group label.input-group-addon,
.w select[multiple].input-group-sm > .input-group label.input-group-addon,
.w textarea.input-group-sm > .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w select[multiple].input-group-sm > .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w textarea.input-group-sm > .wcr-pager .pager > .btn,
.w select[multiple].input-group-sm > .wcr-pager .pager > .btn,
.w textarea.input-group-sm > .input-group-btn > .row-actions > .action,
.w select[multiple].input-group-sm > .input-group-btn > .row-actions > .action,
.w textarea.input-group-sm > .input-group-btn > .row-actions > .dropdown > .morebutton,
.w select[multiple].input-group-sm > .input-group-btn > .row-actions > .dropdown > .morebutton,
.w textarea.input-group-sm > .input-group-btn > .buttonprimary,
.w select[multiple].input-group-sm > .input-group-btn > .buttonprimary,
.w textarea.input-group-sm > .input-group-btn > .buttonsecondary,
.w select[multiple].input-group-sm > .input-group-btn > .buttonsecondary,
.w textarea.input-group-sm > .sdrop,
.w select[multiple].input-group-sm > .sdrop,
.w textarea.input-group-sm > .XDrop,
.w select[multiple].input-group-sm > .XDrop,
.w textarea.input-group-sm > .input-group-btn > .action-menu-component > a.action,
.w select[multiple].input-group-sm > .input-group-btn > .action-menu-component > a.action,
.w textarea.input-group-sm > .input-group-btn > .btn-no-border,
.w select[multiple].input-group-sm > .input-group-btn > .btn-no-border,
.w textarea.input-group-sm > .input-group-btn > .inline_help,
.w select[multiple].input-group-sm > .input-group-btn > .inline_help,
.w textarea.input-group-sm > .input-group-btn > .row-actions-component > .action,
.w select[multiple].input-group-sm > .input-group-btn > .row-actions-component > .action,
.w textarea.input-group-sm > .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w select[multiple].input-group-sm > .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w textarea.input-group-sm > .input-group-btn > .inline_help-nopadding,
.w select[multiple].input-group-sm > .input-group-btn > .inline_help-nopadding {
  height: auto;
}
.w .input-group-addon,
.w .input-group-btn,
.w .input-group .input-group-addon-select,
.w .input-group label.input-group-addon,
.w .wcr-filter > label,
.w .wcr-form .wcr-filter > label,
.w .wcr-extra-filter > label,
.w .wcr-form .wcr-extra-filter > label,
.w .wcr-pager .pager,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  width: auto;
  line-height: normal;
  margin: 0;
}
.w .input-group-addon:not(:first-child):not(:last-child),
.w .input-group-btn:not(:first-child):not(:last-child),
.w .input-group label.input-group-addon:not(:first-child):not(:last-child),
.w .wcr-pager .pager:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.w .input-group-addon,
.w .input-group-btn,
.w .input-group .input-group-addon-select,
.w .input-group label.input-group-addon,
.w .wcr-filter > label,
.w .wcr-form .wcr-filter > label,
.w .wcr-extra-filter > label,
.w .wcr-form .wcr-extra-filter > label,
.w .wcr-pager .pager,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label {
  white-space: nowrap;
  vertical-align: middle;
}
.w .input-group-addon,
.w .input-group .input-group-addon-select,
.w .input-group label.input-group-addon,
.w .wcr-filter > label,
.w .wcr-form .wcr-filter > label,
.w .wcr-extra-filter > label,
.w .wcr-form .wcr-extra-filter > label,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label {
  padding: 4px 10px;
  font-size: 13px;
  font-weight: normal;
  color: #334444;
  vertical-align: middle;
  text-align: center;
  background-color: #ecf0f0;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.w .input-group-addon.input-sm,
.w .input-group label.input-group-addon.input-sm {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 0px;
}
.w .input-group-addon.input-lg,
.w .input-group label.input-group-addon.input-lg {
  padding: 8px 14px;
  font-size: 17px;
  border-radius: 0px;
}
.w .input-group-addon input[type="radio"],
.w .input-group-addon input[type="checkbox"],
.w .input-group label.input-group-addon input[type="radio"],
.w .input-group label.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.w .input-group-addon:first-child,
.w .input-group label.input-group-addon:first-child {
  border-right: 0;
}
.w .input-group .form-control:last-child,
.w .input-group-addon:last-child,
.w .input-group-btn:last-child > .btn,
.w .input-group-btn:last-child > .btn-group > .btn,
.w .input-group-btn:last-child > .dropdown-toggle,
.w .input-group-btn:first-child > .btn:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.w .input-group label.input-group-addon:last-child,
.w .input-group-btn:last-child > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .input-group-btn:last-child > .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .input-group-btn:first-child > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-pager .pager:last-child > .btn,
.w .wcr-pager .pager:last-child > .btn-group > .btn,
.w .wcr-pager .pager:last-child > .dropdown-toggle,
.w .wcr-pager .pager:first-child > .btn:not(:first-child),
.w .wcr-pager .pager:first-child > .btn-group:not(:first-child) > .btn,
.w .input-group-btn:last-child > .row-actions > .action,
.w .input-group-btn:last-child > .btn-group > .row-actions > .action,
.w .input-group-btn:first-child > .row-actions > .action:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .row-actions > .action,
.w .input-group-btn:last-child > .row-actions > .dropdown > .morebutton,
.w .input-group-btn:last-child > .btn-group > .row-actions > .dropdown > .morebutton,
.w .input-group-btn:first-child > .row-actions > .dropdown > .morebutton:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .row-actions > .dropdown > .morebutton,
.w .input-group-btn:last-child > .buttonprimary,
.w .input-group-btn:last-child > .btn-group > .buttonprimary,
.w .input-group-btn:first-child > .buttonprimary:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .buttonprimary,
.w .input-group-btn:last-child > .buttonsecondary,
.w .input-group-btn:last-child > .btn-group > .buttonsecondary,
.w .input-group-btn:first-child > .buttonsecondary:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .buttonsecondary,
.w .input-group .sdrop:last-child,
.w .input-group .XDrop:last-child,
.w .input-group-btn:last-child > .action-menu-component > a.action,
.w .input-group-btn:last-child > .btn-group > .action-menu-component > a.action,
.w .input-group-btn:first-child > .action-menu-component > a.action:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .action-menu-component > a.action,
.w .input-group-btn:last-child > .btn-no-border,
.w .input-group-btn:last-child > .btn-group > .btn-no-border,
.w .input-group-btn:first-child > .btn-no-border:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-no-border,
.w .input-group-btn:last-child > .inline_help,
.w .input-group-btn:last-child > .btn-group > .inline_help,
.w .input-group-btn:first-child > .inline_help:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .inline_help,
.w .input-group-btn:last-child > .row-actions-component > .action,
.w .input-group-btn:last-child > .btn-group > .row-actions-component > .action,
.w .input-group-btn:first-child > .row-actions-component > .action:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .row-actions-component > .action,
.w .input-group-btn:last-child > .row-actions-component > .dropdown > .morebutton,
.w .input-group-btn:last-child > .btn-group > .row-actions-component > .dropdown > .morebutton,
.w .input-group-btn:first-child > .row-actions-component > .dropdown > .morebutton:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .row-actions-component > .dropdown > .morebutton,
.w .input-group-btn:last-child > .inline_help-nopadding,
.w .input-group-btn:last-child > .btn-group > .inline_help-nopadding,
.w .input-group-btn:first-child > .inline_help-nopadding:not(:first-child),
.w .input-group-btn:first-child > .btn-group:not(:first-child) > .inline_help-nopadding {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.w .input-group-addon:last-child,
.w .input-group label.input-group-addon:last-child {
  border-left: 0;
}
.w .input-group-btn,
.w .wcr-pager .pager {
  position: relative;
  white-space: nowrap;
}
.w .input-group-btn > .btn,
.w .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-pager .pager > .btn,
.w .input-group-btn > .row-actions > .action,
.w .input-group-btn > .row-actions > .dropdown > .morebutton,
.w .input-group-btn > .buttonprimary,
.w .input-group-btn > .buttonsecondary,
.w .input-group-btn > .action-menu-component > a.action,
.w .input-group-btn > .btn-no-border,
.w .input-group-btn > .inline_help,
.w .input-group-btn > .row-actions-component > .action,
.w .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w .input-group-btn > .inline_help-nopadding {
  position: relative;
}
.w .input-group-btn > .btn + .btn,
.w .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-pager .pager > .btn + .btn,
.w .input-group-btn > .row-actions > .action + .row-actions > .action,
.w .input-group-btn > .row-actions > .dropdown > .morebutton + .row-actions > .dropdown > .morebutton,
.w .input-group-btn > .buttonprimary + .buttonprimary,
.w .input-group-btn > .buttonsecondary + .buttonsecondary,
.w .input-group-btn > .action-menu-component > a.action + .action-menu-component > a.action,
.w .input-group-btn > .btn-no-border + .btn-no-border,
.w .input-group-btn > .inline_help + .inline_help,
.w .input-group-btn > .row-actions-component > .action + .row-actions-component > .action,
.w .input-group-btn > .row-actions-component > .dropdown > .morebutton + .row-actions-component > .dropdown > .morebutton,
.w .input-group-btn > .inline_help-nopadding + .inline_help-nopadding {
  margin-left: -1px;
}
.w .input-group-btn > .btn:hover,
.w .input-group-btn > .btn:focus,
.w .input-group-btn > .btn:active,
.w .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover,
.w .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:focus,
.w .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:active,
.w .wcr-pager .pager > .btn:hover,
.w .wcr-pager .pager > .btn:focus,
.w .wcr-pager .pager > .btn:active,
.w .input-group-btn > .row-actions > .action:hover,
.w .input-group-btn > .row-actions > .action:focus,
.w .input-group-btn > .row-actions > .action:active,
.w .input-group-btn > .row-actions > .dropdown > .morebutton:hover,
.w .input-group-btn > .row-actions > .dropdown > .morebutton:focus,
.w .input-group-btn > .row-actions > .dropdown > .morebutton:active,
.w .input-group-btn > .buttonprimary:hover,
.w .input-group-btn > .buttonprimary:focus,
.w .input-group-btn > .buttonprimary:active,
.w .input-group-btn > .buttonsecondary:hover,
.w .input-group-btn > .buttonsecondary:focus,
.w .input-group-btn > .buttonsecondary:active,
.w .input-group-btn > .action-menu-component > a.action:hover,
.w .input-group-btn > .action-menu-component > a.action:focus,
.w .input-group-btn > .action-menu-component > a.action:active,
.w .input-group-btn > .btn-no-border:hover,
.w .input-group-btn > .btn-no-border:focus,
.w .input-group-btn > .btn-no-border:active,
.w .input-group-btn > .inline_help:hover,
.w .input-group-btn > .inline_help:focus,
.w .input-group-btn > .inline_help:active,
.w .input-group-btn > .row-actions-component > .action:hover,
.w .input-group-btn > .row-actions-component > .action:focus,
.w .input-group-btn > .row-actions-component > .action:active,
.w .input-group-btn > .row-actions-component > .dropdown > .morebutton:hover,
.w .input-group-btn > .row-actions-component > .dropdown > .morebutton:focus,
.w .input-group-btn > .row-actions-component > .dropdown > .morebutton:active,
.w .input-group-btn > .inline_help-nopadding:hover,
.w .input-group-btn > .inline_help-nopadding:focus,
.w .input-group-btn > .inline_help-nopadding:active {
  z-index: 2;
}
.w .input-group-btn:first-child > .btn,
.w .input-group-btn:first-child > .btn-group,
.w .input-group-btn:first-child > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-pager .pager:first-child > .btn,
.w .wcr-pager .pager:first-child > .btn-group,
.w .input-group-btn:first-child > .row-actions > .action,
.w .input-group-btn:first-child > .row-actions > .dropdown > .morebutton,
.w .input-group-btn:first-child > .buttonprimary,
.w .input-group-btn:first-child > .buttonsecondary,
.w .input-group-btn:first-child > .action-menu-component > a.action,
.w .input-group-btn:first-child > .btn-no-border,
.w .input-group-btn:first-child > .inline_help,
.w .input-group-btn:first-child > .row-actions-component > .action,
.w .input-group-btn:first-child > .row-actions-component > .dropdown > .morebutton,
.w .input-group-btn:first-child > .inline_help-nopadding {
  margin-right: -1px;
}
.w .input-group-btn:last-child > .btn,
.w .input-group-btn:last-child > .btn-group,
.w .input-group-btn:last-child > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-pager .pager:last-child > .btn,
.w .wcr-pager .pager:last-child > .btn-group,
.w .input-group-btn:last-child > .row-actions > .action,
.w .input-group-btn:last-child > .row-actions > .dropdown > .morebutton,
.w .input-group-btn:last-child > .buttonprimary,
.w .input-group-btn:last-child > .buttonsecondary,
.w .input-group-btn:last-child > .action-menu-component > a.action,
.w .input-group-btn:last-child > .btn-no-border,
.w .input-group-btn:last-child > .inline_help,
.w .input-group-btn:last-child > .row-actions-component > .action,
.w .input-group-btn:last-child > .row-actions-component > .dropdown > .morebutton,
.w .input-group-btn:last-child > .inline_help-nopadding {
  z-index: 2;
  margin-left: -1px;
}
.w .input-group.full-width {
  width: 100%;
}
.w .input-group .input-group-addon-select {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  padding: 0;
}
.w .input-group .input-group-addon-select:first-child {
  border-right: 0;
}
.w .input-group .input-group-addon-select:last-child {
  border-left: 0;
}
.w .input-group .input-group-addon-select select {
  border: 0;
}
.w .input-group .input-group-addon-sdrop {
  padding: 0;
  border: none;
  background: none;
}
.w .input-group .input-group-addon-sdrop select {
  height: 100%;
  border: 0;
}
.w .input-group .input-group-addon-sdrop .sdrop {
  border-right: none;
}
.w .input-group .form-control,
.w .input-group .sdrop,
.w .input-group .XDrop {
  z-index: 3;
}
.w .input-group .input-group-btn > .btn,
.w .input-group .input-group-btn > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .input-group .wcr-pager .pager > .btn,
.w .input-group .input-group-btn > .row-actions > .action,
.w .input-group .input-group-btn > .row-actions > .dropdown > .morebutton,
.w .input-group .input-group-btn > .buttonprimary,
.w .input-group .input-group-btn > .buttonsecondary,
.w .input-group .input-group-btn > .action-menu-component > a.action,
.w .input-group .input-group-btn > .btn-no-border,
.w .input-group .input-group-btn > .inline_help,
.w .input-group .input-group-btn > .row-actions-component > .action,
.w .input-group .input-group-btn > .row-actions-component > .dropdown > .morebutton,
.w .input-group .input-group-btn > .inline_help-nopadding {
  margin-right: 0px;
}
.w .input-group .expand-to-fill-input-group {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.w .nav,
.w .ThirdLevelMenu,
.w .FourthLevelMenu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.w .nav > li,
.w .ThirdLevelMenu > li,
.w .FourthLevelMenu > li {
  position: relative;
  display: block;
}
.w .nav > li > a,
.w .ThirdLevelMenu > li > a,
.w .FourthLevelMenu > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
.w .nav > li > a:hover,
.w .nav > li > a:focus,
.w .ThirdLevelMenu > li > a:hover,
.w .ThirdLevelMenu > li > a:focus,
.w .FourthLevelMenu > li > a:hover,
.w .FourthLevelMenu > li > a:focus {
  text-decoration: none;
  background-color: #ecf0f0;
}
.w .nav > li.disabled > a,
.w .ThirdLevelMenu > li.disabled > a,
.w .FourthLevelMenu > li.disabled > a {
  color: #a3baba;
}
.w .nav > li.disabled > a:hover,
.w .nav > li.disabled > a:focus,
.w .ThirdLevelMenu > li.disabled > a:hover,
.w .ThirdLevelMenu > li.disabled > a:focus,
.w .FourthLevelMenu > li.disabled > a:hover,
.w .FourthLevelMenu > li.disabled > a:focus {
  color: #a3baba;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.w .nav .open > a,
.w .nav .open > a:hover,
.w .nav .open > a:focus,
.w .ThirdLevelMenu .open > a,
.w .ThirdLevelMenu .open > a:hover,
.w .ThirdLevelMenu .open > a:focus,
.w .FourthLevelMenu .open > a,
.w .FourthLevelMenu .open > a:hover,
.w .FourthLevelMenu .open > a:focus {
  background-color: #ecf0f0;
  border-color: #5F7E7E;
}
.w .nav .nav-divider,
.w .ThirdLevelMenu .nav-divider,
.w .FourthLevelMenu .nav-divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.w .nav > li > a > img,
.w .ThirdLevelMenu > li > a > img,
.w .FourthLevelMenu > li > a > img {
  max-width: none;
}
.w .nav-tabs,
.w .ThirdLevelMenu {
  border-bottom: 1px solid #ddd;
}
.w .nav-tabs > li,
.w .ThirdLevelMenu > li {
  float: left;
  margin-bottom: -1px;
}
.w .nav-tabs > li > a,
.w .ThirdLevelMenu > li > a {
  margin-right: 2px;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.w .nav-tabs > li > a:hover,
.w .ThirdLevelMenu > li > a:hover {
  border-color: #ecf0f0 #ecf0f0 #ddd;
}
.w .nav-tabs > li.active > a,
.w .nav-tabs > li.active > a:hover,
.w .nav-tabs > li.active > a:focus,
.w .ThirdLevelMenu > li.active > a,
.w .ThirdLevelMenu > li.active > a:hover,
.w .ThirdLevelMenu > li.active > a:focus {
  color: #779999;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.w .nav-tabs.nav-justified,
.w .ThirdLevelMenu.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.w .nav-tabs.nav-justified > li,
.w .ThirdLevelMenu.nav-justified > li {
  float: none;
}
.w .nav-tabs.nav-justified > li > a,
.w .ThirdLevelMenu.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.w .nav-tabs.nav-justified > .dropdown .dropdown-menu,
.w .ThirdLevelMenu.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .w .nav-tabs.nav-justified > li,
  .w .ThirdLevelMenu.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .w .nav-tabs.nav-justified > li > a,
  .w .ThirdLevelMenu.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.w .nav-tabs.nav-justified > li > a,
.w .ThirdLevelMenu.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.w .nav-tabs.nav-justified > .active > a,
.w .nav-tabs.nav-justified > .active > a:hover,
.w .nav-tabs.nav-justified > .active > a:focus,
.w .ThirdLevelMenu.nav-justified > .active > a,
.w .ThirdLevelMenu.nav-justified > .active > a:hover,
.w .ThirdLevelMenu.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .w .nav-tabs.nav-justified > li > a,
  .w .ThirdLevelMenu.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .w .nav-tabs.nav-justified > .active > a,
  .w .nav-tabs.nav-justified > .active > a:hover,
  .w .nav-tabs.nav-justified > .active > a:focus,
  .w .ThirdLevelMenu.nav-justified > .active > a,
  .w .ThirdLevelMenu.nav-justified > .active > a:hover,
  .w .ThirdLevelMenu.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.w .nav-pills > li,
.w .FourthLevelMenu > li {
  float: left;
}
.w .nav-pills > li > a,
.w .FourthLevelMenu > li > a {
  border-radius: 0px;
}
.w .nav-pills > li + li,
.w .FourthLevelMenu > li + li {
  margin-left: 2px;
}
.w .nav-pills > li.active > a,
.w .nav-pills > li.active > a:hover,
.w .nav-pills > li.active > a:focus,
.w .FourthLevelMenu > li.active > a,
.w .FourthLevelMenu > li.active > a:hover,
.w .FourthLevelMenu > li.active > a:focus {
  color: #fff;
  background-color: #EBD01E;
}
.w .nav-stacked > li {
  float: none;
}
.w .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.w .nav-justified {
  width: 100%;
}
.w .nav-justified > li {
  float: none;
}
.w .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.w .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .w .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .w .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.w .nav-tabs-justified {
  border-bottom: 0;
}
.w .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.w .nav-tabs-justified > .active > a,
.w .nav-tabs-justified > .active > a:hover,
.w .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .w .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .w .nav-tabs-justified > .active > a,
  .w .nav-tabs-justified > .active > a:hover,
  .w .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.w .tab-content > .tab-pane {
  display: none;
}
.w .tab-content > .active {
  display: block;
}
.w .nav-tabs .dropdown-menu,
.w .ThirdLevelMenu .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.w .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .w .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .w .navbar-header {
    float: left;
  }
}
.w .navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.w .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .w .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .w .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .w .navbar-collapse.in {
    overflow-y: visible;
  }
  .w .navbar-fixed-top .navbar-collapse,
  .w .navbar-static-top .navbar-collapse,
  .w .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.w .navbar-fixed-top .navbar-collapse,
.w .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .w .navbar-fixed-top .navbar-collapse,
  .w .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.w .container > .navbar-header,
.w .container-fluid > .navbar-header,
.w .container > .navbar-collapse,
.w .container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .w .container > .navbar-header,
  .w .container-fluid > .navbar-header,
  .w .container > .navbar-collapse,
  .w .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.w .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .w .navbar-static-top {
    border-radius: 0;
  }
}
.w .navbar-fixed-top,
.w .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .w .navbar-fixed-top,
  .w .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.w .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.w .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.w .navbar-brand {
  float: left;
  padding: 17.01px 10px;
  font-size: 17px;
  line-height: 16px;
  height: 50px;
}
.w .navbar-brand:hover,
.w .navbar-brand:focus {
  text-decoration: none;
}
.w .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .w .navbar > .container .navbar-brand,
  .w .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.w .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.w .navbar-toggle:focus {
  outline: 0;
}
.w .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.w .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .w .navbar-toggle {
    display: none;
  }
}
.w .navbar-nav {
  margin: 8.505px -10px;
}
.w .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .w .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .w .navbar-nav .open .dropdown-menu > li > a,
  .w .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .w .navbar-nav .open .dropdown-menu > li > a {
    line-height: 16px;
  }
  .w .navbar-nav .open .dropdown-menu > li > a:hover,
  .w .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .w .navbar-nav {
    float: left;
    margin: 0;
  }
  .w .navbar-nav > li {
    float: left;
  }
  .w .navbar-nav > li > a {
    padding-top: 17.01px;
    padding-bottom: 17.01px;
  }
}
.w .navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .w .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .w .navbar-form .form-control,
  .w .navbar-form .sdrop,
  .w .navbar-form .XDrop {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .w .navbar-form .form-control-static {
    display: inline-block;
  }
  .w .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .w .navbar-form .input-group .input-group-addon,
  .w .navbar-form .input-group .input-group-btn,
  .w .navbar-form .input-group .form-control,
  .w .navbar-form .input-group .input-group label.input-group-addon,
  .w .navbar-form .input-group .wcr-pager .pager,
  .w .navbar-form .input-group .sdrop,
  .w .navbar-form .input-group .XDrop {
    width: auto;
  }
  .w .navbar-form .input-group > .form-control,
  .w .navbar-form .input-group > .sdrop,
  .w .navbar-form .input-group > .XDrop {
    width: 100%;
  }
  .w .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .w .navbar-form .radio,
  .w .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .w .navbar-form .radio label,
  .w .navbar-form .checkbox label {
    padding-left: 0;
  }
  .w .navbar-form .radio input[type="radio"],
  .w .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .w .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .w .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .w .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .w .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.w .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.w .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.w .navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.w .navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.w .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.w .navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .w .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .w .navbar-left {
    float: left !important;
  }
  .w .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .w .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.w .navbar-default {
  background-color: #B0BDB4;
  border-color: #B0BDB4;
}
.w .navbar-default .navbar-brand {
  color: #777;
}
.w .navbar-default .navbar-brand:hover,
.w .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.w .navbar-default .navbar-text {
  color: #777;
}
.w .navbar-default .navbar-nav > li > a {
  color: #777;
}
.w .navbar-default .navbar-nav > li > a:hover,
.w .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.w .navbar-default .navbar-nav > .active > a,
.w .navbar-default .navbar-nav > .active > a:hover,
.w .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #9eaea3;
}
.w .navbar-default .navbar-nav > .disabled > a,
.w .navbar-default .navbar-nav > .disabled > a:hover,
.w .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.w .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.w .navbar-default .navbar-toggle:hover,
.w .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.w .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.w .navbar-default .navbar-collapse,
.w .navbar-default .navbar-form {
  border-color: #B0BDB4;
}
.w .navbar-default .navbar-nav > .open > a,
.w .navbar-default .navbar-nav > .open > a:hover,
.w .navbar-default .navbar-nav > .open > a:focus {
  background-color: #9eaea3;
  color: #555;
}
@media (max-width: 767px) {
  .w .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .w .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .w .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .w .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .w .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .w .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #9eaea3;
  }
  .w .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .w .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .w .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.w .navbar-default .navbar-link {
  color: #777;
}
.w .navbar-default .navbar-link:hover {
  color: #333;
}
.w .navbar-default .btn-link {
  color: #777;
}
.w .navbar-default .btn-link:hover,
.w .navbar-default .btn-link:focus {
  color: #333;
}
.w .navbar-default .btn-link[disabled]:hover,
.w fieldset[disabled] .navbar-default .btn-link:hover,
.w .navbar-default .btn-link[disabled]:focus,
.w fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.w .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.w .navbar-inverse .navbar-brand {
  color: #cedbdb;
}
.w .navbar-inverse .navbar-brand:hover,
.w .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.w .navbar-inverse .navbar-text {
  color: #cedbdb;
}
.w .navbar-inverse .navbar-nav > li > a {
  color: #cedbdb;
}
.w .navbar-inverse .navbar-nav > li > a:hover,
.w .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.w .navbar-inverse .navbar-nav > .active > a,
.w .navbar-inverse .navbar-nav > .active > a:hover,
.w .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.w .navbar-inverse .navbar-nav > .disabled > a,
.w .navbar-inverse .navbar-nav > .disabled > a:hover,
.w .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.w .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.w .navbar-inverse .navbar-toggle:hover,
.w .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.w .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.w .navbar-inverse .navbar-collapse,
.w .navbar-inverse .navbar-form {
  border-color: #101010;
}
.w .navbar-inverse .navbar-nav > .open > a,
.w .navbar-inverse .navbar-nav > .open > a:hover,
.w .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .w .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #cedbdb;
  }
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .w .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.w .navbar-inverse .navbar-link {
  color: #cedbdb;
}
.w .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.w .navbar-inverse .btn-link {
  color: #cedbdb;
}
.w .navbar-inverse .btn-link:hover,
.w .navbar-inverse .btn-link:focus {
  color: #fff;
}
.w .navbar-inverse .btn-link[disabled]:hover,
.w fieldset[disabled] .navbar-inverse .btn-link:hover,
.w .navbar-inverse .btn-link[disabled]:focus,
.w fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.w .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 16px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.w .breadcrumb > li {
  display: inline-block;
}
.w .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.w .breadcrumb > .active {
  color: #a3baba;
}
.w .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 0px;
}
.w .pagination > li {
  display: inline;
}
.w .pagination > li > a,
.w .pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  line-height: 1.25;
  text-decoration: none;
  color: #5F7E7E;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.w .pagination > li:first-child > a,
.w .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.w .pagination > li:last-child > a,
.w .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.w .pagination > li > a:hover,
.w .pagination > li > span:hover,
.w .pagination > li > a:focus,
.w .pagination > li > span:focus {
  z-index: 3;
  color: #3E5353;
  background-color: #ecf0f0;
  border-color: #ddd;
}
.w .pagination > .active > a,
.w .pagination > .active > span,
.w .pagination > .active > a:hover,
.w .pagination > .active > span:hover,
.w .pagination > .active > a:focus,
.w .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #EBD01E;
  border-color: #EBD01E;
  cursor: default;
}
.w .pagination > .disabled > span,
.w .pagination > .disabled > span:hover,
.w .pagination > .disabled > span:focus,
.w .pagination > .disabled > a,
.w .pagination > .disabled > a:hover,
.w .pagination > .disabled > a:focus {
  color: #a3baba;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.w .pagination-lg > li > a,
.w .pagination-lg > li > span {
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
}
.w .pagination-lg > li:first-child > a,
.w .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.w .pagination-lg > li:last-child > a,
.w .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.w .pagination-sm > li > a,
.w .pagination-sm > li > span {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.w .pagination-sm > li:first-child > a,
.w .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.w .pagination-sm > li:last-child > a,
.w .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.w .pager {
  padding-left: 0;
  margin: 16px 0;
  list-style: none;
  text-align: center;
}
.w .pager li {
  display: inline;
}
.w .pager li > a,
.w .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.w .pager li > a:hover,
.w .pager li > a:focus {
  text-decoration: none;
  background-color: #ecf0f0;
}
.w .pager .next > a,
.w .pager .next > span {
  float: right;
}
.w .pager .previous > a,
.w .pager .previous > span {
  float: left;
}
.w .pager .disabled > a,
.w .pager .disabled > a:hover,
.w .pager .disabled > a:focus,
.w .pager .disabled > span {
  color: #a3baba;
  background-color: #fff;
  cursor: not-allowed;
}
.w .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.w a.label:hover,
.w a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.w .label:empty {
  display: none;
}
.w .btn .label,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button .label,
.w .row-actions > .action .label,
.w .row-actions > .dropdown > .morebutton .label,
.w .buttonprimary .label,
.w .buttonsecondary .label,
.w .action-menu-component > a.action .label,
.w .btn-no-border .label,
.w .inline_help .label,
.w .row-actions-component > .action .label,
.w .row-actions-component > .dropdown > .morebutton .label,
.w .inline_help-nopadding .label {
  position: relative;
  top: -1px;
}
.w .label-default {
  background-color: #a3baba;
}
.w .label-default[href]:hover,
.w .label-default[href]:focus {
  background-color: #86a4a4;
}
.w .label-primary {
  background-color: #EBD01E;
}
.w .label-primary[href]:hover,
.w .label-primary[href]:focus {
  background-color: #c5ad11;
}
.w .label-success {
  background-color: #5cb85c;
}
.w .label-success[href]:hover,
.w .label-success[href]:focus {
  background-color: #449d44;
}
.w .label-info {
  background-color: #5bc0de;
}
.w .label-info[href]:hover,
.w .label-info[href]:focus {
  background-color: #31b0d5;
}
.w .label-warning {
  background-color: #f0ad4e;
}
.w .label-warning[href]:hover,
.w .label-warning[href]:focus {
  background-color: #ec971f;
}
.w .label-danger {
  background-color: #d9534f;
}
.w .label-danger[href]:hover,
.w .label-danger[href]:focus {
  background-color: #c9302c;
}
.w .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a3baba;
  border-radius: 10px;
}
.w .badge:empty {
  display: none;
}
.w .btn .badge,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button .badge,
.w .row-actions > .action .badge,
.w .row-actions > .dropdown > .morebutton .badge,
.w .buttonprimary .badge,
.w .buttonsecondary .badge,
.w .action-menu-component > a.action .badge,
.w .btn-no-border .badge,
.w .inline_help .badge,
.w .row-actions-component > .action .badge,
.w .row-actions-component > .dropdown > .morebutton .badge,
.w .inline_help-nopadding .badge {
  position: relative;
  top: -1px;
}
.w .btn-xs .badge,
.w .btn-group-xs > .btn .badge,
.w .btn-group-xs > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button .badge,
.w .btn-group-xs > .row-actions > .action .badge,
.w .btn-group-xs > .row-actions > .dropdown > .morebutton .badge,
.w .btn-group-xs > .buttonprimary .badge,
.w .btn-group-xs > .buttonsecondary .badge,
.w .btn-group-xs > .action-menu-component > a.action .badge,
.w .btn-group-xs > .btn-no-border .badge,
.w .btn-group-xs > .inline_help .badge,
.w .btn-group-xs > .row-actions-component > .action .badge,
.w .btn-group-xs > .row-actions-component > .dropdown > .morebutton .badge,
.w .btn-group-xs > .inline_help-nopadding .badge {
  top: 0;
  padding: 1px 5px;
}
.w a.badge:hover,
.w a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.w .list-group-item.active > .badge,
.w .nav-pills > .active > a > .badge,
.w .FourthLevelMenu > .active > a > .badge {
  color: #fff;
  background-color: #334444;
}
.w .list-group-item > .badge {
  float: right;
}
.w .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.w .nav-pills > li > a > .badge,
.w .FourthLevelMenu > li > a > .badge {
  margin-left: 3px;
}
.w .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ecf0f0;
}
.w .jumbotron h1,
.w .jumbotron .h1 {
  color: inherit;
}
.w .jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.w .jumbotron > hr {
  border-top-color: #cedbdb;
}
.w .container .jumbotron,
.w .container-fluid .jumbotron {
  border-radius: 0px;
}
.w .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .w .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .w .container .jumbotron,
  .w .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .w .jumbotron h1,
  .w .jumbotron .h1 {
    font-size: 59px;
  }
}
.w .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 16px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.w .thumbnail > img,
.w .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.w a.thumbnail:hover,
.w a.thumbnail:focus,
.w a.thumbnail.active {
  border-color: #5F7E7E;
}
.w .thumbnail .caption {
  padding: 9px;
  color: #334444;
}
.w .alert,
.w .wcr-table .clipped_warning,
.w .clipped_msg {
  padding: 15px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.w .alert h4,
.w .wcr-table .clipped_warning h4,
.w .clipped_msg h4 {
  margin-top: 0;
  color: inherit;
}
.w .alert .alert-link,
.w .wcr-table .clipped_warning .alert-link,
.w .clipped_msg .alert-link {
  font-weight: bold;
}
.w .alert > p,
.w .alert > ul,
.w .wcr-table .clipped_warning > p,
.w .wcr-table .clipped_warning > ul,
.w .clipped_msg > p,
.w .clipped_msg > ul {
  margin-bottom: 0;
}
.w .alert > p + p,
.w .wcr-table .clipped_warning > p + p,
.w .clipped_msg > p + p {
  margin-top: 5px;
}
.w .alert-dismissable,
.w .alert-dismissible {
  padding-right: 35px;
}
.w .alert-dismissable .close,
.w .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.w .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.w .alert-success hr {
  border-top-color: #c9e2b3;
}
.w .alert-success .alert-link {
  color: #2b542c;
}
.w .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.w .alert-info hr {
  border-top-color: #a6e1ec;
}
.w .alert-info .alert-link {
  color: #245269;
}
.w .alert-warning,
.w .wcr-table .clipped_warning,
.w .clipped_msg {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.w .alert-warning hr,
.w .wcr-table .clipped_warning hr,
.w .clipped_msg hr {
  border-top-color: #f7e1b5;
}
.w .alert-warning .alert-link,
.w .wcr-table .clipped_warning .alert-link,
.w .clipped_msg .alert-link {
  color: #66512c;
}
.w .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.w .alert-danger hr {
  border-top-color: #e4b9c0;
}
.w .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.w .progress {
  overflow: hidden;
  height: 16px;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.w .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #EBD01E;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.w .progress-striped .progress-bar,
.w .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.w .progress.active .progress-bar,
.w .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.w .progress-bar-success {
  background-color: #5cb85c;
}
.w .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.w .progress-bar-info {
  background-color: #5bc0de;
}
.w .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.w .progress-bar-warning {
  background-color: #f0ad4e;
}
.w .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.w .progress-bar-danger {
  background-color: #d9534f;
}
.w .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.w .media {
  margin-top: 15px;
}
.w .media:first-child {
  margin-top: 0;
}
.w .media,
.w .media-body {
  zoom: 1;
  overflow: hidden;
}
.w .media-body {
  width: 10000px;
}
.w .media-object {
  display: block;
}
.w .media-object.img-thumbnail {
  max-width: none;
}
.w .media-right,
.w .media > .pull-right {
  padding-left: 10px;
}
.w .media-left,
.w .media > .pull-left {
  padding-right: 10px;
}
.w .media-left,
.w .media-right,
.w .media-body {
  display: table-cell;
  vertical-align: top;
}
.w .media-middle {
  vertical-align: middle;
}
.w .media-bottom {
  vertical-align: bottom;
}
.w .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.w .media-list {
  padding-left: 0;
  list-style: none;
}
.w .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.w .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.w .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.w .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.w a.list-group-item,
.w button.list-group-item {
  color: #555;
}
.w a.list-group-item .list-group-item-heading,
.w button.list-group-item .list-group-item-heading {
  color: #333;
}
.w a.list-group-item:hover,
.w button.list-group-item:hover,
.w a.list-group-item:focus,
.w button.list-group-item:focus {
  text-decoration: none;
  color: #000000;
  background-color: #bcbcbc;
}
.w button.list-group-item {
  width: 100%;
  text-align: left;
}
.w .list-group-item.disabled,
.w .list-group-item.disabled:hover,
.w .list-group-item.disabled:focus {
  background-color: #ecf0f0;
  color: #a3baba;
  cursor: not-allowed;
}
.w .list-group-item.disabled .list-group-item-heading,
.w .list-group-item.disabled:hover .list-group-item-heading,
.w .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.w .list-group-item.disabled .list-group-item-text,
.w .list-group-item.disabled:hover .list-group-item-text,
.w .list-group-item.disabled:focus .list-group-item-text {
  color: #a3baba;
}
.w .list-group-item.active,
.w .list-group-item.active:hover,
.w .list-group-item.active:focus {
  z-index: 2;
  color: #000000;
  background-color: #fafafa;
  border-color: #ddd;
}
.w .list-group-item.active .list-group-item-heading,
.w .list-group-item.active:hover .list-group-item-heading,
.w .list-group-item.active:focus .list-group-item-heading,
.w .list-group-item.active .list-group-item-heading > small,
.w .list-group-item.active:hover .list-group-item-heading > small,
.w .list-group-item.active:focus .list-group-item-heading > small,
.w .list-group-item.active .list-group-item-heading > .small,
.w .list-group-item.active:hover .list-group-item-heading > .small,
.w .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.w .list-group-item.active .list-group-item-text,
.w .list-group-item.active:hover .list-group-item-text,
.w .list-group-item.active:focus .list-group-item-text {
  color: #334444;
}
.w .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.w a.list-group-item-success,
.w button.list-group-item-success {
  color: #3c763d;
}
.w a.list-group-item-success .list-group-item-heading,
.w button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.w a.list-group-item-success:hover,
.w button.list-group-item-success:hover,
.w a.list-group-item-success:focus,
.w button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.w a.list-group-item-success.active,
.w button.list-group-item-success.active,
.w a.list-group-item-success.active:hover,
.w button.list-group-item-success.active:hover,
.w a.list-group-item-success.active:focus,
.w button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.w .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.w a.list-group-item-info,
.w button.list-group-item-info {
  color: #31708f;
}
.w a.list-group-item-info .list-group-item-heading,
.w button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.w a.list-group-item-info:hover,
.w button.list-group-item-info:hover,
.w a.list-group-item-info:focus,
.w button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.w a.list-group-item-info.active,
.w button.list-group-item-info.active,
.w a.list-group-item-info.active:hover,
.w button.list-group-item-info.active:hover,
.w a.list-group-item-info.active:focus,
.w button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.w .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.w a.list-group-item-warning,
.w button.list-group-item-warning {
  color: #8a6d3b;
}
.w a.list-group-item-warning .list-group-item-heading,
.w button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.w a.list-group-item-warning:hover,
.w button.list-group-item-warning:hover,
.w a.list-group-item-warning:focus,
.w button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.w a.list-group-item-warning.active,
.w button.list-group-item-warning.active,
.w a.list-group-item-warning.active:hover,
.w button.list-group-item-warning.active:hover,
.w a.list-group-item-warning.active:focus,
.w button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.w .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.w a.list-group-item-danger,
.w button.list-group-item-danger {
  color: #a94442;
}
.w a.list-group-item-danger .list-group-item-heading,
.w button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.w a.list-group-item-danger:hover,
.w button.list-group-item-danger:hover,
.w a.list-group-item-danger:focus,
.w button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.w a.list-group-item-danger.active,
.w button.list-group-item-danger.active,
.w a.list-group-item-danger.active:hover,
.w button.list-group-item-danger.active:hover,
.w a.list-group-item-danger.active:focus,
.w button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.w .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.w .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.w .panel,
.w .card .wrapper {
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.w .panel-body {
  padding: 15px;
}
.w .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.w .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.w .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.w .panel-title > a,
.w .panel-title > small,
.w .panel-title > .small,
.w .panel-title > small > a,
.w .panel-title > .small > a {
  color: inherit;
}
.w .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.w .panel > .list-group,
.w .panel > .panel-collapse > .list-group,
.w .card .wrapper > .list-group,
.w .card .wrapper > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.w .panel > .list-group .list-group-item,
.w .panel > .panel-collapse > .list-group .list-group-item,
.w .card .wrapper > .list-group .list-group-item,
.w .card .wrapper > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.w .panel > .list-group:first-child .list-group-item:first-child,
.w .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.w .card .wrapper > .list-group:first-child .list-group-item:first-child,
.w .card .wrapper > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.w .panel > .list-group:last-child .list-group-item:last-child,
.w .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.w .card .wrapper > .list-group:last-child .list-group-item:last-child,
.w .card .wrapper > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.w .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child,
.w .card .wrapper > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.w .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.w .list-group + .panel-footer {
  border-top-width: 0;
}
.w .panel > .table,
.w .panel > .table-responsive > .table,
.w .panel > .panel-collapse > .table,
.w .panel > .wcr-table .ordtable,
.w .panel > .table-responsive > .wcr-table .ordtable,
.w .panel > .panel-collapse > .wcr-table .ordtable,
.w .card .wrapper > .table,
.w .card .wrapper > .table-responsive > .table,
.w .card .wrapper > .panel-collapse > .table {
  margin-bottom: 0;
}
.w .panel > .table caption,
.w .panel > .table-responsive > .table caption,
.w .panel > .panel-collapse > .table caption,
.w .panel > .wcr-table .ordtable caption,
.w .panel > .table-responsive > .wcr-table .ordtable caption,
.w .panel > .panel-collapse > .wcr-table .ordtable caption,
.w .card .wrapper > .table caption,
.w .card .wrapper > .table-responsive > .table caption,
.w .card .wrapper > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.w .panel > .table:first-child,
.w .panel > .table-responsive:first-child > .table:first-child,
.w .panel > .wcr-table .ordtable:first-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child,
.w .card .wrapper > .table:first-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.w .panel > .table:first-child > thead:first-child > tr:first-child,
.w .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.w .panel > .table:first-child > tbody:first-child > tr:first-child,
.w .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.w .panel > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child,
.w .panel > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child,
.w .card .wrapper > .table:first-child > thead:first-child > tr:first-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.w .card .wrapper > .table:first-child > tbody:first-child > tr:first-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.w .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.w .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.w .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.w .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.w .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.w .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.w .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.w .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.w .panel > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child td:first-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child td:first-child,
.w .panel > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child td:first-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child td:first-child,
.w .panel > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child th:first-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child th:first-child,
.w .panel > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child th:first-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child th:first-child,
.w .card .wrapper > .table:first-child > thead:first-child > tr:first-child td:first-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.w .card .wrapper > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.w .card .wrapper > .table:first-child > thead:first-child > tr:first-child th:first-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.w .card .wrapper > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.w .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.w .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.w .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.w .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.w .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.w .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.w .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.w .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.w .panel > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child td:last-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child td:last-child,
.w .panel > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child td:last-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child td:last-child,
.w .panel > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child th:last-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child th:last-child,
.w .panel > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child th:last-child,
.w .panel > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child th:last-child,
.w .card .wrapper > .table:first-child > thead:first-child > tr:first-child td:last-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.w .card .wrapper > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.w .card .wrapper > .table:first-child > thead:first-child > tr:first-child th:last-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.w .card .wrapper > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.w .card .wrapper > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.w .panel > .table:last-child,
.w .panel > .table-responsive:last-child > .table:last-child,
.w .panel > .wcr-table .ordtable:last-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child,
.w .card .wrapper > .table:last-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.w .panel > .table:last-child > tbody:last-child > tr:last-child,
.w .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.w .panel > .table:last-child > tfoot:last-child > tr:last-child,
.w .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.w .panel > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child,
.w .panel > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child,
.w .card .wrapper > .table:last-child > tbody:last-child > tr:last-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.w .card .wrapper > .table:last-child > tfoot:last-child > tr:last-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.w .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.w .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.w .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.w .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.w .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.w .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.w .panel > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child td:first-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child td:first-child,
.w .panel > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .panel > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child th:first-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child th:first-child,
.w .panel > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child th:first-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child th:first-child,
.w .card .wrapper > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.w .card .wrapper > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .card .wrapper > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.w .card .wrapper > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.w .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.w .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.w .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.w .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.w .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.w .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.w .panel > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child td:last-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child td:last-child,
.w .panel > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .panel > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child th:last-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child th:last-child,
.w .panel > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child th:last-child,
.w .panel > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child th:last-child,
.w .card .wrapper > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.w .card .wrapper > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .card .wrapper > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.w .card .wrapper > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.w .card .wrapper > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.w .panel > .panel-body + .table,
.w .panel > .panel-body + .table-responsive,
.w .panel > .table + .panel-body,
.w .panel > .table-responsive + .panel-body,
.w .panel > .panel-body + .wcr-table .ordtable,
.w .panel > .wcr-table .ordtable + .panel-body,
.w .card .wrapper > .panel-body + .table,
.w .card .wrapper > .panel-body + .table-responsive,
.w .card .wrapper > .table + .panel-body,
.w .card .wrapper > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.w .panel > .table > tbody:first-child > tr:first-child th,
.w .panel > .table > tbody:first-child > tr:first-child td,
.w .panel > .wcr-table .ordtable > tbody:first-child > tr:first-child th,
.w .panel > .wcr-table .ordtable > tbody:first-child > tr:first-child td,
.w .card .wrapper > .table > tbody:first-child > tr:first-child th,
.w .card .wrapper > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.w .panel > .table-bordered,
.w .panel > .table-responsive > .table-bordered,
.w .card .wrapper > .table-bordered,
.w .card .wrapper > .table-responsive > .table-bordered {
  border: 0;
}
.w .panel > .table-bordered > thead > tr > th:first-child,
.w .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.w .panel > .table-bordered > tbody > tr > th:first-child,
.w .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.w .panel > .table-bordered > tfoot > tr > th:first-child,
.w .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.w .panel > .table-bordered > thead > tr > td:first-child,
.w .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.w .panel > .table-bordered > tbody > tr > td:first-child,
.w .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.w .panel > .table-bordered > tfoot > tr > td:first-child,
.w .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.w .card .wrapper > .table-bordered > thead > tr > th:first-child,
.w .card .wrapper > .table-responsive > .table-bordered > thead > tr > th:first-child,
.w .card .wrapper > .table-bordered > tbody > tr > th:first-child,
.w .card .wrapper > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.w .card .wrapper > .table-bordered > tfoot > tr > th:first-child,
.w .card .wrapper > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.w .card .wrapper > .table-bordered > thead > tr > td:first-child,
.w .card .wrapper > .table-responsive > .table-bordered > thead > tr > td:first-child,
.w .card .wrapper > .table-bordered > tbody > tr > td:first-child,
.w .card .wrapper > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.w .card .wrapper > .table-bordered > tfoot > tr > td:first-child,
.w .card .wrapper > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.w .panel > .table-bordered > thead > tr > th:last-child,
.w .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.w .panel > .table-bordered > tbody > tr > th:last-child,
.w .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.w .panel > .table-bordered > tfoot > tr > th:last-child,
.w .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.w .panel > .table-bordered > thead > tr > td:last-child,
.w .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.w .panel > .table-bordered > tbody > tr > td:last-child,
.w .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.w .panel > .table-bordered > tfoot > tr > td:last-child,
.w .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.w .card .wrapper > .table-bordered > thead > tr > th:last-child,
.w .card .wrapper > .table-responsive > .table-bordered > thead > tr > th:last-child,
.w .card .wrapper > .table-bordered > tbody > tr > th:last-child,
.w .card .wrapper > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.w .card .wrapper > .table-bordered > tfoot > tr > th:last-child,
.w .card .wrapper > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.w .card .wrapper > .table-bordered > thead > tr > td:last-child,
.w .card .wrapper > .table-responsive > .table-bordered > thead > tr > td:last-child,
.w .card .wrapper > .table-bordered > tbody > tr > td:last-child,
.w .card .wrapper > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.w .card .wrapper > .table-bordered > tfoot > tr > td:last-child,
.w .card .wrapper > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.w .panel > .table-bordered > thead > tr:first-child > td,
.w .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.w .panel > .table-bordered > tbody > tr:first-child > td,
.w .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.w .panel > .table-bordered > thead > tr:first-child > th,
.w .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.w .panel > .table-bordered > tbody > tr:first-child > th,
.w .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.w .card .wrapper > .table-bordered > thead > tr:first-child > td,
.w .card .wrapper > .table-responsive > .table-bordered > thead > tr:first-child > td,
.w .card .wrapper > .table-bordered > tbody > tr:first-child > td,
.w .card .wrapper > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.w .card .wrapper > .table-bordered > thead > tr:first-child > th,
.w .card .wrapper > .table-responsive > .table-bordered > thead > tr:first-child > th,
.w .card .wrapper > .table-bordered > tbody > tr:first-child > th,
.w .card .wrapper > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.w .panel > .table-bordered > tbody > tr:last-child > td,
.w .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.w .panel > .table-bordered > tfoot > tr:last-child > td,
.w .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.w .panel > .table-bordered > tbody > tr:last-child > th,
.w .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.w .panel > .table-bordered > tfoot > tr:last-child > th,
.w .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.w .card .wrapper > .table-bordered > tbody > tr:last-child > td,
.w .card .wrapper > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.w .card .wrapper > .table-bordered > tfoot > tr:last-child > td,
.w .card .wrapper > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.w .card .wrapper > .table-bordered > tbody > tr:last-child > th,
.w .card .wrapper > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.w .card .wrapper > .table-bordered > tfoot > tr:last-child > th,
.w .card .wrapper > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.w .panel > .table-responsive,
.w .card .wrapper > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.w .panel-group {
  margin-bottom: 16px;
}
.w .panel-group .panel,
.w .panel-group .card .wrapper {
  margin-bottom: 0;
  border-radius: 0px;
}
.w .panel-group .panel + .panel,
.w .panel-group .card .wrapper + .card .wrapper {
  margin-top: 5px;
}
.w .panel-group .panel-heading {
  border-bottom: 0;
}
.w .panel-group .panel-heading + .panel-collapse > .panel-body,
.w .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.w .panel-group .panel-footer {
  border-top: 0;
}
.w .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.w .panel-default {
  border-color: #ddd;
}
.w .panel-default > .panel-heading {
  color: #516b6b;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.w .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.w .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #516b6b;
}
.w .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.w .panel-primary {
  border-color: #EBD01E;
}
.w .panel-primary > .panel-heading {
  color: #fff;
  background-color: #EBD01E;
  border-color: #EBD01E;
}
.w .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EBD01E;
}
.w .panel-primary > .panel-heading .badge {
  color: #EBD01E;
  background-color: #fff;
}
.w .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EBD01E;
}
.w .panel-success {
  border-color: #d6e9c6;
}
.w .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.w .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.w .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.w .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.w .panel-info {
  border-color: #bce8f1;
}
.w .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.w .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.w .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.w .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.w .panel-warning {
  border-color: #faebcc;
}
.w .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.w .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.w .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.w .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.w .panel-danger {
  border-color: #ebccd1;
}
.w .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.w .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.w .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.w .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.w .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.w .embed-responsive .embed-responsive-item,
.w .embed-responsive iframe,
.w .embed-responsive embed,
.w .embed-responsive object,
.w .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.w .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.w .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.w .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.w .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.w .well-lg {
  padding: 24px;
  border-radius: 0px;
}
.w .well-sm {
  padding: 9px;
  border-radius: 0px;
}
.w .close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.w .close:hover,
.w .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.w button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.w .modal-open {
  overflow: hidden;
}
.w .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.w .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.w .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.w .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.w .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.w .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.w .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.w .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.w .modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 11.25px;
}
.w .modal-header .close {
  margin-top: -2px;
}
.w .modal-title {
  margin: 0;
  line-height: 1.25;
}
.w .modal-body {
  position: relative;
  padding: 10px;
}
.w .modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.w .modal-footer .btn + .btn,
.w .modal-footer .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .modal-footer .row-actions > .action + .row-actions > .action,
.w .modal-footer .row-actions > .dropdown > .morebutton + .row-actions > .dropdown > .morebutton,
.w .modal-footer .buttonprimary + .buttonprimary,
.w .modal-footer .buttonsecondary + .buttonsecondary,
.w .modal-footer .action-menu-component > a.action + .action-menu-component > a.action,
.w .modal-footer .btn-no-border + .btn-no-border,
.w .modal-footer .inline_help + .inline_help,
.w .modal-footer .row-actions-component > .action + .row-actions-component > .action,
.w .modal-footer .row-actions-component > .dropdown > .morebutton + .row-actions-component > .dropdown > .morebutton,
.w .modal-footer .inline_help-nopadding + .inline_help-nopadding {
  margin-left: 5px;
  margin-bottom: 0;
}
.w .modal-footer .btn-group .btn + .btn,
.w .modal-footer .btn-group .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .modal-footer .btn-group .row-actions > .action + .row-actions > .action,
.w .modal-footer .btn-group .row-actions > .dropdown > .morebutton + .row-actions > .dropdown > .morebutton,
.w .modal-footer .btn-group .buttonprimary + .buttonprimary,
.w .modal-footer .btn-group .buttonsecondary + .buttonsecondary,
.w .modal-footer .btn-group .action-menu-component > a.action + .action-menu-component > a.action,
.w .modal-footer .btn-group .btn-no-border + .btn-no-border,
.w .modal-footer .btn-group .inline_help + .inline_help,
.w .modal-footer .btn-group .row-actions-component > .action + .row-actions-component > .action,
.w .modal-footer .btn-group .row-actions-component > .dropdown > .morebutton + .row-actions-component > .dropdown > .morebutton,
.w .modal-footer .btn-group .inline_help-nopadding + .inline_help-nopadding {
  margin-left: -1px;
}
.w .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .w .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .w .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .w .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .w .modal-lg {
    width: 900px;
  }
}
.w .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, "hiragino kaku gothic pro", "ms pgothic", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.w .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.w .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.w .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.w .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.w .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.w .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.w .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.w .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.w .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.w .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.w .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.w .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.w .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.w .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.w .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.w .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, "hiragino kaku gothic pro", "ms pgothic", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.w .popover.top {
  margin-top: -10px;
}
.w .popover.right {
  margin-left: 10px;
}
.w .popover.bottom {
  margin-top: 10px;
}
.w .popover.left {
  margin-left: -10px;
}
.w .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.w .popover-content {
  padding: 9px 14px;
}
.w .popover > .arrow,
.w .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.w .popover > .arrow {
  border-width: 11px;
}
.w .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.w .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.w .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.w .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.w .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.w .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.w .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.w .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.w .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.w .clearfix:before,
.w .clearfix:after,
.w .dl-horizontal dd:before,
.w .dl-horizontal dd:after,
.w .container:before,
.w .container:after,
.w .container-fluid:before,
.w .container-fluid:after,
.w .row:before,
.w .row:after,
.w .form-horizontal .form-group:before,
.w .form-horizontal .form-group:after,
.w .btn-toolbar:before,
.w .btn-toolbar:after,
.w .btn-group-vertical > .btn-group:before,
.w .btn-group-vertical > .btn-group:after,
.w .nav:before,
.w .nav:after,
.w .navbar:before,
.w .navbar:after,
.w .navbar-header:before,
.w .navbar-header:after,
.w .navbar-collapse:before,
.w .navbar-collapse:after,
.w .pager:before,
.w .pager:after,
.w .panel-body:before,
.w .panel-body:after,
.w .modal-footer:before,
.w .modal-footer:after,
.w .page-header:before,
.w .page-header:after,
.w .wcr-table .wcr-table-filter:before,
.w .wcr-table .wcr-table-filter:after,
.w .wcr-table .wcr-table-filter .wcr-filter-row:before,
.w .wcr-table .wcr-table-filter .wcr-filter-row:after,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row:before,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row:after,
.w .wcr-form .form-entry div.form-datetime:before,
.w .wcr-form .form-entry div.form-datetime:after,
.w .wcr-form .form-group:before,
.w .wcr-form .form-group:after,
.w .wcr-form .form-section .section-title:before,
.w .wcr-form .form-section .section-title:after,
.w .feedback-row:before,
.w .feedback-row:after,
.w .wcr-search .searchresultscart > .content:before,
.w .wcr-search .searchresultscart > .content:after,
.w div.ink_search_popup .form-entry div.form-datetime:before,
.w div.ink_search_popup .form-entry div.form-datetime:after,
.w div.ink_search_popup .form-group:before,
.w div.ink_search_popup .form-group:after,
.w div.ink_search_popup .form-section .section-title:before,
.w div.ink_search_popup .form-section .section-title:after,
.w .form-group.user-info-row:before,
.w .form-group.user-info-row:after,
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row:before,
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row:after,
.w div[name="changeduedateform"] .form-entry div.form-datetime:before,
.w div[name="changeduedateform"] .form-entry div.form-datetime:after,
.w .mydelegates-row:before,
.w .mydelegates-row:after,
.w .mydelegatedwork.popup .modal-footer .footer:before,
.w .mydelegatedwork.popup .modal-footer .footer:after,
.w .mydelegatedwork .delegatedworkrow:before,
.w .mydelegatedwork .delegatedworkrow:after,
.w .btn-group-vertical-justified > .btn-group:before,
.w .btn-group-vertical-justified > .btn-group:after,
.w .ThirdLevelMenu:before,
.w .ThirdLevelMenu:after,
.w .FourthLevelMenu:before,
.w .FourthLevelMenu:after {
  content: " ";
  display: table;
}
.w .clearfix:after,
.w .dl-horizontal dd:after,
.w .container:after,
.w .container-fluid:after,
.w .row:after,
.w .form-horizontal .form-group:after,
.w .btn-toolbar:after,
.w .btn-group-vertical > .btn-group:after,
.w .nav:after,
.w .navbar:after,
.w .navbar-header:after,
.w .navbar-collapse:after,
.w .pager:after,
.w .panel-body:after,
.w .modal-footer:after,
.w .page-header:after,
.w .wcr-table .wcr-table-filter:after,
.w .wcr-table .wcr-table-filter .wcr-filter-row:after,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row:after,
.w .wcr-form .form-entry div.form-datetime:after,
.w .wcr-form .form-group:after,
.w .wcr-form .form-section .section-title:after,
.w .feedback-row:after,
.w .wcr-search .searchresultscart > .content:after,
.w div.ink_search_popup .form-entry div.form-datetime:after,
.w div.ink_search_popup .form-group:after,
.w div.ink_search_popup .form-section .section-title:after,
.w .form-group.user-info-row:after,
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row:after,
.w div[name="changeduedateform"] .form-entry div.form-datetime:after,
.w .mydelegates-row:after,
.w .mydelegatedwork.popup .modal-footer .footer:after,
.w .mydelegatedwork .delegatedworkrow:after,
.w .btn-group-vertical-justified > .btn-group:after,
.w .ThirdLevelMenu:after,
.w .FourthLevelMenu:after {
  clear: both;
}
.w .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.w .pull-right {
  float: right !important;
}
.w .pull-left {
  float: left !important;
}
.w .hide {
  display: none !important;
}
.w .show {
  display: block !important;
}
.w .invisible {
  visibility: hidden;
}
.w .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.w .hidden {
  display: none !important;
}
.w .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.w .visible-xs,
.w .visible-sm,
.w .visible-md,
.w .visible-lg {
  display: none !important;
}
.w .visible-xs-block,
.w .visible-xs-inline,
.w .visible-xs-inline-block,
.w .visible-sm-block,
.w .visible-sm-inline,
.w .visible-sm-inline-block,
.w .visible-md-block,
.w .visible-md-inline,
.w .visible-md-inline-block,
.w .visible-lg-block,
.w .visible-lg-inline,
.w .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .w .visible-xs {
    display: block !important;
  }
  .w table.visible-xs {
    display: table !important;
  }
  .w tr.visible-xs {
    display: table-row !important;
  }
  .w th.visible-xs,
  .w td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .w .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .w .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .w .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w .visible-sm {
    display: block !important;
  }
  .w table.visible-sm {
    display: table !important;
  }
  .w tr.visible-sm {
    display: table-row !important;
  }
  .w th.visible-sm,
  .w td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w .visible-md {
    display: block !important;
  }
  .w table.visible-md {
    display: table !important;
  }
  .w tr.visible-md {
    display: table-row !important;
  }
  .w th.visible-md,
  .w td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .w .visible-lg {
    display: block !important;
  }
  .w table.visible-lg {
    display: table !important;
  }
  .w tr.visible-lg {
    display: table-row !important;
  }
  .w th.visible-lg,
  .w td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .w .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .w .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .w .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .w .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .w .hidden-lg {
    display: none !important;
  }
}
.w .visible-print {
  display: none !important;
}
@media print {
  .w .visible-print {
    display: block !important;
  }
  .w table.visible-print {
    display: table !important;
  }
  .w tr.visible-print {
    display: table-row !important;
  }
  .w th.visible-print,
  .w td.visible-print {
    display: table-cell !important;
  }
}
.w .visible-print-block {
  display: none !important;
}
@media print {
  .w .visible-print-block {
    display: block !important;
  }
}
.w .visible-print-inline {
  display: none !important;
}
@media print {
  .w .visible-print-inline {
    display: inline !important;
  }
}
.w .visible-print-inline-block {
  display: none !important;
}
@media print {
  .w .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .w .hidden-print {
    display: none !important;
  }
}
.w .btn.disabled,
.w .btn[disabled],
.w fieldset[disabled] .btn,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.disabled,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button[disabled],
.w fieldset[disabled] .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .row-actions > .action.disabled,
.w .row-actions > .action[disabled],
.w fieldset[disabled] .row-actions > .action,
.w .row-actions > .dropdown > .morebutton.disabled,
.w .row-actions > .dropdown > .morebutton[disabled],
.w fieldset[disabled] .row-actions > .dropdown > .morebutton,
.w .buttonprimary.disabled,
.w .buttonprimary[disabled],
.w fieldset[disabled] .buttonprimary,
.w .buttonsecondary.disabled,
.w .buttonsecondary[disabled],
.w fieldset[disabled] .buttonsecondary,
.w .action-menu-component > a.action.disabled,
.w .action-menu-component > a.action[disabled],
.w fieldset[disabled] .action-menu-component > a.action,
.w .btn-no-border.disabled,
.w .btn-no-border[disabled],
.w fieldset[disabled] .btn-no-border,
.w .inline_help.disabled,
.w .inline_help[disabled],
.w fieldset[disabled] .inline_help,
.w .row-actions-component > .action.disabled,
.w .row-actions-component > .action[disabled],
.w fieldset[disabled] .row-actions-component > .action,
.w .row-actions-component > .dropdown > .morebutton.disabled,
.w .row-actions-component > .dropdown > .morebutton[disabled],
.w fieldset[disabled] .row-actions-component > .dropdown > .morebutton,
.w .inline_help-nopadding.disabled,
.w .inline_help-nopadding[disabled],
.w fieldset[disabled] .inline_help-nopadding {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.w abbr[title],
.w acronym[title] {
  border-bottom: 1px dotted #a3baba;
  text-decoration: none;
}
.w .modal-dialog.modal-auto {
  display: table;
  width: auto;
}
.w .modal-dialog.modal-no-padding .modal-body {
  padding: 0;
}
.w .modal-header.modal-header-draggable {
  cursor: move;
}
.w .badge-danger {
  background-color: #d9534f;
}
.w .badge-warning {
  background-color: #f0ad4e;
}
.w .badge-primary {
  background-color: #EBD01E;
}
.w .badge-success {
  background-color: #5cb85c;
}
.w .badge-info {
  background-color: #5bc0de;
}
.w .navbar-wcr .navbar-nav .dropdownCaretIcon,
.w .navbar-wcr .navbar-nav .dropdown-menu .dropdownCaretIcon {
  font-family: 'wcricons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.w a.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w a.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w a.ui-dialog-buttonset .ui-button:last-child,
.w a.row-actions > .action,
.w a.row-actions > .action,
.w a.row-actions > .dropdown > .morebutton,
.w a.row-actions > .dropdown > .morebutton,
.w a.row-actions > .action.action-primary,
.w a.row-actions > .dropdown > .morebutton.action-primary,
.w a.buttonprimary,
.w a.buttonprimary,
.w a.buttonsecondary,
.w a.buttonsecondary,
.w a.action-menu-component > a.action,
.w a.action-menu-component > a.action,
.w a.action-menu-component > a.action.action-primary,
.w a.btn-no-border,
.w a.inline_help,
.w a.row-actions-component > .action,
.w a.row-actions-component > .action,
.w a.row-actions-component > .dropdown > .morebutton,
.w a.row-actions-component > .dropdown > .morebutton,
.w a.row-actions-component > .action.action-primary,
.w a.row-actions-component > .dropdown > .morebutton.action-primary,
.w a.inline_help-nopadding {
  text-decoration: none;
}
.w .containerIcon .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting.subIcon,
.w .containerIcon .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting.subIcon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.w .navbar-wcr .navbar-nav .dropdownCaretIcon,
.w .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
.w .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting {
  font-size: 16px;
}
.w .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting.icon-mobile,
.w .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting.icon-mobile {
  font-size: 24px;
}
.w .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting.icon-large,
.w .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting.icon-large {
  font-size: 32px;
}
.w .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting.icon-xl,
.w .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting.icon-xl {
  font-size: 64px;
}
.w .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting.icon-xxl,
.w .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting.icon-xxl {
  font-size: 128px;
}
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .watchBtn.watching > .icon,
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .watchBtn.watching > .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .watchBtn.watching > .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting {
  color: #4cae4c;
}
.w .wcr-approval .collapseSettingsPanel > a > i,
.w .wcr-approval-stage .collapseApprovalStage > a > i {
  color: #a3baba;
}
.w .wcr-discussion-widget .discussion-posts-panel .quotedMessage:before {
  content: "\e997";
}
.w .feedback-with-actions .feedback-actions ul li:before {
  content: "\ea4a";
}
.w .ui-icon-closethick:before {
  content: "\ea4e";
}
.w .ui-icon-close:before {
  content: "\ea4f";
}
.w .navbar-wcr .navbar-nav .dropdownCaretIcon:before {
  content: "\eb1b";
}
.w .navbar-wcr .navbar-nav .dropdown-menu .dropdownCaretIcon:before {
  content: "\eb1d";
}
.w .wcr-approval .collapseSettingsPanel > a > i:before,
.w .wcr-approval-stage .collapseApprovalStage > a > i:before {
  content: "\eb41";
}
.w .wcr-approval .collapseSettingsPanel > a.collapsed > i:before,
.w .wcr-approval-stage .collapseApprovalStage > a.collapsed > i:before {
  content: "\eb6c";
}
.w .ui-icon-circle-triangle-e:before {
  content: "\ebb4";
}
.w .ui-icon-circle-triangle-w:before {
  content: "\ebb5";
}
.w .wcr-table .ordtable thead > tr > th.column-sort.sort-desc i.icon-sorting:before,
.w .wcr-table .ordtable thead > tr > th a.column-sort.sort-desc i.icon-sorting:before {
  content: "\ebb8";
}
.w .wcr-table .ordtable thead > tr > th.column-sort.sort-asc i.icon-sorting:before,
.w .wcr-table .ordtable thead > tr > th a.column-sort.sort-asc i.icon-sorting:before,
.w .wcr-table .ordtable thead > tr > th.column-sort.sort-available i.icon-sorting:before,
.w .wcr-table .ordtable thead > tr > th a.column-sort.sort-available i.icon-sorting:before {
  content: "\ebba";
}
.w .ui-btn-lg {
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.w .ui-btn-xs {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.w .ui-btn-sm {
  padding: 1px 5px;
}
.w .ui-helper-hidden {
  display: none;
}
.w .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.w .ui-helper-clearfix:before,
.w .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.w .ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w .ui-helper-clearfix {
  /*display: inline-block; */
  display: block;
  min-height: 0;
  /* support: IE7 */
}
.w * html .ui-helper-clearfix {
  height: 1%;
}
.w .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.w .ui-front {
  z-index: 350;
}
.w .ui-state-disabled {
  cursor: default !important;
}
.w .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.w .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w .ui-widget-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #334444;
}
.w .ui-widget-header {
  font-weight: bold;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.w .ui-widget-header a {
  color: #516b6b;
}
.w .ui-state-default,
.w .ui-widget-content .ui-state-default,
.w .ui-widget-header .ui-state-default {
  color: inherit;
  background-color: #fff;
  font-weight: normal;
  border: 1px solid #cccccc;
}
.w .ui-state-default a,
.w .ui-state-default a:link,
.w .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.w .ui-state-hover,
.w .ui-widget-content .ui-state-hover,
.w .ui-widget-header .ui-state-hover,
.w .ui-state-focus,
.w .ui-widget-content .ui-state-focus,
.w .ui-widget-header .ui-state-focus {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}
.w .ui-state-hover a,
.w .ui-state-hover a:hover,
.w .ui-state-hover a:link,
.w .ui-state-hover a:visited {
  color: #333333;
  text-decoration: none;
}
.w .ui-state-active,
.w .ui-widget-content .ui-state-active,
.w .ui-widget-header .ui-state-active {
  border: 1px solid #adadad;
  font-weight: normal;
  color: #333333;
}
.w .ui-state-active a,
.w .ui-state-active a:link,
.w .ui-state-active a:visited {
  color: #333333;
  text-decoration: none;
}
.w .ui-state-highlight,
.w .ui-state-error,
.w .ui-state-default {
  border-width: 1px;
  border-style: solid;
}
.w .ui-state-highlight p,
.w .ui-state-error p,
.w .ui-state-default p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 7px 15px;
}
.w .ui-state-highlight,
.w .ui-widget-content .ui-state-highlight,
.w .ui-widget-header .ui-state-highlight {
  color: #516b6b;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.w .ui-state-highlight a,
.w .ui-widget-content .ui-state-highlight a,
.w .ui-widget-header .ui-state-highlight a {
  color: #3E5353;
}
.w .ui-state-error,
.w .ui-widget-content .ui-state-error,
.w .ui-widget-header .ui-state-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.w .ui-state-error a,
.w .ui-widget-content .ui-state-error a,
.w .ui-widget-header .ui-state-error a {
  color: #a94442;
}
.w .ui-state-error-text,
.w .ui-widget-content .ui-state-error-text,
.w .ui-widget-header .ui-state-error-text {
  color: #a94442;
}
.w .ui-priority-primary,
.w .ui-widget-content .ui-priority-primary,
.w .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.w .ui-priority-secondary,
.w .ui-widget-content .ui-priority-secondary,
.w .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.w .ui-state-disabled,
.w .ui-widget-content .ui-state-disabled,
.w .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.w .ui-state-disabled .ui-icon {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
.w .ui-icon {
  width: 16px;
  height: 16px;
  background-image: none;
  font-family: 'wcricons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  font-size: 16px;
  overflow-x: hidden;
  text-indent: 0;
  line-height: 16px;
  vertical-align: middle;
}
.w .ui-widget-content .ui-icon {
  background-image: none;
}
.w .ui-widget-header .ui-icon {
  background-image: none;
}
.w .ui-state-default .ui-icon {
  background-image: none;
}
.w .ui-state-hover .ui-icon,
.w .ui-state-focus .ui-icon {
  background-image: none;
}
.w .ui-state-active .ui-icon {
  background-image: none;
}
.w .ui-state-highlight .ui-icon {
  background-image: none;
}
.w .ui-state-error .ui-icon,
.w .ui-state-error-text .ui-icon {
  background-image: none;
}
.w .ui-icon-carat-1-n {
  background-position: 0 0;
}
.w .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.w .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.w .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.w .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.w .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.w .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.w .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.w .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.w .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.w .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.w .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.w .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.w .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.w .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.w .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.w .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.w .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.w .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.w .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.w .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.w .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.w .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.w .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.w .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.w .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.w .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.w .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.w .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.w .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.w .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.w .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.w .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.w .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.w .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.w .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.w .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.w .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.w .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.w .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.w .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.w .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.w .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.w .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.w .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.w .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.w .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.w .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.w .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.w .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.w .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.w .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.w .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.w .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.w .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.w .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.w .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.w .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.w .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.w .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.w .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.w .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.w .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.w .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.w .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.w .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.w .ui-icon-extlink {
  background-position: -32px -80px;
}
.w .ui-icon-newwin {
  background-position: -48px -80px;
}
.w .ui-icon-refresh {
  background-position: -64px -80px;
}
.w .ui-icon-shuffle {
  background-position: -80px -80px;
}
.w .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.w .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.w .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.w .ui-icon-folder-open {
  background-position: -16px -96px;
}
.w .ui-icon-document {
  background-position: -32px -96px;
}
.w .ui-icon-document-b {
  background-position: -48px -96px;
}
.w .ui-icon-note {
  background-position: -64px -96px;
}
.w .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.w .ui-icon-mail-open {
  background-position: -96px -96px;
}
.w .ui-icon-suitcase {
  background-position: -112px -96px;
}
.w .ui-icon-comment {
  background-position: -128px -96px;
}
.w .ui-icon-person {
  background-position: -144px -96px;
}
.w .ui-icon-print {
  background-position: -160px -96px;
}
.w .ui-icon-trash {
  background-position: -176px -96px;
}
.w .ui-icon-locked {
  background-position: -192px -96px;
}
.w .ui-icon-unlocked {
  background-position: -208px -96px;
}
.w .ui-icon-bookmark {
  background-position: -224px -96px;
}
.w .ui-icon-tag {
  background-position: -240px -96px;
}
.w .ui-icon-home {
  background-position: 0 -112px;
}
.w .ui-icon-flag {
  background-position: -16px -112px;
}
.w .ui-icon-calendar {
  background-position: -32px -112px;
}
.w .ui-icon-cart {
  background-position: -48px -112px;
}
.w .ui-icon-pencil {
  background-position: -64px -112px;
}
.w .ui-icon-clock {
  background-position: -80px -112px;
}
.w .ui-icon-disk {
  background-position: -96px -112px;
}
.w .ui-icon-calculator {
  background-position: -112px -112px;
}
.w .ui-icon-zoomin {
  background-position: -128px -112px;
}
.w .ui-icon-zoomout {
  background-position: -144px -112px;
}
.w .ui-icon-search {
  background-position: -160px -112px;
}
.w .ui-icon-wrench {
  background-position: -176px -112px;
}
.w .ui-icon-gear {
  background-position: -192px -112px;
}
.w .ui-icon-heart {
  background-position: -208px -112px;
}
.w .ui-icon-star {
  background-position: -224px -112px;
}
.w .ui-icon-link {
  background-position: -240px -112px;
}
.w .ui-icon-cancel {
  background-position: 0 -128px;
}
.w .ui-icon-plus {
  background-position: -16px -128px;
}
.w .ui-icon-plusthick {
  background-position: -32px -128px;
}
.w .ui-icon-minus {
  background-position: -48px -128px;
}
.w .ui-icon-minusthick {
  background-position: -64px -128px;
}
.w .ui-icon-key {
  background-position: -112px -128px;
}
.w .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.w .ui-icon-scissors {
  background-position: -144px -128px;
}
.w .ui-icon-clipboard {
  background-position: -160px -128px;
}
.w .ui-icon-copy {
  background-position: -176px -128px;
}
.w .ui-icon-contact {
  background-position: -192px -128px;
}
.w .ui-icon-image {
  background-position: -208px -128px;
}
.w .ui-icon-video {
  background-position: -224px -128px;
}
.w .ui-icon-script {
  background-position: -240px -128px;
}
.w .ui-icon-alert {
  background-position: 0 -144px;
}
.w .ui-icon-info {
  background-position: -16px -144px;
}
.w .ui-icon-notice {
  background-position: -32px -144px;
}
.w .ui-icon-help {
  background-position: -48px -144px;
}
.w .ui-icon-check {
  background-position: -64px -144px;
}
.w .ui-icon-bullet {
  background-position: -80px -144px;
}
.w .ui-icon-radio-on {
  background-position: -96px -144px;
}
.w .ui-icon-radio-off {
  background-position: -112px -144px;
}
.w .ui-icon-pin-w {
  background-position: -128px -144px;
}
.w .ui-icon-pin-s {
  background-position: -144px -144px;
}
.w .ui-icon-play {
  background-position: 0 -160px;
}
.w .ui-icon-pause {
  background-position: -16px -160px;
}
.w .ui-icon-seek-next {
  background-position: -32px -160px;
}
.w .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.w .ui-icon-seek-end {
  background-position: -64px -160px;
}
.w .ui-icon-seek-first {
  background-position: -80px -160px;
}
.w .ui-icon-seek-start {
  background-position: -80px -160px;
}
.w .ui-icon-stop {
  background-position: -96px -160px;
}
.w .ui-icon-eject {
  background-position: -112px -160px;
}
.w .ui-icon-volume-off {
  background-position: -128px -160px;
}
.w .ui-icon-volume-on {
  background-position: -144px -160px;
}
.w .ui-icon-power {
  background-position: 0 -176px;
}
.w .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.w .ui-icon-signal {
  background-position: -32px -176px;
}
.w .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.w .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.w .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.w .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.w .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.w .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.w .ui-icon-circle-close {
  background-position: -32px -192px;
}
.w .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.w .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.w .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.w .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.w .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.w .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.w .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.w .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.w .ui-icon-circle-check {
  background-position: -208px -192px;
}
.w .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.w .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.w .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.w .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.w .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.w .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.w .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.w .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.w .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.w .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.w .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.w .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.w .ui-corner-all {
  border-radius: 0px;
}
.w .ui-corner-top,
.w .ui-corner-left,
.w .ui-corner-tl {
  border-top-left-radius: 0px;
}
.w .ui-corner-top,
.w .ui-corner-right,
.w .ui-corner-tr {
  border-top-right-radius: 0px;
}
.w .ui-corner-bottom,
.w .ui-corner-left,
.w .ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.w .ui-corner-bottom,
.w .ui-corner-right,
.w .ui-corner-br {
  border-bottom-right-radius: 0px;
}
.w .ui-widget-overlay {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.w .ui-widget-shadow {
  background: none;
}
.w .ui-resizable {
  position: relative;
}
.w .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.w .ui-resizable-disabled .ui-resizable-handle,
.w .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.w .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.w .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.w .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.w .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.w .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.w .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.w .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.w .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.w .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
.w .ui-accordion {
  width: 100%;
}
.w .ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.w .ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.w .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}
.w .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.w .ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.w .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.w .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.w .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
}
.w .ui-accordion .ui-accordion-content-active {
  display: block;
}
.w .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.w .ui-button {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #334444;
}
.w .ui-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.w .ui-button:focus,
.w .ui-button:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}
.w ui-button.disabled,
.w ui-button[disabled],
.w fieldset[disabled] ui-button,
.w ui-button.disabled:hover,
.w ui-button[disabled]:hover,
.w fieldset[disabled] ui-button:hover,
.w ui-button.disabled:focus,
.w ui-button[disabled]:focus,
.w fieldset[disabled] ui-button:focus,
.w ui-button.disabled:active,
.w ui-button[disabled]:active,
.w fieldset[disabled] ui-button:active,
.w ui-button.disabled.active,
.w ui-button[disabled].active,
.w fieldset[disabled] ui-button.ui-state-active {
  background-color: #fff;
  border-color: #cccccc;
}
.w .ui-btn-large {
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.w .ui-btn-small {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.w .ui-btn-mini {
  padding: 1px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.w .ui-btn-block {
  display: block;
  width: 100%;
}
.w .ui-btn-block + .ui-btn-block {
  margin-top: 5px;
}
.w input[type="submit"].ui-btn-block,
.w input[type="reset"].ui-btn-block,
.w input[type="button"].ui-btn-block {
  width: 100%;
}
.w .ui-button-text-icon-primary .ui-button-icon-primary {
  float: left;
}
.w .ui-button-text-icon-primary {
  padding: 2px 7px 3px;
}
.w .ui-button {
  color: #fff;
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}
.w .ui-button:focus,
.w .ui-button.focus {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #a6a6a6;
}
.w .ui-button:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .ui-button:active,
.w .ui-button.active,
.w .open > .dropdown-toggle.ui-button {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .ui-button:active:hover,
.w .ui-button.active:hover,
.w .open > .dropdown-toggle.ui-button:hover,
.w .ui-button:active:focus,
.w .ui-button.active:focus,
.w .open > .dropdown-toggle.ui-button:focus,
.w .ui-button:active.focus,
.w .ui-button.active.focus,
.w .open > .dropdown-toggle.ui-button.focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #a6a6a6;
}
.w .ui-button:active,
.w .ui-button.active,
.w .open > .dropdown-toggle.ui-button {
  background-image: none;
}
.w .ui-button.disabled,
.w .ui-button[disabled],
.w fieldset[disabled] .ui-button,
.w .ui-button.disabled:hover,
.w .ui-button[disabled]:hover,
.w fieldset[disabled] .ui-button:hover,
.w .ui-button.disabled:focus,
.w .ui-button[disabled]:focus,
.w fieldset[disabled] .ui-button:focus,
.w .ui-button.disabled.focus,
.w .ui-button[disabled].focus,
.w fieldset[disabled] .ui-button.focus,
.w .ui-button.disabled:active,
.w .ui-button[disabled]:active,
.w fieldset[disabled] .ui-button:active,
.w .ui-button.disabled.active,
.w .ui-button[disabled].active,
.w fieldset[disabled] .ui-button.active {
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}
.w .ui-button .badge {
  color: #FFFFFF;
  background-color: #fff;
}
.w .ui-button-primary {
  color: #fff;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .ui-button-primary:focus,
.w .ui-button-primary.focus {
  color: #fff;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .ui-button-primary:hover {
  color: #fff;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .ui-button-primary:active,
.w .ui-button-primary.active,
.w .open > .dropdown-toggle.ui-button-primary {
  color: #fff;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .ui-button-primary:active:hover,
.w .ui-button-primary.active:hover,
.w .open > .dropdown-toggle.ui-button-primary:hover,
.w .ui-button-primary:active:focus,
.w .ui-button-primary.active:focus,
.w .open > .dropdown-toggle.ui-button-primary:focus,
.w .ui-button-primary:active.focus,
.w .ui-button-primary.active.focus,
.w .open > .dropdown-toggle.ui-button-primary.focus {
  color: #fff;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .ui-button-primary:active,
.w .ui-button-primary.active,
.w .open > .dropdown-toggle.ui-button-primary {
  background-image: none;
}
.w .ui-button-primary.disabled,
.w .ui-button-primary[disabled],
.w fieldset[disabled] .ui-button-primary,
.w .ui-button-primary.disabled:hover,
.w .ui-button-primary[disabled]:hover,
.w fieldset[disabled] .ui-button-primary:hover,
.w .ui-button-primary.disabled:focus,
.w .ui-button-primary[disabled]:focus,
.w fieldset[disabled] .ui-button-primary:focus,
.w .ui-button-primary.disabled.focus,
.w .ui-button-primary[disabled].focus,
.w fieldset[disabled] .ui-button-primary.focus,
.w .ui-button-primary.disabled:active,
.w .ui-button-primary[disabled]:active,
.w fieldset[disabled] .ui-button-primary:active,
.w .ui-button-primary.disabled.active,
.w .ui-button-primary[disabled].active,
.w fieldset[disabled] .ui-button-primary.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .ui-button-primary .badge {
  color: #EBD01E;
  background-color: #fff;
}
.w .ui-button-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.w .ui-button-warning:focus,
.w .ui-button-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.w .ui-button-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.w .ui-button-warning:active,
.w .ui-button-warning.active,
.w .open > .dropdown-toggle.ui-button-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.w .ui-button-warning:active:hover,
.w .ui-button-warning.active:hover,
.w .open > .dropdown-toggle.ui-button-warning:hover,
.w .ui-button-warning:active:focus,
.w .ui-button-warning.active:focus,
.w .open > .dropdown-toggle.ui-button-warning:focus,
.w .ui-button-warning:active.focus,
.w .ui-button-warning.active.focus,
.w .open > .dropdown-toggle.ui-button-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.w .ui-button-warning:active,
.w .ui-button-warning.active,
.w .open > .dropdown-toggle.ui-button-warning {
  background-image: none;
}
.w .ui-button-warning.disabled,
.w .ui-button-warning[disabled],
.w fieldset[disabled] .ui-button-warning,
.w .ui-button-warning.disabled:hover,
.w .ui-button-warning[disabled]:hover,
.w fieldset[disabled] .ui-button-warning:hover,
.w .ui-button-warning.disabled:focus,
.w .ui-button-warning[disabled]:focus,
.w fieldset[disabled] .ui-button-warning:focus,
.w .ui-button-warning.disabled.focus,
.w .ui-button-warning[disabled].focus,
.w fieldset[disabled] .ui-button-warning.focus,
.w .ui-button-warning.disabled:active,
.w .ui-button-warning[disabled]:active,
.w fieldset[disabled] .ui-button-warning:active,
.w .ui-button-warning.disabled.active,
.w .ui-button-warning[disabled].active,
.w fieldset[disabled] .ui-button-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.w .ui-button-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.w .ui-button-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.w .ui-button-info:focus,
.w .ui-button-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.w .ui-button-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.w .ui-button-info:active,
.w .ui-button-info.active,
.w .open > .dropdown-toggle.ui-button-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.w .ui-button-info:active:hover,
.w .ui-button-info.active:hover,
.w .open > .dropdown-toggle.ui-button-info:hover,
.w .ui-button-info:active:focus,
.w .ui-button-info.active:focus,
.w .open > .dropdown-toggle.ui-button-info:focus,
.w .ui-button-info:active.focus,
.w .ui-button-info.active.focus,
.w .open > .dropdown-toggle.ui-button-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.w .ui-button-info:active,
.w .ui-button-info.active,
.w .open > .dropdown-toggle.ui-button-info {
  background-image: none;
}
.w .ui-button-info.disabled,
.w .ui-button-info[disabled],
.w fieldset[disabled] .ui-button-info,
.w .ui-button-info.disabled:hover,
.w .ui-button-info[disabled]:hover,
.w fieldset[disabled] .ui-button-info:hover,
.w .ui-button-info.disabled:focus,
.w .ui-button-info[disabled]:focus,
.w fieldset[disabled] .ui-button-info:focus,
.w .ui-button-info.disabled.focus,
.w .ui-button-info[disabled].focus,
.w fieldset[disabled] .ui-button-info.focus,
.w .ui-button-info.disabled:active,
.w .ui-button-info[disabled]:active,
.w fieldset[disabled] .ui-button-info:active,
.w .ui-button-info.disabled.active,
.w .ui-button-info[disabled].active,
.w fieldset[disabled] .ui-button-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.w .ui-button-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.w .ui-button-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.w .ui-button-danger:focus,
.w .ui-button-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.w .ui-button-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.w .ui-button-danger:active,
.w .ui-button-danger.active,
.w .open > .dropdown-toggle.ui-button-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.w .ui-button-danger:active:hover,
.w .ui-button-danger.active:hover,
.w .open > .dropdown-toggle.ui-button-danger:hover,
.w .ui-button-danger:active:focus,
.w .ui-button-danger.active:focus,
.w .open > .dropdown-toggle.ui-button-danger:focus,
.w .ui-button-danger:active.focus,
.w .ui-button-danger.active.focus,
.w .open > .dropdown-toggle.ui-button-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.w .ui-button-danger:active,
.w .ui-button-danger.active,
.w .open > .dropdown-toggle.ui-button-danger {
  background-image: none;
}
.w .ui-button-danger.disabled,
.w .ui-button-danger[disabled],
.w fieldset[disabled] .ui-button-danger,
.w .ui-button-danger.disabled:hover,
.w .ui-button-danger[disabled]:hover,
.w fieldset[disabled] .ui-button-danger:hover,
.w .ui-button-danger.disabled:focus,
.w .ui-button-danger[disabled]:focus,
.w fieldset[disabled] .ui-button-danger:focus,
.w .ui-button-danger.disabled.focus,
.w .ui-button-danger[disabled].focus,
.w fieldset[disabled] .ui-button-danger.focus,
.w .ui-button-danger.disabled:active,
.w .ui-button-danger[disabled]:active,
.w fieldset[disabled] .ui-button-danger:active,
.w .ui-button-danger.disabled.active,
.w .ui-button-danger[disabled].active,
.w fieldset[disabled] .ui-button-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.w .ui-button-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.w .ui-button-inverse {
  color: #fff;
  background-color: #516b6b;
  border-color: #516b6b;
}
.w .ui-button-inverse:focus,
.w .ui-button-inverse.focus {
  color: #fff;
  background-color: #3b4e4e;
  border-color: #1a2222;
}
.w .ui-button-inverse:hover {
  color: #fff;
  background-color: #3b4e4e;
  border-color: #364848;
}
.w .ui-button-inverse:active,
.w .ui-button-inverse.active,
.w .open > .dropdown-toggle.ui-button-inverse {
  color: #fff;
  background-color: #3b4e4e;
  border-color: #364848;
}
.w .ui-button-inverse:active:hover,
.w .ui-button-inverse.active:hover,
.w .open > .dropdown-toggle.ui-button-inverse:hover,
.w .ui-button-inverse:active:focus,
.w .ui-button-inverse.active:focus,
.w .open > .dropdown-toggle.ui-button-inverse:focus,
.w .ui-button-inverse:active.focus,
.w .ui-button-inverse.active.focus,
.w .open > .dropdown-toggle.ui-button-inverse.focus {
  color: #fff;
  background-color: #2b3a3a;
  border-color: #1a2222;
}
.w .ui-button-inverse:active,
.w .ui-button-inverse.active,
.w .open > .dropdown-toggle.ui-button-inverse {
  background-image: none;
}
.w .ui-button-inverse.disabled,
.w .ui-button-inverse[disabled],
.w fieldset[disabled] .ui-button-inverse,
.w .ui-button-inverse.disabled:hover,
.w .ui-button-inverse[disabled]:hover,
.w fieldset[disabled] .ui-button-inverse:hover,
.w .ui-button-inverse.disabled:focus,
.w .ui-button-inverse[disabled]:focus,
.w fieldset[disabled] .ui-button-inverse:focus,
.w .ui-button-inverse.disabled.focus,
.w .ui-button-inverse[disabled].focus,
.w fieldset[disabled] .ui-button-inverse.focus,
.w .ui-button-inverse.disabled:active,
.w .ui-button-inverse[disabled]:active,
.w fieldset[disabled] .ui-button-inverse:active,
.w .ui-button-inverse.disabled.active,
.w .ui-button-inverse[disabled].active,
.w fieldset[disabled] .ui-button-inverse.active {
  background-color: #516b6b;
  border-color: #516b6b;
}
.w .ui-button-inverse .badge {
  color: #516b6b;
  background-color: #fff;
}
.w .ui-button-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.w .ui-button-success:focus,
.w .ui-button-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.w .ui-button-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.w .ui-button-success:active,
.w .ui-button-success.active,
.w .open > .dropdown-toggle.ui-button-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.w .ui-button-success:active:hover,
.w .ui-button-success.active:hover,
.w .open > .dropdown-toggle.ui-button-success:hover,
.w .ui-button-success:active:focus,
.w .ui-button-success.active:focus,
.w .open > .dropdown-toggle.ui-button-success:focus,
.w .ui-button-success:active.focus,
.w .ui-button-success.active.focus,
.w .open > .dropdown-toggle.ui-button-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.w .ui-button-success:active,
.w .ui-button-success.active,
.w .open > .dropdown-toggle.ui-button-success {
  background-image: none;
}
.w .ui-button-success.disabled,
.w .ui-button-success[disabled],
.w fieldset[disabled] .ui-button-success,
.w .ui-button-success.disabled:hover,
.w .ui-button-success[disabled]:hover,
.w fieldset[disabled] .ui-button-success:hover,
.w .ui-button-success.disabled:focus,
.w .ui-button-success[disabled]:focus,
.w fieldset[disabled] .ui-button-success:focus,
.w .ui-button-success.disabled.focus,
.w .ui-button-success[disabled].focus,
.w fieldset[disabled] .ui-button-success.focus,
.w .ui-button-success.disabled:active,
.w .ui-button-success[disabled]:active,
.w fieldset[disabled] .ui-button-success:active,
.w .ui-button-success.disabled.active,
.w .ui-button-success[disabled].active,
.w fieldset[disabled] .ui-button-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.w .ui-button-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.w .ui-button-error {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.w .ui-button-error:focus,
.w .ui-button-error.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.w .ui-button-error:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.w .ui-button-error:active,
.w .ui-button-error.active,
.w .open > .dropdown-toggle.ui-button-error {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.w .ui-button-error:active:hover,
.w .ui-button-error.active:hover,
.w .open > .dropdown-toggle.ui-button-error:hover,
.w .ui-button-error:active:focus,
.w .ui-button-error.active:focus,
.w .open > .dropdown-toggle.ui-button-error:focus,
.w .ui-button-error:active.focus,
.w .ui-button-error.active.focus,
.w .open > .dropdown-toggle.ui-button-error.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.w .ui-button-error:active,
.w .ui-button-error.active,
.w .open > .dropdown-toggle.ui-button-error {
  background-image: none;
}
.w .ui-button-error.disabled,
.w .ui-button-error[disabled],
.w fieldset[disabled] .ui-button-error,
.w .ui-button-error.disabled:hover,
.w .ui-button-error[disabled]:hover,
.w fieldset[disabled] .ui-button-error:hover,
.w .ui-button-error.disabled:focus,
.w .ui-button-error[disabled]:focus,
.w fieldset[disabled] .ui-button-error:focus,
.w .ui-button-error.disabled.focus,
.w .ui-button-error[disabled].focus,
.w fieldset[disabled] .ui-button-error.focus,
.w .ui-button-error.disabled:active,
.w .ui-button-error[disabled]:active,
.w fieldset[disabled] .ui-button-error:active,
.w .ui-button-error.disabled.active,
.w .ui-button-error[disabled].active,
.w fieldset[disabled] .ui-button-error.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.w .ui-button-error .badge {
  color: #d9534f;
  background-color: #fff;
}
.w .ui-button-icon-only {
  width: 2.2em;
}
.w .ui-button-icons-only {
  width: 3.4em;
}
.w button.ui-button-icons-only {
  width: 3.7em;
}
.w .ui-button-text-icon-primary .ui-button-icon-primary.ui-icon {
  margin-top: 5px;
}
.w .ui-button .ui-button-text {
  display: block;
  line-height: 1.25;
}
.w .ui-button-icon-only .ui-button-text,
.w .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999px;
  display: none;
  /*tempfix*/
}
.w .ui-button-text-icon-primary .ui-button-text,
.w .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.w .ui-button-text-icon-secondary .ui-button-text,
.w .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.w .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.w input.ui-button {
  padding: .4em 1em;
}
.w .ui-button-icon-only .ui-icon,
.w .ui-button-text-icon-primary .ui-icon,
.w .ui-button-text-icon-secondary .ui-icon,
.w .ui-button-text-icons .ui-icon,
.w .ui-button-icons-only .ui-icon {
  margin-bottom: 0;
  margin-top: 0;
  top: 50%;
}
.w .ui-button-icon-only .ui-icon {
  left: 50%;
  /* chrome margin*/
  margin-left: -8px;
  /* firefox margin*/
  margin-right: -6px;
}
.w .ui-button-text-icon-primary .ui-button-icon-primary,
.w .ui-button-text-icons .ui-button-icon-primary,
.w .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.w .ui-button-text-icon-secondary .ui-button-icon-secondary,
.w .ui-button-text-icons .ui-button-icon-secondary,
.w .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.w .ui-button-text-icons .ui-button-icon-secondary,
.w .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.w .ui-buttonset {
  margin-right: 7px;
}
.w .ui-buttonset .ui-state-active {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.w .ui-buttonset .ui-state-active.ui-state-hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.w .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.4em;
}
.w button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.w .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.w .ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
  list-style: none;
}
.w .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.w .ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.w .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
  background-color: #fff;
  border-color: #fff;
  color: #5f7e7e;
  /* Fix problem with border in ui-state-active */
}
.w .ui-menu .ui-menu-item a.ui-corner-all {
  border-radius: 0px;
}
.w .ui-menu .ui-menu-item a.ui-state-focus,
.w .ui-menu .ui-menu-item a.ui-state-active,
.w .ui-menu .ui-menu-item a.ui-widget-content {
  font-weight: bold;
  margin: 0;
  display: block;
  white-space: nowrap;
}
.w .ui-menu .ui-menu-item a.ui-state-active,
.w .ui-menu .ui-menu-item a.ui-widget-content {
  background-color: #EBD01E;
  border-color: #EBD01E;
  color: #fff;
}
.w .ui-menu .ui-menu-item a.ui-state-focus {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #547070;
}
.w .ui-menu .ui-menu-item a .ui-state-active {
  padding: 1px .4em;
}
.w .ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.w .ui-menu .ui-state-disabled a {
  cursor: default;
}
.w .ui-menu-icons {
  position: relative;
}
.w .ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.w .ui-menu {
  width: 200px;
  margin-bottom: 2em;
  /* left-aligned */
  /* right-aligned */
}
.w .ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
.w .ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.w .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.w .ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 22px 0.2em 0.4em;
  vertical-align: middle;
}
.w .ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.w .ui-spinner {
  /* vertical centre icon */
  /* need to fix icons sprite */
}
.w .ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.w .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.w .ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.w .ui-spinner-up {
  top: 0;
}
.w .ui-spinner-down {
  bottom: 0;
}
.w .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 300px;
  overflow: hidden;
  outline: 0;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  outline: medium none;
  z-index: 350;
}
.w .ui-dialog .ui-dialog {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w .ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;*/
  position: relative;
  border: 0px 0px 0px 1px solid;
  border-color: #fff;
  padding: 10px 10px;
  font-size: 18px;
  text-decoration: none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid #c3d2d2;
}
.w .ui-dialog .ui-dialog-title {
  float: left;
  color: #5f7e7e;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -8px 8px 0 0;
  padding: 1px;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
  background: none;
  border-width: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: none !important;
}
.w .ui-dialog .ui-dialog-titlebar-close .ui-icon {
  margin: 0px;
}
.w .ui-dialog .ui-dialog-titlebar-close:hover,
.w .ui-dialog .ui-dialog-titlebar-close:active,
.w .ui-dialog .ui-dialog-titlebar-close:focus {
  color: #547070 !important;
}
.w .ui-dialog .ui-dialog-titlebar-close:focus {
  outline: none;
}
.w .ui-dialog .ui-dialog-titlebar-close span {
  display: block;
}
.w .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  background: none;
  overflow: auto;
}
.w .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 10px 0 0 0;
  background-color: #fff;
  padding: 0;
  border-top: 1px solid #cedbdb;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  margin-bottom: 0;
}
.w .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
  margin: 10px 10px;
}
.w .ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
}
.w .ui-dialog .ui-dialog-buttonpane button + button {
  margin-left: 5px;
}
.w .ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.w .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.w .ui-dialog-buttonset .ui-button {
  /* ui-dialog-buttonset UI info */
  /* ui-dialog-buttonset UI success */
  /* ui-dialog-buttonset UI warning */
  /* ui-dialog-buttonset UI Danger */
  /* ui-dialog-buttonset UI Inverse */
}
.w .ui-dialog-buttonset .ui-button.ui-button-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.w .ui-dialog-buttonset .ui-button.ui-button-info:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.w .ui-dialog-buttonset .ui-button.ui-button-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.w .ui-dialog-buttonset .ui-button.ui-button-info:active,
.w .ui-dialog-buttonset .ui-button.ui-button-info.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.w .ui-dialog-buttonset .ui-button.ui-button-info:active:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-info.active:hover,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-info:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-info:active:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-info.active:focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-info:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-info:active.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-info.active.focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.w .ui-dialog-buttonset .ui-button.ui-button-info:active,
.w .ui-dialog-buttonset .ui-button.ui-button-info.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-info {
  background-image: none;
}
.w .ui-dialog-buttonset .ui-button.ui-button-info.disabled,
.w .ui-dialog-buttonset .ui-button.ui-button-info[disabled],
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-info,
.w .ui-dialog-buttonset .ui-button.ui-button-info.disabled:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-info[disabled]:hover,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-info:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-info.disabled:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-info[disabled]:focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-info:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-info.disabled.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-info[disabled].focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-info.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-info.disabled:active,
.w .ui-dialog-buttonset .ui-button.ui-button-info[disabled]:active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-info:active,
.w .ui-dialog-buttonset .ui-button.ui-button-info.disabled.active,
.w .ui-dialog-buttonset .ui-button.ui-button-info[disabled].active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.w .ui-dialog-buttonset .ui-button.ui-button-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.w .ui-dialog-buttonset .ui-button.ui-button-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.w .ui-dialog-buttonset .ui-button.ui-button-success:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.w .ui-dialog-buttonset .ui-button.ui-button-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.w .ui-dialog-buttonset .ui-button.ui-button-success:active,
.w .ui-dialog-buttonset .ui-button.ui-button-success.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.w .ui-dialog-buttonset .ui-button.ui-button-success:active:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-success.active:hover,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-success:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-success:active:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-success.active:focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-success:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-success:active.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-success.active.focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.w .ui-dialog-buttonset .ui-button.ui-button-success:active,
.w .ui-dialog-buttonset .ui-button.ui-button-success.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-success {
  background-image: none;
}
.w .ui-dialog-buttonset .ui-button.ui-button-success.disabled,
.w .ui-dialog-buttonset .ui-button.ui-button-success[disabled],
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-success,
.w .ui-dialog-buttonset .ui-button.ui-button-success.disabled:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-success[disabled]:hover,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-success:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-success.disabled:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-success[disabled]:focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-success:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-success.disabled.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-success[disabled].focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-success.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-success.disabled:active,
.w .ui-dialog-buttonset .ui-button.ui-button-success[disabled]:active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-success:active,
.w .ui-dialog-buttonset .ui-button.ui-button-success.disabled.active,
.w .ui-dialog-buttonset .ui-button.ui-button-success[disabled].active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.w .ui-dialog-buttonset .ui-button.ui-button-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.w .ui-dialog-buttonset .ui-button.ui-button-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.w .ui-dialog-buttonset .ui-button.ui-button-warning:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.w .ui-dialog-buttonset .ui-button.ui-button-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.w .ui-dialog-buttonset .ui-button.ui-button-warning:active,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.w .ui-dialog-buttonset .ui-button.ui-button-warning:active:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.active:hover,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-warning:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-warning:active:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.active:focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-warning:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-warning:active.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.active.focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.w .ui-dialog-buttonset .ui-button.ui-button-warning:active,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-warning {
  background-image: none;
}
.w .ui-dialog-buttonset .ui-button.ui-button-warning.disabled,
.w .ui-dialog-buttonset .ui-button.ui-button-warning[disabled],
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-warning,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.disabled:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-warning[disabled]:hover,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-warning:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.disabled:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-warning[disabled]:focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-warning:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.disabled.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-warning[disabled].focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-warning.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.disabled:active,
.w .ui-dialog-buttonset .ui-button.ui-button-warning[disabled]:active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-warning:active,
.w .ui-dialog-buttonset .ui-button.ui-button-warning.disabled.active,
.w .ui-dialog-buttonset .ui-button.ui-button-warning[disabled].active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.w .ui-dialog-buttonset .ui-button.ui-button-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.w .ui-dialog-buttonset .ui-button.ui-button-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.w .ui-dialog-buttonset .ui-button.ui-button-danger:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.w .ui-dialog-buttonset .ui-button.ui-button-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.w .ui-dialog-buttonset .ui-button.ui-button-danger:active,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.w .ui-dialog-buttonset .ui-button.ui-button-danger:active:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.active:hover,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-danger:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-danger:active:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.active:focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-danger:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-danger:active.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.active.focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.w .ui-dialog-buttonset .ui-button.ui-button-danger:active,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-danger {
  background-image: none;
}
.w .ui-dialog-buttonset .ui-button.ui-button-danger.disabled,
.w .ui-dialog-buttonset .ui-button.ui-button-danger[disabled],
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-danger,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.disabled:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-danger[disabled]:hover,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-danger:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.disabled:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-danger[disabled]:focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-danger:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.disabled.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-danger[disabled].focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-danger.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.disabled:active,
.w .ui-dialog-buttonset .ui-button.ui-button-danger[disabled]:active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-danger:active,
.w .ui-dialog-buttonset .ui-button.ui-button-danger.disabled.active,
.w .ui-dialog-buttonset .ui-button.ui-button-danger[disabled].active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.w .ui-dialog-buttonset .ui-button.ui-button-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.w .ui-dialog-buttonset .ui-button.ui-button-inverse {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}
.w .ui-dialog-buttonset .ui-button.ui-button-inverse:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #a6a6a6;
}
.w .ui-dialog-buttonset .ui-button.ui-button-inverse:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .ui-dialog-buttonset .ui-button.ui-button-inverse:active,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-inverse {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .ui-dialog-buttonset .ui-button.ui-button-inverse:active:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.active:hover,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-inverse:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse:active:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.active:focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-inverse:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse:active.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.active.focus,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-inverse.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #a6a6a6;
}
.w .ui-dialog-buttonset .ui-button.ui-button-inverse:active,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.active,
.w .open > .dropdown-toggle.ui-dialog-buttonset .ui-button.ui-button-inverse {
  background-image: none;
}
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.disabled,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse[disabled],
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-inverse,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.disabled:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse[disabled]:hover,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-inverse:hover,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.disabled:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse[disabled]:focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-inverse:focus,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.disabled.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse[disabled].focus,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-inverse.focus,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.disabled:active,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse[disabled]:active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-inverse:active,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse.disabled.active,
.w .ui-dialog-buttonset .ui-button.ui-button-inverse[disabled].active,
.w fieldset[disabled] .ui-dialog-buttonset .ui-button.ui-button-inverse.active {
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}
.w .ui-dialog-buttonset .ui-button.ui-button-inverse .badge {
  color: #FFFFFF;
  background-color: #000000;
}
.w .ui-slider {
  position: relative;
  text-align: left;
  /* For IE8 - See #6727 */
}
.w .ui-slider .ui-state-disabled .ui-slider-handle,
.w .ui-slider .ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.w .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.w .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #5F7E7E 0%, #3E5353 100%);
  background-image: -o-linear-gradient(top, #5F7E7E 0%, #3E5353 100%);
  background-image: linear-gradient(to bottom, #5F7E7E 0%, #3E5353 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f7e7e', endColorstr='#ff3e5353', GradientType=0);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  /*border-color: @ui-blue-dark @ui-blue-dark @ui-blue;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */
}
.w .ui-slider-horizontal {
  height: .8em;
}
.w .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.w .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.w .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.w .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.w .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.w .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.w .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.w .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.w .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.w .ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  border: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.w .ui-tabs .ui-tabs-nav {
  margin-bottom: 5px;
  border: solid #ddd;
  border-width: 0 0 1px 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background: none;
}
.w .ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  float: left;
  margin-right: 2px;
  margin-bottom: -1px;
  border: 0;
  list-style: none;
  white-space: nowrap;
  background: none;
}
.w .ui-tabs-nav .ui-state-default {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w .ui-tabs {
  /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
}
.w .ui-tabs .ui-tabs-nav li a {
  float: left;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 8px 12px;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  color: #0069D6;
  background: none;
}
.w .ui-tabs .ui-tabs-nav li a:hover {
  border: 1px solid whiteSmoke;
  border-bottom: 1px solid #ddd;
  background-color: whiteSmoke;
}
.w .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #555;
}
.w .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
  background: #fff;
  cursor: text;
}
.w .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.w .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.w .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.w .ui-tabs .ui-tabs-panel {
  display: block;
  margin: 1em 0;
  border: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1px 0;
  background: none;
}
.w .ui-tabs .ui-tabs-hide {
  display: none !important;
}
.w .ui-tabs .ui-tabs-nav li {
  filter: none;
}
.w .ui-tooltip {
  display: block;
  font-size: 11px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  visibility: visible;
  z-index: 1070;
  max-width: 200px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 #000;
  box-shadow: inset 0 1px 0 #000;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 1px;
}
.w .ui-tooltip .arrow {
  overflow: hidden;
  position: absolute;
  margin-left: 0;
  height: 20px;
  width: 20px;
}
.w .ui-tooltip .arrow.bottom {
  top: 100%;
  left: 38%;
}
.w .ui-tooltip .arrow.bottom:after {
  border-top: 8px solid #000;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
.w .ui-tooltip .arrow.top {
  top: -50%;
  bottom: 22px;
  left: 42%;
}
.w .ui-tooltip .arrow.top:after {
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  border-left: 6px solid transparent;
}
.w .ui-tooltip .arrow.left {
  top: 25%;
  left: -15%;
  right: 0;
  bottom: -16px;
}
.w .ui-tooltip .arrow.left:after {
  width: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #000;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
.w .ui-tooltip .arrow.right {
  top: 26%;
  left: 100%;
  right: 0;
  bottom: -16px;
  margin-left: 1px;
}
.w .ui-tooltip .arrow.right:after {
  width: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000;
}
.w .ui-tooltip .arrow:after {
  content: " ";
  position: absolute ;
  height: 0 ;
  left: 0;
  top: 0;
  width: 0;
  margin-left: 0 ;
  bottom: 12px ;
  box-shadow: 6px 5px 9px -9px #000;
}
.w .ui-progressbar {
  height: 2em;
  margin-bottom: 20px;
  border: 0px;
  overflow: hidden;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.w .ui-progressbar .ui-progressbar-value {
  margin: 0px;
  height: 100%;
  color: #fff;
  /*this can be removed if ui-widget-header is blue*/
  background-color: #428BCA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.w .ui-progressbar .ui-progressbar-overlay {
  background-image: -webkit-linear-gradient(top, #5F7E7E 0%, #3E5353 100%);
  background-image: -o-linear-gradient(top, #5F7E7E 0%, #3E5353 100%);
  background-image: linear-gradient(to bottom, #5F7E7E 0%, #3E5353 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f7e7e', endColorstr='#ff3e5353', GradientType=0);
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.w .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.w .ui-toolbar {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #ecf0f0;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -khtml-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -khtml-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.w .ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.w .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  border: 0;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #779999;
}
.w .ui-datepicker .ui-datepicker-prev,
.w .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
.w .ui-datepicker .ui-datepicker-prev-hover,
.w .ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/
}
.w .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.w .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.w .ui-datepicker .ui-datepicker-prev-hover {
  /*left:1px;*/
}
.w .ui-datepicker .ui-datepicker-next-hover {
  /*right:1px;*/
}
.w .ui-datepicker .ui-datepicker-prev span,
.w .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.w .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.w .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.w .ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.w .ui-datepicker select.ui-datepicker-month,
.w .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.w .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.w .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.w .ui-datepicker td {
  border: 0;
  padding: 1px;
}
.w .ui-datepicker td span,
.w .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.w .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.w .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.w .ui-datepicker .ui-datepicker-buttonpane button .ui-datepicker-current {
  float: left;
}
.w .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.w .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.w .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.w .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.w .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.w .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.w .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.w .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.w .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.w .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
.w .ui-datepicker-rtl {
  direction: rtl;
}
.w .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.w .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.w .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.w .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.w .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.w .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.w .ui-datepicker-rtl .ui-datepicker-buttonpane button .ui-datepicker-current {
  float: right;
}
.w .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.w .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.w .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.w .ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
.w .ui-datepicker th {
  font-weight: bold;
  color: #779999;
}
.w .ui-datepicker-today a {
  background-color: #5F7E7E;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0px;
}
.w .ui-datepicker-today a:hover {
  background-color: #779999;
  color: #fff;
}
.w .ui-datepicker td a {
  margin-bottom: 0px;
  border: 0px;
}
.w .ui-datepicker td:hover {
  color: #fff;
}
.w .ui-datepicker td .ui-state-default {
  border: 0;
  background: none;
  margin-bottom: 0;
  padding: 5px;
  color: #779999;
  text-align: center;
  filter: none;
}
.w .ui-datepicker td .ui-state-highlight {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #e6e6e6;
  font-weight: 500;
}
.w .ui-datepicker td .ui-state-highlight:focus,
.w .ui-datepicker td .ui-state-highlight.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #a6a6a6;
}
.w .ui-datepicker td .ui-state-highlight:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .ui-datepicker td .ui-state-highlight:active,
.w .ui-datepicker td .ui-state-highlight.active,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-highlight {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .ui-datepicker td .ui-state-highlight:active:hover,
.w .ui-datepicker td .ui-state-highlight.active:hover,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-highlight:hover,
.w .ui-datepicker td .ui-state-highlight:active:focus,
.w .ui-datepicker td .ui-state-highlight.active:focus,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-highlight:focus,
.w .ui-datepicker td .ui-state-highlight:active.focus,
.w .ui-datepicker td .ui-state-highlight.active.focus,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-highlight.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #a6a6a6;
}
.w .ui-datepicker td .ui-state-highlight:active,
.w .ui-datepicker td .ui-state-highlight.active,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-highlight {
  background-image: none;
}
.w .ui-datepicker td .ui-state-highlight.disabled,
.w .ui-datepicker td .ui-state-highlight[disabled],
.w fieldset[disabled] .ui-datepicker td .ui-state-highlight,
.w .ui-datepicker td .ui-state-highlight.disabled:hover,
.w .ui-datepicker td .ui-state-highlight[disabled]:hover,
.w fieldset[disabled] .ui-datepicker td .ui-state-highlight:hover,
.w .ui-datepicker td .ui-state-highlight.disabled:focus,
.w .ui-datepicker td .ui-state-highlight[disabled]:focus,
.w fieldset[disabled] .ui-datepicker td .ui-state-highlight:focus,
.w .ui-datepicker td .ui-state-highlight.disabled.focus,
.w .ui-datepicker td .ui-state-highlight[disabled].focus,
.w fieldset[disabled] .ui-datepicker td .ui-state-highlight.focus,
.w .ui-datepicker td .ui-state-highlight.disabled:active,
.w .ui-datepicker td .ui-state-highlight[disabled]:active,
.w fieldset[disabled] .ui-datepicker td .ui-state-highlight:active,
.w .ui-datepicker td .ui-state-highlight.disabled.active,
.w .ui-datepicker td .ui-state-highlight[disabled].active,
.w fieldset[disabled] .ui-datepicker td .ui-state-highlight.active {
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}
.w .ui-datepicker td .ui-state-highlight .badge {
  color: #FFFFFF;
  background-color: #000000;
}
.w .ui-datepicker td .ui-state-active {
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .ui-datepicker td .ui-state-active:focus,
.w .ui-datepicker td .ui-state-active.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .ui-datepicker td .ui-state-active:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .ui-datepicker td .ui-state-active:active,
.w .ui-datepicker td .ui-state-active.active,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-active {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .ui-datepicker td .ui-state-active:active:hover,
.w .ui-datepicker td .ui-state-active.active:hover,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-active:hover,
.w .ui-datepicker td .ui-state-active:active:focus,
.w .ui-datepicker td .ui-state-active.active:focus,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-active:focus,
.w .ui-datepicker td .ui-state-active:active.focus,
.w .ui-datepicker td .ui-state-active.active.focus,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-active.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .ui-datepicker td .ui-state-active:active,
.w .ui-datepicker td .ui-state-active.active,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-active {
  background-image: none;
}
.w .ui-datepicker td .ui-state-active.disabled,
.w .ui-datepicker td .ui-state-active[disabled],
.w fieldset[disabled] .ui-datepicker td .ui-state-active,
.w .ui-datepicker td .ui-state-active.disabled:hover,
.w .ui-datepicker td .ui-state-active[disabled]:hover,
.w fieldset[disabled] .ui-datepicker td .ui-state-active:hover,
.w .ui-datepicker td .ui-state-active.disabled:focus,
.w .ui-datepicker td .ui-state-active[disabled]:focus,
.w fieldset[disabled] .ui-datepicker td .ui-state-active:focus,
.w .ui-datepicker td .ui-state-active.disabled.focus,
.w .ui-datepicker td .ui-state-active[disabled].focus,
.w fieldset[disabled] .ui-datepicker td .ui-state-active.focus,
.w .ui-datepicker td .ui-state-active.disabled:active,
.w .ui-datepicker td .ui-state-active[disabled]:active,
.w fieldset[disabled] .ui-datepicker td .ui-state-active:active,
.w .ui-datepicker td .ui-state-active.disabled.active,
.w .ui-datepicker td .ui-state-active[disabled].active,
.w fieldset[disabled] .ui-datepicker td .ui-state-active.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .ui-datepicker td .ui-state-active .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .ui-datepicker td .ui-state-hover {
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .ui-datepicker td .ui-state-hover:focus,
.w .ui-datepicker td .ui-state-hover.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .ui-datepicker td .ui-state-hover:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .ui-datepicker td .ui-state-hover:active,
.w .ui-datepicker td .ui-state-hover.active,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .ui-datepicker td .ui-state-hover:active:hover,
.w .ui-datepicker td .ui-state-hover.active:hover,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-hover:hover,
.w .ui-datepicker td .ui-state-hover:active:focus,
.w .ui-datepicker td .ui-state-hover.active:focus,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-hover:focus,
.w .ui-datepicker td .ui-state-hover:active.focus,
.w .ui-datepicker td .ui-state-hover.active.focus,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-hover.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .ui-datepicker td .ui-state-hover:active,
.w .ui-datepicker td .ui-state-hover.active,
.w .open > .dropdown-toggle.ui-datepicker td .ui-state-hover {
  background-image: none;
}
.w .ui-datepicker td .ui-state-hover.disabled,
.w .ui-datepicker td .ui-state-hover[disabled],
.w fieldset[disabled] .ui-datepicker td .ui-state-hover,
.w .ui-datepicker td .ui-state-hover.disabled:hover,
.w .ui-datepicker td .ui-state-hover[disabled]:hover,
.w fieldset[disabled] .ui-datepicker td .ui-state-hover:hover,
.w .ui-datepicker td .ui-state-hover.disabled:focus,
.w .ui-datepicker td .ui-state-hover[disabled]:focus,
.w fieldset[disabled] .ui-datepicker td .ui-state-hover:focus,
.w .ui-datepicker td .ui-state-hover.disabled.focus,
.w .ui-datepicker td .ui-state-hover[disabled].focus,
.w fieldset[disabled] .ui-datepicker td .ui-state-hover.focus,
.w .ui-datepicker td .ui-state-hover.disabled:active,
.w .ui-datepicker td .ui-state-hover[disabled]:active,
.w fieldset[disabled] .ui-datepicker td .ui-state-hover:active,
.w .ui-datepicker td .ui-state-hover.disabled.active,
.w .ui-datepicker td .ui-state-hover[disabled].active,
.w fieldset[disabled] .ui-datepicker td .ui-state-hover.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .ui-datepicker td .ui-state-hover .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .ui-datepicker td.ui-datepicker-week-end {
  background: #f5f5f5;
}
.w .ui-datepicker td.ui-datepicker-today a {
  font-weight: bold;
  background: #fafafa;
  color: #334444;
}
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active {
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active:focus,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active:active,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.active,
.w .open > .dropdown-toggle.ui-datepicker td.ui-datepicker-today a.ui-state-active {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active:active:hover,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.active:hover,
.w .open > .dropdown-toggle.ui-datepicker td.ui-datepicker-today a.ui-state-active:hover,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active:active:focus,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.active:focus,
.w .open > .dropdown-toggle.ui-datepicker td.ui-datepicker-today a.ui-state-active:focus,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active:active.focus,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.active.focus,
.w .open > .dropdown-toggle.ui-datepicker td.ui-datepicker-today a.ui-state-active.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active:active,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.active,
.w .open > .dropdown-toggle.ui-datepicker td.ui-datepicker-today a.ui-state-active {
  background-image: none;
}
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.disabled,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active[disabled],
.w fieldset[disabled] .ui-datepicker td.ui-datepicker-today a.ui-state-active,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.disabled:hover,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active[disabled]:hover,
.w fieldset[disabled] .ui-datepicker td.ui-datepicker-today a.ui-state-active:hover,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.disabled:focus,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active[disabled]:focus,
.w fieldset[disabled] .ui-datepicker td.ui-datepicker-today a.ui-state-active:focus,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.disabled.focus,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active[disabled].focus,
.w fieldset[disabled] .ui-datepicker td.ui-datepicker-today a.ui-state-active.focus,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.disabled:active,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active[disabled]:active,
.w fieldset[disabled] .ui-datepicker td.ui-datepicker-today a.ui-state-active:active,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active.disabled.active,
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active[disabled].active,
.w fieldset[disabled] .ui-datepicker td.ui-datepicker-today a.ui-state-active.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .ui-datepicker td.ui-datepicker-today a.ui-state-active .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .ui-menu.ui-autocomplete {
  min-width: 200px;
  width: auto;
  max-width: 300px;
}
.w .ui-menu .ui-menu-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.w body {
  margin: 0px;
  padding-bottom: 26px;
  min-height: 100vh;
}
.w .page-header {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  margin-top: 0;
  background-color: #F9F9F9;
}
.w .page-header:before,
.w .page-header:after {
  content: " ";
  display: table;
}
.w .page-header:after {
  clear: both;
}
.w .page-header:before,
.w .page-header:after {
  content: " ";
  display: table;
}
.w .page-header:after {
  clear: both;
}
.w .page-header h1 {
  padding: 10px 10px;
  margin: 0;
  line-height: 26px;
  font-weight: normal;
  /* make sure all elements are aligned vertically in the middle */
}
.w .page-header h1 span.font-weight-medium {
  font-weight: 500;
}
.w .page-header h1 > .header-align-middle,
.w .page-header h1 .header-action-buttons,
.w .page-header h1 > .projectStatus {
  line-height: normal;
  vertical-align: middle;
}
.w .page-header h1:before,
.w .page-header h1:after {
  content: " ";
  display: table;
}
.w .page-header h1:after {
  clear: both;
}
.w .page-header h1:before,
.w .page-header h1:after {
  content: " ";
  display: table;
}
.w .page-header h1:after {
  clear: both;
}
.w .page-header small.wizard-step .step-number {
  font-weight: 500;
}
.w .page-header small.wizard-step .step-number:after {
  content: ": ";
}
.w .page-header small.wizard-step .step-number:empty:after {
  content: "";
}
.w .page-header small.wizard-step .step-number,
.w .page-header small.wizard-step .wizard-help {
  padding-left: 5px;
}
.w .page-header.with-menu {
  border-bottom: 0;
}
.w .page-header.small-spacing-bottom {
  margin-bottom: 10px;
}
.w .page-header.bodycontentwizard {
  background-color: #fff;
  border-bottom: 0;
  margin-top: -16px;
  margin-bottom: 0;
}
.w h2.page-sub-title {
  font-weight: normal;
  margin: -10px 0 0 0;
  padding: 10px 10px;
}
.w h2.page-sub-title:before,
.w h2.page-sub-title:after {
  content: " ";
  display: table;
}
.w h2.page-sub-title:after {
  clear: both;
}
.w h2.page-sub-title:before,
.w h2.page-sub-title:after {
  content: " ";
  display: table;
}
.w h2.page-sub-title:after {
  clear: both;
}
.w .single-table-page .page-header {
  background-color: #fff;
  border: 0;
  margin: 0;
}
.w .header-action-buttons {
  float: right !important;
  margin-left: 20px;
}
.w .header-action-buttons:before,
.w .header-action-buttons:after {
  content: " ";
  display: table;
}
.w .header-action-buttons:after {
  clear: both;
}
.w .header-action-buttons:before,
.w .header-action-buttons:after {
  content: " ";
  display: table;
}
.w .header-action-buttons:after {
  clear: both;
}
.w .header-action-buttons .btn + .btn,
.w .header-action-buttons .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .header-action-buttons .row-actions > .action + .row-actions > .action,
.w .header-action-buttons .row-actions > .dropdown > .morebutton + .row-actions > .dropdown > .morebutton,
.w .header-action-buttons .buttonprimary + .buttonprimary,
.w .header-action-buttons .buttonsecondary + .buttonsecondary,
.w .header-action-buttons .action-menu-component > a.action + .action-menu-component > a.action,
.w .header-action-buttons .btn-no-border + .btn-no-border,
.w .header-action-buttons .inline_help + .inline_help,
.w .header-action-buttons .row-actions-component > .action + .row-actions-component > .action,
.w .header-action-buttons .row-actions-component > .dropdown > .morebutton + .row-actions-component > .dropdown > .morebutton,
.w .header-action-buttons .inline_help-nopadding + .inline_help-nopadding {
  margin-left: 10px;
}
.w .wcr-page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
  background-color: #AAD1AA;
  vertical-align: middle;
  padding: 0px;
  z-index: 99;
  color: #000000;
  font-size: 12px;
  overflow: hidden;
  border-top: 1px solid #99c899;
}
.w .wcr-page-footer.wcr-login-footer {
  background-color: #AAD1AA;
  border: none;
}
.w .btn-group-vertical-justified {
  display: block;
  width: 100%;
}
.w a {
  cursor: pointer;
}
.w a.actionlink {
  font-weight: 500;
  text-decoration: underline;
}
.w a.no-decoration,
.w a.no-decoration:hover,
.w a.no-decorationactive {
  text-decoration: none;
}
.w .btn.btn-no-action,
.w .btn.btn-no-action:hover,
.w .btn.btn-no-action:active,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.btn-no-action,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.btn-no-action:hover,
.w .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.btn-no-action:active,
.w .row-actions > .action.btn-no-action,
.w .row-actions > .action.btn-no-action:hover,
.w .row-actions > .action.btn-no-action:active,
.w .row-actions > .dropdown > .morebutton.btn-no-action,
.w .row-actions > .dropdown > .morebutton.btn-no-action:hover,
.w .row-actions > .dropdown > .morebutton.btn-no-action:active,
.w .buttonprimary.btn-no-action,
.w .buttonprimary.btn-no-action:hover,
.w .buttonprimary.btn-no-action:active,
.w .buttonsecondary.btn-no-action,
.w .buttonsecondary.btn-no-action:hover,
.w .buttonsecondary.btn-no-action:active,
.w .action-menu-component > a.action.btn-no-action,
.w .action-menu-component > a.action.btn-no-action:hover,
.w .action-menu-component > a.action.btn-no-action:active,
.w .btn-no-border.btn-no-action,
.w .btn-no-border.btn-no-action:hover,
.w .btn-no-border.btn-no-action:active,
.w .inline_help.btn-no-action,
.w .inline_help.btn-no-action:hover,
.w .inline_help.btn-no-action:active,
.w .row-actions-component > .action.btn-no-action,
.w .row-actions-component > .action.btn-no-action:hover,
.w .row-actions-component > .action.btn-no-action:active,
.w .row-actions-component > .dropdown > .morebutton.btn-no-action,
.w .row-actions-component > .dropdown > .morebutton.btn-no-action:hover,
.w .row-actions-component > .dropdown > .morebutton.btn-no-action:active,
.w .inline_help-nopadding.btn-no-action,
.w .inline_help-nopadding.btn-no-action:hover,
.w .inline_help-nopadding.btn-no-action:active {
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w .add-spacing {
  margin: 10px 10px;
}
.w .add-spacing-top,
.w .add-spacing-vertical {
  margin-top: 10px;
}
.w .add-spacing-right,
.w .add-spacing-horizontal {
  margin-right: 10px;
}
.w .add-spacing-bottom,
.w .add-spacing-vertical {
  margin-bottom: 10px;
}
.w .add-spacing-left,
.w .add-spacing-horizontal {
  margin-left: 10px;
}
.w .no-margin {
  margin: 0;
}
.w .add-padding {
  padding: 10px 10px;
}
.w .add-padding-top,
.w .add-padding-vertical {
  padding-top: 10px;
}
.w .add-padding-right,
.w .add-padding-horizontal {
  padding-right: 10px;
}
.w .add-padding-bottom,
.w .add-padding-vertical {
  padding-bottom: 10px;
}
.w .add-padding-left,
.w .add-padding-horizontal {
  padding-left: 10px;
}
.w .colorPickerColorPatch {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  width: auto;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: normal;
  color: #334444;
  vertical-align: middle;
  text-align: center;
  background-color: #ecf0f0;
  border: 1px solid #ccc;
  border-radius: 0px;
  min-width: 40px;
  margin-left: -1px;
}
.w .colorPickerColorPatch:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.w .colorPickerColorPatch.input-sm {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 0px;
}
.w .colorPickerColorPatch.input-lg {
  padding: 8px 14px;
  font-size: 17px;
  border-radius: 0px;
}
.w .colorPickerColorPatch input[type="radio"],
.w .colorPickerColorPatch input[type="checkbox"] {
  margin-top: 0;
}
.w .colorPickerColorPatch > div {
  width: 100%;
  height: 100%;
}
.w label {
  font-weight: 500;
}
.w .badge {
  padding: 1px 6px;
}
.w .hiddenElement,
.w .displayNone {
  display: none !important;
}
.w .tooltip {
  white-space: nowrap;
}
.w .dropdown-menu > li > a {
  padding: 3px 10px;
}
.w #popitmenu {
  background: #fff;
  position: absolute;
  padding: 10px 10px;
  border: 1px solid #ddd;
  display: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 10;
  word-break: break-word;
}
@media print {
  .w {
    /* hide menus on print out */
    /* make sure no scrollbars are shown in a print */
    /* we want to avoid that the details header s printed on a separate page */
  }
  .w * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .w .wcr-print-optimized,
  .w .wcr-print-optimized .form-control,
  .w .wcr-print-optimized .btn,
  .w .wcr-print-optimized .table,
  .w .wcr-print-optimized table,
  .w .wcr-print-optimized label,
  .w .wcr-print-optimized .wcr-form label,
  .w .wcr-print-optimized .wcr-filter > label,
  .w .wcr-print-optimized .input-group-addon,
  .w .wcr-print-optimized .input-group label.input-group-addon,
  .w .wcr-print-optimized .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
  .w .wcr-print-optimized .wcr-table .ordtable,
  .w .wcr-print-optimized .row-actions > .action,
  .w .wcr-print-optimized .row-actions > .dropdown > .morebutton,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label,
  .w .wcr-print-optimized .buttonprimary,
  .w .wcr-print-optimized .buttonsecondary,
  .w .wcr-print-optimized .sdrop,
  .w .wcr-print-optimized .XDrop,
  .w .wcr-print-optimized .action-menu-component > a.action,
  .w .wcr-print-optimized .btn-no-border,
  .w .wcr-print-optimized .inline_help,
  .w .wcr-print-optimized .row-actions-component > .action,
  .w .wcr-print-optimized .row-actions-component > .dropdown > .morebutton,
  .w .wcr-print-optimized .inline_help-nopadding {
    font-size: 10px;
  }
  .w .wcr-print-optimized .wcr-form .form-control,
  .w .wcr-print-optimized .wcr-filter .form-control,
  .w .wcr-print-optimized .wcr-filter > .form-datetime,
  .w .wcr-print-optimized label,
  .w .wcr-print-optimized .input-group .form-control,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .form-control,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > .form-datetime,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .form-control,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > .form-datetime,
  .w .wcr-print-optimized .wcr-form .sdrop,
  .w .wcr-print-optimized .wcr-filter .sdrop,
  .w .wcr-print-optimized .input-group .sdrop,
  .w .wcr-print-optimized .wcr-form .XDrop,
  .w .wcr-print-optimized .wcr-filter .XDrop,
  .w .wcr-print-optimized .input-group .XDrop {
    min-height: auto;
    height: auto;
  }
  .w .wcr-print-optimized .input-group-addon,
  .w .wcr-print-optimized .wcr-filter > label,
  .w .wcr-print-optimized .btn,
  .w .wcr-print-optimized .input-group label.input-group-addon,
  .w .wcr-print-optimized .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
  .w .wcr-print-optimized .row-actions > .action,
  .w .wcr-print-optimized .row-actions > .dropdown > .morebutton,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label,
  .w .wcr-print-optimized .buttonprimary,
  .w .wcr-print-optimized .buttonsecondary,
  .w .wcr-print-optimized .action-menu-component > a.action,
  .w .wcr-print-optimized .btn-no-border,
  .w .wcr-print-optimized .inline_help,
  .w .wcr-print-optimized .row-actions-component > .action,
  .w .wcr-print-optimized .row-actions-component > .dropdown > .morebutton,
  .w .wcr-print-optimized .inline_help-nopadding {
    padding: 2px 5px;
  }
  .w .wcr-print-optimized .alert,
  .w .wcr-print-optimized .wcr-table .clipped_warning,
  .w .wcr-print-optimized .clipped_msg {
    padding: 5px;
  }
  .w .wcr-print-optimized label {
    margin-bottom: 0;
  }
  .w .wcr-print-optimized .form-group {
    margin-bottom: 5px;
  }
  .w .wcr-print-optimized .w .taskattrs-section > thead > tr > th,
  .w .wcr-print-optimized .w .taskchecklist-section > thead > tr > th {
    height: auto;
  }
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
  .w .wcr-print-optimized .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
    margin: 0 5px 5px 0;
  }
  .w .wcr-print-optimized .w .wcr-table .wcr-table-filter {
    padding: 5px;
  }
  .w .wcr-print-optimized .w .wcr-table .wcr-table-filter .wcr-filter-row,
  .w .wcr-print-optimized .w .wcr-table .wcr-table-filter .wcr-table-actions-row {
    margin: 5px -5px;
  }
  .w .wcr-print-optimized .wcr-table .wcr-table-actions-row .quick-filter {
    margin: 0 5px 5px 5px;
  }
  .w .wcr-print-optimized .wcr-table .ordtable > tbody > tr > td,
  .w .wcr-print-optimized .wcr-table .ordtable > thead > tr > th {
    padding: 3px;
  }
  .w .wcr-print-optimized > .container-fluid {
    padding: 0;
  }
  .w .wcr-print-optimized > .container-fluid .page-header {
    margin: 0 0 10px 0;
  }
  .w .wcr-print-optimized > .container-fluid .page-header h1 {
    padding-left: 0;
    padding-right: 0;
  }
  .w .wcr-table .print-allow-wrap .td-nowrap,
  .w .wcr-table .print-allow-wrap .td-date {
    white-space: normal;
    overflow-wrap: break-word;
  }
  @page {
    margin: 1cm 0.5cm 2cm 0.5cm;
  }
  .w a[href]:after {
    content: none !important;
  }
  .w .navbar-header .navbar-nav,
  .w .details-section .details-action-buttons,
  .w .ThirdLevelMenu,
  .w .navbar-toggle,
  .w #topLeftMenu,
  .w #topRightMenu,
  .w .wcr-page-footer,
  .w .navbar-wcr-placeholder {
    display: none !important;
  }
  .w .details-overflow,
  .w .wcr-table,
  .w .wcr-table .wcr-table-section,
  .w .wcr-table .wcr-table-section table.ordtable {
    overflow: visible !important;
  }
  .w .no-overflow-print {
    overflow: hidden !important;
  }
  .w .taskattrs-section,
  .w body {
    page-break-inside: avoid;
  }
  .w .page-header {
    page-break-after: avoid;
  }
  .w .container-fluid,
  .w .page-header {
    page-break-before: avoid;
  }
  .w .navbar-wcr {
    position: relative !important;
  }
  .w .navbar-wcr {
    page-break-after: avoid;
  }
}
@media print and (max-width: 768px) {
  .w .wcr-print-optimized label {
    padding-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .w .dropdown-menu li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.w .list-group .list-group-item .badge {
  margin-left: 10px;
}
.w .list-group .list-group-item.active {
  font-weight: 500;
}
.w .list-group-item {
  padding: 6px;
}
.w .list-group .list-group-item.active .badge {
  background-color: #334444;
  color: #fff;
}
.w span.esko-green {
  color: #d9534f;
}
.w .validationHighlight,
.w .validationHighlight input,
.w .validationHighlight select,
.w .acat .validationHighlight .RichTextEdit,
.w .acat .validationHighlight .form-div.main-content {
  background-color: #faffbd !important;
}
.w span.danger,
.w div.danger {
  color: #d9534f;
  font-weight: 500;
}
.w span.warning,
.w div.warning {
  color: #f0ad4e;
  font-weight: 500;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .w {
    /* chrome */
  }
  .w html {
    position: relative;
  }
}
@-moz-document url-prefix() {
  .w {
    /* firefox */
  }
  .w body {
    position: relative;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .w {
    /* ie10+ */
  }
  .w body {
    position: relative;
  }
}
.w .panel-body .stick-to-panel {
  margin: -16px;
}
.w .wcr-form .panel-body .stick-to-panel.form-group {
  margin-left: -26px;
  margin-right: -26px;
}
.w .navbar-wcr {
  min-height: 50px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #B0BDB4;
  border-color: #a2b1a7;
}
.w .navbar-wcr,
.w .navbar-wcr .container-fluid {
  max-width: 100%;
}
.w .navbar-wcr .applogowrapper {
  max-width: 100%;
  overflow: hidden;
}
.w .navbar-wcr.navbar-sticky {
  position: fixed;
  transition: box-shadow 0.3s;
  z-index: 1020;
}
.w .navbar-wcr.navbar-stuck {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.24);
}
.w .navbar-wcr.initialized {
  overflow: visible;
  max-height: none;
}
@media (max-width: 767px) {
  .w .navbar-wcr.initialized.navbar-sticky {
    overflow-y: auto;
    max-height: 100vh;
  }
}
.w .navbar-wcr.navbar-header-above-menu .navbar-header {
  margin-left: -10px;
  margin-right: -10px;
  overflow-x: hidden;
  float: none;
}
.w .navbar-wcr .navbar-header {
  max-width: calc(120%);
}
.w .navbar-wcr .navbar-brand {
  color: #000000;
}
.w .navbar-wcr .navbar-brand:hover,
.w .navbar-wcr .navbar-brand:focus {
  color: #ffffff;
  background-color: #69B3AA;
}
.w .navbar-wcr .navbar-text {
  color: #000000;
}
.w .navbar-wcr .navbar-nav > li.profile-menu > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding-bottom: 12.01px;
  padding-top: 12.01px;
}
.w .navbar-wcr .navbar-nav > li > a {
  color: #000000;
  font-weight: bold;
  cursor: Pointer;
  height: 50px;
}
.w .navbar-wcr .navbar-nav > li > a:hover,
.w .navbar-wcr .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #69B3AA;
}
.w .navbar-wcr .navbar-nav > li > a.wcr-menu-glyph-item .icon,
.w .navbar-wcr .navbar-nav > li > a.wcr-menu-glyph-item .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
.w .navbar-wcr .navbar-nav > li > a.wcr-menu-glyph-item .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting {
  font-size: 16px;
  cursor: Pointer;
}
.w .navbar-wcr .navbar-nav > li > a > i {
  line-height: 13px;
}
.w .navbar-wcr .navbar-nav .active > a,
.w .navbar-wcr .navbar-nav .active > a:hover,
.w .navbar-wcr .navbar-nav .active > a:focus {
  color: #ffffff;
  background-color: #69B3AA;
}
.w .navbar-wcr .navbar-nav > .disabled > a,
.w .navbar-wcr .navbar-nav > .disabled > a:hover,
.w .navbar-wcr .navbar-nav > .disabled > a:focus {
  color: #000000;
  background-color: #B0BDB4;
}
.w .navbar-wcr .navbar-nav > .open > a,
.w .navbar-wcr .navbar-nav > .open .open > a {
  border-color: #69B3AA;
  color: #ffffff;
  background-color: #80beb7;
}
.w .navbar-wcr .navbar-nav > li.open .dropdown-menu .open {
  position: relative;
}
.w .navbar-wcr .navbar-nav > li.open .dropdown-menu .open .dropdown-menu {
  top: -6px;
  margin-top: 0;
  left: 100%;
}
.w .navbar-wcr .navbar-nav > li.open .dropdown-menu .open .dropdown-menu.left {
  left: auto;
  right: 100%;
}
.w .navbar-wcr .navbar-toggle {
  position: absolute;
  right: 0px;
  border-color: #a2b1a7;
}
.w .navbar-wcr .navbar-toggle:hover,
.w .navbar-wcr .navbar-toggle:focus {
  background-color: #80beb7;
}
.w .navbar-wcr .navbar-toggle .icon-bar {
  background-color: #000000;
}
.w .navbar-wcr .navbar-collapse {
  min-height: 0;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .w .navbar-wcr .navbar-collapse:after {
    content: 'nav-is-collapsed';
    display: none;
  }
}
.w .navbar-wcr .navbar-collapse,
.w .navbar-wcr .navbar-form {
  border-color: #a2b1a7;
}
.w .navbar-wcr .navbar-nav > .open > a,
.w .navbar-wcr .navbar-nav > .open > a:hover,
.w .navbar-wcr .navbar-nav > .open > a:focus {
  background-color: #69B3AA;
  color: #ffffff;
}
@media (max-width: 767px) {
  .w .navbar-wcr .navbar-nav {
    border-top: 1px solid #000000;
  }
  .w .navbar-wcr .navbar-nav > li > a.wcr-menu-glyph-item .icon,
  .w .navbar-wcr .navbar-nav > li > a.wcr-menu-glyph-item .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
  .w .navbar-wcr .navbar-nav > li > a.wcr-menu-glyph-item .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting {
    font-size: 16px;
    cursor: Pointer;
  }
  .w .navbar-wcr .navbar-nav .open .dropdown-menu {
    background-color: #69B3AA;
  }
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > li {
    position: relative;
  }
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > a {
    color: #ffffff;
  }
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > a:hover,
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > a:focus {
    color: #ffffff;
    background-color: #80beb7;
  }
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > .active > a,
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > .active > a:hover,
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #80beb7;
  }
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > .disabled > a,
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .w .navbar-wcr .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: #80beb7;
  }
  .w .navbar-wcr .navbar-nav #wcr-navmenu-keywordsearch {
    width: 100%;
  }
  .w .navbar-wcr .navbar-nav #wcr-navmenu-keywordsearch .input-group .sdrop,
  .w .navbar-wcr .navbar-nav #wcr-navmenu-keywordsearch .input-group .form-control,
  .w .navbar-wcr .navbar-nav #wcr-navmenu-keywordsearch .input-group .sdrop,
  .w .navbar-wcr .navbar-nav #wcr-navmenu-keywordsearch .input-group .XDrop {
    max-width: none;
  }
}
.w .navbar-wcr .navbar-link {
  color: #000000;
}
.w .navbar-wcr .navbar-link:hover {
  color: #ffffff;
}
.w .navbar-wcr .btn-link {
  color: #000000;
}
.w .navbar-wcr .btn-link:hover,
.w .navbar-wcr .btn-link:focus {
  color: #ffffff;
}
.w .navbar-wcr .btn-link[disabled]:hover,
.w fieldset[disabled] .navbar-wcr .btn-link:hover,
.w .navbar-wcr .btn-link[disabled]:focus,
.w fieldset[disabled] .navbar-wcr .btn-link:focus {
  color: #ffffff;
}
.w .navbar-wcr .dropdown-menu {
  background-color: #69B3AA;
  border-color: #69B3AA;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.24);
}
.w .navbar-wcr .dropdown-menu > li > a {
  color: #ffffff;
  padding: 7px 10px;
}
.w .navbar-wcr .dropdown-menu > li > a:hover,
.w .navbar-wcr .dropdown-menu > li > a:focus {
  background-color: #80beb7;
}
.w .navbar-wcr .dropdown-menu > li.dropdown-header {
  color: #000000;
}
.w .navbar-wcr #wcr-navmenu-keywordsearch {
  padding: 11px 10px;
  width: 250px;
}
.w .navbar-wcr #wcr-navmenu-keywordsearch .input-group .sdrop,
.w .navbar-wcr #wcr-navmenu-keywordsearch .input-group .form-control,
.w .navbar-wcr #wcr-navmenu-keywordsearch .input-group .sdrop,
.w .navbar-wcr #wcr-navmenu-keywordsearch .input-group .XDrop {
  max-width: 148px;
  margin-left: -1px;
}
.w .navbar-wcr #wcr-navmenu-keywordsearch .dropdown-menu {
  position: absolute !important;
}
@media (max-width: 767px) {
  .w .navbar-wcr .navbar-nav > li > a {
    padding: 12px 12px 12px 5px;
  }
  .w .navbar-wcr .open .dropdown-menu > li > a {
    padding: 12px 12px 12px 25px;
  }
}
.w .navbar-wcr .profile-avatar {
  display: inline-block;
}
.w .navbar-wcr .profile-avatar .avatar {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.w .navbar-wcr-placeholder {
  min-height: 50px;
}
.w .navbar-wcr-placeholder:before,
.w .navbar-wcr-placeholder:after {
  content: " ";
  display: table;
}
.w .navbar-wcr-placeholder:after {
  clear: both;
}
.w .navbar-wcr-placeholder:before,
.w .navbar-wcr-placeholder:after {
  content: " ";
  display: table;
}
.w .navbar-wcr-placeholder:after {
  clear: both;
}
.w .navbar-wcr-placeholder.navbar-header-above-menu .navbar-header {
  float: none;
}
.w .navbar-wcr-placeholder .navbar-menuitems {
  float: left;
  width: 10px;
  height: 50px;
}
.w .navbar-wcr-placeholder .applogowrapper {
  max-width: calc(45%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .w .navbar-wcr-placeholder .navbar-menuitems {
    display: none;
  }
}
.w .navbar-wcr {
  position: absolute;
  min-width: 100%;
  z-index: 299;
  left: 0px;
}
.w .navbar-login {
  border: 0 !important;
}
.w .delegate-warning.banner {
  z-index: 1000;
}
.w div.delegate-warning {
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  color: #ac8b54;
  border: 1px solid #fbeed5;
  overflow: auto;
}
.w span.delegate-warning {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .w a.delegate-warning {
    float: right;
  }
}
@media (max-width: 767px) {
  .w a.delegate-warning {
    float: left;
  }
}
.w #topRightMenu {
  margin-left: -100%;
}
.w .ThirdLevelMenu {
  padding-left: 10px;
}
.w .ThirdLevelMenu > li.active a {
  background-color: #fff;
  color: #334444;
  font-weight: 500;
  cursor: pointer;
}
.w .ThirdLevelMenu > li.active a .badge {
  background-color: #334444;
  color: #fff;
}
.w .ThirdLevelMenu[data-init]:not(.initialized) {
  white-space: nowrap;
  overflow: hidden;
}
.w .ThirdLevelMenu[data-init]:not(.initialized) > li {
  float: none;
  display: table-cell;
}
.w .FourthLevelMenu {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.w .FourthLevelMenu > li > a {
  padding: 6px 10px;
}
.w .FourthLevelMenu > li.active a,
.w .FourthLevelMenu > li.active a:hover,
.w .FourthLevelMenu > li.active a:focus {
  color: #334444;
  background-color: #ecf0f0;
  font-weight: 500;
}
.w .table,
.w .wcr-table .ordtable {
  border: 1px solid #ddd;
}
.w .table > thead > tr > th,
.w .wcr-table .ordtable > thead > tr > th {
  background-color: #f9f9f9;
  border-bottom-width: 1px;
  vertical-align: middle;
}
.w .table > thead > tr > td,
.w .table > tbody > tr > td,
.w .table > tfooter > tr > td,
.w .wcr-table .ordtable > thead > tr > td,
.w .wcr-table .ordtable > tbody > tr > td,
.w .wcr-table .ordtable > tfooter > tr > td {
  vertical-align: middle;
}
.w .table.table-header-top-align > thead > tr > th,
.w .table.table-header-top-align > thead > tr > td,
.w .wcr-table .ordtable.table-header-top-align > thead > tr > th,
.w .wcr-table .ordtable.table-header-top-align > thead > tr > td {
  vertical-align: top;
}
.w .table.table-no-borders,
.w .wcr-table .ordtable.table-no-borders {
  border: 0px;
}
.w .table.table-no-borders > tbody > tr > td,
.w .wcr-table .ordtable.table-no-borders > tbody > tr > td {
  border: 0px;
}
.w .table.table-autowidth,
.w .wcr-table .ordtable.table-autowidth {
  width: auto;
}
.w .wcr-filter,
.w .wcr-form .wcr-filter,
.w .wcr-extra-filter,
.w .wcr-form .wcr-extra-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  margin: 0 10px 10px 0;
}
.w .wcr-filter[class*="col-"],
.w .wcr-form .wcr-filter[class*="col-"],
.w .wcr-extra-filter[class*="col-"],
.w .wcr-form .wcr-extra-filter[class*="col-"],
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[class*="col-"],
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[class*="col-"],
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[class*="col-"],
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.w .wcr-filter .form-control,
.w .wcr-form .wcr-filter .form-control,
.w .wcr-extra-filter .form-control,
.w .wcr-form .wcr-extra-filter .form-control,
.w .wcr-filter .main-content,
.w .wcr-form .wcr-filter .main-content,
.w .wcr-extra-filter .main-content,
.w .wcr-form .wcr-extra-filter .main-content,
.w .wcr-filter > .form-datetime,
.w .wcr-form .wcr-filter > .form-datetime,
.w .wcr-extra-filter > .form-datetime,
.w .wcr-form .wcr-extra-filter > .form-datetime,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .form-control,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .form-control,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .main-content,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .main-content,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > .form-datetime,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > .form-datetime,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .form-control,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .form-control,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .main-content,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .main-content,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > .form-datetime,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > .form-datetime,
.w .wcr-filter .sdrop,
.w .wcr-form .wcr-filter .sdrop,
.w .wcr-extra-filter .sdrop,
.w .wcr-form .wcr-extra-filter .sdrop,
.w .wcr-filter .XDrop,
.w .wcr-form .wcr-filter .XDrop,
.w .wcr-extra-filter .XDrop,
.w .wcr-form .wcr-extra-filter .XDrop {
  min-width: 40px;
  z-index: 2;
  -webkit-flex: 1 1 75px;
  -moz-flex: 1 1 75px;
  -ms-flex: 1 1 75px;
  flex: 1 1 75px;
  min-height: 26px;
  height: auto;
}
.w .wcr-filter > label,
.w .wcr-form .wcr-filter > label,
.w .wcr-extra-filter > label,
.w .wcr-form .wcr-extra-filter > label,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter > label,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label,
.w .wcr-form .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter > label {
  margin: 0;
  margin-right: -1px;
}
.w .wcr-extra-filter,
.w .extra-filter-btn,
.w .wcr-form .wcr-extra-filter {
  margin: 0 10px 10px 0;
  float: left;
}
.w .extra-filter-btn {
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .extra-filter-btn:focus,
.w .extra-filter-btn.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .extra-filter-btn:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .extra-filter-btn:active,
.w .extra-filter-btn.active,
.w .open > .dropdown-toggle.extra-filter-btn {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .extra-filter-btn:active:hover,
.w .extra-filter-btn.active:hover,
.w .open > .dropdown-toggle.extra-filter-btn:hover,
.w .extra-filter-btn:active:focus,
.w .extra-filter-btn.active:focus,
.w .open > .dropdown-toggle.extra-filter-btn:focus,
.w .extra-filter-btn:active.focus,
.w .extra-filter-btn.active.focus,
.w .open > .dropdown-toggle.extra-filter-btn.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .extra-filter-btn:active,
.w .extra-filter-btn.active,
.w .open > .dropdown-toggle.extra-filter-btn {
  background-image: none;
}
.w .extra-filter-btn.disabled,
.w .extra-filter-btn[disabled],
.w fieldset[disabled] .extra-filter-btn,
.w .extra-filter-btn.disabled:hover,
.w .extra-filter-btn[disabled]:hover,
.w fieldset[disabled] .extra-filter-btn:hover,
.w .extra-filter-btn.disabled:focus,
.w .extra-filter-btn[disabled]:focus,
.w fieldset[disabled] .extra-filter-btn:focus,
.w .extra-filter-btn.disabled.focus,
.w .extra-filter-btn[disabled].focus,
.w fieldset[disabled] .extra-filter-btn.focus,
.w .extra-filter-btn.disabled:active,
.w .extra-filter-btn[disabled]:active,
.w fieldset[disabled] .extra-filter-btn:active,
.w .extra-filter-btn.disabled.active,
.w .extra-filter-btn[disabled].active,
.w fieldset[disabled] .extra-filter-btn.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .extra-filter-btn .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .wcr-table {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-bottom: 10px;
  /* in some situations we want the absolute row actions to be shown to the right to not cover the cell on the left */
}
.w .wcr-table.no-margin {
  margin: 0;
}
.w .wcr-table.no-border {
  border: 0;
}
.w .wcr-table .wcr-table-filter {
  background-color: #fafafa;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.w .wcr-table .wcr-table-filter.with-border-no-bottom {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.w .wcr-table .wcr-table-filter.no-background {
  background: transparent;
}
.w .wcr-table .wcr-table-filter.no-filter {
  display: none;
}
.w .wcr-table .wcr-table-filter .wcr-filter-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  float: right;
  margin: 0 10px 10px 0;
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:active:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:active:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.active:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.active:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:active:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:active:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.active:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.active:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:active.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:active.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.active.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.active.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  background-image: none;
}
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.disabled,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.disabled,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter[disabled],
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn[disabled],
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter[disabled]:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn[disabled]:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter[disabled]:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn[disabled]:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter[disabled].focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn[disabled].focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter[disabled]:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn[disabled]:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter[disabled].active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn[disabled].active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter.active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn.active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled],
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled]:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled]:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled].focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled]:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled].active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled],
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled]:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled]:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled].focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled]:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled].active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-filter .badge,
.w .wcr-table .wcr-table-filter .wcr-filter-row .filter-btn .badge,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .badge,
.w .wcr-table .wcr-table-filter .wcr-filter-row .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .action-menu-component {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row .action-menu-component {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row .action-menu-component {
    right: 33.33333333%;
  }
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter {
    left: 66.66666667%;
  }
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter .filter-toggle {
  float: right;
  margin-left: 10px;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters {
  margin-bottom: 0px;
  padding-right: 0px;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  float: right;
  margin: 0 10px 10px 0;
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.active:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.active:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.active.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  background-image: none;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.disabled,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.disabled,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter[disabled],
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn[disabled],
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter[disabled]:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn[disabled]:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter[disabled]:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn[disabled]:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter[disabled].focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn[disabled].focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter[disabled]:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn[disabled]:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter[disabled].active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn[disabled].active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter.active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled],
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled]:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled]:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled].focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled]:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled].active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled],
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled]:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled]:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled].focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled]:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled].active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-filter .badge,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filter-btn .badge,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .badge,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  float: left;
  margin: 0 10px 10px 0;
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.active:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.active:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.active.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active:hover,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active:focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active.focus,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active,
.w .open > .dropdown-toggle.wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  background-image: none;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.disabled,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.disabled,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter[disabled],
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn[disabled],
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter[disabled]:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn[disabled]:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter[disabled]:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn[disabled]:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter[disabled].focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn[disabled].focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter[disabled]:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn[disabled]:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter[disabled].active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn[disabled].active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled],
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled]:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled]:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled].focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled]:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter[disabled].active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled],
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled]:hover,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:hover,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled]:focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled].focus,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.focus,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled]:active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter:active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.disabled.active,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter[disabled].active,
.w fieldset[disabled] .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter .badge,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn .badge,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .badge,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-filter.no-background,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .filter-btn.no-background,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter.no-background,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row .only-multiple-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter.no-background {
  background: transparent;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .action-menu-component,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .action-menu-component {
  display: none;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .quick-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .quick-filter {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .quick-filter,
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .quick-filter {
    left: 0%;
  }
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .quick-filter,
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .quick-filter {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .quick-filter,
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .quick-filter {
    float: left;
    width: 33.33333333%;
  }
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .quick-filter.more-filters,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .quick-filter.more-filters {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .quick-filter.more-filters .wcr-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .quick-filter.more-filters .wcr-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  float: left;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .savebutton,
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .savebutton {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-actions .savebutton,
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.withsaveaction .savebutton {
    float: left;
    width: 8.33333333%;
  }
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-filter .quick-filter {
  display: none;
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-filter .action-menu-component {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-filter .action-menu-component {
    right: 0%;
  }
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-table-actions-row.no-filter .action-menu-component {
    float: left;
    width: 100%;
  }
}
.w .wcr-table .wcr-table-filter .wcr-table-actions-row.is_stuck {
  background-color: #fafafa;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  z-index: 50;
}
.w .wcr-table .wcr-table-section {
  overflow-x: auto;
  border-bottom: 1px solid #ddd;
}
.w .wcr-table .wcr-table-section.no-overflow {
  overflow: visible;
}
.w .wcr-table .row-actions-absolute .td-with-row-actions {
  position: relative;
}
.w .wcr-table .row-actions-absolute .td-with-row-actions .row-actions,
.w .wcr-table .row-actions-absolute .td-with-row-actions .row-actions-component {
  position: absolute;
  float: none;
  top: 50%;
  right: 5px;
  margin: -12px auto auto auto;
  height: 24px;
}
.w .wcr-table .row-actions-absolute.absolute-right .row-actions,
.w .wcr-table .row-actions-absolute.absolute-right .row-actions-component {
  right: auto;
  left: 100%;
}
.w .wcr-table .ordtable {
  /* Appearance for the document actions in grid view */
  border: 0;
  margin-bottom: 0;
}
.w .wcr-table .ordtable:not(.gridview):not(.no-hover) > tbody > tr:hover {
  background-color: #f5f5f5;
}
.w .wcr-table .ordtable.gridview > tbody > tr:hover {
  background-color: transparent;
}
.w .wcr-table .ordtable.gridview > tbody > tr > td:hover {
  background-color: #f5f5f5;
}
.w .wcr-table .ordtable.gridview > tbody > tr > td:hover.active {
  background-color: #e8e8e8;
}
.w .wcr-table .ordtable.gridview > tbody > tr > td .row-actions-component {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .w .wcr-table .ordtable.gridview > tbody > tr > td .row-actions-component {
    opacity: 1;
  }
  .w .wcr-table .ordtable.gridview > tbody > tr > td .row-actions-component .dropdown {
    pointer-events: all;
  }
}
.w .wcr-table .ordtable.gridview > tbody > tr > td:hover .row-actions-component {
  opacity: 1;
}
.w .wcr-table .ordtable.table-align-top > thead > tr > th,
.w .wcr-table .ordtable.table-align-top > tbody > tr > td {
  vertical-align: top;
}
.w .wcr-table .ordtable tbody > tr.tr-no-top-border > td {
  border-top: 0;
}
.w .wcr-table .ordtable thead > tr {
  border-bottom: 1px solid #ddd;
}
.w .wcr-table .ordtable thead > tr > th {
  white-space: nowrap;
  font-weight: 500;
}
.w .wcr-table .ordtable thead > tr > th.th-wrap {
  white-space: normal;
}
.w .wcr-table .ordtable thead > tr > th small {
  font-weight: normal;
}
.w .wcr-table .ordtable thead > tr > th a.column-sort {
  width: 100%;
  display: inline-block;
}
.w .wcr-table .ordtable thead > tr > th.column-sort,
.w .wcr-table .ordtable thead > tr > th a.column-sort {
  cursor: pointer;
  position: relative;
}
.w .wcr-table .ordtable thead > tr > th.column-sort.sort-available i.icon-sorting,
.w .wcr-table .ordtable thead > tr > th a.column-sort.sort-available i.icon-sorting {
  display: none;
}
.w .wcr-table .ordtable thead > tr > th.column-sort.sort-available:hover i.icon-sorting,
.w .wcr-table .ordtable thead > tr > th a.column-sort.sort-available:hover i.icon-sorting {
  display: inline-block;
  position: absolute;
}
.w .wcr-table .ordtable thead > tr > th.column-sort:hover,
.w .wcr-table .ordtable thead > tr > th a.column-sort:hover {
  text-decoration: none;
}
.w .wcr-table .ordtable thead > tr > th.td-date:last-child a.column-sort.sort-available:hover i.icon-sorting,
.w .wcr-table .ordtable thead > tr > th.td-number:last-child a.column-sort.sort-available:hover i.icon-sorting,
.w .wcr-table .ordtable thead > tr > th.td-date:last-child td.column-sort.sort-available:hover i.icon-sorting,
.w .wcr-table .ordtable thead > tr > th.td-number:last-child td.column-sort.sort-available:hover i.icon-sorting {
  right: 6px;
  position: absolute;
}
.w .wcr-table .wcr-table-footer {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  background-color: #fafafa;
}
.w .wcr-table .wcr-table-footer:before,
.w .wcr-table .wcr-table-footer:after {
  content: " ";
  display: table;
}
.w .wcr-table .wcr-table-footer:after {
  clear: both;
}
.w .wcr-table .wcr-table-footer:before,
.w .wcr-table .wcr-table-footer:after {
  content: " ";
  display: table;
}
.w .wcr-table .wcr-table-footer:after {
  clear: both;
}
.w .wcr-table .wcr-table-footer .wcr-table-results,
.w .wcr-table .wcr-table-footer .wcr-table-paging,
.w .wcr-table .wcr-table-footer .wcr-table-view-options {
  margin-bottom: 10px;
}
.w .wcr-table .wcr-table-footer .wcr-table-results {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #5f7e7e;
  line-height: 26px;
  vertical-align: center;
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-footer .wcr-table-results {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-footer .wcr-table-results {
    right: 33.33333333%;
  }
}
.w .wcr-table .wcr-table-footer .wcr-table-results.only-results {
  right: 0;
}
.w .wcr-table .wcr-table-footer .wcr-table-results .header-action-buttons {
  float: none !important;
  margin-left: 0;
}
.w .wcr-table .wcr-table-footer .wcr-table-paging {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  height: 26px;
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-footer .wcr-table-paging {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-footer .wcr-table-paging {
    left: 33.33333333%;
  }
}
.w .wcr-table .wcr-table-footer .wcr-table-view-options {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .w .wcr-table .wcr-table-footer .wcr-table-view-options {
    float: left;
    width: 33.33333333%;
  }
}
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .btn + .btn,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .row-actions > .action + .row-actions > .action,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .row-actions > .dropdown > .morebutton + .row-actions > .dropdown > .morebutton,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .buttonprimary + .buttonprimary,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .buttonsecondary + .buttonsecondary,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .action-menu-component > a.action + .action-menu-component > a.action,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .btn-no-border + .btn-no-border,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .inline_help + .inline_help,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .row-actions-component > .action + .row-actions-component > .action,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .row-actions-component > .dropdown > .morebutton + .row-actions-component > .dropdown > .morebutton,
.w .wcr-table .wcr-table-footer .wcr-table-view-options > .inline_help-nopadding + .inline_help-nopadding {
  margin-left: 5px;
}
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 10px;
}
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .btn + .btn,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .row-actions > .action + .row-actions > .action,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .row-actions > .dropdown > .morebutton + .row-actions > .dropdown > .morebutton,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .buttonprimary + .buttonprimary,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .buttonsecondary + .buttonsecondary,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .action-menu-component > a.action + .action-menu-component > a.action,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .btn-no-border + .btn-no-border,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .inline_help + .inline_help,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .row-actions-component > .action + .row-actions-component > .action,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .row-actions-component > .dropdown > .morebutton + .row-actions-component > .dropdown > .morebutton,
.w .wcr-table .wcr-table-footer.only-table-view-options .table-view-options > .inline_help-nopadding + .inline_help-nopadding {
  margin-left: 5px;
}
.w .wcr-table .wcr-table-info {
  float: right;
  padding-right: 10px;
  padding-bottom: 10px;
}
.w .wcr-table .no-results {
  padding: 30px 30px;
  text-align: center;
}
.w div.checkbox-filter,
.w div.radio-filter {
  background-color: #F9F9F9;
  color: #000000;
  margin: 0;
  width: 100%;
  padding: 0 ;
  height: 32px;
}
.w div.checkbox-filter.add-padding-top,
.w div.radio-filter.add-padding-top {
  padding-top: 5px;
}
.w div.checkbox-filter.no-background,
.w div.radio-filter.no-background {
  background-color: #ffffff;
}
.w div.checkbox-filter input[type="checkbox"],
.w div.radio-filter input[type="checkbox"],
.w div.checkbox-filter input[type="radio"],
.w div.radio-filter input[type="radio"] {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: inherit;
  vertical-align: middle;
  margin-right: 10px;
}
.w div.checkbox-filter label,
.w div.radio-filter label {
  width: 100%;
  max-width: none;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
.w div.checkbox-filter label.bold,
.w div.radio-filter label.bold {
  font-weight: 600;
}
.w .wcr-pager {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  margin: 0 auto;
  color: #5f7e7e;
  width: 100%;
  max-width: 300px;
}
.w .wcr-pager[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.w .wcr-pager .form-control,
.w .wcr-pager .main-content,
.w .wcr-pager > .form-datetime,
.w .wcr-pager .sdrop,
.w .wcr-pager .XDrop {
  min-width: 40px;
  z-index: 2;
  -webkit-flex: 1 1 75px;
  -moz-flex: 1 1 75px;
  -ms-flex: 1 1 75px;
  flex: 1 1 75px;
  min-height: 26px;
  height: auto;
}
.w .wcr-pager .form-control,
.w .wcr-pager .sdrop,
.w .wcr-pager .XDrop {
  text-align: center;
}
.w .wcr-pager .pager .btn i.icon,
.w .wcr-pager .pager .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button i.icon,
.w .wcr-pager .pager .btn i.wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
.w .wcr-pager .pager .btn i.wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting,
.w .wcr-pager .pager .row-actions > .action i.icon,
.w .wcr-pager .pager .row-actions > .dropdown > .morebutton i.icon,
.w .wcr-pager .pager .buttonprimary i.icon,
.w .wcr-pager .pager .buttonsecondary i.icon,
.w .wcr-pager .pager .action-menu-component > a.action i.icon,
.w .wcr-pager .pager .btn-no-border i.icon,
.w .wcr-pager .pager .inline_help i.icon,
.w .wcr-pager .pager .row-actions-component > .action i.icon,
.w .wcr-pager .pager .row-actions-component > .dropdown > .morebutton i.icon,
.w .wcr-pager .pager .inline_help-nopadding i.icon {
  color: #5f7e7e;
}
.w .wcr-pager .form-control + .pager .btn,
.w .wcr-pager .form-control + .pager .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-pager .form-control + .pager .row-actions > .action,
.w .wcr-pager .form-control + .pager .row-actions > .dropdown > .morebutton,
.w .wcr-pager .form-control + .pager .buttonprimary,
.w .wcr-pager .form-control + .pager .buttonsecondary,
.w .wcr-pager .sdrop + .pager .btn,
.w .wcr-pager .XDrop + .pager .btn,
.w .wcr-pager .form-control + .pager .action-menu-component > a.action,
.w .wcr-pager .form-control + .pager .btn-no-border,
.w .wcr-pager .form-control + .pager .inline_help,
.w .wcr-pager .form-control + .pager .row-actions-component > .action,
.w .wcr-pager .form-control + .pager .row-actions-component > .dropdown > .morebutton,
.w .wcr-pager .form-control + .pager .inline_help-nopadding {
  border-left: 0;
}
.w td.td-centered,
.w th.td-centered,
.w td.td-checkbox,
.w th.td-checkbox,
.w td.td-delete,
.w th.td-delete,
.w td.td-status,
.w th.td-status {
  text-align: center;
}
.w td.td-number,
.w th.td-number,
.w td.td-date,
.w th.td-date {
  text-align: right;
  white-space: nowrap;
}
.w td.td-right,
.w th.td-right {
  text-align: right;
}
.w td.td-warning,
.w th.td-warning {
  color: #f0ad4e;
  font-weight: 500;
}
.w td.td-danger,
.w th.td-danger {
  color: #d9534f;
  font-weight: 500;
}
.w td.td-checkbox,
.w th.td-checkbox,
.w td.td-delete,
.w th.td-delete,
.w td.td-narrow,
.w th.td-narrow {
  width: 1%;
}
.w td.td-full-width,
.w th.td-full-width {
  width: 100%;
}
.w td.td-fill-half,
.w th.td-fill-half {
  width: 50%;
  max-width: 50%;
}
.w td.td-nowrap,
.w th.td-nowrap {
  white-space: nowrap;
}
.w td.td-label,
.w th.td-label {
  text-align: right;
  font-weight: 500;
}
.w td.td-breakword,
.w th.td-breakword {
  word-break: break-all;
}
.w td small,
.w th small {
  font-size: 85%;
}
.w td.td-swatch,
.w th.td-swatch {
  min-width: 30px;
  width: 30px;
}
.w td.td-header-label,
.w th.td-header-label {
  text-align: center;
  font-weight: 700;
}
.w .row-actions,
.w .row-actions-component {
  display: table;
}
.w .row-actions[data-init]:not(.initialized),
.w .row-actions-component[data-init]:not(.initialized) {
  display: none;
}
.w .row-actions > .action,
.w .row-actions > .dropdown > .morebutton,
.w .row-actions-component > .action,
.w .row-actions-component > .dropdown > .morebutton {
  padding: 1px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e6e6e6;
}
.w .row-actions > .action a,
.w .row-actions > .dropdown > .morebutton a,
.w .row-actions-component > .action a,
.w .row-actions-component > .dropdown > .morebutton a {
  border-bottom: none;
}
.w .row-actions > .dropdown,
.w .row-actions-component > .dropdown {
  border: 1px solid #e6e6e6;
}
.w .row-actions > .dropdown > .morebutton,
.w .row-actions-component > .dropdown > .morebutton {
  border: 0px;
  margin: 0px;
}
.w .row-actions .dropdown > .action,
.w .row-actions-component .dropdown > .action {
  color: #000000;
  padding: 1px 4px 3px 4px;
}
.w .row-actions .dropdown > .action:hover,
.w .row-actions-component .dropdown > .action:hover {
  text-decoration: none;
}
.w .row-actions > .action + .action,
.w .row-actions > .action + .dropdown,
.w .row-actions-component > .action + .action,
.w .row-actions-component > .action + .dropdown {
  border-left: none;
}
.w .row-actions > .action,
.w .row-actions .dropdown,
.w .row-actions-component > .action,
.w .row-actions-component .dropdown {
  display: table-cell;
}
.w .row-action-text {
  line-height: 24px;
}
.w td > .row-actions,
.w td > .row-actions-component {
  margin-left: 5px;
  float: right;
}
.w td.row-actions-inline {
  vertical-align: middle;
}
.w td.row-actions-inline .row-action-text,
.w td.row-actions-inline .row-actions,
.w td.row-actions-inline .row-actions-component {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.w .wcr-table td > .row-actions,
.w .wcr-table td > .row-actions-component {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.w .wcr-table td > .row-actions .dropdown,
.w .wcr-table td > .row-actions-component .dropdown {
  pointer-events: none;
}
.w .wcr-table td > .row-actions .dropdown .dropdown-menu,
.w .wcr-table td > .row-actions-component .dropdown .dropdown-menu {
  z-index: 50;
}
.w .wcr-table td > .row-actions:hover,
.w .wcr-table td > .row-actions:hover .dropdown-menu,
.w .wcr-table td > .row-actions-component:hover,
.w .wcr-table td > .row-actions-component:hover .dropdown-menu {
  opacity: 1;
}
.w .wcr-table tbody tr:hover > td > .row-actions,
.w .wcr-table td > .row-actions:hover,
.w .mobile .wcr-table td > .row-actions,
.w .wcr-table td > .row-actions.row-actions-always-visible,
.w .wcr-table tbody tr:hover > td > .row-actions-component,
.w .wcr-table td > .row-actions-component:hover,
.w .mobile .wcr-table td > .row-actions-component,
.w .wcr-table td > .row-actions-component.row-actions-always-visible {
  opacity: 1;
}
.w .wcr-table tbody tr:hover > td > .row-actions .dropdown,
.w .wcr-table td > .row-actions:hover .dropdown,
.w .mobile .wcr-table td > .row-actions .dropdown,
.w .wcr-table td > .row-actions.row-actions-always-visible .dropdown,
.w .wcr-table tbody tr:hover > td > .row-actions-component .dropdown,
.w .wcr-table td > .row-actions-component:hover .dropdown,
.w .mobile .wcr-table td > .row-actions-component .dropdown,
.w .wcr-table td > .row-actions-component.row-actions-always-visible .dropdown {
  pointer-events: all;
}
.w .mobile .wcr-table td .row-actions,
.w .mobile .wcr-table td .row-actions-component {
  opacity: 1;
}
.w .mobile .wcr-table td .row-actions .dropdown,
.w .mobile .wcr-table td .row-actions-component .dropdown {
  pointer-events: all;
}
.w .mobile .wcr-table .row-actions-absolute .td-with-row-actions .row-actions,
.w .mobile .wcr-table .row-actions-absolute .td-with-row-actions .row-actions-component {
  position: relative;
  float: right;
  margin: 5px;
  z-index: 2;
}
.w .mobile .wcr-table .row-actions-absolute .td-with-row-actions .row-actions .dropdown .morebutton,
.w .mobile .wcr-table .row-actions-absolute .td-with-row-actions .row-actions-component .dropdown .morebutton {
  margin: 0;
}
.w .mobile .wcr-table .row-actions-absolute.absolute-right .row-actions,
.w .mobile .wcr-table .row-actions-absolute.absolute-right .row-actions-component,
.w .mobile .wcr-table .row-actions-absolute.absolute-right .row-actions-component {
  right: auto;
  left: auto;
}
@media (max-width: 767px) {
  .w .wcr-table td .row-actions,
  .w .wcr-table td .row-actions-component {
    opacity: 1;
  }
  .w .wcr-table td .row-actions .dropdown,
  .w .wcr-table td .row-actions-component .dropdown {
    pointer-events: all;
  }
  .w .wcr-table .row-actions-absolute .td-with-row-actions .row-actions,
  .w .wcr-table .row-actions-absolute .td-with-row-actions .row-actions-component {
    position: relative;
    float: right;
    margin: 5px;
    z-index: 2;
  }
  .w .wcr-table .row-actions-absolute .td-with-row-actions .row-actions .dropdown .morebutton,
  .w .wcr-table .row-actions-absolute .td-with-row-actions .row-actions-component .dropdown .morebutton {
    margin: 0;
  }
  .w .wcr-table .row-actions-absolute.absolute-right .row-actions,
  .w .wcr-table .row-actions-absolute.absolute-right .row-actions-component,
  .w .wcr-table .row-actions-absolute.absolute-right .row-actions-component {
    right: auto;
    left: auto;
  }
}
.w .table-full-width {
  width: 100%;
}
.w td .row-actions .dropdown > .morebutton,
.w td .row-actions-component .dropdown > .morebutton {
  margin-bottom: -1px;
}
.w .filter-table {
  /* a row in the design panel */
}
.w .filter-table .filter-row {
  /* Styles for label cells only */
  /* Styles for input cells only */
}
.w .filter-table .filter-row .filtercell {
  text-align: right;
  /* the content of the label cell... */
}
.w .filter-table .filter-row .filtercell label {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  width: auto;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: normal;
  color: #334444;
  vertical-align: middle;
  text-align: center;
  background-color: #ecf0f0;
  border: 1px solid #ccc;
  border-radius: 0px;
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: right;
  padding-top: 3px;
  margin-bottom: 4px;
  /* Height = height of one "form-control input" (100% height does not work) */
  min-height: 26px;
}
.w .filter-table .filter-row .filtercell label:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.w .filter-table .filter-row .filtercell label.input-sm {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 0px;
}
.w .filter-table .filter-row .filtercell label.input-lg {
  padding: 8px 14px;
  font-size: 17px;
  border-radius: 0px;
}
.w .filter-table .filter-row .filtercell label input[type="radio"],
.w .filter-table .filter-row .filtercell label input[type="checkbox"] {
  margin-top: 0;
}
.w .filter-table .filter-row .filterinput {
  /* the content of the input cell... */
  margin-right: 30px;
  /* this class is added to make the input "attach itself" to the label */
  /* this class was added to make date input fields attach to the label */
}
.w .filter-table .filter-row .filterinput .attachleft {
  border-left: 0px;
}
.w .filter-table .filter-row .filterinput .hasDatepicker {
  border-left: 0px;
}
.w .filter-table .filter-row .filterinput.multifields {
  padding-left: 10px;
}
.w .filter-table .filter-row .inputwrapper {
  width: 100%;
  padding: 0px;
  padding-right: 30px;
}
.w .filter-table .blank-row {
  height: 20px;
}
.w .filtercell,
.w .filterinput {
  white-space: nowrap;
  vertical-align: top;
}
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .action-menu-component {
  left: auto !important;
  right: auto  !important;
  width: auto !important;
  float: none !important;
  -webkit-flex: 10 1 auto;
  -moz-flex: 10 1 auto;
  -ms-flex: 10 1 auto;
  flex: 10 1 auto;
}
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  float: none;
}
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  padding-left: 5px;
}
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .checkbox,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .checkbox {
  margin: 0;
}
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .checkbox label,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .checkbox label {
  min-height: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter .checkbox input,
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter .checkbox input {
  position: relative;
  margin: 0 4px 0 0;
}
.w .wcr-table .wcr-table-filter .wcr-actions-row-flex.is_stuck .quick-filter {
  display: none;
}
@media (max-width: 768px) {
  .w .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter {
    width: 100% !important;
  }
}
.w .dropdown.show-on-hover:hover .dropdown-menu {
  display: block;
}
.w .wcr-form.extra-spacing-top {
  margin-top: 13px;
}
.w .wcr-form .row {
  margin-bottom: 10px;
}
.w .wcr-form .row.no-margin-bottom {
  margin-bottom: 0;
}
.w .wcr-form .form-group > label,
.w .wcr-form .section-title > label {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .wcr-form .form-group > label,
  .w .wcr-form .section-title > label {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .w .wcr-form .form-group > label,
  .w .wcr-form .section-title > label {
    max-width: 250px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .w .wcr-form .form-group > label.offset-label,
  .w .wcr-form .section-title > label.offset-label {
    display: none !important;
  }
}
.w .wcr-form label {
  min-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 1.25;
  vertical-align: baseline;
  font-weight: 500;
}
.w .wcr-form label.form-required:after,
.w .wcr-form label.label-required:after {
  content: "*";
  color: #d9534f;
  margin-left: 2px;
}
.w .wcr-form .form-group > .form-entry {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .wcr-form .form-group > .form-entry {
    float: left;
    width: 83.33333333%;
  }
}
.w .wcr-form .form-entry {
  max-width: 800px;
}
.w .wcr-form .form-entry.full-width {
  max-width: none;
}
.w .wcr-form .form-entry div.checkbox,
.w .wcr-form .form-entry div.radio {
  margin: 0;
  width: 100%;
  padding: 0 ;
  height: 26px;
  clear: both;
}
.w .wcr-form .form-entry div.checkbox.sub-entry,
.w .wcr-form .form-entry div.radio.sub-entry {
  padding-left: 30px;
}
.w .wcr-form .form-entry div.checkbox input[type="checkbox"],
.w .wcr-form .form-entry div.radio input[type="checkbox"],
.w .wcr-form .form-entry div.checkbox input[type="radio"],
.w .wcr-form .form-entry div.radio input[type="radio"] {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: inherit;
  vertical-align: middle;
  margin-right: 10px;
}
.w .wcr-form .form-entry div.checkbox label,
.w .wcr-form .form-entry div.radio label {
  float: left;
  width: auto;
  max-width: 100%;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
}
.w .wcr-form .form-entry div.checkbox.with-form-control:before,
.w .wcr-form .form-entry div.radio.with-form-control:before,
.w .wcr-form .form-entry div.checkbox.with-form-control:after,
.w .wcr-form .form-entry div.radio.with-form-control:after {
  content: " ";
  display: table;
}
.w .wcr-form .form-entry div.checkbox.with-form-control:after,
.w .wcr-form .form-entry div.radio.with-form-control:after {
  clear: both;
}
.w .wcr-form .form-entry div.checkbox.with-form-control:before,
.w .wcr-form .form-entry div.radio.with-form-control:before,
.w .wcr-form .form-entry div.checkbox.with-form-control:after,
.w .wcr-form .form-entry div.radio.with-form-control:after {
  content: " ";
  display: table;
}
.w .wcr-form .form-entry div.checkbox.with-form-control:after,
.w .wcr-form .form-entry div.radio.with-form-control:after {
  clear: both;
}
.w .wcr-form .form-entry div.checkbox.with-form-control > label,
.w .wcr-form .form-entry div.radio.with-form-control > label {
  width: auto;
  float: left;
  margin-right: 10px;
}
.w .wcr-form .form-entry div.checkbox.with-form-control > .form-control,
.w .wcr-form .form-entry div.radio.with-form-control > .form-control,
.w .wcr-form .form-entry div.checkbox.with-form-control > .sdrop,
.w .wcr-form .form-entry div.radio.with-form-control > .sdrop,
.w .wcr-form .form-entry div.checkbox.with-form-control > .XDrop,
.w .wcr-form .form-entry div.radio.with-form-control > .XDrop {
  width: auto;
  float: left;
}
.w .wcr-form .form-entry div.form-datetime {
  margin-left: -10px;
  margin-right: -10px;
}
.w .wcr-form .form-entry div.form-datetime .form-date-only {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w .wcr-form .form-entry div.form-datetime .form-date {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 13em;
}
@media (min-width: 768px) {
  .w .wcr-form .form-entry div.form-datetime .form-date {
    float: left;
    width: 58.33333333%;
  }
}
.w .wcr-form .form-entry div.form-datetime .form-time {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 11em;
}
@media (min-width: 768px) {
  .w .wcr-form .form-entry div.form-datetime .form-time {
    float: left;
    width: 41.66666667%;
  }
}
.w .wcr-form .form-entry div.form-radio-checkbox-indent {
  margin-left: 23px;
}
.w .wcr-form .form-entry .btn,
.w .wcr-form .form-entry .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-form .form-entry .row-actions > .action,
.w .wcr-form .form-entry .row-actions > .dropdown > .morebutton,
.w .wcr-form .form-entry .buttonprimary,
.w .wcr-form .form-entry .buttonsecondary,
.w .wcr-form .form-entry .action-menu-component > a.action,
.w .wcr-form .form-entry .btn-no-border,
.w .wcr-form .form-entry .inline_help,
.w .wcr-form .form-entry .row-actions-component > .action,
.w .wcr-form .form-entry .row-actions-component > .dropdown > .morebutton,
.w .wcr-form .form-entry .inline_help-nopadding {
  margin-right: 10px;
}
.w .wcr-form .form-entry .btn.btn-no-margin,
.w .wcr-form .form-entry .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.btn-no-margin,
.w .wcr-form .form-entry .row-actions > .action.btn-no-margin,
.w .wcr-form .form-entry .row-actions > .dropdown > .morebutton.btn-no-margin,
.w .wcr-form .form-entry .buttonprimary.btn-no-margin,
.w .wcr-form .form-entry .buttonsecondary.btn-no-margin,
.w .wcr-form .form-entry .action-menu-component > a.action.btn-no-margin,
.w .wcr-form .form-entry .btn-no-border.btn-no-margin,
.w .wcr-form .form-entry .inline_help.btn-no-margin,
.w .wcr-form .form-entry .row-actions-component > .action.btn-no-margin,
.w .wcr-form .form-entry .row-actions-component > .dropdown > .morebutton.btn-no-margin,
.w .wcr-form .form-entry .inline_help-nopadding.btn-no-margin {
  margin: 0;
}
.w .wcr-form .form-entry .btn.btn-no-padding,
.w .wcr-form .form-entry .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.btn-no-padding,
.w .wcr-form .form-entry .row-actions > .action.btn-no-padding,
.w .wcr-form .form-entry .row-actions > .dropdown > .morebutton.btn-no-padding,
.w .wcr-form .form-entry .buttonprimary.btn-no-padding,
.w .wcr-form .form-entry .buttonsecondary.btn-no-padding,
.w .wcr-form .form-entry .action-menu-component > a.action.btn-no-padding,
.w .wcr-form .form-entry .btn-no-border.btn-no-padding,
.w .wcr-form .form-entry .inline_help.btn-no-padding,
.w .wcr-form .form-entry .row-actions-component > .action.btn-no-padding,
.w .wcr-form .form-entry .row-actions-component > .dropdown > .morebutton.btn-no-padding,
.w .wcr-form .form-entry .inline_help-nopadding.btn-no-padding {
  padding: 0;
}
.w .wcr-form .form-entry .btn-group > .btn,
.w .wcr-form .form-entry .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-form .form-entry .btn-group > .row-actions > .action,
.w .wcr-form .form-entry .btn-group > .row-actions > .dropdown > .morebutton,
.w .wcr-form .form-entry .btn-group > .buttonprimary,
.w .wcr-form .form-entry .btn-group > .buttonsecondary,
.w .wcr-form .form-entry .btn-group > .action-menu-component > a.action,
.w .wcr-form .form-entry .btn-group > .btn-no-border,
.w .wcr-form .form-entry .btn-group > .inline_help,
.w .wcr-form .form-entry .btn-group > .row-actions-component > .action,
.w .wcr-form .form-entry .btn-group > .row-actions-component > .dropdown > .morebutton,
.w .wcr-form .form-entry .btn-group > .inline_help-nopadding {
  margin-right: 0px;
}
.w .wcr-form .form-entry p {
  margin-top: 5px;
}
.w .wcr-form .form-entry select.form-control,
.w .wcr-form .form-entry select.sdrop,
.w .wcr-form .form-entry select.XDrop {
  padding: 3px 10px 4px 10px;
}
.w .wcr-form .form-entry div.date-time-compact .form-date {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .wcr-form .form-entry div.date-time-compact .form-date {
    float: left;
    width: 50%;
  }
}
.w .wcr-form .form-entry div.date-time-compact .form-time {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .wcr-form .form-entry div.date-time-compact .form-time {
    float: left;
    width: 50%;
  }
}
.w .wcr-form .form-entry .sublevel-option {
  padding-left: 23px;
}
.w .wcr-form .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.w .wcr-form .form-section {
  margin-bottom: 10px;
}
.w .wcr-form .form-section .section-title {
  margin-left: -10px;
  margin-right: -10px;
}
.w .wcr-form .form-section .section-title label {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .wcr-form .form-section .section-title label {
    float: left;
    width: 16.66666667%;
  }
}
.w .wcr-form .form-section .section-title h3,
.w .wcr-form .form-section .section-title h4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #5f7e7e;
}
@media (min-width: 768px) {
  .w .wcr-form .form-section .section-title h3,
  .w .wcr-form .form-section .section-title h4 {
    float: left;
    width: 83.33333333%;
  }
}
.w .wcr-form .form-section .section-title h3 .form-control,
.w .wcr-form .form-section .section-title h4 .form-control,
.w .wcr-form .form-section .section-title h3 .sdrop,
.w .wcr-form .form-section .section-title h4 .sdrop,
.w .wcr-form .form-section .section-title h3 .XDrop,
.w .wcr-form .form-section .section-title h4 .XDrop {
  width: auto;
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  margin: 0 10px;
}
.w .wcr-form .form-section.section-no-labels .form-group > label,
.w .wcr-form .form-section.section-no-labels .section-title > label {
  width: 20px;
}
.w .wcr-form.form-no-labels .form-group > label,
.w .wcr-form.form-no-labels .section-title > label {
  display: none;
}
.w .wcr-form.form-no-labels .form-group {
  padding-left: 20px;
}
.w .wcr-form.form-no-labels .form-group .form-entry.full-width {
  width: 100%;
}
.w .wcr-form.form-no-margins .form-group > label,
.w .wcr-form.form-no-margins .section-title > label {
  display: none;
}
.w .wcr-form.form-no-margins .form-group .form-entry.full-width {
  width: 100%;
}
.w .wcr-form.form-labels-on-top .form-group > label,
.w .wcr-form .form-group.label-on-top > label,
.w .wcr-form.form-labels-on-top .form-group > .form-entry,
.w .wcr-form .form-group.label-on-top > .form-entry {
  width: 100%;
  max-width: none;
}
.w .wcr-form.form-labels-on-top .form-group > label,
.w .wcr-form .form-group.label-on-top > label {
  text-align: left;
  margin-bottom: 0;
}
.w .wcr-form.form-labels-on-top .form-group .offset-label,
.w .wcr-form .form-group.label-on-top .offset-label {
  display: none;
}
@media print {
  .w .wcr-form .form-entry {
    max-width: none;
  }
  .w .wcr-form .offset-label {
    display: none;
  }
  .w .wcr-form .form-entry.full-width {
    width: 100%;
    float: none;
    clear: both;
  }
}
.w label.togl,
.w .acat label.togl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
}
.w label.togl input[type="checkbox"].togl,
.w .acat label.togl input[type="checkbox"].togl {
  display: none;
}
.w label.togl input[type="checkbox"].togl + .togl-btn,
.w .acat label.togl input[type="checkbox"].togl + .togl-btn {
  outline: 0;
  display: block;
  width: 30px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  user-select: none;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.w label.togl input[type="checkbox"].togl + .togl-btn:after,
.w .acat label.togl input[type="checkbox"].togl + .togl-btn:after,
.w label.togl input[type="checkbox"].togl + .togl-btn:before,
.w .acat label.togl input[type="checkbox"].togl + .togl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.w label.togl input[type="checkbox"].togl + .togl-btn:after,
.w .acat label.togl input[type="checkbox"].togl + .togl-btn:after {
  left: 0;
}
.w label.togl input[type="checkbox"].togl + .togl-btn:before,
.w .acat label.togl input[type="checkbox"].togl + .togl-btn:before {
  display: none;
}
.w label.togl input[type="checkbox"].togl + .togl-btn,
.w .acat label.togl input[type="checkbox"].togl + .togl-btn {
  padding: 1px;
  transition: all .2s ease;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 26px;
}
.w label.togl input[type="checkbox"].togl + .togl-btn:after,
.w .acat label.togl input[type="checkbox"].togl + .togl-btn:after {
  transition: all .2s ease;
  background: #ccc;
  content: "";
  border-radius: 8px;
}
.w label.togl input[type="checkbox"].togl:checked + .togl-btn,
.w .acat label.togl input[type="checkbox"].togl:checked + .togl-btn {
  border: 2px solid #5cb85c;
}
.w label.togl input[type="checkbox"].togl:checked + .togl-btn:after,
.w .acat label.togl input[type="checkbox"].togl:checked + .togl-btn:after {
  left: 50%;
  background: #5cb85c;
}
.w label.togl input[type="checkbox"].togl[disabled] + .togl-btn,
.w .acat label.togl input[type="checkbox"].togl[disabled] + .togl-btn {
  border: 2px solid #dedede;
}
.w label.togl input[type="checkbox"].togl[disabled] + .togl-btn:after,
.w .acat label.togl input[type="checkbox"].togl[disabled] + .togl-btn:after {
  background: #dedede;
}
.w label.togl.disabled,
.w .acat label.togl.disabled {
  color: #dedede;
  cursor: not-allowed;
}
.w .dropdown-menu > li > a label {
  padding: 0;
}
.w .feedback-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w .feedback-row label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .feedback-row label {
    float: left;
    width: 33.33333333%;
  }
}
.w .feedback-row .value {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .feedback-row .value {
    float: left;
    width: 66.66666667%;
  }
}
.w select.form-control,
.w .wcr-form .form-entry select.form-control,
.w select.sdrop,
.w .wcr-form .form-entry select.sdrop,
.w select.XDrop,
.w .wcr-form .form-entry select.XDrop {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='2 0 18 18'><path d='M5 8l4 4 4-4z'/></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 20px !important;
}
.w select.form-control.rtl,
.w .wcr-form .form-entry select.form-control.rtl,
.w select.sdrop.rtl,
.w .wcr-form .form-entry select.sdrop.rtl,
.w select.XDrop.rtl,
.w .wcr-form .form-entry select.XDrop.rtl {
  padding-right: 10px !important;
  padding-left: 20px !important;
  background-position: 0% 50%;
}
.w select.form-control[disabled],
.w .wcr-form .form-entry select.form-control[disabled],
.w select.form-control[readonly],
.w .wcr-form .form-entry select.form-control[readonly],
.w select.sdrop[disabled],
.w .wcr-form .form-entry select.sdrop[disabled],
.w select.sdrop[readonly],
.w .wcr-form .form-entry select.sdrop[readonly],
.w select.XDrop[disabled],
.w .wcr-form .form-entry select.XDrop[disabled],
.w select.XDrop[readonly],
.w .wcr-form .form-entry select.XDrop[readonly] {
  background: #ecf0f0 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='2 0 18 18'><path d='M5 8l4 4 4-4z'/></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.w select.form-control[disabled].rtl,
.w .wcr-form .form-entry select.form-control[disabled].rtl,
.w select.form-control[readonly].rtl,
.w .wcr-form .form-entry select.form-control[readonly].rtl,
.w select.sdrop[disabled].rtl,
.w .wcr-form .form-entry select.sdrop[disabled].rtl,
.w select.sdrop[readonly].rtl,
.w .wcr-form .form-entry select.sdrop[readonly].rtl,
.w select.XDrop[disabled].rtl,
.w .wcr-form .form-entry select.XDrop[disabled].rtl,
.w select.XDrop[readonly].rtl,
.w .wcr-form .form-entry select.XDrop[readonly].rtl {
  background-position: 0% 50%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .w {
    /* IE10+ CSS styles go here */
  }
  .w select.form-control,
  .w .wcr-form .form-entry select.form-control,
  .w select.sdrop,
  .w .wcr-form .form-entry select.sdrop,
  .w select.XDrop,
  .w .wcr-form .form-entry select.XDrop {
    padding-right: 0  !important;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 26px;
  }
  .w select.form-control.rtl,
  .w .wcr-form .form-entry select.form-control.rtl,
  .w select.sdrop.rtl,
  .w .wcr-form .form-entry select.sdrop.rtl,
  .w select.XDrop.rtl,
  .w .wcr-form .form-entry select.XDrop.rtl {
    padding-right: 10px !important;
    padding-left: 0 !important;
  }
}
.w select[multiple].form-control,
.w select[multiple].sdrop,
.w select[multiple].XDrop {
  height: auto;
}
.w .inline-form-control {
  width: auto;
  display: inline-block;
}
.w .text-italic {
  font-style: italic;
}
.w .form-control-resize-vertical {
  resize: vertical;
}
.w body.mobile .form-control,
.w body.mobile .sdrop,
.w body.mobile .XDrop {
  font-size: 16px;
}
.w .feedback-with-actions .feedback-actions > p {
  margin: 20px 10px 10px 10px;
}
.w .feedback-with-actions .feedback-actions ul {
  margin: 10px 10px;
  padding-left: 20px;
}
.w .feedback-with-actions .feedback-actions ul li {
  list-style-type: none;
  vertical-align: middle;
  margin-top: 5px;
  line-height: 26px;
}
.w .feedback-with-actions .feedback-actions ul li:before {
  font-family: 'wcricons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  line-height: 26px;
  margin-right: 5px;
}
.w .wcrLegacy {
  /* This stylesheet contains the CSS rules for SSO plugins. */
  /*                                                         */
  /* DESIGN: DEKE                                            */
  /* AUTHOR: KADA                                            */
  /*                                                         */
}
.w .wcrLegacy input[type="checkbox"],
.w .wcrLegacy input[type="radio"] {
  margin: 8px 10px;
}
.w .wcrLegacy select[multiple],
.w .wcrLegacy select[size] {
  height: auto;
}
.w .wcrLegacy select,
.w .wcrLegacy input[type="text"],
.w .wcrLegacy input[type="password"] {
  display: block;
  width: 100%;
  height: 26px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.25;
  color: #334444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: auto;
  display: inline-block;
  margin: 8px 10px;
}
.w .wcrLegacy select:focus,
.w .wcrLegacy input[type="text"]:focus,
.w .wcrLegacy input[type="password"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.w .wcrLegacy select::-moz-placeholder,
.w .wcrLegacy input[type="text"]::-moz-placeholder,
.w .wcrLegacy input[type="password"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w .wcrLegacy select:-ms-input-placeholder,
.w .wcrLegacy input[type="text"]:-ms-input-placeholder,
.w .wcrLegacy input[type="password"]:-ms-input-placeholder {
  color: #999;
}
.w .wcrLegacy select::-webkit-input-placeholder,
.w .wcrLegacy input[type="text"]::-webkit-input-placeholder,
.w .wcrLegacy input[type="password"]::-webkit-input-placeholder {
  color: #999;
}
.w .wcrLegacy select[disabled],
.w .wcrLegacy input[type="text"][disabled],
.w .wcrLegacy input[type="password"][disabled],
.w .wcrLegacy select[readonly],
.w .wcrLegacy input[type="text"][readonly],
.w .wcrLegacy input[type="password"][readonly],
.w fieldset[disabled] .wcrLegacy select,
.w fieldset[disabled] .wcrLegacy input[type="text"],
.w fieldset[disabled] .wcrLegacy input[type="password"] {
  background-color: #ecf0f0;
  opacity: 1;
}
.w .wcrLegacy select[disabled],
.w .wcrLegacy input[type="text"][disabled],
.w .wcrLegacy input[type="password"][disabled],
.w fieldset[disabled] .wcrLegacy select,
.w fieldset[disabled] .wcrLegacy input[type="text"],
.w fieldset[disabled] .wcrLegacy input[type="password"] {
  cursor: not-allowed;
}
.w textarea.wcrLegacy select,
.w textarea.wcrLegacy input[type="text"],
.w textarea.wcrLegacy input[type="password"] {
  height: auto;
}
.w .wcrLegacy .input-group select,
.w .wcrLegacy .wcr-form select,
.w .wcrLegacy .input-group input[type="text"],
.w .wcrLegacy .wcr-form input[type="text"],
.w .wcrLegacy .input-group input[type="password"],
.w .wcrLegacy .wcr-form input[type="password"],
.w .wcrLegacy .input-group input[type="checkbox"],
.w .wcrLegacy .wcr-form input[type="checkbox"],
.w .wcrLegacy .input-group input[type="radio"],
.w .wcrLegacy .wcr-form input[type="radio"] {
  margin: 0;
}
.w .wcrLegacy .input-group select,
.w .wcrLegacy .wcr-form select,
.w .wcrLegacy .input-group input[type="text"],
.w .wcrLegacy .wcr-form input[type="text"],
.w .wcrLegacy .input-group input[type="password"],
.w .wcrLegacy .wcr-form input[type="password"] {
  width: 100%;
}
.w .wcrLegacy .buttonsecondary,
.w .wcrLegacy .btn-secondary,
.w .wcrLegacy .button2,
.w .wcrLegacy .actionLink,
.w .wcrLegacy .ActionLink,
.w .wcrLegacy input[type="button"],
.w .wcrLegacy input[type="image"],
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11,
.w .wcrLegacy .buttonapproval {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}
.w .wcrLegacy .buttonsecondary:focus,
.w .wcrLegacy .btn-secondary:focus,
.w .wcrLegacy .button2:focus,
.w .wcrLegacy .actionLink:focus,
.w .wcrLegacy .ActionLink:focus,
.w .wcrLegacy input[type="button"]:focus,
.w .wcrLegacy input[type="image"]:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:focus,
.w .wcrLegacy .buttonapproval:focus,
.w .wcrLegacy .buttonsecondary:active:focus,
.w .wcrLegacy .btn-secondary:active:focus,
.w .wcrLegacy .button2:active:focus,
.w .wcrLegacy .actionLink:active:focus,
.w .wcrLegacy .ActionLink:active:focus,
.w .wcrLegacy input[type="button"]:active:focus,
.w .wcrLegacy input[type="image"]:active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:active:focus,
.w .wcrLegacy .buttonapproval:active:focus,
.w .wcrLegacy .buttonsecondary.active:focus,
.w .wcrLegacy .btn-secondary.active:focus,
.w .wcrLegacy .button2.active:focus,
.w .wcrLegacy .actionLink.active:focus,
.w .wcrLegacy .ActionLink.active:focus,
.w .wcrLegacy input[type="button"].active:focus,
.w .wcrLegacy input[type="image"].active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.active:focus,
.w .wcrLegacy .buttonapproval.active:focus,
.w .wcrLegacy .buttonsecondary.focus,
.w .wcrLegacy .btn-secondary.focus,
.w .wcrLegacy .button2.focus,
.w .wcrLegacy .actionLink.focus,
.w .wcrLegacy .ActionLink.focus,
.w .wcrLegacy input[type="button"].focus,
.w .wcrLegacy input[type="image"].focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.focus,
.w .wcrLegacy .buttonapproval.focus,
.w .wcrLegacy .buttonsecondary:active.focus,
.w .wcrLegacy .btn-secondary:active.focus,
.w .wcrLegacy .button2:active.focus,
.w .wcrLegacy .actionLink:active.focus,
.w .wcrLegacy .ActionLink:active.focus,
.w .wcrLegacy input[type="button"]:active.focus,
.w .wcrLegacy input[type="image"]:active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:active.focus,
.w .wcrLegacy .buttonapproval:active.focus,
.w .wcrLegacy .buttonsecondary.active.focus,
.w .wcrLegacy .btn-secondary.active.focus,
.w .wcrLegacy .button2.active.focus,
.w .wcrLegacy .actionLink.active.focus,
.w .wcrLegacy .ActionLink.active.focus,
.w .wcrLegacy input[type="button"].active.focus,
.w .wcrLegacy input[type="image"].active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.active.focus,
.w .wcrLegacy .buttonapproval.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.w .wcrLegacy .buttonsecondary:hover,
.w .wcrLegacy .btn-secondary:hover,
.w .wcrLegacy .button2:hover,
.w .wcrLegacy .actionLink:hover,
.w .wcrLegacy .ActionLink:hover,
.w .wcrLegacy input[type="button"]:hover,
.w .wcrLegacy input[type="image"]:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:hover,
.w .wcrLegacy .buttonapproval:hover,
.w .wcrLegacy .buttonsecondary:focus,
.w .wcrLegacy .btn-secondary:focus,
.w .wcrLegacy .button2:focus,
.w .wcrLegacy .actionLink:focus,
.w .wcrLegacy .ActionLink:focus,
.w .wcrLegacy input[type="button"]:focus,
.w .wcrLegacy input[type="image"]:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:focus,
.w .wcrLegacy .buttonapproval:focus,
.w .wcrLegacy .buttonsecondary.focus,
.w .wcrLegacy .btn-secondary.focus,
.w .wcrLegacy .button2.focus,
.w .wcrLegacy .actionLink.focus,
.w .wcrLegacy .ActionLink.focus,
.w .wcrLegacy input[type="button"].focus,
.w .wcrLegacy input[type="image"].focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.focus,
.w .wcrLegacy .buttonapproval.focus {
  color: #000000;
  text-decoration: none;
}
.w .wcrLegacy .buttonsecondary:active,
.w .wcrLegacy .btn-secondary:active,
.w .wcrLegacy .button2:active,
.w .wcrLegacy .actionLink:active,
.w .wcrLegacy .ActionLink:active,
.w .wcrLegacy input[type="button"]:active,
.w .wcrLegacy input[type="image"]:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:active,
.w .wcrLegacy .buttonapproval:active,
.w .wcrLegacy .buttonsecondary.active,
.w .wcrLegacy .btn-secondary.active,
.w .wcrLegacy .button2.active,
.w .wcrLegacy .actionLink.active,
.w .wcrLegacy .ActionLink.active,
.w .wcrLegacy input[type="button"].active,
.w .wcrLegacy input[type="image"].active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.active,
.w .wcrLegacy .buttonapproval.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.w .wcrLegacy .buttonsecondary.disabled,
.w .wcrLegacy .btn-secondary.disabled,
.w .wcrLegacy .button2.disabled,
.w .wcrLegacy .actionLink.disabled,
.w .wcrLegacy .ActionLink.disabled,
.w .wcrLegacy input[type="button"].disabled,
.w .wcrLegacy input[type="image"].disabled,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.disabled,
.w .wcrLegacy .buttonapproval.disabled,
.w .wcrLegacy .buttonsecondary[disabled],
.w .wcrLegacy .btn-secondary[disabled],
.w .wcrLegacy .button2[disabled],
.w .wcrLegacy .actionLink[disabled],
.w .wcrLegacy .ActionLink[disabled],
.w .wcrLegacy input[type="button"][disabled],
.w .wcrLegacy input[type="image"][disabled],
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled],
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11[disabled],
.w .wcrLegacy .buttonapproval[disabled],
.w fieldset[disabled] .wcrLegacy .buttonsecondary,
.w fieldset[disabled] .wcrLegacy .btn-secondary,
.w fieldset[disabled] .wcrLegacy .button2,
.w fieldset[disabled] .wcrLegacy .actionLink,
.w fieldset[disabled] .wcrLegacy .ActionLink,
.w fieldset[disabled] .wcrLegacy input[type="button"],
.w fieldset[disabled] .wcrLegacy input[type="image"],
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_11,
.w fieldset[disabled] .wcrLegacy .buttonapproval {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w a.wcrLegacy .buttonsecondary.disabled,
.w a.wcrLegacy .btn-secondary.disabled,
.w a.wcrLegacy .button2.disabled,
.w a.wcrLegacy .actionLink.disabled,
.w a.wcrLegacy .ActionLink.disabled,
.w a.wcrLegacy input[type="button"].disabled,
.w a.wcrLegacy input[type="image"].disabled,
.w a.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled,
.w a.wcrLegacy tbody.addDocs .darktext_greenlink_11.disabled,
.w a.wcrLegacy .buttonapproval.disabled,
.w fieldset[disabled] a.wcrLegacy .buttonsecondary,
.w fieldset[disabled] a.wcrLegacy .btn-secondary,
.w fieldset[disabled] a.wcrLegacy .button2,
.w fieldset[disabled] a.wcrLegacy .actionLink,
.w fieldset[disabled] a.wcrLegacy .ActionLink,
.w fieldset[disabled] a.wcrLegacy input[type="button"],
.w fieldset[disabled] a.wcrLegacy input[type="image"],
.w fieldset[disabled] a.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold,
.w fieldset[disabled] a.wcrLegacy tbody.addDocs .darktext_greenlink_11,
.w fieldset[disabled] a.wcrLegacy .buttonapproval {
  pointer-events: none;
}
.w .wcrLegacy .buttonsecondary.disabled,
.w .wcrLegacy .btn-secondary.disabled,
.w .wcrLegacy .button2.disabled,
.w .wcrLegacy .actionLink.disabled,
.w .wcrLegacy .ActionLink.disabled,
.w .wcrLegacy input[type="button"].disabled,
.w .wcrLegacy input[type="image"].disabled,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.disabled,
.w .wcrLegacy .buttonapproval.disabled,
.w .wcrLegacy .buttonsecondary[disabled],
.w .wcrLegacy .btn-secondary[disabled],
.w .wcrLegacy .button2[disabled],
.w .wcrLegacy .actionLink[disabled],
.w .wcrLegacy .ActionLink[disabled],
.w .wcrLegacy input[type="button"][disabled],
.w .wcrLegacy input[type="image"][disabled],
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled],
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11[disabled],
.w .wcrLegacy .buttonapproval[disabled],
.w fieldset[disabled] .wcrLegacy .buttonsecondary,
.w fieldset[disabled] .wcrLegacy .btn-secondary,
.w fieldset[disabled] .wcrLegacy .button2,
.w fieldset[disabled] .wcrLegacy .actionLink,
.w fieldset[disabled] .wcrLegacy .ActionLink,
.w fieldset[disabled] .wcrLegacy input[type="button"],
.w fieldset[disabled] .wcrLegacy input[type="image"],
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_11,
.w fieldset[disabled] .wcrLegacy .buttonapproval {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.w .wcrLegacy .buttonsecondary:focus,
.w .wcrLegacy .btn-secondary:focus,
.w .wcrLegacy .button2:focus,
.w .wcrLegacy .actionLink:focus,
.w .wcrLegacy .ActionLink:focus,
.w .wcrLegacy input[type="button"]:focus,
.w .wcrLegacy input[type="image"]:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:focus,
.w .wcrLegacy .buttonapproval:focus,
.w .wcrLegacy .buttonsecondary.focus,
.w .wcrLegacy .btn-secondary.focus,
.w .wcrLegacy .button2.focus,
.w .wcrLegacy .actionLink.focus,
.w .wcrLegacy .ActionLink.focus,
.w .wcrLegacy input[type="button"].focus,
.w .wcrLegacy input[type="image"].focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.focus,
.w .wcrLegacy .buttonapproval.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #a6a6a6;
}
.w .wcrLegacy .buttonsecondary:hover,
.w .wcrLegacy .btn-secondary:hover,
.w .wcrLegacy .button2:hover,
.w .wcrLegacy .actionLink:hover,
.w .wcrLegacy .ActionLink:hover,
.w .wcrLegacy input[type="button"]:hover,
.w .wcrLegacy input[type="image"]:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:hover,
.w .wcrLegacy .buttonapproval:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .wcrLegacy .buttonsecondary:active,
.w .wcrLegacy .btn-secondary:active,
.w .wcrLegacy .button2:active,
.w .wcrLegacy .actionLink:active,
.w .wcrLegacy .ActionLink:active,
.w .wcrLegacy input[type="button"]:active,
.w .wcrLegacy input[type="image"]:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:active,
.w .wcrLegacy .buttonapproval:active,
.w .wcrLegacy .buttonsecondary.active,
.w .wcrLegacy .btn-secondary.active,
.w .wcrLegacy .button2.active,
.w .wcrLegacy .actionLink.active,
.w .wcrLegacy .ActionLink.active,
.w .wcrLegacy input[type="button"].active,
.w .wcrLegacy input[type="image"].active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.active,
.w .wcrLegacy .buttonapproval.active,
.w .open > .dropdown-toggle.wcrLegacy .buttonsecondary,
.w .open > .dropdown-toggle.wcrLegacy .btn-secondary,
.w .open > .dropdown-toggle.wcrLegacy .button2,
.w .open > .dropdown-toggle.wcrLegacy .actionLink,
.w .open > .dropdown-toggle.wcrLegacy .ActionLink,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"],
.w .open > .dropdown-toggle.wcrLegacy input[type="image"],
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_11,
.w .open > .dropdown-toggle.wcrLegacy .buttonapproval {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #c7c7c7;
}
.w .wcrLegacy .buttonsecondary:active:hover,
.w .wcrLegacy .btn-secondary:active:hover,
.w .wcrLegacy .button2:active:hover,
.w .wcrLegacy .actionLink:active:hover,
.w .wcrLegacy .ActionLink:active:hover,
.w .wcrLegacy input[type="button"]:active:hover,
.w .wcrLegacy input[type="image"]:active:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:active:hover,
.w .wcrLegacy .buttonapproval:active:hover,
.w .wcrLegacy .buttonsecondary.active:hover,
.w .wcrLegacy .btn-secondary.active:hover,
.w .wcrLegacy .button2.active:hover,
.w .wcrLegacy .actionLink.active:hover,
.w .wcrLegacy .ActionLink.active:hover,
.w .wcrLegacy input[type="button"].active:hover,
.w .wcrLegacy input[type="image"].active:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.active:hover,
.w .wcrLegacy .buttonapproval.active:hover,
.w .open > .dropdown-toggle.wcrLegacy .buttonsecondary:hover,
.w .open > .dropdown-toggle.wcrLegacy .btn-secondary:hover,
.w .open > .dropdown-toggle.wcrLegacy .button2:hover,
.w .open > .dropdown-toggle.wcrLegacy .actionLink:hover,
.w .open > .dropdown-toggle.wcrLegacy .ActionLink:hover,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"]:hover,
.w .open > .dropdown-toggle.wcrLegacy input[type="image"]:hover,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:hover,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_11:hover,
.w .open > .dropdown-toggle.wcrLegacy .buttonapproval:hover,
.w .wcrLegacy .buttonsecondary:active:focus,
.w .wcrLegacy .btn-secondary:active:focus,
.w .wcrLegacy .button2:active:focus,
.w .wcrLegacy .actionLink:active:focus,
.w .wcrLegacy .ActionLink:active:focus,
.w .wcrLegacy input[type="button"]:active:focus,
.w .wcrLegacy input[type="image"]:active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:active:focus,
.w .wcrLegacy .buttonapproval:active:focus,
.w .wcrLegacy .buttonsecondary.active:focus,
.w .wcrLegacy .btn-secondary.active:focus,
.w .wcrLegacy .button2.active:focus,
.w .wcrLegacy .actionLink.active:focus,
.w .wcrLegacy .ActionLink.active:focus,
.w .wcrLegacy input[type="button"].active:focus,
.w .wcrLegacy input[type="image"].active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.active:focus,
.w .wcrLegacy .buttonapproval.active:focus,
.w .open > .dropdown-toggle.wcrLegacy .buttonsecondary:focus,
.w .open > .dropdown-toggle.wcrLegacy .btn-secondary:focus,
.w .open > .dropdown-toggle.wcrLegacy .button2:focus,
.w .open > .dropdown-toggle.wcrLegacy .actionLink:focus,
.w .open > .dropdown-toggle.wcrLegacy .ActionLink:focus,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"]:focus,
.w .open > .dropdown-toggle.wcrLegacy input[type="image"]:focus,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:focus,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_11:focus,
.w .open > .dropdown-toggle.wcrLegacy .buttonapproval:focus,
.w .wcrLegacy .buttonsecondary:active.focus,
.w .wcrLegacy .btn-secondary:active.focus,
.w .wcrLegacy .button2:active.focus,
.w .wcrLegacy .actionLink:active.focus,
.w .wcrLegacy .ActionLink:active.focus,
.w .wcrLegacy input[type="button"]:active.focus,
.w .wcrLegacy input[type="image"]:active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:active.focus,
.w .wcrLegacy .buttonapproval:active.focus,
.w .wcrLegacy .buttonsecondary.active.focus,
.w .wcrLegacy .btn-secondary.active.focus,
.w .wcrLegacy .button2.active.focus,
.w .wcrLegacy .actionLink.active.focus,
.w .wcrLegacy .ActionLink.active.focus,
.w .wcrLegacy input[type="button"].active.focus,
.w .wcrLegacy input[type="image"].active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.active.focus,
.w .wcrLegacy .buttonapproval.active.focus,
.w .open > .dropdown-toggle.wcrLegacy .buttonsecondary.focus,
.w .open > .dropdown-toggle.wcrLegacy .btn-secondary.focus,
.w .open > .dropdown-toggle.wcrLegacy .button2.focus,
.w .open > .dropdown-toggle.wcrLegacy .actionLink.focus,
.w .open > .dropdown-toggle.wcrLegacy .ActionLink.focus,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"].focus,
.w .open > .dropdown-toggle.wcrLegacy input[type="image"].focus,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.focus,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_11.focus,
.w .open > .dropdown-toggle.wcrLegacy .buttonapproval.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: #a6a6a6;
}
.w .wcrLegacy .buttonsecondary:active,
.w .wcrLegacy .btn-secondary:active,
.w .wcrLegacy .button2:active,
.w .wcrLegacy .actionLink:active,
.w .wcrLegacy .ActionLink:active,
.w .wcrLegacy input[type="button"]:active,
.w .wcrLegacy input[type="image"]:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11:active,
.w .wcrLegacy .buttonapproval:active,
.w .wcrLegacy .buttonsecondary.active,
.w .wcrLegacy .btn-secondary.active,
.w .wcrLegacy .button2.active,
.w .wcrLegacy .actionLink.active,
.w .wcrLegacy .ActionLink.active,
.w .wcrLegacy input[type="button"].active,
.w .wcrLegacy input[type="image"].active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.active,
.w .wcrLegacy .buttonapproval.active,
.w .open > .dropdown-toggle.wcrLegacy .buttonsecondary,
.w .open > .dropdown-toggle.wcrLegacy .btn-secondary,
.w .open > .dropdown-toggle.wcrLegacy .button2,
.w .open > .dropdown-toggle.wcrLegacy .actionLink,
.w .open > .dropdown-toggle.wcrLegacy .ActionLink,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"],
.w .open > .dropdown-toggle.wcrLegacy input[type="image"],
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_11,
.w .open > .dropdown-toggle.wcrLegacy .buttonapproval {
  background-image: none;
}
.w .wcrLegacy .buttonsecondary.disabled,
.w .wcrLegacy .btn-secondary.disabled,
.w .wcrLegacy .button2.disabled,
.w .wcrLegacy .actionLink.disabled,
.w .wcrLegacy .ActionLink.disabled,
.w .wcrLegacy input[type="button"].disabled,
.w .wcrLegacy input[type="image"].disabled,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.disabled,
.w .wcrLegacy .buttonapproval.disabled,
.w .wcrLegacy .buttonsecondary[disabled],
.w .wcrLegacy .btn-secondary[disabled],
.w .wcrLegacy .button2[disabled],
.w .wcrLegacy .actionLink[disabled],
.w .wcrLegacy .ActionLink[disabled],
.w .wcrLegacy input[type="button"][disabled],
.w .wcrLegacy input[type="image"][disabled],
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled],
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11[disabled],
.w .wcrLegacy .buttonapproval[disabled],
.w fieldset[disabled] .wcrLegacy .buttonsecondary,
.w fieldset[disabled] .wcrLegacy .btn-secondary,
.w fieldset[disabled] .wcrLegacy .button2,
.w fieldset[disabled] .wcrLegacy .actionLink,
.w fieldset[disabled] .wcrLegacy .ActionLink,
.w fieldset[disabled] .wcrLegacy input[type="button"],
.w fieldset[disabled] .wcrLegacy input[type="image"],
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_11,
.w fieldset[disabled] .wcrLegacy .buttonapproval,
.w .wcrLegacy .buttonsecondary.disabled:hover,
.w .wcrLegacy .btn-secondary.disabled:hover,
.w .wcrLegacy .button2.disabled:hover,
.w .wcrLegacy .actionLink.disabled:hover,
.w .wcrLegacy .ActionLink.disabled:hover,
.w .wcrLegacy input[type="button"].disabled:hover,
.w .wcrLegacy input[type="image"].disabled:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.disabled:hover,
.w .wcrLegacy .buttonapproval.disabled:hover,
.w .wcrLegacy .buttonsecondary[disabled]:hover,
.w .wcrLegacy .btn-secondary[disabled]:hover,
.w .wcrLegacy .button2[disabled]:hover,
.w .wcrLegacy .actionLink[disabled]:hover,
.w .wcrLegacy .ActionLink[disabled]:hover,
.w .wcrLegacy input[type="button"][disabled]:hover,
.w .wcrLegacy input[type="image"][disabled]:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled]:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11[disabled]:hover,
.w .wcrLegacy .buttonapproval[disabled]:hover,
.w fieldset[disabled] .wcrLegacy .buttonsecondary:hover,
.w fieldset[disabled] .wcrLegacy .btn-secondary:hover,
.w fieldset[disabled] .wcrLegacy .button2:hover,
.w fieldset[disabled] .wcrLegacy .actionLink:hover,
.w fieldset[disabled] .wcrLegacy .ActionLink:hover,
.w fieldset[disabled] .wcrLegacy input[type="button"]:hover,
.w fieldset[disabled] .wcrLegacy input[type="image"]:hover,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:hover,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_11:hover,
.w fieldset[disabled] .wcrLegacy .buttonapproval:hover,
.w .wcrLegacy .buttonsecondary.disabled:focus,
.w .wcrLegacy .btn-secondary.disabled:focus,
.w .wcrLegacy .button2.disabled:focus,
.w .wcrLegacy .actionLink.disabled:focus,
.w .wcrLegacy .ActionLink.disabled:focus,
.w .wcrLegacy input[type="button"].disabled:focus,
.w .wcrLegacy input[type="image"].disabled:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.disabled:focus,
.w .wcrLegacy .buttonapproval.disabled:focus,
.w .wcrLegacy .buttonsecondary[disabled]:focus,
.w .wcrLegacy .btn-secondary[disabled]:focus,
.w .wcrLegacy .button2[disabled]:focus,
.w .wcrLegacy .actionLink[disabled]:focus,
.w .wcrLegacy .ActionLink[disabled]:focus,
.w .wcrLegacy input[type="button"][disabled]:focus,
.w .wcrLegacy input[type="image"][disabled]:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled]:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11[disabled]:focus,
.w .wcrLegacy .buttonapproval[disabled]:focus,
.w fieldset[disabled] .wcrLegacy .buttonsecondary:focus,
.w fieldset[disabled] .wcrLegacy .btn-secondary:focus,
.w fieldset[disabled] .wcrLegacy .button2:focus,
.w fieldset[disabled] .wcrLegacy .actionLink:focus,
.w fieldset[disabled] .wcrLegacy .ActionLink:focus,
.w fieldset[disabled] .wcrLegacy input[type="button"]:focus,
.w fieldset[disabled] .wcrLegacy input[type="image"]:focus,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:focus,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_11:focus,
.w fieldset[disabled] .wcrLegacy .buttonapproval:focus,
.w .wcrLegacy .buttonsecondary.disabled.focus,
.w .wcrLegacy .btn-secondary.disabled.focus,
.w .wcrLegacy .button2.disabled.focus,
.w .wcrLegacy .actionLink.disabled.focus,
.w .wcrLegacy .ActionLink.disabled.focus,
.w .wcrLegacy input[type="button"].disabled.focus,
.w .wcrLegacy input[type="image"].disabled.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.disabled.focus,
.w .wcrLegacy .buttonapproval.disabled.focus,
.w .wcrLegacy .buttonsecondary[disabled].focus,
.w .wcrLegacy .btn-secondary[disabled].focus,
.w .wcrLegacy .button2[disabled].focus,
.w .wcrLegacy .actionLink[disabled].focus,
.w .wcrLegacy .ActionLink[disabled].focus,
.w .wcrLegacy input[type="button"][disabled].focus,
.w .wcrLegacy input[type="image"][disabled].focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled].focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11[disabled].focus,
.w .wcrLegacy .buttonapproval[disabled].focus,
.w fieldset[disabled] .wcrLegacy .buttonsecondary.focus,
.w fieldset[disabled] .wcrLegacy .btn-secondary.focus,
.w fieldset[disabled] .wcrLegacy .button2.focus,
.w fieldset[disabled] .wcrLegacy .actionLink.focus,
.w fieldset[disabled] .wcrLegacy .ActionLink.focus,
.w fieldset[disabled] .wcrLegacy input[type="button"].focus,
.w fieldset[disabled] .wcrLegacy input[type="image"].focus,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.focus,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_11.focus,
.w fieldset[disabled] .wcrLegacy .buttonapproval.focus,
.w .wcrLegacy .buttonsecondary.disabled:active,
.w .wcrLegacy .btn-secondary.disabled:active,
.w .wcrLegacy .button2.disabled:active,
.w .wcrLegacy .actionLink.disabled:active,
.w .wcrLegacy .ActionLink.disabled:active,
.w .wcrLegacy input[type="button"].disabled:active,
.w .wcrLegacy input[type="image"].disabled:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.disabled:active,
.w .wcrLegacy .buttonapproval.disabled:active,
.w .wcrLegacy .buttonsecondary[disabled]:active,
.w .wcrLegacy .btn-secondary[disabled]:active,
.w .wcrLegacy .button2[disabled]:active,
.w .wcrLegacy .actionLink[disabled]:active,
.w .wcrLegacy .ActionLink[disabled]:active,
.w .wcrLegacy input[type="button"][disabled]:active,
.w .wcrLegacy input[type="image"][disabled]:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled]:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11[disabled]:active,
.w .wcrLegacy .buttonapproval[disabled]:active,
.w fieldset[disabled] .wcrLegacy .buttonsecondary:active,
.w fieldset[disabled] .wcrLegacy .btn-secondary:active,
.w fieldset[disabled] .wcrLegacy .button2:active,
.w fieldset[disabled] .wcrLegacy .actionLink:active,
.w fieldset[disabled] .wcrLegacy .ActionLink:active,
.w fieldset[disabled] .wcrLegacy input[type="button"]:active,
.w fieldset[disabled] .wcrLegacy input[type="image"]:active,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_11:active,
.w fieldset[disabled] .wcrLegacy .buttonapproval:active,
.w .wcrLegacy .buttonsecondary.disabled.active,
.w .wcrLegacy .btn-secondary.disabled.active,
.w .wcrLegacy .button2.disabled.active,
.w .wcrLegacy .actionLink.disabled.active,
.w .wcrLegacy .ActionLink.disabled.active,
.w .wcrLegacy input[type="button"].disabled.active,
.w .wcrLegacy input[type="image"].disabled.active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled.active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11.disabled.active,
.w .wcrLegacy .buttonapproval.disabled.active,
.w .wcrLegacy .buttonsecondary[disabled].active,
.w .wcrLegacy .btn-secondary[disabled].active,
.w .wcrLegacy .button2[disabled].active,
.w .wcrLegacy .actionLink[disabled].active,
.w .wcrLegacy .ActionLink[disabled].active,
.w .wcrLegacy input[type="button"][disabled].active,
.w .wcrLegacy input[type="image"][disabled].active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled].active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11[disabled].active,
.w .wcrLegacy .buttonapproval[disabled].active,
.w fieldset[disabled] .wcrLegacy .buttonsecondary.active,
.w fieldset[disabled] .wcrLegacy .btn-secondary.active,
.w fieldset[disabled] .wcrLegacy .button2.active,
.w fieldset[disabled] .wcrLegacy .actionLink.active,
.w fieldset[disabled] .wcrLegacy .ActionLink.active,
.w fieldset[disabled] .wcrLegacy input[type="button"].active,
.w fieldset[disabled] .wcrLegacy input[type="image"].active,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_11.active,
.w fieldset[disabled] .wcrLegacy .buttonapproval.active {
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}
.w .wcrLegacy .buttonsecondary .badge,
.w .wcrLegacy .btn-secondary .badge,
.w .wcrLegacy .button2 .badge,
.w .wcrLegacy .actionLink .badge,
.w .wcrLegacy .ActionLink .badge,
.w .wcrLegacy input[type="button"] .badge,
.w .wcrLegacy input[type="image"] .badge,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold .badge,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_11 .badge,
.w .wcrLegacy .buttonapproval .badge {
  color: #FFFFFF;
  background-color: #000000;
}
.w .wcrLegacy .Black_11 a,
.w .wcrLegacy .Black_11_Action a {
  color: #5F7E7E;
  font-weight: normal;
  border-radius: 0;
}
.w .wcrLegacy .Black_11 a,
.w .wcrLegacy .Black_11_Action a,
.w .wcrLegacy .Black_11 a:active,
.w .wcrLegacy .Black_11_Action a:active,
.w .wcrLegacy .Black_11 a.active,
.w .wcrLegacy .Black_11_Action a.active,
.w .wcrLegacy .Black_11 a[disabled],
.w .wcrLegacy .Black_11_Action a[disabled],
.w fieldset[disabled] .wcrLegacy .Black_11 a,
.w fieldset[disabled] .wcrLegacy .Black_11_Action a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w .wcrLegacy .Black_11 a,
.w .wcrLegacy .Black_11_Action a,
.w .wcrLegacy .Black_11 a:hover,
.w .wcrLegacy .Black_11_Action a:hover,
.w .wcrLegacy .Black_11 a:focus,
.w .wcrLegacy .Black_11_Action a:focus,
.w .wcrLegacy .Black_11 a:active,
.w .wcrLegacy .Black_11_Action a:active {
  border-color: transparent;
}
.w .wcrLegacy .Black_11 a:hover,
.w .wcrLegacy .Black_11_Action a:hover,
.w .wcrLegacy .Black_11 a:focus,
.w .wcrLegacy .Black_11_Action a:focus {
  color: #3E5353;
  text-decoration: underline;
  background-color: transparent;
}
.w .wcrLegacy .Black_11 a[disabled]:hover,
.w .wcrLegacy .Black_11_Action a[disabled]:hover,
.w fieldset[disabled] .wcrLegacy .Black_11 a:hover,
.w fieldset[disabled] .wcrLegacy .Black_11_Action a:hover,
.w .wcrLegacy .Black_11 a[disabled]:focus,
.w .wcrLegacy .Black_11_Action a[disabled]:focus,
.w fieldset[disabled] .wcrLegacy .Black_11 a:focus,
.w fieldset[disabled] .wcrLegacy .Black_11_Action a:focus {
  color: #a3baba;
  text-decoration: none;
}
.w .wcrLegacy .buttonprimary,
.w .wcrLegacy .upload,
.w .wcrLegacy input[type="button"].buttonprimary,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold {
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcrLegacy .buttonprimary:focus,
.w .wcrLegacy .upload:focus,
.w .wcrLegacy input[type="button"].buttonprimary:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:focus,
.w .wcrLegacy .buttonprimary.focus,
.w .wcrLegacy .upload.focus,
.w .wcrLegacy input[type="button"].buttonprimary.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .wcrLegacy .buttonprimary:hover,
.w .wcrLegacy .upload:hover,
.w .wcrLegacy input[type="button"].buttonprimary:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcrLegacy .buttonprimary:active,
.w .wcrLegacy .upload:active,
.w .wcrLegacy input[type="button"].buttonprimary:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active,
.w .wcrLegacy .buttonprimary.active,
.w .wcrLegacy .upload.active,
.w .wcrLegacy input[type="button"].buttonprimary.active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active,
.w .open > .dropdown-toggle.wcrLegacy .buttonprimary,
.w .open > .dropdown-toggle.wcrLegacy .upload,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"].buttonprimary,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcrLegacy .buttonprimary:active:hover,
.w .wcrLegacy .upload:active:hover,
.w .wcrLegacy input[type="button"].buttonprimary:active:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active:hover,
.w .wcrLegacy .buttonprimary.active:hover,
.w .wcrLegacy .upload.active:hover,
.w .wcrLegacy input[type="button"].buttonprimary.active:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active:hover,
.w .open > .dropdown-toggle.wcrLegacy .buttonprimary:hover,
.w .open > .dropdown-toggle.wcrLegacy .upload:hover,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"].buttonprimary:hover,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:hover,
.w .wcrLegacy .buttonprimary:active:focus,
.w .wcrLegacy .upload:active:focus,
.w .wcrLegacy input[type="button"].buttonprimary:active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active:focus,
.w .wcrLegacy .buttonprimary.active:focus,
.w .wcrLegacy .upload.active:focus,
.w .wcrLegacy input[type="button"].buttonprimary.active:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active:focus,
.w .open > .dropdown-toggle.wcrLegacy .buttonprimary:focus,
.w .open > .dropdown-toggle.wcrLegacy .upload:focus,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"].buttonprimary:focus,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:focus,
.w .wcrLegacy .buttonprimary:active.focus,
.w .wcrLegacy .upload:active.focus,
.w .wcrLegacy input[type="button"].buttonprimary:active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active.focus,
.w .wcrLegacy .buttonprimary.active.focus,
.w .wcrLegacy .upload.active.focus,
.w .wcrLegacy input[type="button"].buttonprimary.active.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active.focus,
.w .open > .dropdown-toggle.wcrLegacy .buttonprimary.focus,
.w .open > .dropdown-toggle.wcrLegacy .upload.focus,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"].buttonprimary.focus,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .wcrLegacy .buttonprimary:active,
.w .wcrLegacy .upload:active,
.w .wcrLegacy input[type="button"].buttonprimary:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active,
.w .wcrLegacy .buttonprimary.active,
.w .wcrLegacy .upload.active,
.w .wcrLegacy input[type="button"].buttonprimary.active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active,
.w .open > .dropdown-toggle.wcrLegacy .buttonprimary,
.w .open > .dropdown-toggle.wcrLegacy .upload,
.w .open > .dropdown-toggle.wcrLegacy input[type="button"].buttonprimary,
.w .open > .dropdown-toggle.wcrLegacy tbody.addDocs .darktext_greenlink_12_bold {
  background-image: none;
}
.w .wcrLegacy .buttonprimary.disabled,
.w .wcrLegacy .upload.disabled,
.w .wcrLegacy input[type="button"].buttonprimary.disabled,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled,
.w .wcrLegacy .buttonprimary[disabled],
.w .wcrLegacy .upload[disabled],
.w .wcrLegacy input[type="button"].buttonprimary[disabled],
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled],
.w fieldset[disabled] .wcrLegacy .buttonprimary,
.w fieldset[disabled] .wcrLegacy .upload,
.w fieldset[disabled] .wcrLegacy input[type="button"].buttonprimary,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold,
.w .wcrLegacy .buttonprimary.disabled:hover,
.w .wcrLegacy .upload.disabled:hover,
.w .wcrLegacy input[type="button"].buttonprimary.disabled:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled:hover,
.w .wcrLegacy .buttonprimary[disabled]:hover,
.w .wcrLegacy .upload[disabled]:hover,
.w .wcrLegacy input[type="button"].buttonprimary[disabled]:hover,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled]:hover,
.w fieldset[disabled] .wcrLegacy .buttonprimary:hover,
.w fieldset[disabled] .wcrLegacy .upload:hover,
.w fieldset[disabled] .wcrLegacy input[type="button"].buttonprimary:hover,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:hover,
.w .wcrLegacy .buttonprimary.disabled:focus,
.w .wcrLegacy .upload.disabled:focus,
.w .wcrLegacy input[type="button"].buttonprimary.disabled:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled:focus,
.w .wcrLegacy .buttonprimary[disabled]:focus,
.w .wcrLegacy .upload[disabled]:focus,
.w .wcrLegacy input[type="button"].buttonprimary[disabled]:focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled]:focus,
.w fieldset[disabled] .wcrLegacy .buttonprimary:focus,
.w fieldset[disabled] .wcrLegacy .upload:focus,
.w fieldset[disabled] .wcrLegacy input[type="button"].buttonprimary:focus,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:focus,
.w .wcrLegacy .buttonprimary.disabled.focus,
.w .wcrLegacy .upload.disabled.focus,
.w .wcrLegacy input[type="button"].buttonprimary.disabled.focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled.focus,
.w .wcrLegacy .buttonprimary[disabled].focus,
.w .wcrLegacy .upload[disabled].focus,
.w .wcrLegacy input[type="button"].buttonprimary[disabled].focus,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled].focus,
.w fieldset[disabled] .wcrLegacy .buttonprimary.focus,
.w fieldset[disabled] .wcrLegacy .upload.focus,
.w fieldset[disabled] .wcrLegacy input[type="button"].buttonprimary.focus,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.focus,
.w .wcrLegacy .buttonprimary.disabled:active,
.w .wcrLegacy .upload.disabled:active,
.w .wcrLegacy input[type="button"].buttonprimary.disabled:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled:active,
.w .wcrLegacy .buttonprimary[disabled]:active,
.w .wcrLegacy .upload[disabled]:active,
.w .wcrLegacy input[type="button"].buttonprimary[disabled]:active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled]:active,
.w fieldset[disabled] .wcrLegacy .buttonprimary:active,
.w fieldset[disabled] .wcrLegacy .upload:active,
.w fieldset[disabled] .wcrLegacy input[type="button"].buttonprimary:active,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold:active,
.w .wcrLegacy .buttonprimary.disabled.active,
.w .wcrLegacy .upload.disabled.active,
.w .wcrLegacy input[type="button"].buttonprimary.disabled.active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.disabled.active,
.w .wcrLegacy .buttonprimary[disabled].active,
.w .wcrLegacy .upload[disabled].active,
.w .wcrLegacy input[type="button"].buttonprimary[disabled].active,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold[disabled].active,
.w fieldset[disabled] .wcrLegacy .buttonprimary.active,
.w fieldset[disabled] .wcrLegacy .upload.active,
.w fieldset[disabled] .wcrLegacy input[type="button"].buttonprimary.active,
.w fieldset[disabled] .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcrLegacy .buttonprimary .badge,
.w .wcrLegacy .upload .badge,
.w .wcrLegacy input[type="button"].buttonprimary .badge,
.w .wcrLegacy tbody.addDocs .darktext_greenlink_12_bold .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .wcrLegacy .ordtable,
.w .wcrLegacy .documentsTable,
.w .wcrLegacy .largetable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  border: 1px solid #ddd;
}
.w .wcrLegacy .ordtable > thead > tr > th,
.w .wcrLegacy .documentsTable > thead > tr > th,
.w .wcrLegacy .largetable > thead > tr > th,
.w .wcrLegacy .ordtable > tbody > tr > th,
.w .wcrLegacy .documentsTable > tbody > tr > th,
.w .wcrLegacy .largetable > tbody > tr > th,
.w .wcrLegacy .ordtable > tfoot > tr > th,
.w .wcrLegacy .documentsTable > tfoot > tr > th,
.w .wcrLegacy .largetable > tfoot > tr > th,
.w .wcrLegacy .ordtable > thead > tr > td,
.w .wcrLegacy .documentsTable > thead > tr > td,
.w .wcrLegacy .largetable > thead > tr > td,
.w .wcrLegacy .ordtable > tbody > tr > td,
.w .wcrLegacy .documentsTable > tbody > tr > td,
.w .wcrLegacy .largetable > tbody > tr > td,
.w .wcrLegacy .ordtable > tfoot > tr > td,
.w .wcrLegacy .documentsTable > tfoot > tr > td,
.w .wcrLegacy .largetable > tfoot > tr > td {
  padding: 6px;
  line-height: 1.25;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.w .wcrLegacy .ordtable > thead > tr > th,
.w .wcrLegacy .documentsTable > thead > tr > th,
.w .wcrLegacy .largetable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.w .wcrLegacy .ordtable > caption + thead > tr:first-child > th,
.w .wcrLegacy .documentsTable > caption + thead > tr:first-child > th,
.w .wcrLegacy .largetable > caption + thead > tr:first-child > th,
.w .wcrLegacy .ordtable > colgroup + thead > tr:first-child > th,
.w .wcrLegacy .documentsTable > colgroup + thead > tr:first-child > th,
.w .wcrLegacy .largetable > colgroup + thead > tr:first-child > th,
.w .wcrLegacy .ordtable > thead:first-child > tr:first-child > th,
.w .wcrLegacy .documentsTable > thead:first-child > tr:first-child > th,
.w .wcrLegacy .largetable > thead:first-child > tr:first-child > th,
.w .wcrLegacy .ordtable > caption + thead > tr:first-child > td,
.w .wcrLegacy .documentsTable > caption + thead > tr:first-child > td,
.w .wcrLegacy .largetable > caption + thead > tr:first-child > td,
.w .wcrLegacy .ordtable > colgroup + thead > tr:first-child > td,
.w .wcrLegacy .documentsTable > colgroup + thead > tr:first-child > td,
.w .wcrLegacy .largetable > colgroup + thead > tr:first-child > td,
.w .wcrLegacy .ordtable > thead:first-child > tr:first-child > td,
.w .wcrLegacy .documentsTable > thead:first-child > tr:first-child > td,
.w .wcrLegacy .largetable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.w .wcrLegacy .ordtable > tbody + tbody,
.w .wcrLegacy .documentsTable > tbody + tbody,
.w .wcrLegacy .largetable > tbody + tbody {
  border-top: 2px solid #ddd;
}
.w .wcrLegacy .ordtable .table,
.w .wcrLegacy .documentsTable .table,
.w .wcrLegacy .largetable .table,
.w .wcrLegacy .ordtable .wcr-table .ordtable,
.w .wcrLegacy .documentsTable .wcr-table .ordtable,
.w .wcrLegacy .largetable .wcr-table .ordtable {
  background-color: #fff;
}
.w .wcrLegacy .ordtable > thead > tr > th,
.w .wcrLegacy .documentsTable > thead > tr > th,
.w .wcrLegacy .largetable > thead > tr > th {
  background-color: #f9f9f9;
  border-bottom-width: 1px;
  vertical-align: middle;
}
.w .wcrLegacy .ordtable > thead > tr > td,
.w .wcrLegacy .documentsTable > thead > tr > td,
.w .wcrLegacy .largetable > thead > tr > td,
.w .wcrLegacy .ordtable > tbody > tr > td,
.w .wcrLegacy .documentsTable > tbody > tr > td,
.w .wcrLegacy .largetable > tbody > tr > td,
.w .wcrLegacy .ordtable > tfooter > tr > td,
.w .wcrLegacy .documentsTable > tfooter > tr > td,
.w .wcrLegacy .largetable > tfooter > tr > td {
  vertical-align: middle;
}
.w .wcrLegacy .ordtable.table-header-top-align > thead > tr > th,
.w .wcrLegacy .documentsTable.table-header-top-align > thead > tr > th,
.w .wcrLegacy .largetable.table-header-top-align > thead > tr > th,
.w .wcrLegacy .ordtable.table-header-top-align > thead > tr > td,
.w .wcrLegacy .documentsTable.table-header-top-align > thead > tr > td,
.w .wcrLegacy .largetable.table-header-top-align > thead > tr > td {
  vertical-align: top;
}
.w .wcrLegacy .ordtable.table-no-borders,
.w .wcrLegacy .documentsTable.table-no-borders,
.w .wcrLegacy .largetable.table-no-borders {
  border: 0px;
}
.w .wcrLegacy .ordtable.table-no-borders > tbody > tr > td,
.w .wcrLegacy .documentsTable.table-no-borders > tbody > tr > td,
.w .wcrLegacy .largetable.table-no-borders > tbody > tr > td {
  border: 0px;
}
.w .wcrLegacy .ordtable.table-autowidth,
.w .wcrLegacy .documentsTable.table-autowidth,
.w .wcrLegacy .largetable.table-autowidth {
  width: auto;
}
.w .wcrLegacy .table thead,
.w .wcrLegacy .wcr-table .ordtable thead {
  background: #fcfcfc;
}
.w .wcrLegacy td.firstCol,
.w .wcrLegacy th.leftCorner,
.w .wcrLegacy td.leftCorner,
.w .wcrLegacy th.rightCorner,
.w .wcrLegacy td.rightCorner,
.w .wcrLegacy td.lastCol {
  display: none;
}
.w .wcrLegacy .skinnyGreenRow {
  display: none;
}
.w .wcrLegacy .clipping_warning {
  padding: 15px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.w .wcrLegacy .clipping_warning h4 {
  margin-top: 0;
  color: inherit;
}
.w .wcrLegacy .clipping_warning .alert-link {
  font-weight: bold;
}
.w .wcrLegacy .clipping_warning > p,
.w .wcrLegacy .clipping_warning > ul {
  margin-bottom: 0;
}
.w .wcrLegacy .clipping_warning > p + p {
  margin-top: 5px;
}
.w .wcrLegacy .clipping_warning hr {
  border-top-color: #f7e1b5;
}
.w .wcrLegacy .clipping_warning .alert-link {
  color: #66512c;
}
.w .wcrLegacy tbody.addDocs td {
  border: 0;
}
.w .wcrLegacy a.nounderline {
  text-decoration: none;
}
.w .wcrLegacy .sso .basicform {
  margin-top: 5px;
  height: 100%;
}
.w .wcrLegacy .sso .basicform .labels {
  float: left;
  display: block;
  margin-right: 10px;
}
.w .wcrLegacy .sso .basicform .labels div,
.w .wcrLegacy .sso .basicform .fields div {
  height: 46px;
  vertical-align: middle;
  line-height: 26px;
  padding: 10px 0;
}
.w .wcrLegacy .sso .required:after {
  content: "*";
  color: #d9534f;
  font-weight: bold;
  margin-left: 5px;
}
.w .wcrLegacy .sso select {
  border: 1px solid #ccc;
  margin: 0;
}
.w .wcrLegacy .sso input {
  border: 1px solid #ccc;
  margin: 0;
}
.w .wcrLegacy .sso input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcrLegacy .sso input[type="submit"]:focus,
.w .wcrLegacy .sso input[type="submit"]:active:focus,
.w .wcrLegacy .sso input[type="submit"].active:focus,
.w .wcrLegacy .sso input[type="submit"].focus,
.w .wcrLegacy .sso input[type="submit"]:active.focus,
.w .wcrLegacy .sso input[type="submit"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.w .wcrLegacy .sso input[type="submit"]:hover,
.w .wcrLegacy .sso input[type="submit"]:focus,
.w .wcrLegacy .sso input[type="submit"].focus {
  color: #000000;
  text-decoration: none;
}
.w .wcrLegacy .sso input[type="submit"]:active,
.w .wcrLegacy .sso input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.w .wcrLegacy .sso input[type="submit"].disabled,
.w .wcrLegacy .sso input[type="submit"][disabled],
.w fieldset[disabled] .wcrLegacy .sso input[type="submit"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w a.wcrLegacy .sso input[type="submit"].disabled,
.w fieldset[disabled] a.wcrLegacy .sso input[type="submit"] {
  pointer-events: none;
}
.w .wcrLegacy .sso input[type="submit"].disabled,
.w .wcrLegacy .sso input[type="submit"][disabled],
.w fieldset[disabled] .wcrLegacy .sso input[type="submit"] {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.w .wcrLegacy .sso input[type="submit"]:focus,
.w .wcrLegacy .sso input[type="submit"].focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .wcrLegacy .sso input[type="submit"]:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcrLegacy .sso input[type="submit"]:active,
.w .wcrLegacy .sso input[type="submit"].active,
.w .open > .dropdown-toggle.wcrLegacy .sso input[type="submit"] {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .wcrLegacy .sso input[type="submit"]:active:hover,
.w .wcrLegacy .sso input[type="submit"].active:hover,
.w .open > .dropdown-toggle.wcrLegacy .sso input[type="submit"]:hover,
.w .wcrLegacy .sso input[type="submit"]:active:focus,
.w .wcrLegacy .sso input[type="submit"].active:focus,
.w .open > .dropdown-toggle.wcrLegacy .sso input[type="submit"]:focus,
.w .wcrLegacy .sso input[type="submit"]:active.focus,
.w .wcrLegacy .sso input[type="submit"].active.focus,
.w .open > .dropdown-toggle.wcrLegacy .sso input[type="submit"].focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .wcrLegacy .sso input[type="submit"]:active,
.w .wcrLegacy .sso input[type="submit"].active,
.w .open > .dropdown-toggle.wcrLegacy .sso input[type="submit"] {
  background-image: none;
}
.w .wcrLegacy .sso input[type="submit"].disabled,
.w .wcrLegacy .sso input[type="submit"][disabled],
.w fieldset[disabled] .wcrLegacy .sso input[type="submit"],
.w .wcrLegacy .sso input[type="submit"].disabled:hover,
.w .wcrLegacy .sso input[type="submit"][disabled]:hover,
.w fieldset[disabled] .wcrLegacy .sso input[type="submit"]:hover,
.w .wcrLegacy .sso input[type="submit"].disabled:focus,
.w .wcrLegacy .sso input[type="submit"][disabled]:focus,
.w fieldset[disabled] .wcrLegacy .sso input[type="submit"]:focus,
.w .wcrLegacy .sso input[type="submit"].disabled.focus,
.w .wcrLegacy .sso input[type="submit"][disabled].focus,
.w fieldset[disabled] .wcrLegacy .sso input[type="submit"].focus,
.w .wcrLegacy .sso input[type="submit"].disabled:active,
.w .wcrLegacy .sso input[type="submit"][disabled]:active,
.w fieldset[disabled] .wcrLegacy .sso input[type="submit"]:active,
.w .wcrLegacy .sso input[type="submit"].disabled.active,
.w .wcrLegacy .sso input[type="submit"][disabled].active,
.w fieldset[disabled] .wcrLegacy .sso input[type="submit"].active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .wcrLegacy .sso input[type="submit"] .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .wcrLegacy .SmartNameInput input,
.w .wcrLegacy .SmartNameInput select {
  height: 16px;
  border: 0;
  margin: 0;
}
.w #dropmenudiv {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.w #dropmenudiv.pull-right {
  right: 0;
  left: auto;
}
.w #dropmenudiv .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.w #dropmenudiv > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.25;
  color: #5f7e7e;
  white-space: nowrap;
}
.w #dropmenudiv a {
  padding: 4px 10px;
  text-decoration: none;
  display: inline-block;
  line-height: 1.25;
  color: #5f7e7e;
}
.w #dropmenudiv a:hover {
  color: #547070;
  background-color: #f5f5f5;
}
.w #dropmenudiv hr.action_separator {
  height: 1px;
  margin: 4px;
  padding: 0;
}
.w .loading {
  background: url("/wcr-static/style/images/loaderTransparent.gif") no-repeat left center;
  padding-left: 20px;
  height: 20px;
}
.w .progress-cursor {
  cursor: progress;
}
.w .semi-colon-seperated + .semi-colon-seperated:before {
  content: "; ";
}
.w .wcr-thumb {
  position: relative;
  margin: 5px;
}
.w .wcr-thumb,
.w .wcr-thumb .wcr-thumb-main {
  width: 40px;
  height: 40px;
}
.w .wcr-thumb .wcr-thumb-sub {
  position: absolute;
  width: 30px;
  max-height: 30px;
  height: auto;
  bottom: -5px;
  right: -5px;
}
@media screen and (max-width: 1199px) {
  .w .wcr-thumb {
    margin: 3px;
  }
  .w .wcr-thumb,
  .w .wcr-thumb .wcr-thumb-main {
    width: 25px;
    height: 25px;
  }
  .w .wcr-thumb .wcr-thumb-sub {
    width: 15px;
    max-height: 15px;
  }
}
.w .acat {
  width: 100%;
}
.w .acat > thead {
  background-color: #eee;
  border: 1px solid #dddddd;
}
.w .acat > thead > tr > th {
  padding: 5px 10px;
}
.w .acat > tbody > tr.alt {
  background-color: #FBFBFB;
}
.w .acat > tbody > tr > td {
  padding: 2px;
}
.w .acat > tbody > tr > td.attributesGridLayoutHeader {
  font-weight: bold;
  background-color: #eee;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.w .acat > tbody > tr > td.attributesGridLayoutHeader.attributesGridLayoutHeader-first {
  border-left: 1px solid #dddddd;
}
.w .acat > tbody > tr > td.attributesGridLayoutHeader.attributesGridLayoutHeader-last {
  border-right: 1px solid #dddddd;
}
.w .acat > tbody > tr > td.attributeLabel {
  text-align: right;
}
.w .acat > tbody > tr > td .attributeLabel,
.w .acat > tbody > tr > td .propertyContainer,
.w .acat > tbody > tr > td .attributeActionsLabel {
  overflow-wrap: break-word;
}
.w .acat > tbody > tr > td .attributeLabel.labelTop,
.w .acat > tbody > tr > td .propertyContainer.labelTop,
.w .acat > tbody > tr > td .attributeActionsLabel.labelTop {
  text-align: left;
}
.w .acat > tbody > tr > td .main-content.hascheckbox {
  padding-top: 5px;
  padding-bottom: 5px;
}
.w .acat > tbody > tr > td .propertyContainer label {
  text-align: left;
}
.w .acat > tbody > tr > td .attributeActionsLabel {
  font-weight: normal;
  font-size: 11px;
}
.w .acat > tbody > tr > td .fixedSizeLink {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.w .acat > tbody > tr > td .centerAlign {
  text-align: center !important;
  margin-left: 0px;
  margin-right: 0px;
  width: fit-content;
}
.w .acat > tbody > tr > td .MV_CheckBoxes span {
  font-weight: normal;
}
.w .acat > tbody > tr > td .MV_CheckBoxes tr:nth-child(odd) label {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.w .acat > tbody > tr > td .MV_CheckBoxes tr:nth-child(even) label {
  padding-top: 0px;
  margin-top: 0px;
}
.w .acat > tbody > tr > td .MV_CheckBoxes > table > tbody > tr > td > img {
  border: none;
  margin-left: 2px;
  margin-right: 2px;
}
.w .acat .validation-markup-element {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.w .acat .labelTop {
  padding-left: 10px !important;
  padding-right: 5px !important;
}
.w .acat input[type="text"] {
  margin: 0px;
}
.w .acat input[type="select"] {
  margin: 0px;
}
.w .acat select {
  margin: 0px;
}
.w .acat label,
.w .acat .propertyContainer .form-group > label {
  width: auto;
  max-width: none;
  margin: 0;
  display: block;
  float: none;
  min-height: 0px;
}
.w .acat .form-entry,
.w .acat label {
  padding-left: 10px;
  padding-right: 10px;
}
.w .acat .form-entry {
  width: 100%;
  max-width: none;
  min-height: 26px;
}
.w .acat .form-entry .form-control,
.w .acat .form-entry .sdrop,
.w .acat .form-entry .XDrop {
  float: none;
  height: auto;
}
.w .acat .form-entry .input-group {
  width: 100%;
}
.w .acat .form-entry .input-group .input-group-btn,
.w .acat .form-entry .input-group .wcr-pager .pager {
  font-size: inherit;
}
.w .acat .form-entry .input-group .form-div {
  min-height: 26px;
}
.w .acat .form-entry .input-group .form-div > table {
  margin: 3px;
}
.w .acat .form-entry .input-group .form-control,
.w .acat .form-entry .input-group .sdrop,
.w .acat .form-entry .input-group .XDrop {
  width: 100%;
}
.w .acat .form-entry .input-group .input-group-addon,
.w .acat .form-entry .input-group .input-group label.input-group-addon {
  border-left: 0px;
  padding: 4px 6px;
}
.w .acat .form-entry .input-group .input-group-addon.subtle,
.w .acat .form-entry .input-group .input-group label.input-group-addon.subtle {
  background-color: inherit;
  border: 0px;
}
.w .acat .form-entry .input-group .input-group-addon.dropdown-button,
.w .acat .form-entry .input-group .input-group label.input-group-addon.dropdown-button {
  cursor: Pointer;
}
.w .acat .form-entry .input-group .input-group-addon.dropdown-button:hover,
.w .acat .form-entry .input-group .input-group label.input-group-addon.dropdown-button:hover {
  background-color: #dde5e5;
}
.w .acat .form-entry .input-group input[type="radio"],
.w .acat .form-entry .input-group input[type="checkbox"] {
  margin: 1px 0 0;
}
.w .acat .form-entry .input-group .ReadOnlyAttr {
  min-height: 26px;
}
.w .acat .form-entry .input-group .ReadOnlyAttr > table {
  margin: 3px;
}
.w .acat .form-entry .input-group .ReadOnlyAttr > .ReadOnlyAttrMultiLine {
  white-space: pre-wrap;
}
.w .acat .form-entry .input-group .ReadOnlyRichText,
.w .acat .form-entry .input-group .ReadOnlyAttr {
  z-index: 2;
  -webkit-flex: 1 1 75px;
  -moz-flex: 1 1 75px;
  -ms-flex: 1 1 75px;
  flex: 1 1 75px;
  min-height: 26px;
  height: auto;
}
.w .acat .form-entry .input-group span.ReadOnlyAttr:first-of-type {
  display: inline-block;
}
.w .acat .form-entry .input-group span.ReadOnlyAttr + span.ReadOnlyAttr {
  display: inline-block;
}
.w .acat .form-entry .input-group.RichText > .main-content > .note-editor {
  background-color: white;
  border: 1px solid #ccc;
  overflow: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 11px;
}
.w .acat .form-entry .input-group.RichText > .main-content > .note-editor .note-editable {
  padding-left: 5px;
}
.w .acat .form-entry .input-group.Text > .form-control,
.w .acat .form-entry .input-group.RichText > .main-content,
.w .acat .form-entry .input-group.Text > .sdrop,
.w .acat .form-entry .input-group.Text > .XDrop {
  z-index: auto;
}
.w .acat .form-entry .input-group.DocumentReference + .input-group-btn > input,
.w .acat .form-entry .input-group.RichText + .input-group-btn > input,
.w .acat .form-entry .input-group.DocumentReference + .wcr-pager .pager > input,
.w .acat .form-entry .input-group.RichText + .wcr-pager .pager > input {
  align-self: flex-start;
  margin-top: 1px;
}
.w .acat .form-entry .input-group.DocumentReference > .form-entry,
.w .acat .form-entry .input-group.Text > .main-content {
  padding-left: 0px;
  padding-right: 0px;
}
.w .acat .form-entry .ReadOnlyAttr {
  padding-top: 5px;
  display: block;
}
.w .acat .form-entry .ReadOnlyAttr .form-div {
  margin: 0px;
  min-height: 0;
}
.w .acat .sdrop > p {
  margin: 0px;
}
.w .acat .inlineSection {
  border: 1px solid #ddd;
  width: 100%;
}
.w .acat .headerRow {
  vertical-align: top;
}
.w .acat .displayBlock {
  display: block !important;
}
.w .acat .propertyContainer .alert,
.w .acat .propertyContainer .wcr-table .clipped_warning,
.w .acat .propertyContainer .clipped_msg {
  margin-right: 10px;
  margin-left: 10px;
}
.w .acat .darktext_greenlink_11 {
  font-size: 13px;
}
.w .acat .label-title > label {
  font-weight: bold;
  font-size: 12pt;
  background-color: #eee;
  padding-left: 10px !important;
}
.w .acat td.attributesGridLayoutTitle {
  background-color: #eee;
}
.w .acat td.attributesGridLayoutTitle > label {
  text-align: left;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}
.w .acat .mw-for-labelvalue {
  min-width: 150px;
}
.w .acat .oneColLabel {
  width: 25%;
}
.w .acat .oneColValue {
  width: 75%;
}
@media print {
  .w .acat .mw-for-labelvalue,
  .w .acat .mw-for-labelvalue.attributeLabel {
    min-width: 60px;
  }
  .w .acat.wcr-form .form-entry {
    padding-left: 1mm;
    padding-right: 1mm;
  }
  .w .acat > tbody > tr > td {
    padding: 1mm;
  }
}
.w .acat .input-group-btn,
.w .acat .wcr-pager .pager {
  display: inline-block;
}
.w .header-attributes .headerRow {
  vertical-align: top;
}
.w .header-attributes .rtl input,
.w .acat .rtl input,
.w .header-attributes .rtl select,
.w .acat .rtl select,
.w .header-attributes .rtl span.ReadOnlyAttr,
.w .acat .rtl span.ReadOnlyAttr,
.w .header-attributes .rtl div.main-content > table > tbody > tr > td,
.w .acat .rtl div.main-content > table > tbody > tr > td {
  direction: rtl;
}
.w .acatrulehtml {
  border: 1px solid #ccc !important;
  margin-top: 10px;
}
.w .acataligntop {
  vertical-align: top !important;
}
.w .ACatRulesDialog .table,
.w .ACatRulesDialog .wcr-table .ordtable {
  margin-bottom: 0px;
}
.w #dropmenudiv .cascadingValueTable > tbody > tr > td:first-child {
  padding-left: 10px;
}
.w #dropmenudiv .cascadingValueTable > tbody > tr > td:first-child .checkboxWidth {
  width: 33px;
}
.w #dropmenudiv .cascadingValueTable > tbody > tr > td:first-child a {
  padding: 4px 0px;
}
.w #dropmenudiv .cascadingValueTable.rtl > tbody > tr:not(.header) > td,
.w #dropmenudiv .cascadingValueTable.rtl table > tbody > tr > td {
  direction: rtl;
}
.w .wcr-search {
  /*
	 * Grid search results => information can be shown as small table (grid style) or content below label (cards style)
	 */
  /*
	 * To make the Search Results look "right" better on mobile
	 */
  /*
	@media (max-width: @screen-sm-min) {
		.wcr-table {
			margin: 0 -10px;
			border-left: 0;
			border-right: 0;
		}
	}
	*/
  /*
	 * --- ITEMS IN YOUR CART ---
	 */
  /* --- Text Content Search Styles --- */
  /* Text content status drop-down. */
  /* Hide text input label from design panel on search resutls page. */
  /* Style for action button to create/remove statement rows */
  /* 
	  Styles used by statement status
	  Used to style content of cells for text content
	*/
  /* --- End of Text Content Search Styles --- */
  /* selects in the design panel will always use the width they need */
}
.w .wcr-search .searchgridinformationtable.showastable {
  display: table;
  width: 100%;
}
.w .wcr-search .searchgridinformationtable.showastable > .gridinforow {
  display: table-row;
}
.w .wcr-search .searchgridinformationtable.showastable > .gridinforow > .gridinfolabel,
.w .wcr-search .searchgridinformationtable.showastable > .gridinforow > .gridinfocontent {
  display: table-cell;
  /* Add some spacing */
  padding: 2px 5px;
}
.w .wcr-search .searchgridinformationtable.showastable > .gridinforow > .gridinfolabel {
  /* Make sure this cell uses only the place it needs*/
  white-space: nowrap;
  width: 1%;
  /* align title to top */
  vertical-align: top;
}
.w .wcr-search .searchgridinformationtable.showastable > .gridinforow > .gridinfocontent .btn-no-border {
  padding: 0px;
}
.w .wcr-search .widecell {
  width: 99%;
}
.w .wcr-search .searchgridinformationtable.showcontentbelowlabel > .gridinforow > .gridinfolabel {
  font-weight: bold;
}
.w .wcr-search .searchgridinformationtable.showcontentbelowlabel > .gridinforow > .gridinfocontent {
  min-height: 15px;
  padding-bottom: 5px;
}
.w .wcr-search .searchresultscart {
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
}
.w .wcr-search .searchresultscart > .list-group,
.w .wcr-search .searchresultscart > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.w .wcr-search .searchresultscart > .list-group .list-group-item,
.w .wcr-search .searchresultscart > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.w .wcr-search .searchresultscart > .list-group:first-child .list-group-item:first-child,
.w .wcr-search .searchresultscart > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.w .wcr-search .searchresultscart > .list-group:last-child .list-group-item:last-child,
.w .wcr-search .searchresultscart > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.w .wcr-search .searchresultscart > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.w .wcr-search .searchresultscart > .table,
.w .wcr-search .searchresultscart > .table-responsive > .table,
.w .wcr-search .searchresultscart > .panel-collapse > .table,
.w .wcr-search .searchresultscart > .wcr-table .ordtable,
.w .wcr-search .searchresultscart > .table-responsive > .wcr-table .ordtable,
.w .wcr-search .searchresultscart > .panel-collapse > .wcr-table .ordtable {
  margin-bottom: 0;
}
.w .wcr-search .searchresultscart > .table caption,
.w .wcr-search .searchresultscart > .table-responsive > .table caption,
.w .wcr-search .searchresultscart > .panel-collapse > .table caption,
.w .wcr-search .searchresultscart > .wcr-table .ordtable caption,
.w .wcr-search .searchresultscart > .table-responsive > .wcr-table .ordtable caption,
.w .wcr-search .searchresultscart > .panel-collapse > .wcr-table .ordtable caption {
  padding-left: 15px;
  padding-right: 15px;
}
.w .wcr-search .searchresultscart > .table:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.w .wcr-search .searchresultscart > .table:first-child > thead:first-child > tr:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.w .wcr-search .searchresultscart > .table:first-child > tbody:first-child > tr:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.w .wcr-search .searchresultscart > .table:first-child > thead:first-child > tr:first-child td:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.w .wcr-search .searchresultscart > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.w .wcr-search .searchresultscart > .table:first-child > thead:first-child > tr:first-child th:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.w .wcr-search .searchresultscart > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child td:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child td:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child td:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child td:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child th:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child th:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child th:first-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.w .wcr-search .searchresultscart > .table:first-child > thead:first-child > tr:first-child td:last-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.w .wcr-search .searchresultscart > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.w .wcr-search .searchresultscart > .table:first-child > thead:first-child > tr:first-child th:last-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.w .wcr-search .searchresultscart > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child td:last-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child td:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child td:last-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child td:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child th:last-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > thead:first-child > tr:first-child th:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child th:last-child,
.w .wcr-search .searchresultscart > .table-responsive:first-child > .wcr-table .ordtable:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.w .wcr-search .searchresultscart > .table:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.w .wcr-search .searchresultscart > .table:last-child > tbody:last-child > tr:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.w .wcr-search .searchresultscart > .table:last-child > tfoot:last-child > tr:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.w .wcr-search .searchresultscart > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.w .wcr-search .searchresultscart > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .wcr-search .searchresultscart > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.w .wcr-search .searchresultscart > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child td:first-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child td:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child td:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child th:first-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child th:first-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child th:first-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.w .wcr-search .searchresultscart > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.w .wcr-search .searchresultscart > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .wcr-search .searchresultscart > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.w .wcr-search .searchresultscart > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child td:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child td:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child td:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child th:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tbody:last-child > tr:last-child th:last-child,
.w .wcr-search .searchresultscart > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child th:last-child,
.w .wcr-search .searchresultscart > .table-responsive:last-child > .wcr-table .ordtable:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.w .wcr-search .searchresultscart > .panel-body + .table,
.w .wcr-search .searchresultscart > .panel-body + .table-responsive,
.w .wcr-search .searchresultscart > .table + .panel-body,
.w .wcr-search .searchresultscart > .table-responsive + .panel-body,
.w .wcr-search .searchresultscart > .panel-body + .wcr-table .ordtable,
.w .wcr-search .searchresultscart > .wcr-table .ordtable + .panel-body {
  border-top: 1px solid #ddd;
}
.w .wcr-search .searchresultscart > .table > tbody:first-child > tr:first-child th,
.w .wcr-search .searchresultscart > .table > tbody:first-child > tr:first-child td,
.w .wcr-search .searchresultscart > .wcr-table .ordtable > tbody:first-child > tr:first-child th,
.w .wcr-search .searchresultscart > .wcr-table .ordtable > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.w .wcr-search .searchresultscart > .table-bordered,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered {
  border: 0;
}
.w .wcr-search .searchresultscart > .table-bordered > thead > tr > th:first-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > thead > tr > th:first-child,
.w .wcr-search .searchresultscart > .table-bordered > tbody > tr > th:first-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.w .wcr-search .searchresultscart > .table-bordered > tfoot > tr > th:first-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.w .wcr-search .searchresultscart > .table-bordered > thead > tr > td:first-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > thead > tr > td:first-child,
.w .wcr-search .searchresultscart > .table-bordered > tbody > tr > td:first-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.w .wcr-search .searchresultscart > .table-bordered > tfoot > tr > td:first-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.w .wcr-search .searchresultscart > .table-bordered > thead > tr > th:last-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > thead > tr > th:last-child,
.w .wcr-search .searchresultscart > .table-bordered > tbody > tr > th:last-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.w .wcr-search .searchresultscart > .table-bordered > tfoot > tr > th:last-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.w .wcr-search .searchresultscart > .table-bordered > thead > tr > td:last-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > thead > tr > td:last-child,
.w .wcr-search .searchresultscart > .table-bordered > tbody > tr > td:last-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.w .wcr-search .searchresultscart > .table-bordered > tfoot > tr > td:last-child,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.w .wcr-search .searchresultscart > .table-bordered > thead > tr:first-child > td,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > thead > tr:first-child > td,
.w .wcr-search .searchresultscart > .table-bordered > tbody > tr:first-child > td,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.w .wcr-search .searchresultscart > .table-bordered > thead > tr:first-child > th,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > thead > tr:first-child > th,
.w .wcr-search .searchresultscart > .table-bordered > tbody > tr:first-child > th,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.w .wcr-search .searchresultscart > .table-bordered > tbody > tr:last-child > td,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.w .wcr-search .searchresultscart > .table-bordered > tfoot > tr:last-child > td,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.w .wcr-search .searchresultscart > .table-bordered > tbody > tr:last-child > th,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.w .wcr-search .searchresultscart > .table-bordered > tfoot > tr:last-child > th,
.w .wcr-search .searchresultscart > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.w .wcr-search .searchresultscart > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.w .wcr-search .searchresultscart > .panel-heading {
  color: #516b6b;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.w .wcr-search .searchresultscart > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.w .wcr-search .searchresultscart > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #516b6b;
}
.w .wcr-search .searchresultscart > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.w .wcr-search .searchresultscart > .content {
  padding: 15px;
}
.w .wcr-search .searchresultscart > .content > h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.w .wcr-search .searchresultscart > .content > h3:before,
.w .wcr-search .searchresultscart > .content > h3:after {
  content: " ";
  display: table;
}
.w .wcr-search .searchresultscart > .content > h3:after {
  clear: both;
}
.w .wcr-search .searchresultscart > .content > h3:before,
.w .wcr-search .searchresultscart > .content > h3:after {
  content: " ";
  display: table;
}
.w .wcr-search .searchresultscart > .content > h3:after {
  clear: both;
}
.w .wcr-search .searchresultscart > .content .wcr-table {
  border: 0px;
}
.w .wcr-search .searchresultscart > .content .wcr-table .wcr-table-section {
  border: 0px;
}
.w .wcr-search .searchresultscart > .content .cartoverflow {
  max-height: 90px;
  overflow: auto;
}
.w .wcr-search .searchresultscart > .content .searchcartitem {
  border: 1px solid #EEE;
  padding: 5px;
  margin: 2px;
  width: 220px;
  float: left;
  position: relative;
  cursor: pointer;
}
.w .wcr-search .searchresultscart > .content .searchcartitem .itemcheckbox,
.w .wcr-search .searchresultscart > .content .searchcartitem .itemthumbnail {
  float: left;
  height: 50px;
}
.w .wcr-search .searchresultscart > .content .searchcartitem .itemcheckbox {
  padding-top: 15px;
  padding-right: 7px;
}
.w .wcr-search .searchresultscart > .content .searchcartitem .itemname {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 82px;
  padding-top: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w .wcr-search .searchresultscart > .content .searchcartitem.active {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.w .wcr-search .labelcell,
.w .wcr-search .inputcell {
  white-space: nowrap;
  vertical-align: top;
}
.w .wcr-search .designpanelwrapper {
  overflow: auto;
  padding: 10px;
  padding-bottom: 5px;
}
.w .wcr-search .designpaneltable {
  /* a row in the design panel */
}
.w .wcr-search .designpaneltable .designpanelrow {
  /* Styles for label cells only */
  /* Styles for input cells only */
}
.w .wcr-search .designpaneltable .designpanelrow .labelcell {
  text-align: right;
  /* the content of the label cell... */
}
.w .wcr-search .designpaneltable .designpanelrow .labelcell label {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: normal;
  color: #334444;
  vertical-align: middle;
  text-align: center;
  background-color: #ecf0f0;
  border: 1px solid #ccc;
  border-radius: 0px;
  display: block;
  width: auto;
  font-weight: 500;
  text-align: right;
  padding-top: 3px;
  margin-bottom: 4px;
  /* Height = height of one "form-control input" (100% height does not work) */
  min-height: 26px;
}
.w .wcr-search .designpaneltable .designpanelrow .labelcell label:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.w .wcr-search .designpaneltable .designpanelrow .labelcell label.input-sm {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 0px;
}
.w .wcr-search .designpaneltable .designpanelrow .labelcell label.input-lg {
  padding: 8px 14px;
  font-size: 17px;
  border-radius: 0px;
}
.w .wcr-search .designpaneltable .designpanelrow .labelcell label input[type="radio"],
.w .wcr-search .designpaneltable .designpanelrow .labelcell label input[type="checkbox"] {
  margin-top: 0;
}
.w .wcr-search .designpaneltable .designpanelrow .inputcell .itemwrapper {
  /* the content of the input cell... */
  margin-right: 30px;
  /* this class is added to make the input "attach itself" to the label */
}
.w .wcr-search .designpaneltable .designpanelrow .inputcell .itemwrapper .attachleft {
  border-left: 0px;
}
.w .wcr-search .designpaneltable .designpanelrow .inputcell.multifields {
  padding-left: 10px;
}
.w .wcr-search .SearchPanelSearchButton,
.w .wcr-search .SearchResultsButtonRowItem,
.w .wcr-search .availableparamsselect {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.w .wcr-search .availableparamsselect {
  width: 250px;
}
.w .wcr-search .SearchButtonSection.SearchButtonHidden .SearchPanelSearchButton {
  display: none;
}
.w .wcr-search .SearchPanelSearchButton.searchbuttondisabled {
  opacity: 0.4;
}
.w .wcr-search .fieldwithunitcontainer {
  white-space: nowrap;
  min-width: 150px;
  display: flex;
  align-items: center;
}
.w .wcr-search .fieldwithunitcontainer .inputfield {
  width: 90%;
}
.w .wcr-search .fieldwithunitcontainer .unitlabel {
  text-align: right;
}
.w .wcr-search .searchforlabel {
  padding-left: 30px;
}
.w .wcr-search .specificationtitle {
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 4px;
}
.w .wcr-search .attributesformrowwithpadding {
  padding-left: 20px;
}
.w .wcr-search .searchsetuptable {
  margin-left: 20px;
  margin-right: 10px;
}
.w .wcr-search .searchsetuptable .alt,
.w .wcr-search .searchsetuptable .alttop,
.w .wcr-search .searchsetuptable .altbottom {
  background: #f9f9f9;
}
.w .wcr-search .searchsetuptable .highlightoddrows > tr:nth-child(odd) {
  background: #f9f9f9;
}
.w .wcr-search .searchsetuptable .highlightevenrows > tr:nth-child(even) {
  background: #f9f9f9;
}
.w .wcr-search .searchsetuptable > tbody > tr > td,
.w .wcr-search .searchsetuptable > tbody > tr > th {
  padding-left: 10px;
  padding-right: 10px;
}
.w .wcr-search .searchsetuptable > tbody > tr > td.advoptionscell,
.w .wcr-search .searchsetuptable > tbody > tr > th.advoptionscell {
  padding: 0px;
}
.w .wcr-search .searchsetuptable .td-header-label,
.w .wcr-search .searchsetuptable .resultoptionheader {
  height: 26px;
  vertical-align: middle;
}
.w .wcr-search .searchsetuptable .inputcell {
  padding: 8px 0px;
  width: 400px;
  /* Text content input field styles */
}
.w .wcr-search .searchsetuptable .inputcell .btn-group.searchtogglegroup {
  margin-left: 0px;
}
.w .wcr-search .searchsetuptable .inputcell .itemwrapper .input-statement-field {
  padding-right: 3px;
  padding-bottom: 3px;
}
.w .wcr-search .searchsetuptable .keywordsearchsection .inputcell {
  padding: 0px;
}
.w .wcr-search .searchsetuptable .keywordsearchsection .labelcell {
  height: 26px;
}
.w .wcr-search .searchsetuptable .labelcell label {
  margin: 0px;
}
.w .wcr-search .searchsetuptable .headerlinkcell,
.w .wcr-search .searchsetuptable .staticinputcell,
.w .wcr-search .searchsetuptable .extendedsectionheadercell,
.w .wcr-search .searchsetuptable .labelcell {
  height: 42px;
  vertical-align: middle;
}
.w .wcr-search .searchsetuptable .headerlinkcell,
.w .wcr-search .searchsetuptable .labelcell {
  text-align: right;
}
.w .wcr-search .searchsetuptable .fieldsectionheadercell {
  text-transform: uppercase;
  padding-left: 0px;
}
.w .wcr-search .searchsetuptable .resultoptionheader {
  text-align: center;
}
.w .wcr-search .searchsetuptable .unitscell {
  white-space: nowrap;
}
.w .wcr-search .searchsetuptable .searchrolesremovebutton {
  cursor: pointer;
}
.w .wcr-search .searchsetuptable .borderabove {
  border-top: 2px solid #ddd;
}
.w .wcr-search .searchsetuptable .borderbelow {
  border-bottom: 2px solid #ddd;
}
.w .wcr-search .searchsetuptable .advoptionscell {
  width: 0px;
}
.w .wcr-search .searchsetuptable .advoptionscell .advconfigbtncontainer {
  display: block;
  position: relative;
  height: 13pt;
  width: 0px;
}
.w .wcr-search .searchsetuptable .advoptionscell .advconfigbtncontainer .advconfigbtnwrapper {
  display: block;
  position: absolute;
  left: -10px;
}
.w .wcr-search .searchsetuptable .advoptionscell .advconfigbtncontainer .popover {
  max-width: 400px;
  width: 400px;
}
.w .wcr-search .searchsetuptable .advoptionscell .advconfigbtncontainer .popover label.labelblock {
  margin-top: 8px;
  display: block;
}
.w .wcr-search .searchsetuptable .advoptionscell .advconfigbtncontainer .popover label.labelinline {
  margin-bottom: 0px;
  margin-right: 7px;
  margin-top: 16px;
}
.w .wcr-search .searchsetuptable .advoptionscell .advconfigbtncontainer .popover label.labelforcheckbox input {
  margin: 0 7px 0 10px;
  vertical-align: -2px;
}
.w .wcr-search .searchsetuptable .advoptionscell .advconfigbtncontainer .popover label.labelforcheckbox.notbold {
  font-weight: 400;
}
.w .wcr-search .searchsetuptable .advoptionscell .advconfigbtncontainer .popover .help-block {
  margin-left: 10px;
}
.w .wcr-search .searchsetuptable .advoptionscell .advconfigbtncontainer .popover .divider {
  color: #e5e5e5;
}
.w .wcr-search .searchsetuptable a.advconfigbtn:hover {
  text-decoration: none;
}
.w .wcr-search .loadingcontainer {
  padding: 10px 10px;
}
.w .wcr-search .blockloading {
  padding: 10px 10px;
  min-height: 50px;
  min-width: 200px;
}
.w .wcr-search .input-group-btn .btn-itm-height,
.w .wcr-search .wcr-pager .pager .btn-itm-height {
  height: 26px;
}
.w .wcr-search .designpanelrow .textcontent-textaddon {
  display: none;
}
.w .wcr-search .inputcell .itemwrapper .btn-row-action {
  background: none;
  border-style: none;
}
.w .wcr-search .inputcell .itemwrapper .btn-row-action .action-icon-font {
  font-size: 12px;
}
.w .wcr-search .statement-status {
  margin-right: 10px;
}
.w .wcr-search .statement-status.draft {
  color: #a7a9ac;
}
.w .wcr-search .statement-status.approved {
  color: #4cae4c;
}
.w .wcr-search .statement-status.rejected {
  color: #d43f3a;
}
.w .wcr-search .statement-status.pending {
  color: #46b8da;
}
.w .wcr-search .results-container {
  display: flex;
}
.w .wcr-search .results-container-NA {
  color: #DBDBDB;
}
.w .wcr-search .searchresultstable .text-content-col {
  width: 40%;
}
.w .wcr-search .btn-group.searchtogglegroup {
  white-space: nowrap;
  margin-left: -1px;
  margin-right: -1px;
}
.w .wcr-search .btn-group.searchtogglegroup > .btn,
.w .wcr-search .btn-group.searchtogglegroup > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions > .action,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions > .dropdown > .morebutton,
.w .wcr-search .btn-group.searchtogglegroup > .buttonprimary,
.w .wcr-search .btn-group.searchtogglegroup > .buttonsecondary,
.w .wcr-search .btn-group.searchtogglegroup > .action-menu-component > a.action,
.w .wcr-search .btn-group.searchtogglegroup > .btn-no-border,
.w .wcr-search .btn-group.searchtogglegroup > .inline_help,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions-component > .action,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions-component > .dropdown > .morebutton,
.w .wcr-search .btn-group.searchtogglegroup > .inline_help-nopadding {
  float: inherit;
}
.w .wcr-search .btn-group.searchtogglegroup > .btn + .btn,
.w .wcr-search .btn-group.searchtogglegroup > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button + .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions > .action + .row-actions > .action,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions > .dropdown > .morebutton + .row-actions > .dropdown > .morebutton,
.w .wcr-search .btn-group.searchtogglegroup > .buttonprimary + .buttonprimary,
.w .wcr-search .btn-group.searchtogglegroup > .buttonsecondary + .buttonsecondary,
.w .wcr-search .btn-group.searchtogglegroup > .action-menu-component > a.action + .action-menu-component > a.action,
.w .wcr-search .btn-group.searchtogglegroup > .btn-no-border + .btn-no-border,
.w .wcr-search .btn-group.searchtogglegroup > .inline_help + .inline_help,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions-component > .action + .row-actions-component > .action,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions-component > .dropdown > .morebutton + .row-actions-component > .dropdown > .morebutton,
.w .wcr-search .btn-group.searchtogglegroup > .inline_help-nopadding + .inline_help-nopadding {
  margin-left: -1px;
}
.w .wcr-search .btn-group.searchtogglegroup > .btn > input,
.w .wcr-search .btn-group.searchtogglegroup > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button > input,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions > .action > input,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions > .dropdown > .morebutton > input,
.w .wcr-search .btn-group.searchtogglegroup > .buttonprimary > input,
.w .wcr-search .btn-group.searchtogglegroup > .buttonsecondary > input,
.w .wcr-search .btn-group.searchtogglegroup > .action-menu-component > a.action > input,
.w .wcr-search .btn-group.searchtogglegroup > .btn-no-border > input,
.w .wcr-search .btn-group.searchtogglegroup > .inline_help > input,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions-component > .action > input,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions-component > .dropdown > .morebutton > input,
.w .wcr-search .btn-group.searchtogglegroup > .inline_help-nopadding > input {
  display: none;
}
.w .wcr-search .btn-group.searchtogglegroup > .btn,
.w .wcr-search .btn-group.searchtogglegroup > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions > .action,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions > .dropdown > .morebutton,
.w .wcr-search .btn-group.searchtogglegroup > .buttonprimary,
.w .wcr-search .btn-group.searchtogglegroup > .buttonsecondary,
.w .wcr-search .btn-group.searchtogglegroup > .action-menu-component > a.action,
.w .wcr-search .btn-group.searchtogglegroup > .btn-no-border,
.w .wcr-search .btn-group.searchtogglegroup > .inline_help,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions-component > .action,
.w .wcr-search .btn-group.searchtogglegroup > .row-actions-component > .dropdown > .morebutton,
.w .wcr-search .btn-group.searchtogglegroup > .inline_help-nopadding {
  height: 26px;
}
.w .wcr-search .search_metext {
  margin-left: 10px;
}
.w .wcr-search select.search-input-sm,
.w .wcr-search select.search-input-md,
.w .wcr-search select.search-input-lg {
  min-width: 100%;
  width: auto;
}
.w .wcr-search input.search-input-lg {
  min-width: 150px;
}
.w .wcr-search select.search-input-lg {
  max-width: 250px;
  text-overflow: ellipsis;
}
.w .wcr-search input.search-input-md {
  min-width: 150px;
}
.w .wcr-search select.search-input-md {
  max-width: 180px;
  text-overflow: ellipsis;
}
.w .wcr-search input.search-input-sm,
.w .wcr-search select.search-input-sm {
  min-width: 50px;
}
.w .wcr-search .SmartField {
  width: 100%;
}
.w .wcr-search .parameterFieldTable {
  border: 0;
  cellspacing: 0;
  cellpadding: 0;
  width: 100%;
}
.w .wcr-search .parameterFieldRevisionLabel {
  padding-left: 10px;
  padding-right: 10px;
}
.w .wcr-search .inlinecontent {
  display: inline-block;
}
.w .wcr-search .docref_editbtn i {
  margin-right: 3px;
}
.w .wcr-search .docref_name,
.w .wcr-search docref_version {
  vertical-align: bottom;
}
.w .wcr-search .cascadingattributesaddongroup {
  width: 100%;
}
.w .wcr-search div.characteristics {
  width: auto;
  white-space: pre-wrap;
}
.w .wcr-search div.characteristics .connector {
  color: #969696;
}
.w .wcr-search div.dateoverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.w .wcr-search .searchheadereditbutton {
  display: inline-block;
  margin-left: 8px;
}
.w .wcr-search .searchheadereditbutton:hover {
  text-decoration: none;
}
.w .wcr-search .search_result_link {
  white-space: nowrap;
}
.w .wcr-search table.BOM_table td {
  text-align: center;
}
.w .wcr-search table.BOM_table img {
  margin-right: 5px;
  margin-left: 5px;
}
.w .wcr-search .assetbrowserremoveselection.icon-WCR_Remove {
  font-size: 13px;
  cursor: pointer;
  margin-right: 2px;
}
.w .wcr-search .selection-header {
  text-align: left;
  font-weight: bold;
}
.w .wcr-search .current-selection-td-details {
  padding: 5px 2px 0 2px;
}
.w .wcr-search .searchassetbrowserback {
  font-size: 26px;
  margin-right: 10px;
  cursor: pointer;
}
.w .wcr-search .searchassetbrowserCurrentSelectionDiv {
  margin-top: 10px;
  margin-bottom: 15px;
}
.w .wcr-search .searchassetbrowserLeftTreePane {
  box-sizing: content-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.w .wcr-search .searchassetbrowserImageArea > table {
  margin: 10px;
}
.w .wcr-search .assetviewdropdown {
  margin-top: 10px;
}
.w .wcr-search .RowExpandSectionHeader a.RowExpandSectionCloseButton {
  margin-bottom: 7px;
  display: inline-block;
}
.w .wcr-search .RowExpandSectionHeader a.RowExpandSectionCloseButton:hover {
  text-decoration: none;
}
.w .wcr-search .RowExpandSectionHeader h4 {
  display: inline;
  margin-left: 10px;
  margin-top: 0px;
  vertical-align: -2px;
}
.w .wcr-search .wcr-table .ordtable:not(.gridview):not(.no-hover) > tbody > .expandablerow:hover,
.w .wcr-search .wcr-table .ordtable:not(.gridview):not(.no-hover) > tbody > .expandablerow > td,
.w .wcr-search .wcr-table .ordtable:not(.gridview):not(.no-hover) > tbody > .drilldown-dashboard-row:hover,
.w .wcr-search .wcr-table .ordtable:not(.gridview):not(.no-hover) > tbody > .drilldown-dashboard-row > td {
  background-color: #fff;
}
.w .wcr-search .expandablerow .wcr-loadingIndicator {
  position: relative;
}
.w .wcr-search .no-shrink-btn h4 {
  margin-left: 0;
}
.w .wcr-search .tasksearchpage td.genericinput_columndisplay_editable,
.w .wcr-search .tasksearchpage td.Editable {
  display: none;
}
.w .wcr-search .display-name_name-only_container {
  display: flex;
  align-items: center;
}
.w .wcr-search .drilldown-display-name-indented {
  width: auto;
}
.w .wcr-search .load-more-results-pager {
  display: inline-block;
  padding-left: 36px;
}
.w .wcr-search .child-search-loading-indicator-row .wcr-loadingIndicator {
  position: relative;
}
.w .wcr-search .inline-drilldown-dashboard {
  padding-left: 36px;
}
.w .wcr-search .no-children-row div {
  padding-left: 36px;
}
.w .wcr-search .wcr-table .ordtable tr.drilldown-dashboard-row > td {
  padding: 0px;
}
.w .wcr-search #LayoutPreferencesPanel label {
  font-weight: normal;
}
.w .wcr-search #LayoutPreferencesPanel label.preferences-section-title {
  font-weight: 500;
}
.w .wcr-search #LayoutPreferencesPanel .nested-option {
  padding-left: 30px;
}
.w .wcr-search .db_adv_char_search,
.w .wcr-search .db_show_search_panel_design,
.w .wcr-search .db_smart_name_context {
  font-weight: normal;
}
.w .wcr-search .showFrame > div > .searchreruncontainer > form > .wcr-table {
  border: 0px;
}
.w .wcr-search .showFrame > div > .searchreruncontainer > form > .wcr-table > .wcr-table-footer {
  border-bottom: 0px;
}
.w .wcr-search .search-unsupported-column {
  background: #fafafa;
}
.w table.bomdetailstable {
  width: auto;
  margin-bottom: 0px;
}
.w .freequerydropdown {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 0px;
}
.w .facet-field-header h3 i {
  line-height: inherit;
  cursor: pointer;
  margin-left: 5px;
}
.w .facet-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.w .facet-header > h4 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 0;
}
.w .facet-tokens {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w .facet-tokens .facet-token {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  margin: 2px;
  padding: 5px;
  font-weight: 500;
}
.w .facet-tokens .facet-token.colored {
  border: 0;
}
.w .facet-tokens .facet-token .badge {
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-weight: normal;
}
.w .facet-tokens .facet-token i.delete-token {
  color: #334444;
  cursor: pointer;
}
.w .facet-list .facetLabelValue {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w .facet-list .facetLabelValue:before,
.w .facet-list .facetLabelValue:after {
  content: " ";
  display: table;
}
.w .facet-list .facetLabelValue:after {
  clear: both;
}
.w .facet-list .facetLabelValue:before,
.w .facet-list .facetLabelValue:after {
  content: " ";
  display: table;
}
.w .facet-list .facetLabelValue:after {
  clear: both;
}
.w .facet-list.list-group {
  margin-bottom: 0;
}
.w .searchdropdownfield.inputdiv.main-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.w .popover-title-help {
  padding-top: 0px;
  padding-bottom: 0px;
}
.w .facet_block_no_values {
  cursor: default;
  justify-content: center;
}
.w .facet_block_no_values .facet_no_values_msg {
  font-size: 20px;
  color: gray;
  text-align: center;
  padding: 20px;
}
.w table.myworksection td.myworkcell .wcr-search .searchresultscart {
  border: 0px;
}
.w table.myworksection td.myworkcell .wcr-search .searchassetbrowserLeftTreePane {
  border-right: 1px solid #ddd;
}
.w table.myworksection td.myworkcell .wcr-search div.wcr-table {
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.w table.myworksection td.myworkcell .wcr-search div.wcr-table div.wcr-table-section {
  border-bottom: 1px solid #ddd;
}
.w table.myworksection td.myworkcell .wcr-search div.wcr-table div.wcr-table-footer {
  border-bottom: 0px;
}
.w .ui-dialog .wcr-search {
  padding: 0px 10px;
}
.w .search-calendarview-tooltip {
  background: #FFFFAA;
  border: 1px solid gray;
  color: black;
  max-width: none;
  font-size: 13px;
}
.w .search-calendarview-tooltip td {
  white-space: nowrap;
  padding: 2px;
}
.w .ui-tooltip.search-advancedchars-tooltip {
  max-width: none;
}
.w .assetviewdropdown {
  font-size: 13px;
  margin-left: 10px;
  width: auto;
  display: inline-block;
  height: auto;
}
.w #savedSearchDialog .wcr_ajax_error {
  display: block;
  padding: 15px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  margin: 10px;
}
.w #savedSearchDialog .wcr_ajax_error h4 {
  margin-top: 0;
  color: inherit;
}
.w #savedSearchDialog .wcr_ajax_error .alert-link {
  font-weight: bold;
}
.w #savedSearchDialog .wcr_ajax_error > p,
.w #savedSearchDialog .wcr_ajax_error > ul {
  margin-bottom: 0;
}
.w #savedSearchDialog .wcr_ajax_error > p + p {
  margin-top: 5px;
}
.w #savedSearchDialog .wcr_ajax_error hr {
  border-top-color: #e4b9c0;
}
.w #savedSearchDialog .wcr_ajax_error .alert-link {
  color: #843534;
}
.w div.ink_search_popup.extra-spacing-top {
  margin-top: 13px;
}
.w div.ink_search_popup .row {
  margin-bottom: 10px;
}
.w div.ink_search_popup .row.no-margin-bottom {
  margin-bottom: 0;
}
.w div.ink_search_popup .form-group > label,
.w div.ink_search_popup .section-title > label {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w div.ink_search_popup .form-group > label,
  .w div.ink_search_popup .section-title > label {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .w div.ink_search_popup .form-group > label,
  .w div.ink_search_popup .section-title > label {
    max-width: 250px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .w div.ink_search_popup .form-group > label.offset-label,
  .w div.ink_search_popup .section-title > label.offset-label {
    display: none !important;
  }
}
.w div.ink_search_popup label {
  min-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 1.25;
  vertical-align: baseline;
  font-weight: 500;
}
.w div.ink_search_popup label.form-required:after,
.w div.ink_search_popup label.label-required:after {
  content: "*";
  color: #d9534f;
  margin-left: 2px;
}
.w div.ink_search_popup .form-group > .form-entry {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w div.ink_search_popup .form-group > .form-entry {
    float: left;
    width: 83.33333333%;
  }
}
.w div.ink_search_popup .form-entry {
  max-width: 800px;
}
.w div.ink_search_popup .form-entry.full-width {
  max-width: none;
}
.w div.ink_search_popup .form-entry div.checkbox,
.w div.ink_search_popup .form-entry div.radio {
  margin: 0;
  width: 100%;
  padding: 0 ;
  height: 26px;
  clear: both;
}
.w div.ink_search_popup .form-entry div.checkbox.sub-entry,
.w div.ink_search_popup .form-entry div.radio.sub-entry {
  padding-left: 30px;
}
.w div.ink_search_popup .form-entry div.checkbox input[type="checkbox"],
.w div.ink_search_popup .form-entry div.radio input[type="checkbox"],
.w div.ink_search_popup .form-entry div.checkbox input[type="radio"],
.w div.ink_search_popup .form-entry div.radio input[type="radio"] {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: inherit;
  vertical-align: middle;
  margin-right: 10px;
}
.w div.ink_search_popup .form-entry div.checkbox label,
.w div.ink_search_popup .form-entry div.radio label {
  float: left;
  width: auto;
  max-width: 100%;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
}
.w div.ink_search_popup .form-entry div.checkbox.with-form-control:before,
.w div.ink_search_popup .form-entry div.radio.with-form-control:before,
.w div.ink_search_popup .form-entry div.checkbox.with-form-control:after,
.w div.ink_search_popup .form-entry div.radio.with-form-control:after {
  content: " ";
  display: table;
}
.w div.ink_search_popup .form-entry div.checkbox.with-form-control:after,
.w div.ink_search_popup .form-entry div.radio.with-form-control:after {
  clear: both;
}
.w div.ink_search_popup .form-entry div.checkbox.with-form-control:before,
.w div.ink_search_popup .form-entry div.radio.with-form-control:before,
.w div.ink_search_popup .form-entry div.checkbox.with-form-control:after,
.w div.ink_search_popup .form-entry div.radio.with-form-control:after {
  content: " ";
  display: table;
}
.w div.ink_search_popup .form-entry div.checkbox.with-form-control:after,
.w div.ink_search_popup .form-entry div.radio.with-form-control:after {
  clear: both;
}
.w div.ink_search_popup .form-entry div.checkbox.with-form-control > label,
.w div.ink_search_popup .form-entry div.radio.with-form-control > label {
  width: auto;
  float: left;
  margin-right: 10px;
}
.w div.ink_search_popup .form-entry div.checkbox.with-form-control > .form-control,
.w div.ink_search_popup .form-entry div.radio.with-form-control > .form-control,
.w div.ink_search_popup .form-entry div.checkbox.with-form-control > .sdrop,
.w div.ink_search_popup .form-entry div.radio.with-form-control > .sdrop,
.w div.ink_search_popup .form-entry div.checkbox.with-form-control > .XDrop,
.w div.ink_search_popup .form-entry div.radio.with-form-control > .XDrop {
  width: auto;
  float: left;
}
.w div.ink_search_popup .form-entry div.form-datetime {
  margin-left: -10px;
  margin-right: -10px;
}
.w div.ink_search_popup .form-entry div.form-datetime .form-date-only {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w div.ink_search_popup .form-entry div.form-datetime .form-date {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 13em;
}
@media (min-width: 768px) {
  .w div.ink_search_popup .form-entry div.form-datetime .form-date {
    float: left;
    width: 58.33333333%;
  }
}
.w div.ink_search_popup .form-entry div.form-datetime .form-time {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 11em;
}
@media (min-width: 768px) {
  .w div.ink_search_popup .form-entry div.form-datetime .form-time {
    float: left;
    width: 41.66666667%;
  }
}
.w div.ink_search_popup .form-entry div.form-radio-checkbox-indent {
  margin-left: 23px;
}
.w div.ink_search_popup .form-entry .btn,
.w div.ink_search_popup .form-entry .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w div.ink_search_popup .form-entry .row-actions > .action,
.w div.ink_search_popup .form-entry .row-actions > .dropdown > .morebutton,
.w div.ink_search_popup .form-entry .buttonprimary,
.w div.ink_search_popup .form-entry .buttonsecondary,
.w div.ink_search_popup .form-entry .action-menu-component > a.action,
.w div.ink_search_popup .form-entry .btn-no-border,
.w div.ink_search_popup .form-entry .inline_help,
.w div.ink_search_popup .form-entry .row-actions-component > .action,
.w div.ink_search_popup .form-entry .row-actions-component > .dropdown > .morebutton,
.w div.ink_search_popup .form-entry .inline_help-nopadding {
  margin-right: 10px;
}
.w div.ink_search_popup .form-entry .btn.btn-no-margin,
.w div.ink_search_popup .form-entry .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.btn-no-margin,
.w div.ink_search_popup .form-entry .row-actions > .action.btn-no-margin,
.w div.ink_search_popup .form-entry .row-actions > .dropdown > .morebutton.btn-no-margin,
.w div.ink_search_popup .form-entry .buttonprimary.btn-no-margin,
.w div.ink_search_popup .form-entry .buttonsecondary.btn-no-margin,
.w div.ink_search_popup .form-entry .action-menu-component > a.action.btn-no-margin,
.w div.ink_search_popup .form-entry .btn-no-border.btn-no-margin,
.w div.ink_search_popup .form-entry .inline_help.btn-no-margin,
.w div.ink_search_popup .form-entry .row-actions-component > .action.btn-no-margin,
.w div.ink_search_popup .form-entry .row-actions-component > .dropdown > .morebutton.btn-no-margin,
.w div.ink_search_popup .form-entry .inline_help-nopadding.btn-no-margin {
  margin: 0;
}
.w div.ink_search_popup .form-entry .btn.btn-no-padding,
.w div.ink_search_popup .form-entry .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.btn-no-padding,
.w div.ink_search_popup .form-entry .row-actions > .action.btn-no-padding,
.w div.ink_search_popup .form-entry .row-actions > .dropdown > .morebutton.btn-no-padding,
.w div.ink_search_popup .form-entry .buttonprimary.btn-no-padding,
.w div.ink_search_popup .form-entry .buttonsecondary.btn-no-padding,
.w div.ink_search_popup .form-entry .action-menu-component > a.action.btn-no-padding,
.w div.ink_search_popup .form-entry .btn-no-border.btn-no-padding,
.w div.ink_search_popup .form-entry .inline_help.btn-no-padding,
.w div.ink_search_popup .form-entry .row-actions-component > .action.btn-no-padding,
.w div.ink_search_popup .form-entry .row-actions-component > .dropdown > .morebutton.btn-no-padding,
.w div.ink_search_popup .form-entry .inline_help-nopadding.btn-no-padding {
  padding: 0;
}
.w div.ink_search_popup .form-entry .btn-group > .btn,
.w div.ink_search_popup .form-entry .btn-group > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w div.ink_search_popup .form-entry .btn-group > .row-actions > .action,
.w div.ink_search_popup .form-entry .btn-group > .row-actions > .dropdown > .morebutton,
.w div.ink_search_popup .form-entry .btn-group > .buttonprimary,
.w div.ink_search_popup .form-entry .btn-group > .buttonsecondary,
.w div.ink_search_popup .form-entry .btn-group > .action-menu-component > a.action,
.w div.ink_search_popup .form-entry .btn-group > .btn-no-border,
.w div.ink_search_popup .form-entry .btn-group > .inline_help,
.w div.ink_search_popup .form-entry .btn-group > .row-actions-component > .action,
.w div.ink_search_popup .form-entry .btn-group > .row-actions-component > .dropdown > .morebutton,
.w div.ink_search_popup .form-entry .btn-group > .inline_help-nopadding {
  margin-right: 0px;
}
.w div.ink_search_popup .form-entry p {
  margin-top: 5px;
}
.w div.ink_search_popup .form-entry select.form-control,
.w div.ink_search_popup .form-entry select.sdrop,
.w div.ink_search_popup .form-entry select.XDrop {
  padding: 3px 10px 4px 10px;
}
.w div.ink_search_popup .form-entry div.date-time-compact .form-date {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w div.ink_search_popup .form-entry div.date-time-compact .form-date {
    float: left;
    width: 50%;
  }
}
.w div.ink_search_popup .form-entry div.date-time-compact .form-time {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w div.ink_search_popup .form-entry div.date-time-compact .form-time {
    float: left;
    width: 50%;
  }
}
.w div.ink_search_popup .form-entry .sublevel-option {
  padding-left: 23px;
}
.w div.ink_search_popup .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.w div.ink_search_popup .form-section {
  margin-bottom: 10px;
}
.w div.ink_search_popup .form-section .section-title {
  margin-left: -10px;
  margin-right: -10px;
}
.w div.ink_search_popup .form-section .section-title label {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w div.ink_search_popup .form-section .section-title label {
    float: left;
    width: 16.66666667%;
  }
}
.w div.ink_search_popup .form-section .section-title h3,
.w div.ink_search_popup .form-section .section-title h4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #5f7e7e;
}
@media (min-width: 768px) {
  .w div.ink_search_popup .form-section .section-title h3,
  .w div.ink_search_popup .form-section .section-title h4 {
    float: left;
    width: 83.33333333%;
  }
}
.w div.ink_search_popup .form-section .section-title h3 .form-control,
.w div.ink_search_popup .form-section .section-title h4 .form-control,
.w div.ink_search_popup .form-section .section-title h3 .sdrop,
.w div.ink_search_popup .form-section .section-title h4 .sdrop,
.w div.ink_search_popup .form-section .section-title h3 .XDrop,
.w div.ink_search_popup .form-section .section-title h4 .XDrop {
  width: auto;
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  margin: 0 10px;
}
.w div.ink_search_popup .form-section.section-no-labels .form-group > label,
.w div.ink_search_popup .form-section.section-no-labels .section-title > label {
  width: 20px;
}
.w div.ink_search_popup.form-no-labels .form-group > label,
.w div.ink_search_popup.form-no-labels .section-title > label {
  display: none;
}
.w div.ink_search_popup.form-no-labels .form-group {
  padding-left: 20px;
}
.w div.ink_search_popup.form-no-labels .form-group .form-entry.full-width {
  width: 100%;
}
.w div.ink_search_popup.form-no-margins .form-group > label,
.w div.ink_search_popup.form-no-margins .section-title > label {
  display: none;
}
.w div.ink_search_popup.form-no-margins .form-group .form-entry.full-width {
  width: 100%;
}
.w div.ink_search_popup.form-labels-on-top .form-group > label,
.w div.ink_search_popup .form-group.label-on-top > label,
.w div.ink_search_popup.form-labels-on-top .form-group > .form-entry,
.w div.ink_search_popup .form-group.label-on-top > .form-entry {
  width: 100%;
  max-width: none;
}
.w div.ink_search_popup.form-labels-on-top .form-group > label,
.w div.ink_search_popup .form-group.label-on-top > label {
  text-align: left;
  margin-bottom: 0;
}
.w div.ink_search_popup.form-labels-on-top .form-group .offset-label,
.w div.ink_search_popup .form-group.label-on-top .offset-label {
  display: none;
}
@media print {
  .w div.ink_search_popup .form-entry {
    max-width: none;
  }
  .w div.ink_search_popup .offset-label {
    display: none;
  }
  .w div.ink_search_popup .form-entry.full-width {
    width: 100%;
    float: none;
    clear: both;
  }
}
.w div.ink_search_popup .form-entry .AddEditFolderThumbnail {
  border: 1;
  width: 100px;
  height: 100px;
}
.w div.ink_search_popup .form-entry .normalAddEditFolderThumbnail {
  border: 0;
  width: 50px;
  height: 50px;
}
.w div.ink_search_popup .form-group > label,
.w div.ink_search_popup .section-title > label {
  display: none;
}
.w div.ink_search_popup .form-group {
  padding-left: 20px;
}
.w div.ink_search_popup .form-group .form-entry.full-width {
  width: 100%;
}
.w div.ink_search_popup .form-group {
  padding-right: 20px;
}
.w div.ink_search_popup .form-group .form-entry {
  width: 100%;
}
.w div.ink_search_popup table.number_of_inks {
  margin-bottom: 10px;
}
.w div.ink_search_popup table.number_of_inks tr > td.td-label > label {
  width: auto;
  float: right;
}
.w div.ink_search_popup .addinkbuttondiv {
  border: 1px solid #ddd;
  width: 100%;
  padding: 5px 5px;
  border-top: 0;
}
.w div.ink_search_popup .addinkbuttondiv a {
  margin-right: 0;
}
.w div.ink_search_popup .ink_rows_table {
  max-height: 300px;
  overflow: auto;
}
.w div.ink_search_popup .ink_rows_table > table {
  margin-bottom: 0;
}
.w .bom_search_popup .modal-body {
  padding: 0;
}
.w .bom_search_popup .modal-body > div {
  max-height: 80vh;
  overflow: auto;
}
.w .savedsearch_modalpopup .modal-dialog {
  width: 90%;
}
.w .savedsearch_modalpopup .modal-body {
  padding: 0;
}
.w .savedsearch_modalpopup .wcr.savedsearchdialog {
  min-height: 5vh;
  max-height: 80vh;
  overflow: auto;
}
.w .dshSearchDashboard .dshBlockGallery .XDropPanel {
  border-bottom: 0;
}
.w .wcr-search-graph .c3-tooltip-container .c3-tooltip-table {
  background-color: #fff;
  opacity: 0.9;
  border: none;
}
.w .wcr-search-graph .c3-tooltip-container .c3-tooltip-table .row-item {
  border: 1px solid #a3baba;
}
.w .wcr-search-graph .c3-tooltip-container .c3-tooltip-table .row-item td {
  padding: 10px;
}
.w .wcr-search-graph .c3-tooltip-container .c3-tooltip-table .row-label {
  text-align: left;
}
.w .wcr-search-graph .c3-tooltip-container .c3-tooltip-table .row-value {
  text-align: right;
}
.w .wcr-search-graph svg .c3-axis-x line,
.w .wcr-search-graph svg .c3-axis-y line,
.w .wcr-search-graph svg .c3-axis-x path,
.w .wcr-search-graph svg .c3-axis-y path {
  stroke: #b3b3b3;
}
.w .sdrop {
  position: relative;
  padding: 0;
}
.w .sdrop.loading {
  background: url("/wcr-static/style/images/loaderTransparent.gif") no-repeat right 20px center;
}
.w .sdrop.open {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #66afe9;
}
.w .sdrop select {
  display: none !important;
}
.w .sdrop > p,
.w .wcr-form .form-entry .sdrop > p {
  padding: 4px 28px 4px 10px;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w .sdrop > input[type="text"] {
  border: 0;
  margin: 0;
  padding: 4px 28px 4px 10px;
  display: block;
  height: 24px;
  width: 100%;
  background: transparent;
}
.w .sdrop > input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.w .sdrop .caret {
  position: absolute;
  top: 10px;
  right: 10px;
}
.w .sdropResults {
  overflow-x: auto;
}
.w .sdropResults > li {
  display: block;
  padding: 4px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.25;
  color: #5f7e7e;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w .sdropResults > li:hover,
.w .sdropResults > li:focus,
.w .sdropResults > li.selected {
  text-decoration: none;
  color: #547070;
  background-color: #f5f5f5;
}
.w .sdropResults > li.nonSelectable {
  color: #999;
  cursor: not-allowed;
}
.w .sdropResults > li.nonSelectable:hover {
  background-color: transparent;
  color: #999;
}
.w .sdropResults > li.result-indent {
  padding-left: 20px;
}
.w .sdropResults > li.result-bold {
  font-weight: 500;
}
.w .XDropPanel {
  border: 1px solid #ccc;
  min-width: 200px;
  background: #fff;
  z-index: 4;
}
.w .XDropPanel .XDropResult {
  cursor: pointer;
  padding: 5px 5px;
}
.w .XDropPanel .XDropResult.XDrop-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.w .XDropPanel .XDropResult + .XDropResult {
  border-top: 1px solid #ccc;
}
.w .XDropPanel .XDropResult.has-focus,
.w .XDropPanel .XDropResult:hover {
  background-color: #f5f5f5;
}
.w .XDropPanel .XDropResult.is-selected {
  background-color: #e0e8e8;
}
.w .XDropPanel .XDropResult.notselectable {
  cursor: auto;
}
.w .XDropPanel .XDropResult.notselectable.has-focus,
.w .XDropPanel .XDropResult.notselectable:hover {
  background-color: #fff;
}
.w .XDropPanel .XDropResult.XDropSeparatorEntry {
  background-color: #ffffff;
  padding: 1px;
  cursor: auto;
}
.w .XDropPanel .XDropResult.XDropSeparatorEntry.has-focus,
.w .XDropPanel .XDropResult.XDropSeparatorEntry:hover {
  background-color: #ffffff;
}
.w .XDropPanel .XDropResult.disabledentry {
  font-style: italic;
  color: #999;
}
.w .XDropPanel .XDropResult > .filter {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 75px;
  -moz-flex-basis: 75px;
  -ms-flex-basis: 75px;
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  position: relative;
}
.w .XDropPanel .XDropResult > .filter:after {
  content: " ";
  background: url('/wcr-static/style/images/loaderTransparent.gif') no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -25px;
  margin-top: -8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  pointer-events: none;
}
.w .XDropPanel.is-loading .XDropResult > .filter:after {
  opacity: 1;
}
.w .XDropResult {
  display: block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  /*this is needed to prevent a vertical scroll bar from popping up*/
}
.w .XDropResult.placeholder {
  color: #999999;
}
.w .XDropResult .action-button {
  width: 100%;
}
.w .XDropResult .action-button.btn-showmore {
  border: 1px dashed #ddd;
  background: transparent;
}
.w .XDropResult .xdrop-hightlightMatch {
  font-weight: bold;
  background-color: rgba(255, 255, 0, 0.3);
}
.w .XDropResult.XDrop-category {
  background-color: #dcdcdc;
  font-weight: bold;
}
.w .XDropResult.XDrop-category.has-focus,
.w .XDropResult.XDrop-category:hover {
  background-color: #cfcfcf;
}
.w .XDropResult.XDrop-category.is-selected {
  background-color: #c2c2c2;
}
.w .XDropResult.XDrop-category .badge {
  float: right;
}
.w .XDropResult .member-list {
  margin-bottom: 0px;
  list-style: none;
}
.w .XDropResult .member-list li {
  font-size: 85%;
}
.w .XDropResult .member-list li .icon,
.w .XDropResult .member-list li .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
.w .XDropResult .member-list li .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting {
  font-size: 85%;
  vertical-align: top;
}
.w .XDropResult .member-list li .icon-WCR_Cont-Circle12:after {
  content: " ";
}
.w .XDropResult .member-list li .user.icon-WCR_Cont-Circle12:before {
  color: #aaa;
}
.w .XDropResult .member-list li .group.icon-WCR_Cont-Circle12:before {
  color: #4cae4c;
}
.w .XDropResult .item-suffix {
  font-size: 85%;
  color: #779999;
}
.w .XDropResult .item-suffix.spacing {
  margin-left: 5px;
}
.w .XDropResult .item-suffix .icon,
.w .XDropResult .item-suffix .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
.w .XDropResult .item-suffix .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting {
  font-size: 85%;
  vertical-align: 0%;
}
.w .XDropResult .member-list,
.w .XDropResult .more-item {
  padding-left: 26px;
}
.w .XDropResult .more-item {
  display: none;
  font-size: 85%;
  padding-top: 2px;
}
.w .XDropResult .more-item.has-more-results {
  display: block;
  height: auto;
}
.w .XDropResult .more-item.has-more-results:hover {
  text-decoration: underline;
  cursor: pointer;
}
.w .XDropResult .more-details {
  padding-left: 26px;
  font-size: 85%;
}
.w .XDrop {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.w .XDrop .dropdown-toggle {
  cursor: pointer;
}
.w .XDrop .clear-button {
  cursor: pointer;
  z-index: 10;
  text-decoration: none;
  margin: 0px 4px;
}
.w .XDrop .clear-button:hover {
  text-decoration: none;
}
.w .XDrop > .XDropResult {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.w .XDrop .click-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
.w .XDrop.open .click-overlay {
  display: none;
}
.w .XDrop .XDropPanelWrapper {
  margin-left: -1px;
  margin-right: -1px;
}
.w .XDrop.disabled:focus {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.w .XDrop.disabled {
  background-color: #ecf0f0;
  opacity: 1;
}
.w .XDrop.readonly,
.w .XDrop.readonly:focus {
  border: 0;
  padding: 0;
  min-height: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  background-color: transparent;
}
.w .XDrop.readonly .caret,
.w .XDrop.readonly:focus .caret {
  display: none;
}
.w .XDrop.readonly .click-overlay,
.w .XDrop.readonly:focus .click-overlay {
  display: none;
}
.w .XDrop.multi-select {
  padding: 0px 10px 0px 3px;
  height: auto;
}
.w .XDrop.multi-select .inline-label {
  margin: 3px;
}
.w .XDrop.multi-select .dropdown-toggle {
  padding-top: 4px;
}
.w .XDrop.multi-select .dropdown-toggle:after {
  content: " ";
  background: url('/wcr-static/style/images/loaderTransparent.gif') no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 100%;
  margin-left: -25px;
  margin-top: -8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  pointer-events: none;
}
.w .XDrop.multi-select.is-loading > .dropdown-toggle:after {
  opacity: 1;
}
.w .XDrop.multi-select .representation-layer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 1px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.w .XDrop.multi-select .representation-layer .token {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  cursor: default;
  margin: 1px;
  padding: 0px 5px;
  pointer-events: auto;
}
.w .XDrop.multi-select .representation-layer .token .token-close {
  margin: 0px;
  padding: 0px;
}
.w .XDrop.multi-select .representation-layer .token.selected {
  border-color: #66afe9;
}
.w .XDrop.multi-select .representation-layer > input {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline;
  width: auto;
  height: 22px;
  box-shadow: none;
  padding-left: 5px;
  min-width: 100px;
  max-width: 100%;
  border: 0;
  background: transparent;
  outline: none;
}
.w .XDrop.multi-select.reasons-xdrop .dropdown-toggle {
  position: "absolute";
  bottom: 4px;
  right: 8px;
}
.w .XDrop.multi-select.reasons-xdrop .representation-layer {
  flex-direction: column;
  align-items: flex-start;
}
.w .XDrop.multi-select.reasons-xdrop .representation-layer .token .token-close {
  margin: 2px 0px 2px 6px;
}
.w .XDrop.multi-select.reasons-xdrop .representation-layer > input {
  width: 100%;
}
.w .XDropPanel.limitedHeight {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.w .XDropPanel.limitedHeight .XDrop-filter {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.w .XDropPanel.limitedHeight .results {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.w .XDropPanel.nofilter .XDropResult.XDrop-filter {
  display: none;
}
.w .XDropPanelWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.w .XDropPanelWrapper .XDropPanel {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-height: inherit;
}
.w .modal-body > .XDropPanelWrapper {
  margin: -10px;
}
.w .mobile .XDropPanel .XDropResult {
  padding: 10px 5px;
}
.w .mobile .XDropPanel .XDropResult.XDrop-filter {
  padding: 5px;
  margin-bottom: 0;
}
.w .mobile .XDropPanel .XDropResult.XDropSeparatorEntry {
  padding: 1px;
}
.w .XDropPanelWrapper.absolute {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
}
.w .XDropPanelWrapper.absolute.above {
  bottom: 100%;
  top: auto;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  margin-bottom: 1px;
}
.w .input-group .XDrop.open {
  z-index: inherit;
}
.w .wcr-xdrop.note-popover {
  padding: 0;
}
.w .wcr-xdrop.note-popover .popover-content {
  max-height: inherit;
  overflow-y: auto;
  padding: 0px;
  max-width: 800px;
}
.w .wcr-xdrop.note-popover .popover-content > .XDropPanel {
  border: 0px;
}
.w .container-xs .col-xs-1,
.w .col-xs-2,
.w .col-xs-3,
.w .col-xs-4,
.w .col-xs-5,
.w .col-xs-6,
.w .col-xs-7,
.w .col-xs-8,
.w .col-xs-9,
.w .col-xs-10,
.w .col-xs-11,
.w .col-xs-12,
.w .container-sm .col-xs-1,
.w .col-xs-2,
.w .col-xs-3,
.w .col-xs-4,
.w .col-xs-5,
.w .col-xs-6,
.w .col-xs-7,
.w .col-xs-8,
.w .col-xs-9,
.w .col-xs-10,
.w .col-xs-11,
.w .col-xs-12,
.w .container-md .col-xs-1,
.w .col-xs-2,
.w .col-xs-3,
.w .col-xs-4,
.w .col-xs-5,
.w .col-xs-6,
.w .col-xs-7,
.w .col-xs-8,
.w .col-xs-9,
.w .col-xs-10,
.w .col-xs-11,
.w .col-xs-12,
.w .container-lg .col-xs-1,
.w .col-xs-2,
.w .col-xs-3,
.w .col-xs-4,
.w .col-xs-5,
.w .col-xs-6,
.w .col-xs-7,
.w .col-xs-8,
.w .col-xs-9,
.w .col-xs-10,
.w .col-xs-11,
.w .col-xs-12 {
  float: left;
}
.w .container-xs .col-xs-12,
.w .container-sm .col-xs-12,
.w .container-md .col-xs-12,
.w .container-lg .col-xs-12 {
  width: 100%;
}
.w .container-xs .col-xs-11,
.w .container-sm .col-xs-11,
.w .container-md .col-xs-11,
.w .container-lg .col-xs-11 {
  width: 91.66666667%;
}
.w .container-xs .col-xs-10,
.w .container-sm .col-xs-10,
.w .container-md .col-xs-10,
.w .container-lg .col-xs-10 {
  width: 83.33333333%;
}
.w .container-xs .col-xs-9,
.w .container-sm .col-xs-9,
.w .container-md .col-xs-9,
.w .container-lg .col-xs-9 {
  width: 75%;
}
.w .container-xs .col-xs-8,
.w .container-sm .col-xs-8,
.w .container-md .col-xs-8,
.w .container-lg .col-xs-8 {
  width: 66.66666667%;
}
.w .container-xs .col-xs-7,
.w .container-sm .col-xs-7,
.w .container-md .col-xs-7,
.w .container-lg .col-xs-7 {
  width: 58.33333333%;
}
.w .container-xs .col-xs-6,
.w .container-sm .col-xs-6,
.w .container-md .col-xs-6,
.w .container-lg .col-xs-6 {
  width: 50%;
}
.w .container-xs .col-xs-5,
.w .container-sm .col-xs-5,
.w .container-md .col-xs-5,
.w .container-lg .col-xs-5 {
  width: 41.66666667%;
}
.w .container-xs .col-xs-4,
.w .container-sm .col-xs-4,
.w .container-md .col-xs-4,
.w .container-lg .col-xs-4 {
  width: 33.33333333%;
}
.w .container-xs .col-xs-3,
.w .container-sm .col-xs-3,
.w .container-md .col-xs-3,
.w .container-lg .col-xs-3 {
  width: 25%;
}
.w .container-xs .col-xs-2,
.w .container-sm .col-xs-2,
.w .container-md .col-xs-2,
.w .container-lg .col-xs-2 {
  width: 16.66666667%;
}
.w .container-xs .col-xs-1,
.w .container-sm .col-xs-1,
.w .container-md .col-xs-1,
.w .container-lg .col-xs-1 {
  width: 8.33333333%;
}
.w .container-xs .col-xs-pull-12,
.w .container-sm .col-xs-pull-12,
.w .container-md .col-xs-pull-12,
.w .container-lg .col-xs-pull-12 {
  right: 100%;
}
.w .container-xs .col-xs-pull-11,
.w .container-sm .col-xs-pull-11,
.w .container-md .col-xs-pull-11,
.w .container-lg .col-xs-pull-11 {
  right: 91.66666667%;
}
.w .container-xs .col-xs-pull-10,
.w .container-sm .col-xs-pull-10,
.w .container-md .col-xs-pull-10,
.w .container-lg .col-xs-pull-10 {
  right: 83.33333333%;
}
.w .container-xs .col-xs-pull-9,
.w .container-sm .col-xs-pull-9,
.w .container-md .col-xs-pull-9,
.w .container-lg .col-xs-pull-9 {
  right: 75%;
}
.w .container-xs .col-xs-pull-8,
.w .container-sm .col-xs-pull-8,
.w .container-md .col-xs-pull-8,
.w .container-lg .col-xs-pull-8 {
  right: 66.66666667%;
}
.w .container-xs .col-xs-pull-7,
.w .container-sm .col-xs-pull-7,
.w .container-md .col-xs-pull-7,
.w .container-lg .col-xs-pull-7 {
  right: 58.33333333%;
}
.w .container-xs .col-xs-pull-6,
.w .container-sm .col-xs-pull-6,
.w .container-md .col-xs-pull-6,
.w .container-lg .col-xs-pull-6 {
  right: 50%;
}
.w .container-xs .col-xs-pull-5,
.w .container-sm .col-xs-pull-5,
.w .container-md .col-xs-pull-5,
.w .container-lg .col-xs-pull-5 {
  right: 41.66666667%;
}
.w .container-xs .col-xs-pull-4,
.w .container-sm .col-xs-pull-4,
.w .container-md .col-xs-pull-4,
.w .container-lg .col-xs-pull-4 {
  right: 33.33333333%;
}
.w .container-xs .col-xs-pull-3,
.w .container-sm .col-xs-pull-3,
.w .container-md .col-xs-pull-3,
.w .container-lg .col-xs-pull-3 {
  right: 25%;
}
.w .container-xs .col-xs-pull-2,
.w .container-sm .col-xs-pull-2,
.w .container-md .col-xs-pull-2,
.w .container-lg .col-xs-pull-2 {
  right: 16.66666667%;
}
.w .container-xs .col-xs-pull-1,
.w .container-sm .col-xs-pull-1,
.w .container-md .col-xs-pull-1,
.w .container-lg .col-xs-pull-1 {
  right: 8.33333333%;
}
.w .container-xs .col-xs-pull-0,
.w .container-sm .col-xs-pull-0,
.w .container-md .col-xs-pull-0,
.w .container-lg .col-xs-pull-0 {
  right: auto;
}
.w .container-xs .col-xs-push-12,
.w .container-sm .col-xs-push-12,
.w .container-md .col-xs-push-12,
.w .container-lg .col-xs-push-12 {
  left: 100%;
}
.w .container-xs .col-xs-push-11,
.w .container-sm .col-xs-push-11,
.w .container-md .col-xs-push-11,
.w .container-lg .col-xs-push-11 {
  left: 91.66666667%;
}
.w .container-xs .col-xs-push-10,
.w .container-sm .col-xs-push-10,
.w .container-md .col-xs-push-10,
.w .container-lg .col-xs-push-10 {
  left: 83.33333333%;
}
.w .container-xs .col-xs-push-9,
.w .container-sm .col-xs-push-9,
.w .container-md .col-xs-push-9,
.w .container-lg .col-xs-push-9 {
  left: 75%;
}
.w .container-xs .col-xs-push-8,
.w .container-sm .col-xs-push-8,
.w .container-md .col-xs-push-8,
.w .container-lg .col-xs-push-8 {
  left: 66.66666667%;
}
.w .container-xs .col-xs-push-7,
.w .container-sm .col-xs-push-7,
.w .container-md .col-xs-push-7,
.w .container-lg .col-xs-push-7 {
  left: 58.33333333%;
}
.w .container-xs .col-xs-push-6,
.w .container-sm .col-xs-push-6,
.w .container-md .col-xs-push-6,
.w .container-lg .col-xs-push-6 {
  left: 50%;
}
.w .container-xs .col-xs-push-5,
.w .container-sm .col-xs-push-5,
.w .container-md .col-xs-push-5,
.w .container-lg .col-xs-push-5 {
  left: 41.66666667%;
}
.w .container-xs .col-xs-push-4,
.w .container-sm .col-xs-push-4,
.w .container-md .col-xs-push-4,
.w .container-lg .col-xs-push-4 {
  left: 33.33333333%;
}
.w .container-xs .col-xs-push-3,
.w .container-sm .col-xs-push-3,
.w .container-md .col-xs-push-3,
.w .container-lg .col-xs-push-3 {
  left: 25%;
}
.w .container-xs .col-xs-push-2,
.w .container-sm .col-xs-push-2,
.w .container-md .col-xs-push-2,
.w .container-lg .col-xs-push-2 {
  left: 16.66666667%;
}
.w .container-xs .col-xs-push-1,
.w .container-sm .col-xs-push-1,
.w .container-md .col-xs-push-1,
.w .container-lg .col-xs-push-1 {
  left: 8.33333333%;
}
.w .container-xs .col-xs-push-0,
.w .container-sm .col-xs-push-0,
.w .container-md .col-xs-push-0,
.w .container-lg .col-xs-push-0 {
  left: auto;
}
.w .container-xs .col-xs-offset-12,
.w .container-sm .col-xs-offset-12,
.w .container-md .col-xs-offset-12,
.w .container-lg .col-xs-offset-12 {
  margin-left: 100%;
}
.w .container-xs .col-xs-offset-11,
.w .container-sm .col-xs-offset-11,
.w .container-md .col-xs-offset-11,
.w .container-lg .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.w .container-xs .col-xs-offset-10,
.w .container-sm .col-xs-offset-10,
.w .container-md .col-xs-offset-10,
.w .container-lg .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.w .container-xs .col-xs-offset-9,
.w .container-sm .col-xs-offset-9,
.w .container-md .col-xs-offset-9,
.w .container-lg .col-xs-offset-9 {
  margin-left: 75%;
}
.w .container-xs .col-xs-offset-8,
.w .container-sm .col-xs-offset-8,
.w .container-md .col-xs-offset-8,
.w .container-lg .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.w .container-xs .col-xs-offset-7,
.w .container-sm .col-xs-offset-7,
.w .container-md .col-xs-offset-7,
.w .container-lg .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.w .container-xs .col-xs-offset-6,
.w .container-sm .col-xs-offset-6,
.w .container-md .col-xs-offset-6,
.w .container-lg .col-xs-offset-6 {
  margin-left: 50%;
}
.w .container-xs .col-xs-offset-5,
.w .container-sm .col-xs-offset-5,
.w .container-md .col-xs-offset-5,
.w .container-lg .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.w .container-xs .col-xs-offset-4,
.w .container-sm .col-xs-offset-4,
.w .container-md .col-xs-offset-4,
.w .container-lg .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.w .container-xs .col-xs-offset-3,
.w .container-sm .col-xs-offset-3,
.w .container-md .col-xs-offset-3,
.w .container-lg .col-xs-offset-3 {
  margin-left: 25%;
}
.w .container-xs .col-xs-offset-2,
.w .container-sm .col-xs-offset-2,
.w .container-md .col-xs-offset-2,
.w .container-lg .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.w .container-xs .col-xs-offset-1,
.w .container-sm .col-xs-offset-1,
.w .container-md .col-xs-offset-1,
.w .container-lg .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.w .container-xs .col-xs-offset-0,
.w .container-sm .col-xs-offset-0,
.w .container-md .col-xs-offset-0,
.w .container-lg .col-xs-offset-0 {
  margin-left: 0%;
}
.w .container-sm .col-sm-1,
.w .col-sm-2,
.w .col-sm-3,
.w .col-sm-4,
.w .col-sm-5,
.w .col-sm-6,
.w .col-sm-7,
.w .col-sm-8,
.w .col-sm-9,
.w .col-sm-10,
.w .col-sm-11,
.w .col-sm-12,
.w .container-md .col-sm-1,
.w .col-sm-2,
.w .col-sm-3,
.w .col-sm-4,
.w .col-sm-5,
.w .col-sm-6,
.w .col-sm-7,
.w .col-sm-8,
.w .col-sm-9,
.w .col-sm-10,
.w .col-sm-11,
.w .col-sm-12,
.w .container-lg .col-sm-1,
.w .col-sm-2,
.w .col-sm-3,
.w .col-sm-4,
.w .col-sm-5,
.w .col-sm-6,
.w .col-sm-7,
.w .col-sm-8,
.w .col-sm-9,
.w .col-sm-10,
.w .col-sm-11,
.w .col-sm-12 {
  float: left;
}
.w .container-sm .col-sm-12,
.w .container-md .col-sm-12,
.w .container-lg .col-sm-12 {
  width: 100%;
}
.w .container-sm .col-sm-11,
.w .container-md .col-sm-11,
.w .container-lg .col-sm-11 {
  width: 91.66666667%;
}
.w .container-sm .col-sm-10,
.w .container-md .col-sm-10,
.w .container-lg .col-sm-10 {
  width: 83.33333333%;
}
.w .container-sm .col-sm-9,
.w .container-md .col-sm-9,
.w .container-lg .col-sm-9 {
  width: 75%;
}
.w .container-sm .col-sm-8,
.w .container-md .col-sm-8,
.w .container-lg .col-sm-8 {
  width: 66.66666667%;
}
.w .container-sm .col-sm-7,
.w .container-md .col-sm-7,
.w .container-lg .col-sm-7 {
  width: 58.33333333%;
}
.w .container-sm .col-sm-6,
.w .container-md .col-sm-6,
.w .container-lg .col-sm-6 {
  width: 50%;
}
.w .container-sm .col-sm-5,
.w .container-md .col-sm-5,
.w .container-lg .col-sm-5 {
  width: 41.66666667%;
}
.w .container-sm .col-sm-4,
.w .container-md .col-sm-4,
.w .container-lg .col-sm-4 {
  width: 33.33333333%;
}
.w .container-sm .col-sm-3,
.w .container-md .col-sm-3,
.w .container-lg .col-sm-3 {
  width: 25%;
}
.w .container-sm .col-sm-2,
.w .container-md .col-sm-2,
.w .container-lg .col-sm-2 {
  width: 16.66666667%;
}
.w .container-sm .col-sm-1,
.w .container-md .col-sm-1,
.w .container-lg .col-sm-1 {
  width: 8.33333333%;
}
.w .container-sm .col-sm-pull-12,
.w .container-md .col-sm-pull-12,
.w .container-lg .col-sm-pull-12 {
  right: 100%;
}
.w .container-sm .col-sm-pull-11,
.w .container-md .col-sm-pull-11,
.w .container-lg .col-sm-pull-11 {
  right: 91.66666667%;
}
.w .container-sm .col-sm-pull-10,
.w .container-md .col-sm-pull-10,
.w .container-lg .col-sm-pull-10 {
  right: 83.33333333%;
}
.w .container-sm .col-sm-pull-9,
.w .container-md .col-sm-pull-9,
.w .container-lg .col-sm-pull-9 {
  right: 75%;
}
.w .container-sm .col-sm-pull-8,
.w .container-md .col-sm-pull-8,
.w .container-lg .col-sm-pull-8 {
  right: 66.66666667%;
}
.w .container-sm .col-sm-pull-7,
.w .container-md .col-sm-pull-7,
.w .container-lg .col-sm-pull-7 {
  right: 58.33333333%;
}
.w .container-sm .col-sm-pull-6,
.w .container-md .col-sm-pull-6,
.w .container-lg .col-sm-pull-6 {
  right: 50%;
}
.w .container-sm .col-sm-pull-5,
.w .container-md .col-sm-pull-5,
.w .container-lg .col-sm-pull-5 {
  right: 41.66666667%;
}
.w .container-sm .col-sm-pull-4,
.w .container-md .col-sm-pull-4,
.w .container-lg .col-sm-pull-4 {
  right: 33.33333333%;
}
.w .container-sm .col-sm-pull-3,
.w .container-md .col-sm-pull-3,
.w .container-lg .col-sm-pull-3 {
  right: 25%;
}
.w .container-sm .col-sm-pull-2,
.w .container-md .col-sm-pull-2,
.w .container-lg .col-sm-pull-2 {
  right: 16.66666667%;
}
.w .container-sm .col-sm-pull-1,
.w .container-md .col-sm-pull-1,
.w .container-lg .col-sm-pull-1 {
  right: 8.33333333%;
}
.w .container-sm .col-sm-pull-0,
.w .container-md .col-sm-pull-0,
.w .container-lg .col-sm-pull-0 {
  right: auto;
}
.w .container-sm .col-sm-push-12,
.w .container-md .col-sm-push-12,
.w .container-lg .col-sm-push-12 {
  left: 100%;
}
.w .container-sm .col-sm-push-11,
.w .container-md .col-sm-push-11,
.w .container-lg .col-sm-push-11 {
  left: 91.66666667%;
}
.w .container-sm .col-sm-push-10,
.w .container-md .col-sm-push-10,
.w .container-lg .col-sm-push-10 {
  left: 83.33333333%;
}
.w .container-sm .col-sm-push-9,
.w .container-md .col-sm-push-9,
.w .container-lg .col-sm-push-9 {
  left: 75%;
}
.w .container-sm .col-sm-push-8,
.w .container-md .col-sm-push-8,
.w .container-lg .col-sm-push-8 {
  left: 66.66666667%;
}
.w .container-sm .col-sm-push-7,
.w .container-md .col-sm-push-7,
.w .container-lg .col-sm-push-7 {
  left: 58.33333333%;
}
.w .container-sm .col-sm-push-6,
.w .container-md .col-sm-push-6,
.w .container-lg .col-sm-push-6 {
  left: 50%;
}
.w .container-sm .col-sm-push-5,
.w .container-md .col-sm-push-5,
.w .container-lg .col-sm-push-5 {
  left: 41.66666667%;
}
.w .container-sm .col-sm-push-4,
.w .container-md .col-sm-push-4,
.w .container-lg .col-sm-push-4 {
  left: 33.33333333%;
}
.w .container-sm .col-sm-push-3,
.w .container-md .col-sm-push-3,
.w .container-lg .col-sm-push-3 {
  left: 25%;
}
.w .container-sm .col-sm-push-2,
.w .container-md .col-sm-push-2,
.w .container-lg .col-sm-push-2 {
  left: 16.66666667%;
}
.w .container-sm .col-sm-push-1,
.w .container-md .col-sm-push-1,
.w .container-lg .col-sm-push-1 {
  left: 8.33333333%;
}
.w .container-sm .col-sm-push-0,
.w .container-md .col-sm-push-0,
.w .container-lg .col-sm-push-0 {
  left: auto;
}
.w .container-sm .col-sm-offset-12,
.w .container-md .col-sm-offset-12,
.w .container-lg .col-sm-offset-12 {
  margin-left: 100%;
}
.w .container-sm .col-sm-offset-11,
.w .container-md .col-sm-offset-11,
.w .container-lg .col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.w .container-sm .col-sm-offset-10,
.w .container-md .col-sm-offset-10,
.w .container-lg .col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.w .container-sm .col-sm-offset-9,
.w .container-md .col-sm-offset-9,
.w .container-lg .col-sm-offset-9 {
  margin-left: 75%;
}
.w .container-sm .col-sm-offset-8,
.w .container-md .col-sm-offset-8,
.w .container-lg .col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.w .container-sm .col-sm-offset-7,
.w .container-md .col-sm-offset-7,
.w .container-lg .col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.w .container-sm .col-sm-offset-6,
.w .container-md .col-sm-offset-6,
.w .container-lg .col-sm-offset-6 {
  margin-left: 50%;
}
.w .container-sm .col-sm-offset-5,
.w .container-md .col-sm-offset-5,
.w .container-lg .col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.w .container-sm .col-sm-offset-4,
.w .container-md .col-sm-offset-4,
.w .container-lg .col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.w .container-sm .col-sm-offset-3,
.w .container-md .col-sm-offset-3,
.w .container-lg .col-sm-offset-3 {
  margin-left: 25%;
}
.w .container-sm .col-sm-offset-2,
.w .container-md .col-sm-offset-2,
.w .container-lg .col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.w .container-sm .col-sm-offset-1,
.w .container-md .col-sm-offset-1,
.w .container-lg .col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.w .container-sm .col-sm-offset-0,
.w .container-md .col-sm-offset-0,
.w .container-lg .col-sm-offset-0 {
  margin-left: 0%;
}
.w .container-md .col-md-1,
.w .col-md-2,
.w .col-md-3,
.w .col-md-4,
.w .col-md-5,
.w .col-md-6,
.w .col-md-7,
.w .col-md-8,
.w .col-md-9,
.w .col-md-10,
.w .col-md-11,
.w .col-md-12,
.w .container-lg .col-md-1,
.w .col-md-2,
.w .col-md-3,
.w .col-md-4,
.w .col-md-5,
.w .col-md-6,
.w .col-md-7,
.w .col-md-8,
.w .col-md-9,
.w .col-md-10,
.w .col-md-11,
.w .col-md-12 {
  float: left;
}
.w .container-md .col-md-12,
.w .container-lg .col-md-12 {
  width: 100%;
}
.w .container-md .col-md-11,
.w .container-lg .col-md-11 {
  width: 91.66666667%;
}
.w .container-md .col-md-10,
.w .container-lg .col-md-10 {
  width: 83.33333333%;
}
.w .container-md .col-md-9,
.w .container-lg .col-md-9 {
  width: 75%;
}
.w .container-md .col-md-8,
.w .container-lg .col-md-8 {
  width: 66.66666667%;
}
.w .container-md .col-md-7,
.w .container-lg .col-md-7 {
  width: 58.33333333%;
}
.w .container-md .col-md-6,
.w .container-lg .col-md-6 {
  width: 50%;
}
.w .container-md .col-md-5,
.w .container-lg .col-md-5 {
  width: 41.66666667%;
}
.w .container-md .col-md-4,
.w .container-lg .col-md-4 {
  width: 33.33333333%;
}
.w .container-md .col-md-3,
.w .container-lg .col-md-3 {
  width: 25%;
}
.w .container-md .col-md-2,
.w .container-lg .col-md-2 {
  width: 16.66666667%;
}
.w .container-md .col-md-1,
.w .container-lg .col-md-1 {
  width: 8.33333333%;
}
.w .container-md .col-md-pull-12,
.w .container-lg .col-md-pull-12 {
  right: 100%;
}
.w .container-md .col-md-pull-11,
.w .container-lg .col-md-pull-11 {
  right: 91.66666667%;
}
.w .container-md .col-md-pull-10,
.w .container-lg .col-md-pull-10 {
  right: 83.33333333%;
}
.w .container-md .col-md-pull-9,
.w .container-lg .col-md-pull-9 {
  right: 75%;
}
.w .container-md .col-md-pull-8,
.w .container-lg .col-md-pull-8 {
  right: 66.66666667%;
}
.w .container-md .col-md-pull-7,
.w .container-lg .col-md-pull-7 {
  right: 58.33333333%;
}
.w .container-md .col-md-pull-6,
.w .container-lg .col-md-pull-6 {
  right: 50%;
}
.w .container-md .col-md-pull-5,
.w .container-lg .col-md-pull-5 {
  right: 41.66666667%;
}
.w .container-md .col-md-pull-4,
.w .container-lg .col-md-pull-4 {
  right: 33.33333333%;
}
.w .container-md .col-md-pull-3,
.w .container-lg .col-md-pull-3 {
  right: 25%;
}
.w .container-md .col-md-pull-2,
.w .container-lg .col-md-pull-2 {
  right: 16.66666667%;
}
.w .container-md .col-md-pull-1,
.w .container-lg .col-md-pull-1 {
  right: 8.33333333%;
}
.w .container-md .col-md-pull-0,
.w .container-lg .col-md-pull-0 {
  right: auto;
}
.w .container-md .col-md-push-12,
.w .container-lg .col-md-push-12 {
  left: 100%;
}
.w .container-md .col-md-push-11,
.w .container-lg .col-md-push-11 {
  left: 91.66666667%;
}
.w .container-md .col-md-push-10,
.w .container-lg .col-md-push-10 {
  left: 83.33333333%;
}
.w .container-md .col-md-push-9,
.w .container-lg .col-md-push-9 {
  left: 75%;
}
.w .container-md .col-md-push-8,
.w .container-lg .col-md-push-8 {
  left: 66.66666667%;
}
.w .container-md .col-md-push-7,
.w .container-lg .col-md-push-7 {
  left: 58.33333333%;
}
.w .container-md .col-md-push-6,
.w .container-lg .col-md-push-6 {
  left: 50%;
}
.w .container-md .col-md-push-5,
.w .container-lg .col-md-push-5 {
  left: 41.66666667%;
}
.w .container-md .col-md-push-4,
.w .container-lg .col-md-push-4 {
  left: 33.33333333%;
}
.w .container-md .col-md-push-3,
.w .container-lg .col-md-push-3 {
  left: 25%;
}
.w .container-md .col-md-push-2,
.w .container-lg .col-md-push-2 {
  left: 16.66666667%;
}
.w .container-md .col-md-push-1,
.w .container-lg .col-md-push-1 {
  left: 8.33333333%;
}
.w .container-md .col-md-push-0,
.w .container-lg .col-md-push-0 {
  left: auto;
}
.w .container-md .col-md-offset-12,
.w .container-lg .col-md-offset-12 {
  margin-left: 100%;
}
.w .container-md .col-md-offset-11,
.w .container-lg .col-md-offset-11 {
  margin-left: 91.66666667%;
}
.w .container-md .col-md-offset-10,
.w .container-lg .col-md-offset-10 {
  margin-left: 83.33333333%;
}
.w .container-md .col-md-offset-9,
.w .container-lg .col-md-offset-9 {
  margin-left: 75%;
}
.w .container-md .col-md-offset-8,
.w .container-lg .col-md-offset-8 {
  margin-left: 66.66666667%;
}
.w .container-md .col-md-offset-7,
.w .container-lg .col-md-offset-7 {
  margin-left: 58.33333333%;
}
.w .container-md .col-md-offset-6,
.w .container-lg .col-md-offset-6 {
  margin-left: 50%;
}
.w .container-md .col-md-offset-5,
.w .container-lg .col-md-offset-5 {
  margin-left: 41.66666667%;
}
.w .container-md .col-md-offset-4,
.w .container-lg .col-md-offset-4 {
  margin-left: 33.33333333%;
}
.w .container-md .col-md-offset-3,
.w .container-lg .col-md-offset-3 {
  margin-left: 25%;
}
.w .container-md .col-md-offset-2,
.w .container-lg .col-md-offset-2 {
  margin-left: 16.66666667%;
}
.w .container-md .col-md-offset-1,
.w .container-lg .col-md-offset-1 {
  margin-left: 8.33333333%;
}
.w .container-md .col-md-offset-0,
.w .container-lg .col-md-offset-0 {
  margin-left: 0%;
}
.w .container-lg .col-lg-1,
.w .col-lg-2,
.w .col-lg-3,
.w .col-lg-4,
.w .col-lg-5,
.w .col-lg-6,
.w .col-lg-7,
.w .col-lg-8,
.w .col-lg-9,
.w .col-lg-10,
.w .col-lg-11,
.w .col-lg-12 {
  float: left;
}
.w .container-lg .col-lg-12 {
  width: 100%;
}
.w .container-lg .col-lg-11 {
  width: 91.66666667%;
}
.w .container-lg .col-lg-10 {
  width: 83.33333333%;
}
.w .container-lg .col-lg-9 {
  width: 75%;
}
.w .container-lg .col-lg-8 {
  width: 66.66666667%;
}
.w .container-lg .col-lg-7 {
  width: 58.33333333%;
}
.w .container-lg .col-lg-6 {
  width: 50%;
}
.w .container-lg .col-lg-5 {
  width: 41.66666667%;
}
.w .container-lg .col-lg-4 {
  width: 33.33333333%;
}
.w .container-lg .col-lg-3 {
  width: 25%;
}
.w .container-lg .col-lg-2 {
  width: 16.66666667%;
}
.w .container-lg .col-lg-1 {
  width: 8.33333333%;
}
.w .container-lg .col-lg-pull-12 {
  right: 100%;
}
.w .container-lg .col-lg-pull-11 {
  right: 91.66666667%;
}
.w .container-lg .col-lg-pull-10 {
  right: 83.33333333%;
}
.w .container-lg .col-lg-pull-9 {
  right: 75%;
}
.w .container-lg .col-lg-pull-8 {
  right: 66.66666667%;
}
.w .container-lg .col-lg-pull-7 {
  right: 58.33333333%;
}
.w .container-lg .col-lg-pull-6 {
  right: 50%;
}
.w .container-lg .col-lg-pull-5 {
  right: 41.66666667%;
}
.w .container-lg .col-lg-pull-4 {
  right: 33.33333333%;
}
.w .container-lg .col-lg-pull-3 {
  right: 25%;
}
.w .container-lg .col-lg-pull-2 {
  right: 16.66666667%;
}
.w .container-lg .col-lg-pull-1 {
  right: 8.33333333%;
}
.w .container-lg .col-lg-pull-0 {
  right: auto;
}
.w .container-lg .col-lg-push-12 {
  left: 100%;
}
.w .container-lg .col-lg-push-11 {
  left: 91.66666667%;
}
.w .container-lg .col-lg-push-10 {
  left: 83.33333333%;
}
.w .container-lg .col-lg-push-9 {
  left: 75%;
}
.w .container-lg .col-lg-push-8 {
  left: 66.66666667%;
}
.w .container-lg .col-lg-push-7 {
  left: 58.33333333%;
}
.w .container-lg .col-lg-push-6 {
  left: 50%;
}
.w .container-lg .col-lg-push-5 {
  left: 41.66666667%;
}
.w .container-lg .col-lg-push-4 {
  left: 33.33333333%;
}
.w .container-lg .col-lg-push-3 {
  left: 25%;
}
.w .container-lg .col-lg-push-2 {
  left: 16.66666667%;
}
.w .container-lg .col-lg-push-1 {
  left: 8.33333333%;
}
.w .container-lg .col-lg-push-0 {
  left: auto;
}
.w .container-lg .col-lg-offset-12 {
  margin-left: 100%;
}
.w .container-lg .col-lg-offset-11 {
  margin-left: 91.66666667%;
}
.w .container-lg .col-lg-offset-10 {
  margin-left: 83.33333333%;
}
.w .container-lg .col-lg-offset-9 {
  margin-left: 75%;
}
.w .container-lg .col-lg-offset-8 {
  margin-left: 66.66666667%;
}
.w .container-lg .col-lg-offset-7 {
  margin-left: 58.33333333%;
}
.w .container-lg .col-lg-offset-6 {
  margin-left: 50%;
}
.w .container-lg .col-lg-offset-5 {
  margin-left: 41.66666667%;
}
.w .container-lg .col-lg-offset-4 {
  margin-left: 33.33333333%;
}
.w .container-lg .col-lg-offset-3 {
  margin-left: 25%;
}
.w .container-lg .col-lg-offset-2 {
  margin-left: 16.66666667%;
}
.w .container-lg .col-lg-offset-1 {
  margin-left: 8.33333333%;
}
.w .container-lg .col-lg-offset-0 {
  margin-left: 0%;
}
.w .details-section {
  margin: 0 5px;
}
.w .details-section.collapse.in,
.w .details-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.w .details-section .details-static {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.w .details-section .details-overflow {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}
.w .details-section .details-section-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.w .details-section .details-section-content .details-block,
.w .details-section .details-section-content .details-info-table,
.w .details-section .details-section-content .detailsHeaderDetails,
.w .details-section .details-section-content .details-thumbnail,
.w .details-section .details-section-content .document-info,
.w .details-section .details-section-content .project-info {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 5px 10px 5px;
}
.w .details-section.collapse {
  height: auto !important;
}
@media (max-width: 767px) {
  .w .details-section,
  .w .details-section.collapse.in {
    display: block;
  }
  .w .details-section .details-static,
  .w .details-section .details-overflow {
    display: block;
    width: 100%;
  }
  .w .details-section.collapse {
    overflow: hidden;
    height: 0 !important;
    visibility: hidden;
  }
  .w .details-section.collapse.in,
  .w .details-section.collapse.collapsing {
    height: auto !important;
    overflow: inherit;
    visibility: visible;
  }
}
.w .details-header-paging {
  float: right !important;
}
.w .details-header-paging .current-location {
  font-size: 13px;
}
.w .details-section-toggle {
  margin-right: 10px;
  display: none !important;
}
@media (max-width: 767px) {
  .w .details-section-toggle {
    display: inline-block !important;
  }
}
.w .header-attributes-cell {
  vertical-align: top;
}
.w .header-attributes-cell td {
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: nowrap;
}
.w .header-attributes-cell td label {
  margin-bottom: 0;
}
.w .details-info-table td {
  padding: 2px;
}
.w .non-interactive-mini-viewer .mini-viewer {
  position: relative;
}
.w .non-interactive-mini-viewer .input-blocker {
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 2;
}
.w .non-interactive-mini-viewer .viewerApp {
  z-index: 1;
}
@media print {
  .w .details-section,
  .w .details-section.collapse,
  .w .details-section.in {
    overflow: visible;
    height: auto !important;
    visibility: visible;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .w .details-section .details-overflow,
  .w .details-section.collapse .details-overflow,
  .w .details-section.in .details-overflow {
    overflow: visible;
  }
  .w .details-section .details-static,
  .w .details-section.collapse .details-static,
  .w .details-section.in .details-static,
  .w .details-section .details-overflow,
  .w .details-section.collapse .details-overflow,
  .w .details-section.in .details-overflow {
    width: auto;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .w a.details-section-toggle {
    display: none !important;
  }
}
.w .document-info td {
  padding: 2px;
}
.w div.doc2dView {
  border: 1px solid #dddddd;
}
.w div.doc2dView img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.w img#docverdetailthumbnail {
  max-width: 300px;
}
.w .project-info td {
  padding: 2px;
}
.w .projectStatus {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 5px;
  padding: 0;
}
.w .projectStatus > a.btn,
.w .projectStatus > a.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .projectStatus > a.row-actions > .action,
.w .projectStatus > a.row-actions > .dropdown > .morebutton,
.w .projectStatus > a.buttonprimary,
.w .projectStatus > a.buttonsecondary,
.w .projectStatus > a.action-menu-component > a.action,
.w .projectStatus > a.btn-no-border,
.w .projectStatus > a.inline_help,
.w .projectStatus > a.row-actions-component > .action,
.w .projectStatus > a.row-actions-component > .dropdown > .morebutton,
.w .projectStatus > a.inline_help-nopadding {
  color: inherit;
  background: transparent;
}
.w .project-description-cell {
  max-width: 800px;
}
.w .project-details-docs-overview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  width: 100%;
}
.w .project-details-docs-overview .folders-wrapper {
  padding: 0 5px 0 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 25%;
}
.w .project-details-docs-overview .folders-wrapper .folders-header {
  line-height: 26px;
  padding: 10px 10px;
}
.w .project-details-docs-overview .folders-wrapper .folders-header .badge {
  float: none;
}
.w .project-details-docs-overview .folders-wrapper .folders-header.active {
  background-color: #fff;
}
.w .project-details-docs-overview .folders-wrapper .list-group-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w .project-details-docs-overview .folders-wrapper .list-group-item.sub-folder {
  padding-left: 20px;
}
.w .project-details-docs-overview .documents-wrapper {
  padding: 0 0 0 5px;
  min-width: 100px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .w .project-details-docs-overview {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .w .project-details-docs-overview .folders-wrapper,
  .w .project-details-docs-overview .documents-wrapper {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
.w .docbom-attributes > td {
  border-top: none !important;
}
.w .docbom-attributes > td table.acat {
  background: #ffffff;
}
.w .projectdetailsbom tr.hovered-state > td {
  background-color: #f5f5f5;
}
.w .projectdetailsbom tr.with-docbom-attributes.active + tr.docbom-attributes > td {
  background-color: #f5f5f5;
}
.w .security-checkbox-column {
  min-width: 80px;
}
.w img#projectdetailthumbnail {
  max-width: 300px;
  border: none;
}
.w .wcr-form .ThumbURLLabel {
  padding-top: 20px;
}
.w .wcr-form .ThumbRow {
  margin-left: 25px;
}
.w .multi-select_section {
  width: 250px;
}
.w .updownbtn {
  margin-left: 5px;
}
.w .fixed-size-table {
  min-width: 1200px;
}
.w .wcr-form .form-entry .AddEditFolderThumbnail {
  border: 1;
  width: 100px;
  height: 100px;
}
.w .wcr-form .form-entry .normalAddEditFolderThumbnail {
  border: 0;
  width: 50px;
  height: 50px;
}
.w .btn-icon-only {
  background: none;
  border: 0;
}
.w .my-work-header {
  font-size: 15px;
}
.w table.myworksection td.myworkcell {
  padding: 0px;
}
.w table.myworksection td.myworkcell div.wcr-table {
  border: 0px;
  margin-bottom: 0px;
}
.w table.myworksection td.myworkcell div.wcr-table div.wcr-table-section {
  border-bottom: 0px;
}
.w .wcr-filter-row .checkbox-filters .checkbox {
  display: inline-block;
  height: 10px;
  margin: 0px;
  padding-left: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.w .wcr-filter-row .checkbox-filters .checkbox input[type='checkbox'],
.w .wcr-filter-row .checkbox-filters .checkbox input[type='radio'] {
  margin-top: 2px;
}
.w #ui-datepicker-div {
  z-index: 9999999 !important;
}
.w .dashboard-simplifiedUI {
  display: inline-block;
}
.w h1.my-work-title {
  font-weight: normal;
  line-height: 26px;
}
.w .page-header.my-work-title > h1 {
  padding: 10px 0px;
}
.w .user-stats-table td:nth-child(even) {
  padding-left: 20px;
}
.w .user-stats-table td + td + td {
  padding-left: 30px;
}
.w .form-group.user-info-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w .form-group.user-info-row label {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .form-group.user-info-row label {
    float: left;
    width: 50%;
  }
}
.w .form-group.user-info-row .value {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .form-group.user-info-row .value {
    float: left;
    width: 50%;
  }
}
.w .td-minor,
.w .abbr-minor {
  color: #a3baba !important;
}
.w .isActiveUserFeedback {
  margin-left: 10px;
  line-height: 1.25;
}
.w .isActiveUserFeedback.success {
  color: #6a8d8d;
}
.w .isActiveUserFeedback.warning {
  cursor: pointer;
}
.w .isActiveUserFeedback .wcr-loadingIndicator {
  display: inline-block;
  position: relative;
}
.w label.userDeactivationLabels {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2.5px;
  padding-bottom: 0px;
}
.w .datePickerLabels label {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.w .usergroupselector {
  min-width: 200px;
}
@media (max-width: 767px) {
  .w .usergroupselector {
    min-width: 150px;
  }
}
.w td.task-predecessor-name {
  max-width: 200px;
  word-wrap: break-word;
}
.w td.delete-predecessor i {
  cursor: pointer;
}
.w .CHILIEditor {
  height: 100%;
  padding-bottom: 0px;
  background: #F7F7F7;
}
.w div.copymove_selecteddocs .panel-body {
  padding: 0;
}
.w div.copymove_selecteddocs .selecteddocs {
  max-height: 250px;
  overflow: auto;
  padding: 15px;
  padding-bottom: 7px;
}
.w table.folderlist td.add-padding-left {
  padding-left: 23px;
}
.w table.folderlist div.radio {
  height: 26px;
  margin: 0px;
  float: left;
}
.w table.folderlist div.radio label {
  width: 100%;
  padding: 5px;
  padding-left: 0px;
}
.w table.folderlist div.radio label input[type="checkbox"],
.w table.folderlist div.radio label input[type="radio"] {
  margin: 0px;
  margin-top: 2px;
}
.w table.folderlist div.radio label span {
  margin-left: 20px;
}
.w td.taskstatus-name {
  min-width: 250px;
}
.w .add-scroll-to-tree {
  height: 250px;
  overflow: auto;
  border: 1px solid #cccccc;
}
.w div.char-node {
  padding: 2px;
  position: relative;
}
.w div.char-node .labeldiv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  right: 0;
}
.w div.char-node .labeldiv label {
  width: auto;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.w div.char-node.child-node {
  padding-left: 25px;
  padding-top: 15px;
}
.w div.char-node input[type='checkbox'] {
  margin-right: 5px;
}
.w div.char-node i {
  cursor: pointer;
  margin-right: 10px;
}
.w div.char-node > span {
  vertical-align: sub;
}
.w .characteristics_search_popup .input-group .btn-no-icon {
  height: 26px;
}
.w .color_esko_green {
  color: #79b400;
}
.w .color_light_gray {
  color: #d3d3d3;
}
.w .color_khaki {
  color: #f0e68c;
}
.w .color_yellow {
  color: #ffd700;
}
.w .color_orange {
  color: #f79d00;
}
.w .color_sand {
  color: #cd853f;
}
.w .color_brown {
  color: #8b4513;
}
.w .color_dark_red {
  color: #800000;
}
.w .color_red {
  color: #ff3000;
}
.w .color_megenta {
  color: #ff00ff;
}
.w .color_violet {
  color: #ee82ee;
}
.w .color_pink {
  color: #ffb6c1;
}
.w .color_indigo {
  color: #5a009c;
}
.w .color_blue {
  color: #2e2eff;
}
.w .color_medium_blue {
  color: #6699ff;
}
.w .color_light_blue {
  color: #87cefa;
}
.w .color_lime {
  color: #56e756;
}
.w .color_green {
  color: #9acd32;
}
.w .color_olive {
  color: #6b8e23;
}
.w .color_dark_green {
  color: #056e05;
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-filter-row .wcr-checkbox-filter {
  float: right;
  margin: 0 10px 10px 0;
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-filter-row .wcr-checkbox-filter .checkbox {
  height: 26px;
  margin: 0px;
  margin-bottom: 10px;
  float: right;
  padding-top: 6px;
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-filter-row .wcr-checkbox-filter .checkbox label {
  max-width: none;
  width: 100%;
  padding: 0px;
  padding-left: 20px;
  min-height: initial;
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-filter-row .wcr-checkbox-filter .checkbox input[type='checkbox'],
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-filter-row .wcr-checkbox-filter .checkbox input[type='radio'] {
  margin-top: 2px;
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .action-menu-component {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .action-menu-component {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .action-menu-component {
    right: 50%;
  }
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters {
    left: 50%;
  }
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filtercolumn {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filtercolumn {
    float: left;
    width: 41.66666667%;
  }
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filtercolumn .wcr-filter,
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filtercolumn .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter,
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filtercolumn .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter {
  width: 100%;
  left: 10px;
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filtercolumn .wcr-filter select,
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filtercolumn .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter .wcr-checkbox-filter select,
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .filtercolumn .wcr-table .wcr-table-filter .wcr-actions-row-flex .quick-filter.more-filters .wcr-checkbox-filter select {
  width: 100%;
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .buttoncolumn {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .buttoncolumn {
    float: left;
    width: 16.66666667%;
  }
}
.w div[name='wcrtable-tasksfilter'].wcr-table-filter .wcr-table-actions-row .quick-filter.more-filters .buttoncolumn .filter-btn {
  margin-right: 0px;
}
.w td a.task-doc-link + a.task-doc-link:before {
  content: " | ";
}
.w div[name="changeduedateform"] .form-entry div.form-datetime {
  margin-left: -10px;
  margin-right: -10px;
}
.w div[name="changeduedateform"] .form-entry div.form-datetime .form-date {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w div[name="changeduedateform"] .form-entry div.form-datetime .form-date {
    float: left;
    width: 75%;
  }
}
.w div[name="changeduedateform"] .form-entry div.form-datetime .form-time {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w div[name="changeduedateform"] .form-entry div.form-datetime .form-time {
    float: left;
    width: 25%;
  }
}
.w div[name="changeduedateform"] .form-entry div.form-datetime .form-time select {
  min-width: 80px;
}
.w div[name="changeduedateform"] .form-entry > .inputfields {
  padding-left: 23px;
}
.w div[name="changeduedateform"] .form-entry > .inputfields > .col-xs-12 {
  padding: 0;
}
.w div[name="changeduedateform"] .form-entry > .inputfields > .col-xs-12 > .row.shiftwith-dayshours {
  margin-bottom: 0;
}
.w .taskdocs-section .td-nopadding,
.w .taskattrs-section .td-nopadding {
  padding: 0;
}
.w .taskdocs-section .multiupload {
  margin-left: 10px;
}
.w .taskdocs-section .multiupload i.icon,
.w .taskdocs-section .multiupload i.wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
.w .taskdocs-section .multiupload i.wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting {
  margin-right: 3px;
}
.w .taskchecklist-section .td-nopadding,
.w .taskdiscussion-section .td-nopadding {
  padding: 0;
}
.w .taskchecklist-section .wcr-table,
.w .taskdiscussion-section .wcr-table {
  border: 0;
  margin-bottom: 0;
}
.w .taskchecklist-section .wcr-table .wcr-table-section,
.w .taskdiscussion-section .wcr-table .wcr-table-section {
  border-bottom: 0;
}
.w .taskattrs-section > thead > tr > th,
.w .taskchecklist-section > thead > tr > th {
  height: 37px;
}
.w .taskdiscussion-section {
  border: 0;
}
.w .taskdiscussion-section > thead {
  border: 1px solid #ddd;
}
.w .taskdiscussion-section .discussion-posts-content,
.w .taskdiscussion-section .discussion-post-input {
  border-color: #ddd !important;
}
.w .taskdiscussion-section #task-discussions-container {
  margin: -6px;
  border: none;
}
.w .container-with-hover-actions .visible-on-hover {
  opacity: 0;
}
.w .container-with-hover-actions .visible-on-hover:hover {
  opacity: 1;
}
.w .container-with-hover-actions:hover .visible-on-hover {
  opacity: 1;
}
.w .mobile .container-with-hover-actions .visible-on-hover,
.w .container-with-hover-actions:hover .visible-on-hover {
  opacity: 1;
}
.w .print-discussion .ordtable tr:first-child td {
  border-top: 0;
}
.w .wcr-table .ordtable > tbody > tr > td.action-hist-details {
  padding-left: 30px;
}
.w .wcr-table .ordtable > tbody > tr > td.action-history-subheader {
  background-color: #F9F9F9;
}
.w .login-page .welcome-msg {
  position: relative;
}
.w .login-page .applogowrapper {
  max-width: 100%;
  overflow: hidden;
}
.w .login-page .big-background-image {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: url("") no-repeat center center fixed;
  background-size: cover;
  z-index: -1;
}
.w .login-page .navbar-header {
  max-width: calc(120%);
  margin-left: -10px;
  margin-right: -10px;
}
.w .login-page .background-image {
  display: none;
}
.w .login-page .alert,
.w .login-page .wcr-table .clipped_warning,
.w .login-page .clipped_msg {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .w .login-page .background-image {
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
  }
}
.w .login-page .marketing-message {
  position: relative;
  z-index: 1;
}
.w .login-page .loginArea {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin-top: 20px;
}
.w .login-page .feedbackArea {
  margin-top: 20px;
}
.w table[name="copyproject-options"] {
  margin: 10px 10px;
}
.w table[name="copyproject-options"] .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.w table[name="copyproject-options"] input[type="checkbox"],
.w table[name="copyproject-options"] input[type="radio"] {
  margin-top: 2px;
}
.w table[name="copyproject-options"] .child-options {
  padding-left: 23px;
}
.w .browse-file {
  padding-left: 23px;
}
.w .no-padding-with-overflow {
  padding: 0;
  overflow-x: auto;
}
.w .no-padding-with-overflow .table.no-margin,
.w .no-padding-with-overflow .wcr-table.no-margin,
.w .no-padding-with-overflow .wcr-table .ordtable.no-margin {
  margin: 0;
}
.w .no-padding-with-overflow .table.no-border,
.w .no-padding-with-overflow .wcr-table.no-border,
.w .no-padding-with-overflow .wcr-table .ordtable.no-border {
  border: 0;
}
.w .wcr-form .no-vertical-margins {
  margin-left: 0;
  margin-right: 0;
}
.w .wcr-form .no-bottom-margin {
  margin-bottom: 0;
}
.w .icongallerydialog .wcr-table {
  margin-bottom: 0;
  border: 0;
}
.w .icongallerydialog .wcr-table .wcr-table-actions-row .iconcount {
  margin-top: 5px;
  white-space: nowrap;
}
.w .icongallerydialog .wcr-table .wcr-table-actions-row .input-group {
  margin-bottom: 10px;
}
.w .icongallerydialog .wcr-table .wcr-table-section {
  border-bottom: 0;
}
.w .ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
}
.w .wcr-table-actions-row .extra-filters {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .wcr-table-actions-row .extra-filters {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .w .wcr-table-actions-row .extra-filters {
    float: left;
    width: 66.66666667%;
  }
}
.w .wcr-table-actions-row .extra-filters .wcr-extra-filter,
.w .wcr-table-actions-row .extra-filters .extra-filter-btn {
  float: right;
}
.w .wcr-table-actions-row .extra-filters .extra-filter-btn {
  margin-right: 0;
}
.w div[name="acat_edit_terminology"] > table th {
  padding-bottom: 10px;
}
.w div[name="acat_edit_terminology"] > table td {
  padding-bottom: 5px;
}
.w div[name="acat_edit_terminology"] > table td label {
  padding-right: 10px;
}
.w div[name="acat_edit_terminology"] .rightalign {
  text-align: right;
}
.w td.td-project-status-color {
  min-width: 200px;
}
.w .docsourceconfig .btn,
.w .docrenderingconfig .btn,
.w .docsourceconfig .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .docrenderingconfig .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .docsourceconfig .row-actions > .action,
.w .docrenderingconfig .row-actions > .action,
.w .docsourceconfig .row-actions > .dropdown > .morebutton,
.w .docrenderingconfig .row-actions > .dropdown > .morebutton,
.w .docsourceconfig .buttonprimary,
.w .docrenderingconfig .buttonprimary,
.w .docsourceconfig .buttonsecondary,
.w .docrenderingconfig .buttonsecondary,
.w .docsourceconfig .action-menu-component > a.action,
.w .docrenderingconfig .action-menu-component > a.action,
.w .docsourceconfig .btn-no-border,
.w .docrenderingconfig .btn-no-border,
.w .docsourceconfig .inline_help,
.w .docrenderingconfig .inline_help,
.w .docsourceconfig .row-actions-component > .action,
.w .docrenderingconfig .row-actions-component > .action,
.w .docsourceconfig .row-actions-component > .dropdown > .morebutton,
.w .docrenderingconfig .row-actions-component > .dropdown > .morebutton,
.w .docsourceconfig .inline_help-nopadding,
.w .docrenderingconfig .inline_help-nopadding {
  margin-right: 10px;
}
.w .docsourceconfig .checkbox input[type="checkbox"],
.w .docrenderingconfig .checkbox input[type="checkbox"],
.w .docsourceconfig .checkbox input[type="radio"],
.w .docrenderingconfig .checkbox input[type="radio"] {
  margin-top: 1px;
}
.w .docsourceconfig select,
.w .docrenderingconfig select,
.w .docsourceconfig input[type="text"],
.w .docrenderingconfig input[type="text"],
.w .docsourceconfig .input-group select,
.w .docrenderingconfig .input-group select,
.w .docsourceconfig .input-group input[type="text"],
.w .docrenderingconfig .input-group input[type="text"] {
  width: auto;
  max-width: 300px;
}
.w .docsourceconfig.popup .table,
.w .docrenderingconfig.popup .table,
.w .docsourceconfig.popup .wcr-table .ordtable,
.w .docrenderingconfig.popup .wcr-table .ordtable {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
.w .docsourceconfig .documentactions .input-group select,
.w .docrenderingconfig .documentactions .input-group select {
  width: 100%;
}
.w .docsource_dialogbody,
.w .docrender_dialogbody {
  max-width: 1200px;
}
.w div[name="target_language_panel"] {
  margin: 10px 10px;
}
.w div[name="target_language_panel"] > table > thead > tr > th {
  padding-bottom: 10px;
}
.w div[name="target_language_panel"] > table > tbody > tr > td > i {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding-left: 10px;
  cursor: pointer;
}
.w div[name="target_language_panel"] > table > tbody > tr:hover > td > i {
  opacity: 1;
}
.w div[name="XLIFFImportDialog"] {
  min-width: 350px;
}
.w .naturalWidth {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.w .checkbox .docrefCheckbox {
  margin-top: 1px;
}
.w .largetable > tbody > tr > td.dependency-td {
  padding: 0px;
}
.w .largetable > tbody > tr > td.dependency-td > table {
  margin-bottom: 0px;
  border: 0px;
}
.w .feedback-with-actions .show_pointer {
  cursor: pointer;
}
.w .pagelisttable .approvalstatus i {
  cursor: pointer;
}
.w .pagelisttable label.readonly {
  cursor: auto;
}
.w .pagelisttable .leftpageindex .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.w .pagelisttable .leftpageindex .checkbox span {
  margin-top: 3px;
  position: absolute;
  left: 0;
  margin-left: 20px;
}
.w .pagelisttable .rightpageindex .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.w .pagelisttable .rightpageindex .checkbox span {
  margin-top: 3px;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
.w .pagelisttable .rightpageindex .checkbox input[type="checkbox"] {
  margin-left: 0;
  right: 0;
}
.w .menubuilder {
  position: relative;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.w .menubuilder .menuheader {
  padding: 0px 5px;
  margin: 0;
  white-space: nowrap;
  font-size: 1.1em;
}
.w .menubuilder .defaultnavmenu {
  width: 200px;
  overflow-x: hidden;
  border: 1px solid #ddd;
  padding: 5px 7px;
}
.w .menubuilder .draggable {
  overflow: hidden;
}
.w .menubuilder .menudraggable {
  overflow: hidden;
}
.w .menubuilder .nobullets {
  list-style-type: none;
  padding: 5px;
}
.w .menubuilder .nobullets .ui-selecting {
  list-style-type: none;
  background: silver;
}
.w .menubuilder .nobullets .ui-selected {
  list-style-type: none;
  background: silver ;
}
.w .menubuilder .customdefault {
  padding: 0px 25px;
  margin: 0;
}
.w .menubuilder .customdefault li {
  float: left;
  margin-right: 3px;
}
.w .menubuilder div.usernavmenu {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 5px 7px;
  display: inline-block;
  min-width: 138px;
  min-height: 50px;
  background: #ffffff;
  vertical-align: top;
  cursor: move;
}
.w .menubuilder div.usernavmenu + .usernavmenu {
  margin-left: 5px;
}
.w .menubuilder div.blankblock {
  position: relative;
  overflow: auto;
  width: 10px;
  height: 30px;
  border: none;
  float: left;
}
.w .menubuilder .editmenuclass {
  display: inline;
}
.w .menubuilder .addmenuclass {
  display: none;
}
.w .menubuilder .usermenusortable {
  position: relative;
  white-space: nowrap;
  z-index: 2;
  height: auto !important;
  padding-bottom: 10px;
}
.w .menubuilder .select_usermenu {
  cursor: pointer;
  line-height: 22px;
}
.w .menubuilder .select_defaultmenu {
  cursor: pointer;
  line-height: 22px;
}
.w .menubuilder .nobullets.customdefault {
  line-height: 22px;
}
.w .menubuilder .customdefaultlabel {
  position: relative;
  overflow: hidden;
  padding: 5px 7px 0 7px;
  display: inline-block;
  margin-left: 5px;
  line-height: 20px;
}
.w .menubuilder .customdefaultlabel ul {
  padding: 0;
}
.w .menubuilder .deletemenuimg {
  line-height: 22px;
}
.w .menubuilder .highlight_green {
  background-color: #EBD01E;
  color: #000000;
  outline: 0;
}
.w .menubuilder .spanclass {
  height: 22px;
  vertical-align: middle;
}
.w .menubuilder .scrolltable {
  min-height: 50px;
  margin: 0 10px;
}
.w .menubuilder .grey_background_separator {
  background-color: #CCCCCC;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.w .menubuilder .place_holder_highlight {
  height: 1.5em;
  line-height: 1.5em;
  border: 1px dashed #dfdfdf;
}
.w .menubuilder li a .edit-indicator {
  display: none;
}
.w .menubuilder li.customized a .edit-indicator {
  display: inline-block;
}
.w .menubuilder .navmenu1 span.nametext {
  font-weight: bold;
  padding: 2px;
}
.w .menubuilder .nametext {
  padding: 1px 5px;
}
.w .menubuilder .initializeMsg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-top: 100px;
  text-align: center;
  z-index: 500;
  opacity: 0;
  display: none;
}
.w .menubuilder.initializing.page-header {
  opacity: 0;
}
.w .menubuilder.initializing .initializeMsg {
  opacity: 1;
  display: block;
}
.w .menubuilder .menubuilder-toggle {
  margin: 8px 8px 8px 0;
}
.w .menubuilder .menupreviewsection {
  overflow-x: auto;
  margin-left: 10px;
  margin-bottom: 10px;
}
.w .menubuilder .main-menu-configurator {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.w .menubuilder .main-menu-configurator .side-panel {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.w .menubuilder .main-menu-configurator .main-panel {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}
.w .importworkflowfeedback {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.w .importworkflowfeedback li.errormessage {
  color: #a94442;
  padding-bottom: 5px;
}
.w a.importworkflowfeedback li.errormessage:hover,
.w a.importworkflowfeedback li.errormessage:focus {
  color: #843534;
}
.w .importworkflowfeedback li.errorsuggesstion {
  padding-bottom: 5px;
}
.w .importworkflowfeedback li.missingtype {
  padding-bottom: 5px;
  padding-left: 30px;
}
.w .searchresultsbatchactions {
  padding: 10px 10px;
}
.w .searchresultsbatchactions .wcr-form {
  padding: 10px 10px;
}
.w .searchresultsbatchactions .wcr-form .labeldiv {
  margin-bottom: 10px;
  font-weight: 500;
}
.w .searchresultsbatchactions .wcr-form .form-entry .sdrop > p {
  margin-bottom: 0;
}
.w .searchresultsbatchactions .wcr-form.form-no-labels .form-group {
  padding-left: 0;
}
.w .documentsTable.gridview .firstCol {
  display: none;
}
.w .documentsTable.gridview .lastCol {
  display: none;
}
.w .manage-row {
  padding: 2px 5px;
}
.w .selectformatdialog {
  padding-left: 10px;
}
.w .selectformatdialog input[type="radio"] {
  margin-top: 2px;
}
.w .savedsearchdialog .wcr-search {
  padding: 0;
}
.w .savedsearchdialog .designpanelwrapper {
  padding: 0;
}
.w .savedsearchdialog .designpanelwrapper .designpaneltable .labelcell {
  padding-top: 10px;
  padding-left: 10px;
}
.w .savedsearchdialog .designpanelwrapper .designpaneltable .labelcell label {
  margin-bottom: 0;
}
.w .savedsearchdialog .designpanelwrapper .designpaneltable .inputcell {
  padding-top: 10px;
}
.w .savedsearchdialog .designpanelwrapper .designpaneltable .inputcell .itemwrapper {
  margin-right: 20px;
}
.w .savedsearchdialog .SearchPanelSearchButton {
  margin: 10px 10px;
}
.w .savedsearchdialog .availableparamsselect {
  margin: 10px 0;
}
.w .savedsearchdialog .searchresultsactionform .wcr-table {
  margin-bottom: 0;
}
.w .bom-new-doc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w .bom-new-doc table {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 4px;
}
.w .bom-new-doc table td {
  padding-right: 10px;
}
.w .bom-description-input,
.w .bom-name-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.w .bom-description-input span,
.w .bom-name-input span {
  padding-top: 4px;
  padding-right: 10px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: middle;
}
.w .bom-description-input .bom-form-entry,
.w .bom-name-input .bom-form-entry {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.w .bom-description-input .bom-form-entry input,
.w .bom-name-input .bom-form-entry input {
  width: 100%;
}
.w .bom-name-input .bom-form-entry {
  margin-bottom: 4px;
}
.w .count-label {
  padding-right: 10px;
}
.w .license-bar-section div.license-ratio-OK {
  background-color: #70DB70;
  border-color: #33CC33;
}
.w .license-bar-section div.license-ratio-OK:hover {
  background-color: #99E699;
  border-color: #70DB70;
}
.w .license-bar-section div.license-ratio-warn {
  background-color: #FFB84D;
  border-color: #FF9900;
}
.w .license-bar-section div.license-ratio-warn:hover {
  background-color: #FFD699;
  border-color: #FFB84D;
}
.w .license-bar-section div.license-ratio-err {
  background-color: #FF6666;
  border-color: #FF0000;
}
.w .license-bar-section div.license-ratio-err:hover {
  background-color: #FF9999;
  border-color: #FF6666;
}
.w .license-bar-section div.license-ratio-no-lic-bar {
  background-color: #E6E6E6;
  border-color: #B2B2B2;
}
.w .license-bar-section div.license-ratio-no-lic-bar:hover {
  background-color: #F2F2F2;
  border-color: #E6E6E6;
}
.w .license-bar-section .lic-bar-label {
  margin-left: 2px;
  position: relative;
  font-size: 10px;
}
.w .license-bar-section .filled-bar {
  height: 20px;
  text-align: left;
  border: 2px solid;
  float: left;
}
.w .license-bar-section .no-lic-bar {
  height: 20px;
  border: 2px solid;
  border-left: 0px;
  float: left;
}
.w .license-bar-section .lic-bar-end {
  width: 10px;
  height: 15px;
  float: left;
}
.w .license-bar-section .help {
  cursor: help;
}
.w .license-bar-section .warning-container {
  float: left;
  width: 25px;
}
.w .create_newuser_modalpopup .modal-body,
.w .invite_member_modalpopup .modal-body {
  padding: 0;
}
.w .ColladaViewer {
  background-color: #F7F7F7;
  overflow: hidden;
  height: 100vh;
}
.w .ColladaViewer .Viewer3DHeader {
  position: absolute;
  top: 0px;
  height: 40px;
  width: 100%;
  min-height: 40px;
  background-color: #F7F7F7;
}
.w .ColladaViewer .Viewer3DBody {
  position: absolute;
  top: 40px;
  bottom: 40px;
  width: 100%;
  background-color: #808080;
  text-align: center;
  min-height: 80px;
}
.w .ColladaViewer .Viewer3DFooter {
  position: absolute;
  bottom: 0px;
  min-height: 40px;
  width: 100%;
  background-color: #F7F7F7;
  vertical-align: bottom;
  padding: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.w .ColladaViewer .Viewer3DFooter #ApprovalButtonsDiv {
  width: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.w .ColladaViewer .Viewer3DFooter .controlPanelLabel {
  padding-right: 10px;
}
.w .ColladaViewer .messageWidget {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.w .mydelegates-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w .delegation-configuration .form-entry.full-width {
  width: 100%;
}
.w .delegation-configuration .user-and-group-xdrop {
  padding-left: 0px;
  max-width: none;
}
.w .delegation-configuration .user-and-group-xdrop.add-delegate > div,
.w .delegation-configuration .user-and-group-xdrop .delegate-restriction > div {
  padding-left: 0;
  padding-right: 0;
}
.w .delegation-configuration .user-and-group-xdrop .delegate-restriction ul.list-unstyled {
  padding: 0;
  padding-top: 13px;
}
.w .delegation-configuration .form-section.section-no-labels .form-group .offset-label {
  width: 0px;
  margin: 0px;
  padding: 0px;
}
.w .delegation-configuration fieldset {
  border: 1px solid #ddd;
  display: none;
}
.w .delegation-configuration ul {
  padding: 10px 0 0 13px;
  margin: 0px;
}
.w .delegation-configuration ul.indent {
  margin: 0px;
  padding-top: 10px;
  padding-left: 33px;
}
.w .delegation-configuration ul li .icon-WCR_Remove:hover {
  cursor: pointer;
}
.w .delegation-configuration .indent {
  padding-left: 23px;
}
.w div.delegation-margin {
  margin: 10px 10px;
}
.w div.delegation-margin.delegation-name {
  margin-top: 15px;
}
.w div.delegation-margin.delegation-comment {
  float: none;
}
.w div.delegation-margin.delegation-remove {
  cursor: pointer;
  float: right;
  margin: 0px;
  padding-top: 13px;
  margin-right: 20px;
}
.w div.delegation-margin.delegation-load-all {
  margin: 0px;
  margin-top: 10px;
}
.w div.delegation-margin.delegation-save {
  margin: 0px;
  margin-top: 20px;
}
.w i.delegation-margin {
  margin-right: 10px;
}
.w .wcr-form .form-entry div.checkbox.delegate-notification {
  margin: 10px 10px;
  width: 70%;
  clear: none;
}
.w .mydelegatedwork.popup .dialogwidth {
  width: auto;
  max-width: 70%;
}
.w .mydelegatedwork.popup .modal-body {
  padding: 0;
}
.w .mydelegatedwork.popup .modal-body > div {
  max-height: 500px;
  overflow: auto;
}
.w .mydelegatedwork.popup .modal-body .delegatedworkrow.lastrow {
  border-bottom: 0;
}
.w .mydelegatedwork.popup .modal-footer .footer {
  margin-left: -10px;
  margin-right: -10px;
}
.w .mydelegatedwork.popup .modal-footer .footer > .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .w .mydelegatedwork.popup .modal-footer .footer > .column {
    float: left;
    width: 50%;
  }
}
.w .mydelegatedwork.popup .modal-footer .footer .checkbox {
  float: left;
  margin: 5px 0 0 0;
}
.w .mydelegatedwork.popup .modal-footer .footer .checkbox input {
  margin-top: 2px;
}
.w .mydelegatedwork > .checkbox {
  padding-left: 10px;
}
.w .mydelegatedwork > .checkbox input {
  margin-top: 2px;
}
.w .mydelegatedwork .delegatedworkrow {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid #ddd;
}
.w .mydelegatedwork .delegatedworkrow.lastrow {
  border-bottom: 1px solid #ddd;
}
.w .mydelegatedwork .delegatedworkrow > .column {
  padding-top: 5px;
  padding-bottom: 5px;
}
.w .mydelegatedwork .delegatedworkrow > .column.col-button input {
  max-width: 100%;
}
.w .mydelegatedwork .delegatedworkrow > .column.col-user {
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .w .mydelegatedwork .delegatedworkrow > .column.col-avatar > .avatar {
    float: right;
  }
}
@media (max-width: 767px) {
  .w .mydelegatedwork .delegatedworkrow > .column.col-avatar > .avatar {
    float: left;
  }
}
.w .mydelegatedwork .delegatedworkrow .column.col-comment > div {
  word-break: break-word;
}
.w .mydelegatedwork .delegatedworkrow .spacing-small {
  margin-bottom: 5px;
}
.w .mydelegationwork_popover {
  color: white;
  padding: 10px 10px;
  white-space: nowrap;
}
.w .mydelegationwork_popover > span.learnmore {
  padding-left: 5px;
  text-decoration: underline;
}
.w .ssoinstancenolicense {
  display: inline-block;
  position: absolute;
  margin-left: 5px;
  margin-top: 2px;
}
.w li.import {
  display: flex;
}
.w .import-item-header {
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 10px;
}
.w .import-extra-info {
  padding-top: 7px;
}
.w .action-menu-component {
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  /* During loading "action buttons" do not take up any space, so... (note: 2px = border) */
  height: 36.25px;
}
.w .action-menu-component:before,
.w .action-menu-component:after {
  content: " ";
  display: table;
}
.w .action-menu-component:after {
  clear: both;
}
.w .action-menu-component:before,
.w .action-menu-component:after {
  content: " ";
  display: table;
}
.w .action-menu-component:after {
  clear: both;
}
.w .action-menu-component .dropdown.more,
.w .action-menu-component .action {
  display: inline-block;
}
.w .action-menu-component > a.action {
  margin-right: 5px;
  /* during loading, actions should not take up all horizontal space */
  position: absolute;
}
.w .action-menu-component a.action i.icon,
.w .action-menu-component a.action i.wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
.w .action-menu-component a.action i.wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting {
  margin-right: 3px;
}
.w .action-menu-component > a.action,
.w .action-menu-component .dropdown.more .btn,
.w .action-menu-component .dropdown.more .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .action-menu-component .dropdown.more .row-actions > .action,
.w .action-menu-component .dropdown.more .row-actions > .dropdown > .morebutton,
.w .action-menu-component .dropdown.more .buttonprimary,
.w .action-menu-component .dropdown.more .buttonsecondary,
.w .action-menu-component .dropdown.more .action-menu-component > a.action,
.w .action-menu-component .dropdown.more .btn-no-border,
.w .action-menu-component .dropdown.more .inline_help,
.w .action-menu-component .dropdown.more .row-actions-component > .action,
.w .action-menu-component .dropdown.more .row-actions-component > .dropdown > .morebutton,
.w .action-menu-component .dropdown.more .inline_help-nopadding {
  margin-bottom: 10px;
}
.w .action-menu-component .action.disabled {
  pointer-events: all;
}
.w .action-menu-component .action.disabled:active {
  pointer-events: none;
}
.w .action-menu-component .dropdown:hover .dropdown-menu {
  display: block;
}
.w .action-menu-component .dropdown .dropdown-menu {
  margin-top: -10px;
}
.w .action-menu-component .dropdown .dropdown-menu a {
  width: 100%;
}
.w .action-menu-component .dropdown-menu a.disabled {
  cursor: not-allowed;
  opacity: 0.45;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w .action-menu-component.initialized {
  opacity: 1;
  white-space: normal;
  overflow: inherit;
  height: auto;
}
.w .action-menu-component.initialized > a.action,
.w .action-menu-component.initialized .dropdown.more {
  float: left;
  /* during loading, actions should not take up all horizontal space */
  position: relative;
}
.w .action-menu-component.vertical > a.action,
.w .action-menu-component.vertical > .dropdown.more {
  display: block;
  width: auto;
  float: none;
  margin: 0;
}
.w .action-menu-component.vertical > a.action + .action,
.w .action-menu-component.vertical > .dropdown.more + .action,
.w .action-menu-component.vertical > a.action + .dropdown.more > .btn,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .btn,
.w .action-menu-component.vertical > a.action + .dropdown.more > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .action-menu-component.vertical > a.action + .dropdown.more > .row-actions > .action,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .row-actions > .action,
.w .action-menu-component.vertical > a.action + .dropdown.more > .row-actions > .dropdown > .morebutton,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .row-actions > .dropdown > .morebutton,
.w .action-menu-component.vertical > a.action + .dropdown.more > .buttonprimary,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .buttonprimary,
.w .action-menu-component.vertical > a.action + .dropdown.more > .buttonsecondary,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .buttonsecondary,
.w .action-menu-component.vertical > a.action + .dropdown.more > .action-menu-component > a.action,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .action-menu-component > a.action,
.w .action-menu-component.vertical > a.action + .dropdown.more > .btn-no-border,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .btn-no-border,
.w .action-menu-component.vertical > a.action + .dropdown.more > .inline_help,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .inline_help,
.w .action-menu-component.vertical > a.action + .dropdown.more > .row-actions-component > .action,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .row-actions-component > .action,
.w .action-menu-component.vertical > a.action + .dropdown.more > .row-actions-component > .dropdown > .morebutton,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .row-actions-component > .dropdown > .morebutton,
.w .action-menu-component.vertical > a.action + .dropdown.more > .inline_help-nopadding,
.w .action-menu-component.vertical > .dropdown.more + .dropdown.more > .inline_help-nopadding {
  border-top: 0;
  margin: 0;
}
.w .action-menu-component.vertical > .dropdown.more {
  display: block;
  width: auto;
}
.w .action-menu-component.vertical > .dropdown.more > .btn,
.w .action-menu-component.vertical > .dropdown.more > .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .action-menu-component.vertical > .dropdown.more > .row-actions > .action,
.w .action-menu-component.vertical > .dropdown.more > .row-actions > .dropdown > .morebutton,
.w .action-menu-component.vertical > .dropdown.more > .buttonprimary,
.w .action-menu-component.vertical > .dropdown.more > .buttonsecondary,
.w .action-menu-component.vertical > .dropdown.more > .action-menu-component > a.action,
.w .action-menu-component.vertical > .dropdown.more > .btn-no-border,
.w .action-menu-component.vertical > .dropdown.more > .inline_help,
.w .action-menu-component.vertical > .dropdown.more > .row-actions-component > .action,
.w .action-menu-component.vertical > .dropdown.more > .row-actions-component > .dropdown > .morebutton,
.w .action-menu-component.vertical > .dropdown.more > .inline_help-nopadding {
  width: 100%;
}
.w .action-menu-component.vertical > .dropdown.more .dropdown-menu {
  margin-top: 0;
}
.w .row-actions-cell > .row-actions-component {
  display: none;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.w .row-actions-cell > .row-actions-component.initialized {
  display: block;
}
.w .row-actions-cell {
  position: relative;
}
.w .row-actions-cell > .actioncell-content {
  line-height: 1.8;
  display: inline-block;
}
.w .btn-no-border,
.w .inline_help,
.w .inline_help-nopadding {
  border: 0;
}
.w .btn-no-border:hover,
.w .inline_help:hover,
.w .btn-no-border:active,
.w .inline_help:active {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3E5353;
}
.w .inline_help-nopadding {
  padding: 0;
}
.w .wcr-form .form-entry p .inline_help {
  margin-top: -5px;
  vertical-align: baseline;
}
.w .card-grid {
  position: relative;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}
.w .card-grid .card {
  position: absolute;
  -webkit-transition: top 0.25s ease, left 0.25s linear;
  transition: top 0.25s ease, left 0.25s linear;
}
.w .card-grid .card .wrapper {
  height: 100%;
}
.w .card .wrapper {
  border: 1px solid #ccc;
  position: relative;
}
.w .card .wrapper .card-heading {
  position: relative;
  background-color: #f5f5f5;
  height: 26px;
}
.w .card .wrapper .card-heading .fileanchor {
  display: block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  line-height: 26px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 38px;
  margin-bottom: 0px;
}
.w .card .wrapper .card-heading .fileanchor:hover {
  text-decoration: none;
}
.w .card .wrapper .card-heading .fileanchor .fileanchorname {
  padding-left: 5px;
}
.w .card .wrapper .card-heading .filelink {
  position: absolute;
  display: block;
  top: 4px;
  left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  max-width: 137px;
}
.w .card .wrapper.selected .card-heading {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.w .card .wrapper .card-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  top: -1.5px;
}
.w .card .wrapper .card-thumb img {
  position: absolute;
  max-width: 100%;
}
.w .card .wrapper .card-thumb img:empty {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.w .card .wrapper .card-footer {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px;
  text-align: center;
}
.w .card .wrapper .card-footer .btn-group {
  margin: 0 auto;
}
.w .card .wrapper .card-footer .row-actions-component {
  margin-left: auto;
  margin-right: auto;
}
.w .card .wrapper:hover .card-footer {
  visibility: visible;
  opacity: 1;
}
.w .card .wrapper .mobile .card-footer {
  visibility: visible;
  opacity: 1;
  height: 52px;
}
.w .card .wrapper .mobile .card-footer .morebutton,
.w .card .wrapper .mobile .card-footer .row-actions > .action,
.w .card .wrapper .mobile .card-footer .row-actions-component > .action {
  padding: 10px 10px;
}
@media (max-width: 768px) {
  .w .card .wrapper .card-footer {
    visibility: visible;
    opacity: 1;
    height: 52px;
  }
  .w .card .wrapper .card-footer .morebutton,
  .w .card .wrapper .card-footer .row-actions > .action,
  .w .card .wrapper .card-footer .row-actions-component > .action {
    padding: 10px 10px;
  }
}
.w .card .wrapper .card-info-sheet {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px;
  visibility: hidden;
}
.w .card .wrapper.flip .card-info-sheet {
  visibility: visible;
  opacity: 1;
}
.w .file-input-selector {
  position: relative;
  overflow: hidden;
}
.w .file-input-selector input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: pointer;
  background: white;
  display: block;
}
.w .file-input-selector .feedback {
  line-height: 26px;
  vertical-align: middle;
}
.w .OffsetInput .plusminusgroup {
  white-space: nowrap;
  margin-right: 20px;
}
.w .OffsetInput .daysgroup {
  margin-right: 20px;
}
.w .relativeDateTimePicker .XDropPanelWrapper {
  max-width: 352px;
  min-width: 352px;
}
.w .relativeDateTimePicker.changed .itemwithoffset-actualdate {
  display: none;
}
.w .timepickerblockinput {
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
  display: inline-block;
  width: 100%;
}
.w .timepickerblockinput .btn-group-vertical,
.w .timepickerblockinput .btn-group-vertical-justified {
  padding-left: 0px;
  width: 100%;
}
.w .datetimepickerblock {
  display: inline-block;
}
.w .datetimepickerblock .datetimetable {
  display: table;
}
.w .datetimepickerblock .datetimetable .datetimerow {
  display: table-row;
}
.w .datetimepickerblock .datetimetable .datetimerow .datecell {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.w .datetimepickerblock .datetimetable .datetimerow .timecell {
  display: table-cell;
  vertical-align: top;
}
.w .ui-datepicker.ui-datepicker-time {
  width: 8em;
}
.w .RelativeDateTimePickerOffsetComponentEntry {
  padding-bottom: 9px;
}
.w .RelativeDateTimePickerOffsetComponentEntry .offsetlabel {
  padding: 3px;
  padding-right: 7px;
  padding-left: 1px;
}
.w .RelativeDateTimePickerOffsetComponentEntry .input-group-addon,
.w .RelativeDateTimePickerOffsetComponentEntry .input-group label.input-group-addon {
  padding-left: 6px;
  padding-right: 6px;
}
.w .RelativeDateTimePickerOffsetComponentEntry .form-control,
.w .RelativeDateTimePickerOffsetComponentEntry .sdrop,
.w .RelativeDateTimePickerOffsetComponentEntry .XDrop {
  padding-left: 8px;
  padding-right: 4px;
}
.w .RelativeDateTimePickerOffsetComponentEntry .daysgroup,
.w .RelativeDateTimePickerOffsetComponentEntry .plusminusgroup {
  margin-right: 10px;
}
.w .RelativeDateTimePickerOffsetComponentEntry .daysgroup .plusminus,
.w .RelativeDateTimePickerOffsetComponentEntry .plusminusgroup .plusminus {
  margin-right: 0px;
}
.w .calendar-header-wrapper {
  position: relative;
  height: 30px;
  z-index: 40;
}
.w .calendar-header-wrapper.is_stuck {
  z-index: 41;
}
.w .calendar-header-wrapper .cal-header-buttons {
  z-index: 5;
  position: absolute;
  padding-top: 6px;
}
.w .calendar-header-wrapper .cal-header-buttons .button-move-left {
  margin-left: 3px;
}
.w .calendar-header-wrapper .cal-header-buttons .button-move-right {
  margin-right: 10px;
}
.w .calendar-header-wrapper .cal-header-buttons .button-zoom-in {
  margin-right: 5px;
}
.w .calendar-header-wrapper .cal-header-buttons .button-zoom-out {
  margin-right: 5px;
}
.w .calendar-header-wrapper .cal-header-buttons > * {
  cursor: pointer;
}
.w .calendar-header-wrapper .cal-header-label {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
}
.w .calendar-header-wrapper.calendar-header-floating {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 32px;
  overflow: hidden;
}
.w .calendar-header-wrapper.calendar-header-floating.floating-not-visible {
  border: 0px;
}
.w .calendar-data-container {
  position: relative;
  overflow: hidden;
  padding: 0px;
}
.w .calendar-data-container .calendar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px;
  padding: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w .calendar-data-container .calendar-wrapper .cal-bars-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.w .calendar-data-container .calendar-wrapper .cal-bars-bg .cal-bar {
  position: absolute;
  top: 0px;
  bottom: 0px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  opacity: 0.7;
}
.w .calendar-data-container .calendar-wrapper .cal-bars {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 5;
  top: 0;
  bottom: 0;
}
.w .calendar-data-container .calendar-wrapper .cal-bars .cal-bar-row .cal-bar-row-label {
  position: absolute;
  left: 1px;
  padding: 1px 10px;
  padding-left: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: -1;
  font-size: 75%;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
  border-radius: 16px;
  width: 50px;
  color: #999;
  background-color: #fcfcfc;
}
.w .calendar-data-container .calendar-wrapper .cal-bars .cal-bar-row .cal-bar-row-message {
  left: 40px;
  position: absolute;
  font-size: 75%;
  cursor: help;
}
.w .calendar-data-container .calendar-wrapper .cal-bars .cal-bar-row .cal-bar {
  border-style: solid;
  border-width: 1px;
  position: absolute;
  box-sizing: border-box;
  text-align: left;
}
.w .calendar-data-container .calendar-wrapper .cal-bars .cal-bar-row .cal-bar .cal-bar-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 2px;
  opacity: 0.9;
}
.w .calendar-data-container .calendar-wrapper .cal-lines {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 8;
}
.w .calendar-data-container .calendar-wrapper .cal-lines-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.w .calendar-data-container .calendar-wrapper .cal-events {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 10;
  top: 0;
  bottom: 0;
}
.w .calendar-data-container .calendar-wrapper .cal-events .cal-ev-labels {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
}
.w .calendar-data-container .calendar-wrapper .cal-line {
  position: absolute;
  top: 0;
  bottom: 0;
}
.w .calendar-data-container .calendar-wrapper .cal-line-label {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  font-weight: 500;
}
.w .calendar-data-container .calendar-wrapper {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.w .cal-dragging .calendar-data-container .calendar-wrapper {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.w .cal-hastooltip {
  cursor: help;
}
.w .wcr-search td.calendar-data-container {
  height: 30px;
}
.w .wcr-search td.calendar-data-container > .datacell {
  height: 100%;
}
.w .wcr-search td.calendar-data-container > .datacell > div {
  height: 100%;
}
.w .due-date .due-date-text {
  vertical-align: middle;
}
.w .due-date-popover .due-date-content {
  white-space: nowrap;
  padding: 4px 10px;
}
.w .due-date-popover .due-date-label {
  font-weight: 500;
}
.w .avatar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  user-select: none;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 20px;
}
.w .avatar .avatar-delegator {
  width: 25px;
  height: 25px;
  font-size: 13px;
  bottom: -4px;
  right: -4px;
}
.w .avatar.avatar-xxs {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  font-size: 8px;
}
.w .avatar.avatar-xxs .avatar-delegator {
  width: 8px;
  height: 8px;
  font-size: 5px;
  bottom: -1px;
  right: -1px;
}
.w .avatar.avatar-xs {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  font-size: 10px;
}
.w .avatar.avatar-xs .avatar-delegator {
  width: 12px;
  height: 12px;
  font-size: 6px;
  bottom: -2px;
  right: -2px;
}
.w .avatar.avatar-sm {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  font-size: 13px;
}
.w .avatar.avatar-sm .avatar-delegator {
  width: 17px;
  height: 17px;
  font-size: 8px;
  bottom: -2px;
  right: -2px;
}
.w .avatar.avatar-lg {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  font-size: 32px;
}
.w .avatar.avatar-lg .avatar-delegator {
  width: 50px;
  height: 50px;
  font-size: 20px;
  bottom: -6px;
  right: -6px;
}
.w .avatar .avatar-delegator {
  position: absolute;
  border: 1px solid #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.w .mobile .avatar {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  font-size: 13px;
}
.w .mobile .avatar .avatar-delegator {
  width: 17px;
  height: 17px;
  font-size: 8px;
  bottom: -2px;
  right: -2px;
}
.w .mobile .avatar.avatar-xxs {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  font-size: 6px;
}
.w .mobile .avatar.avatar-xxs .avatar-delegator {
  width: 5px;
  height: 5px;
  font-size: 3px;
  bottom: -1px;
  right: -1px;
}
.w .mobile .avatar.avatar-xs {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  font-size: 8px;
}
.w .mobile .avatar.avatar-xs .avatar-delegator {
  width: 10px;
  height: 10px;
  font-size: 5px;
  bottom: -1px;
  right: -1px;
}
.w .mobile .avatar.avatar-sm {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  font-size: 10px;
}
.w .mobile .avatar.avatar-sm .avatar-delegator {
  width: 12px;
  height: 12px;
  font-size: 6px;
  bottom: -2px;
  right: -2px;
}
.w .mobile .avatar.avatar-lg {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 20px;
}
.w .mobile .avatar.avatar-lg .avatar-delegator {
  width: 25px;
  height: 25px;
  font-size: 13px;
  bottom: -4px;
  right: -4px;
}
.w .wcr-object-details-popover.popover {
  background-color: #fefefe;
  padding: 0;
  max-width: 450px;
}
.w .wcr-object-details-popover.popover.top > .arrow:after {
  border-top-color: #fefefe;
}
.w .wcr-object-details-popover.popover.top.has-actions > .arrow:after {
  border-top-color: #efefef;
}
.w .wcr-object-details-popover.popover.left > .arrow:after {
  border-left-color: #fefefe;
}
.w .wcr-object-details-popover.popover.right > .arrow:after {
  border-right-color: #fefefe;
}
.w .wcr-object-details-popover.popover.bottom > .arrow:after {
  border-bottom-color: #fefefe;
}
.w .wcr-object-details-popover.popover .popover-content {
  padding: 0;
  margin: 0;
}
.w .wcr-object-details-popover.popover .popover-content > div {
  padding: 10px 10px;
}
.w .wcr-object-details-popover.popover .popover-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.w .wcr-object-details-popover.popover .popover-header h4 {
  margin-top: 0;
  white-space: normal;
  word-break: break-all;
}
.w .wcr-object-details-popover.popover .popover-header .thumb + div {
  padding-left: 10px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.w .wcr-object-details-popover.popover .popover-header .thumb.hidden + div {
  padding-left: 0;
}
.w .wcr-object-details-popover.popover .popover-header .thumb .thumbnail {
  width: 50px;
  border: 0px;
}
.w .wcr-object-details-popover.popover .popover-header .approvalStatusLabel {
  white-space: normal;
  display: inline-block;
}
.w .wcr-object-details-popover.popover .actions {
  margin-top: 10px;
}
.w .wcr-object-details-popover.popover .details td {
  padding: 2px;
}
.w .wcr-object-details-popover.popover .details td.td-label {
  vertical-align: top;
}
.w .wcr-object-details-popover.popover .actions {
  margin: 10px -10px -10px;
  border-top: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.w .wcr-object-details-popover.popover .actions .action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #efefef;
  text-align: center;
  border-top: 0;
}
.w .wcr-object-details-popover.popover .actions .action:focus,
.w .wcr-object-details-popover.popover .actions .action:active:focus,
.w .wcr-object-details-popover.popover .actions .action.active:focus,
.w .wcr-object-details-popover.popover .actions .action.focus,
.w .wcr-object-details-popover.popover .actions .action:active.focus,
.w .wcr-object-details-popover.popover .actions .action.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.w .wcr-object-details-popover.popover .actions .action:hover,
.w .wcr-object-details-popover.popover .actions .action:focus,
.w .wcr-object-details-popover.popover .actions .action.focus {
  color: #000000;
  text-decoration: none;
}
.w .wcr-object-details-popover.popover .actions .action:active,
.w .wcr-object-details-popover.popover .actions .action.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.w .wcr-object-details-popover.popover .actions .action.disabled,
.w .wcr-object-details-popover.popover .actions .action[disabled],
.w fieldset[disabled] .wcr-object-details-popover.popover .actions .action {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w a.wcr-object-details-popover.popover .actions .action.disabled,
.w fieldset[disabled] a.wcr-object-details-popover.popover .actions .action {
  pointer-events: none;
}
.w .wcr-object-details-popover.popover .actions .action.disabled,
.w .wcr-object-details-popover.popover .actions .action[disabled],
.w fieldset[disabled] .wcr-object-details-popover.popover .actions .action {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.w .wcr-object-details-popover.popover .actions .action + .action {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.w .wcr-object-details-popover.popover ul {
  padding-left: 0px;
}
.w .wcr-object-details-popover.popover ul li {
  list-style-type: none;
}
.w .myTodoListBlock .XDropResult.XDrop-category {
  background-color: #f9f9f9;
}
.w .myTodoListBlock .XDropResult.XDrop-category.has-focus {
  background-color: #f9f9f9;
}
.w .myTodoListBlock .XDropResult.XDrop-category.hover {
  background-color: #dedede;
}
.w .myTodoListBlock .XDropPanel {
  border: 0;
}
.w .myTodoListBlock .XDropPanel .XDropResult {
  border-top: 1px solid #ddd;
}
.w .myTodoList.filter-option {
  padding: 3px 10px;
}
.w .myTodoList.filter-option label {
  color: #334444;
  white-space: nowrap;
}
.w .myTodoList.filter-option select {
  min-width: 230px;
}
.w .XDropResult.todo-xdrop-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 5px;
}
.w .XDropResult.todo-xdrop-item .wcr-thumb {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}
.w .XDropResult.todo-xdrop-item.has-focus {
  background-color: inherit;
}
.w .XDropResult.todo-xdrop-item.has-focus:hover {
  background-color: #f5f5f5;
}
.w .XDropResult.todo-xdrop-item .todo-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.w .XDropResult.todo-xdrop-item .todo-title h4 {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.w .XDropResult.todo-xdrop-item .todo-title h4,
.w .XDropResult.todo-xdrop-item .todo-title h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #334444;
}
.w .XDropResult.todo-xdrop-item .todo-title .todo-due {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.w .XDropResult.todo-xdrop-item .todo-title .todo-due-danger {
  color: #d9534f;
  font-weight: bold;
}
.w .XDropResult.todo-xdrop-item .todo-title .todo-due-warning {
  color: #f0ad4e;
  font-weight: bold;
}
.w .XDropResult.todo-xdrop-item .todo-details-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.w .XDropResult.todo-xdrop-item .todo-details-wrap div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.w .XDropResult.todo-xdrop-item .todo-details-wrap .todo-details {
  font-size: 12px;
  margin: 2px 0;
  width: auto;
  align-self: stretch;
}
.w .XDropResult.todo-xdrop-item .todo-details-wrap .todo-details td {
  vertical-align: top;
}
.w .XDropResult.todo-xdrop-item .todo-details-wrap .todo-details td:last-child {
  padding-left: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w .XDropResult.todo-xdrop-item .todo-details-wrap .todo-details td:last-child a,
.w .XDropResult.todo-xdrop-item .todo-details-wrap .todo-details td:last-child .wrap {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w .XDropResult.todo-xdrop-item .todo-details-wrap .todo-actions {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.w label.mce-label {
  display: inline-block;
  max-width: none;
  margin-bottom: 0px;
  font-weight: normal;
}
.w .fl-scrolls,
.w .fl-scrolls div {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.w .fl-scrolls {
  bottom: 0;
  height: 35px;
  overflow: auto;
  position: fixed;
}
.w .fl-scrolls div {
  height: 1px;
  overflow: hidden;
}
.w .fl-scrolls div:before {
  content: "";
}
.w .fl-scrolls-hidden {
  bottom: 9999px;
}
.w .fl-scrolls-viewport .fl-scrolls {
  position: absolute;
}
@media print {
  .w .fl-scrolls {
    display: none;
  }
}
.w .fl-scrolls {
  z-index: 10;
}
.w .sp-container {
  border: solid 1px #ccc;
}
.w .sp-color,
.w .sp-hue,
.w .sp-clear {
  border: solid 1px #ccc;
}
.w .sp-input-container {
  width: 90px;
  margin-right: 10px;
}
.w .sp-input {
  border: 1px inset #ccc;
  background: white;
  color: inherit;
  border-radius: initial;
}
.w .sp-input:focus:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.w .sp-input.sp-validation-error .help-block,
.w .sp-input.sp-validation-error .control-label,
.w .sp-input.sp-validation-error .radio,
.w .sp-input.sp-validation-error .checkbox,
.w .sp-input.sp-validation-error .radio-inline,
.w .sp-input.sp-validation-error .checkbox-inline,
.w .sp-input.sp-validation-error.radio label,
.w .sp-input.sp-validation-error.checkbox label,
.w .sp-input.sp-validation-error.radio-inline label,
.w .sp-input.sp-validation-error.checkbox-inline label {
  color: #a94442;
}
.w .sp-input.sp-validation-error .form-control,
.w .sp-input.sp-validation-error .sdrop,
.w .sp-input.sp-validation-error .XDrop {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.w .sp-input.sp-validation-error .form-control:focus,
.w .sp-input.sp-validation-error .sdrop:focus,
.w .sp-input.sp-validation-error .XDrop:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.w .sp-input.sp-validation-error .input-group-addon,
.w .sp-input.sp-validation-error .input-group label.input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.w .sp-input.sp-validation-error .form-control-feedback {
  color: #a94442;
}
.w .sp-replacer {
  border: initial;
}
.w .sp-replacer:hover,
.w .sp-replacer.sp-active {
  border-color: initial;
  color: initial;
}
.w .sp-container button,
.w .sp-cancel {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: bold !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 4px 10px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  border-radius: 0px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.w .sp-container button:focus,
.w .sp-cancel:focus,
.w .sp-container button:active:focus,
.w .sp-cancel:active:focus,
.w .sp-container button.active:focus,
.w .sp-cancel.active:focus,
.w .sp-container button.focus,
.w .sp-cancel.focus,
.w .sp-container button:active.focus,
.w .sp-cancel:active.focus,
.w .sp-container button.active.focus,
.w .sp-cancel.active.focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.w .sp-container button:hover,
.w .sp-cancel:hover,
.w .sp-container button:focus,
.w .sp-cancel:focus,
.w .sp-container button.focus,
.w .sp-cancel.focus {
  color: #000000 !important;
  text-decoration: none !important;
}
.w .sp-container button:active,
.w .sp-cancel:active,
.w .sp-container button.active,
.w .sp-cancel.active {
  outline: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.w .sp-container button.disabled,
.w .sp-cancel.disabled,
.w .sp-container button[disabled],
.w .sp-cancel[disabled],
.w fieldset[disabled] .sp-container button,
.w fieldset[disabled] .sp-cancel {
  cursor: not-allowed !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w a.sp-container button.disabled,
.w a.sp-cancel.disabled,
.w fieldset[disabled] a.sp-container button,
.w fieldset[disabled] a.sp-cancel {
  pointer-events: none !important;
}
.w .sp-container button.disabled,
.w .sp-cancel.disabled,
.w .sp-container button[disabled],
.w .sp-cancel[disabled],
.w fieldset[disabled] .sp-container button,
.w fieldset[disabled] .sp-cancel {
  opacity: 0.45 !important;
  filter: alpha(opacity=45) !important;
}
.w .sp-container button.sp-choose {
  color: #000000;
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .sp-container button.sp-choose:focus,
.w .sp-container button.sp-choose.focus {
  color: #000000;
  background-color: #c5ad11;
  border-color: #675b09;
}
.w .sp-container button.sp-choose:hover {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .sp-container button.sp-choose:active,
.w .sp-container button.sp-choose.active,
.w .open > .dropdown-toggle.sp-container button.sp-choose {
  color: #000000;
  background-color: #c5ad11;
  border-color: #a4900f;
}
.w .sp-container button.sp-choose:active:hover,
.w .sp-container button.sp-choose.active:hover,
.w .open > .dropdown-toggle.sp-container button.sp-choose:hover,
.w .sp-container button.sp-choose:active:focus,
.w .sp-container button.sp-choose.active:focus,
.w .open > .dropdown-toggle.sp-container button.sp-choose:focus,
.w .sp-container button.sp-choose:active.focus,
.w .sp-container button.sp-choose.active.focus,
.w .open > .dropdown-toggle.sp-container button.sp-choose.focus {
  color: #000000;
  background-color: #a4900f;
  border-color: #675b09;
}
.w .sp-container button.sp-choose:active,
.w .sp-container button.sp-choose.active,
.w .open > .dropdown-toggle.sp-container button.sp-choose {
  background-image: none;
}
.w .sp-container button.sp-choose.disabled,
.w .sp-container button.sp-choose[disabled],
.w fieldset[disabled] .sp-container button.sp-choose,
.w .sp-container button.sp-choose.disabled:hover,
.w .sp-container button.sp-choose[disabled]:hover,
.w fieldset[disabled] .sp-container button.sp-choose:hover,
.w .sp-container button.sp-choose.disabled:focus,
.w .sp-container button.sp-choose[disabled]:focus,
.w fieldset[disabled] .sp-container button.sp-choose:focus,
.w .sp-container button.sp-choose.disabled.focus,
.w .sp-container button.sp-choose[disabled].focus,
.w fieldset[disabled] .sp-container button.sp-choose.focus,
.w .sp-container button.sp-choose.disabled:active,
.w .sp-container button.sp-choose[disabled]:active,
.w fieldset[disabled] .sp-container button.sp-choose:active,
.w .sp-container button.sp-choose.disabled.active,
.w .sp-container button.sp-choose[disabled].active,
.w fieldset[disabled] .sp-container button.sp-choose.active {
  background-color: #EBD01E;
  border-color: #dcc214;
}
.w .sp-container button.sp-choose .badge {
  color: #EBD01E;
  background-color: #000000;
}
.w .sp-cancel {
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border-color: #e6e6e6 !important;
  margin-right: 10px !important;
}
.w .sp-cancel:focus,
.w .sp-cancel.focus {
  color: #000000 !important;
  background-color: #e6e6e6 !important;
  border-color: #a6a6a6 !important;
}
.w .sp-cancel:hover {
  color: #000000 !important;
  background-color: #e6e6e6 !important;
  border-color: #c7c7c7 !important;
}
.w .sp-cancel:active,
.w .sp-cancel.active,
.w .open > .dropdown-toggle.sp-cancel {
  color: #000000 !important;
  background-color: #e6e6e6 !important;
  border-color: #c7c7c7 !important;
}
.w .sp-cancel:active:hover,
.w .sp-cancel.active:hover,
.w .open > .dropdown-toggle.sp-cancel:hover,
.w .sp-cancel:active:focus,
.w .sp-cancel.active:focus,
.w .open > .dropdown-toggle.sp-cancel:focus,
.w .sp-cancel:active.focus,
.w .sp-cancel.active.focus,
.w .open > .dropdown-toggle.sp-cancel.focus {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #a6a6a6 !important;
}
.w .sp-cancel:active,
.w .sp-cancel.active,
.w .open > .dropdown-toggle.sp-cancel {
  background-image: none !important;
}
.w .sp-cancel.disabled,
.w .sp-cancel[disabled],
.w fieldset[disabled] .sp-cancel,
.w .sp-cancel.disabled:hover,
.w .sp-cancel[disabled]:hover,
.w fieldset[disabled] .sp-cancel:hover,
.w .sp-cancel.disabled:focus,
.w .sp-cancel[disabled]:focus,
.w fieldset[disabled] .sp-cancel:focus,
.w .sp-cancel.disabled.focus,
.w .sp-cancel[disabled].focus,
.w fieldset[disabled] .sp-cancel.focus,
.w .sp-cancel.disabled:active,
.w .sp-cancel[disabled]:active,
.w fieldset[disabled] .sp-cancel:active,
.w .sp-cancel.disabled.active,
.w .sp-cancel[disabled].active,
.w fieldset[disabled] .sp-cancel.active {
  background-color: #FFFFFF !important;
  border-color: #e6e6e6 !important;
}
.w .sp-cancel .badge {
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
.w .sp-button-container {
  margin-top: 10px;
}
.w .sp-picker-container,
.w .sp-slider,
.w .sp-dragger {
  box-sizing: content-box;
}
.w div.parameter-panel {
  padding: 0 10px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.w iframe.asset-frame {
  width: 100%;
  height: 100%;
  position: absolute;
}
.w .modal-xl {
  width: 95%;
}
.w .asset-modal > .modal-content {
  height: 100%;
}
.w .asset-modal > .modal-content .modal-body {
  height: 80vh;
  padding: 0px;
}
.w .asset-modal .body-wrapper {
  height: 100%;
}
.w .asset-modal .loading-indicator-wrapper {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.w .asset-modal .loading-indicator-wrapper .wcr-loadingIndicator {
  position: relative;
}
.w .dsh-loading-indicator-wrapper {
  display: inline-block;
}
.w .dsh-loading-indicator-wrapper > .wcr-loadingIndicator {
  position: static;
  top: auto;
  left: auto;
}
.w .RichTextEdit {
  border: 1px solid #CCC;
  background-color: white;
}
.w .ReadOnlyRichText,
.w .RichTextEdit {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: Normal;
  font-weight: Normal;
  min-height: 16px;
  overflow: auto;
  margin: 0px 0px 0px 0px;
  width: 100%;
  text-align: initial;
  /* IE */
}
.w .ReadOnlyRichText ol,
.w .RichTextEdit ol,
.w .ReadOnlyRichText ul,
.w .RichTextEdit ul {
  margin-left: 40px;
}
.w .ReadOnlyRichText h1,
.w .RichTextEdit h1,
.w .ReadOnlyRichText h2,
.w .RichTextEdit h2,
.w .ReadOnlyRichText h3,
.w .RichTextEdit h3,
.w .ReadOnlyRichText h4,
.w .RichTextEdit h4,
.w .ReadOnlyRichText h5,
.w .RichTextEdit h5,
.w .ReadOnlyRichText h6,
.w .RichTextEdit h6 {
  font-weight: bolder;
}
.w .ReadOnlyRichText body,
.w .RichTextEdit body,
.w .ReadOnlyRichText td,
.w .RichTextEdit td,
.w .ReadOnlyRichText pre,
.w .RichTextEdit pre {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 8px;
}
.w .ReadOnlyRichText body,
.w .RichTextEdit body {
  background: #FFF;
}
.w .ReadOnlyRichText body.mceForceColors,
.w .RichTextEdit body.mceForceColors {
  background: #FFF;
  color: #000;
}
.w .ReadOnlyRichText body.mceBrowserDefaults,
.w .RichTextEdit body.mceBrowserDefaults {
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.w .ReadOnlyRichText h1,
.w .RichTextEdit h1 {
  font-size: 2em;
}
.w .ReadOnlyRichText h2,
.w .RichTextEdit h2 {
  font-size: 1.5em;
}
.w .ReadOnlyRichText h3,
.w .RichTextEdit h3 {
  font-size: 1.17em;
}
.w .ReadOnlyRichText h4,
.w .RichTextEdit h4 {
  font-size: 1em;
}
.w .ReadOnlyRichText h5,
.w .RichTextEdit h5 {
  font-size: .83em;
}
.w .ReadOnlyRichText h6,
.w .RichTextEdit h6 {
  font-size: .75em;
}
.w .ReadOnlyRichText .mceItemTable,
.w .RichTextEdit .mceItemTable,
.w .ReadOnlyRichText .mceItemTable td,
.w .RichTextEdit .mceItemTable td,
.w .ReadOnlyRichText .mceItemTable th,
.w .RichTextEdit .mceItemTable th,
.w .ReadOnlyRichText .mceItemTable caption,
.w .RichTextEdit .mceItemTable caption,
.w .ReadOnlyRichText .mceItemVisualAid,
.w .RichTextEdit .mceItemVisualAid {
  border: 1px dashed #BBB;
}
.w .ReadOnlyRichText a.mceItemAnchor,
.w .RichTextEdit a.mceItemAnchor {
  display: inline-block;
  -webkit-user-select: all;
  -webkit-user-modify: read-only;
  -moz-user-select: all;
  -moz-user-modify: read-only;
  width: 11px !important;
  height: 11px !important;
  background: url(img/items.gif) no-repeat center center;
}
.w .ReadOnlyRichText span.mceItemNbsp,
.w .RichTextEdit span.mceItemNbsp {
  background: #DDD;
}
.w .ReadOnlyRichText td.mceSelected,
.w .RichTextEdit td.mceSelected,
.w .ReadOnlyRichText th.mceSelected,
.w .RichTextEdit th.mceSelected {
  background-color: #3399ff !important;
}
.w .ReadOnlyRichText img,
.w .RichTextEdit img {
  border: 0;
}
.w .ReadOnlyRichText table,
.w .RichTextEdit table,
.w .ReadOnlyRichText img,
.w .RichTextEdit img,
.w .ReadOnlyRichText hr,
.w .RichTextEdit hr,
.w .ReadOnlyRichText .mceItemAnchor,
.w .RichTextEdit .mceItemAnchor {
  cursor: default;
}
.w .ReadOnlyRichText table td,
.w .RichTextEdit table td,
.w .ReadOnlyRichText table th,
.w .RichTextEdit table th {
  cursor: text;
}
.w .ReadOnlyRichText ins,
.w .RichTextEdit ins {
  border-bottom: 1px solid green;
  text-decoration: none;
  color: green;
}
.w .ReadOnlyRichText del,
.w .RichTextEdit del {
  color: red;
  text-decoration: line-through;
}
.w .ReadOnlyRichText cite,
.w .RichTextEdit cite {
  border-bottom: 1px dashed blue;
}
.w .ReadOnlyRichText acronym,
.w .RichTextEdit acronym {
  border-bottom: 1px dotted #CCC;
  cursor: help;
}
.w .ReadOnlyRichText abbr,
.w .RichTextEdit abbr {
  border-bottom: 1px dashed #CCC;
  cursor: help;
}
.w .ReadOnlyRichText html body,
.w .RichTextEdit html body {
  scrollbar-3dlight-color: #F0F0EE;
  scrollbar-arrow-color: #676662;
  scrollbar-base-color: #F0F0EE;
  scrollbar-darkshadow-color: #DDD;
  scrollbar-face-color: #E0E0DD;
  scrollbar-highlight-color: #F0F0EE;
  scrollbar-shadow-color: #F0F0EE;
  scrollbar-track-color: #F5F5F5;
}
.w .ReadOnlyRichText img:-moz-broken,
.w .RichTextEdit img:-moz-broken {
  -moz-force-broken-image-icon: 1;
  width: 24px;
  height: 24px;
}
.w .ReadOnlyRichText font[face=mceinline],
.w .RichTextEdit font[face=mceinline] {
  font-family: inherit !important;
}
.w .ReadOnlyRichText *[contentEditable]:focus,
.w .RichTextEdit *[contentEditable]:focus {
  outline: 0;
}
.w .overflowcontentcontainer {
  overflow-y: hidden;
  position: relative;
  -webkit-transition: max-height 0.6s;
  -moz-transition: max-height 0.6s;
  -ms-transition: max-height 0.6s;
  -o-transition: max-height 0.6s;
  transition: max-height 0.6s;
  /*
	 The element showing that we collapsed the content
	 */
  /* The transition */
  /* Handling content higher than 500px */
  /* The overflow content container cannot become larger than 500px, so just add a scrollbar if content is larger */
}
.w .overflowcontentcontainer .marker {
  /* positioning of the marker is done in JS */
  position: absolute;
  width: 100%;
  cursor: pointer;
  top: 0;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  -ms-transition: top 0.6s;
  -o-transition: top 0.6s;
  transition: top 0.6s;
}
.w .overflowcontentcontainer .marker {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  /* Standard syntax */
}
.w .overflowcontentcontainer > .overflowcontentelem {
  max-height: 480px;
}
.w .overflowcontentcontainer > .overflowcontentelem > div {
  overflow: hidden;
}
.w .overflowcontentcontainer.expanded > .overflowcontentelem {
  overflow-y: auto;
}
@media print {
  .w .overflowcontentcontainer {
    max-height: none !important;
  }
  .w .overflowcontentcontainer.collapsed > .overflowcontentelem {
    overflow-y: auto;
  }
  .w .overflowcontentcontainer .marker {
    display: none;
  }
}
.w .wcr-table .wcr-table-section .ordtable tr:hover .overflowcontentcontainer .marker,
.w .wcr-table .wcr-table-section .ordtable tr.active .overflowcontentcontainer .marker,
.w .wcr-table .wcr-table-section .ordtable.gridview > tbody > tr > td:hover .overflowcontentcontainer .marker,
.w .wcr-table .wcr-table-section .ordtable.gridview > tbody > tr > td.active .overflowcontentcontainer .marker {
  background: -webkit-linear-gradient(rgba(245, 245, 245, 0), #f5f5f5);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(245, 245, 245, 0), #f5f5f5);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(245, 245, 245, 0), #f5f5f5);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(245, 245, 245, 0), #f5f5f5);
  /* Standard syntax */
}
.w .wcr-table .wcr-table-section .ordtable.gridview > tbody > tr > td:hover.active .overflowcontentcontainer .marker {
  background: -webkit-linear-gradient(rgba(232, 232, 232, 0), #e8e8e8);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(232, 232, 232, 0), #e8e8e8);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(232, 232, 232, 0), #e8e8e8);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(232, 232, 232, 0), #e8e8e8);
  /* Standard syntax */
}
.w .page-header .overflowcontentcontainer .marker {
  background: linear-gradient(rgba(249, 249, 249, 0), #F9F9F9);
}
.w .approvalTitle {
  display: inline-block;
}
.w .approvalStatusLabel {
  font-size: 13px;
  padding: 5px;
}
.w .wcr-approval .alert,
.w .wcr-approval .wcr-table .clipped_warning,
.w .wcr-approval .clipped_msg {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .w .wcr-approval.container-fluid {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.w .wcr-approval .show-cursor-pointer {
  cursor: pointer;
}
.w .wcr-approval .no-heading {
  padding: 0;
  border-bottom: aqua;
}
.w .wcr-approval .wcr-table .ordtable > tbody > tr > td.type-drop-down {
  min-width: 150px;
}
.w .wcr-approval .approval-form {
  width: calc(75%);
}
.w .wcr-approval .approval-form .panel.only-approvers-table,
.w .wcr-approval .approval-form .card .wrapper.only-approvers-table {
  border-bottom: 0;
}
.w .wcr-approval .approval-form .step-details-collapse {
  padding-bottom: 15px;
}
.w .wcr-approval .approval-form .stick-to-panel .with-step-details-readonly {
  margin-bottom: 0;
}
.w .wcr-approval .approval-form .step-details-readonly {
  background-color: #f5f5f5;
  margin: 15px -15px -15px -15px;
}
@media (min-width: 768px) {
  .w .wcr-approval .approval-form .second-column-read-only .form-group {
    margin: 0;
  }
  .w .wcr-approval .approval-form .second-column-read-only .form-group label,
  .w .wcr-approval .approval-form .second-column-read-only .form-group .form-entry {
    width: auto;
  }
  .w .wcr-approval .approval-form .second-column-read-only .form-group .offset-label {
    display: none;
  }
}
.w .wcr-approval .approval-form .panel .panel-heading,
.w .wcr-approval .approval-form .card .wrapper .panel-heading {
  line-height: 26px;
  vertical-align: middle;
  text-align: left;
}
.w .wcr-approval .approval-form .panel .panel-heading .form-control,
.w .wcr-approval .approval-form .panel .panel-heading .sdrop,
.w .wcr-approval .approval-form .panel .panel-heading .XDrop,
.w .wcr-approval .approval-form .card .wrapper .panel-heading .form-control {
  width: auto;
  display: inline-block;
}
.w .wcr-approval .approval-form .panel .panel-heading .floating-action,
.w .wcr-approval .approval-form .card .wrapper .panel-heading .floating-action {
  line-height: 26px;
  float: right;
  vertical-align: middle;
}
.w .wcr-approval .approval-form .input-group {
  margin-bottom: -10px;
}
.w .wcr-approval .approval-form .input-group .btn,
.w .wcr-approval .approval-form .input-group .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-approval .approval-form .input-group .row-actions > .action,
.w .wcr-approval .approval-form .input-group .row-actions > .dropdown > .morebutton,
.w .wcr-approval .approval-form .input-group .buttonprimary,
.w .wcr-approval .approval-form .input-group .buttonsecondary,
.w .wcr-approval .approval-form .input-group .action-menu-component > a.action,
.w .wcr-approval .approval-form .input-group .btn-no-border,
.w .wcr-approval .approval-form .input-group .inline_help,
.w .wcr-approval .approval-form .input-group .row-actions-component > .action,
.w .wcr-approval .approval-form .input-group .row-actions-component > .dropdown > .morebutton,
.w .wcr-approval .approval-form .input-group .inline_help-nopadding {
  margin-bottom: 10px;
}
.w .wcr-approval .approval-form .panel .panel-body,
.w .wcr-approval .approval-form .card .wrapper .panel-body {
  padding-bottom: 0;
}
.w .wcr-approval .ui-dialog .approval-form {
  width: 100%;
}
.w .wcr-approval .btn-no-padding-right {
  padding-right: 0px;
}
.w .wcr-approval .collapseSettingsPanel > a {
  text-decoration: none;
}
.w .wcr-approval .collapseSettingsPanel > a > i {
  color: #344;
}
.w .wcr-approval .collapseSettingsPanel > a.collapsed > i {
  color: #344;
}
@media (min-width: 1200px) {
  .w .wcr-approval .collapseSettingsPanel {
    display: none;
  }
}
@media (max-width: 1199px) {
  .w .wcr-approval .nextVersionButton {
    float: right;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .w .wcr-approval .nextVersionButtonOnTop {
    margin-top: -40px;
  }
  .w .wcr-approval .nextVersionButtonOnTop.with-message {
    margin-top: -95px;
  }
}
@media (max-width: 767px) {
  .w .wcr-approval .nextVersionButtonOnTop {
    margin-bottom: 10px;
    float: right;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .w .wcr-approval .next-version-message {
    width: 100%;
    display: inline-block;
  }
  .w .wcr-approval .nextVersionButton > a,
  .w .wcr-approval .nextVersionButton > button {
    float: right;
  }
}
@media (min-width: 1199px) {
  .w .wcr-approval .settingsPanel .panel-body.collapse {
    display: block;
    height: auto !important;
  }
}
.w .wcr-approval .messageWidget {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .w .wcr-approval .settingsPanel {
    margin-left: 20px;
  }
}
.w .wcr-approval .approval-action-buttons {
  margin-left: 20px;
}
.w .wcr-approval .add-approval-stage {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  height: 0px;
  text-align: center;
  cursor: pointer;
}
.w .wcr-approval .add-approval-stage span {
  line-height: 46px;
  font-size: 16px;
}
.w .wcr-approval .add-approval-stage .icon,
.w .wcr-approval .add-approval-stage .wcr-table .ordtable thead > tr > th.column-sort i.icon-sorting,
.w .wcr-approval .add-approval-stage .wcr-table .ordtable thead > tr > th a.column-sort i.icon-sorting {
  font-size: 32px;
}
.w .wcr-approval .approval-stage-container {
  margin-bottom: 10px;
}
.w .wcr-approval .approval-stage-container-sortable .sortable-handler {
  cursor: move;
}
.w .wcr-approval .approval-stage-container-insertable {
  margin-bottom: 0px;
}
.w .wcr-approval .add-approval-stage-container {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  line-height: 4px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 1199px) {
  .w .wcr-approval .add-approval-stage-container {
    width: 50%;
    min-width: 200px;
  }
}
.w .wcr-approval .add-approval-stage-container:before {
  display: inline-block;
  margin-top: -6px;
  content: "...";
  vertical-align: middle;
}
.w .wcr-approval .add-approval-stage_always-visible,
.w .wcr-approval .add-approval-stage_expanded {
  width: 100%;
}
.w .wcr-approval .add-approval-stage_always-visible:before,
.w .wcr-approval .add-approval-stage_expanded:before {
  content: "";
}
.w .wcr-approval .add-approval-stage_expanded .add-approval-stage,
.w .wcr-approval .add-approval-stage_always-visible .add-approval-stage {
  height: 50px;
  border: 2px dashed #dddddd;
  border-radius: 15px;
}
.w .wcr-approval .being-sorted .add-approval-stage_always-visible .add-approval-stage,
.w .wcr-approval .being-sorted .add-approval-stage_expanded .add-approval-stage {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0;
  height: 0px;
  border: 0px;
}
.w .wcr-approval .approval-stage-container-sortable-placeholder {
  border: 2px dashed #dddddd;
  margin-bottom: 10px;
}
.w .wcr-approval .approval-settings-panel .final-due-date .input-group {
  float: left;
  max-height: 26px;
  width: 50%;
}
.w .wcr-approval .approval-settings-panel .final-due-date .input-group:first-child {
  padding-right: 5px;
}
.w .wcr-approval .approval-settings-panel .final-due-date .input-group:last-child {
  padding-left: 5px;
}
.w .wcr-approval .approvalStatusLabelContainer {
  display: inline-block;
}
.w .wcr-approval .approvalStatusLabelContainer .label-primary {
  background-color: #334444;
}
.w .wcr-approval .approvalStatusLabelContainer .label-default {
  background-color: #a3baba;
}
@media (max-width: 767px) {
  .w .wcr-approval .approvalStatusLabelContainer {
    float: right;
    margin-bottom: 5px;
  }
  .w .wcr-approval .approvalStatusLabelContainer > span,
  .w .wcr-approval .approvalStatusLabelContainer > a {
    float: right;
  }
}
.w .wcr-approval .general-settings-form-entry-value {
  line-height: 25px;
}
.w .mobile .wcr-approval .collapseSettingsPanel > a > i {
  font-size: 32px;
}
.w .mobile .wcr-approval .settingsPanel {
  margin-left: 0px;
  padding-left: 35px;
}
.w .mobile .wcr-approval .approvalStatusLabelContainer.simple {
  padding-left: 35px;
}
.w .mobile .wcr-approval .approval-action-buttons {
  margin-left: 36px;
}
.w .mobile .wcr-approval .collapseApprovalStage > a > i {
  font-size: 32px;
}
.w .mobile .wcr-approval .wcr-approval-stage-panel-container {
  padding-left: 35px;
}
.w .duedaterecalc_dialogbody div.form-datetime select.form-control,
.w .duedaterecalc_dialogbody div.form-datetime select.sdrop,
.w .duedaterecalc_dialogbody div.form-datetime select.XDrop {
  min-width: 7em;
}
.w .duedaterecalc_dialogbody div.form-datetime > .input-group {
  width: 41.66666666%;
}
.w .duedaterecalc_dialogbody div.form-datetime > table {
  width: 100%;
}
.w .duedaterecalc_dialogbody div.form-datetime.distribute-evenly {
  margin-left: 0px;
}
.w .duedaterecalc_dialogbody .duedate-calc-inline-input {
  padding: 0px;
  line-height: 26px;
  margin-left: 4px;
}
.w .duedaterecalc_dialogbody .duedate-calc-inline-input input {
  padding: 0px;
  height: 24px;
  line-height: 26px;
  max-width: 500px;
}
.w .role-hover .td-padding {
  padding: 2pt 5pt 2pt 5pt;
}
.w .comment-hover {
  margin-bottom: 0;
}
.w .comment-hover th,
.w .comment-hover td {
  padding: 0 5px;
}
.w .comment-hover td.comment-text,
.w .comment-hover td.comment-by {
  white-space: pre-wrap;
}
.w #dropmenudiv.approval_comment_popup,
.w #dropmenudiv.approval-role-hover-popup {
  padding: 0;
  margin: -2px 0px;
  z-index: 5000;
}
.w .wcr-approval-stage:before,
.w .wcr-approval-stage:after {
  content: " ";
  display: table;
}
.w .wcr-approval-stage:after {
  clear: both;
}
.w .wcr-approval-stage:before,
.w .wcr-approval-stage:after {
  content: " ";
  display: table;
}
.w .wcr-approval-stage:after {
  clear: both;
}
.w .wcr-approval-stage .panel-Pending {
  border-color: #bce8f1;
}
.w .wcr-approval-stage .panel-Pending .panel-heading,
.w .wcr-approval-stage .panel-Pending .panel-footer {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.w .wcr-approval-stage .panel-Pending .panel-heading .stageNumber,
.w .wcr-approval-stage .panel-Pending .panel-footer .stageNumber,
.w .wcr-approval-stage .panel-Pending .panel-heading .statusLabel,
.w .wcr-approval-stage .panel-Pending .panel-footer .statusLabel {
  background-color: #5bc0de;
}
.w .wcr-approval-stage .panel-NotStarted,
.w .wcr-approval-stage .panel-NotDefined {
  border-color: #d6d6d6;
}
.w .wcr-approval-stage .panel-NotStarted .panel-heading,
.w .wcr-approval-stage .panel-NotDefined .panel-heading,
.w .wcr-approval-stage .panel-NotStarted .panel-footer,
.w .wcr-approval-stage .panel-NotDefined .panel-footer {
  background-color: #ecf0f0;
  color: #6d6d6d;
  border-color: #d6d6d6;
}
.w .wcr-approval-stage .panel-NotStarted .panel-heading .stageNumber,
.w .wcr-approval-stage .panel-NotDefined .panel-heading .stageNumber,
.w .wcr-approval-stage .panel-NotStarted .panel-footer .stageNumber,
.w .wcr-approval-stage .panel-NotDefined .panel-footer .stageNumber,
.w .wcr-approval-stage .panel-NotStarted .panel-heading .statusLabel,
.w .wcr-approval-stage .panel-NotDefined .panel-heading .statusLabel,
.w .wcr-approval-stage .panel-NotStarted .panel-footer .statusLabel,
.w .wcr-approval-stage .panel-NotDefined .panel-footer .statusLabel {
  background-color: #a3baba;
}
.w .wcr-approval-stage .panel-Rejected,
.w .wcr-approval-stage .panel-ForceRejected {
  border-color: #cccccc;
}
.w .wcr-approval-stage .panel-Rejected .panel-heading,
.w .wcr-approval-stage .panel-ForceRejected .panel-heading,
.w .wcr-approval-stage .panel-Rejected .panel-footer,
.w .wcr-approval-stage .panel-ForceRejected .panel-footer {
  background-color: #f2dede;
  color: #a94442;
  border-color: #cccccc;
}
.w .wcr-approval-stage .panel-Rejected .panel-heading .stageNumber,
.w .wcr-approval-stage .panel-ForceRejected .panel-heading .stageNumber,
.w .wcr-approval-stage .panel-Rejected .panel-footer .stageNumber,
.w .wcr-approval-stage .panel-ForceRejected .panel-footer .stageNumber,
.w .wcr-approval-stage .panel-Rejected .panel-heading .statusLabel,
.w .wcr-approval-stage .panel-ForceRejected .panel-heading .statusLabel,
.w .wcr-approval-stage .panel-Rejected .panel-footer .statusLabel,
.w .wcr-approval-stage .panel-ForceRejected .panel-footer .statusLabel {
  background-color: #d9534f;
}
.w .wcr-approval-stage .panel-Approved,
.w .wcr-approval-stage .panel-ForceApproved {
  border-color: #d6e9c6;
}
.w .wcr-approval-stage .panel-Approved .panel-heading,
.w .wcr-approval-stage .panel-ForceApproved .panel-heading,
.w .wcr-approval-stage .panel-Approved .panel-footer,
.w .wcr-approval-stage .panel-ForceApproved .panel-footer {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.w .wcr-approval-stage .panel-Approved .panel-heading .stageNumber,
.w .wcr-approval-stage .panel-ForceApproved .panel-heading .stageNumber,
.w .wcr-approval-stage .panel-Approved .panel-footer .stageNumber,
.w .wcr-approval-stage .panel-ForceApproved .panel-footer .stageNumber,
.w .wcr-approval-stage .panel-Approved .panel-heading .statusLabel,
.w .wcr-approval-stage .panel-ForceApproved .panel-heading .statusLabel,
.w .wcr-approval-stage .panel-Approved .panel-footer .statusLabel,
.w .wcr-approval-stage .panel-ForceApproved .panel-footer .statusLabel {
  background-color: #5cb85c;
}
.w .wcr-approval-stage .panel-ApprovedConditional,
.w .wcr-approval-stage .panel-ForceApprovedConditional {
  border-color: #faebcc;
}
.w .wcr-approval-stage .panel-ApprovedConditional .panel-heading,
.w .wcr-approval-stage .panel-ForceApprovedConditional .panel-heading,
.w .wcr-approval-stage .panel-ApprovedConditional .panel-footer,
.w .wcr-approval-stage .panel-ForceApprovedConditional .panel-footer {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.w .wcr-approval-stage .panel-ApprovedConditional .panel-heading .stageNumber,
.w .wcr-approval-stage .panel-ForceApprovedConditional .panel-heading .stageNumber,
.w .wcr-approval-stage .panel-ApprovedConditional .panel-footer .stageNumber,
.w .wcr-approval-stage .panel-ForceApprovedConditional .panel-footer .stageNumber,
.w .wcr-approval-stage .panel-ApprovedConditional .panel-heading .statusLabel,
.w .wcr-approval-stage .panel-ForceApprovedConditional .panel-heading .statusLabel,
.w .wcr-approval-stage .panel-ApprovedConditional .panel-footer .statusLabel,
.w .wcr-approval-stage .panel-ForceApprovedConditional .panel-footer .statusLabel {
  background-color: #f0ad4e;
}
.w .wcr-approval-stage .panel-heading {
  border: none;
  padding: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: "wrap";
  -moz-flex-wrap: "wrap";
  -ms-flex-wrap: "wrap";
  flex-wrap: "wrap";
}
.w .wcr-approval-stage .panel-heading.wcr-approval-stage-simple-layout {
  cursor: pointer;
}
.w .wcr-approval-stage .panel-heading.wcr-approval-stage-simple-layout * {
  cursor: inherit;
}
.w .wcr-approval-stage .panel-heading:before,
.w .wcr-approval-stage .panel-heading:after {
  content: " ";
  display: table;
}
.w .wcr-approval-stage .panel-heading:after {
  clear: both;
}
.w .wcr-approval-stage .panel-heading:before,
.w .wcr-approval-stage .panel-heading:after {
  content: " ";
  display: table;
}
.w .wcr-approval-stage .panel-heading:after {
  clear: both;
}
.w .wcr-approval-stage .panel-heading .stage-name-container {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
}
@media (max-width: 480px) {
  .w .wcr-approval-stage .panel-heading .stage-name-container.editable {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .w .wcr-approval-stage .panel-heading .stageNameEditable {
    width: 100%;
    margin: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
  }
}
.w .wcr-approval-stage .panel-heading .stageNameEditable {
  width: auto;
  margin: 7px;
  display: inline-block;
}
.w .wcr-approval-stage .panel-heading .stageName {
  font-weight: bolder;
  margin-bottom: 0px;
}
.w .wcr-approval-stage .panel-heading .statusLabel {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.w .wcr-approval-stage .panel-heading .approval-action {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.w .wcr-approval-stage .panel-heading .stageNumber {
  background-color: yellow;
  width: 50px;
  font-size: 18pt;
  text-align: center;
  color: white;
  margin-bottom: 0px;
  float: left;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.w .wcr-approval-stage .panel-heading .label {
  width: auto;
  float: right;
  padding: 6px;
  margin: 5px;
}
.w .wcr-approval-stage .panel-heading .approval-action {
  float: right;
  margin: 6px 0px;
}
.w .wcr-approval-stage .panel-body {
  padding: 0px;
}
.w .wcr-approval-stage .panel-body > .form-group {
  margin: 0px;
}
.w .wcr-approval-stage .panel-footer {
  padding: 3px;
}
@media (min-width: 400px) {
  .w .wcr-approval-stage .panel-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
.w .wcr-approval-stage .panel-footer .due-date-footer .input-group-datepicker,
.w .wcr-approval-stage .panel-footer .due-date-footer .input-group-leadtime {
  margin-left: 10px;
  float: right;
  max-height: 26px;
}
.w .wcr-approval-stage .panel-footer .due-date-footer .input-group-datepicker {
  width: 140px;
}
.w .wcr-approval-stage .panel-footer .due-date-footer .input-group-leadtime {
  width: 100px;
}
.w .wcr-approval-stage .panel-footer .due-date-footer strong {
  margin-right: 5px;
}
.w .wcr-approval-stage .panel-footer .due-date-footer .relativeDateTimePicker {
  width: 352px;
}
@media (max-width: 770px) {
  .w .wcr-approval-stage .panel-footer .due-date-footer {
    width: 100%;
  }
  .w .wcr-approval-stage .panel-footer .due-date-footer .relativeDateTimePicker {
    width: 100%;
  }
}
.w .wcr-approval-stage .panel-footer .x-drop-form-entry {
  max-width: 400px;
  width: 100%;
  padding: 0px;
}
.w .wcr-approval-stage .panel-footer .x-drop-form-entry .approvers-xdrop {
  width: 100%;
}
@media (max-width: 400px) {
  .w .wcr-approval-stage .panel-footer .x-drop-form-entry {
    float: none;
  }
}
@media (max-width: 400px) {
  .w .wcr-approval-stage .panel-footer:before,
  .w .wcr-approval-stage .panel-footer:after {
    content: " ";
    display: table;
  }
  .w .wcr-approval-stage .panel-footer:after {
    clear: both;
  }
  .w .wcr-approval-stage .panel-footer:before,
  .w .wcr-approval-stage .panel-footer:after {
    content: " ";
    display: table;
  }
  .w .wcr-approval-stage .panel-footer:after {
    clear: both;
  }
}
.w .wcr-approval-stage .collapseApprovalStage {
  float: left;
}
.w .wcr-approval-stage .collapseApprovalStage > a {
  text-decoration: none;
}
.w .wcr-approval-stage .collapseApprovalStage > a.collapsed > i {
  color: #344;
}
.w .wcr-approval-stage .wcr-approval-stage-panel-container .panel,
.w .wcr-approval-stage .wcr-approval-stage-panel-container .card .wrapper {
  margin-bottom: 0px;
}
.w .wcr-approval-stage .wcr-approval-stage-panel-container {
  padding-left: 20px;
}
.w .wcr-approval-stage .step-details-collapse {
  padding: 5px;
}
.w .wcr-approval-stage .step-details-collapse,
.w .wcr-approval-stage .step-details-collapse-uneditable {
  border-bottom: 1px;
  border-bottom-color: #d6d6d6;
  border-bottom-style: solid;
}
.w .wcr-approval-stage .step-details-collapse .form-group,
.w .wcr-approval-stage .step-details-collapse-uneditable .form-group {
  margin: 0px;
}
.w .wcr-approval-stage .wcr-table,
.w .wcr-approval-stage .wcr-table-section {
  border: none;
}
.w .wcr-approval-stage .wcr-form.form-labels-on-top .x-drop-form-entry {
  max-width: 400px;
}
.w .wcr-approval-stage .approvers-xdrop {
  width: 100%;
}
.w .wcr-approval-stage th.status,
.w .wcr-approval-stage td.status {
  text-align: center;
}
.w .wcr-approval-stage tr .approval-delete-icon {
  visibility: hidden;
}
.w .wcr-approval-stage tr:hover .approval-delete-icon {
  visibility: visible;
}
.w .wcr-approval-stage + .wcr-approval-stage .panel-heading {
  border-top: none;
}
.w .approval-buttons {
  display: inline-block;
}
.w .approval-buttons a.action {
  margin-bottom: 0px;
}
.w .approvalStatusActionBar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.w .approvalStatusActionBar .show-cursor-pointer {
  cursor: pointer;
}
.w .wcr-discussion-widget {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 16px;
  min-height: 350px;
  border: 1px solid #ccc;
}
.w .wcr-discussion-widget > .panel-default + .panel-default {
  border-left: 1px solid #ccc;
}
.w .wcr-discussion-widget > .panel-default > .panel-heading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.w .wcr-discussion-widget > .panel-default > .panel-heading .header-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.w .wcr-discussion-widget > .panel-default > .panel-heading h3 {
  padding: 5px;
  text-overflow: ellipsis;
}
.w .wcr-discussion-widget > .panel-default > .panel-heading a {
  padding: 4px 6px;
  margin: 0;
}
.w .wcr-discussion-widget > .panel-default > .panel-heading a.back {
  padding-left: 0px;
  padding-right: 10px;
}
.w .wcr-discussion-widget > .panel-default > .panel-heading .discussion-context a {
  padding: 0;
}
.w .wcr-discussion-widget .discussion-overview-panel {
  -webkit-flex: 1 0 25%;
  -moz-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 25%;
  min-width: 200px;
}
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading > h3 {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .btn i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .row-actions > .action i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .row-actions > .dropdown > .morebutton i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .buttonprimary i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .buttonsecondary i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .action-menu-component > a.action i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .btn-no-border i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .inline_help i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .row-actions-component > .action i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .row-actions-component > .dropdown > .morebutton i,
.w .wcr-discussion-widget .discussion-overview-panel > .panel-heading .inline_help-nopadding i {
  transition: all .2s ease;
}
.w .wcr-discussion-widget .discussion-overview-panel .context-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w .wcr-discussion-widget .discussion-overview-panel .context-filter .context-type {
  -webkit-flex: 100 0 auto;
  -moz-flex: 100 0 auto;
  -ms-flex: 100 0 auto;
  flex: 100 0 auto;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 5px;
  padding-top: 9px;
  cursor: pointer;
  background-color: #f5f5f5;
}
.w .wcr-discussion-widget .discussion-overview-panel .context-filter .context-type + .context-type {
  border-left: 1px solid #ccc;
}
.w .wcr-discussion-widget .discussion-overview-panel .context-filter .context-type.context-ALL {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.w .wcr-discussion-widget .discussion-overview-panel .context-filter .context-type.active {
  background-color: #fff;
  font-weight: 500;
  border-bottom: 5px solid #ccc;
}
.w .wcr-discussion-widget .discussion-overview-panel .XDropPanelWrapper {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  /* needed for FF */
  height: 50px;
  /* needed for IE */
  border: 0;
}
.w .wcr-discussion-widget .discussion-overview-panel .XDropPanelWrapper .XDropPanel,
.w .wcr-discussion-widget .discussion-overview-panel .XDropPanelWrapper .XDropResult.XDrop-filter {
  border: 0;
  margin-right: 0px;
}
.w .wcr-discussion-widget .discussion-overview-panel .XDropPanelWrapper .XDropPanel > .results {
  border-top: 1px solid #ccc;
}
.w .wcr-discussion-widget .discussion-overview-panel .messageWidget .alert,
.w .wcr-discussion-widget .discussion-overview-panel .messageWidget .wcr-table .clipped_warning,
.w .wcr-discussion-widget .discussion-overview-panel .messageWidget .clipped_msg {
  margin-bottom: 0px;
  padding-right: 15px;
}
@media screen and (max-width: 820px) {
  .w .wcr-discussion-widget .discussion-overview-panel {
    max-width: 50%;
  }
}
.w .wcr-discussion-widget .discussion-thread {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.w .wcr-discussion-widget .discussion-thread.is-selected .discussion-thread-date,
.w .wcr-discussion-widget .discussion-thread.is-selected .discussion-thread-summary .last-message {
  color: #516b6b;
}
.w .wcr-discussion-widget .discussion-thread .wcr-thumb {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-self: center;
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-summary {
  -webkit-flex: 5 1 100%;
  -moz-flex: 5 1 100%;
  -ms-flex: 5 1 100%;
  flex: 5 1 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
  min-width: 0;
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-summary .subject-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-summary .subject-wrapper > label {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-summary .subject-wrapper .subject-markers {
  margin-left: 3px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-summary .subject-wrapper .subject-markers .watching {
  line-height: 17px;
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-summary > span {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-summary .last-message {
  color: #779999;
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-date {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 5px;
  color: #779999;
}
@media screen and (min-width: 400px) and (max-width: 550px), screen and (min-width: 1199px) {
  .w .wcr-discussion-widget .discussion-thread .discussion-thread-date {
    white-space: nowrap;
  }
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-date.unread-msgs {
  color: #d9534f;
}
.w .wcr-discussion-widget .discussion-thread .discussion-thread-date .unread-count {
  background-color: #d9534f;
  float: right;
  margin-right: 5px;
  height: 20px;
  font-size: 12px;
  padding: 4px;
  min-width: 20px;
  border-radius: 10px;
}
.w .wcr-discussion-widget .indicate-context .discussion-thread {
  border-left: 6px solid transparent;
}
.w .wcr-discussion-widget .discussion-posts-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
  background-color: #f5f5f5;
  max-height: inherit;
  /* IE fix for TEP */
}
.w .wcr-discussion-widget .discussion-posts-panel .loading-spinner {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  padding: 10px;
}
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading h3,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .note-editor {
  /* NOTE IE/FF don't do the word wrapping.. So you might still need to add soft hyphens \e00AD*/
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.w .wcr-discussion-widget .discussion-posts-panel .system-message,
.w .wcr-discussion-widget .discussion-posts-panel .load-more {
  text-align: center;
  min-height: 13px;
  color: gray;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.w .wcr-discussion-widget .discussion-posts-panel .system-message p,
.w .wcr-discussion-widget .discussion-posts-panel .load-more p {
  margin: 5px;
}
.w .wcr-discussion-widget .discussion-posts-panel .load-more {
  min-height: 75px;
}
.w .wcr-discussion-widget .discussion-posts-panel .load-more a {
  display: block;
}
.w .wcr-discussion-widget .discussion-posts-panel .load-more img,
.w .wcr-discussion-widget .discussion-posts-panel .load-more a {
  transition: opacity 0.3s;
}
.w .wcr-discussion-widget .discussion-posts-panel .load-more img {
  padding: 5px;
  opacity: 0;
}
.w .wcr-discussion-widget .discussion-posts-panel .load-more.is-loading a {
  opacity: 0;
}
.w .wcr-discussion-widget .discussion-posts-panel .load-more.is-loading img {
  opacity: 1;
}
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading > input {
  margin-top: 5px;
}
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .XDrop.multi-select {
  margin-top: 5px;
  max-height: 75px;
}
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .discussion-panel-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 5px;
}
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .discussion-panel-title .discussion-context {
  font-size: 13px;
  margin: 0 0 0 5px;
  color: #5F7E7E;
}
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .discussion-panel-title > input.form-control,
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .discussion-panel-title .XDrop,
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .discussion-panel-title > input.sdrop,
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .discussion-panel-title > input.XDrop {
  flex: 1 1 100%;
}
.w .wcr-discussion-widget .discussion-posts-panel .panel-heading .collapse-toggle {
  margin-right: 5px;
}
.w .wcr-discussion-widget .discussion-posts-panel .messageComponentDiscussionPanel .alert,
.w .wcr-discussion-widget .discussion-posts-panel .messageComponentDiscussionPanel .wcr-table .clipped_warning,
.w .wcr-discussion-widget .discussion-posts-panel .messageComponentDiscussionPanel .clipped_msg {
  margin: 0;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 150px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  position: relative;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content .discussion-post {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 5px;
  overflow: hidden;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content .discussion-post .message {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: white;
  box-shadow: 1px 1px 1px #ccc;
  padding: 10px 10px;
  margin: 5px;
  margin-top: 0;
  overflow: hidden;
  /* allow rewrap if needed on small screens) */
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content .discussion-post .info-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content .discussion-post .info-row .post-author {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  padding-right: 10px;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content .discussion-post .info-row .post-author span.user-delegator {
  font-weight: normal;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content .discussion-post .info-row .posted-date-readout {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #779999;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content .discussion-post .info-row .new {
  align-self: center;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content .discussion-post .info-row .options {
  opacity: 0;
  margin-top: -5px;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-posts-content .discussion-post:hover .options {
  opacity: 1;
  transition: opacity 0.3s;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #f5f5f5;
  border-top: 1px solid #e6e6e6;
  padding: 5px 10px 10px;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .panel-heading {
  padding-top: 0;
  border: 0;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .note-frame {
  border: 0;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .discussion-richtext {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .note-editor {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .note-editor .note-placeholder p {
  margin-top: 6px;
  color: #a5a5a5;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .note-editor .note-toolbar {
  padding-left: 0;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .note-editor .quotedMessage:before {
  display: block;
  margin-bottom: 10px;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra div.note-toolbar.panel-heading {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 34px;
}
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .btn,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .row-actions > .action,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .row-actions > .dropdown > .morebutton,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .buttonprimary,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .buttonsecondary,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .action-menu-component > a.action,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .btn-no-border,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .inline_help,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .row-actions-component > .action,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .row-actions-component > .dropdown > .morebutton,
.w .wcr-discussion-widget .discussion-posts-panel .discussion-post-input .extra .inline_help-nopadding {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 5px;
}
.w .wcr-discussion-widget .discussion-posts-panel span.mention {
  padding: 3px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  color: #5F7E7E;
}
.w .wcr-discussion-widget .discussion-posts-panel span.mention.mention-not-found {
  text-decoration: line-through;
  text-decoration-color: #d9534f;
  cursor: inherit;
}
.w .wcr-discussion-widget .discussion-posts-panel span.mention.mention-not-found i,
.w .wcr-discussion-widget .discussion-posts-panel span.mention.mention-not-found i:before {
  display: inline-block;
  text-decoration: none;
}
.w .wcr-discussion-widget .discussion-posts-panel .quotedMessage {
  margin-left: 10px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px;
}
.w .wcr-discussion-widget .discussion-posts-panel .quotedMessage .quotedHeader {
  display: inline-block;
  font-weight: bold;
}
.w .wcr-discussion-widget .discussion-posts-panel .quotedMessage .quotedHeader span.message-timestamp {
  font-weight: normal;
}
.w .wcr-discussion-widget .discussion-posts-panel .quotedMessage .quotedHeader span.mention {
  border: 0;
  padding: 0 0 5px 0;
  background: transparent;
}
.w .wcr-discussion-widget .discussion-posts-panel .quotedMessage:before {
  font-family: 'wcricons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  color: #ccc;
  margin-right: 5px;
  font-size: 16px;
}
.w .wcr-discussion-widget .participant-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: white;
  max-width: 25%;
  min-width: 200px;
}
.w .wcr-discussion-widget .participant-panel > .panel-heading > h3 {
  display: block;
  width: 100%;
}
.w .wcr-discussion-widget .participant-panel > .panel-heading > h3 .editBtn,
.w .wcr-discussion-widget .participant-panel > .panel-heading > h3 .saveBtn {
  margin: -6px 2px;
}
.w .wcr-discussion-widget .participant-panel .participant-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.w .wcr-discussion-widget .participant-panel .participant-list .participant {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
  padding: 5px;
}
.w .wcr-discussion-widget .participant-panel .participant-list .participant .name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0px 10px;
  min-width: 0px;
}
.w .wcr-discussion-widget .participant-panel .participant-list .participant .name > label,
.w .wcr-discussion-widget .participant-panel .participant-list .participant .name > span {
  margin-bottom: 0px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w .wcr-discussion-widget .participant-panel .participant-list .participant .name > span {
  font-size: 12px;
}
.w .wcr-discussion-widget .participant-panel .participant-list .participant .name span.label {
  display: inline-block;
}
.w .wcr-discussion-widget .participant-panel .participant-list .participant .name i {
  font-size: 13px;
}
.w .wcr-discussion-widget .participant-panel .participant-list .participant .name > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.w .wcr-discussion-widget .participant-panel .participant-list .participant .name > div span {
  color: gray;
  padding-left: 5px;
}
.w .wcr-discussion-widget .participant-panel .messageWidget .alert,
.w .wcr-discussion-widget .participant-panel .messageWidget .wcr-table .clipped_warning,
.w .wcr-discussion-widget .participant-panel .messageWidget .clipped_msg {
  margin-bottom: 0px;
}
.w .wcr-discussion-widget .participant-panel .online {
  padding-top: 5px;
}
.w .wcr-discussion-widget .participant-panel .XDrop.multi-select {
  width: auto;
  min-height: 24px;
  max-height: 40%;
  margin: 5px;
}
.w .wcr-discussion-widget .badge {
  margin-left: 5px;
}
.w .wcr-discussion-widget .avatar {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.w .wcr-discussion-widget .XDrop.multi-select > .representation-layer > .token {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.w .wcr-discussion-widget .XDrop.multi-select > .representation-layer > .token .add-spacing-right {
  margin-right: 5px;
}
.w .wcr-discussion-widget.mobile .discussion-overview-panel,
.w .wcr-discussion-widget.mobile .discussion-posts-panel,
.w .wcr-discussion-widget.mobile .participant-panel {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.w .wcr-discussion-widget.mobile .discussion-overview-panel .panel-title h3,
.w .wcr-discussion-widget.mobile .discussion-posts-panel .panel-title h3,
.w .wcr-discussion-widget.mobile .participant-panel .panel-title h3 {
  margin-bottom: 5px;
}
.w .wcr-discussion-widget.mobile .discussion-posts-panel .panel-heading .XDrop.multi-select {
  max-height: 125px;
}
.w .wcr-discussion-widget.task-execution-page {
  min-height: 0px;
  margin-bottom: 1px;
}
.w .wcr-discussion-widget.print-preview {
  height: auto !important;
  display: block !important;
}
.w .wcr-discussion-widget.print-preview .load-more .discussion-started {
  display: block !important;
  font-style: italic;
}
.w .wcr-discussion-widget.print-preview .load-more .loading-spinner {
  display: none;
}
.w .wcr-discussion-widget.print-preview .discussion-overview-panel,
.w .wcr-discussion-widget.print-preview .discussion-posts-panel > .discussion-post-input,
.w .wcr-discussion-widget.print-preview .participant-panel {
  display: none !important;
}
.w .wcr-discussion-widget.print-preview .discussion-posts-panel {
  display: block !important;
  max-height: none;
  height: auto;
  overflow-y: visible !important;
  border-left: 0 !important;
  background: #fff;
}
.w .wcr-discussion-widget.print-preview .discussion-posts-panel > .panel-heading {
  border: none;
}
.w .wcr-discussion-widget.print-preview .discussion-posts-panel > .discussion-posts-content {
  padding: 0;
  border: none;
  height: auto !important;
  display: block;
  overflow-y: visible !important;
}
.w .wcr-discussion-widget.print-preview .discussion-posts-panel > .discussion-posts-content > .discussion-post {
  border-top: 0.1mm solid #ccc;
  margin: 0;
  padding: 1mm;
}
.w .wcr-discussion-widget.print-preview .discussion-posts-panel > .discussion-posts-content > .discussion-post .options {
  display: none;
}
@media print {
  .w .wcr-discussion-widget {
    height: auto !important;
    display: block !important;
  }
  .w .wcr-discussion-widget .load-more .discussion-started {
    display: block !important;
    font-style: italic;
  }
  .w .wcr-discussion-widget .load-more .loading-spinner {
    display: none;
  }
  .w .wcr-discussion-widget .discussion-overview-panel,
  .w .wcr-discussion-widget .discussion-posts-panel > .discussion-post-input,
  .w .wcr-discussion-widget .participant-panel {
    display: none !important;
  }
  .w .wcr-discussion-widget .discussion-posts-panel {
    display: block !important;
    max-height: none;
    height: auto;
    overflow-y: visible !important;
    border-left: 0 !important;
    background: #fff;
  }
  .w .wcr-discussion-widget .discussion-posts-panel > .panel-heading {
    border: none;
  }
  .w .wcr-discussion-widget .discussion-posts-panel > .discussion-posts-content {
    padding: 0;
    border: none;
    height: auto !important;
    display: block;
    overflow-y: visible !important;
  }
  .w .wcr-discussion-widget .discussion-posts-panel > .discussion-posts-content > .discussion-post {
    border-top: 0.1mm solid #ccc;
    margin: 0;
    padding: 1mm;
  }
  .w .wcr-discussion-widget .discussion-posts-panel > .discussion-posts-content > .discussion-post .options {
    display: none;
  }
}
.w .discussion-count-details {
  display: inline-block;
}
.w .discussion-count-details .dropdown-menu {
  padding: 5px;
}
.w .discussion-count-details p {
  white-space: nowrap;
  font-weight: normal;
  color: #334444;
  margin: 0px;
}
.w .discussion-count-details td {
  padding: 5px;
}
.w .badge.hasUnread {
  background-color: #d9534f !important;
}
.w .proj-ctx-threads-badge,
.w .doc-ctx-threads-badge,
.w .task-ctx-threads-badge {
  background-color: #a3baba !important;
}
.w .proj-ctx-threads-badge.hasUnread {
  background-color: #4aa649 !important;
}
.w .doc-ctx-threads-badge.hasUnread {
  background-color: #137bbc !important;
}
.w .task-ctx-threads-badge.hasUnread {
  background-color: #e85600 !important;
}
.w .icon-WCR_Discussions-Mention-Project:before {
  color: #4aa649;
}
.w .icon-WCR_Discussions-Mention-Document:before {
  color: #137bbc;
}
.w .table .taskdiscussion-section,
.w .wcr-table .ordtable .taskdiscussion-section {
  margin-bottom: 0;
}
.w #mainDiscussionDetailsRowId .taskdiscussion-section tbody > tr > td {
  border-top: 0;
}
.w .taskdiscussion-section.is-open,
.w .taskdiscussion-section.is-open > tbody,
.w .taskdiscussion-section.is-open > tbody > tr,
.w .taskdiscussion-section.is-open > tbody > tr > td {
  display: block;
}
.w .acat .discussionsNestedInExecutionForm,
.w #task-discussions-container {
  display: -ms-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.w .acat #task-discussions-container {
  min-height: 300px;
}
.w .acat #task-discussions-container,
.w .acat #task-discussions-container.wcr-discussion-widget {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.w .discussionsNestedInExecutionForm .discussionSectionCollapseBtn {
  display: none !important;
}
.w .discussionsNestedInExecutionForm .wcr-discussion-widget {
  min-height: 300px;
}
.w .discussionsNestedInExecutionForm .wcr-discussion-widget .participant-panel .XDrop {
  flex-basis: auto;
}
.w .discussionsNestedInExecutionForm .wcr-discussion-widget label {
  margin: 0;
  padding: 0;
}
.w .wcr-form .form-entry .wcr-discussion-widget .btn,
.w .wcr-form .form-entry .wcr-discussion-widget .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.w .wcr-form .form-entry .wcr-discussion-widget .row-actions > .action,
.w .wcr-form .form-entry .wcr-discussion-widget .row-actions > .dropdown > .morebutton,
.w .wcr-form .form-entry .wcr-discussion-widget .buttonprimary,
.w .wcr-form .form-entry .wcr-discussion-widget .buttonsecondary,
.w .wcr-form .form-entry .wcr-discussion-widget .action-menu-component > a.action,
.w .wcr-form .form-entry .wcr-discussion-widget .btn-no-border,
.w .wcr-form .form-entry .wcr-discussion-widget .inline_help,
.w .wcr-form .form-entry .wcr-discussion-widget .row-actions-component > .action,
.w .wcr-form .form-entry .wcr-discussion-widget .row-actions-component > .dropdown > .morebutton,
.w .wcr-form .form-entry .wcr-discussion-widget .inline_help-nopadding {
  margin-right: 0;
}
.w .wcr-form .wcr-discussion-widget label {
  min-height: 0;
}
.w .discussion-widget-fullscreen {
  margin: 0 -10px;
  border: 0;
}
.w a.context-PROJECT {
  color: #4aa649;
}
.w a.context-PROJECT input[type="checkbox"].togl:checked + .togl-btn {
  border-color: #4aa649;
}
.w a.context-PROJECT input[type="checkbox"].togl:checked + .togl-btn:after {
  background-color: #4aa649;
}
.w .wcr-discussion-widget .discussion-overview-panel .context-filter .context-type.active.context-PROJECT {
  border-bottom-color: #4aa649;
  color: #4aa649;
}
.w .indicate-context .discussion-thread.context-PROJECT {
  border-left-color: #4aa649;
}
.w a.context-DOCUMENT {
  color: #137bbc;
}
.w a.context-DOCUMENT input[type="checkbox"].togl:checked + .togl-btn {
  border-color: #137bbc;
}
.w a.context-DOCUMENT input[type="checkbox"].togl:checked + .togl-btn:after {
  background-color: #137bbc;
}
.w .wcr-discussion-widget .discussion-overview-panel .context-filter .context-type.active.context-DOCUMENT {
  border-bottom-color: #137bbc;
  color: #137bbc;
}
.w .indicate-context .discussion-thread.context-DOCUMENT {
  border-left-color: #137bbc;
}
.w a.context-TASK {
  color: #e85600;
}
.w a.context-TASK input[type="checkbox"].togl:checked + .togl-btn {
  border-color: #e85600;
}
.w a.context-TASK input[type="checkbox"].togl:checked + .togl-btn:after {
  background-color: #e85600;
}
.w .wcr-discussion-widget .discussion-overview-panel .context-filter .context-type.active.context-TASK {
  border-bottom-color: #e85600;
  color: #e85600;
}
.w .indicate-context .discussion-thread.context-TASK {
  border-left-color: #e85600;
}
.w .mobile .wcr-discussion-widget .note-editor {
  font-size: 16px;
}
.w .pcm-comments .modal-body {
  padding: 0;
}
.w .pcm-comments .wcr-discussion-widget {
  margin-bottom: 0;
  min-height: 0px;
  max-height: 350px;
}
.w .pcm-comments .wcr-discussion-widget .pcm-no-comments {
  text-align: center;
  justify-content: space-around;
}
.w .pcm-comments .wcr-discussion-widget .message .message-contents {
  white-space: pre-wrap;
}
.w .pcm-comments .pcm-new-comment {
  display: flex;
  align-items: flex-end;
}
