/* Minification failed. Returning unminified contents.
(1087,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1088,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1089,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1090,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1091,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1092,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1093,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1094,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1095,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1096,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1097,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1098,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1099,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1100,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1101,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1102,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1103,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1104,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1105,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1106,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1107,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1108,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1109,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1110,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1111,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1112,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1113,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1114,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1115,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1116,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1117,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1118,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8752,28): run-time error CSS1039: Token not allowed after unary operator: '-jqx-time-picker-background'
 */
/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  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);
}
.has-error .selectize-input: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;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*!
 * bootstrap-fileinput v4.5.2
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */.btn-file input[type=file],.file-caption-icon,.file-no-browse,.file-preview .fileinput-remove,.file-zoom-dialog .btn-navigate,.file-zoom-dialog .floating-buttons,.krajee-default .file-thumb-progress{position:absolute}.file-loading input[type=file],input[type=file].file-loading{width:0;height:0}.file-no-browse{left:50%;bottom:20%;width:1px;height:1px;font-size:0;opacity:0;border:none;background:0 0;outline:0;box-shadow:none}.file-caption-icon,.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button,.file-input-ajax-new .no-browse .input-group-btn,.file-input-new .close,.file-input-new .file-preview,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-new .glyphicon-file,.file-input-new .no-browse .input-group-btn,.file-zoom-dialog .modal-header:after,.file-zoom-dialog .modal-header:before,.hide-content .kv-file-content,.kv-hidden{display:none}.btn-file,.file-caption,.file-input,.file-loading:before,.file-preview,.file-zoom-dialog .modal-dialog,.krajee-default .file-thumbnail-footer,.krajee-default.file-preview-frame{position:relative}.file-error-message pre,.file-error-message ul,.krajee-default .file-actions,.krajee-default .file-other-error{text-align:left}.file-error-message pre,.file-error-message ul{margin:0}.krajee-default .file-drag-handle,.krajee-default .file-upload-indicator{float:left;margin:5px 0 -5px;width:16px;height:16px}.krajee-default .file-thumb-progress .progress,.krajee-default .file-thumb-progress .progress-bar{height:11px;font-family:Verdana,Helvetica,sans-serif;font-size:9px}.krajee-default .file-caption-info,.krajee-default .file-size-info{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px;height:15px;margin:auto}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-image,.file-zoom-content>.file-object.type-video{max-width:100%;max-height:100%;width:auto}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-video{height:100%}.file-zoom-content>.file-object.type-default,.file-zoom-content>.file-object.type-html,.file-zoom-content>.file-object.type-pdf,.file-zoom-content>.file-object.type-text{width:100%}.file-loading:before{content:" Loading...";display:inline-block;padding-left:20px;line-height:16px;font-size:13px;font-variant:small-caps;color:#999;background:url(../img/loading.gif) top left no-repeat}.file-object{margin:0 0 -5px;padding:0}.btn-file{overflow:hidden}.btn-file input[type=file]{top:0;left:0;min-width:100%;min-height:100%;text-align:right;opacity:0;background:none;cursor:inherit;display:block}.btn-file ::-ms-browse{font-size:10000px;width:100%;height:100%}.file-caption .file-caption-name{width:100%;margin:0;padding:0;box-shadow:none;border:none;background:0 0;outline:0}.file-caption.icon-visible .file-caption-icon{display:inline-block}.file-caption.icon-visible .file-caption-name{padding-left:15px}.file-caption-icon{left:8px}.file-error-message{color:#a94442;background-color:#f2dede;margin:5px;border:1px solid #ebccd1;border-radius:4px;padding:15px}.file-error-message pre{margin:5px 0}.file-caption-disabled{background-color:#eee;cursor:not-allowed;opacity:1}.file-preview{border-radius:5px;border:1px solid #ddd;padding:8px;width:100%;margin-bottom:5px}.file-preview .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.file-preview .fileinput-remove{top:1px;right:1px;line-height:10px}.file-preview .clickable{cursor:pointer}.file-preview-image{font:40px Impact,Charcoal,sans-serif;color:green}.krajee-default.file-preview-frame{margin:8px;border:1px solid rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);padding:6px;float:left;text-align:center}.krajee-default.file-preview-frame .kv-file-content{width:213px;height:160px}.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered{width:400px}.krajee-default.file-preview-frame[data-template=audio] .kv-file-content{width:240px;height:55px}.krajee-default.file-preview-frame .file-thumbnail-footer{height:70px}.krajee-default.file-preview-frame:not(.file-preview-error):hover{border:1px solid rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.4)}.krajee-default .file-preview-text{display:block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.krajee-default .file-preview-html{border:1px solid #ddd;padding:8px;overflow:auto}.krajee-default .file-other-icon{font-size:6em}.krajee-default .file-footer-buttons{float:right}.krajee-default .file-footer-caption{display:block;text-align:center;padding-top:4px;font-size:11px;color:#777;margin-bottom:15px}.krajee-default .file-preview-error{opacity:.65;box-shadow:none}.krajee-default .file-thumb-progress{height:11px;top:37px;left:0;right:0}.krajee-default.kvsortable-ghost{background:#e1edf7;border:2px solid #a1abff}.krajee-default .file-preview-other:hover{opacity:.8}.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover{color:#000}.kv-upload-progress .progress{height:20px;margin:10px 0;overflow:hidden}.kv-upload-progress .progress-bar{height:20px;font-family:Verdana,Helvetica,sans-serif}.file-zoom-dialog .file-other-icon{font-size:22em;font-size:50vmin}.file-zoom-dialog .modal-dialog{width:auto}.file-zoom-dialog .modal-header{display:flex;align-items:center;justify-content:space-between}.file-zoom-dialog .btn-navigate{padding:0;margin:0;background:0 0;text-decoration:none;outline:0;opacity:.7;top:45%;font-size:4em;color:#1c94c4}.file-zoom-dialog .btn-navigate:not([disabled]):hover{outline:0;box-shadow:none;opacity:.6}.file-zoom-dialog .floating-buttons{top:5px;right:10px}.file-zoom-dialog .btn-navigate[disabled]{opacity:.3}.file-zoom-dialog .btn-prev{left:1px}.file-zoom-dialog .btn-next{right:1px}.file-zoom-dialog .kv-zoom-title{font-weight:300;color:#999;max-width:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file-input-ajax-new .no-browse .form-control,.file-input-new .no-browse .form-control{border-top-right-radius:4px;border-bottom-right-radius:4px}.file-caption-main{width:100%}.file-thumb-loading{background:url(../img/loading.gif) center center no-repeat content-box!important}.file-drop-zone{border:1px dashed #aaa;border-radius:4px;height:100%;text-align:center;vertical-align:middle;margin:12px 15px 12px 12px;padding:5px}.file-drop-zone.clickable:hover{border:2px dashed #999}.file-drop-zone.clickable:focus{border:2px solid #5acde2}.file-drop-zone .file-preview-thumbnails{cursor:default}.file-drop-zone-title{color:#aaa;font-size:1.6em;padding:85px 10px;cursor:default}.file-highlighted{border:2px dashed #999!important;background-color:#eee}.file-uploading{background:url(../img/loading-sm.gif) center bottom 10px no-repeat;opacity:.65}.file-zoom-fullscreen .modal-dialog{min-width:100%;margin:0}.file-zoom-fullscreen .modal-content{border-radius:0;box-shadow:none;min-height:100vh}.file-zoom-fullscreen .modal-body{overflow-y:auto}.floating-buttons{z-index:3000}.floating-buttons .btn-kv{margin-left:3px;z-index:3000}.file-zoom-content{height:480px;text-align:center}.file-zoom-content .file-preview-image,.file-zoom-content .file-preview-video{max-height:100%}.file-zoom-content>.file-object.type-image{height:auto;min-height:inherit}.file-zoom-content>.file-object.type-audio{width:auto;height:30px}@media (min-width:576px){.file-zoom-dialog .modal-dialog{max-width:500px}}@media (min-width:992px){.file-zoom-dialog .modal-lg{max-width:800px}}@media (max-width:767px){.file-preview-thumbnails{display:flex;justify-content:center;align-items:center;flex-direction:column}.file-zoom-dialog .modal-header{flex-direction:column}}@media (max-width:350px){.krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content{width:160px}}@media (max-width:420px){.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered{width:100%}}.file-loading[dir=rtl]:before{background:url(../img/loading.gif) top right no-repeat;padding-left:0;padding-right:20px}.file-sortable .file-drag-handle{cursor:move;opacity:1}.file-sortable .file-drag-handle:hover{opacity:.7}.clickable .file-drop-zone-title{cursor:pointer}.kv-zoom-actions .btn-kv{margin-left:3px}.file-preview-initial.sortable-chosen{background-color:#d9edf7}
/*!
 * bootstrap-fileinput v4.5.2
 * http://plugins.krajee.com/file-input
 *
 * Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */.explorer-frame .file-preview-other,.theme-explorer .explorer-frame .kv-file-content,.theme-explorer .file-actions,.theme-explorer .file-drag-handle,.theme-explorer .file-upload-indicator{text-align:center}.theme-explorer .file-thumb-progress .progress,.theme-explorer .file-thumb-progress .progress-bar{height:13px;font-size:11px;line-height:13px}.theme-explorer .file-drag-handle,.theme-explorer .file-upload-indicator{position:absolute;display:inline-block;top:0;right:3px;width:16px;height:16px;font-size:16px}.theme-explorer .explorer-caption,.theme-explorer .file-thumb-progress .progress{display:block}.theme-explorer .explorer-frame td{vertical-align:middle;text-align:left}.theme-explorer .explorer-frame .kv-file-content{width:80px;height:80px;padding:5px}.theme-explorer .file-actions-cell{position:relative;width:120px;padding:0}.theme-explorer .file-thumb-progress .progress{margin-top:5px}.theme-explorer .explorer-caption{color:#777}.theme-explorer .kvsortable-ghost{opacity:.6;background:#e1edf7;border:2px solid #a1abff}.theme-explorer .file-preview .table{margin:0}.theme-explorer .file-error-message ul{padding:5px 0 0 20px}.explorer-frame .file-preview-text{display:inline-block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.explorer-frame .file-preview-html{display:inline-block;border:1px solid #ddd;padding:8px;overflow:auto}.explorer-frame .file-other-icon{font-size:2.6em}@media only screen and (max-width:767px){.theme-explorer .table,.theme-explorer .table tbody,.theme-explorer .table td,.theme-explorer .table tr{display:block;width:100%!important}.theme-explorer .table{border:none}.theme-explorer .table tr{margin-top:5px}.theme-explorer .table tr:first-child{margin-top:0}.theme-explorer .table td{text-align:center}.theme-explorer .table .kv-file-content{border-bottom:none;padding:4px;margin:0}.theme-explorer .table .kv-file-content .file-preview-image{max-width:100%;font-size:20px}.theme-explorer .file-details-cell{border-top:none;border-bottom:none;padding-top:0;margin:0}.theme-explorer .file-actions-cell{border-top:none;padding-bottom:4px}.theme-explorer .explorer-frame .explorer-caption{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;left:0;right:0;margin:auto}}.file-zoom-dialog .explorer-frame .file-other-icon{font-size:22em;font-size:50vmin}
/*!
 * jQuery QueryBuilder 2.4.3
 * Copyright 2014-2017 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.query-builder .rules-group-container, .query-builder .rule-container, .query-builder .rule-placeholder {
  position: relative;
  margin: 4px 0;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #EEE;
  background: rgba(255, 255, 255, 0.9);
}

.query-builder .rule-container .rule-filter-container,
.query-builder .rule-container .rule-operator-container,
.query-builder .rule-container .rule-value-container, .query-builder .error-container, .query-builder .drag-handle {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.query-builder .rules-group-container {
  padding: 10px;
  padding-bottom: 6px;
  border: 1px solid #DCC896;
  background: rgba(250, 240, 210, 0.5);
}
.query-builder .rules-group-header {
  margin-bottom: 10px;
}
.query-builder .rules-group-header .group-conditions .btn.readonly:not(.active),
.query-builder .rules-group-header .group-conditions input[name$=_cond] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.query-builder .rules-group-header .group-conditions .btn.readonly {
  border-radius: 3px;
}
.query-builder .rules-list {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}
.query-builder .rule-value-container {
  border-left: 1px solid #DDD;
  padding-left: 5px;
}
.query-builder .rule-value-container label {
  margin-bottom: 0;
  font-weight: normal;
}
.query-builder .rule-value-container label.block {
  display: block;
}
.query-builder .rule-value-container select, .query-builder .rule-value-container input[type=text], .query-builder .rule-value-container input[type=number] {
  padding: 1px;
}
.query-builder .error-container {
  display: none;
  cursor: help;
  color: #F00;
}
.query-builder .has-error {
  background-color: #FDD;
  border-color: #F99;
}
.query-builder .has-error .error-container {
  display: inline-block !important;
}
.query-builder .rules-list > *::before, .query-builder .rules-list > *::after {
  content: '';
  position: absolute;
  left: -10px;
  width: 10px;
  height: calc(50% + 4px);
  border-color: #CCC;
  border-style: solid;
}
.query-builder .rules-list > *::before {
  top: -4px;
  border-width: 0 0 2px 2px;
}
.query-builder .rules-list > *::after {
  top: 50%;
  border-width: 0 0 0 2px;
}
.query-builder .rules-list > *:first-child::before {
  top: -12px;
  height: calc(50% + 14px);
}
.query-builder .rules-list > *:last-child::before {
  border-radius: 0 0 0 4px;
}
.query-builder .rules-list > *:last-child::after {
  display: none;
}

.query-builder.bt-checkbox-glyphicons .checkbox input[type=checkbox]:checked + label::after {
  font-family: 'Glyphicons Halflings';
  content: '\e013';
}
.query-builder.bt-checkbox-glyphicons .checkbox label::after {
  padding-left: 4px;
  padding-top: 2px;
  font-size: 9px;
}

.query-builder .error-container + .tooltip .tooltip-inner {
  color: #F99 !important;
}

.query-builder p.filter-description {
  margin: 5px 0 0 0;
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
  color: #31708F;
  border-radius: 5px;
  padding: 2.5px 5px;
  font-size: .8em;
}

.query-builder .rules-group-header [data-invert] {
  margin-left: 5px;
}

.query-builder .drag-handle {
  cursor: move;
  vertical-align: middle;
  margin-left: 5px;
}
.query-builder .dragging {
  position: fixed;
  opacity: .5;
  z-index: 100;
}
.query-builder .dragging::before, .query-builder .dragging::after {
  display: none;
}
.query-builder .rule-placeholder {
  border: 1px dashed #BBB;
  opacity: .7;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}a,a:visited{text-decoration:underline;}a[href]:after{content:" (" attr(href) ")";}abbr[title]:after{content:" (" attr(title) ")";}a[href^="#"]:after,a[href^="javascript:"]:after{content:"";}pre,blockquote{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.navbar{display:none;}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important;}.label{border:1px solid #000;}.table{border-collapse:collapse !important;}.table td,.table th{background-color:#fff !important;}.table-bordered th,.table-bordered td{border:1px solid #ddd !important;}}@font-face{font-family:'Glyphicons Halflings';src:url('fonts/glyphicons-halflings-regular.eot?');src:url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('fonts/glyphicons-halflings-regular.woff') format('woff'),url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.glyphicon-asterisk:before{content:"*";}.glyphicon-plus:before{content:"+";}.glyphicon-euro:before,.glyphicon-eur:before{content:"€";}.glyphicon-minus:before{content:"−";}.glyphicon-cloud:before{content:"☁";}.glyphicon-envelope:before{content:"✉";}.glyphicon-pencil:before{content:"✏";}.glyphicon-glass:before{content:"";}.glyphicon-music:before{content:"";}.glyphicon-search:before{content:"";}.glyphicon-heart:before{content:"";}.glyphicon-star:before{content:"";}.glyphicon-star-empty:before{content:"";}.glyphicon-user:before{content:"";}.glyphicon-film:before{content:"";}.glyphicon-th-large:before{content:"";}.glyphicon-th:before{content:"";}.glyphicon-th-list:before{content:"";}.glyphicon-ok:before{content:"";}.glyphicon-remove:before{content:"";}.glyphicon-zoom-in:before{content:"";}.glyphicon-zoom-out:before{content:"";}.glyphicon-off:before{content:"";}.glyphicon-signal:before{content:"";}.glyphicon-cog:before{content:"";}.glyphicon-trash:before{content:"";}.glyphicon-home:before{content:"";}.glyphicon-file:before{content:"";}.glyphicon-time:before{content:"";}.glyphicon-road:before{content:"";}.glyphicon-download-alt:before{content:"";}.glyphicon-download:before{content:"";}.glyphicon-upload:before{content:"";}.glyphicon-inbox:before{content:"";}.glyphicon-play-circle:before{content:"";}.glyphicon-repeat:before{content:"";}.glyphicon-refresh:before{content:"";}.glyphicon-list-alt:before{content:"";}.glyphicon-lock:before{content:"";}.glyphicon-flag:before{content:"";}.glyphicon-headphones:before{content:"";}.glyphicon-volume-off:before{content:"";}.glyphicon-volume-down:before{content:"";}.glyphicon-volume-up:before{content:"";}.glyphicon-qrcode:before{content:"";}.glyphicon-barcode:before{content:"";}.glyphicon-tag:before{content:"";}.glyphicon-tags:before{content:"";}.glyphicon-book:before{content:"";}.glyphicon-bookmark:before{content:"";}.glyphicon-print:before{content:"";}.glyphicon-camera:before{content:"";}.glyphicon-font:before{content:"";}.glyphicon-bold:before{content:"";}.glyphicon-italic:before{content:"";}.glyphicon-text-height:before{content:"";}.glyphicon-text-width:before{content:"";}.glyphicon-align-left:before{content:"";}.glyphicon-align-center:before{content:"";}.glyphicon-align-right:before{content:"";}.glyphicon-align-justify:before{content:"";}.glyphicon-list:before{content:"";}.glyphicon-indent-left:before{content:"";}.glyphicon-indent-right:before{content:"";}.glyphicon-facetime-video:before{content:"";}.glyphicon-picture:before{content:"";}.glyphicon-map-marker:before{content:"";}.glyphicon-adjust:before{content:"";}.glyphicon-tint:before{content:"";}.glyphicon-edit:before{content:"";}.glyphicon-share:before{content:"";}.glyphicon-check:before{content:"";}.glyphicon-move:before{content:"";}.glyphicon-step-backward:before{content:"";}.glyphicon-fast-backward:before{content:"";}.glyphicon-backward:before{content:"";}.glyphicon-play:before{content:"";}.glyphicon-pause:before{content:"";}.glyphicon-stop:before{content:"";}.glyphicon-forward:before{content:"";}.glyphicon-fast-forward:before{content:"";}.glyphicon-step-forward:before{content:"";}.glyphicon-eject:before{content:"";}.glyphicon-chevron-left:before{content:"";}.glyphicon-chevron-right:before{content:"";}.glyphicon-plus-sign:before{content:"";}.glyphicon-minus-sign:before{content:"";}.glyphicon-remove-sign:before{content:"";}.glyphicon-ok-sign:before{content:"";}.glyphicon-question-sign:before{content:"";}.glyphicon-info-sign:before{content:"";}.glyphicon-screenshot:before{content:"";}.glyphicon-remove-circle:before{content:"";}.glyphicon-ok-circle:before{content:"";}.glyphicon-ban-circle:before{content:"";}.glyphicon-arrow-left:before{content:"";}.glyphicon-arrow-right:before{content:"";}.glyphicon-arrow-up:before{content:"";}.glyphicon-arrow-down:before{content:"";}.glyphicon-share-alt:before{content:"";}.glyphicon-resize-full:before{content:"";}.glyphicon-resize-small:before{content:"";}.glyphicon-exclamation-sign:before{content:"";}.glyphicon-gift:before{content:"";}.glyphicon-leaf:before{content:"";}.glyphicon-fire:before{content:"";}.glyphicon-eye-open:before{content:"";}.glyphicon-eye-close:before{content:"";}.glyphicon-warning-sign:before{content:"";}.glyphicon-plane:before{content:"";}.glyphicon-calendar:before{content:"";}.glyphicon-random:before{content:"";}.glyphicon-comment:before{content:"";}.glyphicon-magnet:before{content:"";}.glyphicon-chevron-up:before{content:"";}.glyphicon-chevron-down:before{content:"";}.glyphicon-retweet:before{content:"";}.glyphicon-shopping-cart:before{content:"";}.glyphicon-folder-close:before{content:"";}.glyphicon-folder-open:before{content:"";}.glyphicon-resize-vertical:before{content:"";}.glyphicon-resize-horizontal:before{content:"";}.glyphicon-hdd:before{content:"";}.glyphicon-bullhorn:before{content:"";}.glyphicon-bell:before{content:"";}.glyphicon-certificate:before{content:"";}.glyphicon-thumbs-up:before{content:"";}.glyphicon-thumbs-down:before{content:"";}.glyphicon-hand-right:before{content:"";}.glyphicon-hand-left:before{content:"";}.glyphicon-hand-up:before{content:"";}.glyphicon-hand-down:before{content:"";}.glyphicon-circle-arrow-right:before{content:"";}.glyphicon-circle-arrow-left:before{content:"";}.glyphicon-circle-arrow-up:before{content:"";}.glyphicon-circle-arrow-down:before{content:"";}.glyphicon-globe:before{content:"";}.glyphicon-wrench:before{content:"";}.glyphicon-tasks:before{content:"";}.glyphicon-filter:before{content:"";}.glyphicon-briefcase:before{content:"";}.glyphicon-fullscreen:before{content:"";}.glyphicon-dashboard:before{content:"";}.glyphicon-paperclip:before{content:"";}.glyphicon-heart-empty:before{content:"";}.glyphicon-link:before{content:"";}.glyphicon-phone:before{content:"";}.glyphicon-pushpin:before{content:"";}.glyphicon-usd:before{content:"";}.glyphicon-gbp:before{content:"";}.glyphicon-sort:before{content:"";}.glyphicon-sort-by-alphabet:before{content:"";}.glyphicon-sort-by-alphabet-alt:before{content:"";}.glyphicon-sort-by-order:before{content:"";}.glyphicon-sort-by-order-alt:before{content:"";}.glyphicon-sort-by-attributes:before{content:"";}.glyphicon-sort-by-attributes-alt:before{content:"";}.glyphicon-unchecked:before{content:"";}.glyphicon-expand:before{content:"";}.glyphicon-collapse-down:before{content:"";}.glyphicon-collapse-up:before{content:"";}.glyphicon-log-in:before{content:"";}.glyphicon-flash:before{content:"";}.glyphicon-log-out:before{content:"";}.glyphicon-new-window:before{content:"";}.glyphicon-record:before{content:"";}.glyphicon-save:before{content:"";}.glyphicon-open:before{content:"";}.glyphicon-saved:before{content:"";}.glyphicon-import:before{content:"";}.glyphicon-export:before{content:"";}.glyphicon-send:before{content:"";}.glyphicon-floppy-disk:before{content:"";}.glyphicon-floppy-saved:before{content:"";}.glyphicon-floppy-remove:before{content:"";}.glyphicon-floppy-save:before{content:"";}.glyphicon-floppy-open:before{content:"";}.glyphicon-credit-card:before{content:"";}.glyphicon-transfer:before{content:"";}.glyphicon-cutlery:before{content:"";}.glyphicon-header:before{content:"";}.glyphicon-compressed:before{content:"";}.glyphicon-earphone:before{content:"";}.glyphicon-phone-alt:before{content:"";}.glyphicon-tower:before{content:"";}.glyphicon-stats:before{content:"";}.glyphicon-sd-video:before{content:"";}.glyphicon-hd-video:before{content:"";}.glyphicon-subtitles:before{content:"";}.glyphicon-sound-stereo:before{content:"";}.glyphicon-sound-dolby:before{content:"";}.glyphicon-sound-5-1:before{content:"";}.glyphicon-sound-6-1:before{content:"";}.glyphicon-sound-7-1:before{content:"";}.glyphicon-copyright-mark:before{content:"";}.glyphicon-registration-mark:before{content:"";}.glyphicon-cloud-download:before{content:"";}.glyphicon-cloud-upload:before{content:"";}.glyphicon-tree-conifer:before{content:"";}.glyphicon-tree-deciduous:before{content:"";}.glyphicon-cd:before{content:"";}.glyphicon-save-file:before{content:"";}.glyphicon-open-file:before{content:"";}.glyphicon-level-up:before{content:"";}.glyphicon-copy:before{content:"";}.glyphicon-paste:before{content:"";}.glyphicon-alert:before{content:"";}.glyphicon-equalizer:before{content:"";}.glyphicon-king:before{content:"";}.glyphicon-queen:before{content:"";}.glyphicon-pawn:before{content:"";}.glyphicon-bishop:before{content:"";}.glyphicon-knight:before{content:"";}.glyphicon-baby-formula:before{content:"";}.glyphicon-tent:before{content:"⛺";}.glyphicon-blackboard:before{content:"";}.glyphicon-bed:before{content:"";}.glyphicon-apple:before{content:"";}.glyphicon-erase:before{content:"";}.glyphicon-hourglass:before{content:"⌛";}.glyphicon-lamp:before{content:"";}.glyphicon-duplicate:before{content:"";}.glyphicon-piggy-bank:before{content:"";}.glyphicon-scissors:before{content:"";}.glyphicon-bitcoin:before{content:"";}.glyphicon-btc:before{content:"";}.glyphicon-xbt:before{content:"";}.glyphicon-yen:before{content:"¥";}.glyphicon-jpy:before{content:"¥";}.glyphicon-ruble:before{content:"₽";}.glyphicon-rub:before{content:"₽";}.glyphicon-scale:before{content:"";}.glyphicon-ice-lolly:before{content:"";}.glyphicon-ice-lolly-tasted:before{content:"";}.glyphicon-education:before{content:"";}.glyphicon-option-horizontal:before{content:"";}.glyphicon-option-vertical:before{content:"";}.glyphicon-menu-hamburger:before{content:"";}.glyphicon-modal-window:before{content:"";}.glyphicon-oil:before{content:"";}.glyphicon-grain:before{content:"";}.glyphicon-sunglasses:before{content:"";}.glyphicon-text-size:before{content:"";}.glyphicon-text-color:before{content:"";}.glyphicon-text-background:before{content:"";}.glyphicon-object-align-top:before{content:"";}.glyphicon-object-align-bottom:before{content:"";}.glyphicon-object-align-horizontal:before{content:"";}.glyphicon-object-align-left:before{content:"";}.glyphicon-object-align-vertical:before{content:"";}.glyphicon-object-align-right:before{content:"";}.glyphicon-triangle-right:before{content:"";}.glyphicon-triangle-left:before{content:"";}.glyphicon-triangle-bottom:before{content:"";}.glyphicon-triangle-top:before{content:"";}.glyphicon-console:before{content:"";}.glyphicon-superscript:before{content:"";}.glyphicon-subscript:before{content:"";}.glyphicon-menu-left:before{content:"";}.glyphicon-menu-right:before{content:"";}.glyphicon-menu-down:before{content:"";}.glyphicon-menu-up:before{content:"";}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#343a40;background-color:#ced4da;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}a{color:#3395ff;text-decoration:none;}a:hover,a:focus{color:#006fe5;text-decoration:underline;}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}figure{margin:0;}img{vertical-align:middle;}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;}.img-rounded{border-radius:6px;}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ced4da;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto;}.img-circle{border-radius:50%;}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #ced4da;}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}[role="button"]{cursor:pointer;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#adb5bd;}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px;}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%;}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px;}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%;}h1,.h1{font-size:36px;}h2,.h2{font-size:30px;}h3,.h3{font-size:24px;}h4,.h4{font-size:18px;}h5,.h5{font-size:14px;}h6,.h6{font-size:12px;}p{margin:0 0 10px;}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4;}@media(min-width:768px){.lead{font-size:21px;}}small,.small{font-size:85%;}mark,.mark{background-color:#fcf8e3;padding:.2em;}.text-left{text-align:left;}.text-right{text-align:right;}.text-center{text-align:center;}.text-justify{text-align:justify;}.text-nowrap{white-space:nowrap;}.text-lowercase{text-transform:lowercase;}.text-uppercase{text-transform:uppercase;}.text-capitalize{text-transform:capitalize;}.text-muted{color:#adb5bd;}.text-primary{color:#007bff;}a.text-primary:hover,a.text-primary:focus{color:#0062cc;}.text-success{color:#3c763d;}a.text-success:hover,a.text-success:focus{color:#2b542c;}.text-info{color:#31708f;}a.text-info:hover,a.text-info:focus{color:#245269;}.text-warning{color:#8a6d3b;}a.text-warning:hover,a.text-warning:focus{color:#66512c;}.text-danger{color:#a94442;}a.text-danger:hover,a.text-danger:focus{color:#843534;}.bg-primary{color:#fff;background-color:#007bff;}a.bg-primary:hover,a.bg-primary:focus{background-color:#0062cc;}.bg-success{background-color:#dff0d8;}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3;}.bg-info{background-color:#d9edf7;}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee;}.bg-warning{background-color:#fcf8e3;}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5;}.bg-danger{background-color:#f2dede;}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9;}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #ced4da;}ul,ol{margin-top:0;margin-bottom:10px;}ul ul,ol ul,ul ol,ol ol{margin-bottom:0;}.list-unstyled{padding-left:0;list-style:none;}.list-inline{padding-left:0;list-style:none;margin-left:-5px;}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px;}dl{margin-top:0;margin-bottom:20px;}dt,dd{line-height:1.42857143;}dt{font-weight:bold;}dd{margin-left:0;}@media(min-width:0){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.dl-horizontal dd{margin-left:180px;}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #adb5bd;}.initialism{font-size:90%;text-transform:uppercase;}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #ced4da;}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0;}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#adb5bd;}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'— ';}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #ced4da;border-left:0;text-align:right;}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:'';}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:' —';}address{margin-bottom:20px;font-style:normal;line-height:1.42857143;}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px;}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none;}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#6c757d;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0;}.pre-scrollable{max-height:340px;overflow-y:scroll;}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}@media(min-width:768px){.container{width:750px;}}@media(min-width:992px){.container{width:970px;}}@media(min-width:1200px){.container{width:1170px;}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}.row{margin-left:-15px;margin-right:-15px;}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left;}.col-xs-12{width:100%;}.col-xs-11{width:91.66666667%;}.col-xs-10{width:83.33333333%;}.col-xs-9{width:75%;}.col-xs-8{width:66.66666667%;}.col-xs-7{width:58.33333333%;}.col-xs-6{width:50%;}.col-xs-5{width:41.66666667%;}.col-xs-4{width:33.33333333%;}.col-xs-3{width:25%;}.col-xs-2{width:16.66666667%;}.col-xs-1{width:8.33333333%;}.col-xs-pull-12{right:100%;}.col-xs-pull-11{right:91.66666667%;}.col-xs-pull-10{right:83.33333333%;}.col-xs-pull-9{right:75%;}.col-xs-pull-8{right:66.66666667%;}.col-xs-pull-7{right:58.33333333%;}.col-xs-pull-6{right:50%;}.col-xs-pull-5{right:41.66666667%;}.col-xs-pull-4{right:33.33333333%;}.col-xs-pull-3{right:25%;}.col-xs-pull-2{right:16.66666667%;}.col-xs-pull-1{right:8.33333333%;}.col-xs-pull-0{right:auto;}.col-xs-push-12{left:100%;}.col-xs-push-11{left:91.66666667%;}.col-xs-push-10{left:83.33333333%;}.col-xs-push-9{left:75%;}.col-xs-push-8{left:66.66666667%;}.col-xs-push-7{left:58.33333333%;}.col-xs-push-6{left:50%;}.col-xs-push-5{left:41.66666667%;}.col-xs-push-4{left:33.33333333%;}.col-xs-push-3{left:25%;}.col-xs-push-2{left:16.66666667%;}.col-xs-push-1{left:8.33333333%;}.col-xs-push-0{left:auto;}.col-xs-offset-12{margin-left:100%;}.col-xs-offset-11{margin-left:91.66666667%;}.col-xs-offset-10{margin-left:83.33333333%;}.col-xs-offset-9{margin-left:75%;}.col-xs-offset-8{margin-left:66.66666667%;}.col-xs-offset-7{margin-left:58.33333333%;}.col-xs-offset-6{margin-left:50%;}.col-xs-offset-5{margin-left:41.66666667%;}.col-xs-offset-4{margin-left:33.33333333%;}.col-xs-offset-3{margin-left:25%;}.col-xs-offset-2{margin-left:16.66666667%;}.col-xs-offset-1{margin-left:8.33333333%;}.col-xs-offset-0{margin-left:0%;}@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left;}.col-sm-12{width:100%;}.col-sm-11{width:91.66666667%;}.col-sm-10{width:83.33333333%;}.col-sm-9{width:75%;}.col-sm-8{width:66.66666667%;}.col-sm-7{width:58.33333333%;}.col-sm-6{width:50%;}.col-sm-5{width:41.66666667%;}.col-sm-4{width:33.33333333%;}.col-sm-3{width:25%;}.col-sm-2{width:16.66666667%;}.col-sm-1{width:8.33333333%;}.col-sm-pull-12{right:100%;}.col-sm-pull-11{right:91.66666667%;}.col-sm-pull-10{right:83.33333333%;}.col-sm-pull-9{right:75%;}.col-sm-pull-8{right:66.66666667%;}.col-sm-pull-7{right:58.33333333%;}.col-sm-pull-6{right:50%;}.col-sm-pull-5{right:41.66666667%;}.col-sm-pull-4{right:33.33333333%;}.col-sm-pull-3{right:25%;}.col-sm-pull-2{right:16.66666667%;}.col-sm-pull-1{right:8.33333333%;}.col-sm-pull-0{right:auto;}.col-sm-push-12{left:100%;}.col-sm-push-11{left:91.66666667%;}.col-sm-push-10{left:83.33333333%;}.col-sm-push-9{left:75%;}.col-sm-push-8{left:66.66666667%;}.col-sm-push-7{left:58.33333333%;}.col-sm-push-6{left:50%;}.col-sm-push-5{left:41.66666667%;}.col-sm-push-4{left:33.33333333%;}.col-sm-push-3{left:25%;}.col-sm-push-2{left:16.66666667%;}.col-sm-push-1{left:8.33333333%;}.col-sm-push-0{left:auto;}.col-sm-offset-12{margin-left:100%;}.col-sm-offset-11{margin-left:91.66666667%;}.col-sm-offset-10{margin-left:83.33333333%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-8{margin-left:66.66666667%;}.col-sm-offset-7{margin-left:58.33333333%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-5{margin-left:41.66666667%;}.col-sm-offset-4{margin-left:33.33333333%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-2{margin-left:16.66666667%;}.col-sm-offset-1{margin-left:8.33333333%;}.col-sm-offset-0{margin-left:0%;}}@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left;}.col-md-12{width:100%;}.col-md-11{width:91.66666667%;}.col-md-10{width:83.33333333%;}.col-md-9{width:75%;}.col-md-8{width:66.66666667%;}.col-md-7{width:58.33333333%;}.col-md-6{width:50%;}.col-md-5{width:41.66666667%;}.col-md-4{width:33.33333333%;}.col-md-3{width:25%;}.col-md-2{width:16.66666667%;}.col-md-1{width:8.33333333%;}.col-md-pull-12{right:100%;}.col-md-pull-11{right:91.66666667%;}.col-md-pull-10{right:83.33333333%;}.col-md-pull-9{right:75%;}.col-md-pull-8{right:66.66666667%;}.col-md-pull-7{right:58.33333333%;}.col-md-pull-6{right:50%;}.col-md-pull-5{right:41.66666667%;}.col-md-pull-4{right:33.33333333%;}.col-md-pull-3{right:25%;}.col-md-pull-2{right:16.66666667%;}.col-md-pull-1{right:8.33333333%;}.col-md-pull-0{right:auto;}.col-md-push-12{left:100%;}.col-md-push-11{left:91.66666667%;}.col-md-push-10{left:83.33333333%;}.col-md-push-9{left:75%;}.col-md-push-8{left:66.66666667%;}.col-md-push-7{left:58.33333333%;}.col-md-push-6{left:50%;}.col-md-push-5{left:41.66666667%;}.col-md-push-4{left:33.33333333%;}.col-md-push-3{left:25%;}.col-md-push-2{left:16.66666667%;}.col-md-push-1{left:8.33333333%;}.col-md-push-0{left:auto;}.col-md-offset-12{margin-left:100%;}.col-md-offset-11{margin-left:91.66666667%;}.col-md-offset-10{margin-left:83.33333333%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-8{margin-left:66.66666667%;}.col-md-offset-7{margin-left:58.33333333%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-5{margin-left:41.66666667%;}.col-md-offset-4{margin-left:33.33333333%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-2{margin-left:16.66666667%;}.col-md-offset-1{margin-left:8.33333333%;}.col-md-offset-0{margin-left:0%;}}@media(min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left;}.col-lg-12{width:100%;}.col-lg-11{width:91.66666667%;}.col-lg-10{width:83.33333333%;}.col-lg-9{width:75%;}.col-lg-8{width:66.66666667%;}.col-lg-7{width:58.33333333%;}.col-lg-6{width:50%;}.col-lg-5{width:41.66666667%;}.col-lg-4{width:33.33333333%;}.col-lg-3{width:25%;}.col-lg-2{width:16.66666667%;}.col-lg-1{width:8.33333333%;}.col-lg-pull-12{right:100%;}.col-lg-pull-11{right:91.66666667%;}.col-lg-pull-10{right:83.33333333%;}.col-lg-pull-9{right:75%;}.col-lg-pull-8{right:66.66666667%;}.col-lg-pull-7{right:58.33333333%;}.col-lg-pull-6{right:50%;}.col-lg-pull-5{right:41.66666667%;}.col-lg-pull-4{right:33.33333333%;}.col-lg-pull-3{right:25%;}.col-lg-pull-2{right:16.66666667%;}.col-lg-pull-1{right:8.33333333%;}.col-lg-pull-0{right:auto;}.col-lg-push-12{left:100%;}.col-lg-push-11{left:91.66666667%;}.col-lg-push-10{left:83.33333333%;}.col-lg-push-9{left:75%;}.col-lg-push-8{left:66.66666667%;}.col-lg-push-7{left:58.33333333%;}.col-lg-push-6{left:50%;}.col-lg-push-5{left:41.66666667%;}.col-lg-push-4{left:33.33333333%;}.col-lg-push-3{left:25%;}.col-lg-push-2{left:16.66666667%;}.col-lg-push-1{left:8.33333333%;}.col-lg-push-0{left:auto;}.col-lg-offset-12{margin-left:100%;}.col-lg-offset-11{margin-left:91.66666667%;}.col-lg-offset-10{margin-left:83.33333333%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-8{margin-left:66.66666667%;}.col-lg-offset-7{margin-left:58.33333333%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-5{margin-left:41.66666667%;}.col-lg-offset-4{margin-left:33.33333333%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-2{margin-left:16.66666667%;}.col-lg-offset-1{margin-left:8.33333333%;}.col-lg-offset-0{margin-left:0%;}}table{background-color:transparent;}caption{padding-top:8px;padding-bottom:8px;color:#adb5bd;text-align:left;}th{text-align:left;}.table{width:100%;max-width:100%;margin-bottom:20px;}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd;}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd;}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0;}.table>tbody+tbody{border-top:2px solid #ddd;}.table .table{background-color:#ced4da;}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px;}.table-bordered{border:1px solid #ddd;}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd;}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px;}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9;}.table-hover>tbody>tr:hover{background-color:#f5f5f5;}table col[class*="col-"]{position:static;float:none;display:table-column;}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell;}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5;}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8;}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6;}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7;}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3;}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc;}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc;}.table-responsive{overflow-x:auto;min-height:.01%;}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;}.table-responsive>.table{margin-bottom:0;}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap;}.table-responsive>.table-bordered{border:0;}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0;}}fieldset{padding:0;margin:0;border:0;min-width:0;}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#6c757d;border:0;border-bottom:1px solid #e5e5e5;}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold;}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}input[type="file"]{display:block;}input[type="range"]{display:block;width:100%;}select[multiple],select[size]{height:auto;}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#495057;}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#495057;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.form-control::-moz-placeholder{color:#999;opacity:1;}.form-control:-ms-input-placeholder{color:#999;}.form-control::-webkit-input-placeholder{color:#999;}.form-control::-ms-expand{border:0;background-color:transparent;}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#ced4da;opacity:1;}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed;}textarea.form-control{height:auto;}input[type="search"]{-webkit-appearance:none;}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px;}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px;}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px;}}.form-group{margin-bottom:15px;}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px;}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer;}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9;}.radio+.radio,.checkbox+.checkbox{margin-top:-5px;}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer;}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px;}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed;}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed;}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed;}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px;}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0;}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-sm{height:30px;line-height:30px;}textarea.input-sm,select[multiple].input-sm{height:auto;}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.form-group-sm select.form-control{height:30px;line-height:30px;}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto;}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5;}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}select.input-lg{height:46px;line-height:46px;}textarea.input-lg,select[multiple].input-lg{height:auto;}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}.form-group-lg select.form-control{height:46px;line-height:46px;}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto;}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333;}.has-feedback{position:relative;}.has-feedback .form-control{padding-right:42.5px;}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none;}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px;}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px;}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d;}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8;}.has-success .form-control-feedback{color:#3c763d;}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b;}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3;}.has-warning .form-control-feedback{color:#8a6d3b;}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442;}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede;}.has-error .form-control-feedback{color:#a94442;}.has-feedback label~.form-control-feedback{top:25px;}.has-feedback label.sr-only~.form-control-feedback{top:0;}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#6d7a86;}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;}.form-inline .form-control-static{display:inline-block;}.form-inline .input-group{display:inline-table;vertical-align:middle;}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto;}.form-inline .input-group>.form-control{width:100%;}.form-inline .control-label{margin-bottom:0;vertical-align:middle;}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}.form-inline .radio label,.form-inline .checkbox label{padding-left:0;}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0;}.form-inline .has-feedback .form-control-feedback{top:0;}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px;}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px;}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px;}@media(min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px;}}.form-horizontal .has-feedback .form-control-feedback{right:15px;}@media(min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px;}}@media(min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px;}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none;}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none;}.btn-default{color:#333;background-color:#fff;border-color:#ccc;}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c;}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad;}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad;}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c;}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none;}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc;}.btn-default .badge{color:#fff;background-color:#333;}.btn-primary{color:#fff;background-color:#007bff;border-color:#006fe6;}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0062cc;border-color:#003166;}.btn-primary:hover{color:#fff;background-color:#0062cc;border-color:#0051a8;}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0062cc;border-color:#0051a8;}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#0051a8;border-color:#003166;}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none;}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#007bff;border-color:#006fe6;}.btn-primary .badge{color:#007bff;background-color:#fff;}.btn-success{color:#fff;background-color:#28a745;border-color:#23923c;}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#1e7e34;border-color:#0a2c12;}.btn-success:hover{color:#fff;background-color:#1e7e34;border-color:#176128;}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#1e7e34;border-color:#176128;}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#176128;border-color:#0a2c12;}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none;}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#28a745;border-color:#23923c;}.btn-success .badge{color:#28a745;background-color:#fff;}.btn-info{color:#fff;background-color:#17a2b8;border-color:#148ea1;}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#117a8b;border-color:#062a30;}.btn-info:hover{color:#fff;background-color:#117a8b;border-color:#0d5e6b;}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#117a8b;border-color:#0d5e6b;}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#0d5e6b;border-color:#062a30;}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none;}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#17a2b8;border-color:#148ea1;}.btn-info .badge{color:#17a2b8;background-color:#fff;}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ecb100;}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#d39e00;border-color:#6d5200;}.btn-warning:hover{color:#212529;background-color:#d39e00;border-color:#af8300;}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#212529;background-color:#d39e00;border-color:#af8300;}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#212529;background-color:#af8300;border-color:#6d5200;}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none;}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#ffc107;border-color:#ecb100;}.btn-warning .badge{color:#ffc107;background-color:#212529;}.btn-danger{color:#fff;background-color:#dc3545;border-color:#d32535;}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#bd2130;border-color:#66121a;}.btn-danger:hover{color:#fff;background-color:#bd2130;border-color:#9f1c28;}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#bd2130;border-color:#9f1c28;}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#9f1c28;border-color:#66121a;}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none;}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#dc3545;border-color:#d32535;}.btn-danger .badge{color:#dc3545;background-color:#fff;}.btn-link{color:#3395ff;font-weight:normal;border-radius:0;}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent;}.btn-link:hover,.btn-link:focus{color:#006fe5;text-decoration:underline;background-color:transparent;}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#adb5bd;text-decoration:none;}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-block{display:block;width:100%;}.btn-block+.btn-block{margin-top:5px;}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;}.fade.in{opacity:1;}.collapse{display:none;}.collapse.in{display:block;}tr.collapse.in{display:table-row;}tbody.collapse.in{display:table-row-group;}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease;}.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;}.dropup,.dropdown{position:relative;}.dropdown-toggle:focus{outline:0;}.dropdown-menu{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:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#3395ff;white-space:nowrap;}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#006fe5;background-color:#f5f5f5;}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#007bff;}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#adb5bd;}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed;}.open>.dropdown-menu{display:block;}.open>a{outline:0;}.dropdown-menu-right{left:auto;right:0;}.dropdown-menu-left{left:0;right:auto;}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#adb5bd;white-space:nowrap;}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990;}.pull-right>.dropdown-menu{right:0;left:auto;}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:"";}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px;}@media(min-width:0){.navbar-right .dropdown-menu{left:auto;right:0;}.navbar-right .dropdown-menu-left{left:0;right:auto;}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left;}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2;}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px;}.btn-toolbar{margin-left:-5px;}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left;}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px;}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0;}.btn-group>.btn:first-child{margin-left:0;}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0;}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}.btn-group>.btn-group{float:left;}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0;}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0;}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px;}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px;}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none;}.btn .caret{margin-left:0;}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0;}.dropup .btn-lg .caret{border-width:0 5px 5px;}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%;}.btn-group-vertical>.btn-group>.btn{float:none;}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0;}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0;}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0;}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0;}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate;}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%;}.btn-group-justified>.btn-group .btn{width:100%;}.btn-group-justified>.btn-group .dropdown-menu{left:auto;}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none;}.input-group{position:relative;display:table;border-collapse:separate;}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0;}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0;}.input-group .form-control:focus{z-index:3;}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px;}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto;}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px;}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto;}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell;}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0;}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#495057;text-align:center;background-color:#ced4da;border:1px solid #ccc;border-radius:4px;}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px;}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px;}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0;}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0;}.input-group-addon:first-child{border-right:0;}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0;}.input-group-addon:last-child{border-left:0;}.input-group-btn{position:relative;font-size:0;white-space:nowrap;}.input-group-btn>.btn{position:relative;}.input-group-btn>.btn+.btn{margin-left:-1px;}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2;}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px;}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px;}.nav{margin-bottom:0;padding-left:0;list-style:none;}.nav>li{position:relative;display:block;}.nav>li>a{position:relative;display:block;padding:10px 15px;}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#ced4da;}.nav>li.disabled>a{color:#adb5bd;}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#adb5bd;text-decoration:none;background-color:transparent;cursor:not-allowed;}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#ced4da;border-color:#3395ff;}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.nav>li>a>img{max-width:none;}.nav-tabs{border-bottom:1px solid #ddd;}.nav-tabs>li{float:left;margin-bottom:-1px;}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#ced4da #ced4da #ddd;}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#889099;background-color:#ced4da;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}.nav-tabs.nav-justified{width:100%;border-bottom:0;}.nav-tabs.nav-justified>li{float:none;}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px;}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto;}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%;}.nav-tabs.nav-justified>li>a{margin-bottom:0;}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px;}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd;}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0;}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ced4da;}}.nav-pills>li{float:left;}.nav-pills>li>a{border-radius:4px;}.nav-pills>li+li{margin-left:2px;}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#007bff;}.nav-stacked>li{float:none;}.nav-stacked>li+li{margin-top:2px;margin-left:0;}.nav-justified{width:100%;}.nav-justified>li{float:none;}.nav-justified>li>a{text-align:center;margin-bottom:5px;}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto;}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%;}.nav-justified>li>a{margin-bottom:0;}}.nav-tabs-justified{border-bottom:0;}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px;}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd;}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0;}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ced4da;}}.tab-content>.tab-pane{display:none;}.tab-content>.active{display:block;}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0;}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}@media(min-width:0){.navbar{border-radius:4px;}}@media(min-width:0){.navbar-header{float:left;}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch;}.navbar-collapse.in{overflow-y:auto;}@media(min-width:0){.navbar-collapse{width:auto;border-top:0;box-shadow:none;}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}.navbar-collapse.in{overflow-y:visible;}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0;}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px;}@media(max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px;}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px;}@media(min-width:0){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0;}}.navbar-static-top{z-index:1000;border-width:0 0 1px;}@media(min-width:0){.navbar-static-top{border-radius:0;}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;}@media(min-width:0){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0;}}.navbar-fixed-top{top:0;border-width:0 0 1px;}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0;}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px;}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none;}.navbar-brand>img{display:block;}@media(min-width:0){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px;}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px;}.navbar-toggle:focus{outline:0;}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px;}@media(min-width:0){.navbar-toggle{display:none;}}.navbar-nav{margin:7.5px -15px;}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px;}@media(max-width:-1px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none;}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px;}.navbar-nav .open .dropdown-menu>li>a{line-height:20px;}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none;}}@media(min-width:0){.navbar-nav{float:left;margin:0;}.navbar-nav>li{float:left;}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px;}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px;}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle;}.navbar-form .form-control-static{display:inline-block;}.navbar-form .input-group{display:inline-table;vertical-align:middle;}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto;}.navbar-form .input-group>.form-control{width:100%;}.navbar-form .control-label{margin-bottom:0;vertical-align:middle;}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0;}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0;}.navbar-form .has-feedback .form-control-feedback{top:0;}}.navbar-form .form-control{display:inline-block !important;}@media(max-width:-1px){.navbar-form .form-group{margin-bottom:5px;}.navbar-form .form-group:last-child{margin-bottom:0;}}@media(min-width:0){.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;}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0;}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.navbar-btn{margin-top:8px;margin-bottom:8px;}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px;}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px;}.navbar-text{margin-top:15px;margin-bottom:15px;}@media(min-width:0){.navbar-text{float:left;margin-left:15px;margin-right:15px;}}@media(min-width:0){.navbar-left{float:left !important;}.navbar-right{float:right !important;margin-right:-15px;}.navbar-right~.navbar-right{margin-right:0;}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7;}.navbar-default .navbar-brand{color:#777;}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent;}.navbar-default .navbar-text{color:#777;}.navbar-default .navbar-nav>li>a{color:#777;}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent;}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7;}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent;}.navbar-default .navbar-toggle{border-color:#ddd;}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd;}.navbar-default .navbar-toggle .icon-bar{background-color:#888;}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7;}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555;}@media(max-width:-1px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777;}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent;}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7;}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent;}}.navbar-default .navbar-link{color:#777;}.navbar-default .navbar-link:hover{color:#333;}.navbar-default .btn-link{color:#777;}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333;}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc;}.navbar-inverse{background-color:#222;border-color:#080808;}.navbar-inverse .navbar-brand{color:#d7dbdf;}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-text{color:#d7dbdf;}.navbar-inverse .navbar-nav>li>a{color:#d7dbdf;}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808;}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent;}.navbar-inverse .navbar-toggle{border-color:#333;}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333;}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010;}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff;}@media(max-width:-1px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#d7dbdf;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent;}}.navbar-inverse .navbar-link{color:#d7dbdf;}.navbar-inverse .navbar-link:hover{color:#fff;}.navbar-inverse .btn-link{color:#d7dbdf;}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff;}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444;}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}.breadcrumb>li{display:inline-block;}.breadcrumb>li+li:before{content:"/ ";padding:0 5px;color:#ccc;}.breadcrumb>.active{color:#adb5bd;}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}.pagination>li{display:inline;}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#3395ff;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#006fe5;background-color:#ced4da;border-color:#ddd;}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff;cursor:default;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#adb5bd;background-color:#fff;border-color:#ddd;cursor:not-allowed;}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px;}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px;}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center;}.pager li{display:inline;}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px;}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#ced4da;}.pager .next>a,.pager .next>span{float:right;}.pager .previous>a,.pager .previous>span{float:left;}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#adb5bd;background-color:#fff;cursor:not-allowed;}.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;}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer;}.label:empty{display:none;}.btn .label{position:relative;top:-1px;}.label-default{background-color:#adb5bd;}.label-default[href]:hover,.label-default[href]:focus{background-color:#919ca6;}.label-primary{background-color:#007bff;}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#0062cc;}.label-success{background-color:#28a745;}.label-success[href]:hover,.label-success[href]:focus{background-color:#1e7e34;}.label-info{background-color:#17a2b8;}.label-info[href]:hover,.label-info[href]:focus{background-color:#117a8b;}.label-warning{background-color:#ffc107;}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#d39e00;}.label-danger{background-color:#dc3545;}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#bd2130;}.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:#adb5bd;border-radius:10px;}.badge:empty{display:none;}.btn .badge{position:relative;top:-1px;}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px;}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer;}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#3395ff;background-color:#fff;}.list-group-item>.badge{float:right;}.list-group-item>.badge+.badge{margin-right:5px;}.nav-pills>li>a>.badge{margin-left:3px;}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#ced4da;}.jumbotron h1,.jumbotron .h1{color:inherit;}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200;}.jumbotron>hr{border-top-color:#b1bbc4;}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px;}.jumbotron .container{max-width:100%;}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px;}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px;}.jumbotron h1,.jumbotron .h1{font-size:63px;}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#ced4da;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out;}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto;}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#3395ff;}.thumbnail .caption{padding:9px;color:#343a40;}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;}.alert h4{margin-top:0;color:inherit;}.alert .alert-link{font-weight:bold;}.alert>p,.alert>ul{margin-bottom:0;}.alert>p+p{margin-top:5px;}.alert-dismissable,.alert-dismissible{padding-right:35px;}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit;}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d;}.alert-success hr{border-top-color:#c9e2b3;}.alert-success .alert-link{color:#2b542c;}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f;}.alert-info hr{border-top-color:#a6e1ec;}.alert-info .alert-link{color:#245269;}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b;}.alert-warning hr{border-top-color:#f7e1b5;}.alert-warning .alert-link{color:#66512c;}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442;}.alert-danger hr{border-top-color:#e4b9c0;}.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;}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#007bff;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease;}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px;}.progress.active .progress-bar,.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;}.progress-bar-success{background-color:#28a745;}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-info{background-color:#17a2b8;}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-warning{background-color:#ffc107;}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-danger{background-color:#dc3545;}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.media{margin-top:15px;}.media:first-child{margin-top:0;}.media,.media-body{zoom:1;overflow:hidden;}.media-body{width:10000px;}.media-object{display:block;}.media-object.img-thumbnail{max-width:none;}.media-right,.media>.pull-right{padding-left:10px;}.media-left,.media>.pull-left{padding-right:10px;}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top;}.media-middle{vertical-align:middle;}.media-bottom{vertical-align:bottom;}.media-heading{margin-top:0;margin-bottom:5px;}.media-list{padding-left:0;list-style:none;}.list-group{margin-bottom:20px;padding-left:0;}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd;}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px;}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}a.list-group-item,button.list-group-item{color:#555;}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333;}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5;}button.list-group-item{width:100%;text-align:left;}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#ced4da;color:#adb5bd;cursor:not-allowed;}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit;}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#adb5bd;}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff;}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit;}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#cce5ff;}.list-group-item-success{color:#3c763d;background-color:#dff0d8;}a.list-group-item-success,button.list-group-item-success{color:#3c763d;}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit;}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6;}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d;}.list-group-item-info{color:#31708f;background-color:#d9edf7;}a.list-group-item-info,button.list-group-item-info{color:#31708f;}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit;}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3;}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f;}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3;}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b;}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit;}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc;}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b;}.list-group-item-danger{color:#a94442;background-color:#f2dede;}a.list-group-item-danger,button.list-group-item-danger{color:#a94442;}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit;}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc;}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442;}.list-group-item-heading{margin-top:0;margin-bottom:5px;}.list-group-item-text{margin-bottom:0;line-height:1.3;}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);}.panel-body{padding:15px;}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;}.panel-heading>.dropdown .dropdown-toggle{color:inherit;}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit;}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0;}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0;}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px;}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0;}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0;}.list-group+.panel-footer{border-top-width:0;}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0;}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px;}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px;}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px;}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px;}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px;}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px;}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd;}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0;}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0;}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0;}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}.panel>.table-responsive{border:0;margin-bottom:0;}.panel-group{margin-bottom:20px;}.panel-group .panel{margin-bottom:0;border-radius:4px;}.panel-group .panel+.panel{margin-top:5px;}.panel-group .panel-heading{border-bottom:0;}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd;}.panel-group .panel-footer{border-top:0;}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd;}.panel-default{border-color:#ddd;}.panel-default>.panel-heading{color:#6c757d;background-color:#f5f5f5;border-color:#ddd;}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd;}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#6c757d;}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd;}.panel-primary{border-color:#007bff;}.panel-primary>.panel-heading{color:#fff;background-color:#007bff;border-color:#007bff;}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#007bff;}.panel-primary>.panel-heading .badge{color:#007bff;background-color:#fff;}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#007bff;}.panel-success{border-color:#d6e9c6;}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6;}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d;}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6;}.panel-info{border-color:#bce8f1;}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1;}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f;}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1;}.panel-warning{border-color:#faebcc;}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc;}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b;}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc;}.panel-danger{border-color:#ebccd1;}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1;}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442;}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1;}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden;}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0;}.embed-responsive-16by9{padding-bottom:56.25%;}.embed-responsive-4by3{padding-bottom:75%;}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15);}.well-lg{padding:24px;border-radius:6px;}.well-sm{padding:9px;border-radius:3px;}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50);}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}.modal-open{overflow:hidden;}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0;}.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 .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);}.modal-open .modal{overflow-x:hidden;overflow-y:auto;}.modal-dialog{position:relative;width:auto;margin:10px;}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50);}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;}.modal-header .close{margin-top:-2px;}.modal-title{margin:0;line-height:1.42857143;}.modal-body{position:relative;padding:15px;}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0;}.modal-footer .btn-group .btn+.btn{margin-left:-1px;}.modal-footer .btn-block+.btn-block{margin-left:0;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto;}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);}.modal-sm{width:300px;}}@media(min-width:992px){.modal-lg{width:900px;}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;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);}.tooltip.in{opacity:.9;filter:alpha(opacity=90);}.tooltip.top{margin-top:-3px;padding:5px 0;}.tooltip.right{margin-left:3px;padding:0 5px;}.tooltip.bottom{margin-top:3px;padding:5px 0;}.tooltip.left{margin-left:-3px;padding:0 5px;}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000;}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000;}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;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:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);}.popover.top{margin-top:-10px;}.popover.right{margin-left:10px;}.popover.bottom{margin-top:10px;}.popover.left{margin-left:-10px;}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;}.popover-content{padding:9px 14px;}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}.popover>.arrow{border-width:11px;}.popover>.arrow:after{border-width:10px;content:"";}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px;}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff;}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25);}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff;}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px;}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff;}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25);}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px;}.carousel{position:relative;}.carousel-inner{position:relative;overflow:hidden;width:100%;}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left;}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1;}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px;}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0;}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0;}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0;}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}.carousel-inner>.active{left:0;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}.carousel-inner>.next{left:100%;}.carousel-inner>.prev{left:-100%;}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}.carousel-inner>.active.left{left:-100%;}.carousel-inner>.active.right{left:100%;}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90);}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block;}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px;}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px;}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif;}.carousel-control .icon-prev:before{content:'‹';}.carousel-control .icon-next:before{content:'›';}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center;}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff;}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);}.carousel-caption .btn{text-shadow:none;}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px;}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px;}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px;}.carousel-caption{left:20%;right:20%;padding-bottom:30px;}.carousel-indicators{bottom:20px;}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after,.container-fluid:before,.container-fluid:after{content:" ";display:table;}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after,.container-fluid:after{clear:both;}.center-block{display:block;margin-left:auto;margin-right:auto;}.pull-right{float:right !important;}.pull-left{float:left !important;}.hide{display:none !important;}.show{display:block !important;}.invisible{visibility:hidden;}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.hidden{display:none !important;}.affix{position:fixed;}@-ms-viewport{width:device-width;}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important;}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important;}@media(max-width:767px){.visible-xs{display:block !important;}table.visible-xs{display:table !important;}tr.visible-xs{display:table-row !important;}th.visible-xs,td.visible-xs{display:table-cell !important;}}@media(max-width:767px){.visible-xs-block{display:block !important;}}@media(max-width:767px){.visible-xs-inline{display:inline !important;}}@media(max-width:767px){.visible-xs-inline-block{display:inline-block !important;}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block !important;}table.visible-sm{display:table !important;}tr.visible-sm{display:table-row !important;}th.visible-sm,td.visible-sm{display:table-cell !important;}}@media(min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important;}}@media(min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important;}}@media(min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important;}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block !important;}table.visible-md{display:table !important;}tr.visible-md{display:table-row !important;}th.visible-md,td.visible-md{display:table-cell !important;}}@media(min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important;}}@media(min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important;}}@media(min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important;}}@media(min-width:1200px){.visible-lg{display:block !important;}table.visible-lg{display:table !important;}tr.visible-lg{display:table-row !important;}th.visible-lg,td.visible-lg{display:table-cell !important;}}@media(min-width:1200px){.visible-lg-block{display:block !important;}}@media(min-width:1200px){.visible-lg-inline{display:inline !important;}}@media(min-width:1200px){.visible-lg-inline-block{display:inline-block !important;}}@media(max-width:767px){.hidden-xs{display:none !important;}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none !important;}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none !important;}}@media(min-width:1200px){.hidden-lg{display:none !important;}}.visible-print{display:none !important;}@media print{.visible-print{display:block !important;}table.visible-print{display:table !important;}tr.visible-print{display:table-row !important;}th.visible-print,td.visible-print{display:table-cell !important;}}.visible-print-block{display:none !important;}@media print{.visible-print-block{display:block !important;}}.visible-print-inline{display:none !important;}@media print{.visible-print-inline{display:inline !important;}}.visible-print-inline-block{display:none !important;}@media print{.visible-print-inline-block{display:inline-block !important;}}@media print{.hidden-print{display:none !important;}}.text-inventory{color:#149 !important;}.text-contacts{color:#c22 !important;}.text-deals,.text-news{color:#092 !important;}.text-accounting{color:#fc2 !important;}.text-bhph{color:#e70 !important;}.text-tasks{color:#7c151f !important;}.text-activity{color:#7c151f !important;}.text-webmanager{color:#60c !important;}.text-history{color:#6f42c1 !important;}.text-setup{color:#3d0894 !important;}.text-history{color:#6f42c1 !important;}.text-recent,.text-updates,.text-dataupdates{color:#aa4e01 !important;}.text-help{color:#17a2b8;}.text-admin{color:#90c !important;}.bg-inventory{background-color:#149 !important;}.bg-contacts{background-color:#c22 !important;}.bg-deals,.bg-news{background-color:#092 !important;}.bg-accounting{background-color:#fc2 !important;}.bg-bhph{background-color:#e70 !important;}.bg-tasks{background-color:#7c151f !important;}.bg-activity{background-color:#7c151f !important;}.bg-webmanager{background-color:#60c !important;}.bg-history{background-color:#6f42c1 !important;}.bg-setup{background-color:#3d0894 !important;}.bg-recent,.bg-updates,.bg-dataupdates{background-color:#aa4e01 !important;}.bg-help{background-color:#17a2b8 !important;}.bg-admin{background-color:#90c !important;}.border-inventory{border-top:3px solid;border-color:#2970e7 !important;}.border-contacts{border-top:3px solid;border-color:#e76d6d !important;}.border-deals{border-top:3px solid;border-color:#00ff39 !important;}.border-accounting{border-top:3px solid;border-color:#ffe488 !important;}.border-bhph{border-top:3px solid;border-color:#fa5 !important;}.border-tasks{border-top:3px solid;border-color:#e77681 !important;}.border-activity{border-top:3px solid;border-color:#e77681 !important;}.border-webmanager{border-top:3px solid;border-color:#93f !important;}.border-history{border-top:3px solid;border-color:#e4dcf3 !important;}.border-setup{border-top:3px solid;border-color:#6610f2 !important;}.border-recent,.border-updates,.border-dataupdates{border-top:3px solid;border-color:#fd7e14 !important;}.border-help{border-top:3px solid;border-color:#4cd3e9 !important;}.border-admin{border-top:3px solid;border-color:#c3f !important;}.text-admin.bg-admin,.text-help.bg-help,.text-leads.bg-leads,.text-notes.bg-notes,.text-news.bg-news,.text-updates.bg-updates,.text-recent.bg-recent,.text-help.bg-help,.text-dataupdates.bg-dataupdates{color:#fff !important;}.greenText{color:#228b22;}.text-pending{color:#889099 !important;}.text-prospect{color:#007bff !important;}.text-lead{color:#17a2b8 !important;}.text-customer{color:#28a745 !important;}.text-final{color:#5fb216 !important;}.text-pending-light{color:#ffbcf7 !important;}.text-retail-financed{color:#469bdd !important;}.text-retail-cash{color:#2ebe96 !important;}.text-wholesale{color:#c3ae4c !important;}.text-pastDue{color:#dc3545;}.text-notDue{color:#889099;}.text-paidOff{color:#28a745;}.text-creditDue{color:#145523;}.text-void{color:#bd2130;}.text-silentInfo{color:#949292;}.text-priority-high{color:#dc3545 !important;}.text-priority-normal{color:#17a2b8 !important;}.text-priority-low{color:#adb5bd !important;}.text-favorite{color:#feb679 !important;}.bg-pending{background-color:#889099 !important;}.bg-prospect{background-color:#007bff !important;}.bg-lead{background-color:#17a2b8 !important;}.bg-customer{background-color:#28a745 !important;}.bg-final{background-color:#5fb216 !important;}.bg-pending-light{background-color:#ffbcf7 !important;}.bg-retail-financed{background-color:#469bdd !important;}.bg-retail-cash{background-color:#2ebe96 !important;}.bg-wholesale{background-color:#c3ae4c !important;}.bg-newCredit{background-color:#e9ecef;}.bg-priority-high{background-color:#dc3545 !important;}.bg-priority-normal{background-color:#17a2b8 !important;}.bg-priority-low{background-color:#adb5bd !important;}.bg-favorite{background-color:#feb679 !important;}.bootstrap-dialog .modal-header{border-top-left-radius:4px;border-top-right-radius:4px;}.bootstrap-dialog .bootstrap-dialog-title{color:#fff;display:inline-block;}.bootstrap-dialog .bootstrap-dialog-button-icon{margin-right:3px;}.bootstrap-dialog .bootstrap-dialog-close-button{float:right;filter:alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;opacity:.9;}.bootstrap-dialog .bootstrap-dialog-close-button:hover{cursor:pointer;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}.bootstrap-dialog.type-default .modal-header{background-color:#fff;}.bootstrap-dialog.type-default .bootstrap-dialog-title{color:#333;}.bootstrap-dialog.type-info .modal-header{background-color:#5bc0de;}.bootstrap-dialog.type-primary .modal-header{background-color:#428bca;}.bootstrap-dialog.type-success .modal-header{background-color:#5cb85c;}.bootstrap-dialog.type-warning .modal-header{background-color:#f0ad4e;}.bootstrap-dialog.type-danger .modal-header{background-color:#d9534f;}.bootstrap-dialog.size-normal .bootstrap-dialog-title{font-size:16px;}.bootstrap-dialog.size-normal .bootstrap-dialog-close-button{font-size:20px;}.bootstrap-dialog.size-normal .bootstrap-dialog-message{font-size:14px;}.bootstrap-dialog.size-large .bootstrap-dialog-title{font-size:24px;}.bootstrap-dialog.size-large .bootstrap-dialog-close-button{font-size:30px;}.bootstrap-dialog.size-large .bootstrap-dialog-message{font-size:18px;}.bootstrap-dialog .icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);}100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);}100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(359deg);}}h1,h2,h3,h4,h5,h6{margin:0;}footer{margin-top:50px;font-size:12px;text-align:center;}hr{display:block;margin:.5rem 0;border:0;border-top:1px solid rgba(0,0,0,.2);}label{margin:0;font-weight:inherit;}a:link:after,a:visited:after{content:normal !important;}.btn-notused{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);padding:.84rem 2.14rem;font-size:.81rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;margin:.375rem;border:0;-webkit-border-radius:.125rem;border-radius:.125rem;cursor:pointer;text-transform:uppercase;white-space:normal;word-wrap:break-word;color:#fff;}.btn:hover,.btn:active,.btn:focus{box-shadow:0 2px 8px 0 rgba(0,0,0,.2),0 0 2px 1px rgba(0,0,0,.2);outline:0;}.btn:not([disabled]):not(.disabled):active,.btn:not([disabled]):not(.disabled).active{box-shadow:0 2px 8px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.2);}.btn .fa{position:relative;font-size:.9rem;}.btn .fa.right{margin-left:.3rem;}.btn .fa.left{margin-right:.3rem;}.btn.btn-lg{padding:1rem 2.4rem;font-size:.94rem;}.btn.btn-lg .fa{font-size:1rem;}.btn.btn-md{padding:.7rem 1.6rem;font-size:.7rem;}.btn.btn-md .fa{font-size:.8rem;}.btn.btn-sm{padding:.5rem 1.6rem;font-size:.64rem;}.btn.btn-sm .fa{font-size:.7rem;}.btn.btn-tb{padding:.3rem 1rem;}.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover,.btn:disabled:active,.btn:disabled:focus,.btn:disabled:hover{box-shadow:0 2px 8px 0 rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.2);}.btn.btn-block{margin:inherit;}.btn.btn-link{-webkit-box-shadow:none;box-shadow:none;background-color:transparent;}.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{-webkit-box-shadow:none !important;box-shadow:none !important;background-color:transparent;}.btn[class*="btn-outline-"]{padding-top:.7rem;padding-bottom:.7rem;}.btn[class*="btn-outline-"].btn-lg{padding-top:.88rem;padding-bottom:.88rem;}.btn[class*="btn-outline-"].btn-md{padding-top:.58rem;padding-bottom:.58rem;}.btn[class*="btn-outline-"].btn-sm{padding-top:.38rem;padding-bottom:.38rem;}.btn-group .btn{margin:0;}.btn .fa-lg{font-size:1.33333333em !important;}.btn .fa-2x{font-size:2em !important;}.btn .fa-3x{font-size:3em !important;}.btn .fa-4x{font-size:4em !important;}.btn .fa-5x{font-size:5em !important;}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:normal;src:url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QuAj-lg.ttf) format('truetype');}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:normal;src:url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQuAj-lg.ttf) format('truetype');}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:normal;src:url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQuAj-lg.ttf) format('truetype');}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:normal;src:url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXuAj-lg.ttf) format('truetype');}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:normal;src:url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:normal;src:url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:normal;src:url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:normal;src:url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexQ.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:italic;font-weight:500;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVAexQ.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:500;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVc.ttf) format('truetype');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');}.font-size-base,.font-size-base th,.font-size-base td{font-size:1rem !important;}.font-size-small,.font-size-small th,.font-size-small td{font-size:12px !important;line-height:20px !important;}.font-size-smaller,.font-size-smaller th,.font-size-smaller td{font-size:10px !important;line-height:16px !important;}.font-size-16{font-size:16px !important;}.font-size-14{font-size:14px !important;}.font-size-large{font-size:18px !important;}.font-size-larger{font-size:21px !important;}.font-size-largest{font-size:28px !important;}.line-height-20{line-height:20px !important;}.line-height-24{line-height:24px !important;}.line-height-30{line-height:30px !important;}.line-height-34{line-height:34px !important;}.infoText{font-weight:bold;background-color:#e9ecef;}.fa-button{display:inline-block;border-radius:20%;text-align:center;text-decoration:none;outline:none;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);background-color:#6c757d;color:#fff;font-size:24px !important;min-width:34px !important;line-height:34px !important;}.fa-button-lg{display:inline-block;border-radius:20%;text-align:center;text-decoration:none;outline:none;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);background-color:#6c757d;color:#fff;font-size:24px !important;min-width:34px !important;line-height:34px !important;font-size:36px !important;min-width:52px !important;line-height:52px !important;}.fa-button-sm{display:inline-block;border-radius:20%;text-align:center;text-decoration:none;outline:none;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);background-color:#6c757d;color:#fff;font-size:24px !important;min-width:34px !important;line-height:34px !important;font-size:14px !important;min-width:20px !important;line-height:20px !important;}.dmLogoContainer{padding-bottom:15px;margin-bottom:15px;text-align:center;font-size:48px;line-height:60px;}.dmLogoContainer .dmLogoWrapper{position:relative;}.dmLogoContainer .dmLogoWrapper .dmLogoOnline{position:absolute;right:-2px;bottom:-8px;display:inline-block;width:50px;height:14px;background-position:center;background-size:cover;background-image:url(../Images/dm-online-text.png);}.dmLogoWhite{font-family:'Open Sans';font-weight:bold;color:#fff;}.dmLogoWhite i{font-weight:normal;font-style:italic;}.dmLogoWhite i{color:#ccc;}.dmLogoBlue{font-family:'Open Sans';font-weight:bold;color:#37b;}.dmLogoBlue i{font-weight:normal;font-style:italic;}.dmLogoBlue i{color:#136;}.wmLogoContainer{background:#036;padding:10px 0;margin-bottom:10px;text-align:center;font-size:48px;line-height:60px;}.wmLogoContainer .wmLogoWrapper{position:relative;}.wmLogoWhite{font-family:'Open Sans';font-weight:bold;color:#9bf;}.wmLogoWhite i{font-weight:normal;font-style:italic;}.wmLogoWhite i{color:#fff;}.wmLogoBlue{font-family:'Open Sans';font-weight:bold;color:#37b;}.wmLogoBlue i{font-weight:normal;font-style:italic;}.wmLogoBlue i{color:#136;}.sectionTitle{padding:0 10px;font-size:16px;font-weight:bold;color:#495057;border-bottom:2px solid #ced4da;}.sectionTitleNew{margin:0;padding:0 10px;font-size:16px;font-weight:bold;color:#495057;border:none;border-bottom:2px solid #ced4da;}.noSelect{user-select:none;}.text-depositVoided{color:#dc3545;}.text-depositrefund{color:#dc3545;}.border-separate{border-collapse:separate;}.border{border-width:0;border-style:solid !important;border-color:#ced4da;border-width:1px !important;}.border-top{border-width:0;border-style:solid !important;border-color:#ced4da;border-top-width:1px !important;}.border-left{border-width:0;border-style:solid !important;border-color:#ced4da;border-left-width:1px !important;}.border-right{border-width:0;border-style:solid !important;border-color:#ced4da;border-right-width:1px !important;}.border-bottom{border-width:0;border-style:solid !important;border-color:#ced4da;border-bottom-width:1px !important;}.border-0{border:0 !important;}.border-top-0{border-top:0 !important;}.border-left-0{border-left:0 !important;}.border-right-0{border-right:0 !important;}.border-bottom-0{border-bottom:0 !important;}.border-primary{border-color:#007bff !important;}.border-secondary{border-color:#6c757d !important;}.border-success{border-color:#28a745 !important;}.border-info{border-color:#17a2b8 !important;}.border-warning{border-color:#ffc107 !important;}.border-danger{border-color:#dc3545 !important;}.border-gray{border-color:#889099 !important;}.border-white{border-color:#fff !important;}.border-light{border-color:#e9ecef !important;}.border-dark{border-color:#343a40 !important;}.border-outset{border-top-color:rgba(255,255,255,.25) !important;border-left-color:rgba(255,255,255,.25) !important;border-right-color:rgba(0,0,0,.25) !important;border-bottom-color:rgba(0,0,0,.25) !important;}.border-inset{border-top-color:rgba(0,0,0,.25) !important;border-left-color:rgba(255,255,255,.25) !important;border-right-color:rgba(255,255,255,.25) !important;border-bottom-color:rgba(255,255,255,.25) !important;}.rounded{border-radius:4px !important;}.rounded-top{border-top-left-radius:4px !important;border-top-right-radius:4px !important;}.rounded-right{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important;}.rounded-bottom{border-bottom-right-radius:4px !important;border-bottom-left-radius:4px !important;}.rounded-left{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important;}.rounded-circle{border-radius:50% !important;}.rounded-pill{border-radius:4px !important;}.rounded-0,border-radius-0{border-radius:0 !important;}.border-thick,.border-thick th,.border-thick td{border-width:3px !important;border-style:solid !important;border-color:#adb5bd;}.border-top-thick,.border-bottom-thick th,.border-top-thick td{border-top-width:3px !important;border-top-style:solid !important;border-top-color:#adb5bd;}.border-bottom-thick,.border-bottom-thick th,.border-bottom-thick td{border-bottom-width:3px !important;border-bottom-style:solid !important;border-bottom-color:#adb5bd;}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75;}.close:not(:disabled):not(.disabled){cursor:pointer;}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;}.close{float:right;font-size:20px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;}.text-primary{color:#007bff !important;}.text-secondary{color:#6c757d !important;}.text-success{color:#28a745 !important;}.text-danger{color:#dc3545 !important;}.text-warning{color:#ffc107 !important;}.text-info{color:#17a2b8 !important;}.text-light{color:#adb5bd !important;}.text-gray{color:#6c757d !important;}.text-dark{color:#343a40 !important;}.text-body{color:#343a40 !important;}.text-muted{color:#6c757d !important;}.text-white{color:#fff !important;}.text-black-50{color:rgba(0,0,0,.5) !important;}.text-white-50{color:rgba(255,255,255,.5) !important;}.text-green{color:#28a745 !important;}.text-red{color:#dc3545 !important;}.text-orange{color:#fd7e14 !important;}.bg-primary{background-color:#007bff !important;}.bg-primary-light{background-color:#cce5ff !important;}.bg-secondary{background-color:#6c757d !important;}.bg-success{background-color:#28a745 !important;}.bg-success-light{background-color:#d8f6df !important;}.bg-danger{background-color:#dc3545 !important;}.bg-warning{background-color:#ffc107 !important;}.bg-info{background-color:#17a2b8 !important;}.bg-info-light{background-color:#ebfafd !important;}.bg-light{background-color:#e9ecef !important;}.bg-lightest{background-color:#f8f9fa !important;}.bg-dark{background-color:#343a40 !important;}.bg-body{background-color:#343a40 !important;}.bg-gray{background-color:#ced4da !important;}.bg-white{background-color:#fff !important;}.bg-black-50{background-color:rgba(0,0,0,.5) !important;}.bg-white-50{background-color:rgba(255,255,255,.5) !important;}.bg-transparent{background-color:transparent !important;}.bg-gradient{background-image:linear-gradient(rgba(255,255,255,.15),rgba(0,0,0,.15));}.red{color:#f00;}.green{color:#0f0;}.d-none{display:none !important;}.d-inline{display:inline !important;}.d-inline-block{display:inline-block !important;}.d-block{display:block !important;}.d-table{display:table !important;}.d-table-row{display:table-row !important;}.d-table-cell{display:table-cell !important;}.hideEmpty:empty{display:none !important;}.badgeNewFeature{background-color:#f00 !important;color:#fff;position:absolute !important;top:-15px !important;}.badgeCount{background-color:#f00 !important;color:#fff;position:absolute !important;top:1px !important;left:27px !important;}.badgeNewFeatureIncluder{position:relative;}.set-initial-focus{display:block !important;}.d-flex{display:flex !important;}.d-inline-flex{display:inline-flex !important;}.flex-row{flex-direction:row !important;}.flex-column{flex-direction:column !important;}.flex-row-reverse{flex-direction:row-reverse !important;}.flex-column-reverse{flex-direction:column-reverse !important;}.flex-wrap{flex-wrap:wrap !important;}.flex-nowrap{flex-wrap:nowrap !important;}.flex-wrap-reverse{flex-wrap:wrap-reverse !important;}.flex-fill{flex:1 1 auto !important;}.flex-equal{flex:1 0 0 !important;}.flex-grow-0{flex-grow:0 !important;}.flex-grow-1{flex-grow:1 !important;}.flex-shrink-0{flex-shrink:0 !important;}.flex-shrink-1{flex-shrink:1 !important;}.justify-content-start{justify-content:flex-start !important;}.justify-content-end{justify-content:flex-end !important;}.justify-content-center{justify-content:center !important;}.justify-content-between{justify-content:space-between !important;}.justify-content-around{justify-content:space-around !important;}.align-items-start{align-items:flex-start !important;}.align-items-end{align-items:flex-end !important;}.align-items-center{align-items:center !important;}.align-items-baseline{align-items:baseline !important;}.align-items-stretch{align-items:stretch !important;}.align-content-start{align-content:flex-start !important;}.align-content-end{align-content:flex-end !important;}.align-content-center{align-content:center !important;}.align-content-between{align-content:space-between !important;}.align-content-around{align-content:space-around !important;}.align-content-stretch{align-content:stretch !important;}.align-self-auto{align-self:auto !important;}.align-self-start{align-self:flex-start !important;}.align-self-end{align-self:flex-end !important;}.align-self-center{align-self:center !important;}.align-self-baseline{align-self:baseline !important;}.align-self-stretch{align-self:stretch !important;}.flex-gap-5,.flexSpacing5{gap:5px;}.flex-gap-10,.flexSpacing10{gap:10px;}.flex-gap-15,.flexSpacing15{gap:15px;}.flex-gap-20,.flexSpacing20{gap:20px;}.flex-gap-30,.flexSpacing30{gap:30px;}.flex-gap-50,.flexSpacing50{gap:50px;}.flex-1{flex:0 1 1% !important;}.flex-5{flex:0 1 5% !important;}.flex-10{flex:0 1 10% !important;}.flex-15{flex:0 1 15% !important;}.flex-20{flex:0 1 20% !important;}.flex-25{flex:0 1 25% !important;}.flex-30{flex:0 1 30% !important;}.flex-33{flex:0 1 33% !important;}.flex-35{flex:0 1 35% !important;}.flex-40{flex:0 1 40% !important;}.flex-45{flex:0 1 45% !important;}.flex-50{flex:0 1 50% !important;}.flex-60{flex:0 1 60% !important;}.flex-65{flex:0 1 65% !important;}.flex-67{flex:0 1 67% !important;}.flex-70{flex:0 1 70% !important;}.flex-75{flex:0 1 75% !important;}.flex-80{flex:0 1 80% !important;}.flex-85{flex:0 1 80% !important;}.flex-90{flex:0 1 90% !important;}.flex-95{flex:0 1 95% !important;}.flex-99{flex:0 1 99% !important;}.float-left{float:left !important;}.float-right{float:right !important;}.float-none{float:none !important;}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after,.container-fluid:after{display:block;content:".";clear:both;height:0;visibility:hidden;}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}@media(min-width:768px){.container-fluid{width:750px;}}@media(min-width:992px){.container-fluid{width:970px;}}@media(min-width:1200px){.container-fluid{width:1170px;}}.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px;}@media(min-width:0){.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0;}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}.no-gutters{margin-right:0;margin-left:0;}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0;}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}.col{flex-basis:0;flex-grow:1;max-width:100%;}.col-auto{flex:0 0 auto;width:auto;max-width:none;}.col-1{flex:0 0 8.33333%;max-width:8.33333%;}.col-2{flex:0 0 16.66667%;max-width:16.66667%;}.col-3{flex:0 0 25%;max-width:25%;}.col-4{flex:0 0 33.33333%;max-width:33.33333%;}.col-5{flex:0 0 41.66667%;max-width:41.66667%;}.col-6{flex:0 0 50%;max-width:50%;}.col-7{flex:0 0 58.33333%;max-width:58.33333%;}.col-8{flex:0 0 66.66667%;max-width:66.66667%;}.col-9{flex:0 0 75%;max-width:75%;}.col-10{flex:0 0 83.33333%;max-width:83.33333%;}.col-11{flex:0 0 91.66667%;max-width:91.66667%;}.col-12{flex:0 0 100%;max-width:100%;}.order-first{order:-1;}.order-last{order:13;}.order-0{order:0;}.order-1{order:1;}.order-2{order:2;}.order-3{order:3;}.order-4{order:4;}.order-5{order:5;}.order-6{order:6;}.order-7{order:7;}.order-8{order:8;}.order-9{order:9;}.order-10{order:10;}.order-11{order:11;}.order-12{order:12;}.offset-1{margin-left:8.33333%;}.offset-2{margin-left:16.66667%;}.offset-3{margin-left:25%;}.offset-4{margin-left:33.33333%;}.offset-5{margin-left:41.66667%;}.offset-6{margin-left:50%;}.offset-7{margin-left:58.33333%;}.offset-8{margin-left:66.66667%;}.offset-9{margin-left:75%;}.offset-10{margin-left:83.33333%;}.offset-11{margin-left:91.66667%;}.overflow-auto{overflow:auto !important;}.overflow-x-auto{overflow-x:auto !important;}.overflow-hidden{overflow:hidden !important;}.overflow-hidden>tr>td,.overflow-hidden>tr>th{overflow:hidden !important;}.overflow-visible{overflow:visible !important;}.overflow-scroll{overflow-y:scroll !important;}.overflowFadeBottom,.overflowFadeRight{position:relative;}.overflowFadeRight{overflow-x:hidden !important;}.overflowFadeRight:before{pointer-events:none;content:'';width:100%;height:100%;position:absolute;left:0;top:0;background-image:linear-gradient(to left,#fff 0%,transparent 20%);}.overflowFadeBottom{overflow-y:hidden !important;}.overflowFadeBottom:before{pointer-events:none;content:'';width:100%;height:100%;position:absolute;left:0;top:0;background-image:linear-gradient(to top,#fff 0%,transparent 20%);}.position-relative{position:relative !important;}.position-absolute{position:absolute !important;}.position-static{position:static !important;}.position-fixed{position:fixed !important;}.position-sticky{position:sticky !important;top:0;}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030;}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030;}.top-0{top:0 !important;}.top-50{top:50% !important;}.bottom-50{bottom:50% !important;}.bottom-0{bottom:0 !important;}.start-0{left:0 !important;}.start-50{left:50% !important;}.end-50{right:50% !important;}.end-0{right:0 !important;}.translate-middle{transform:translate(-50%,-50%) !important;}.translate-middle-x{transform:translateX(-50%) !important;}.translate-middle-y{transform:translateY(-50%) !important;}.fillViewport{position:absolute;top:0;left:0;right:0;bottom:0;}.shadow-none{box-shadow:none !important;}.shadow-sm{box-shadow:0 2px 4px rgba(0,0,0,.075) !important;}.shadow{box-shadow:0 5px 10px rgba(0,0,0,.15) !important;}.shadow-lg{box-shadow:0 10px 25px rgba(0,0,0,.175) !important;}.box-sizing-content{box-sizing:content-box;}.box-sizing-border{box-sizing:border-box;}.w-25{width:25% !important;}.w-50{width:50% !important;}.w-75{width:75% !important;}.w-100{width:100% !important;}.w-auto{width:auto !important;}.mw-100{max-width:100% !important;}.h-5{height:5% !important;}.h-10{height:10% !important;}.h-25{height:25% !important;}.h-50{height:50% !important;}.h-75{height:75% !important;}.h-90{height:90% !important;}.h-95{height:95% !important;}.h-100{height:100% !important;}.h-auto{height:auto !important;}.mh-100{max-height:100% !important;}minh-auto{min-height:auto !important;}.w-1{width:1% !important;}.w-2{width:2% !important;}.w-5{width:5% !important;}.w-10{width:10% !important;}.w-15{width:15% !important;}.w-20{width:20% !important;}.w-30{width:30% !important;}.w-33{width:33% !important;}.w-35{width:35% !important;}.w-40{width:40% !important;}.w-45{width:45% !important;}.w-47{width:47% !important;}.w-55{width:55% !important;}.w-60{width:60% !important;}.w-65{width:65% !important;}.w-67{width:67% !important;}.w-70{width:70% !important;}.w-80{width:80% !important;}.w-85{width:30% !important;}.w-90{width:90% !important;}.w-95{width:95% !important;}.w-99{width:99% !important;}.w-f-45{width:45px !important;}.w-f-60{width:60px !important;}.w-f-90{width:90px !important;}.m-0{margin:0 !important;}.m-5{margin:5px !important;}.m-10{margin:10px !important;}.m-15{margin:15px !important;}.m-20{margin:20px !important;}.mt-0{margin-top:0 !important;}.mt-4{margin-top:4px !important;}.mt-5{margin-top:5px !important;}.mt-10{margin-top:10px !important;}.mt-15{margin-top:15px !important;}.mt-20{margin-top:20px !important;}.mt-40{margin-top:40px !important;}.mb-0{margin-bottom:0 !important;}.mb-4{margin-bottom:4px !important;}.mb-5{margin-bottom:5px !important;}.mb-10{margin-bottom:10px !important;}.mb-15{margin-bottom:15px !important;}.mb-20{margin-bottom:20px !important;}.ml-0{margin-left:0 !important;}.ml-5{margin-left:5px !important;}.ml-10{margin-left:10px !important;}.ml-20{margin-left:20px !important;}.mr-0{margin-right:0 !important;}.mr-5{margin-right:5px !important;}.mr-10{margin-right:10px !important;}.mr-20{margin-right:20px !important;}.m-auto{margin-top:auto !important;margin-bottom:auto !important;margin-left:auto !important;margin-right:auto !important;}.ml-auto{margin-left:auto !important;}.mr-auto{margin-right:auto !important;}.mx-auto{margin-left:auto !important;margin-right:auto !important;}.mx-0{margin-left:0 !important;margin-right:0 !important;}.mx-5{margin-left:5px !important;margin-right:5px !important;}.mx-10{margin-left:10px !important;margin-right:10px !important;}.mx-15{margin-left:15px !important;margin-right:15px !important;}.mx-20{margin-left:20px !important;margin-right:20px !important;}.my-0{margin-top:0 !important;margin-bottom:0 !important;}.my-5{margin-top:5px !important;margin-bottom:5px !important;}.my-10{margin-top:10px !important;margin-bottom:10px !important;}.my-15{margin-top:15px !important;margin-bottom:15px !important;}.my-20{margin-top:20px !important;margin-bottom:20px !important;}.p-0{padding:0 !important;}.p-5{padding:5px !important;}.p-8{padding:8px !important;}.p-10{padding:10px !important;}.p-15{padding:15px !important;}.p-20{padding:20px !important;}.pt-0{padding-top:0 !important;}.pt-5{padding-top:5px !important;}.pt-10{padding-top:10px !important;}.pt-15{padding-top:15px !important;}.pt-20{padding-top:20px !important;}.pb-0{padding-bottom:0 !important;}.pb-5{padding-bottom:5px !important;}.pb-10{padding-bottom:10px !important;}.pb-15{padding-bottom:15px !important;}.pb-20{padding-bottom:20px !important;}.pb-100{padding-bottom:100px !important;}.pl-0{padding-left:0 !important;}.pl-5{padding-left:5px !important;}.pl-10{padding-left:10px !important;}.pl-20{padding-left:20px !important;}.pl-50{padding-left:50px !important;}.pr-0{padding-right:0 !important;}.pr-5{padding-right:5px !important;}.pr-10{padding-right:10px !important;}.pr-20{padding-right:20px !important;}.px-0{padding-left:0 !important;padding-right:0 !important;}.px-5{padding-left:5px !important;padding-right:5px !important;}.px-10{padding-left:10px !important;padding-right:10px !important;}.px-15{padding-left:15px !important;padding-right:15px !important;}.px-20{padding-left:20px !important;padding-right:20px !important;}.py-0{padding-top:0 !important;padding-bottom:0 !important;}.py-5{padding-top:5px !important;padding-bottom:5px !important;}.py-10{padding-top:10px !important;padding-bottom:10px !important;}.py-15{padding-top:15px !important;padding-bottom:15px !important;}.py-20{padding-top:20px !important;padding-bottom:20px !important;}.separator10{width:100%;display:block;clear:both;height:10px;}.separator15{width:100%;display:block;clear:both;height:15px;}.separator20{width:100%;display:block;clear:both;height:20px;}.separator15P5{width:100%;display:block;clear:both;height:15px;padding-top:5px;}.text-left{text-align:left !important;}.text-center{text-align:center !important;}.text-right{text-align:right !important;}tr.text-left>td,tr.text-left>th{text-align:left !important;}.text-center>td,.text-center>th{text-align:center !important;}.text-right>td,.text-right>th{text-align:right !important;}.text-pre{white-space:pre !important;}.text-pre-line{white-space:pre-line !important;}.text-pre-wrap{white-space:pre-wrap !important;}.text-wrap{white-space:normal !important;}.text-nowrap{white-space:nowrap !important;}.text-truncate{overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;}.text-truncate>tr>th,.text-truncate>tr>td{overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;}.font-weight-bold{font-weight:700 !important;}.font-weight-normal{font-weight:400 !important;}.font-weight-light{font-weight:300 !important;}.font-italic{font-style:italic !important;}.text-uppercase{text-transform:uppercase;}.center{text-align:center !important;}.bold{font-weight:700 !important;}.italic{font-style:italic !important;}.nowrap{white-space:nowrap;}.word-break-all{word-break:break-all;}.text-font-14{font-size:14px;}.text-font-15{font-size:15px;}.text-font-13{font-size:13px;}.text-font-12{font-size:12px;}.text-font-75{font-size:.75em;}.text-font-50{font-size:.5em;}.align-baseline{vertical-align:baseline !important;}.align-top{vertical-align:top !important;}.align-middle{vertical-align:middle !important;}.align-bottom{vertical-align:bottom !important;}.align-text-bottom{vertical-align:text-bottom !important;}.align-text-top{vertical-align:text-top !important;}tr.align-middle>td{vertical-align:middle !important;}.visible{visibility:visible;}.invisible{visibility:hidden;}.alert{margin:0;line-height:24px;}.alert-gray{background-color:#dee2e6;border-color:#ced4da;}.badge{border-radius:.25rem;}.badge-pill{padding-right:.6rem;padding-left:.6rem;border-radius:10rem;}.badge-primary{color:#fff !important;background-color:#007bff !important;}.badge-primary.invert{color:#007bff !important;background-color:#fff !important;border-color:#007bff !important;border-style:solid !important;border-width:2px !important;}.badge-secondary{color:#fff !important;background-color:#6c757d !important;}.badge-secondary.invert{color:#6c757d !important;background-color:#fff !important;border-color:#6c757d !important;border-style:solid !important;border-width:2px !important;}.badge-danger{color:#fff !important;background-color:#dc3545 !important;}.badge-danger.invert{color:#dc3545 !important;background-color:#fff !important;border-color:#dc3545 !important;border-style:solid !important;border-width:2px !important;}.badge-warning{color:#fff !important;background-color:#ffc107 !important;}.badge-warning.invert{color:#ffc107 !important;background-color:#fff !important;border-color:#ffc107 !important;border-style:solid !important;border-width:2px !important;}.badge-success{color:#fff !important;background-color:#28a745 !important;}.badge-success.invert{color:#28a745 !important;background-color:#fff !important;border-color:#28a745 !important;border-style:solid !important;border-width:2px !important;}.badge-info{color:#fff !important;background-color:#17a2b8 !important;}.badge-info.invert{color:#17a2b8 !important;background-color:#fff !important;border-color:#17a2b8 !important;border-style:solid !important;border-width:2px !important;}.badge.invert.badge-status{border:1px solid !important;border-left-width:4px !important;border-top-color:#adb5bd !important;border-right-color:#adb5bd !important;border-bottom-color:#adb5bd !important;border-radius:4px !important;background-color:#e9ecef;display:block;text-align:left;}.theme-explorer .file-footer-buttons{float:right;}.theme-explorer .file-actions-cell{width:170px !important;}.krajee-default .file-thumb-progress .progress,.krajee-default .file-thumb-progress .progress-bar{height:14px !important;}.krajee-default .file-thumb-progress{height:14px !important;top:33px !important;}.krajee-default .progress-bar{line-height:16px !important;}.file-actions .file-footer-buttons .btn{display:inline-block;margin-bottom:0;font-weight:normal;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;width:36px !important;height:32px !important;padding:6px 4px !important;text-align:center;}.file-actions .file-footer-buttons .btn:focus,.file-actions .file-footer-buttons .btn:active:focus,.file-actions .file-footer-buttons .btn.active:focus,.file-actions .file-footer-buttons .btn.focus,.file-actions .file-footer-buttons .btn:active.focus,.file-actions .file-footer-buttons .btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.file-actions .file-footer-buttons .btn:hover,.file-actions .file-footer-buttons .btn:focus,.file-actions .file-footer-buttons .btn.focus{color:#333;text-decoration:none;}.file-actions .file-footer-buttons .btn:active,.file-actions .file-footer-buttons .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.file-actions .file-footer-buttons .btn.disabled,.file-actions .file-footer-buttons .btn[disabled],fieldset[disabled] .file-actions .file-footer-buttons .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}a.file-actions .file-footer-buttons .btn.disabled,fieldset[disabled] a.file-actions .file-footer-buttons .btn{pointer-events:none;}.file-actions .file-footer-buttons .btn:focus,.file-actions .file-footer-buttons .btn.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c;}.file-actions .file-footer-buttons .btn:hover{color:#333;background-color:#e6e6e6;border-color:#adadad;}.file-actions .file-footer-buttons .btn:active,.file-actions .file-footer-buttons .btn.active,.open>.dropdown-toggle.file-actions .file-footer-buttons .btn{color:#333;background-color:#e6e6e6;border-color:#adadad;}.file-actions .file-footer-buttons .btn:active:hover,.file-actions .file-footer-buttons .btn.active:hover,.open>.dropdown-toggle.file-actions .file-footer-buttons .btn:hover,.file-actions .file-footer-buttons .btn:active:focus,.file-actions .file-footer-buttons .btn.active:focus,.open>.dropdown-toggle.file-actions .file-footer-buttons .btn:focus,.file-actions .file-footer-buttons .btn:active.focus,.file-actions .file-footer-buttons .btn.active.focus,.open>.dropdown-toggle.file-actions .file-footer-buttons .btn.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c;}.file-actions .file-footer-buttons .btn:active,.file-actions .file-footer-buttons .btn.active,.open>.dropdown-toggle.file-actions .file-footer-buttons .btn{background-image:none;}.file-actions .file-footer-buttons .btn.disabled:hover,.file-actions .file-footer-buttons .btn[disabled]:hover,fieldset[disabled] .file-actions .file-footer-buttons .btn:hover,.file-actions .file-footer-buttons .btn.disabled:focus,.file-actions .file-footer-buttons .btn[disabled]:focus,fieldset[disabled] .file-actions .file-footer-buttons .btn:focus,.file-actions .file-footer-buttons .btn.disabled.focus,.file-actions .file-footer-buttons .btn[disabled].focus,fieldset[disabled] .file-actions .file-footer-buttons .btn.focus{background-color:#fff;border-color:#ccc;}.file-actions .file-footer-buttons .btn .badge{color:#fff;background-color:#333;}.file-actions .file-footer-buttons .print-email-btn{margin-left:10px;color:#060;}.file-actions .file-footer-buttons .send-email-as-content-btn{margin-left:8px;color:#069;}.file-actions .file-footer-buttons .send-email-as-attachment-btn{color:#069;}.file-actions .file-footer-buttons .kv-file-remove{color:#600;}.file-thumbnail-footer .file-drag-handle{display:inline-block;margin-bottom:0;font-weight:normal;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;width:36px !important;height:32px !important;padding:6px 4px !important;text-align:center;margin:0 !important;border-radius:3px;}.file-thumbnail-footer .file-drag-handle:focus,.file-thumbnail-footer .file-drag-handle:active:focus,.file-thumbnail-footer .file-drag-handle.active:focus,.file-thumbnail-footer .file-drag-handle.focus,.file-thumbnail-footer .file-drag-handle:active.focus,.file-thumbnail-footer .file-drag-handle.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.file-thumbnail-footer .file-drag-handle:hover,.file-thumbnail-footer .file-drag-handle:focus,.file-thumbnail-footer .file-drag-handle.focus{color:#333;text-decoration:none;}.file-thumbnail-footer .file-drag-handle:active,.file-thumbnail-footer .file-drag-handle.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.file-thumbnail-footer .file-drag-handle.disabled,.file-thumbnail-footer .file-drag-handle[disabled],fieldset[disabled] .file-thumbnail-footer .file-drag-handle{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}a.file-thumbnail-footer .file-drag-handle.disabled,fieldset[disabled] a.file-thumbnail-footer .file-drag-handle{pointer-events:none;}.file-thumbnail-footer .file-drag-handle:focus,.file-thumbnail-footer .file-drag-handle.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c;}.file-thumbnail-footer .file-drag-handle:hover{color:#333;background-color:#e6e6e6;border-color:#adadad;}.file-thumbnail-footer .file-drag-handle:active,.file-thumbnail-footer .file-drag-handle.active,.open>.dropdown-toggle.file-thumbnail-footer .file-drag-handle{color:#333;background-color:#e6e6e6;border-color:#adadad;}.file-thumbnail-footer .file-drag-handle:active:hover,.file-thumbnail-footer .file-drag-handle.active:hover,.open>.dropdown-toggle.file-thumbnail-footer .file-drag-handle:hover,.file-thumbnail-footer .file-drag-handle:active:focus,.file-thumbnail-footer .file-drag-handle.active:focus,.open>.dropdown-toggle.file-thumbnail-footer .file-drag-handle:focus,.file-thumbnail-footer .file-drag-handle:active.focus,.file-thumbnail-footer .file-drag-handle.active.focus,.open>.dropdown-toggle.file-thumbnail-footer .file-drag-handle.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c;}.file-thumbnail-footer .file-drag-handle:active,.file-thumbnail-footer .file-drag-handle.active,.open>.dropdown-toggle.file-thumbnail-footer .file-drag-handle{background-image:none;}.file-thumbnail-footer .file-drag-handle.disabled:hover,.file-thumbnail-footer .file-drag-handle[disabled]:hover,fieldset[disabled] .file-thumbnail-footer .file-drag-handle:hover,.file-thumbnail-footer .file-drag-handle.disabled:focus,.file-thumbnail-footer .file-drag-handle[disabled]:focus,fieldset[disabled] .file-thumbnail-footer .file-drag-handle:focus,.file-thumbnail-footer .file-drag-handle.disabled.focus,.file-thumbnail-footer .file-drag-handle[disabled].focus,fieldset[disabled] .file-thumbnail-footer .file-drag-handle.focus{background-color:#fff;border-color:#ccc;}.file-thumbnail-footer .file-drag-handle .badge{color:#fff;background-color:#333;}.file-actions-cell .file-actions{padding-right:20px;}.file-actions-cell .file-drag-handle{display:inline-block;margin-bottom:0;font-weight:normal;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;width:36px !important;height:32px !important;padding:6px 4px !important;text-align:center;margin:0 !important;border-radius:3px;right:unset !important;left:22px !important;top:23px !important;}.file-actions-cell .file-drag-handle:focus,.file-actions-cell .file-drag-handle:active:focus,.file-actions-cell .file-drag-handle.active:focus,.file-actions-cell .file-drag-handle.focus,.file-actions-cell .file-drag-handle:active.focus,.file-actions-cell .file-drag-handle.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.file-actions-cell .file-drag-handle:hover,.file-actions-cell .file-drag-handle:focus,.file-actions-cell .file-drag-handle.focus{color:#333;text-decoration:none;}.file-actions-cell .file-drag-handle:active,.file-actions-cell .file-drag-handle.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.file-actions-cell .file-drag-handle.disabled,.file-actions-cell .file-drag-handle[disabled],fieldset[disabled] .file-actions-cell .file-drag-handle{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}a.file-actions-cell .file-drag-handle.disabled,fieldset[disabled] a.file-actions-cell .file-drag-handle{pointer-events:none;}.file-actions-cell .file-drag-handle:focus,.file-actions-cell .file-drag-handle.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c;}.file-actions-cell .file-drag-handle:hover{color:#333;background-color:#e6e6e6;border-color:#adadad;}.file-actions-cell .file-drag-handle:active,.file-actions-cell .file-drag-handle.active,.open>.dropdown-toggle.file-actions-cell .file-drag-handle{color:#333;background-color:#e6e6e6;border-color:#adadad;}.file-actions-cell .file-drag-handle:active:hover,.file-actions-cell .file-drag-handle.active:hover,.open>.dropdown-toggle.file-actions-cell .file-drag-handle:hover,.file-actions-cell .file-drag-handle:active:focus,.file-actions-cell .file-drag-handle.active:focus,.open>.dropdown-toggle.file-actions-cell .file-drag-handle:focus,.file-actions-cell .file-drag-handle:active.focus,.file-actions-cell .file-drag-handle.active.focus,.open>.dropdown-toggle.file-actions-cell .file-drag-handle.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c;}.file-actions-cell .file-drag-handle:active,.file-actions-cell .file-drag-handle.active,.open>.dropdown-toggle.file-actions-cell .file-drag-handle{background-image:none;}.file-actions-cell .file-drag-handle.disabled:hover,.file-actions-cell .file-drag-handle[disabled]:hover,fieldset[disabled] .file-actions-cell .file-drag-handle:hover,.file-actions-cell .file-drag-handle.disabled:focus,.file-actions-cell .file-drag-handle[disabled]:focus,fieldset[disabled] .file-actions-cell .file-drag-handle:focus,.file-actions-cell .file-drag-handle.disabled.focus,.file-actions-cell .file-drag-handle[disabled].focus,fieldset[disabled] .file-actions-cell .file-drag-handle.focus{background-color:#fff;border-color:#ccc;}.file-actions-cell .file-drag-handle .badge{color:#fff;background-color:#333;}.krajee-default.kvsortable-ghost{margin:7px;}.file-drop-zone{border:2px dotted #ced4da !important;outline:none !important;}.file-drop-zone:hover{border-color:#17a2b8 !important;}#divCommunicationTemplateList .kv-file-content{width:10%;}#divCommunicationTemplateList .file-details-cell{width:55%;}#divCommunicationTemplateList .file-actions-cell{width:35%;}#divCommunicationTemplateList .file-actions{width:240px;}#divCommunicationTemplateList .kv-file-remove{float:right;margin-left:10px;}@media(min-width:992px){.file-zoom-dialog .modal-lg{max-width:1200px;}.file-zoom-content{height:800px;}}.krajee-default.file-preview-frame .kv-file-content{width:236px;height:160px;}.file-actions .file-footer-buttons .btn.photo-caption-btn .fa,.file-actions .file-footer-buttons .btn.photo-rotate-left-btn .fa,.file-actions .file-footer-buttons .btn.photo-rotate-right-btn .fa{font-size:14px;font-weight:bold;}.file-actions .file-footer-buttons .btn.photo-caption-btn{margin-left:-1px;}.file-actions .file-footer-buttons .btn.photo-rotate-left-btn,.file-actions .file-footer-buttons .btn.photo-rotate-right-btn{margin-left:3px;}button:focus,.btn:focus{outline:none !important;}.btn.btn-link{text-decoration:none;}.btn.btn-link:hover{text-decoration:underline;}.btn.btn-link:focus{border:1px solid #99caff;border-radius:4px;box-shadow:0 0 8px rgba(102,175,233,.75) !important;background-color:#def !important;}.btn.btn-light{color:#333;background-color:#fff;border-color:#ccc;}.btn.btn-light:focus,.btn.btn-light.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c;}.btn.btn-light:hover{color:#333;background-color:#e6e6e6;border-color:#adadad;}.btn.btn-light:active,.btn.btn-light.active,.open>.dropdown-toggle.btn.btn-light{color:#333;background-color:#e6e6e6;border-color:#adadad;}.btn.btn-light:active:hover,.btn.btn-light.active:hover,.open>.dropdown-toggle.btn.btn-light:hover,.btn.btn-light:active:focus,.btn.btn-light.active:focus,.open>.dropdown-toggle.btn.btn-light:focus,.btn.btn-light:active.focus,.btn.btn-light.active.focus,.open>.dropdown-toggle.btn.btn-light.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c;}.btn.btn-light:active,.btn.btn-light.active,.open>.dropdown-toggle.btn.btn-light{background-image:none;}.btn.btn-light.disabled:hover,.btn.btn-light[disabled]:hover,fieldset[disabled] .btn.btn-light:hover,.btn.btn-light.disabled:focus,.btn.btn-light[disabled]:focus,fieldset[disabled] .btn.btn-light:focus,.btn.btn-light.disabled.focus,.btn.btn-light[disabled].focus,fieldset[disabled] .btn.btn-light.focus{background-color:#fff;border-color:#ccc;}.btn.btn-light .badge{color:#fff;background-color:#333;}.btn.btn-light:hover{background:#e9ecef;}.btn.btn-default{background:#e9ecef;}.btn.btn-default:hover{background:#dee2e6;}.btn.btn-wide{padding-left:30px;padding-right:30px;}.btn.btn-wider{padding-left:50px;padding-right:50px;}button:not(.btn):not(.navbar-toggle),.formSubmitButtons button:not(.btn),.formSubmitButtons>a:not(.btn),.formSubmitButtons input[type="submit"]:not(.btn),.formSubmitButtons input[type="button"]:not(.btn){display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background-color:#007bff;border-color:#006fe6;}button:not(.btn):not(.navbar-toggle):focus,.formSubmitButtons button:not(.btn):focus,.formSubmitButtons>a:not(.btn):focus,.formSubmitButtons input[type="submit"]:not(.btn):focus,.formSubmitButtons input[type="button"]:not(.btn):focus,button:not(.btn):not(.navbar-toggle):active:focus,.formSubmitButtons button:not(.btn):active:focus,.formSubmitButtons>a:not(.btn):active:focus,.formSubmitButtons input[type="submit"]:not(.btn):active:focus,.formSubmitButtons input[type="button"]:not(.btn):active:focus,button:not(.btn):not(.navbar-toggle).active:focus,.formSubmitButtons button:not(.btn).active:focus,.formSubmitButtons>a:not(.btn).active:focus,.formSubmitButtons input[type="submit"]:not(.btn).active:focus,.formSubmitButtons input[type="button"]:not(.btn).active:focus,button:not(.btn):not(.navbar-toggle).focus,.formSubmitButtons button:not(.btn).focus,.formSubmitButtons>a:not(.btn).focus,.formSubmitButtons input[type="submit"]:not(.btn).focus,.formSubmitButtons input[type="button"]:not(.btn).focus,button:not(.btn):not(.navbar-toggle):active.focus,.formSubmitButtons button:not(.btn):active.focus,.formSubmitButtons>a:not(.btn):active.focus,.formSubmitButtons input[type="submit"]:not(.btn):active.focus,.formSubmitButtons input[type="button"]:not(.btn):active.focus,button:not(.btn):not(.navbar-toggle).active.focus,.formSubmitButtons button:not(.btn).active.focus,.formSubmitButtons>a:not(.btn).active.focus,.formSubmitButtons input[type="submit"]:not(.btn).active.focus,.formSubmitButtons input[type="button"]:not(.btn).active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}button:not(.btn):not(.navbar-toggle):hover,.formSubmitButtons button:not(.btn):hover,.formSubmitButtons>a:not(.btn):hover,.formSubmitButtons input[type="submit"]:not(.btn):hover,.formSubmitButtons input[type="button"]:not(.btn):hover,button:not(.btn):not(.navbar-toggle):focus,.formSubmitButtons button:not(.btn):focus,.formSubmitButtons>a:not(.btn):focus,.formSubmitButtons input[type="submit"]:not(.btn):focus,.formSubmitButtons input[type="button"]:not(.btn):focus,button:not(.btn):not(.navbar-toggle).focus,.formSubmitButtons button:not(.btn).focus,.formSubmitButtons>a:not(.btn).focus,.formSubmitButtons input[type="submit"]:not(.btn).focus,.formSubmitButtons input[type="button"]:not(.btn).focus{color:#333;text-decoration:none;}button:not(.btn):not(.navbar-toggle):active,.formSubmitButtons button:not(.btn):active,.formSubmitButtons>a:not(.btn):active,.formSubmitButtons input[type="submit"]:not(.btn):active,.formSubmitButtons input[type="button"]:not(.btn):active,button:not(.btn):not(.navbar-toggle).active,.formSubmitButtons button:not(.btn).active,.formSubmitButtons>a:not(.btn).active,.formSubmitButtons input[type="submit"]:not(.btn).active,.formSubmitButtons input[type="button"]:not(.btn).active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}button:not(.btn):not(.navbar-toggle).disabled,.formSubmitButtons button:not(.btn).disabled,.formSubmitButtons>a:not(.btn).disabled,.formSubmitButtons input[type="submit"]:not(.btn).disabled,.formSubmitButtons input[type="button"]:not(.btn).disabled,button:not(.btn):not(.navbar-toggle)[disabled],.formSubmitButtons button:not(.btn)[disabled],.formSubmitButtons>a:not(.btn)[disabled],.formSubmitButtons input[type="submit"]:not(.btn)[disabled],.formSubmitButtons input[type="button"]:not(.btn)[disabled],fieldset[disabled] button:not(.btn):not(.navbar-toggle),fieldset[disabled] .formSubmitButtons button:not(.btn),fieldset[disabled] .formSubmitButtons>a:not(.btn),fieldset[disabled] .formSubmitButtons input[type="submit"]:not(.btn),fieldset[disabled] .formSubmitButtons input[type="button"]:not(.btn){cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}abutton:not(.btn):not(.navbar-toggle).disabled,a.formSubmitButtons button:not(.btn).disabled,a.formSubmitButtons>a:not(.btn).disabled,a.formSubmitButtons input[type="submit"]:not(.btn).disabled,a.formSubmitButtons input[type="button"]:not(.btn).disabled,fieldset[disabled] abutton:not(.btn):not(.navbar-toggle),fieldset[disabled] a.formSubmitButtons button:not(.btn),fieldset[disabled] a.formSubmitButtons>a:not(.btn),fieldset[disabled] a.formSubmitButtons input[type="submit"]:not(.btn),fieldset[disabled] a.formSubmitButtons input[type="button"]:not(.btn){pointer-events:none;}button:not(.btn):not(.navbar-toggle):focus,.formSubmitButtons button:not(.btn):focus,.formSubmitButtons>a:not(.btn):focus,.formSubmitButtons input[type="submit"]:not(.btn):focus,.formSubmitButtons input[type="button"]:not(.btn):focus,button:not(.btn):not(.navbar-toggle).focus,.formSubmitButtons button:not(.btn).focus,.formSubmitButtons>a:not(.btn).focus,.formSubmitButtons input[type="submit"]:not(.btn).focus,.formSubmitButtons input[type="button"]:not(.btn).focus{color:#fff;background-color:#0062cc;border-color:#003166;}button:not(.btn):not(.navbar-toggle):hover,.formSubmitButtons button:not(.btn):hover,.formSubmitButtons>a:not(.btn):hover,.formSubmitButtons input[type="submit"]:not(.btn):hover,.formSubmitButtons input[type="button"]:not(.btn):hover{color:#fff;background-color:#0062cc;border-color:#0051a8;}button:not(.btn):not(.navbar-toggle):active,.formSubmitButtons button:not(.btn):active,.formSubmitButtons>a:not(.btn):active,.formSubmitButtons input[type="submit"]:not(.btn):active,.formSubmitButtons input[type="button"]:not(.btn):active,button:not(.btn):not(.navbar-toggle).active,.formSubmitButtons button:not(.btn).active,.formSubmitButtons>a:not(.btn).active,.formSubmitButtons input[type="submit"]:not(.btn).active,.formSubmitButtons input[type="button"]:not(.btn).active,.open>.dropdown-togglebutton:not(.btn):not(.navbar-toggle),.open>.dropdown-toggle.formSubmitButtons button:not(.btn),.open>.dropdown-toggle.formSubmitButtons>a:not(.btn),.open>.dropdown-toggle.formSubmitButtons input[type="submit"]:not(.btn),.open>.dropdown-toggle.formSubmitButtons input[type="button"]:not(.btn){color:#fff;background-color:#0062cc;border-color:#0051a8;}button:not(.btn):not(.navbar-toggle):active:hover,.formSubmitButtons button:not(.btn):active:hover,.formSubmitButtons>a:not(.btn):active:hover,.formSubmitButtons input[type="submit"]:not(.btn):active:hover,.formSubmitButtons input[type="button"]:not(.btn):active:hover,button:not(.btn):not(.navbar-toggle).active:hover,.formSubmitButtons button:not(.btn).active:hover,.formSubmitButtons>a:not(.btn).active:hover,.formSubmitButtons input[type="submit"]:not(.btn).active:hover,.formSubmitButtons input[type="button"]:not(.btn).active:hover,.open>.dropdown-togglebutton:not(.btn):not(.navbar-toggle):hover,.open>.dropdown-toggle.formSubmitButtons button:not(.btn):hover,.open>.dropdown-toggle.formSubmitButtons>a:not(.btn):hover,.open>.dropdown-toggle.formSubmitButtons input[type="submit"]:not(.btn):hover,.open>.dropdown-toggle.formSubmitButtons input[type="button"]:not(.btn):hover,button:not(.btn):not(.navbar-toggle):active:focus,.formSubmitButtons button:not(.btn):active:focus,.formSubmitButtons>a:not(.btn):active:focus,.formSubmitButtons input[type="submit"]:not(.btn):active:focus,.formSubmitButtons input[type="button"]:not(.btn):active:focus,button:not(.btn):not(.navbar-toggle).active:focus,.formSubmitButtons button:not(.btn).active:focus,.formSubmitButtons>a:not(.btn).active:focus,.formSubmitButtons input[type="submit"]:not(.btn).active:focus,.formSubmitButtons input[type="button"]:not(.btn).active:focus,.open>.dropdown-togglebutton:not(.btn):not(.navbar-toggle):focus,.open>.dropdown-toggle.formSubmitButtons button:not(.btn):focus,.open>.dropdown-toggle.formSubmitButtons>a:not(.btn):focus,.open>.dropdown-toggle.formSubmitButtons input[type="submit"]:not(.btn):focus,.open>.dropdown-toggle.formSubmitButtons input[type="button"]:not(.btn):focus,button:not(.btn):not(.navbar-toggle):active.focus,.formSubmitButtons button:not(.btn):active.focus,.formSubmitButtons>a:not(.btn):active.focus,.formSubmitButtons input[type="submit"]:not(.btn):active.focus,.formSubmitButtons input[type="button"]:not(.btn):active.focus,button:not(.btn):not(.navbar-toggle).active.focus,.formSubmitButtons button:not(.btn).active.focus,.formSubmitButtons>a:not(.btn).active.focus,.formSubmitButtons input[type="submit"]:not(.btn).active.focus,.formSubmitButtons input[type="button"]:not(.btn).active.focus,.open>.dropdown-togglebutton:not(.btn):not(.navbar-toggle).focus,.open>.dropdown-toggle.formSubmitButtons button:not(.btn).focus,.open>.dropdown-toggle.formSubmitButtons>a:not(.btn).focus,.open>.dropdown-toggle.formSubmitButtons input[type="submit"]:not(.btn).focus,.open>.dropdown-toggle.formSubmitButtons input[type="button"]:not(.btn).focus{color:#fff;background-color:#0051a8;border-color:#003166;}button:not(.btn):not(.navbar-toggle):active,.formSubmitButtons button:not(.btn):active,.formSubmitButtons>a:not(.btn):active,.formSubmitButtons input[type="submit"]:not(.btn):active,.formSubmitButtons input[type="button"]:not(.btn):active,button:not(.btn):not(.navbar-toggle).active,.formSubmitButtons button:not(.btn).active,.formSubmitButtons>a:not(.btn).active,.formSubmitButtons input[type="submit"]:not(.btn).active,.formSubmitButtons input[type="button"]:not(.btn).active,.open>.dropdown-togglebutton:not(.btn):not(.navbar-toggle),.open>.dropdown-toggle.formSubmitButtons button:not(.btn),.open>.dropdown-toggle.formSubmitButtons>a:not(.btn),.open>.dropdown-toggle.formSubmitButtons input[type="submit"]:not(.btn),.open>.dropdown-toggle.formSubmitButtons input[type="button"]:not(.btn){background-image:none;}button:not(.btn):not(.navbar-toggle).disabled:hover,.formSubmitButtons button:not(.btn).disabled:hover,.formSubmitButtons>a:not(.btn).disabled:hover,.formSubmitButtons input[type="submit"]:not(.btn).disabled:hover,.formSubmitButtons input[type="button"]:not(.btn).disabled:hover,button:not(.btn):not(.navbar-toggle)[disabled]:hover,.formSubmitButtons button:not(.btn)[disabled]:hover,.formSubmitButtons>a:not(.btn)[disabled]:hover,.formSubmitButtons input[type="submit"]:not(.btn)[disabled]:hover,.formSubmitButtons input[type="button"]:not(.btn)[disabled]:hover,fieldset[disabled] button:not(.btn):not(.navbar-toggle):hover,fieldset[disabled] .formSubmitButtons button:not(.btn):hover,fieldset[disabled] .formSubmitButtons>a:not(.btn):hover,fieldset[disabled] .formSubmitButtons input[type="submit"]:not(.btn):hover,fieldset[disabled] .formSubmitButtons input[type="button"]:not(.btn):hover,button:not(.btn):not(.navbar-toggle).disabled:focus,.formSubmitButtons button:not(.btn).disabled:focus,.formSubmitButtons>a:not(.btn).disabled:focus,.formSubmitButtons input[type="submit"]:not(.btn).disabled:focus,.formSubmitButtons input[type="button"]:not(.btn).disabled:focus,button:not(.btn):not(.navbar-toggle)[disabled]:focus,.formSubmitButtons button:not(.btn)[disabled]:focus,.formSubmitButtons>a:not(.btn)[disabled]:focus,.formSubmitButtons input[type="submit"]:not(.btn)[disabled]:focus,.formSubmitButtons input[type="button"]:not(.btn)[disabled]:focus,fieldset[disabled] button:not(.btn):not(.navbar-toggle):focus,fieldset[disabled] .formSubmitButtons button:not(.btn):focus,fieldset[disabled] .formSubmitButtons>a:not(.btn):focus,fieldset[disabled] .formSubmitButtons input[type="submit"]:not(.btn):focus,fieldset[disabled] .formSubmitButtons input[type="button"]:not(.btn):focus,button:not(.btn):not(.navbar-toggle).disabled.focus,.formSubmitButtons button:not(.btn).disabled.focus,.formSubmitButtons>a:not(.btn).disabled.focus,.formSubmitButtons input[type="submit"]:not(.btn).disabled.focus,.formSubmitButtons input[type="button"]:not(.btn).disabled.focus,button:not(.btn):not(.navbar-toggle)[disabled].focus,.formSubmitButtons button:not(.btn)[disabled].focus,.formSubmitButtons>a:not(.btn)[disabled].focus,.formSubmitButtons input[type="submit"]:not(.btn)[disabled].focus,.formSubmitButtons input[type="button"]:not(.btn)[disabled].focus,fieldset[disabled] button:not(.btn):not(.navbar-toggle).focus,fieldset[disabled] .formSubmitButtons button:not(.btn).focus,fieldset[disabled] .formSubmitButtons>a:not(.btn).focus,fieldset[disabled] .formSubmitButtons input[type="submit"]:not(.btn).focus,fieldset[disabled] .formSubmitButtons input[type="button"]:not(.btn).focus{background-color:#007bff;border-color:#006fe6;}button:not(.btn):not(.navbar-toggle) .badge,.formSubmitButtons button:not(.btn) .badge,.formSubmitButtons>a:not(.btn) .badge,.formSubmitButtons input[type="submit"]:not(.btn) .badge,.formSubmitButtons input[type="button"]:not(.btn) .badge{color:#007bff;background-color:#fff;}.formSubmitButtons button:not(.dropdown-toggle),.formSubmitButtons .btn:not(.dropdown-toggle),.formSubmitButtons input[type="submit"],.formSubmitButtons input[type="button"]{min-width:80px;}input[type="submit"][disabled="disabled"],input[type="submit"]:disabled,input[type="button"][disabled="disabled"],input[type="button"]:disabled,button[disabled="disabled"],button:disabled{background-color:#e9ecef;border-color:#ced4da;color:#495057;}input[type="submit"][disabled="disabled"]:hover,input[type="submit"]:disabled:hover,input[type="button"][disabled="disabled"]:hover,input[type="button"]:disabled:hover,button[disabled="disabled"]:hover,button:disabled:hover{background-color:#dee2e6;border-color:#adb5bd;box-shadow:none;}.bs-callout{border:1px solid #ced4da;border-left-width:5px !important;border-radius:3px;padding:10px 15px;background:#fff;}.bs-callout p:last-child{margin-bottom:0;}.bs-callout h4 .fa,.bs-callout h4 label{margin-right:5px;}.bs-callout-primary{border-color:#007bff !important;}.bs-callout-primary h4{color:#007bff !important;}.bs-callout-secondary{border-left-color:#6c757d !important;}.bs-callout-secondary h4{color:#6c757d !important;}.bs-callout-success{border-left-color:#28a745 !important;}.bs-callout-success h4{color:#28a745 !important;}.bs-callout-danger{border-left-color:#dc3545 !important;}.bs-callout-danger h4{color:#dc3545 !important;}.bs-callout-warning{border-left-color:#ffc107 !important;}.bs-callout-warning h4{color:#ffc107 !important;}.bs-callout-info{border-left-color:#17a2b8 !important;}.bs-callout-info h4{color:#17a2b8 !important;}.bs-callout-light{border-left-color:#e9ecef !important;}.bs-callout-light h4{color:#e9ecef !important;}.bs-callout-dark{border-left-color:#343a40 !important;}.bs-callout-dark h4{color:#343a40 !important;}.jDialog{min-width:300px;max-width:900px;}.ui-dialog.type-danger .ui-widget-header{background-color:#7c151f !important;}.dialogPadding{padding:20px;}.fullModal{width:1200px;height:100%;padding:0;overflow-y:hidden;}.scrollContainer500{overflow:auto;margin:0;padding:0;border:1px solid #ced4da;max-height:500px;}.scrollContainer400{overflow:auto;margin:0;padding:0;border:1px solid #ced4da;max-height:400px;}.scrollContainer300{overflow:auto;margin:0;padding:0;border:1px solid #ced4da;max-height:300px;}.bootstrap-dialog{display:flex;align-items:center;}.bootstrap-dialog .modal-dialog{margin:0 auto;}.bootstrap-dialog .modal-content{border-radius:0;border:none;}.bootstrap-dialog .modal-header{border-radius:0;background-color:#036 !important;padding:4px 15px;font-size:20px;line-height:30px;font-weight:bold;}.bootstrap-dialog .modal-footer .btn+.btn{margin-left:8px;}.bootstrap-dialog .bootstrap-dialog-close-button{display:none;}.bootstrap-dialog .bootstrap-dialog-footer-buttons .btn{min-width:80px;}.bootstrap-dialog:not(.type-alert):not(.type-danger):not(.type-warning) .bootstrap-dialog-footer-buttons .btn-default{background:none;border:none;box-shadow:none;color:#3395ff;text-decoration:none;}.bootstrap-dialog:not(.type-alert):not(.type-danger):not(.type-warning) .bootstrap-dialog-footer-buttons .btn-default:hover{background:none;border:none;box-shadow:none;color:#0062cc;text-decoration:underline;}.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default{color:#fff;background-color:#007bff;border-color:#006fe6;}.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:focus,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.focus{color:#fff;background-color:#0062cc;border-color:#003166;}.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:hover,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:hover,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:hover{color:#fff;background-color:#0062cc;border-color:#0051a8;}.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:active,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:active,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:active,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.active,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.active,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.active,.open>.dropdown-toggle.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default,.open>.dropdown-toggle.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default,.open>.dropdown-toggle.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default{color:#fff;background-color:#0062cc;border-color:#0051a8;}.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:active:hover,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:active:hover,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:active:hover,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.active:hover,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.active:hover,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.active:hover,.open>.dropdown-toggle.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:hover,.open>.dropdown-toggle.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:hover,.open>.dropdown-toggle.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:hover,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:active:focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:active:focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:active:focus,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.active:focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.active:focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.active:focus,.open>.dropdown-toggle.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:focus,.open>.dropdown-toggle.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:focus,.open>.dropdown-toggle.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:focus,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:active.focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:active.focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:active.focus,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.active.focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.active.focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.active.focus,.open>.dropdown-toggle.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.focus,.open>.dropdown-toggle.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.focus,.open>.dropdown-toggle.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.focus{color:#fff;background-color:#0051a8;border-color:#003166;}.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:active,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:active,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:active,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.active,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.active,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.active,.open>.dropdown-toggle.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default,.open>.dropdown-toggle.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default,.open>.dropdown-toggle.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default{background-image:none;}.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.disabled:hover,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.disabled:hover,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.disabled:hover,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default[disabled]:hover,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default[disabled]:hover,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default[disabled]:hover,fieldset[disabled] .bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:hover,fieldset[disabled] .bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:hover,fieldset[disabled] .bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:hover,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.disabled:focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.disabled:focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.disabled:focus,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default[disabled]:focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default[disabled]:focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default[disabled]:focus,fieldset[disabled] .bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default:focus,fieldset[disabled] .bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default:focus,fieldset[disabled] .bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default:focus,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.disabled.focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.disabled.focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.disabled.focus,.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default[disabled].focus,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default[disabled].focus,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default[disabled].focus,fieldset[disabled] .bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default.focus,fieldset[disabled] .bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default.focus,fieldset[disabled] .bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default.focus{background-color:#007bff;border-color:#006fe6;}.bootstrap-dialog.type-alert .bootstrap-dialog-footer-buttons .btn-default .badge,.bootstrap-dialog.type-danger .bootstrap-dialog-footer-buttons .btn-default .badge,.bootstrap-dialog.type-warning .bootstrap-dialog-footer-buttons .btn-default .badge{color:#007bff;background-color:#fff;}.youTubeVideoDialog{padding:10px;max-width:none;width:980px;height:560px;}.youTubeVideoDialog iframe{width:960px;height:540px;border:none;}.dropdown-menu{margin-top:0;padding:0;border-radius:0;}.dropdown-menu .divider{margin:2px 0;}.dropdown-menu>li>a{padding:5px 10px;}.dropdown-menu-info{color:#343a40;line-height:24px;padding:10px;}.dropdown-icon{display:block;width:24px;height:24px;border-radius:2px;border:1px solid #dee2e6;background-color:#fff;font-size:16px;line-height:24px;text-align:center;}.dropdown-icon:hover{border-color:#99caff;background-color:#def;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);}.dropdown-hide-menu option:first-child{display:none;}legend{display:block;border-width:0;border-style:solid !important;border-color:#ced4da;border-width:1px !important;padding:8px 15px;background-color:#dde4ee;font-size:14px;font-weight:bold;color:#679;margin-bottom:0;}legend>.fa{margin-right:4px;}.panel.p-0>.panel-body>fieldset>legend,.panel.p-0>.panel-body>form>fieldset>legend{border-left:none !important;border-right:none !important;}label{font-size:12px;line-height:16px;}.editor-label label{margin-bottom:2px;}.editor-field label.chkboxInactive{color:#6c757d;}input::-ms-clear{display:none;}input[type="checkbox"]{width:auto;}input[type="submit"],input[type="button"],button{margin-top:0;width:auto;}input:not(.btn),select,textarea,.selectize-input,.btn-field-group,.input-group-addon,.input-group label.form-control{border-radius:0 !important;}textarea{width:100%;}.hyphenatedFields{display:flex;}.hyphenatedFields input,.hyphenatedFields select{flex:1 1 50%;}.hyphenatedFields .hyphen{flex:1 1 16px;display:block;min-width:16px;line-height:34px;text-align:center;vertical-align:middle;}input[type=checkbox]:focus{outline:1px solid #6ae !important;box-shadow:0 0 8px rgba(102,175,233,.75) !important;}.formSubmitButtons{padding-top:20px;text-align:right;}.formSubmitButtons>*:not(.float-left){margin-left:8px;}fieldset>.formSubmitButtons{padding-right:0;}textarea{height:54px !important;}textarea.lines3{height:74px !important;}textarea.lines5{height:114px !important;}textarea.lines10{height:214px !important;}textarea.lines20{height:414px !important;}.selectize-control.single .selectize-input:after{right:5px;}.field-validation-error,.error{display:block;color:#dc3545;font-size:12px;line-height:16px;font-weight:normal;}.field-validation-valid{display:none;}input.input-validation-error{border:1px solid #dc3545;}input[type="checkbox"].input-validation-error{border:0 none;}.validation-summary-errors{margin-bottom:15px;padding:5px 10px;border:1px solid #dc3545;border-radius:4px;background-color:#fee;color:#dc3545;font-size:13px;font-weight:bold;}.validation-summary-valid{display:none;}.editor-field>.input-group{width:100%;}.input-group .input-group-addon{background-color:#e9ecef;padding:6px 5px;text-align:center;}.input-group .input-group-addon input[type="radio"],.input-group .input-group-addon input[type="checkbox"]{margin:0 1px !important;}.input-group .btn{padding:6px 5px;text-align:center;}.input-group .btn-default{background-color:#e9ecef;}.input-group .fa{text-align:center;width:16px;}.input-group .chkbox.form-control{padding-left:4px;padding-right:4px;border-radius:0 !important;white-space:nowrap;user-select:none;color:#6c757d;text-align:left;}.input-group input.has-links{border-right:0 !important;}.input-group .btn-has-links,.input-group .my-datepicker-trigger{padding-left:0;padding-right:0;border-left:0 !important;background-color:#fff;box-shadow:none !important;color:#3395ff;user-drag:none;user-select:none;}.input-group .btn-has-links:hover,.input-group .my-datepicker-trigger:hover,.input-group .btn-has-links:focus,.input-group .my-datepicker-trigger:focus,.input-group .btn-has-links:active,.input-group .my-datepicker-trigger:active{background-color:#fff;box-shadow:none !important;outline:none !important;border-color:#ccc !important;color:#006fe5;}.input-group .my-datepicker-trigger{padding-right:2px;}.groupReadonlyInput .btn-has-links{background-color:#e9ecef !important;}.input-group-prepend{display:table-cell;vertical-align:top;}.input-group-prepend input[type=text],.input-group-prepend select{border-right:none !important;}.input-group-append{display:table-cell;vertical-align:top;}.input-group-append input[type=text],.input-group-append select{border-left:none !important;}.input-group:not(.input-group-lg) .btn-default{border-radius:0;}.input-group-lg .fa{font-size:18px;}.btn-field-group.groupFocus,.groupFocus .btn-field-group,.groupFocus .input-group-addon,.groupFocus .input-group-btn,.groupFocus .btn-has-links{border-color:#66afe9 !important;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.editor-field.addonPadRight input[type=text]{padding-right:19px !important;}input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg),textarea,select:not(.combo){display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#495057;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;cursor:default !important;padding-left:4px;padding-right:4px;}input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg):focus,textarea:focus,select:not(.combo):focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg)::-moz-placeholder,textarea::-moz-placeholder,select:not(.combo)::-moz-placeholder{color:#999;opacity:1;}input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg):-ms-input-placeholder,textarea:-ms-input-placeholder,select:not(.combo):-ms-input-placeholder{color:#999;}input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg)::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select:not(.combo)::-webkit-input-placeholder{color:#999;}input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg)::-ms-expand,textarea::-ms-expand,select:not(.combo)::-ms-expand{border:0;background-color:transparent;}input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg)[disabled],textarea[disabled],select:not(.combo)[disabled],input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg)[readonly],textarea[readonly],select:not(.combo)[readonly],fieldset[disabled] input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg),fieldset[disabled] textarea,fieldset[disabled] select:not(.combo){background-color:#ced4da;opacity:1;}input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg)[disabled],textarea[disabled],select:not(.combo)[disabled],fieldset[disabled] input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg),fieldset[disabled] textarea,fieldset[disabled] select:not(.combo){cursor:not-allowed;}textareainput:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not([type=select-one]):not(.jqx-widget):not(.jqx-widget-content):not(.input-lg),textareatextarea,textareaselect:not(.combo){height:auto;}select:not(.combo){padding-left:0;padding-right:0;}input[type="radio"],input[type="checkbox"]{margin:0 2px;width:14px;height:14px;vertical-align:text-top;}.checkboxDesc{padding-left:30px;padding-bottom:5px;font-size:12px;font-style:italic;color:#6c757d;}input[type="text"].asText{background-color:transparent !important;border-color:transparent !important;box-shadow:none !important;font-weight:bold;}input[readonly="readonly"]:not([type="submit"]):not(.asText):not(.noDefaultBg),input[readonly]:not([type="submit"]):not(.asText):not(.noDefaultBg),input[type="text"][disabled="disabled"]:not(.asText):not(.noDefaultBg),input[type="text"]:disabled:not(.asText):not(.noDefaultBg),select[readonly="readonly"],select[readonly],select:disabled,select[disabled="disabled"],.selectize-input.disabled,.selectize-input.readonly,textarea[readonly="readonly"],textarea[readonly],textarea:disabled,textarea[disabled="disabled"]{outline:0 !important;border-radius:0 !important;box-shadow:none !important;background-color:#e9ecef !important;}input[readonly="readonly"]:not([type="submit"]):not(.asText) .noDefaultBg,input[readonly]:not([type="submit"]):not(.asText) .noDefaultBg,input[type="text"][disabled="disabled"]:not(.asText) .noDefaultBg,input[type="text"]:disabled:not(.asText) .noDefaultBg{outline:0 !important;border-radius:0 !important;box-shadow:none !important;font-weight:bold !important;}.btn-field-group.groupReadonlyInput,.groupReadonlyInput .btn-field-group,.btn-field-group[disabled],.btn-field-group[disabled]:hover,.btn-field-group[disabled]:focus{outline:0 !important;border-radius:0 !important;background-color:#e9ecef !important;box-shadow:none;}.rightInput input{text-align:right !important;}::-webkit-input-placeholder{color:#adb5bd !important;}:-moz-placeholder{color:#adb5bd !important;opacity:1;}::-moz-placeholder{color:#adb5bd !important;opacity:1;}:-ms-input-placeholder{color:#adb5bd !important;}::-ms-input-placeholder{color:#adb5bd !important;}::placeholder{color:#adb5bd !important;}.changeInlineContainer{width:100%;position:relative;overflow:visible;}.changeInlineContainer .changeInline{width:100%;}.changeInlineContainer .changeInline input,.changeInlineContainer .changeInline select:not(combo){width:100%;}.changeInlineContainer .startChangeCommands,.changeInlineContainer .finalizeChangeCommands{position:absolute;top:0;left:100%;margin-left:5px;vertical-align:middle;white-space:nowrap;}.changeInlineContainer .startChangeCommands .fa,.changeInlineContainer .finalizeChangeCommands .fa{margin-right:5px;}input:not([readonly=readonly]).hasDatepicker:not(.qbDate){border-right:none !important;}.input-border-none input,input.input-border-none{border:0 !important;}.input-border-bottom input,input.input-border-bottom{border-left:0 !important;border-right:0 !important;border-top:0 !important;}.ui-widget-overlay{background:#000 !important;opacity:.5 !important;}.ui-widget-overlay.bg-transparent{background:transparent !important;opacity:0 !important;}.ui-widget{font-size:14px !important;font-family:"Roboto","Segoe UI",Verdana,Helvetica,Sans-Serif !important;}.ui-tabs.ui-widget-content,.ui-tabs-pane.ui-widget-content{background:transparent !important;}.ui-dialog{display:flex;flex-direction:column;padding:0 !important;border:2px solid #ced4da !important;max-height:100vh !important;max-width:100% !important;}.ui-dialog.dialogFixedRight{height:100vh !important;left:auto !important;right:0 !important;animation-duration:.5s;animation-name:frames-slidein-right;}.ui-dialog>.ui-widget-header{background-color:#036 !important;border:none !important;font-size:18px;}.ui-dialog>.ui-dialog-titlebar{flex:0 0 40px;margin:-2px -2px 0 -2px !important;padding:4px 15px;font-size:20px;line-height:20px;}.ui-dialog>.ui-dialog-titlebar .ui-dialog-title{font-size:18px;max-width:90% !important;text-overflow:ellipsis;}.ui-dialog>.ui-dialog-titlebar .ui-dialog-titlebar-close{margin-top:-13px;margin-right:2px;width:26px;height:26px;background-color:#fff;border-color:#e6e6e6;color:#adb5bd !important;}.ui-dialog>.ui-dialog-titlebar .ui-dialog-titlebar-close:hover,.ui-dialog>.ui-dialog-titlebar .ui-dialog-titlebar-close:focus{background-color:#ccc !important;border-color:#b3b3b3 !important;color:#495057 !important;}.ui-dialog>.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick{background:none;font-family:'Font Awesome 5 Free' !important;font-weight:900 !important;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;content:"";text-indent:unset;margin-top:-7px;}.ui-dialog>.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick:before{content:"";}.ui-dialog>.ui-dialog-content{flex:auto;overflow:auto !important;padding:0 !important;}.ui-widget-header{background-image:none !important;}.ui-widget{font-size:14px !important;font-family:"Roboto","Segoe UI",Verdana,Helvetica,Sans-Serif !important;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button:not(.ui-dialog-titlebar-close){font-family:"Roboto","Segoe UI",Verdana,Helvetica,Sans-Serif !important;font-size:14px !important;}.ui-widget button,.ui-widget input[type="submit"]{height:auto;}button.ui-button-icon-only{width:11px;}.ui-dialog-titlebar.ui-corner-all{border-radius:0 !important;margin-left:-.2em;margin-right:-.2em;margin-top:-.2em;}.ui-dialog.ui-corner-all{border-radius:0 !important;box-shadow:0 2px 4px rgba(0,0,0,.075);}.ui-dialog-title{font-size:1.1em;}.ui-datepicker{z-index:1003 !important;}button.ui-datepicker-trigger{font-size:.85em !important;padding:0 !important;}select[class*="ui-datepicker"]{display:inline-block !important;}a>.ui-icon{display:inline-block !important;}a.ui-icon{width:13px;}.jqx-grid-groups-header{font-style:italic;font-weight:bold;color:#145523;}#reportResultContainer,.chartContainer{border:none !important;}#reportResultContainer #columntablereportResultContainer,.chartContainer #columntablereportResultContainer{z-index:90 !important;}#reportResultContainer #statusbarreportResultContainer,.chartContainer #statusbarreportResultContainer{display:none !important;}#reportResultContainer .tdLeft,.chartContainer .tdLeft{padding:0 !important;}a:focus{text-decoration:none !important;outline:none !important;}.linkColor:not(.disabledLink){color:#3395ff;}a.rounded-ellipsis{display:inline-block;border-radius:50%;padding:4px 6px;}a.rounded-ellipsis:hover{background:#def;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);}a.dashFavoriteReport{display:block;max-width:250px;overflow:hidden;text-overflow:ellipsis;}a.contentLink{font-weight:bold !important;color:#2c8fdc !important;text-decoration:none;}a.contentLink:hover{text-decoration:underline;}.list-group{margin-bottom:0;}.list-group>*{border-radius:0 !important;}.list-group>.list-group-item{padding:8px 15px;}.list-group a.list-group-item,.list-group button.list-group-item{color:#3395ff;}.list-group a.list-group-item:hover,.list-group button.list-group-item:hover,.list-group a.list-group-item:focus,.list-group button.list-group-item:focus{background-color:#e9ecef;color:#006fe5;}ul,ol{margin:0;padding:0;}ul{list-style:none;}ul li.listHeading{font-size:15px;font-weight:bold;}ul.columns-2{column-count:2;column-gap:30px;}ul.columns-3{column-count:3;column-gap:30px;}ul.horizontal{display:inline-flex;}ul.horizontal>li{flex:auto;display:inline-block;white-space:nowrap;}ul.horizontal>li.listHeading{font-size:16px;line-height:34px;font-weight:bold;}ul.horizontal>li .editor-label{display:inline-block;font-size:12px;line-height:34px;}ul.horizontal>li .editor-field{display:inline-block;height:34px;line-height:34px;max-height:22px !important;}ul.horizontal>li .editor-field input[type=text]{width:160px;}ul.horizontal>li .editor-field select:not(.combo){width:auto !important;}ul.horizontal>li .editor-label+.editor-field{margin-left:5px;}ul.horizontal>li:not(:first-child){padding-left:5px;}ul.horizontal.bullets li:not(:first-child):before{content:"•";margin-right:5px;font-weight:bold;color:#007bff;}ul.horizontal.lines li:not(:last-child){padding-right:5px;}ul.horizontal.lines li:not(:first-child){border-width:0;border-style:solid !important;border-color:#ced4da;border-left-width:1px !important;}ul.horizontalStacked{display:inline-flex;white-space:nowrap;}ul.horizontalStacked>li{flex:auto;vertical-align:middle;padding:8px 12px;text-decoration:none !important;line-height:16px;}ul.horizontalStacked>li.listHeading{padding:8px 15px;font-size:16px;line-height:34px;font-weight:bold;}ul.horizontalStacked>li:hover{text-decoration:none !important;}ul.horizontalStacked>li:not(:first-child){border-width:0;border-style:solid !important;border-color:#ced4da;border-left-width:1px !important;}ul.horizontalStacked .editor-label label{font-size:11px;color:#343a40;}ul.horizontalStacked .editor-field{font-size:13px;color:#3395ff;}ul.horizontalFieldGroup{position:relative;margin:0;padding:0;width:100%;display:table;text-align:left;}ul.horizontalFieldGroup>li{display:table-cell;margin:5px 0;vertical-align:top;}ul.horizontalFieldGroup>li>input,ul.horizontalFieldGroup>li>select{border-left:1px dashed #d9d9d9 !important;}ul.horizontalFieldGroup>li.cmdIcon{width:1%;min-width:24px;max-width:24px;line-height:34px;text-align:center;}ul.horizontalFieldGroup>li:first-child>input,ul.horizontalFieldGroup>li:first-child>select{border-left:1px solid #ccc !important;}ul.horizontalFieldGroup>li:not(:last-child)>input,ul.horizontalFieldGroup>li:not(:last-child)>select{border-right:none !important;}ul.horizontalFieldGroup>li:not(:last-child)>.input-group>.chkbox.form-control{border-right:none !important;}ul.horizontalFieldGroup>li:last-child>input,ul.horizontalFieldGroup>li:last-child>select{border-right:1px solid #ccc !important;}ul.horizontalFieldGroup>li:last-child>.input-group>.chkbox.form-control{border-right:1px solid #ccc !important;}ul.horizontalFieldGroup>li:last-child.cmdIcon{border-left:1px solid #ccc !important;border-right:none !important;}ul.horizontalFieldGroup+ul.horizontalFieldGroup{margin-top:4px;}ul.fieldsVertical .editor-label,ul.fieldsVerticalInline .editor-label,ul.fieldsHorizontal .editor-label,ul.fieldsHorizontalInline .editor-label{font-size:12px;line-height:16px;}ul.fieldsVertical .editor-label label,ul.fieldsVerticalInline .editor-label label,ul.fieldsHorizontal .editor-label label,ul.fieldsHorizontalInline .editor-label label{margin-bottom:0;}ul.fieldsVertical .editor-field,ul.fieldsVerticalInline .editor-field,ul.fieldsHorizontal .editor-field,ul.fieldsHorizontalInline .editor-field{line-height:34px;}ul.fieldsVertical textarea,ul.fieldsVerticalInline textarea,ul.fieldsHorizontal textarea,ul.fieldsHorizontalInline textarea{width:100%;height:4em;}ul.fieldsVertical>li.listHeading,ul.fieldsVerticalInline>li.listHeading,ul.fieldsHorizontal>li.listHeading,ul.fieldsHorizontalInline>li.listHeading{font-size:16px;line-height:34px;font-weight:bold;}ul.fieldsVertical.labelsCenter .editor-label label,ul.fieldsVerticalInline.labelsCenter .editor-label label,ul.fieldsHorizontal.labelsCenter .editor-label label,ul.fieldsHorizontalInline.labelsCenter .editor-label label{width:100%;text-align:center;}ul.fieldsVertical.labelsRight .editor-label label,ul.fieldsVerticalInline.labelsRight .editor-label label,ul.fieldsHorizontal.labelsRight .editor-label label,ul.fieldsHorizontalInline.labelsRight .editor-label label{width:100%;text-align:right;}ul.fieldsVertical .editor-label,ul.fieldsHorizontal .editor-label{margin-bottom:2px;}ul.fieldsVertical>li:not(:first-child),ul.fieldsVerticalInline>li:not(:first-child){margin-top:4px;}ul.fieldsHorizontal>li:not(:first-child),ul.fieldsHorizontalInline>li:not(:first-child){margin-left:10px;}ul.fieldsHorizontal,ul.fieldsHorizontalInline{display:flex;}ul.fieldsHorizontal>li,ul.fieldsHorizontalInline>li{flex:1 1 0;margin:2px 0;vertical-align:top;}ul.fieldsVerticalInline>li,ul.fieldsHorizontalInline>li{width:100%;display:flex;}ul.fieldsVerticalInline>li .editor-label,ul.fieldsHorizontalInline>li .editor-label{flex:1 1 33%;display:flex;align-items:center;padding-right:10px;}ul.fieldsVerticalInline>li .editor-field,ul.fieldsHorizontalInline>li .editor-field{flex:1 1 67%;}ul.fieldsVerticalInline.labelsWider .editor-label,ul.fieldsHorizontalInline.labelsWider .editor-label,ul.fieldsVerticalInline.labels75_25 .editor-label,ul.fieldsHorizontalInline.labels75_25 .editor-label{flex:1 1 75%;}ul.fieldsVerticalInline.labelsWider .editor-field,ul.fieldsHorizontalInline.labelsWider .editor-field,ul.fieldsVerticalInline.labels75_25 .editor-field,ul.fieldsHorizontalInline.labels75_25 .editor-field{flex:1 1 25%;}ul.fieldsVerticalInline.labelsWide .editor-label,ul.fieldsHorizontalInline.labelsWide .editor-label,ul.fieldsVerticalInline.labels67_33 .editor-label,ul.fieldsHorizontalInline.labels67_33 .editor-label{flex:1 1 67%;}ul.fieldsVerticalInline.labelsWide .editor-field,ul.fieldsHorizontalInline.labelsWide .editor-field,ul.fieldsVerticalInline.labels67_33 .editor-field,ul.fieldsHorizontalInline.labels67_33 .editor-field{flex:1 1 33%;}ul.fieldsVerticalInline.labels60_40 .editor-label,ul.fieldsHorizontalInline.labels60_40 .editor-label{flex:1 1 60%;}ul.fieldsVerticalInline.labels60_40 .editor-field,ul.fieldsHorizontalInline.labels60_40 .editor-field{flex:1 1 40%;}ul.fieldsVerticalInline.labels90_10 .editor-label,ul.fieldsHorizontalInline.labels90_10 .editor-label{flex:1 1 90%;}ul.fieldsVerticalInline.labels90_10 .editor-field,ul.fieldsHorizontalInline.labels90_10 .editor-field{flex:1 1 10%;}ul.fieldsVerticalInline.labelsHalf .editor-label,ul.fieldsHorizontalInline.labelsHalf .editor-label,ul.fieldsVerticalInline.labels50_50 .editor-label,ul.fieldsHorizontalInline.labels50_50 .editor-label{flex:1 1 50%;}ul.fieldsVerticalInline.labelsHalf .editor-field,ul.fieldsHorizontalInline.labelsHalf .editor-field,ul.fieldsVerticalInline.labels50_50 .editor-field,ul.fieldsHorizontalInline.labels50_50 .editor-field{flex:1 1 50%;}ul.fieldsVerticalInline.labels40_60 .editor-label,ul.fieldsHorizontalInline.labels40_60 .editor-label{flex:1 1 40%;}ul.fieldsVerticalInline.labels40_60 .editor-field,ul.fieldsHorizontalInline.labels40_60 .editor-field{flex:1 1 60%;}ul.fieldsVerticalInline.labels55_45 .editor-label,ul.fieldsHorizontalInline.labels55_45 .editor-label{flex:1 1 55%;}ul.fieldsVerticalInline.labels55_45 .editor-field,ul.fieldsHorizontalInline.labels55_45 .editor-field{flex:1 1 45%;}ul.fieldsVerticalInline.labelsShort .editor-label,ul.fieldsHorizontalInline.labelsShort .editor-label,ul.fieldsVerticalInline.labels25_75 .editor-label,ul.fieldsHorizontalInline.labels25_75 .editor-label{flex:1 1 25%;}ul.fieldsVerticalInline.labelsShort .editor-field,ul.fieldsHorizontalInline.labelsShort .editor-field,ul.fieldsVerticalInline.labels25_75 .editor-field,ul.fieldsHorizontalInline.labels25_75 .editor-field{flex:1 1 75%;}ul.fieldsVerticalInline.labelsShorter .editor-label,ul.fieldsHorizontalInline.labelsShorter .editor-label,ul.fieldsVerticalInline.labels15_85 .editor-label,ul.fieldsHorizontalInline.labels15_85 .editor-label{flex:1 1 15%;}ul.fieldsVerticalInline.labelsShorter .editor-field,ul.fieldsHorizontalInline.labelsShorter .editor-field,ul.fieldsVerticalInline.labels15_85 .editor-field,ul.fieldsHorizontalInline.labels15_85 .editor-field{flex:1 1 85%;}ul.fieldsVerticalInline.labelsShortest .editor-label,ul.fieldsHorizontalInline.labelsShortest .editor-label,ul.fieldsVerticalInline.labels10_90 .editor-label,ul.fieldsHorizontalInline.labels10_90 .editor-label{flex:1 1 10%;}ul.fieldsVerticalInline.labelsShortest .editor-field,ul.fieldsHorizontalInline.labelsShortest .editor-field,ul.fieldsVerticalInline.labels10_90 .editor-field,ul.fieldsHorizontalInline.labels10_90 .editor-field{flex:1 1 90%;}.list-style-circle{list-style:circle !important;}.list-style-square{list-style-type:square !important;}.boxShadow{box-shadow:0 2px 4px rgba(0,0,0,.075);}.dialogShadow{box-shadow:0 0 5px 2px rgba(0,0,0,.5),0 0 25px 5px rgba(0,0,0,.25) !important;}.progressCursor{cursor:progress !important;}.loading-spinner{position:fixed;z-index:1000;top:0;left:0;height:100%;width:100%;display:none;justify-content:center;align-items:center;filter:blur(1px);background:radial-gradient(circle at center,rgba(255,255,255,.2) 20px,transparent 40px);color:#36c;}body.loading{overflow:hidden;}body.loading .loading-spinner{display:flex;}.slow-spin{-webkit-animation:fa-spin 6s infinite linear;animation:fa-spin 6s infinite linear;}.contentLoading{width:100%;height:100px;display:flex;justify-content:center;align-items:center;color:#ced4da;}.bgColorWhite{background-color:#fff !important;}.pagerContainer ul{display:inline-flex;}.pagerContainer ul li{flex:auto;margin-right:6px;font-size:14px;line-height:24px;font-weight:bold;box-shadow:0 0 3px 1px rgba(0,0,0,.2);}.pagerContainer ul li a{display:block;padding:0 8px;font-size:14px;background-color:#fff;text-decoration:none;}.pagerContainer ul li a:hover{background-color:#e5f2ff;}.pagerContainer ul li.current{padding:0 8px;background-color:#007bff;color:#fff;}.panel{margin-bottom:0;border-radius:0;}.panel-heading{border-top-left-radius:0;border-top-right-radius:0;font-size:16px;}.panel.p-0>.panel-body{padding:0 !important;}.panel.p-0>.panel-collapse>.panel-body{padding:0 !important;}.panel.panel-default>.panel-heading{color:#343a40 !important;}.panel.panel-plain{border:none !important;border-radius:0 !important;box-shadow:none !important;}.panel.panel-dropdown{border-color:#ced4da;}.panel.panel-dropdown>.panel-heading{border-color:#ced4da;background-color:#dde4ee;color:#679;}.panel.panel-dropdown>.panel-heading a{color:#679;}.panel.panel-dropdown>.panel-heading a:hover{color:#525f7a !important;}.panel.panel-success>.panel-heading a{color:#1e7e34;}.panel.panel-success>.panel-heading a:hover{color:#19692b !important;}.contentPanel{margin:0;border:none;border-radius:0;background-color:#f8f9fa;box-shadow:0 0 6px 0 #889099;}.contentPanelHeading{border-top-left-radius:0;border-top-right-radius:0;border-width:0;border-style:solid !important;border-color:#ced4da;border-bottom-width:1px !important;background-color:#e9ecef;color:#679;font-size:20px;font-weight:bold;}.contentPanelSticky_n20{position:sticky;top:-20px;}.contentPanelSticky_p20{position:sticky;top:20px;}.contentPanelSticky_p61{position:sticky;top:61px;}.flexBody .contentPanel{height:100%;}.panel.logoHeading .panel-heading{background:#036;color:#fff;text-align:center;font-size:32px;line-height:40px;}.panel-heading .fa{margin-right:4px;}.panel.connectBottom{border-bottom-left-radius:0;border-bottom-right-radius:0;}.panel.connectTop{border-top-left-radius:0;border-top-right-radius:0;}.bigIconLinkPanel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);margin-bottom:0;border-radius:0;border-color:#ddd;position:relative;display:block;margin:0;padding:10px;text-align:center;font-weight:bold;}.bigIconLinkPanel>.list-group,.bigIconLinkPanel>.panel-collapse>.list-group{margin-bottom:0;}.bigIconLinkPanel>.list-group .list-group-item,.bigIconLinkPanel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0;}.bigIconLinkPanel>.list-group:first-child .list-group-item:first-child,.bigIconLinkPanel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px;}.bigIconLinkPanel>.list-group:last-child .list-group-item:last-child,.bigIconLinkPanel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.bigIconLinkPanel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0;}.bigIconLinkPanel>.table,.bigIconLinkPanel>.table-responsive>.table,.bigIconLinkPanel>.panel-collapse>.table{margin-bottom:0;}.bigIconLinkPanel>.table caption,.bigIconLinkPanel>.table-responsive>.table caption,.bigIconLinkPanel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px;}.bigIconLinkPanel>.table:first-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px;}.bigIconLinkPanel>.table:first-child>thead:first-child>tr:first-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.bigIconLinkPanel>.table:first-child>tbody:first-child>tr:first-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}.bigIconLinkPanel>.table:first-child>thead:first-child>tr:first-child td:first-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.bigIconLinkPanel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bigIconLinkPanel>.table:first-child>thead:first-child>tr:first-child th:first-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.bigIconLinkPanel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px;}.bigIconLinkPanel>.table:first-child>thead:first-child>tr:first-child td:last-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.bigIconLinkPanel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bigIconLinkPanel>.table:first-child>thead:first-child>tr:first-child th:last-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.bigIconLinkPanel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bigIconLinkPanel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px;}.bigIconLinkPanel>.table:last-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.bigIconLinkPanel>.table:last-child>tbody:last-child>tr:last-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.bigIconLinkPanel>.table:last-child>tfoot:last-child>tr:last-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}.bigIconLinkPanel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bigIconLinkPanel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bigIconLinkPanel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bigIconLinkPanel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px;}.bigIconLinkPanel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bigIconLinkPanel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bigIconLinkPanel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bigIconLinkPanel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bigIconLinkPanel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px;}.bigIconLinkPanel>.panel-body+.table,.bigIconLinkPanel>.panel-body+.table-responsive,.bigIconLinkPanel>.table+.panel-body,.bigIconLinkPanel>.table-responsive+.panel-body{border-top:1px solid #ddd;}.bigIconLinkPanel>.table>tbody:first-child>tr:first-child th,.bigIconLinkPanel>.table>tbody:first-child>tr:first-child td{border-top:0;}.bigIconLinkPanel>.table-bordered,.bigIconLinkPanel>.table-responsive>.table-bordered{border:0;}.bigIconLinkPanel>.table-bordered>thead>tr>th:first-child,.bigIconLinkPanel>.table-responsive>.table-bordered>thead>tr>th:first-child,.bigIconLinkPanel>.table-bordered>tbody>tr>th:first-child,.bigIconLinkPanel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bigIconLinkPanel>.table-bordered>tfoot>tr>th:first-child,.bigIconLinkPanel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bigIconLinkPanel>.table-bordered>thead>tr>td:first-child,.bigIconLinkPanel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bigIconLinkPanel>.table-bordered>tbody>tr>td:first-child,.bigIconLinkPanel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bigIconLinkPanel>.table-bordered>tfoot>tr>td:first-child,.bigIconLinkPanel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;}.bigIconLinkPanel>.table-bordered>thead>tr>th:last-child,.bigIconLinkPanel>.table-responsive>.table-bordered>thead>tr>th:last-child,.bigIconLinkPanel>.table-bordered>tbody>tr>th:last-child,.bigIconLinkPanel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bigIconLinkPanel>.table-bordered>tfoot>tr>th:last-child,.bigIconLinkPanel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bigIconLinkPanel>.table-bordered>thead>tr>td:last-child,.bigIconLinkPanel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bigIconLinkPanel>.table-bordered>tbody>tr>td:last-child,.bigIconLinkPanel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bigIconLinkPanel>.table-bordered>tfoot>tr>td:last-child,.bigIconLinkPanel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;}.bigIconLinkPanel>.table-bordered>thead>tr:first-child>td,.bigIconLinkPanel>.table-responsive>.table-bordered>thead>tr:first-child>td,.bigIconLinkPanel>.table-bordered>tbody>tr:first-child>td,.bigIconLinkPanel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.bigIconLinkPanel>.table-bordered>thead>tr:first-child>th,.bigIconLinkPanel>.table-responsive>.table-bordered>thead>tr:first-child>th,.bigIconLinkPanel>.table-bordered>tbody>tr:first-child>th,.bigIconLinkPanel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0;}.bigIconLinkPanel>.table-bordered>tbody>tr:last-child>td,.bigIconLinkPanel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bigIconLinkPanel>.table-bordered>tfoot>tr:last-child>td,.bigIconLinkPanel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bigIconLinkPanel>.table-bordered>tbody>tr:last-child>th,.bigIconLinkPanel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bigIconLinkPanel>.table-bordered>tfoot>tr:last-child>th,.bigIconLinkPanel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}.bigIconLinkPanel>.table-responsive{border:0;margin-bottom:0;}.bigIconLinkPanel>.panel-heading{color:#6c757d;background-color:#f5f5f5;border-color:#ddd;}.bigIconLinkPanel>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd;}.bigIconLinkPanel>.panel-heading .badge{color:#f5f5f5;background-color:#6c757d;}.bigIconLinkPanel>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd;}.bigIconLinkPanel .fa{font-size:36px;font-weight:bold;}.bigIconLinkPanel .fa.fa-stack-1x{font-size:20px;}.bigIconLinkPanel h5{margin:0;font-size:24px;line-height:32px;font-weight:bold;letter-spacing:1px;}a.bigIconLinkPanel{text-decoration:none !important;}.panel-heading-toggle{padding:0;font-weight:bold;}.panel-heading-toggle a{display:block;padding:8px 12px;text-decoration:none;}.panel-heading-toggle a:after{float:left;margin-right:5px;font-family:'Glyphicons Halflings' !important;content:"" !important;}.panel-heading-toggle a.collapsed:after{content:"" !important;}.popover{max-width:500px;}.popover .arrow,.popover .arrow:after{border-width:16px;}.popover.popover-margin{border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;}.popover.popover-margin .arrow{z-index:1;}.popover.popover-margin .popover-inner{z-index:0;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;background:#fff;box-shadow:0 5px 10px rgba(0,0,0,.2);}.popover.popover-margin.top{padding:20px 20px 0 20px;}.popover.popover-margin.top .arrow{bottom:-16px;}.popover.popover-margin.bottom{padding:0 20px 20px 20px;}.popover.popover-margin.bottom .arrow{top:-16px;}.popover.popover-margin.left{padding:20px 0 20px 20px;}.popover.popover-margin.left .arrow{right:-16px;}.popover.popover-margin.left .arrow:after{bottom:-16px;}.popover.popover-margin.right{padding:20px 20px 20px 0;}.popover.popover-margin.right .arrow{left:-16px;}.popover.popover-margin.right .arrow:after{bottom:-16px;}.popover.top .arrow,.popover.top .arrow:after{margin-left:-16px;}.popover.bottom .arrow,.popover.bottom .arrow:after{margin-left:-16px;}.popover.left .arrow,.popover.left .arrow:after{margin-top:-16px;}.popover.right .arrow,.popover.right .arrow:after{margin-top:-16px;}.popover .popover-title{background-color:#def;background-image:linear-gradient(#cef,#fff);font-size:18px;color:#369;}.popover .popover-title i.fa{margin-right:5px;}.popover.type-danger .popover-title{background-color:#f88;background-image:linear-gradient(#f88,#fff);color:#600;}.popover.type-danger.top .arrow:after{border-top-color:#f88 !important;}.popover.type-danger.bottom .arrow:after{border-bottom-color:#f88 !important;}.popover.type-danger.left .arrow:after{border-left-color:#f88 !important;}.popover.type-danger.right .arrow:after{border-right-color:#f88 !important;}.popover.type-warning .popover-title{background-color:#fd8;background-image:linear-gradient(#fd8,#fff);color:#660;}.popover.type-warning.top .arrow:after{border-top-color:#fd8 !important;}.popover.type-warning.bottom .arrow:after{border-bottom-color:#fd8 !important;}.popover.type-warning.left .arrow:after{border-left-color:#fd8 !important;}.popover.type-warning.right .arrow:after{border-right-color:#fd8 !important;}.popover.type-success .popover-title{background-color:#9f9;background-image:linear-gradient(#9f9,#fff);color:#060;}.popover.type-success.top .arrow:after{border-top-color:#9f9 !important;}.popover.type-success.bottom .arrow:after{border-bottom-color:#9f9 !important;}.popover.type-success.left .arrow:after{border-left-color:#9f9 !important;}.popover.type-success.right .arrow:after{border-right-color:#9f9 !important;}.form-inline .form-control{display:inline-block !important;}.query-builder .btn-primary:not(.active):not(#btnApplyQFilters){background-color:#a7c2d8;border-color:#b6cdde;}.query-builder .tooltip.right .tooltip-inner{font-size:16px;font-weight:bold;color:#900;background-color:#000;white-space:nowrap;}.query-builder .tooltip.right .tooltip-arrow{font-weight:bold;color:#000;border-left-color:#000;}.query-builder .rules-group-container{background:rgba(220,225,230,.5);border-color:#9ac;}.dropdown.qbMultiValueDropdown.open .dropdown-menu{display:block;max-height:50vh;overflow-y:scroll;}#defaultQFilters.query-builder .rules-group-container{background:transparent;border:none;margin:0;padding:0;}#defaultQFilters.query-builder .rules-group-container .rules-list{display:flex;flex-wrap:wrap;padding-inline-start:0;}#defaultQFilters.query-builder .rules-group-container .rules-list>*::before{display:none;}#defaultQFilters.query-builder .rules-group-container .rules-list>*::after{display:none;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container{display:inline-block;margin:3px;padding:4px;background:rgba(220,225,230,.5);border:1px solid #9ac;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .error-container{float:left;margin-right:4px;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .error-container+.tooltip .tooltip-inner{background:#900 !important;color:#fff !important;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .error-container+.tooltip .tooltip-arrow{border-top-color:#900 !important;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-header{display:none;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-filter-container{display:block;margin:0;padding:0;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-filter-container select{border:0 !important;outline:none !important;appearance:none !important;background:transparent !important;height:16px !important;font-size:12px;line-height:14px;padding:0;display:none !important;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-filter-container label{font-weight:bold;font-size:12px;line-height:14px;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-operator-container{margin:0;padding:0;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-operator-container .qbOperatorIcon{height:34px;min-width:28px;margin-right:-4px;padding:0 5px;color:#007bff;background:#dce1e6;border:1px solid #bbb;border-right:none !important;font-size:14px;line-height:34px;font-weight:bold;text-align:center;cursor:pointer;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-operator-container .qbOperatorIcon:hover{background:#c8d7e6;color:#0062cc;border-color:#89b;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container{margin:0;padding:0;border-left:0;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container input[type='text']{width:150px;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container .qbMultiValueDropdown>button{height:34px;min-width:150px;border:1px solid #ccc;border-radius:0;background:#fff;text-align:left;font-weight:bold;padding:6px 4px;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container .qbMultiValueDropdown>button:hover,#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container .qbMultiValueDropdown>button:focus{box-shadow:none;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container .qbMultiValueDropdown>button:focus{border-color:#66afe9 !important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container .qbMultiValueDropdown .dropdown-menu label{display:block;padding:4px 8px;font-size:14px;white-space:nowrap;cursor:pointer;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container .qbMultiValueDropdown .dropdown-menu label:hover{background:rgba(220,225,230,.8);}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container .qbBooleanValues{height:34px;border:1px solid #ccc;background:#fff;line-height:32px;}#defaultQFilters.query-builder .rules-group-container .rules-list .rule-container .rule-value-container .qbBooleanValues label{padding:0 5px;text-transform:capitalize;}#quickFiltersPanel .panel-body{padding:10px;}.rule-value-container .form-control:not(:only-child){width:48% !important;}.rule-value-container .form-control:not(:only-child).error{color:#f00 !important;border-color:#f00 !important;}.rule-value-container label.error{display:none !important;}.selectize-control{position:relative;width:100%;height:34px;}.selectize-input{position:absolute;padding:0 20px 0 0 !important;max-height:34px;display:flex !important;}.selectize-input .item{padding:6px 4px !important;font-size:14px !important;line-height:20px !important;padding-right:0 !important;max-height:32px !important;flex-grow:0;max-width:99%;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.selectize-input input{padding:6px 4px !important;font-size:14px !important;line-height:20px !important;flex-grow:1;height:32px !important;}.selectize-input input::placeholder{color:#343a40 !important;}.selectize-input .item+input{width:0 !important;padding:5px 0 !important;}.selectize-control .selectize-input.disabled{opacity:1 !important;background-color:#e9ecef !important;}.selectize-dropdown{margin-top:0;border-radius:0;border-color:#343a40;width:auto !important;min-width:100% !important;}.selectize-dropdown .selectize-dropdown-content{padding:0;max-height:160px;}.selectize-dropdown .selectize-dropdown-content .option,.selectize-dropdown .selectize-dropdown-content .create{padding:2px 4px !important;font-size:14px !important;line-height:16px !important;white-space:nowrap;}.selectize-dropdown .selectize-dropdown-content .option.active,.selectize-dropdown .selectize-dropdown-content .create.active{background-color:#1e90ff;color:#fff;}.selectize-control.selectize-loading{cursor:progress !important;}.selectize-control.single .selectize-input:after{right:4px !important;}ul.sortable{padding:5px;}ul.sortable>li{margin:5px;padding:5px;cursor:move;}ul.sortable>li:hover,ul.sortable>li:focus{background-color:#f1f1f1;cursor:move;}ul.sortable .list-group-item:last-child{margin-bottom:5px;}ul.sortable-compact>li.list-group-item{padding:5px 8px !important;}ul.sortable-compact>li.list-group-item .fa-grip-vertical{margin-left:-4px;margin-right:4px;visibility:hidden;color:#adb5bd;}ul.sortable-compact>li.list-group-item:hover .fa-grip-vertical{visibility:visible;}.sortableContainer{border-width:0;border-style:solid !important;border-color:#ced4da;border-width:1px !important;padding:5px;overflow-x:hidden;overflow-y:scroll;}.ui-tabs.dashTabs{padding:0;border:none;border-radius:0;background-image:none;}.ui-tabs.dashTabs>.ui-tabs-nav{padding:0;border:none;border-radius:0;background-image:none;display:flex !important;}.ui-tabs.dashTabs>.ui-tabs-nav>li{padding:0;border:none;border-radius:0;background-image:none;flex:1 0 0 !important;margin:0 !important;display:block;font-size:20px;line-height:20px;font-weight:bold;text-align:center;}.ui-tabs.dashTabs>.ui-tabs-nav>li>a{padding:0;background-image:none;border-radius:0;border:none;float:none;display:block;padding:10px 0;text-align:center;text-decoration:none;}.ui-tabs.dashTabs>.ui-tabs-nav>li>a .fa{margin:0 auto 10px;font-size:48px;display:block;text-align:center;}.ui-tabs.dashTabs>.ui-tabs-nav>li.ui-tabs-active{padding:0 !important;}.ui-tabs.dashTabs>.ui-tabs-nav>li.ui-tabs-active>a{color:#fff !important;text-shadow:1px 1px 3px rgba(0,0,0,.7),2px 2px 5px rgba(0,0,0,.3);}.ui-tabs.dashTabs>.ui-tabs-nav li:not(.ui-tabs-active)>a{background-color:#fff !important;}.ui-tabs.dashTabs>.ui-tabs-nav li:not(.ui-tabs-active)>a:hover{background-color:#e9ecef !important;}.ui-tabs.dashTabs>.ui-tabs-panel{padding:0 !important;}.ui-tabs.formTabs>.ui-tabs-nav>li.bg-primary>a{background-color:#d6eaff !important;border-bottom-color:#d6eaff !important;}.ui-tabs.formTabs>.ui-tabs-nav>li.bg-primary>a:hover{border-bottom-color:#66b0ff !important;}.ui-tabs.formTabs>.ui-tabs-nav>li.bg-success>a{background-color:#d8f6df !important;border-bottom-color:#d8f6df !important;}.ui-tabs.formTabs>.ui-tabs-nav>li.bg-success>a:hover{border-bottom-color:#5dd879 !important;}table{border-collapse:collapse;border-spacing:0;margin:0;border:none;}table>thead>tr>th{font-size:16px;font-weight:bold;padding:8px 5px;}table>tbody>tr>td{padding:0;}table>tbody>tr>td.rowHeading{font-size:16px;font-weight:bold;}table tr.curSel{background-color:#def !important;}table tr.curSel>td{border-top:2px solid #acf !important;border-bottom:2px solid #acf !important;}table th a{display:block;position:relative;}table th a:link,table th a:visited,table th a:active,table th a:hover{color:#343a40;font-weight:600;text-decoration:none;padding:0;}table th a:hover{color:#000;}table th.asc a,table th.desc a{margin-right:.75em;}table th.asc a:after,table th.desc a:after{display:block;position:absolute;right:0;top:0;font-size:.75em;}table th.asc a:after{content:'▲';}table th.desc a:after{content:'▼';}table.table{margin-bottom:0 !important;}table.table>tbody>tr>td{line-height:20px;}table.data>tbody>tr>td{vertical-align:top;white-space:nowrap;}table.data>tbody>tr>td:first-child{padding-right:15px;}table.justified{width:100%;}table.justified>tbody>tr>td{padding:0;vertical-align:top;white-space:nowrap;line-height:24px;}table.justified>tbody>tr>td:first-child{padding-right:8px;}table.justified>tbody>tr>td:last-child{padding-left:8px;text-align:right;}table.centered>tbody>tr>td{padding:0;white-space:nowrap;}table.centered>tbody>tr>td:first-child{padding-right:8px;text-align:right;}table.centered>tbody>tr>td:last-child{padding-left:8px;}table.condensed>tbody>tr>td{font-size:10px;line-height:15px;}table.listTable{width:100%;background-color:#fff;}table.listTable>thead>tr>th:first-child{padding-left:20px;}table.listTable>thead>tr>th:last-child{padding-right:20px;}table.listTable>tbody>tr>td{vertical-align:top;font-size:13px;}table.listTable>tbody>tr>td:first-child{padding-left:20px;}table.listTable>tbody>tr>td:last-child{padding-right:20px;}table.listTable>tbody>tr>td.chkSelect{min-width:40px;text-align:center;}table.listTable>tbody>tr>td.chkSelect input[type=checkbox]{height:18px;width:18px;}table.listTable.activeTable{border-bottom:2px solid #dee2e6;margin-bottom:100px !important;}table.listTable.activeTable>tbody>tr td.cmdCol+td{padding-left:20px;}table.formTable{border-width:0;border-style:solid !important;border-color:#ced4da;border-width:1px !important;width:100%;background-color:#fff;}table.formTable>thead>tr>th,table.formTable>tbody>tr>th,table.formTable>tfoot>tr>th,table.formTable>thead>tr>td,table.formTable>tbody>tr>td,table.formTable>tfoot>tr>td{padding:5px;}table.formTable>tbody>tr>td{vertical-align:middle;padding:2px 5px;}table.table-striped>tbody>tr:nth-of-type(even){background-color:#f8f9fa;}table.table-striped>tbody>tr:nth-of-type(odd){background-color:#fff;}.table-condensed input.asText{height:20px !important;}.table .thead-dark th{color:#fff;background-color:#495057;border-color:#212529;}.table .thead-light th{color:#495057;background-color:#e9ecef !important;border-color:#dee2e6;}.table .thead-sticky th{position:sticky;top:-1px;box-shadow:inset 0 -2px #ced4da;}table.table-fixed{table-layout:fixed;}.table-striped-double>tbody>tr:nth-child(4n+3),.table-striped-double>tbody>tr:nth-child(4n+4){background-color:#f9f9f9;}.table-striped-double>tbody>tr:nth-child(4n+2) td,.table-striped-double>tbody>tr:nth-child(4n+4) td{border-top:none;}tr.pt-5>td{padding-top:5px !important;}tr.pt-10>td{padding-top:10px !important;}tr.pt-15>td{padding-top:15px !important;}tr.pt-20>td{padding-top:20px !important;}table.tableSortable thead>tr>th{white-space:nowrap;}table.tableSortable thead>tr>th .sortArrow{color:#36c;}table.tableSearchable .fancySearchClear{font-size:12px;color:#dc3545;cursor:pointer;position:absolute;top:50%;right:10px;margin-top:-6px;}.fancyTableHide{display:none !important;}.scrollTableContainer{overflow:auto;}.scrollTableContainer .table thead{position:sticky;top:0;}.scrollTableContainer .table thead th{border:0 !important;}table .showOnHover{display:none;}table tr:hover .showOnHover{display:initial;}table tr.curSel .showOnHover{display:initial;}.userNotificationstbl tr:last-child td{border-bottom:0 !important;}.userNotificationstbl tr:first-child td{border-top:0 !important;}.tooltip{font-size:14px;}.tooltip.in{opacity:1;}.tooltip-container{position:relative;overflow:visible;}.tooltip-container .tooltip{position:absolute;z-index:1000;}.tooltip-info+.tooltip>.tooltip-inner{background-color:#6c757d;text-align:left;}.tooltip-info+.tooltip>.tooltip-arrow{border-bottom-color:#6c757d;}.tooltip-info-center+.tooltip>.tooltip-inner{background-color:#6c757d;text-align:center;}.tooltip-info-center+.tooltip>.tooltip-arrow{border-bottom-color:#6c757d;}.tooltip-info-center-w200+.tooltip>.tooltip-inner{background-color:#6c757d;text-align:center;width:200px;}.tooltip-info-center-w200+.tooltip>.tooltip-arrow{border-bottom-color:#6c757d;}.tooltip-info-center-w300+.tooltip>.tooltip-inner{background-color:#6c757d;text-align:center;width:300px;}.tooltip-info-center-w300+.tooltip>.tooltip-arrow{border-bottom-color:#6c757d;}.tooltip-success+.tooltip>.tooltip-inner{background-color:#28a745;text-align:left;}.tooltip-success+.tooltip>.tooltip-arrow{border-bottom-color:#28a745;}.tooltip-success-center+.tooltip>.tooltip-inner{background-color:#28a745;text-align:center;}.tooltip-success-center+.tooltip>.tooltip-arrow{border-bottom-color:#28a745;}.tooltip-copy-to+.tooltip>.tooltip-inner{background-color:#5fb216;white-space:nowrap;}.tooltip-copy-to+.tooltip>.tooltip-arrow{border-bottom-color:#5fb216;}.paymentIframe{width:600px;height:500px;border:none;}.paymentErrorMessage{word-wrap:break-word;width:550px;font-size:12px;}.contractDataWrapper{box-shadow:0 1px 2px 0 rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.2);}.contractDataWrapper .contractData{background-color:#e9ecef;border-bottom:1px solid #adb5bd;}.contractDataWrapper .contractData>ul>li{line-height:34px;}.contractDataWrapper .contractData>ul>li.listHeading{width:100px;padding:0 10px;margin-right:0 !important;font-weight:bold;}.insuranceStatus .dropdown-menu{z-index:90 !important;}.customLetterBtnGroup button{width:36px;height:30px;text-align:center;vertical-align:middle;padding:6px 4px !important;background-color:#fff !important;cursor:pointer;color:#1e90ff;}#btnOfac+.tooltip>.tooltip-inner{padding:15px !important;}ul.userFavorites>li{display:flex;padding:3px 8px;}ul.userFavorites>li>a{flex:1 1 auto;}ul.userFavorites>li .deleteUserFavorite{padding-left:20px;line-height:24px !important;visibility:hidden;color:#3395ff;}ul.userFavorites>li:hover{border:1px solid #e9ecef;border-radius:4px;background:#eef4ff;padding:2px 7px;}ul.userFavorites>li:hover .deleteUserFavorite{visibility:visible;}ul.dashPanelFavorites>li>.fa:not(.text-favorite){visibility:hidden;}ul.dashPanelFavorites>li:hover>.fa{visibility:visible;}ul.dashPanelFavorites>li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:4px 0;padding:5px;border:1px solid #e9ecef;border-radius:4px;cursor:pointer;background:#f8f9fa;}ul.dashPanelFavorites>li:hover{background:#eef4ff;border-color:#dee2e6;}.dashPanelScrollContainer{padding:5px 15px 15px 5px;height:400px;overflow-y:auto;overflow-x:hidden;}.dashPanelScrollContainer::-webkit-scrollbar{width:16px;}.dashPanelScrollContainer::-webkit-scrollbar-track{background:#fff;}.dashPanelScrollContainer::-webkit-scrollbar-thumb{background:#fff;}.dashPanelScrollContainer::-webkit-scrollbar-button:single-button:vertical:decrement{width:16px;height:16px;background:#e9ecef;border:1px solid #dee2e6;background-size:cover;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(150, 160, 170)'><polygon points='50,35 25,65 75,65'/></svg>");}.dashPanelScrollContainer::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #00f transparent;}.dashPanelScrollContainer::-webkit-scrollbar-button:single-button:vertical:increment{width:16px;height:16px;background:#e9ecef;border:1px solid #dee2e6;background-size:cover;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(150, 160, 170)'><polygon points='50,65 25,35 75,35'/></svg>");}.dashPanelScrollContainer::-webkit-scrollbar-button:single-button:vertical:increment:hover{border-color:#00f transparent transparent transparent;}.dashPanelScrollContainer:hover::-webkit-scrollbar-track{background:#f8f9fa;}.dashPanelScrollContainer:hover::-webkit-scrollbar-thumb{background:#e9ecef;border:1px solid #dee2e6;}ul.popupAnnouncementReactions>li{width:80px;height:70px;padding:1px !important;text-align:center;font-size:40px;line-height:70px;cursor:pointer;margin-left:20px;border-radius:5px;}ul.popupAnnouncementReactions>li:hover{padding:0 !important;font-size:48px;background:#def;border:1px solid #9bf;}#calculatedDiv .alert-info label{color:#343a40;}.summaryDropdownPanel{border:none;box-shadow:none;}.summaryDropdownPanel>.panel-heading{border-bottom:none;}.summaryDropdownPanel>.panel-heading>a{background-color:#afd9ee;color:#31708f;}.summaryDropdownPanel>.panel-collapse>.panel-body{background-color:#d9edf7;}.popoverContractCancellation+.popover{max-width:100%;border:1px solid #28a1c5;z-index:99999;position:fixed;}.popoverContractCancellation+.popover .popover.bottom>.arrow:after{border-bottom-color:#28a1c5;}.popoverContractCancellation+.popover{background-color:#cdeff5;color:#000;}.popoverContractCancellation+.popover>.arrow:after{border-bottom-color:#28a1c5;}.paddingTopLender{padding-top:45px;}.switchbox{border-radius:10px;background-color:#f5f5f5;border:2px solid #008000;}.recap-table{border-collapse:collapse;width:100%;}.recap-table-head{padding:1px;}.panel-red>.panel-heading{background-color:#7c151f !important;}.panel-red>.panel-heading>a{color:#fff !important;}.panel-red>.panel-heading+.panel-collapse>.panel-body{padding:0;}.panel-green>.panel-heading{background-color:#092 !important;}.panel-green>.panel-heading>a{color:#fff !important;}.panel-green>.panel-heading+.panel-collapse>.panel-body{padding:0;}.panel-blue>.panel-heading{background-color:#0d47a1 !important;}.panel-blue>.panel-heading>a{color:#fff !important;}.panel-blue>.panel-heading+.panel-collapse>.panel-body{padding:0;}.margin-left-2px{margin-left:2px !important;}.droprightMenu{top:0;right:auto;left:100%;margin-top:-.1rem;margin-left:.03rem;}.dropdown:hover>.droprightMenu{display:block;}.dropdown-submenu{position:relative;}.dropdown-submenu{position:absolute;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;}.dropdown-submenu.pull-right{right:0;left:auto;}.dropdown-submenu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.dropdown-submenu>li>a{display:block;padding:3px 6px;clear:both;font-weight:normal;line-height:1.42857143;color:#3395ff;white-space:nowrap;}.dropdown-submenu>li>a:hover,.dropdown-submenu>li>a:focus{text-decoration:none;color:#006fe5;background-color:#f5f5f5;}.dropdown-submenu>.active>a,.dropdown-submenu>.active>a:hover,.dropdown-submenu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#007bff;}.dropdown-submenu>.disabled>a,.dropdown-submenu>.disabled>a:hover,.dropdown-submenu>.disabled>a:focus{color:#adb5bd;}.dropdown-submenu>.disabled>a:hover,.dropdown-submenu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed;}.emailAddr{width:300px !important;height:30px !important;}.mafTopBorder td{border-top:0 !important;}.mafOfferSeleced{background-color:#dff0d8 !important;}.mafplan{background-color:#66b3ff;color:#fff;}.bs-TxWebLink{border:1px solid #ced4da;border-radius:3px;padding:10px 15px;background:#fff;margin-bottom:10px;text-align:center;}.bs-TxWebLink2{border:1px solid #ced4da;border-radius:5px;padding:10px 15px;background:#fff;margin-bottom:10px;}.line-break-n10{display:block;margin-top:-10px;}.logoTxPosition{text-align:center;padding-top:15px;}.centerCommandTx{display:flex;justify-content:center;align-items:center;flex-direction:column;}.SubmitButtons{padding-top:10px;text-align:right;}.validation-msg{color:#f00;line-height:normal;}.aprChkBox{padding-left:6px;padding-right:6px;background-color:#e9ecef;height:34px;border-left:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}.flex-div{display:flex;}ul.fieldsVerticalInline.labels31 .editor-label,ul.fieldsHorizontalInline.labels31 .editor-label{flex:1 1 31%;}.w-350px{width:350px;}.w-400px{width:400px;}.dealertrackfooter{position:sticky;bottom:0;background-color:#fff !important;box-shadow:0 -5px 5px #f2e8e8,0 5px 5px #f2e8e8;clear:both;min-height:25px;}.mr-2{margin-right:2px !important;}.mr-4{margin-right:4px !important;}.tooltip-inner{max-width:800px;text-align:left;background-color:#2ea620;}.tooltip.bottom .tooltip-arrow{border-bottom-color:#2ea620;}.tooltip.left .tooltip-arrow{border-left-color:#2ea620;}.greenCircleBorder{height:25px;width:25px;background-color:#2ea620;color:#fff;border-radius:50%;display:inline-block;text-align:center;line-height:25px !important;vertical-align:middle;}.includedInPack{background:#efe !important;color:#1e7e34;font-weight:bold;}.addedToPack{background:#fcf8e3 !important;color:#8a6d3b;font-weight:bold;}.formPackItemCmd{font-size:18px;}.formsLibraryTable{max-height:60vh;}.formPackSortableContainer .fa-arrows-v{cursor:move !important;}.formPackSortableContainer .ui-sortable-placeholder{height:38px !important;visibility:visible !important;background:#cde;}.formPackSortableContainer .ui-sortable-placeholder .hideInFormPack{display:none !important;}.formPackSortableContainer .dragging{background:#fff;box-shadow:0 5px 10px rgba(0,0,0,.15) !important;}.tablePackForms .hideInFormPack{display:none !important;}.tableLibraryForms .hideInFormLibrary{display:none;}.vehicleStatusGeneric,.vehicleStaging,.vehicleTradeIn,.vehicleReturned{color:#6c757d;border-color:#6c757d;}.vehicleLive{color:#007bff;border-color:#007bff;}.vehicleSold{color:#28a745;border-color:#28a745;}.vehicleUnwind{color:#dc3545;border-color:#dc3545;}.invThumbnail{border:1px solid #ced4da;}.invThumbnail img{max-width:120px;max-height:90px;}.invThumbnail .missingThumbnail{width:120px;height:90px;background-color:#dee2e6;color:#adb5bd;display:inline-block;vertical-align:middle;line-height:90px;text-align:center;font-size:40px;font-weight:bold;}.bookValueAbove{font-weight:bold;line-height:30px;color:#dc3545;}.bookValueBelow{font-weight:bold;line-height:30px;color:#28a745;}.optChkBoxListing{display:inline-block;padding:3px;line-height:14px !important;width:20px;height:20px;background-color:#caf;}.optChkBoxListing input[type=checkbox]{outline:none !important;border:none !important;margin:0 !important;width:14px;height:14px;}.optChkBoxSticker{display:inline-block;padding:3px;line-height:14px !important;width:20px;height:20px;background-color:#6c6;}.optChkBoxSticker input[type=checkbox]{outline:none !important;border:none !important;margin:0 !important;width:14px;height:14px;}.optPkgDesc{padding-left:30px;padding-bottom:5px;font-size:12px;font-style:italic;color:#6c757d;padding-left:60px;}.vinColor{font-weight:500;color:#249;}.vinColor strong{font-weight:700;color:#c30;}.footerNote{font-size:12px !important;}.th-underline{border-bottom:1px solid;}.l-Caterory{flex:1 1 33%;display:flex;align-items:center;}.m-top-10{margin-top:10px !important;}.m-top-20{margin-top:20px !important;}select[name="Make"],select[name="Model"],select[name="Trim"],#NadaMake,#NadaModel,#NadaBodyStyle,#KbbMake,#KbbModel,#KbbTrim{width:120px !important;}.RecallStatus{color:#008000;font-size:14px;font-style:Roboto;}#schemeColors{line-height:32px !important;}.chartColorsSquare{display:inline-block;width:18px;height:18px;margin-right:1px;vertical-align:middle;}.dropListChoice a{cursor:default !important;}.reportSearchBox{position:relative;display:block;}.searchClearIcon{position:absolute;top:0;right:10px;user-select:none;cursor:pointer;font-style:normal;padding-top:6px;visibility:hidden;font-weight:bold;color:#dc3545;}.searchReportFields{display:block;}.selectedReport{background-color:#def;}.reportActionLink{display:block;text-align:center;}.reportActionLink .fa{display:block;margin-bottom:5px;font-size:18px;}.fieldSelectAction{cursor:pointer;font-size:18px;color:#ccc;}.fieldSelectAction:hover{color:#007bff;}.selectSortAction{display:inline-block;min-width:40px;text-align:center;cursor:pointer;color:#ccc;}.selectSortAction:hover{color:#007bff;}#SelectedFields .hideInSelectedFields{display:none;}#SelectedFields .fa-ellipsis-v{cursor:move;}#SelectedFields .list-group-item{cursor:default;}#SourceFields .hideInSourceFields{display:none;}#SourceFields .list-group-item{cursor:default;}.printReportTable{font-size:13px !important;}.printReportTable th{font-size:13px !important;}#reportFooterSummaryContainer{background:#fff;padding:5px;}#reportFooterSummary div.printReportSummaryField{display:inline-block;margin:0 10px 10px 0;}#reportFooterSummary>li,#reportFooterSummary div.printReportSummaryField{min-width:140px;height:70px;padding:5px 15px;border-bottom:3px solid #333;box-shadow:2px 2px 10px 0 rgba(0,0,0,.4);}#reportFooterSummary>li .field,#reportFooterSummary div.printReportSummaryField .field,#reportFooterSummary>li .value,#reportFooterSummary div.printReportSummaryField .value,#reportFooterSummary>li .caption,#reportFooterSummary div.printReportSummaryField .caption{text-align:center !important;white-space:nowrap;padding:0 5px;}#reportFooterSummary>li .field,#reportFooterSummary div.printReportSummaryField .field{color:#333;font-size:13px;border-bottom:1px solid #ccc;margin-bottom:2px;}#reportFooterSummary>li .value,#reportFooterSummary div.printReportSummaryField .value{font-weight:bold;}#reportFooterSummary>li .caption,#reportFooterSummary div.printReportSummaryField .caption{font-size:11px;}#reportFooterSummary>li:nth-child(1),#reportFooterSummary div.printReportSummaryField:nth-child(1){border:3px solid #9bf !important;background:#def;}#reportFooterSummary>li:nth-child(2),#reportFooterSummary div.printReportSummaryField:nth-child(2){border-bottom:3px solid #009 !important;}#reportFooterSummary>li:nth-child(3),#reportFooterSummary div.printReportSummaryField:nth-child(3){border-bottom:3px solid #090 !important;}#reportFooterSummary>li:nth-child(4),#reportFooterSummary div.printReportSummaryField:nth-child(4){border-bottom:3px solid #900 !important;}#reportFooterSummary>li:nth-child(5),#reportFooterSummary div.printReportSummaryField:nth-child(5){border-bottom:3px solid #099 !important;}#reportFooterSummary>li:nth-child(6),#reportFooterSummary div.printReportSummaryField:nth-child(6){border-bottom:3px solid #990 !important;}#reportFooterSummary>li:nth-child(7),#reportFooterSummary div.printReportSummaryField:nth-child(7){border-bottom:3px solid #909 !important;}#reportFooterSummary>li:nth-child(8),#reportFooterSummary div.printReportSummaryField:nth-child(8){border-bottom:3px solid #06c !important;}#reportFooterSummary>li:nth-child(9),#reportFooterSummary div.printReportSummaryField:nth-child(9){border-bottom:3px solid #6c0 !important;}#reportFooterSummary>li:nth-child(10),#reportFooterSummary div.printReportSummaryField:nth-child(10){border-bottom:3px solid #c06 !important;}#reportFooterSummary>li:nth-child(11),#reportFooterSummary div.printReportSummaryField:nth-child(11){border-bottom:3px solid #0c6 !important;}#reportFooterSummary>li:nth-child(12),#reportFooterSummary div.printReportSummaryField:nth-child(12){border-bottom:3px solid #c60 !important;}#reportFooterSummary>li:nth-child(13),#reportFooterSummary div.printReportSummaryField:nth-child(13){border-bottom:3px solid #60c !important;}.layoutPrintPdf #reportFooterSummary>li,.layoutPrintPdf #reportFooterSummary div.printReportSummaryField{box-shadow:none !important;border:3px solid #ddd;height:75px !important;}.layoutPrintPdf #reportFooterSummaryContainer{padding:10px;}.layoutPrintPdf .summaryValuesGroup{display:flex !important;}.layoutPrintPdf .summaryValuesGroup>li{flex:1 1 auto !important;flex-basis:100%;}.dealerInfoContainer{display:block;width:100%;font-size:17px;}.dealerInfoLeft{display:inline-block;vertical-align:top;width:48%;}.dealerInfoRight{display:inline-block;vertical-align:top;width:51.5%;}.n-space-normal{white-space:normal;}.epayBalanceFont{font-weight:bold;font-size:24px;line-height:40px;}.groupTitle{padding:8px 10px;border-bottom:4px solid #adb5bd;font-size:18px;font-weight:bold;color:#fff;}.groupTitle .fa{margin-right:8px;}.IsIncludeonVehicleCategory{padding-right:100px;}.clickable-label{cursor:pointer;text-decoration:underline;}.default-label::before{content:"";font-family:"Font Awesome 5 Free";}.default-label{color:#28a745 !important;font-size:14px;font-weight:bold;font-family:Roboto,sans-serif;}.non-default-label{color:#3395ff;font-size:14px;}.sync-description-text{font-size:13px;cursor:default;}.sync-description-text strong{color:#333;font-weight:600;}.d-none{display:none !important;}.m-mt-2{margin-top:2px !important;}.m-ml-20{margin-left:-20px;}.text-task{color:#59339d;}.text-note{color:#d39e00;}.text-contactLog{color:#145523;}.lowerStatus{position:absolute;left:0;bottom:0;background-color:#eee;color:#949292;font-size:12px !important;line-height:20px !important;padding:2px 5px;}.stickyNoteRow{margin:1px 0;border:2px solid #dc3545 !important;border-radius:4px;}.stickyNoteRow td{border-top:0 !important;}.stickyNoteRow .taskListLink{color:#dc3545;}.stickyNoteRow .taskListDesc{color:#921925;}.minWidth70{min-width:70px !important;}.minWidth260{min-width:260px !important;}.minWidth280{min-width:280px !important;}#qbProgressLogModalDialog{position:fixed;top:50% !important;left:50%;transform:translate(-50%,-50%);}.sortUpArrow{margin:.1em;display:inline-block;color:#3395ff;width:0;height:0;border-left:.5em solid transparent;border-right:.5em solid transparent;border-bottom:.5em solid;}.sortDownArrow{margin:.1em;display:inline-block;color:#3395ff;width:0;height:0;border-left:.5em solid transparent;border-right:.5em solid transparent;border-top:.5em solid;}.deskingSelect{color:#3395ff !important;cursor:pointer;}.deskingHide{display:none !important;}.deskingOptionsGrid .deskingOptionsCheck{margin-right:20px;font-size:20px;color:#28a745;display:none;}.deskingOptionsGrid.selected{background-color:#d8f6df;}.deskingOptionsGrid.selected .deskingOptionsCheck{display:initial;}.deskingOptionsGrid.selected .deskingSelect{font-size:20px;color:#28a745 !important;}.deskingOptionSelectedPrint{background-color:#d8f6df !important;}@media print{.deskingOptionSelectedPrint{background-color:#d8f6df !important;}}input[type="file"]::file-selector-button{border-radius:4px;padding:0 16px;height:40px !important;cursor:pointer;background-color:#fff;border:1px solid rgba(0,0,0,.16);box-shadow:0 1px 0 rgba(0,0,0,.05);margin-right:16px;transition:background-color 200ms;}input[type="file"]::file-selector-button:hover{background-color:#f3f4f6;}input[type="file"]::file-selector-button:active{background-color:#e5e7eb;}.btnHeight{height:50px !important;padding:4px !important;}.w-100{width:100%;}.w-45px{width:45px;}.w-15px{width:15px;}.ml-4{margin-left:4px;}.fieldItem{display:inline-flex;width:100% !important;}.wrapper-card{display:flex;flex-wrap:nowrap;margin:1px;width:auto;}.card{background:#fff;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,0);flex:1;margin:2px;padding:5px;position:relative;transition:all .5s ease-in-out;}.card-description ul{display:block;list-style:none;margin:1px;padding:0;}.card-description li{color:rgba(0,0,0,.6);font-size:15px;margin:1px;}.borderField{border-bottom:1px solid #000;padding-bottom:5px;margin-bottom:5px;}.borderField2{background-color:#ced4da;border-radius:5px;padding:5px;}.flex-48{flex:0 1 48% !important;}.mt-2{margin-top:-2px !important;}.ml5{margin-left:5px !important;}.ml8{margin-left:8px !important;}#resultTable{overflow-x:auto;}#tblGroupHistory_wrapper{width:200px;}.styled-table{border-collapse:collapse;margin:25px 0;font-size:12px;font-family:sans-serif;min-width:200px;box-shadow:0 0 20px rgba(0,0,0,.15);border-radius:5px;}.styled-table thead tr{background-color:#ced4da !important;color:#343a40 !important;text-align:center !important;}.styled-table th,.styled-table td{padding:12px 15px !important;text-align:center !important;}.styled-table tbody tr{border-bottom:1px solid #ddd;}.styled-table tbody tr:nth-of-type(even){background-color:#ced4da;}.styled-table tbody tr:last-of-type{border-bottom:2px solid #ced4da;}.styled-table tbody tr.active-row{font-weight:bold;color:#009879;}.dt-search{padding-right:4px !important;}#tableBox{max-height:450px;overflow-y:auto;}.btnUndoPosition{margin-top:35px;padding-bottom:8px;}.sticky-header thead th{position:sticky;top:0;background-color:#ced4da !important;z-index:1;}.csv-template-command{border-right:0;border-top:0;border-bottom:0;background-color:transparent !important;}.m-top-5{margin-top:5px !important;}.shimmer-box{display:inline-block;height:1em;position:relative;overflow:hidden;background-color:#dddbdd;}.shimmer-box::after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 100%);animation:shimmer 1s infinite;content:'';}@keyframes shimmer{100%{transform:translateX(100%);}}.divheight{height:35px;width:100%;border-radius:5px;}.divWidth50{width:50px;}.divWidth80{width:80px;}.divh20xw390{height:20px;width:390px;}.msgTemplate{margin-top:-10px;margin-bottom:10px;}.widthApp{max-width:1200px !important;min-width:960px !important;}.minWidthApp{min-width:1200px !important;}.maxWidthApp{max-width:1200px !important;}.widthContentDefault{width:900px !important;}.widthContentMedium{width:750px !important;}.widthContentSmall{width:600px !important;}.widthContentMin{width:400px !important;}.minWidthContentDefault{min-width:900px !important;}.minWidthContentSmall{min-width:600px !important;}.minWidthContentMin{min-width:400px !important;}.maxWidthContentDefault{max-width:900px !important;}.maxWidthContentSmall{max-width:600px !important;}.maxWidthContentMin{max-width:400px !important;}.maxWidth300{max-width:300px !important;}.maxWidth500{max-width:500px !important;}.minWidth20{min-width:20px !important;}.minWidth25{min-width:25px !important;}.minWidth30{min-width:30px !important;}.minWidth40{min-width:40px !important;}.minWidth50{min-width:50px !important;}.minWidth60{min-width:60px !important;}.minWidth80{min-width:80px !important;}.minWidth100{min-width:100px !important;}.minWidth120{min-width:120px !important;}.minWidth150{min-width:150px !important;}.minWidth170{min-width:170px !important;}.minWidth200{min-width:200px !important;}.minWidth250{min-width:250px !important;}.minWidth300{min-width:300px !important;}.minWidth400{min-width:400px !important;}.minWidth500{min-width:500px !important;}.widthHalf{width:50% !important;}.width20{width:20px !important;}.width25{width:25px !important;}.width50{width:50px !important;}.width60{width:60px !important;}.width80{width:80px !important;}.width100{width:100px !important;}.width120{width:120px !important;}.width150{width:150px !important;}.width160{width:160px !important;}.width180{width:180px !important;}.width200{width:200px !important;}.width250{width:250px !important;}.width300{width:300px !important;}.width400{width:400px !important;}.width500{width:500px !important;}.width550{width:550px !important;}.width600{width:600px !important;}.width700{width:700px !important;}.height300{height:300px !important;}.height400{height:400px !important;}.height500{height:500px !important;}.dialogPadding{padding:15px !important;}.formPadding{padding:15px !important;}*{outline:none !important;}html{margin:0;padding:0;font-size:14px;line-height:20px;}body{margin:0;padding:0;font-size:14px;line-height:20px;background-color:#ced4da;color:#343a40;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;}@media print{html{height:99% !important;}}@media screen{html{height:100%;}body{height:100% !important;min-height:100% !important;}}body.flexBody{display:flex;flex-direction:column;overflow:hidden;}header.flexHeader{flex:0 0 50px;background-color:#036;box-shadow:0 4px 5px 0 rgba(0,0,0,.3);z-index:99;}section.sidebarWrapper{display:flex;flex:auto;overflow:hidden;}nav.flexSidebar{display:flex;flex-direction:column;flex:0 0 40px;background-color:#001833;z-index:100;box-shadow:3px 3px 5px 0 rgba(0,0,0,.3);}section.toolbarWrapper{display:flex;flex-direction:column;flex:1 1 100%;overflow:hidden;}nav.flexToolbar{flex:0 0 44px;background-color:#fff;z-index:97;}nav.flexToolbar:not(.noShadow){box-shadow:0 1px 2px 0 rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.2);}section.flexFormHeader{background-color:#e9ecef;box-shadow:0 5px 6px 0 rgba(0,0,0,.2);z-index:96;}main.flexMain{flex:auto;overflow-x:auto !important;padding:20px;padding-bottom:100px;}section.flexFormFooter{background-color:#e9ecef;box-shadow:0 -5px 6px 0 rgba(0,0,0,.2);z-index:96;}main.smallContent{width:80%;max-width:600px;min-width:400px;margin:auto;position:relative;}main.smallContent fieldset{width:60%;min-width:350px;margin:auto;}main.mediumContent{width:80%;max-width:900px;min-width:600px;margin:auto;position:relative;}.contentCentered{display:block;margin:auto !important;padding:20px;max-width:1200px !important;min-width:960px !important;}.contentCenteredMid{display:block;margin:auto !important;max-width:900px;min-width:900px;}.contentCenteredSmall{display:block;margin:auto !important;max-width:600px;min-width:600px;}.contentCenteredMin{display:block;margin:auto !important;max-width:400px;min-width:400px;}.fixedContentHeader{position:sticky !important;top:-20px;z-index:5;margin-top:-20px;}body.bodyUnauthMobile .mobileHeader{top:-1px;padding-top:1px;height:41px;background:#249;box-shadow:5px 5px rgba(0,0,0,.4);}body.bodyUnauthMobile .mobileHeader .mobileHeaderBtn{position:absolute;left:5px;top:4px;height:30px;padding:4px 12px 4px 25px;border-radius:16px !important;font-size:12.5px;line-height:22px;font-weight:bold;color:#333;}body.bodyUnauthMobile .mobileHeader .mobileHeaderBtn .fa{position:absolute;left:5px;top:6px;display:block !important;background:#888;color:#fff;border-radius:9px;padding-right:2px;width:18px;height:18px;font-size:16px;line-height:18px;text-align:center;}body.bodyUnauthMobile .mobileHeader .mobileHeaderTitle{color:#fff;font-weight:bold;text-align:center;font-size:16px;line-height:38px;}body.bodyUnauthMobile ul.fieldsVertical li:not(:first-child){margin-top:20px;}body.bodyUnauthMobile input.text-box,body.bodyUnauthMobile .chkbox.form-control{border-radius:0 8px 8px 0 !important;height:40px !important;line-height:28px !important;}body.bodyUnauthMobile .input-group-addon{border-radius:8px 0 0 8px !important;}body.bodyUnauthMobile input[type=submit]{border-radius:12px !important;}.headerContainer .headerLeft{flex:0 0 200px;}.headerContainer .headerMiddle{flex:1;text-align:left;}.headerContainer .headerRight{flex:0 0 800px;text-align:right;}.headerContainer .headerLeft .mainLogo{display:inline-block;width:210px;text-align:center;font-size:30px;line-height:50px;color:#fff;text-decoration:none;}.headerContainer .headerLeft .mainLogo:hover{background:#004c99;}.headerContainer .headerSeparator{flex:0 0 2px;background:#fff;margin:0 4px;height:100%;border-radius:2px;opacity:.8;}.headerContainer .lotInfoContainer{display:inline-block;}.headerContainer .lotInfoContainer a.lotInfo{display:inline-block;padding:0 15px;line-height:50px;font-size:22px;color:#fff;text-decoration:none;white-space:nowrap;}.headerContainer .lotInfoContainer a.lotInfo .lotName{padding-left:8px;font-size:18px;font-weight:bold;}.headerContainer .lotInfoContainer a.lotInfo:hover{background:#004c99;}.headerContainer .lotInfoContainer .dropdown-menu{min-width:250px;}.headerContainer a.headerIcon,.headerContainer a.userInfo{display:inline-block;line-height:50px;color:#fff;text-decoration:none;white-space:nowrap;}.headerContainer a.headerIcon:hover,.headerContainer a.userInfo:hover{background:#004c99;}.headerContainer a.headerIcon{padding:0 15px;font-size:18px;}.headerContainer ul.userInfoContainer{margin-right:20px;}.headerContainer ul.userInfoContainer>li{padding:0 !important;}.headerContainer ul.userInfoContainer>li>a{display:inline-block;width:50px;height:50px;line-height:50px;color:#fff;text-decoration:none;text-align:center;cursor:pointer;}.headerContainer ul.userInfoContainer>li>a.userInfo .userIds{padding:9px 10px !important;color:#fff;text-align:left;font-size:13px;line-height:16px;}.headerContainer ul.userInfoContainer>li>a.userInfo .userIds .userIdsUsername{max-width:120px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.headerContainer ul.userInfoContainer>li>a.userInfo .userInitials{display:block;margin:7px;width:36px;height:36px;background:#cf9;border-radius:50%;text-align:center;font-weight:bold;color:#000;font-size:18px;line-height:36px;}.headerContainer ul.userInfoContainer>li .dropdown-menu{min-width:250px;}.headerContainer .tooltip.left .tooltip-inner{font-size:16px;font-weight:bold;color:#360;background-color:#9f0;white-space:nowrap;}.headerContainer .tooltip.left .tooltip-arrow{font-weight:bold;color:#360;border-left-color:#9f0;}.headerContainer .internalUserBg{background:#a9b9e5 !important;}#sidebarContainer .sidebarHeader{display:flex;flex:0 0 44px;overflow:hidden;color:#fff;border-bottom:1px solid #000;}#sidebarContainer .sidebarHeader .sidebarHeaderLeft{display:flex;flex:1;}#sidebarContainer .sidebarHeader .sidebarHeaderLeft #sidebarToggle{display:inline-block;height:44px;text-align:center;line-height:44px;font-weight:bold;cursor:pointer;width:40px;font-size:18px;color:#fff;}#sidebarContainer .sidebarHeader .sidebarHeaderRight{flex:0 0 44px;}#sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin{height:44px;text-align:center;line-height:44px;font-weight:bold;cursor:pointer;display:inline-block;width:44px;color:#adb5bd;text-shadow:1px 1px 2px #343a40;}#sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin:hover{color:#fff;}#sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin.active{color:#9f0;}#sidebarContainer .sidebarMenu ul{list-style:none;}#sidebarContainer .sidebarMenu ul li{padding:0;}#sidebarContainer .sidebarMenu ul li a.list-group-item-action{height:40px;font-size:14px;padding:10px 0;margin-bottom:0;background:#001833;color:#fff;border-radius:0 !important;border:none;border-top:1px solid #003066;border-bottom:1px solid #000;}#sidebarContainer .sidebarMenu ul li a.list-group-item-action:hover{background:#003066;border-top:1px solid #006ce6;}#sidebarContainer .sidebarMenu ul li a.active{background:#003066;border-top:1px solid #006ce6;}#sidebarContainer .sidebarMenu ul li .menu-collapsed{padding-left:0;}#sidebarContainer .sidebarMenu ul li .sidebarBadge{flex:100;text-align:right;padding-right:12px;}#sidebarContainer .sidebarMenu ul li .fa{width:40px;font-size:16px;}#sidebarContainer .sidebarMenu ul li .sidebarSubmenu{padding:5px 0;background:#000c1a;}#sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action{background:#000c1a;color:#fff;height:30px;padding:0 0 0 20px;font-size:13px;line-height:30px;border:none;border-radius:0 !important;}#sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action:hover{background:#001833;}#sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.active{font-weight:bold;padding-left:16px;border-left:4px solid #9f0;}#sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-inner{font-size:16px;font-weight:bold;background-color:#6bf;white-space:nowrap;}#sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-arrow{font-weight:bold;border-right-color:#6bf;}#sidebarContainer.sidebarExpanded{width:220px;min-width:220px;}#sidebarContainer.sidebarExpanded .sidebarHeader,#sidebarContainer.sidebarExpanded .sidebarMenu{min-width:220px;}#sidebarContainer.sidebarExpanded .sidebarMenu{overflow:auto;}#sidebarContainer:not(.sidebarExpanded){width:40px;max-width:40px;overflow:hidden !important;}#sidebarContainer:not(.sidebarExpanded) #sidebarPin{display:none;}#sidebarContainer:not(.sidebarExpanded) .menu-collapsed{display:none;}#sidebarContainer:not(.sidebarExpanded) .sidebarBadge{display:none;}#sidebarContainer:not(.sidebarExpanded) .sidebarSubmenu{display:none;}#sidebarInfo{flex:1;border-top:1px solid #003066;padding:10px 15px;color:#fff;font-weight:bold;min-height:60px;}.popoutMenu{display:none;position:absolute;z-index:1001;left:40px;border-width:0;border-style:solid !important;border-color:#ced4da;border-width:1px !important;background:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);}.popoutMenu.sidebarExpanded{left:220px;}.popoutMenu.active{display:block;}.popoutMenu ul.popoutMenuTabs li{padding:8px 20px;cursor:pointer;color:#6c757d;}.popoutMenu ul.popoutMenuTabs li:hover{color:#000;background:#dee2e6;}.popoutMenu ul.popoutMenuTabs li.active{font-weight:bold;color:#007bff;background:#ced4da;}.popoutMenu ul.popoutMenuLinks li{padding-top:5px;padding-bottom:5px;break-inside:avoid;page-break-inside:avoid;}.popoutMenu ul.popoutMenuLinks li .heading{font-weight:bold;font-size:15px;color:#679;line-height:20px;padding-bottom:3px;border-bottom:2px dotted #ccc;margin-bottom:5px;}.popoutMenu ul.popoutMenuLinks li a{display:inline-block;text-indent:-20px;margin-left:20px;line-height:20px;}.popoutMenu ul.popoutMenuLinks li a .fa{width:20px;text-indent:initial !important;}.popoutMenu ul.popoutMenuLinks li a .badge{text-indent:initial !important;}#reportsPopoutMenu{width:1200px;}#reportsPopoutMenu .popoutMenuContent{min-height:400px;max-height:75vh;}@media screen and (max-width:1450px){#reportsPopoutMenu{width:900px;}#reportsPopoutMenu ul.columns-3{column-count:2 !important;}}@media screen and (max-width:1150px){#reportsPopoutMenu{width:600px;}#reportsPopoutMenu ul.columns-3{column-count:1 !important;}}section.splitPaneTabsWrapper{flex:0 0 64px;flex-direction:column;box-shadow:-2px 0 5px rgba(0,0,0,.5) !important;z-index:98;}section.splitPaneSizingWrapper{flex:0 0 5px;z-index:98;background-color:#adb5bd;user-select:none;cursor:ew-resize;}section.splitPaneSizingWrapper:hover{background-color:#69c;}section.splitPaneSizingWrapper.dragging{background-color:#6c6 !important;}section.splitPaneContentWrapper{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;width:500px;}section.splitPaneContentWrapper .splitPaneSizeMax,section.splitPaneContentWrapper .splitPaneSizeMin,section.splitPaneContentWrapper .splitPaneLinkPin,section.splitPaneContentWrapper .splitPaneClose{padding:0 5px;}ul.splitPaneTabs li{padding:12px 4px 8px 8px;width:64px;text-align:center;font-size:13px;user-select:none;cursor:pointer;position:relative;}ul.splitPaneTabs li.active{padding-left:4px;border-left-width:4px !important;border-left-style:solid !important;}ul.splitPaneTabs li i.fa{font-size:20px;margin:5px 0 0 0;}ul.splitPaneTabs li .splitPaneTaskIcons i.fa{font-size:18px;}ul.splitPaneTabs li .splitPaneTabPill{position:absolute;top:4px;right:4px;text-align:center;font-weight:bold;padding:3px;color:#fff;animation-name:splitpane-tab-pill;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate;}ul.splitPaneTabs li .splitPaneTabPill .fa{font-size:10px !important;margin:2px;}@keyframes splitpane-tab-pill{from{background-color:#060;}to{background-color:#5a0;}}.splitPaneContentMain{flex:1 1 auto;overflow:hidden;position:relative;}.splitPaneContentMain>iframe{width:100%;height:100%;border:0;}.splitPaneContentMain>.splitPaneSizingIframeCover{position:absolute;top:0;left:0;width:100%;height:100%;display:none;}body.splitPaneResizing .splitPaneSizingIframeCover{display:block;}.splitPaneLinkPin .fa,.splitPaneClose .fa{width:24px;text-align:center;padding:5px 0;border-radius:50%;background-color:#e9ecef;color:#6c757d;}.splitPaneLinkPin:hover .fa,.splitPaneClose:hover .fa{background-color:#ced4da;color:#343a40;}.splitPaneLinkPin.pinned .fa,.splitPaneClose.pinned .fa{padding:5px;background-color:#d8f6df;color:#28a745 !important;}.splitPaneLinkPin.pinned:hover .fa,.splitPaneClose.pinned:hover .fa{background-color:#9be7ac;color:#1e7e34;}.splitPaneClose{margin-right:12px;}iframe.youtubeEmbed{aspect-ratio:16/9;width:100%;border:none;}article.helpArticle{padding:30px 20px 20px 20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;font-size:15px;line-height:24px;color:#2f3941;background:#fff;}article.helpArticle header{font-size:32px;font-weight:bold;}article.helpArticle section p{display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;}article.helpArticle section img{max-width:100%;height:auto;margin:5px 0;}article.helpArticle section ul{list-style:disc;margin:20px 0 20px 20px;padding-left:20px;}article.helpArticle section ul>li>ul{margin:0;}nav.flexToolbar{padding-right:20px;border-bottom:1px solid #adb5bd;}ul.toolbar{display:flex;width:100%;white-space:nowrap;}ul.toolbar>li{line-height:44px;}ul.toolbar>li>a{display:block;padding:0 12px;text-decoration:none;}ul.toolbar>li>a:hover{background-color:#e5f2ff;}ul.toolbar>li>a.backLink,ul.toolbar>li>a.homeLink,ul.toolbar>li>a.closeLink{display:none;}ul.toolbar>li>a.backLink .fa,ul.toolbar>li>a.homeLink .fa,ul.toolbar>li>a.closeLink .fa{width:24px;text-align:center;padding:5px 0;border-radius:50%;background-color:#e9ecef;color:#6c757d;}ul.toolbar>li>a.backLink:hover .fa,ul.toolbar>li>a.homeLink:hover .fa,ul.toolbar>li>a.closeLink:hover .fa{background-color:#ced4da;color:#343a40;}ul.toolbar>li>a.formSubmitLink .fa{padding:5px;border-radius:50%;background-color:#d8f6df;color:#28a745;}ul.toolbar>li>a.formSubmitLink:hover .fa{background-color:#9be7ac;color:#1e7e34;}ul.toolbar li.toolbarHeading{padding:0 15px;font-weight:bold;font-size:18px;}ul.toolbar li.toolbarHeading .fa{margin-left:-2px;margin-right:4px;}ul.toolbar li.pushRight{margin-left:auto;}ul.toolbar .toolbarTasksIcons{display:block;margin:0 -4px;font-size:16px;vertical-align:middle;}ul.toolbar .toolbarTasksIcons .fa{margin:0 1px;}ul.toolbar#activeItemActions .divider{display:none;}.showInToolbar{display:none;}.hideInToolbar{display:initial;}.toolbar .showInToolbar{display:initial;}.toolbar .hideInToolbar{display:none;}.headerSearchBar{padding:10px 15px;background-color:#e9ecef;}.headerSearchBar .searchLabel{font-size:18px;line-height:34px;font-weight:bold;margin-right:8px;}.headerSearchCriteria{border-top:1px solid #ced4da;border-bottom:1px solid #adb5bd;min-width:900px !important;background-color:#fff;}.headerFormCentered{display:block;margin:auto !important;padding:20px;max-width:1200px !important;min-width:960px !important;border-left-width:1px !important;border-width:0;border-style:solid !important;border-color:#ced4da;border-right-width:1px !important;padding:10px;background-color:#fff;}.vehicleFormSideDiv{top:0;margin-top:0;}.footerCountBar{border-top-width:1px !important;border-width:0;border-style:solid !important;border-color:#ced4da;border-bottom-width:1px !important;border-color:#889099 !important;}.footerCountBar .countLabel{padding:0 15px;background-color:#6c757d;color:#fff;font-weight:bold;font-size:16px;line-height:30px;text-shadow:1px 1px 2px #343a40;}.footerCountBar .countLabel .count{font-size:21px;}.footerCountBar .pagerWrapper{background-color:#e9ecef;padding:5px;}#customAlert{position:absolute;bottom:75px;right:25px;z-index:1000;box-shadow:0 0 10px 5px #6c757d;}.hiddenOnInit{display:none !important;}.pointer:not(.disabledLink){cursor:pointer !important;text-decoration:none;}.noOutline{outline:none;}a.resetLink{display:inline-block;}.disabledLink{color:#adb5bd !important;text-decoration:none !important;font-weight:bold;cursor:default !important;pointer-events:none;}a.disabledLink,a.disabledLink:hover{text-decoration:none !important;font-weight:bold;cursor:default !important;pointer-events:none;}a.disabledLink.toolDel{visibility:hidden !important;}.cmdCol{padding-left:15px !important;}.cmdCol.cmdFade a,.cmdCol.cmdFade i.fa{color:#ccc;}.cmdCol:not(.cmdFade) a,.cmdCol:not(.cmdFade) i.fa{visibility:hidden;}tr:hover .cmdCol.cmdFade a,.bs-callout:hover .cmdCol.cmdFade a,.list-group-item:hover .cmdCol.cmdFade a,tr:hover .cmdCol.cmdFade i.fa,.bs-callout:hover .cmdCol.cmdFade i.fa,.list-group-item:hover .cmdCol.cmdFade i.fa{color:#007bff;}tr:hover .cmdCol:not(.cmdFade) a,.bs-callout:hover .cmdCol:not(.cmdFade) a,.list-group-item:hover .cmdCol:not(.cmdFade) a,tr:hover .cmdCol:not(.cmdFade) i.fa,.bs-callout:hover .cmdCol:not(.cmdFade) i.fa,.list-group-item:hover .cmdCol:not(.cmdFade) i.fa{visibility:visible;}ul>li.cmdCol{padding-left:unset !important;}ul:hover>li.cmdCol>a{visibility:visible;}.allowDropDown{overflow:visible !important;}.activeTable{position:relative;}.activeTable .cmdCol a,.activeTable .cmdCol i.fa{visibility:visible;}.toggleFavorite{cursor:pointer;}.toggleFavoriteReport{cursor:pointer;}#divProcessingGif{width:140px;height:140px;position:fixed;top:50%;left:50%;background:url("SiteLess/~/Images/ajax-loader.gif") no-repeat center;background-color:#adff2f;padding:10px;margin-left:-50px;margin-right:-50px;z-index:2;overflow:auto;}#kbbRptMainBody{background:#fff !important;padding:.5in;width:8.5in !important;height:11in !important;margin:auto !important;font-family:'Times New Roman' !important;}#kbbRptMainBody table{width:100%;}input.dueBillWidth,select.dueBillWidth{width:100% !important;max-width:100% !important;}#kbbRptMainBody #reportInfoTable{font-size:14px;border-bottom:solid #000 4px;}#kbbRptMainBody td{padding:.1em .1em .1em 0 !important;}#kbbRptMainBody #reportInfoTable td{width:50%;}#kbbRptMainBody #vehicleInfoTable{font-size:18px;border-bottom:solid #000 3px;}#kbbRptMainBody #vehicleInfoTable td{width:50%;}#kbbRptMainBody #vehicleDescTable{border-bottom:solid #000 2px;width:100%;}#kbbRptMainBody #vehicleDescTable td{width:50%;}#kbbRptMainBody #vehicleOptionMainTable #vehicleOptionHeader{font-size:18px;border-bottom:solid #000 2px;}#kbbRptMainBody #vehicleOptionMainTable{font-size:14px;border-bottom:solid #000 2px;margin-bottom:5px;border-collapse:collapse;}#kbbRptMainBody #finalResultTable{font-size:18px;border-bottom:solid #000 4px;}#kbbRptMainBody #preFinalResultTable{border-bottom:solid #000 2px;}#kbbRptMainBody #preFinalResultTable td{width:50%;}#nadaRptMainBody{background:#fff !important;padding:.5in;width:8.5in !important;height:11in !important;margin:auto !important;font-family:'Tahoma' !important;font-size:18px !important;line-height:24px !important;}#nadaRptMainBody table td{padding:5px 0;}#nadaRptMainBody #tblOptions{width:100%;font-size:12px;}#nadaRptMainBody .smallWidth{width:22.5%;}#nadaRptMainBody #vehicleDesc{padding-left:25px;display:inline-block;}@media print{@page{margin:.5in !important;}html{height:unset !important;}body{height:unset !important;min-height:unset !important;margin:.3cm !important;page-break-after:avoid !important;page-break-before:avoid !important;page-break-inside:avoid !important;background:#fff !important;}.forcePageBreak{page-break-before:always;}}.layoutPrintPdf tr{page-break-inside:avoid;page-break-after:auto;}.layoutPrintPdf td{page-break-inside:avoid;page-break-after:auto;}.layoutPrintPdf thead{display:table-header-group;}.layoutPrintPdf tfoot{display:table-footer-group;}body.theme-ModuleColors-BasicBlues .text-inventory{color:#036 !important;}body.theme-ModuleColors-BasicBlues .text-contacts{color:#036 !important;}body.theme-ModuleColors-BasicBlues .text-deals{color:#036 !important;}body.theme-ModuleColors-BasicBlues .text-accounting{color:#036 !important;}body.theme-ModuleColors-BasicBlues .text-bhph{color:#036 !important;}body.theme-ModuleColors-BasicBlues .text-tasks{color:#036 !important;}body.theme-ModuleColors-BasicBlues .text-activity{color:#036 !important;}body.theme-ModuleColors-BasicBlues .text-webmanager{color:#036 !important;}body.theme-ModuleColors-BasicBlues .text-history{color:#058 !important;}body.theme-ModuleColors-BasicBlues .text-setup{color:#036 !important;}body.theme-ModuleColors-BasicBlues .text-recent{color:#07a !important;}body.theme-ModuleColors-BasicBlues .bg-inventory{background-color:#036 !important;}body.theme-ModuleColors-BasicBlues .bg-contacts{background-color:#036 !important;}body.theme-ModuleColors-BasicBlues .bg-deals{background-color:#036 !important;}body.theme-ModuleColors-BasicBlues .bg-accounting{background-color:#036 !important;}body.theme-ModuleColors-BasicBlues .bg-bhph{background-color:#036 !important;}body.theme-ModuleColors-BasicBlues .bg-tasks{background-color:#036 !important;}body.theme-ModuleColors-BasicBlues .bg-activity{background-color:#036 !important;}body.theme-ModuleColors-BasicBlues .bg-webmanager{background-color:#036 !important;}body.theme-ModuleColors-BasicBlues .bg-history{background-color:#058 !important;}body.theme-ModuleColors-BasicBlues .bg-setup{background-color:#036 !important;}body.theme-ModuleColors-BasicBlues .bg-recent{background-color:#07a !important;}body.theme-ModuleColors-BasicBlues .border-inventory{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BasicBlues .border-contacts{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BasicBlues .border-deals{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BasicBlues .border-accounting{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BasicBlues .border-bhph{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BasicBlues .border-tasks{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BasicBlues .border-activity{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BasicBlues .border-webmanager{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BasicBlues .border-history{border-top:3px solid;border-color:#0095ee !important;}body.theme-ModuleColors-BasicBlues .border-setup{border-top:3px solid;border-color:#06c !important;}body.theme-ModuleColors-BasicBlues .border-recent{border-top:3px solid;border-color:#11b8ff !important;}body.theme-ModuleColors-BasicBlues .text-inventory.bg-inventory{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-contacts.bg-contacts{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-deals.bg-deals{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-accounting.bg-accounting{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-bhph.bg-bhph{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-tasks.bg-tasks{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-activity.bg-activity{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-webmanager.bg-webmanager{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-history.bg-history{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-setup.bg-setup{color:#fff !important;}body.theme-ModuleColors-BasicBlues .text-recent.bg-recent{color:#fff !important;}body.theme-ModuleColors-BasicBlues .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a{color:#679 !important;}body.theme-ModuleColors-BasicBlues .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a .fa{background-color:#679 !important;color:#fff !important;border-radius:50%;width:48px;font-size:24px;line-height:48px;}body.theme-ModuleColors-BlueGreen .text-inventory{color:#036 !important;}body.theme-ModuleColors-BlueGreen .text-contacts{color:#059 !important;}body.theme-ModuleColors-BlueGreen .text-deals{color:#082 !important;}body.theme-ModuleColors-BlueGreen .text-accounting{color:#4a0 !important;}body.theme-ModuleColors-BlueGreen .text-bhph{color:#8c0 !important;}body.theme-ModuleColors-BlueGreen .text-tasks{color:#036 !important;}body.theme-ModuleColors-BlueGreen .text-activity{color:#036 !important;}body.theme-ModuleColors-BlueGreen .text-webmanager{color:#07c !important;}body.theme-ModuleColors-BlueGreen .text-history{color:#055 !important;}body.theme-ModuleColors-BlueGreen .text-setup{color:#036 !important;}body.theme-ModuleColors-BlueGreen .text-recent{color:#074 !important;}body.theme-ModuleColors-BlueGreen .bg-inventory{background-color:#036 !important;}body.theme-ModuleColors-BlueGreen .bg-contacts{background-color:#059 !important;}body.theme-ModuleColors-BlueGreen .bg-deals{background-color:#082 !important;}body.theme-ModuleColors-BlueGreen .bg-accounting{background-color:#4a0 !important;}body.theme-ModuleColors-BlueGreen .bg-bhph{background-color:#8c0 !important;}body.theme-ModuleColors-BlueGreen .bg-tasks{background-color:#036 !important;}body.theme-ModuleColors-BlueGreen .bg-activity{background-color:#036 !important;}body.theme-ModuleColors-BlueGreen .bg-webmanager{background-color:#07c !important;}body.theme-ModuleColors-BlueGreen .bg-history{background-color:#055 !important;}body.theme-ModuleColors-BlueGreen .bg-setup{background-color:#036 !important;}body.theme-ModuleColors-BlueGreen .bg-recent{background-color:#074 !important;}body.theme-ModuleColors-BlueGreen .border-inventory{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BlueGreen .border-contacts{border-top:3px solid;border-color:#33a4ff !important;}body.theme-ModuleColors-BlueGreen .border-deals{border-top:3px solid;border-color:#22ff59 !important;}body.theme-ModuleColors-BlueGreen .border-accounting{border-top:3px solid;border-color:#8fff44 !important;}body.theme-ModuleColors-BlueGreen .border-bhph{border-top:3px solid;border-color:#cf6 !important;}body.theme-ModuleColors-BlueGreen .border-tasks{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BlueGreen .border-activity{border-top:3px solid;border-color:#007fff !important;}body.theme-ModuleColors-BlueGreen .border-webmanager{border-top:3px solid;border-color:#66bfff !important;}body.theme-ModuleColors-BlueGreen .border-history{border-top:3px solid;border-color:#0bb !important;}body.theme-ModuleColors-BlueGreen .border-setup{border-top:3px solid;border-color:#06c !important;}body.theme-ModuleColors-BlueGreen .border-recent{border-top:3px solid;border-color:#00dd7e !important;}body.theme-ModuleColors-BlueGreen .text-inventory.bg-inventory{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-contacts.bg-contacts{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-deals.bg-deals{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-accounting.bg-accounting{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-bhph.bg-bhph{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-tasks.bg-tasks{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-activity.bg-activity{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-webmanager.bg-webmanager{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-history.bg-history{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-setup.bg-setup{color:#fff !important;}body.theme-ModuleColors-BlueGreen .text-recent.bg-recent{color:#fff !important;}body.theme-ModuleColors-BlueGreen .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a{color:#679 !important;}body.theme-ModuleColors-BlueGreen .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a .fa{background-color:#679 !important;color:#fff !important;border-radius:50%;width:48px;font-size:24px;line-height:48px;}body.theme-ModuleColors-Colorful .text-inventory{color:#149 !important;}body.theme-ModuleColors-Colorful .text-contacts{color:#c22 !important;}body.theme-ModuleColors-Colorful .text-deals{color:#092 !important;}body.theme-ModuleColors-Colorful .text-accounting{color:#60c !important;}body.theme-ModuleColors-Colorful .text-bhph{color:#907 !important;}body.theme-ModuleColors-Colorful .text-tasks{color:#900 !important;}body.theme-ModuleColors-Colorful .text-activity{color:#900 !important;}body.theme-ModuleColors-Colorful .text-webmanager{color:#07c !important;}body.theme-ModuleColors-Colorful .text-history{color:#409 !important;}body.theme-ModuleColors-Colorful .text-setup{color:#679 !important;}body.theme-ModuleColors-Colorful .text-recent{color:#960 !important;}body.theme-ModuleColors-Colorful .bg-inventory{background-color:#149 !important;}body.theme-ModuleColors-Colorful .bg-contacts{background-color:#c22 !important;}body.theme-ModuleColors-Colorful .bg-deals{background-color:#092 !important;}body.theme-ModuleColors-Colorful .bg-accounting{background-color:#60c !important;}body.theme-ModuleColors-Colorful .bg-parts{background-color:#d62 !important;}body.theme-ModuleColors-Colorful .bg-service{background-color:#d89 !important;}body.theme-ModuleColors-Colorful .bg-bhph{background-color:#907 !important;}body.theme-ModuleColors-Colorful .bg-tasks{background-color:#900 !important;}body.theme-ModuleColors-Colorful .bg-activity{background-color:#900 !important;}body.theme-ModuleColors-Colorful .bg-webmanager{background-color:#07c !important;}body.theme-ModuleColors-Colorful .bg-history{background-color:#409 !important;}body.theme-ModuleColors-Colorful .bg-setup{background-color:#679 !important;}body.theme-ModuleColors-Colorful .bg-recent{background-color:#960 !important;}body.theme-ModuleColors-Colorful .border-inventory{border-top:3px solid;border-color:#85adf1 !important;}body.theme-ModuleColors-Colorful .border-contacts{border-top:3px solid;border-color:#e99 !important;}body.theme-ModuleColors-Colorful .border-deals{border-top:3px solid;border-color:#00ff39 !important;}body.theme-ModuleColors-Colorful .border-accounting{border-top:3px solid;border-color:#c9f !important;}body.theme-ModuleColors-Colorful .border-bhph{border-top:3px solid;border-color:#ff00c6 !important;}body.theme-ModuleColors-Colorful .border-tasks{border-top:3px solid;border-color:#f66 !important;}body.theme-ModuleColors-Colorful .border-activity{border-top:3px solid;border-color:#f66 !important;}body.theme-ModuleColors-Colorful .border-webmanager{border-top:3px solid;border-color:#99d4ff !important;}body.theme-ModuleColors-Colorful .border-history{border-top:3px solid;border-color:#a6f !important;}body.theme-ModuleColors-Colorful .border-setup{border-top:3px solid;border-color:#a3adc2 !important;}body.theme-ModuleColors-Colorful .border-recent{border-top:3px solid;border-color:#fa0 !important;}body.theme-ModuleColors-Colorful .text-inventory.bg-inventory{color:#fff !important;}body.theme-ModuleColors-Colorful .text-contacts.bg-contacts{color:#fff !important;}body.theme-ModuleColors-Colorful .text-deals.bg-deals{color:#fff !important;}body.theme-ModuleColors-Colorful .text-accounting.bg-accounting{color:#fff !important;}body.theme-ModuleColors-Colorful .text-bhph.bg-bhph{color:#fff !important;}body.theme-ModuleColors-Colorful .text-tasks.bg-tasks{color:#fff !important;}body.theme-ModuleColors-Colorful .text-activity.bg-activity{color:#fff !important;}body.theme-ModuleColors-Colorful .text-webmanager.bg-webmanager{color:#fff !important;}body.theme-ModuleColors-Colorful .text-history.bg-history{color:#fff !important;}body.theme-ModuleColors-Colorful .text-setup.bg-setup{color:#fff !important;}body.theme-ModuleColors-Colorful .text-recent.bg-recent{color:#fff !important;}body.theme-ModuleColors-Colorful .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a{color:#343a40 !important;}body.theme-ModuleColors-Colorful .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a .fa{color:#fff !important;border-radius:50%;width:48px;font-size:24px;line-height:48px;}body.theme-ModuleColors-Colorful .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-inventory .fa{background-color:#149 !important;}body.theme-ModuleColors-Colorful .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-contacts .fa{background-color:#c22 !important;}body.theme-ModuleColors-Colorful .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-deals .fa{background-color:#092 !important;}body.theme-ModuleColors-Colorful .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-accounting .fa{background-color:#60c !important;}body.theme-ModuleColors-Colorful .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-bhph .fa{background-color:#907 !important;}body.theme-ModuleColors-Colorful .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-webmanager .fa{background-color:#07c !important;}body.theme-ModuleColors-Muted .text-inventory{color:#036 !important;}body.theme-ModuleColors-Muted .text-contacts{color:#900 !important;}body.theme-ModuleColors-Muted .text-deals{color:#060 !important;}body.theme-ModuleColors-Muted .text-accounting{color:#409 !important;}body.theme-ModuleColors-Muted .text-bhph{color:#604 !important;}body.theme-ModuleColors-Muted .text-tasks{color:#900 !important;}body.theme-ModuleColors-Muted .text-activity{color:#900 !important;}body.theme-ModuleColors-Muted .text-webmanager{color:#059 !important;}body.theme-ModuleColors-Muted .text-history{color:#409 !important;}body.theme-ModuleColors-Muted .text-setup{color:#679 !important;}body.theme-ModuleColors-Muted .text-recent{color:#960 !important;}body.theme-ModuleColors-Muted .bg-inventory{background-color:#036 !important;}body.theme-ModuleColors-Muted .bg-contacts{background-color:#900 !important;}body.theme-ModuleColors-Muted .bg-deals{background-color:#060 !important;}body.theme-ModuleColors-Muted .bg-accounting{background-color:#409 !important;}body.theme-ModuleColors-Muted .bg-bhph{background-color:#604 !important;}body.theme-ModuleColors-Muted .bg-tasks{background-color:#900 !important;}body.theme-ModuleColors-Muted .bg-activity{background-color:#900 !important;}body.theme-ModuleColors-Muted .bg-webmanager{background-color:#059 !important;}body.theme-ModuleColors-Muted .bg-history{background-color:#409 !important;}body.theme-ModuleColors-Muted .bg-setup{background-color:#679 !important;}body.theme-ModuleColors-Muted .bg-recent{background-color:#960 !important;}body.theme-ModuleColors-Muted .border-inventory{border-top:3px solid;border-color:#39f !important;}body.theme-ModuleColors-Muted .border-contacts{border-top:3px solid;border-color:#f33 !important;}body.theme-ModuleColors-Muted .border-deals{border-top:3px solid;border-color:#0c0 !important;}body.theme-ModuleColors-Muted .border-accounting{border-top:3px solid;border-color:#a6f !important;}body.theme-ModuleColors-Muted .border-bhph{border-top:3px solid;border-color:#c08 !important;}body.theme-ModuleColors-Muted .border-tasks{border-top:3px solid;border-color:#f66 !important;}body.theme-ModuleColors-Muted .border-activity{border-top:3px solid;border-color:#f66 !important;}body.theme-ModuleColors-Muted .border-webmanager{border-top:3px solid;border-color:#6bf !important;}body.theme-ModuleColors-Muted .border-history{border-top:3px solid;border-color:#a6f !important;}body.theme-ModuleColors-Muted .border-setup{border-top:3px solid;border-color:#a3adc2 !important;}body.theme-ModuleColors-Muted .border-recent{border-top:3px solid;border-color:#fa0 !important;}body.theme-ModuleColors-Muted .text-inventory.bg-inventory{color:#fff !important;}body.theme-ModuleColors-Muted .text-contacts.bg-contacts{color:#fff !important;}body.theme-ModuleColors-Muted .text-deals.bg-deals{color:#fff !important;}body.theme-ModuleColors-Muted .text-accounting.bg-accounting{color:#fff !important;}body.theme-ModuleColors-Muted .text-bhph.bg-bhph{color:#fff !important;}body.theme-ModuleColors-Muted .text-tasks.bg-tasks{color:#fff !important;}body.theme-ModuleColors-Muted .text-activity.bg-activity{color:#fff !important;}body.theme-ModuleColors-Muted .text-webmanager.bg-webmanager{color:#fff !important;}body.theme-ModuleColors-Muted .text-history.bg-history{color:#fff !important;}body.theme-ModuleColors-Muted .text-setup.bg-setup{color:#fff !important;}body.theme-ModuleColors-Muted .text-recent.bg-recent{color:#fff !important;}body.theme-ModuleColors-Muted .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a{color:#343a40 !important;}body.theme-ModuleColors-Muted .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a .fa{color:#fff !important;border-radius:50%;width:48px;font-size:24px;line-height:48px;}body.theme-ModuleColors-Muted .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-inventory .fa{background-color:#036 !important;}body.theme-ModuleColors-Muted .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-contacts .fa{background-color:#900 !important;}body.theme-ModuleColors-Muted .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-deals .fa{background-color:#060 !important;}body.theme-ModuleColors-Muted .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-accounting .fa{background-color:#409 !important;}body.theme-ModuleColors-Muted .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-bhph .fa{background-color:#604 !important;}body.theme-ModuleColors-Muted .ui-tabs.dashTabs>.ui-tabs-nav>li:not(.ui-tabs-active)>a.bg-webmanager .fa{background-color:#059 !important;}body.theme-MenuColor-Gray nav.flexSidebar{background:#cbd3da;}body.theme-MenuColor-Gray #sidebarContainer .sidebarHeader{color:#006fe5;border-bottom-color:#90a0af;}body.theme-MenuColor-Gray #sidebarContainer .sidebarHeader .sidebarHeaderLeft #sidebarToggle{color:#006fe5;}body.theme-MenuColor-Gray #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin{color:#adb5bd;}body.theme-MenuColor-Gray #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin:hover{color:#006fe5;}body.theme-MenuColor-Gray #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin.active{color:#00ff21;}body.theme-MenuColor-Gray #sidebarContainer .sidebarMenu ul li a.list-group-item-action{background:#cbd3da;color:#006fe5;border-top-color:#e9ecef;border-bottom-color:#90a0af;}body.theme-MenuColor-Gray #sidebarContainer .sidebarMenu ul li a.list-group-item-action:hover{background:#e9ecef;border-top-color:#fff;}body.theme-MenuColor-Gray #sidebarContainer .sidebarMenu ul li a.active{background:#e9ecef;border-top-color:#fff;}body.theme-MenuColor-Gray #sidebarContainer .sidebarMenu ul li .sidebarSubmenu{background:#b4bec8;}body.theme-MenuColor-Gray #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action{background:#b4bec8;color:#006fe5;}body.theme-MenuColor-Gray #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action:hover{background:#cbd3da;}body.theme-MenuColor-Gray #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.active{border-left-color:#00ff21;}body.theme-MenuColor-Gray #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-inner{color:#fff;background-color:#6bf;}body.theme-MenuColor-Gray #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-arrow{border-right-color:#6bf;}body.theme-MenuColor-Gray #sidebarInfo{border-top-color:#e9ecef !important;}body.theme-MenuColor-Gray #splitPaneTabsWrapper{background:#cbd3da;}body.theme-MenuColor-Gray #splitPaneTabsWrapper ul.splitPaneTabs li{background:#cbd3da;color:#006fe5;border-top-color:#e9ecef;border-bottom-color:#90a0af;}body.theme-MenuColor-Gray #splitPaneTabsWrapper ul.splitPaneTabs li:hover{background:#e9ecef;}body.theme-MenuColor-Gray #splitPaneTabsWrapper ul.splitPaneTabs li.active{background:#e9ecef;border-left-color:#00ff21;}body.theme-MenuColor-DarkBlue nav.flexSidebar{background:#001933;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarHeader{color:#fff;border-bottom-color:#000;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarHeader .sidebarHeaderLeft #sidebarToggle{color:#fff;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin{color:#adb5bd;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin:hover{color:#fff;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin.active{color:#9f0;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarMenu ul li a.list-group-item-action{background:#001933;color:#fff;border-top-color:#036;border-bottom-color:#000;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarMenu ul li a.list-group-item-action:hover{background:#036;border-top-color:#06c;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarMenu ul li a.active{background:#036;border-top-color:#06c;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu{background:#000d1a;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action{background:#000d1a;color:#fff;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action:hover{background:#001933;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.active{border-left-color:#9f0;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-inner{color:#fff;background-color:#6bf;}body.theme-MenuColor-DarkBlue #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-arrow{border-right-color:#6bf;}body.theme-MenuColor-DarkBlue #sidebarInfo{border-top-color:#036 !important;}body.theme-MenuColor-DarkBlue #splitPaneTabsWrapper{background:#001933;}body.theme-MenuColor-DarkBlue #splitPaneTabsWrapper ul.splitPaneTabs li{background:#001933;color:#fff;border-top-color:#036;border-bottom-color:#000;}body.theme-MenuColor-DarkBlue #splitPaneTabsWrapper ul.splitPaneTabs li:hover{background:#036;}body.theme-MenuColor-DarkBlue #splitPaneTabsWrapper ul.splitPaneTabs li.active{background:#036;border-left-color:#9f0;}body.theme-MenuColor-LightBlue nav.flexSidebar{background:#4a9be8;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarHeader{color:#fff;border-bottom-color:#1c82e3;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarHeader .sidebarHeaderLeft #sidebarToggle{color:#fff;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin{color:#adb5bd;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin:hover{color:#fff;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin.active{color:#9f0;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarMenu ul li a.list-group-item-action{background:#4a9be8;color:#fff;border-top-color:#77b4ee;border-bottom-color:#1c82e3;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarMenu ul li a.list-group-item-action:hover{background:#77b4ee;border-top-color:#a4cdf4;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarMenu ul li a.active{background:#77b4ee;border-top-color:#a4cdf4;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu{background:#2587e4;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action{background:#2587e4;color:#fff;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action:hover{background:#4a9be8;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.active{border-left-color:#9f0;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-inner{color:#fff;background-color:#6bf;}body.theme-MenuColor-LightBlue #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-arrow{border-right-color:#6bf;}body.theme-MenuColor-LightBlue #sidebarInfo{border-top-color:#77b4ee !important;}body.theme-MenuColor-LightBlue #splitPaneTabsWrapper{background:#4a9be8;}body.theme-MenuColor-LightBlue #splitPaneTabsWrapper ul.splitPaneTabs li{background:#4a9be8;color:#fff;border-top-color:#77b4ee;border-bottom-color:#1c82e3;}body.theme-MenuColor-LightBlue #splitPaneTabsWrapper ul.splitPaneTabs li:hover{background:#77b4ee;}body.theme-MenuColor-LightBlue #splitPaneTabsWrapper ul.splitPaneTabs li.active{background:#77b4ee;border-left-color:#9f0;}body.theme-MenuColor-MediumBlue nav.flexSidebar{background:#285d93;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarHeader{color:#fff;border-bottom-color:#183757;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarHeader .sidebarHeaderLeft #sidebarToggle{color:#fff;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin{color:#adb5bd;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin:hover{color:#fff;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin.active{color:#9f0;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarMenu ul li a.list-group-item-action{background:#285d93;color:#fff;border-top-color:#37b;border-bottom-color:#183757;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarMenu ul li a.list-group-item-action:hover{background:#37b;border-top-color:#5190d0;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarMenu ul li a.active{background:#37b;border-top-color:#5190d0;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu{background:#1d446b;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action{background:#1d446b;color:#fff;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action:hover{background:#285d93;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.active{border-left-color:#9f0;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-inner{color:#fff;background-color:#6bf;}body.theme-MenuColor-MediumBlue #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-arrow{border-right-color:#6bf;}body.theme-MenuColor-MediumBlue #sidebarInfo{border-top-color:#37b !important;}body.theme-MenuColor-MediumBlue #splitPaneTabsWrapper{background:#285d93;}body.theme-MenuColor-MediumBlue #splitPaneTabsWrapper ul.splitPaneTabs li{background:#285d93;color:#fff;border-top-color:#37b;border-bottom-color:#183757;}body.theme-MenuColor-MediumBlue #splitPaneTabsWrapper ul.splitPaneTabs li:hover{background:#37b;}body.theme-MenuColor-MediumBlue #splitPaneTabsWrapper ul.splitPaneTabs li.active{background:#37b;border-left-color:#9f0;}body.theme-MenuColor-Purple nav.flexSidebar{background:#190033;}body.theme-MenuColor-Purple #sidebarContainer .sidebarHeader{color:#fff;border-bottom-color:#000;}body.theme-MenuColor-Purple #sidebarContainer .sidebarHeader .sidebarHeaderLeft #sidebarToggle{color:#fff;}body.theme-MenuColor-Purple #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin{color:#adb5bd;}body.theme-MenuColor-Purple #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin:hover{color:#fff;}body.theme-MenuColor-Purple #sidebarContainer .sidebarHeader .sidebarHeaderRight #sidebarPin.active{color:#9f0;}body.theme-MenuColor-Purple #sidebarContainer .sidebarMenu ul li a.list-group-item-action{background:#190033;color:#fff;border-top-color:#306;border-bottom-color:#000;}body.theme-MenuColor-Purple #sidebarContainer .sidebarMenu ul li a.list-group-item-action:hover{background:#306;border-top-color:#60c;}body.theme-MenuColor-Purple #sidebarContainer .sidebarMenu ul li a.active{background:#306;border-top-color:#60c;}body.theme-MenuColor-Purple #sidebarContainer .sidebarMenu ul li .sidebarSubmenu{background:#0d001a;}body.theme-MenuColor-Purple #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action{background:#0d001a;color:#fff;}body.theme-MenuColor-Purple #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.list-group-item-action:hover{background:#190033;}body.theme-MenuColor-Purple #sidebarContainer .sidebarMenu ul li .sidebarSubmenu a.active{border-left-color:#9f0;}body.theme-MenuColor-Purple #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-inner{color:#fff;background-color:#6bf;}body.theme-MenuColor-Purple #sidebarContainer .sidebarMenu ul .tooltip.right .tooltip-arrow{border-right-color:#6bf;}body.theme-MenuColor-Purple #sidebarInfo{border-top-color:#306 !important;}body.theme-MenuColor-Purple #splitPaneTabsWrapper{background:#190033;}body.theme-MenuColor-Purple #splitPaneTabsWrapper ul.splitPaneTabs li{background:#190033;color:#fff;border-top-color:#306;border-bottom-color:#000;}body.theme-MenuColor-Purple #splitPaneTabsWrapper ul.splitPaneTabs li:hover{background:#306;}body.theme-MenuColor-Purple #splitPaneTabsWrapper ul.splitPaneTabs li.active{background:#306;border-left-color:#9f0;}body.theme-HeaderColor-DarkBlue header.flexHeader,body.theme-HeaderColor-DarkBlue .bootstrap-dialog .modal-header,body.theme-HeaderColor-DarkBlue .ui-dialog:not(.type-danger)>.ui-widget-header{background-color:#036 !important;}body.theme-HeaderColor-DarkBlue .headerContainer .mainLogo:hover,body.theme-HeaderColor-DarkBlue .headerContainer .lotInfo:hover,body.theme-HeaderColor-DarkBlue .headerContainer .headerIcon:hover,body.theme-HeaderColor-DarkBlue .headerContainer .userInfo:hover{background-color:#004c99 !important;}body.theme-HeaderColor-DarkBlue .ui-tabs.formTabs>.ui-tabs-nav>li.ui-tabs-active>a{border-color:#004c99 !important;}body.theme-HeaderColor-DarkBlue .nav-tabs.formTabs>li.active>a{border-color:#004c99 !important;}body.theme-HeaderColor-LightBlue header.flexHeader,body.theme-HeaderColor-LightBlue .bootstrap-dialog .modal-header,body.theme-HeaderColor-LightBlue .ui-dialog:not(.type-danger)>.ui-widget-header{background-color:#77b4ee !important;}body.theme-HeaderColor-LightBlue .headerContainer .mainLogo:hover,body.theme-HeaderColor-LightBlue .headerContainer .lotInfo:hover,body.theme-HeaderColor-LightBlue .headerContainer .headerIcon:hover,body.theme-HeaderColor-LightBlue .headerContainer .userInfo:hover{background-color:#4a9be8 !important;}body.theme-HeaderColor-LightBlue .ui-tabs.formTabs>.ui-tabs-nav>li.ui-tabs-active>a{border-color:#7cf !important;}body.theme-HeaderColor-LightBlue .nav-tabs.formTabs>li.active>a{border-color:#7cf !important;}body.theme-HeaderColor-MediumBlue header.flexHeader,body.theme-HeaderColor-MediumBlue .bootstrap-dialog .modal-header,body.theme-HeaderColor-MediumBlue .ui-dialog:not(.type-danger)>.ui-widget-header{background-color:#37b !important;}body.theme-HeaderColor-MediumBlue .headerContainer .mainLogo:hover,body.theme-HeaderColor-MediumBlue .headerContainer .lotInfo:hover,body.theme-HeaderColor-MediumBlue .headerContainer .headerIcon:hover,body.theme-HeaderColor-MediumBlue .headerContainer .userInfo:hover{background-color:#48c !important;}body.theme-HeaderColor-MediumBlue .ui-tabs.formTabs>.ui-tabs-nav>li.ui-tabs-active>a{border-color:#59d !important;}body.theme-HeaderColor-MediumBlue .nav-tabs.formTabs>li.active>a{border-color:#59d !important;}body.theme-HeaderColor-Purple header.flexHeader,body.theme-HeaderColor-Purple .bootstrap-dialog .modal-header,body.theme-HeaderColor-Purple .ui-dialog:not(.type-danger)>.ui-widget-header{background-color:#306 !important;}body.theme-HeaderColor-Purple .headerContainer .mainLogo:hover,body.theme-HeaderColor-Purple .headerContainer .lotInfo:hover,body.theme-HeaderColor-Purple .headerContainer .headerIcon:hover,body.theme-HeaderColor-Purple .headerContainer .userInfo:hover{background-color:#50a !important;}body.theme-HeaderColor-Purple .ui-tabs.formTabs>.ui-tabs-nav>li.ui-tabs-active>a{border-color:#50a !important;}body.theme-HeaderColor-Purple .nav-tabs.formTabs>li.active>a{border-color:#50a !important;}body.theme-BackgroundColor-White{background-color:#fff !important;}body.theme-BackgroundColor-Gray100{background-color:#f8f9fa !important;}body.theme-BackgroundColor-Gray200{background-color:#e9ecef !important;}body.theme-BackgroundColor-Gray400{background-color:#ced4da !important;}body.theme-BackgroundColor-Gray555{background-color:#889099 !important;}body.theme-BackgroundColor-LightBlue{background-color:#def !important;}body.theme-BackgroundColor-MediumBlue{background-color:#9cf !important;}body.theme-BackgroundColor-DarkBlue{background-color:#2c4977 !important;}body.theme-LabelsStyle-Large fieldset label,body.theme-LabelsStyle-Large ul.horizontal>li .editor-label,body.theme-LabelsStyle-Large ul.fieldsVertical>li .editor-label,body.theme-LabelsStyle-Large ul.fieldsVerticalInline>li .editor-label,body.theme-LabelsStyle-Large ul.fieldsHorizontal>li .editor-label,body.theme-LabelsStyle-Large ul.fieldsHorizontalInline>li .editor-label,body.theme-LabelsStyle-Large ul.horizontal>li .editor-label>label,body.theme-LabelsStyle-Large ul.fieldsVertical>li .editor-label>label,body.theme-LabelsStyle-Large ul.fieldsVerticalInline>li .editor-label>label,body.theme-LabelsStyle-Large ul.fieldsHorizontal>li .editor-label>label,body.theme-LabelsStyle-Large ul.fieldsHorizontalInline>li .editor-label>label{font-size:14px;}body.theme-LabelsStyle-Large .input-group-addon>label{font-size:14px;}body.theme-LabelsStyle-Normal label,body.theme-LabelsStyle-Normal ul.horizontal>li .editor-label,body.theme-LabelsStyle-Normal ul.fieldsVertical>li .editor-label,body.theme-LabelsStyle-Normal ul.fieldsVerticalInline>li .editor-label,body.theme-LabelsStyle-Normal ul.fieldsHorizontal>li .editor-label,body.theme-LabelsStyle-Normal ul.fieldsHorizontalInline>li .editor-label{font-size:12px;}body.theme-LabelsStyle-Normal .input-group-addon>label{font-size:12px;}body.theme-InputsStyle-Normal input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not(.input-lg):not(.jqx-widget):not(.jqx-widget-content),body.theme-InputsStyle-Normal textarea,body.theme-InputsStyle-Normal select:not(.combo),body.theme-InputsStyle-Normal .selectize-input>input,body.theme-InputsStyle-Normal .selectize-input>.item{font-weight:500 !important;}body.theme-InputsStyle-Bold input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=hidden]):not([type=radio]):not(.input-lg):not(.jqx-widget):not(.jqx-widget-content),body.theme-InputsStyle-Bold textarea,body.theme-InputsStyle-Bold select:not(.combo),body.theme-InputsStyle-Bold .selectize-input>input,body.theme-InputsStyle-Bold .selectize-input>.item{font-weight:700 !important;}body.theme-TabsStyle-Raised .ui-tabs.formTabs{padding:0;border:none;border-radius:0;background-image:none;position:relative;}body.theme-TabsStyle-Raised .ui-tabs.formTabs>.ui-tabs-nav{padding:0;border:none;border-radius:0;background-image:none;background-color:transparent;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;}body.theme-TabsStyle-Raised .ui-tabs.formTabs>.ui-tabs-nav>li{padding:0;border:none;border-radius:0;background-image:none;margin:0 4px 0 0;}body.theme-TabsStyle-Raised .ui-tabs.formTabs>.ui-tabs-nav>li>a{padding:0;background-image:none;border:none;border-radius:0;padding:8px 15px !important;background-color:#e9ecef !important;color:#006fe5 !important;box-shadow:0 -3px 4px 0 rgba(0,0,0,.1),-3px -3px 4px 0 rgba(0,0,0,.1),3px -3px 4px 0 rgba(0,0,0,.1),inset 0 -5px 5px -5px rgba(0,0,0,.3);}body.theme-TabsStyle-Raised .ui-tabs.formTabs>.ui-tabs-nav>li>a:hover{background-color:#f8f9fa !important;color:#004a99 !important;box-shadow:-3px -3px 4px 0 rgba(0,0,0,.1),3px -3px 4px 0 rgba(0,0,0,.1);}body.theme-TabsStyle-Raised .ui-tabs.formTabs>.ui-tabs-nav>li.ui-tabs-active>a{padding:0;background-image:none;border:none;border-radius:0;margin-top:-6px;border-top:6px solid #6bf;border-top-left-radius:3px;border-top-right-radius:3px;background-color:#f8f9fa !important;color:#343a40 !important;box-shadow:-3px -3px 4px 0 rgba(0,0,0,.1),3px -3px 4px 0 rgba(0,0,0,.1);}body.theme-TabsStyle-Raised .ui-tabs.formTabs>.ui-tabs-nav>li.ui-tabs-active>a:hover{color:#6c757d !important;}body.theme-TabsStyle-Raised .ui-tabs.formTabs>.ui-tabs-nav>li.float-right{margin-right:0;margin-left:4px;}body.theme-TabsStyle-Raised .ui-tabs.formTabs>.ui-tabs-panel{padding:0;border:none;border-radius:0;background-image:none;padding:0 0 0 !important;background-color:#f8f9fa;box-shadow:0 0 6px 0 #889099;}body.theme-TabsStyle-Raised .ui-tabs.formTabs.raisedTabsIndent>ul{padding-left:5px !important;padding-right:5px !important;}body.theme-TabsStyle-Raised .nav-tabs.formTabs{padding:0;border:none;border-radius:0;background-image:none;z-index:1;}body.theme-TabsStyle-Raised .nav-tabs.formTabs>li{padding:0;border:none;border-radius:0;background-image:none;margin:0 4px 0 0;}body.theme-TabsStyle-Raised .nav-tabs.formTabs>li>a{padding:0;background-image:none;border:none;border-radius:0;padding:8px 20px !important;background-color:#e9ecef !important;color:#006fe5 !important;font-weight:bold;box-shadow:0 -3px 4px 0 rgba(0,0,0,.1),-3px -3px 4px 0 rgba(0,0,0,.1),3px -3px 4px 0 rgba(0,0,0,.1),inset 0 -5px 5px -5px rgba(0,0,0,.3);}body.theme-TabsStyle-Raised .nav-tabs.formTabs>li>a:hover{background-color:#f8f9fa !important;color:#004a99 !important;box-shadow:-3px -3px 4px 0 rgba(0,0,0,.1),3px -3px 4px 0 rgba(0,0,0,.1);}body.theme-TabsStyle-Raised .nav-tabs.formTabs>li.active>a{padding:0;background-image:none;border:none;border-radius:0;margin-top:-6px;border-top:6px solid #6bf;border-top-left-radius:3px;border-top-right-radius:3px;background-color:#f8f9fa !important;color:#343a40 !important;box-shadow:-3px -3px 4px 0 rgba(0,0,0,.1),3px -3px 4px 0 rgba(0,0,0,.1);}body.theme-TabsStyle-Raised .nav-tabs.formTabs>li.active>a:hover{color:#6c757d !important;}body.theme-TabsStyle-Raised .tab-content.formTabs>.tab-pane{padding:0;border:none;border-radius:0;background-image:none;padding:0 0 0 !important;background-color:#f8f9fa;box-shadow:0 0 6px 0 #889099;}body.theme-TabsStyle-Flat .ui-tabs.formTabs{padding:0;border:none;border-radius:0;background-image:none;position:relative;box-shadow:0 0 6px 0 #889099;}body.theme-TabsStyle-Flat .ui-tabs.formTabs>.ui-tabs-nav{padding:0;border:none;border-radius:0;background-image:none;background-color:#f8f9fa !important;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;border-bottom:1px solid #ced4da;}body.theme-TabsStyle-Flat .ui-tabs.formTabs>.ui-tabs-nav>li{padding:0;border:none;border-radius:0;background-image:none;margin:0;}body.theme-TabsStyle-Flat .ui-tabs.formTabs>.ui-tabs-nav>li>a{padding:0;background-image:none;border:none;border-radius:0;padding:10px 15px 6px !important;background-color:#f8f9fa !important;border-bottom:4px solid #f8f9fa;color:#006fe5 !important;font-weight:bold;}body.theme-TabsStyle-Flat .ui-tabs.formTabs>.ui-tabs-nav>li>a:hover{color:#004a99 !important;border-bottom:4px solid #b3d7ff;}body.theme-TabsStyle-Flat .ui-tabs.formTabs>.ui-tabs-nav>li.ui-tabs-active>a{padding:0;background-image:none;border:none;border-radius:0;padding:10px 15px 6px !important;border-bottom:4px solid #6bf;color:#343a40 !important;font-weight:bold;}body.theme-TabsStyle-Flat .ui-tabs.formTabs>.ui-tabs-nav>li.ui-tabs-active>a:hover{color:#6c757d !important;}body.theme-TabsStyle-Flat .ui-tabs.formTabs>.ui-tabs-panel{padding:0;border:none;border-radius:0;background-image:none;background-color:#f8f9fa;}body.theme-TabsStyle-Flat .nav-tabs.formTabs{padding:0;border:none;border-radius:0;background-image:none;background-color:#f8f9fa !important;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;border-bottom:1px solid #ced4da;}body.theme-TabsStyle-Flat .nav-tabs.formTabs>li{padding:0;border:none;border-radius:0;background-image:none;margin:0;}body.theme-TabsStyle-Flat .nav-tabs.formTabs>li>a{padding:0;background-image:none;border:none;border-radius:0;padding:10px 15px 6px !important;background-color:#f8f9fa !important;border-bottom:4px solid #f8f9fa;color:#006fe5 !important;font-weight:bold;}body.theme-TabsStyle-Flat .nav-tabs.formTabs>li>a:hover{color:#004a99 !important;border-bottom:4px solid #b3d7ff;}body.theme-TabsStyle-Flat .nav-tabs.formTabs>li.active>a{padding:0;background-image:none;border:none;border-radius:0;padding:10px 15px 6px !important;border-bottom:4px solid #6bf;color:#343a40 !important;font-weight:bold;}body.theme-TabsStyle-Flat .nav-tabs.formTabs>li.active>a:hover{color:#6c757d !important;}body.theme-TabsStyle-Flat .tab-content.formTabs>.tab-pane{padding:0;border:none;border-radius:0;background-image:none;background-color:#f8f9fa;}body.theme-ToolbarIcons-HideIcons ul.toolbar>li:not(.toolbarHeading) .fa{display:none;}body.theme-ToolbarIcons-HideIcons ul.toolbar>li .backLink .fa,body.theme-ToolbarIcons-HideIcons ul.toolbar>li .closeLink .fa,body.theme-ToolbarIcons-HideIcons ul.toolbar>li .formSubmitLink .fa,body.theme-ToolbarIcons-HideIcons ul.toolbar>li .toolbarTasksIcons .fa,body.theme-ToolbarIcons-HideIcons ul.toolbar>li .fa.alwaysShow{display:inline-block;}.anim-headericon-highlight a.headerIcon{animation-duration:1s;animation-name:frames-headericon-highlight;animation-iteration-count:infinite;animation-direction:alternate;}@keyframes frames-headericon-highlight{from{background:#292;color:#fff;}to{background:#070;color:#cfc;}}.anim-slidein-right{animation-duration:.5s;animation-name:frames-slidein-right;}@keyframes frames-slidein-right{from{transform:translate(100%,0);}to{transform:translate(0,0);}}
.notice-loading,.notice-loading-main,.notice-toast,.notice-toast-main {
    z-index: 99999
}

.notice-mask {
    z-index: 99998
}

.notice-flex-center {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.notice-fixed-all-page {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.notice-loading-main p {
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-left: 1px
}

.notice-toast {
    left: 50%;
    position: fixed;
    top: 0;
    transform: translateX(-50%)
}

.notice-toast-main {
    align-items: center;
    background: #f0f9eb;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    max-width: 80vw;
    min-width: 40vw;
    opacity: 0;
    padding: 12px 30px;
    transition: all .5s ease-in-out
}

.notice-toast-main-active {
    opacity: 1
}

.notice-toast-container {
    align-items: center;
    display: flex
}

.notice-toast-main .notice-toast-icon {
    font-size: 18px;
    margin-right: 10px;
    margin-bottom:10px;
    margin-top:10px;
}

.notice-toast-main .notice-toast-text {
    font-size: 14px;
    max-width: calc(80vw - 125px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top:10px;
}

.notice-toast-main .notice-close-icon {
    color: #c0c4cc;
    cursor: pointer;
    font-size: 12px;
    margin-left: 20px
}

@media screen and (max-width: 576px) {
    .notice-toast {
        top:45%;
        transform: translate(-50%)
    }

    .notice-toast-container {
        flex-direction: column
    }

    .notice-toast-main {
        background: rgba(144,147,153,.9)!important;
        padding: 15px
    }

    .notice-toast-main .notice-toast-icon {
        color: #f4f4f5!important;
        font-size: 40px;
        margin-bottom: 10px;
        margin-right: 0
    }

    .notice-toast-truncate-second {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal!important
    }

    .notice-toast-main .notice-toast-text {
        color: #f4f4f5!important;
        font-size: 13px;
        max-width: 70vw
    }

    .notice-close-icon {
        display: none
    }
}

@font-face {
    font-family: iconfont;
    src: url(https://at.alicdn.com/t/font_2516292_xczpj31d8bf.eot);
    src: url(https://at.alicdn.com/t/font_2516292_xczpj31d8bf.eot#iefix) format("embedded-opentype"),url(https://at.alicdn.com/t/font_2516292_xczpj31d8bf.woff2) format("woff2"),url(https://at.alicdn.com/t/font_2516292_xczpj31d8bf.woff) format("woff"),url(https://at.alicdn.com/t/font_2516292_xczpj31d8bf.ttf) format("truetype"),url(https://at.alicdn.com/t/font_2516292_xczpj31d8bf.svg#iconfont) format("svg")
}

.notice-iconfont {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    font-family: iconfont!important;
    font-style: normal
}

.notice-loading-cube-flip {
    -webkit-animation: notice-loading-cube-flip-rotate 1.2s ease-in-out infinite;
    animation: notice-loading-cube-flip-rotate 1.2s ease-in-out infinite;
    height: 40px;
    margin: 10px auto;
    width: 40px
}

.notice-loading-dots-zoom {
    height: 40px;
    margin: 10px auto;
    position: relative;
    width: 40px
}

.notice-loading-dots-zoom1,.notice-loading-dots-zoom2 {
    -webkit-animation: notice-loading-dots-zoom-bounce 2s ease-in-out infinite;
    animation: notice-loading-dots-zoom-bounce 2s ease-in-out infinite;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

.notice-loading-dots-zoom2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.notice-loading-line {
    font-size: 10px;
    height: 40px;
    margin: 10px auto;
    text-align: center;
    width: 50px
}

.notice-loading-line>div {
    -webkit-animation: notice-loading-line-delay 1.2s ease-in-out infinite;
    animation: notice-loading-line-delay 1.2s ease-in-out infinite;
    display: inline-block;
    height: 100%;
    width: 6px
}

.notice-loading-line .notice-loading-line-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.notice-loading-line .notice-loading-line-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.notice-loading-line .notice-loading-line-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.notice-loading-line .notice-loading-line-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.notice-loading-spin-dots {
    -webkit-animation: notice-loading-spin-dots-rotate 2s linear infinite;
    animation: notice-loading-spin-dots-rotate 2s linear infinite;
    height: 45px;
    margin: 20px auto;
    position: relative;
    text-align: center;
    width: 45px
}

.notice-loading-spin-dot1,.notice-loading-spin-dot2 {
    -webkit-animation: notice-loading-spin-dots-bounce 2s ease-in-out infinite;
    animation: notice-loading-spin-dots-bounce 2s ease-in-out infinite;
    border-radius: 100%;
    display: inline-block;
    height: 60%;
    position: absolute;
    top: 0;
    width: 60%
}

.notice-loading-spin-dot2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    bottom: 0;
    top: auto
}

.notice-loading-cube-zoom {
    height: 40px;
    margin: 10px auto;
    width: 40px
}

.notice-loading-cube-zoom>div {
    -webkit-animation: notice-loading-cube-zoom-delay 1.3s ease-in-out infinite;
    animation: notice-loading-cube-zoom-delay 1.3s ease-in-out infinite;
    float: left;
    height: 33%;
    width: 33%
}

.notice-loading-cube-zoom-1 {
    -webkit-animation-delay: .2s!important;
    animation-delay: .2s!important
}

.notice-loading-cube-zoom-2 {
    -webkit-animation-delay: .3s!important;
    animation-delay: .3s!important
}

.notice-loading-cube-zoom-3 {
    -webkit-animation-delay: .4s!important;
    animation-delay: .4s!important
}

.notice-loading-cube-zoom-4 {
    -webkit-animation-delay: .1s!important;
    animation-delay: .1s!important
}

.notice-loading-cube-zoom-5 {
    -webkit-animation-delay: .2s!important;
    animation-delay: .2s!important
}

.notice-loading-cube-zoom-6 {
    -webkit-animation-delay: .3s!important;
    animation-delay: .3s!important
}

.notice-loading-cube-zoom-7 {
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important
}

.notice-loading-cube-zoom-8 {
    -webkit-animation-delay: .1s!important;
    animation-delay: .1s!important
}

.notice-loading-cube-zoom-9 {
    -webkit-animation-delay: .2s!important;
    animation-delay: .2s!important
}

.notice-loading-dots {
    margin: 15px auto;
    text-align: center;
    width: 65px
}

.notice-loading-dots>div {
    -webkit-animation: notice-loading-dots-delay 1.4s ease-in-out infinite both;
    animation: notice-loading-dots-delay 1.4s ease-in-out infinite both;
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    width: 15px
}

.notice-loading-dot1 {
    -webkit-animation-delay: -.32s!important;
    animation-delay: -.32s!important
}

.notice-loading-dot2 {
    -webkit-animation-delay: -.16s!important;
    animation-delay: -.16s!important
}

@-webkit-keyframes notice-loading-cube-flip-rotate {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes notice-loading-cube-flip-rotate {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@-webkit-keyframes notice-loading-dots-zoom-bounce {
    0%,to {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes notice-loading-dots-zoom-bounce {
    0%,to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes notice-loading-line-delay {
    0%,40%,to {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes notice-loading-line-delay {
    0%,40%,to {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@-webkit-keyframes notice-loading-spin-dots-rotate {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes notice-loading-spin-dots-rotate {
    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes notice-loading-spin-dots-bounce {
    0%,to {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes notice-loading-spin-dots-bounce {
    0%,to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes notice-loading-cube-zoom-delay {
    0%,70%,to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

@keyframes notice-loading-cube-zoom-delay {
    0%,70%,to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

@-webkit-keyframes notice-loading-dots-delay {
    0%,80%,to {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes notice-loading-dots-delay {
    0%,80%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/**
 * cosyAlert
 * @author Jan Ebsen <xicrow@gmail.com>
 * @version 1.0.0
 * @date 2013-04-09
 * @copyright Jan Ebsen 2013
 */
.cosyAlert-container{margin:10px;padding:0;position:fixed;width:500px;font-weight:400;font-size:13px;font-family:Tahoma,Geneva,sans-serif;z-index:9999}.cosyAlert-container.top{top:0}.cosyAlert-container.middle{top:40%}.cosyAlert-container.bottom{bottom:0}.cosyAlert-container.left{left:0}.cosyAlert-container.center{margin:10px auto;left:0;right:0}.cosyAlert-container.right{right:0}.cosyAlert{margin:5px 0;padding:10px;position:relative;top:0;left:0;border-width:1px;border-style:solid;z-index:9999}.cosyAlert.alert{color:#C09853;background-color:#FCF8E3;border-color:#FBEED5}.cosyAlert.notice{color:#3A87AD;background-color:#D9EDF7;border-color:#BCE8F1}.cosyAlert.success{color:#468847;background-color:#DFF0D8;border-color:#D6E9C6}.cosyAlert.error{color:#B94A48;background-color:#F2DEDE;border-color:#EED3D7}.cosyAlert .close{margin:0;padding:0;position:absolute;top:5px;right:5px;font-weight:700;font-size:15px;line-height:15px;color:#444;cursor:pointer}.cosyAlert .close:hover{color:#000}.cosyAlert .loader{margin-top:15px;width:100%;height:5px;clear:both}.cosyAlert .loader-bar{width:100%;height:5px;background:#BBB}
:root {
    --jqx-grid-row-height: 36px;
    --jqx-grid-column-height: 48px;
    --jqx-grid-show-column-lines: 1;
    --jqx-list-item-height: -1;
    --jqx-grid-filter-menu-items-height: 30px;
    --jqx-dropdown-animation: transform;
    --jqx-datetimeinput-dropdown-height: 280px;
    --jqx-datetimeinput-dropdown-width: 280px;
    --jqx-calendar-header-height: 40px;
    --jqx-calendar-title-height: 49px;
    --jqx-icon-calendar: '\e829'; /* Code of calendar icon */
    --jqx-icon-filter: '\f0b0'; /* Code of filter icon */
    --jqx-icon-menu: '\f0c9'; /* Code of menu icon */
    --jqx-icon-check: '\e908'; /* Code of check icon */
    --jqx-icon-first-page: '\e900'; /* Code of first page icon */
    --jqx-icon-arrow-down: '\e901'; /* Code of down arrow icon */
    --jqx-icon-arrow-left: '\e902'; /* Code of left arrow icon */
    --jqx-icon-arrow-right: '\e903'; /* Code of right arrow icon */
    --jqx-icon-arrow-up: '\e904'; /* Code of up arrow icon */
    --jqx-icon-arrow-down-filled: '\e812'; /* Code of filled down arrow icon */
    --jqx-icon-arrow-left-filled: '\e816'; /* Code of filled left arrow icon */
    --jqx-icon-arrow-right-filled: '\e81e'; /* Code of filled right arrow icon */
    --jqx-icon-arrow-up-filled: '\e815'; /* Code of filled up arrow icon */
    --jqx-icon-visibility: '\e90d'; /* Code of visibility icon */
    --jqx-icon-visibility-off: '\e90e'; /* Code of visibility off icon */
    --jqx-icon-last-page: '\e905'; /* Code of last page icon */
    --jqx-icon-close: '\e80d'; /* Code of close icon */
    --jqx-icon-search: '\e828'; /* Code of search icon */
    --jqx-border-radius: 4px;
    --jqx-font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --jqx-font-size: 14px;
    --jqx-action-button-size: 25px;
}

/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
/*top-right rounded Corners*/
.jqx-rc-tr {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*top rounded Corners*/
.jqx-rc-t {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
/*bottom rounded Corners*/
.jqx-rc-b {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*right rounded Corners*/
.jqx-rc-r {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*left rounded Corners*/
.jqx-rc-l {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*all rounded Corners*/
.jqx-rc-all {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/*reset rounded corners*/
.jqx-rc-reset {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

/*Reset Style*/
.jqx-reset {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    outline: none;
    box-sizing: content-box;
}

.jqx-clear {
    align: left;
    valign: top;
    left: 0px;
    top: 0px;
    -webkit-appearance: none !important;
    outline: none !important;
    padding: 0px;
    margin: 0px;
}

.jqx-popup {
    box-sizing: content-box;
}

.jqx-position-reset {
    position: static !important;
}

.jqx-border-reset {
    border: none !important;
}

.jqx-overflow-hidden {
    overflow: hidden !important;
}

.jqx-position-relative {
    position: relative !important;
}

.jqx-position-absolute {
    position: absolute !important;
}

.jqx-max-size {
    width: 100% !important;
    height: 100% !important;
}

.jqx-background-reset {
    background: transparent !important;
}
/*Disable browser selection*/
.jqx-disableselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.jqx-enableselect {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: all;
}

.jqx-hideborder {
    border: none !important;
}

.jqx-hidescrollbars {
    overflow: hidden !important;
}
/*jqxButton, jqxToggleButton, jqxRepeatButton Style*/
.jqx-button {
    outline: none;
    border: 1px solid transparent;
    padding: 5px;
    text-align: center;
    vertical-align: central;
    margin: 0 0 0 0;
    cursor: default;
}
.jqx-button[aria-disabled="true"] {
    pointer-events:none;
}
button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.jqx-buttongroup {
}

.jqx-group-button-normal {
    vertical-align: middle;
    text-align: center;
}
/*applied to the link button's anchor element.*/
.jqx-link {
    text-decoration: none;
    color: #111111;
}

/*shows elements.*/
.jqx-visible {
    display: block;
}
/*hides elements.*/
.jqx-hidden {
    display: none;
}

.jqx-widget, .jqx-widget-content, .jqx-widget-header, .jqx-fill-state-normal {
    line-height: 1.231;
}
/*jqxGauge Style*/
.jqx-gauge-label, .jqx-gauge-caption {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Verdana;
}

.jqx-knob {
    text-align: center;
}
/*jqxChart Style*/
.jqx-knob-label,
.jqx-chart-axis-text,
.jqx-chart-label-text,
.jqx-chart-tooltip-text,
.jqx-chart-legend-text {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Verdana;
}

.jqx-chart-axis-description {
    fill: #555555;
    color: #555555;
    font-size: 11px;
    font-family: Verdana;
}

.jqx-chart-title-text {
    fill: #111111;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
}

.jqx-chart-title-description {
    fill: #111111;
    color: #111111;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
}

/*applied to the Grid's element.*/
.jqx-grid {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
}

    .jqx-grid .jqx-adaptive-table {
        border-collapse: collapse;
        border: none;
        width: 100%;
    }

        .jqx-grid .jqx-adaptive-table td, .jqx-grid .jqx-adaptive-table th {
            border-bottom: 1px solid #ddd;
            padding: 8px;
            overflow: auto;
        }

        .jqx-grid .jqx-adaptive-table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        .jqx-grid .jqx-adaptive-table th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #4CAF50;
            color: white;
        }

    .jqx-grid .jqx-adaptive-view a {
        padding: 10px;
        text-decoration: none;
        color: orangered;
    }

/*applied to the Pager.*/
.jqx-grid-pager {
    border: none;
    border-top: 1px solid transparent;
}
/*applied to the Top Pager.*/
.jqx-grid-pager-top {
    border: none;
    border-bottom: 1px solid transparent;
}

.jqx-grid-pager-number {
    padding: 2px 5px;
    text-decoration: none;
    margin: 1px;
    border: 1px solid transparent;
    color: inherit !important;
    outline: none;
    font-weight: normal !important;
    line-height: 14px;
}

.jqx-grid-menu-item-touch {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
/*applied to the Grid's bottom-right area between the horizontal and vertical scrollbars.*/
.jqx-grid-bottomright {
}
/*applied to the Grid's header area.*/
.jqx-grid-header {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    overflow: hidden;
    border-color: transparent;
    margin: 0px;
    padding: 0px;
}
/*applied to the columns.*/
.jqx-grid-column-header, .jqx-grid-columngroup-header {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: transparent;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.jqx-grid-column-header-rtl, .jqx-grid-columngroup-header-rtl {
    border-width: 0px 0px 0px 1px;
}

.jqx-grid-columngroup-header {
    border-bottom-width: 1px;
    border-left-width: 1px;
}
/*applied to the column's button.*/
.jqx-grid-column-menubutton {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: transparent;
    background-image: url(/Content/jqWidgets/images/icon-menu-small.png) !important;
    background-repeat: no-repeat;
    background-position: center !important;
    cursor: pointer;
}

.jqx-grid-column-menubutton-rtl {
    border-width: 0px 1px 0px 0px;
}
/*applied to the column's sort button when the sort order is ascending.*/
.jqx-grid-column-sortascbutton {
    border: none;
    background-image: url(/Content/jqWidgets/images/sortascbutton.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
/*applied to the column's sort button when the sort order is descending.*/
.jqx-grid-column-sortdescbutton {
    border: none;
    background-image: url(/Content/jqWidgets/images/sortdescbutton.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
/*applied to the column's filter button.*/
.jqx-grid-column-filterbutton {
    border: none;
    background-image: url(/Content/jqWidgets/images/filter.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
}
/*applied to the column's resize line.*/
.jqx-grid-column-resizeline {
    border-right: 1px dotted #555;
}
/*applied to the validation popup during cell editing.*/
.jqx-grid-validation {
    background: #df2227 !important;
    color: #fff !important;
    padding: 4px 8px;
}

.jqx-grid-validation-label {
    color: #fff !important;
    background: #df2227 !important;
    border: 1px solid #df2227 !important;
}

.jqx-grid-validation-arrow-up {
    background-image: url(/Content/jqWidgets/images/red_arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.jqx-grid-validation-arrow-down {
    background-image: url(/Content/jqWidgets/images/red_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/*applied to the column's resize start line.*/
.jqx-grid-column-resizestartline {
    border-right: 1px solid #444;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortasc-icon {
    background-image: url(/Content/jqWidgets/images/icon-sort-asc.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortdesc-icon {
    background-image: url(/Content/jqWidgets/images/icon-sort-desc.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the grid menu's sort remove item/*/
.jqx-grid-sortremove-icon {
    background-image: url(/Content/jqWidgets/images/icon-sort-remove.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the grouping column's drag and drop item when the drop operation is allowed.*/
.jqx-grid-drag-icon {
    background-image: url(/Content/jqWidgets/images/drag.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
}
/*applied to the grouping column's drag and drop item when the drop operation is not allowed.*/
.jqx-grid-dragcancel-icon {
    background-image: url(/Content/jqWidgets/images/dragcancel.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
}
/*applied to the 'group by' menu item.*/
.jqx-grid-groupby-icon {
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the column anchor tags.*/
.jqx-grid-column-header a:link, .jqx-grid-column-header a:visited {
    display: block;
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    color: inherit;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}

.jqx-grid-toolbar a:link, .jqx-grid-toolbar a:visited {
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    color: inherit;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}
/*applied to the groups header area.*/
.jqx-grid-groups-header, .jqx-grid-toolbar, .jqx-scheduler-toolbar {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
/*applied to a grouping row.*/
.jqx-grid-groups-row {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    padding: 0px;
    top: 50%;
    margin-top: -8px;
}
/*applied to the row details.*/
.jqx-grid-groups-row-details {
    font-weight: normal;
}
/*applied to a grouping column.*/
.jqx-grid-group-column {
    border: 1px solid transparent;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
/*applied to the lines between the group columns.*/
.jqx-grid-group-column-line {
    background: #aaa;
}
/*applied to the drop line indicators displayed in the grouping header.*/
.jqx-grid-group-drag-line {
    background: #80be09;
}
/*applied to the anchor tags inside a grouping column.*/
.jqx-grid-group-column a:link {
    display: block;
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.jqx-grid-group-column a:visited {
    color: inherit;
    display: block;
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}
/*applied to a grid cell*/
.jqx-grid-cell {
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    margin-right: 1px;
    margin-bottom: 1px;
    border-color: transparent;
    background: #fff;
    white-space: nowrap;
    font-weight: normal;
    font-size: inherit;
    overflow: hidden;
    position: absolute !important;
    height: 100%;
    outline: none;
}

.jqx-grid-cell-locked {
    color: #aaa !important;
}

.jqx-grid-cell-left-align {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    text-align: left;
    margin-right: 2px;
    margin-left: 4px;
}

.jqx-grid-cell-middle-align {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: center;
}

.jqx-grid-cell-right-align {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    text-align: right;
    margin-right: 4px;
    margin-left: 2px;
}

/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell {
    overflow: hidden;
    position: absolute !important;
    height: 100%;
    background: #fff;
}
/*applied to the grid cells in the sort column*/
.jqx-grid-cell-sort {
    background-color: #f0f0f0;
}

/*applied to the grid cells in the filter column*/
.jqx-grid-cell-filter {
    background-color: #e6e6e6;
}

.jqx-grid-cell-add-new-row {
    background: #fdfcf3 !important;
    color: #000 !important;
}

/*applied to the grid cells area.*/
.jqx-grid-content {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    white-space: nowrap;
    overflow: hidden;
}
/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell, .jqx-grid-empty-cell {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    white-space: nowrap;
    font-weight: normal;
}

.jqx-widget .jqx-grid-cleared-cell, .jqx-grid-cleared-cell {
    border: transparent !important;
}

.jqx-grid-cell-wrap {
    white-space: normal !important;
}

.jqx-tree-grid-indent {
    width: 18px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    vertical-align: top;
}

.jqx-tree-grid-title {
    text-decoration: none;
    vertical-align: bottom;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-tree-grid-collapse-button, .jqx-tree-grid-expand-button {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.jqx-tree-grid-checkbox {
    float: none !important;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 6px !important;
    margin-left: 2px !important;
}

.jqx-tree-grid-icon {
    float: none !important;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.jqx-tree-grid-icon-rtl {
    margin-right: 0px;
    margin-left: 4px;
}

.jqx-tree-grid-icon-size {
    width: 14px;
    height: 14px;
    line-height: 16px;
}

.jqx-tree-grid-checkbox-tick {
    width: 100%;
    height: 100%;
}

.jqx-tree-grid-expand-button {
    height: 18px;
    width: 18px;
    vertical-align: top;
}

/*applied to a cell in jqxDataTable*/
.jqx-cell {
    min-height: 23px;
    padding: 6px 4px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    border-top-width: 0px;
    border-left-width: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: normal;
    line-height: 1.231;
}

.jqx-grid-cell-nowrap {
    white-space: nowrap;
}

.jqx-cell-editor {
    padding-left: 4px !important;
    padding-right: 3px !important;
}

.jqx-left-align {
    text-align: left;
}

.jqx-center-align {
    text-align: center;
}

.jqx-right-align {
    text-align: right;
}

.jqx-top-align {
    vertical-align: top;
}

.jqx-bottom-align {
    vertical-align: bottom;
}

.jqx-grid-table .jqx-grid-cell {
    position: static !important;
    zoom: 1 !important;
}
/*applied to the Grid's Table element.*/
.jqx-grid-table {
    font-size: 13px;
    table-layout: fixed;
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    outline: none;
    zoom: 1 !important;
    empty-cells: show;
    border-right: 1px solid #aaa;
    line-height: 1.231;
    width: auto;
    border: none;
}

.jqx-grid-table-rtl {
    border-left-width: 1px;
    border-right-width: 0px;
}

.jqx-details table {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0px;
}

/*applied to a grid cell that is part of a details row and grouping is enabled.*/
.jqx-grid-group-details-cell {
}
/*applied to a grid cell that is part of a details row.*/
.jqx-grid-details-cell {
    border-width: 0px 1px 0px 0px;
}
/*applied to a grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-alt {
    background: #f9f9f9;
}
/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-sort-alt {
    background-color: #e5e5e5;
}
/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-filter-alt {
    background-color: #f0f0f0;
}
/*applied to a pinned grid cell.*/
.jqx-grid-cell-pinned {
    background-color: #e5e5e5;
}
/*applied to a pinned grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-pinned-alt {
    background-color: #e5e5e5;
}
/*applied to a selected grid cell.*/
.jqx-grid-cell-selected {
    border-left: 0px solid transparent;
}

    .jqx-grid-cell-selected.jqx-grid-cell-edit {
        border-color: #DDDDDD !important;
        background-color: #fff !important;
        color: #333 !important;
    }

.jqx-fill-state-focus.jqx-grid-cell-edit,
.jqx-grid-cell-edit .jqx-fill-state-focus,
.jqx-grid-cell-edit.jqx-fill-state-focus .jqx-action-button,
.jqx-grid-cell-edit .jqx-numberinput-focus,
.jqx-grid-cell-edit .jqx-combobox-content-focus {
    border-color: #DDDDDD !important;
}

.jqx-cell-rtl {
    border-left-width: 1px;
    border-right-width: 0px;
}

.jqx-grid-cell-rtl {
    border-width: 0px 0px 1px 1px;
}

.jqx-grid-table .jqx-grid-cell {
    border-width: 0px 0px 1px 1px;
}

.jqx-grid-table-one-cell {
    border: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #aaa;
}

.jqx-grid-table .jqx-grid-cell:first-child {
    border-left-width: 0px;
}

/*applied to the selection area.*/
.jqx-grid-selectionarea {
    border: 1px solid transparent;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*applied to a hovered grid cell.*/
.jqx-grid-cell-hover {
    border-color: transparent;
}
/*applied to a grid cell when the grid is empty.*/
.jqx-grid-empty-cell {
    overflow: visible;
    border-bottom: none;
}

/*applied to the Grid when its loading the data.*/
.jqx-grid-load {
    padding-right: 0px;
    background-image: url(/Content/jqWidgets/images/loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    display: block;
}
/*applied to a group's collapse button.*/
.jqx-grid-group-collapse {
    padding-right: 0px;
    background-image: url(/Content/jqWidgets/images/icon-right.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jqx-grid-group-collapse-rtl {
    padding-right: 0px;
    background-image: url(/Content/jqWidgets/images/icon-left.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*applied to a group's expand button.*/
.jqx-grid-group-expand, .jqx-grid-group-expand-rtl {
    padding-right: 0px;
    background-image: url(/Content/jqWidgets/images/icon-down.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*jqxProgresBar Style*/
.jqx-progressbar {
    position: relative;
    overflow: hidden;
    outline: none;
    border: 1px solid transparent;
    height: 2em;
}
/*applied to the progressbar's value element*/
.jqx-progressbar-value {
    outline: none;
    border: 0px solid transparent;
    height: 100%;
}
/*applied to the progress bar's vertical value element- when the widget's orientation is 'vertical'*/
.jqx-progressbar-value-vertical {
    outline: none;
    border: 0px solid transparent;
    height: 100%;
    background: transparent;
}
/*applied to the progressbar's text element*/
.jqx-progressbar-text {
    font-size: 10px;
    border: none;
}
/*applied to the progress bar when the widget is in disabled state*/
.jqx-progressbar-disabled {
    outline: none;
    border: 1px solid transparent;
    height: 2em;
}

/*jqxMenu Style*/
.jqx-menu {
    border: 1px solid transparent;
    float: none;
    margin: 0px;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    text-align: left;
}

.jqx-menu-dropdown-column {
    float: left;
}
/*applied to the menu when it is horizontal. Sets the menu's background*/
.jqx-menu-horizontal {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
}
/*applied to the menu when it is vertical. Sets the menu's background*/
.jqx-menu-vertical {
    text-align: left;
}
/*applied to the sub menu. Sets the sub menu's background*/
.jqx-menu-dropdown {
    left: 100%;
    margin: 0px;
    padding: 0px;
    right: 0;
    overflow: hidden;
    display: none;
    float: none;
    width: 150px;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    padding: 2px;
}
    /*applied to the sub menu's ul elements.*/
    .jqx-menu-dropdown ul {
        left: 100%;
        margin: 0px;
        padding: 0px;
        right: 0;
        overflow: hidden;
        border: none;
    }
/*applied to the menu's ul elements.*/
.jqx-menu ul {
    left: 100%;
    margin: 0px;
    padding: 2px;
    right: 0;
    overflow: hidden;
    background-color: transparent;
    border: none;
}
/*applied to the menu's li elements.*/
.jqx-menu li, .jqx-menu-dropdown li {
    line-height: 1.3 !important;
}
/*applied to the top level menu items.*/
.jqx-menu-item-top {
    border: 1px solid transparent;
    text-indent: 0;
    list-style: none;
    padding: 4px 8px 4px 8px;
    left: 100%;
    overflow: hidden;
    color: inherit;
    right: 0;
    margin: 0px 3px 0px 3px;
    cursor: pointer;
}
/*applied to the sub menu items.*/
.jqx-menu-item {
    border: 1px solid transparent;
    text-indent: 0;
    list-style: none;
    padding: 4px 8px 4px 8px;
    margin: 1px;
    margin-left: 3px;
    margin-right: 3px;
    float: none;
    overflow: hidden;
    left: 100%;
    color: inherit;
    right: 0;
    text-align: left;
    cursor: pointer;
}
/*applied to a sub menu item when the mouse is over the item.*/
.jqx-menu-item-hover {
    color: inherit;
    right: 0;
    list-style: none;
    margin: 1px;
    margin-left: 3px;
    margin-right: 3px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    text-align: left;
    cursor: pointer;
}
/*applied to a top-level menu item when the mouse is over it.*/
.jqx-menu-item-top-hover {
    color: inherit;
    right: 0;
    list-style: none;
    margin: 0px 3px 0px 3px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    top: 50%;
    cursor: pointer;
}
/*applied to a sub menu item when its sub menu is opened.*/
.jqx-menu-item-selected {
    right: 0;
    list-style: none;
    margin: 1px;
    margin-left: 3px;
    margin-right: 3px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    text-align: left;
    cursor: pointer;
}
/*applied to a disabled sub menu item.*/
.jqx-menu-item-disabled {
}
/*applied to a top-level menu item when its sub menu is opened.*/
.jqx-menu-item-top-selected {
    right: 0;
    list-style: none;
    margin: 0px 1px 0px 1px;
    margin-left: 3px;
    margin-right: 3px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
}
/*applied to the menu separator items.*/
.jqx-menu-item-separator {
    text-indent: 0;
    background-color: #ddd;
    border: none;
    list-style: none;
    height: 1px;
    line-height: 0 !important;
    padding: 0px;
    margin: 1px 2px 1px 2px;
    float: none;
    overflow: hidden;
    left: 100%;
    color: inherit;
    right: 0;
    font-size: 1px;
}
/*applied to a sub menu item when it has sub menu items. Displays right arrow icon.*/
.jqx-menu-item-arrow-right {
    background-image: url(/Content/jqWidgets/images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items. Displays down arrow icon.*/
.jqx-menu-item-arrow-down {
    background-image: url(/Content/jqWidgets/images/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items. Displays up arrow icon.*/
.jqx-menu-item-arrow-up {
    background-image: url(/Content/jqWidgets/images/icon-up.png);
}

.jqx-menu-minimized {
    position: relative;
}

.jqx-menu-title {
    position: relative;
    float: right;
    margin-top: 4px;
    padding-top: 4px;
    padding-right: 20px;
}

.jqx-menu-minimized-button {
    background-image: url(/Content/jqWidgets/images/icon-menu-minimized.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 24px;
    width: 24px;
    padding: 0px;
    margin-left: 7px;
    margin-top: 4px;
    float: left;
}

.jqx-menu-ul-minimized {
    display: block !important;
    width: auto !important;
}

    .jqx-menu-ul-minimized ul {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
    }

.jqx-menu-minimized li:last-child {
    padding-bottom: 0px;
    margin: 0px;
}

.jqx-menu-item-arrow-right, .jqx-menu-item-arrow-down, .jqx-menu-item-arrow-up, .jqx-menu-item-arrow-right {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 0px;
    margin-right: -8px;
    width: 17px;
    height: 15px;
}
/*applied to a sub menu item when it has sub menu items. Displays left arrow icon.*/
.jqx-menu-item-arrow-left {
    padding-right: 0px;
    padding-left: 5px;
    width: 17px;
    height: 15px;
    background-image: url(/Content/jqWidgets/images/icon-left.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays right arrow icon.*/
.jqx-menu-item-arrow-right-selected {
    background-image: url(/Content/jqWidgets/images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays down arrow icon.*/
.jqx-menu-item-arrow-down-selected {
    background-image: url(/Content/jqWidgets/images/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays up arrow icon.*/
.jqx-menu-item-arrow-up-selected {
    background-image: url(/Content/jqWidgets/images/icon-up.png);
}

.jqx-menu-item-arrow-right-selected, .jqx-menu-item-arrow-up-selected, .jqx-menu-item-arrow-down-selected, .jqx-menu-item-arrow-top-right {
    padding-right: 0px;
    margin-right: -8px;
    width: 17px;
    height: 15px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
/*applied to a top-level menu item when it has sub menu items. Displays right arrow icon.*/
.jqx-menu-item-arrow-top-right {
    background-image: url(/Content/jqWidgets/images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays left arrow icon.*/
.jqx-menu-item-arrow-left-selected {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}
/*applied to a top-level menu item when it has sub menu items. Displays left arrow icon.*/
.jqx-menu-item-arrow-top-left {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}

.jqx-menu-item-arrow-left-selected, .jqx-menu-item-arrow-top-left {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-right: 0px;
    padding-left: 5px;
    width: 17px;
    height: 15px;
}
/*applied to the anchor elements*/
.jqx-menu-item a:link, .jqx-menu-item a:visited, .jqx-menu-item a:hover, .jqx-menu-item-top a:link, .jqx-menu-item-top a:visited, .jqx-menu-item-top a:hover {
    font: inherit;
    text-decoration: none;
    color: inherit;
    outline: none;
    background-color: transparent;
}

/*applied to the menu widget when it is disabled.*/
.jqx-menu-disabled {
    cursor: default;
}
    /*applied to the anchor elements of all disabled menu items.*/
    .jqx-menu-disabled a:link {
        cursor: default;
        text-decoration: none;
    }

    .jqx-menu-disabled a:visited {
        cursor: default;
        text-decoration: none;
    }

    .jqx-menu-disabled a:hover {
        cursor: default;
    }

.jqx-menu-dropdown {
    right: -1px;
}

/*jqxtree Style*/
.jqx-tree {
    left: 100%;
    right: 0;
    float: none;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    line-height: 14px !important;
}
/*applied to the jqxTree root UL element.*/
.jqx-tree-dropdown-root {
    left: 100%;
    padding: 0px 5px 0px 5px;
    right: 0;
    display: block;
    float: none;
    background-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    text-align: left;
    outline: none;
    white-space: nowrap;
    margin: 0px;
}

.jqx-tree-dropdown-root-rtl {
    padding: 0px 5px 0px 0px;
    text-align: right;
    float: right;
    margin: 0px;
}

/*applied to the jqxTree UL elements.*/
.jqx-tree-dropdown {
    left: 100%;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    right: 0;
    display: block;
    float: none;
    background-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    text-align: left;
    outline: none;
}

.jqx-tree-dropdown-rtl {
    padding: 3px 0px 0px 0px;
    text-align: right;
}

/*applied to a tree item.*/
.jqx-tree-item {
    border: 1px solid transparent;
    text-indent: 0;
    list-style: none;
    padding: 3px;
    margin: 0px;
    float: none;
    overflow: hidden;
    left: 100%;
    right: 0;
    text-align: left;
    cursor: default;
    text-decoration: none;
}
/*applied to the jqxTree LI elements.*/
.jqx-tree-item-li {
    text-indent: 0;
    background-color: transparent;
    border: 0px solid transparent;
    list-style: none;
    left: 100%;
    right: 0;
    text-align: left;
    outline: none;
    margin: 0px;
    margin-top: 1px;
    padding: 0px;
}
/*applied to the last LI elements in an UL element.*/
.jqx-tree-item-u-last {
    margin: 0px 0px 0px 0px;
}
/*applied to a tree item when the mouse is over the item.*/
.jqx-tree-item-hover {
    color: inherit;
    right: 0;
    padding: 3px;
    margin: 0px;
    list-style: none;
    left: 100%;
    cursor: pointer;
    text-decoration: none;
}
/*applied to a tree item when the item is selected.*/
.jqx-tree-item-selected {
    color: inherit;
    right: 0;
    padding: 3px;
    margin: 0px;
    list-style: none;
    left: 100%;
    cursor: pointer;
    text-decoration: none;
}

.jqx-tree-item-rtl {
    text-align: right;
}

.jqx-tree-item-li-rtl {
    text-align: right;
}
/*applied to the anchor element of a tree item.*/
.jqx-tree-item a:link, .jqx-tree-item a:visited {
    text-indent: 0;
    background-color: transparent;
    border: 0px solid transparent;
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: none;
    overflow: hidden;
    left: 100%;
    color: inherit;
    right: 0;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.jqx-tree-item-selected, .jqx-tree-item-hover a:hover {
    color: inherit;
}

.jqx-tree-item-selected, .jqx-tree-item-hover a:visited {
    color: inherit;
}

/*applied to a tree item when the item is disabled.*/
.jqx-tree-item-disabled {
}
/*applied to a tree item when it has sub items and is collapsed. Displays an arrow icon next to the item.*/
.jqx-tree-item-arrow-collapse, .jqx-tree-item-arrow-collapse-hover {
    padding-right: 0px;
    width: 17px;
    height: 17px;
    background-image: url(/Content/jqWidgets/images/icon-right.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jqx-tree-item-arrow-collapse-rtl, .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}

/*applied to a tree item when it has sub items and is expanded. Displays an arrow icon next to the item.*/
.jqx-tree-item-arrow-expand, .jqx-tree-item-arrow-expand-hover {
    padding-right: 0px;
    width: 17px;
    height: 17px;
    background-image: url(/Content/jqWidgets/images/icon-down.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*applied to the tree when it is disabled.*/
.jqx-tree-disabled {
    cursor: default;
}
    /*applied to the anchor elements in a tree when it is disabled.*/
    .jqx-tree-disabled a:link {
        cursor: default;
        text-decoration: none;
    }

    .jqx-tree-disabled a:visited {
        cursor: default;
        text-decoration: none;
    }

    .jqx-tree-disabled a:hover {
        cursor: default;
    }


/*jqxTabs*/
.jqx-tabs {
    outline: none;
    margin: 0 0 0 0;
    padding: 0px;
    overflow: hidden;
    background: transparent;
    border: 1px solid transparent;
}
/*applied to the tab close button.*/
.jqx-tabs-close-button {
    outline: none;
    background-image: url(/Content/jqWidgets/images/close.png);
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    left: 5px;
}
/*applied to the tab close button when the tab is selected.*/
.jqx-tabs-close-button-selected {
    outline: none;
    background-image: url(/Content/jqWidgets/images/close.png);
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/*applied to the tab close button when the mouse is over the tab.*/
.jqx-tabs-close-button-hover {
    outline: none;
    background-image: url(/Content/jqWidgets/images/close.png);
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.jqx-tabs-close-button, .jqx-tabs-close-button-selected, .jqx-tabs-close-button-hover {
    background-repeat: no-repeat;
    background-position: center;
}
/*applied to the tab's left scroll arrow.*/
.jqx-tabs-arrow-left {
    outline: none;
    position: relative;
    z-index: 15;
    float: left;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url(/Content/jqWidgets/images/icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
}
/*applied to the tab's right scroll arrow.*/
.jqx-tabs-arrow-right {
    outline: none;
    position: relative;
    z-index: 15;
    background-image: url(/Content/jqWidgets/images/icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.jqx-tabs-arrow-background {
    background: #eeeeee;
}
/*applied to the tab's title.*/
.jqx-tabs-title {
    outline: none;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    left: 100%;
    right: 0;
    text-indent: 0px;
    list-style: none;
    border: 1px solid transparent;
    margin: 0px 2px 0px 0px;
    overflow: hidden;
    z-index: 1;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: transparent;
    height: auto;
    position: relative;
}

.jqx-tabs-title-bottom {
}

.jqx-tabs-title a:link {
    color: inherit;
    text-decoration: none;
}

.jqx-tabs-title a:hover {
    color: inherit;
    text-decoration: none;
}

.jqx-tabs-title a:active {
    color: inherit;
    text-decoration: none;
}

.jqx-tabs-title a:visited {
    color: inherit;
    text-decoration: none;
}
/*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'top' .*/
.jqx-tabs-title-selected-top {
    z-index: 99;
    outline: none;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding-bottom: 7px;
}
/*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'bottom' .*/
.jqx-tabs-title-selected-bottom {
    outline: none;
    border-top: 1px solid #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-top: -2px;
    background-color: #fff;
}
/*applied to the tab's title when the tab is hovered and the jqxTab's position property is set to 'top' .*/
.jqx-tabs-title-hover-top {
    outline: none;
    border: 1px solid transparent;
    padding-bottom: 5px;
}
/*applied to the tab's title when the tab is hovered and the jqxTab's position property is set to 'bottom' .*/
.jqx-tabs-title-hover-bottom {
    outline: none;
    border: 1px solid transparent;
    padding-top: 5px;
}
/*applied to the tab's title when the tab is disabled.*/
.jqx-tabs-title-disable {
}
/*applied to the tab's header.*/
.jqx-tabs-header {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 1px;
    margin: 0px;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #aaa;
    background: #eeeeee;
}
/*applied to the tab's header when the position is bottom.*/
.jqx-tabs-header-bottom {
    padding-top: 1px;
    padding-bottom: 3px;
    border-top: 0px solid #aaa;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid transparent;
}
/*applied to the tab's header when the tab is collapsed.*/
.jqx-tabs-header-collapsed {
    border: 1px solid #aaa;
}
/*applied to the tab's header when the position is bottom and tab is collapsed.*/
.jqx-tabs-header-collapsed-bottom {
    border: 1px solid #aaa;
}

.jqx-tabs-collapsed {
    border: 0px solid transparent;
}

.jqx-tabs-collapsed-bottom {
    border: 0px solid transparent;
}
/*applied to the tab's selection tracker container element.*/
.jqx-tabs-selection-tracker-container {
    outline: none;
    position: relative;
    text-indent: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background: transparent;
    height: 0px;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'top'.*/
.jqx-tabs-selection-tracker-top {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-bottom: 2px;
    background-color: #fff;
    outline: none;
    position: absolute;
    z-index: 10;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'bottom'.*/
.jqx-tabs-selection-tracker-bottom {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #fff;
    outline: none;
    position: absolute;
    z-index: 10;
    margin-top: -1px;
    padding-bottom: 2px;
}
/*applied to the tab's content element which represents a DIV element.*/
.jqx-tabs-content {
    outline: none;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
    text-align: left;
    clear: both;
}

.jqx-tabs-content-element {
    height: 100%;
    overflow: auto;
}

/*jqxCheckBox*/
.jqx-checkbox {
    overflow: hidden;
    text-align: left;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*applied to the check box.*/
.jqx-checkbox-default {
    text-align: left;
    float: left;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0px 3px 0px 3px;
}
/*applied to the check box when the mouse cursor is over it.*/
.jqx-checkbox-hover {
    cursor: pointer;
    float: left;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0px 3px 0px 3px;
}
/*applied to the widget when it is disabled.*/
.jqx-checkbox-disabled {
    cursor: default;
    background: transparent;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0px 0px 0px 0px;
}
/*applied to the check box when the widget is disabled.*/
.jqx-checkbox-disabled-box {
    float: left;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0px 3px 0px 3px;
}
/*applied to the check box when it is checked. Displays a check icon.*/
.jqx-checkbox-check-checked {
    float: left;
    background: transparent url(/Content/jqWidgets/images/check_black.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when the widget is disabled. Displays a disabled check icon.*/
.jqx-checkbox-check-disabled {
    float: left;
    background: transparent url(/Content/jqWidgets/images/check_disabled.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when its state is indeterminate.*/
.jqx-checkbox-check-indeterminate {
    float: left;
    background: transparent url(/Content/jqWidgets/images/check_indeterminate_black.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when its state is indeterminate and it is disabled.*/
.jqx-checkbox-check-indeterminate-disabled {
    float: left;
    background: transparent url(/Content/jqWidgets/images/check_indeterminate_disabled.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when its in rtl mode.*/
.jqx-checkbox-rtl {
    float: right;
}
/*jqxRadioButton*/
.jqx-radiobutton {
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    white-space: nowrap;
}
/*applied to the radio button.*/
.jqx-radiobutton-default {
    cursor: pointer;
    float: left;
    background: transparent url(/Content/jqWidgets/images/roundbg_classic_normal.png) left center scroll repeat-x;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 1px 3px 0px 3px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
/*applied to the radio button when the mouse is over it.*/
.jqx-radiobutton-hover {
    cursor: pointer;
    float: left;
    background: transparent;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 1px 3px 0px 3px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
/*applied to the radio button when it is disabled.*/
.jqx-radiobutton-disabled {
    cursor: default;
}
/*applied to the radio button's radio icon when it is disabled.*/
.jqx-radiobutton-disabled-box {
}
/*applied to the radio button when it is checked.*/
.jqx-radiobutton-check-checked {
    float: left;
    background: transparent url(/Content/jqWidgets/images/roundbg_check_black.png) left top no-repeat;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0 0 0 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    margin-top: 2px;
}
/*applied to the radio button when it is checked and disabled.*/
.jqx-radiobutton-check-disabled {
}
/*applied to the radio button when it is in indeterminate state.*/
.jqx-radiobutton-check-indeterminate {
    float: left;
    background: transparent url(/Content/jqWidgets/images/roundbg_check_indeterminate.png) left top no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    margin-top: 2px;
}
/*applied to the radio button when it is in indeterminate state and disabled.*/
.jqx-radiobutton-check-indeterminate-disabled {
}
/*applied to the radio button when its in rtl mode.*/
.jqx-radiobutton-rtl {
    float: right;
}

/*jqxRating*/
.jqx-rating {
    margin: 0px;
    padding: 0px;
    outline: none;
    overflow: hidden;
}

.jqx-rating-image {
    border-width: 0px;
}

.jqx-rating-image-default {
    margin: 0px;
    padding: 0px;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(/Content/jqWidgets/images/star.png);
    overflow: hidden;
}
/*applied to the rating when it is hovered.*/
.jqx-rating-image-hover {
    background-color: transparent;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(/Content/jqWidgets/images/star_hover.png);
    overflow: hidden;
}
/*applied to the rating when it is disabled.*/
.jqx-rating-image-backward {
    background-color: transparent;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(/Content/jqWidgets/images/star_disabled.png);
    overflow: hidden;
}
/*jqxCalendar Style*/
.jqx-calendar {
    border: 1px solid transparent;
    -webkit-appearance: none;
    overflow: hidden;
    outline: none;
    padding: 0px;
    margin: 0 0 0 0;
    cursor: default;
    border-collapse: separate;
}

    .jqx-calendar .jqx-widget-header {
    }

    .jqx-calendar > div {
        padding: 0px;
        box-sizing: border-box;
    }

.jqx-calendar-light > div {
    padding: 10px;
}

.jqx-calendar td {
    padding-top: 0px;
    padding-bottom: 0px;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 13px;
    line-height: 1.231;
    height: auto;
}

.jqx-calendar table {
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 13px;
    line-height: 1.231;
}
/*applied to the calendar's row header. This header displays the week numbers.*/
.jqx-calendar-row-header {
    outline: none;
    border: 0px solid #f2f2f2;
    padding: 0;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to the calendar's column. This header displays the day names.*/
.jqx-calendar-column-header {
    outline: none;
    text-align: right;
    padding: 3px;
    border-top: none;
    border-bottom: 1px solid transparent;
    border-left: none;
    border-right: none;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to the calendar's top-left header. This header is displayed before the day names and above the week numbers.*/
.jqx-calendar-top-left-header {
    outline: none;
    border: 0px solid #f2f2f2;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to the calendar's navigation buttons.*/
.jqx-calendar-title-navigation {
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    width: 25px;
    height: 25px;
}
/*applied to the month table*/
.jqx-calendar-month {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}
/*applied to the calendar's title content.*/
.jqx-calendar-title-content {
    cursor: pointer;
    text-align: center;
}
/*applied to the calendar's navigation title.*/
.jqx-calendar-title-header {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 0 0;
}

    .jqx-calendar-title-header td {
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
/*applied to the calendar's navigation title when the calendar is disabled.*/
.jqx-calendar-title-header-disabled {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 0 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
}
/*applied to a calendar cell.*/
.jqx-calendar-cell {
    border: 1px solid transparent;
    margin: 0px;
    outline: none;
    text-align: center;
    padding: 1px;
    cursor: pointer;
    background-color: transparent;
}

    .jqx-calendar-cell td {
        padding: 0;
        margin: 0;
    }
/*applied to a calendar cell in decade and year views.*/
.jqx-calendar-cell-decade, .jqx-calendar-cell-year {
    text-align: center;
}

.jqx-calendar .jqx-fill-state-normal {
    background: transparent;
    border: 1px solid transparent;
}

/*applied to a calendar cell when the cell is hidden. A cell can be hidden when the showOtherMonthDays property is false and the calendar hides the cells with dates from the other months*/
.jqx-calendar-cell-hidden {
    margin: 0 0 0 0;
    visibility: hidden;
    cursor: default;
}
/*applied to a calendar cell when the cell's date is a weekend date.*/
.jqx-calendar-cell-weekend {
    color: #898989 !important;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell's date is a special date(holiday, vacation, birthay. See the SpecialDates demo).*/
.jqx-calendar-cell-specialDate {
    color: #FF0000 !important;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell's date is a restricted date.*/
.jqx-calendar-cell-restrictedDate {
    background-color: rgba(251, 132, 153, 1);
    border: 1px solid #fff;
    margin: 0 0 0 0;
    cursor: pointer;
}

.jqx-calendar-cell-selected-invalid {
    color: #FFF !important;
    background: #FF0000 !important;
    border: 1px solid #FF0000 !important;
}
/*applied to a calendar cell when the cell's date is the today date.*/
.jqx-calendar-cell-today {
    color: #898989;
    background-color: #ffffdb;
    border: 1px solid #fdc066;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell is hovered.*/
.jqx-calendar-cell-hover {
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell is selected.*/
.jqx-calendar-cell-selected {
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell's date represents a date from the previous or next month.*/
.jqx-calendar-cell-othermonth {
    color: #898989 !important;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the calendar is disabled.*/
.jqx-calendar-cell-disabled {
    color: #ccc;
}
/*applied to a calendar cell when the cell is from the row header that displays the week numbers.*/
.jqx-calendar-row-cell {
    outline: none;
    text-align: center;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to a calendar cell when the cell is from the row header that displays the week numbers and the calendar is disabled.*/
.jqx-calendar-row-cell-disabled {
}

.jqx-calendar-footer {
    margin: 5px;
    color: inherit;
    font-size: 13px;
}

.jqx-calendar-title-container {
    overflow: hidden;
}
/*applied to a calendar cell when the cell is from the column header that displays the day names.*/
.jqx-calendar-column-cell {
    overflow: hidden;
    text-align: center;
    outline: none;
    font-weight: normal;
    padding: 1px;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to a calendar cell when the cell is from the column header that displays the day names and the calendar is disabled.*/
.jqx-calendar-column-cell-disabled {
}
/*applied to the calendar's cell area element.*/
.jqx-calendar-view {
    -webkit-appearance: none;
    outline: none;
    padding: 0px;
    border: 0px solid #fff;
    margin: 0 0 0 0;
    cursor: default;
}

/*jqxExpander and jqxNavigationBar Style*/
.jqx-expander {
}
/*applied to the Expander's header and content*/
.jqx-expander-header, .jqx-expander-content {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    outline: 0;
}
/*applid to the content of the expander header.*/
.jqx-expander-header-content {
    padding-left: 3px;
}
/*applid to the content of the expander header.*/
.jqx-expander-header-content-rtl {
    padding-right: 3px;
}

.jqx-expander-content {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: auto;
    outline: 0;
}
/*applied to the Expander's header and its content when it is on the top of the header*/
.jqx-expander-header, .jqx-expander-content-top {
    border-top-width: 1px;
    border-top-style: solid;
}
/*applied to the Expander's header and its content when it is on the bottom of the header*/
.jqx-expander-header, .jqx-expander-content-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
/*applied to the Expander's header*/
.jqx-expander-header {
    cursor: pointer;
    overflow: hidden;
}
/*applied to the Expander's header when the expander is disabled or the toggleMode is "none"*/
.jqx-expander-header-disabled {
    cursor: default;
}
/*applied to the Expander's arrow*/
.jqx-expander-arrow {
    width: 17px;
    height: 17px;
    position: relative;
}
/*applied to the Expander's content if it is empty*/
.jqx-expander-content-empty {
    border-width: 0px;
    padding: 0px;
}

/*applied to jqxNavigationBar. The NavigationBar internally uses jqxExpander's classes and inherits all header and content style settings from the Expander.*/
.jqx-navigationbar {
    border: none;
    margin: 0px;
    -webkit-appearance: none;
    outline: none;
}
/*jqxPanel Style*/
.jqx-panel {
    border: 1px solid transparent;
    -webkit-appearance: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    cursor: default;
    overflow: hidden;
}
/*applied to the Panel's element displayed when the horizontal and vertical scrollbars are visible and the element is positioned below the vertical scrollbar and on the right
of the horizontal scrollbar.*/
.jqx-panel-bottomright {
}
/*applied to the DropDownButton's Popup.*/
.jqx-dropdownbutton-popup {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
}

.jqx-listbox {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
    padding: 0px;
    margin: 0px;
    cursor: default;
    overflow: hidden;
}
/*applied to the ListBox's element displayed when the horizontal and vertical scrollbars are visible and the element is positioned below the vertical scrollbar and on the right
of the horizontal scrollbar.*/
.jqx-listbox-bottomright {
}
/*applied to the ListBox's groups.*/
.jqx-listitem-state-group {
    white-space: nowrap;
    padding: 5px 2px 5px 2px;
    background: transparent;
    font-weight: bold;
    text-align: left;
    outline: none;
    overflow: hidden;
    vertical-align: middle;
    cursor: default;
}
/*applied to a list item in default state.*/
.jqx-listitem-state-normal {
    white-space: nowrap;
    padding: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
    outline: none;
    visibility: inherit;
    display: inherit;
    text-align: left;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    cursor: default;
}
/*applied to a list item in hovered state.*/
.jqx-listitem-state-hover {
    white-space: nowrap;
    background: transparent;
    padding: 3px 3px 3px 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
}
/*applied to a list item when the item is selected.*/
.jqx-listitem-state-selected {
    white-space: nowrap;
    padding: 3px 3px 3px 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
}

.jqx-listbox-feedback {
    height: 1px;
    border-top: 1px dashed #000;
}

.jqx-listitem-element {
    -ms-touch-action: none;
    border: none;
    width: 100%;
    height: 100%;
    align: left;
    valign: top;
    position: absolute;
}
/*jqxComboBox Style*/
/*applied to the jqxComboBox's content which displays the text.*/
.jqx-combobox-content {
    padding: 0px;
    overflow: hidden;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    outline: none;
    border: none;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid transparent;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-combobox-content-rtl {
    border: none;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-right: none;
    border-left: 1px solid transparent;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}
/*applied to the ComboBox's input field.*/
.jqx-combobox-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding: 0 0 0 0;
    outline: none;
    border: 0px solid #aaa;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

    .jqx-combobox-input::-ms-clear {
        display: none;
    }
/*applied to the ComboBox's content when the widget is disabled.*/
.jqx-combobox-content-disabled {
    color: #AAA;
}
/*applied to the ComboBox's arrow button.*/
.jqx-combobox-arrow-normal, .jqx-action-button {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    margin: 0 0 0 0;
    border: none;
    cursor: pointer;
}
/*applied to the ComboBox's arrow button*/
.jqx-combobox-arrow-hover, .jqx-combobox-arrow-selected {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    margin: 0 0 0 0;
}
/*applied to the ComboBox in normal state.*/
.jqx-combobox-state-normal {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
    overflow: hidden;
    margin: 0 0 0 0;
}
/*applied to the ComboBox when the mouse is over the widget.*/
.jqx-combobox-state-hover {
    overflow: hidden;
    border: 1px solid transparent;
    margin: 0 0 0 0;
}
/*applied to the ComboBox when the popup ListBox is shown.*/
.jqx-combobox-state-selected {
    overflow: hidden;
    border: 1px solid transparent;
    margin: 0 0 0 0;
}
/*applied to the ComboBox when the widget is focused.*/
.jqx-combobox-state-focus {
    border: 1px solid transparent;
}

.jqx-combobox-multi-item {
    padding: 1px 3px;
    margin: 2px;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}

    .jqx-combobox-multi-item a:link, .jqx-combobox-multi-item a:visited {
        color: inherit;
        display: block;
        outline: 0 none;
        text-decoration: none;
        cursor: pointer;
    }
/*applied to the ComboBox when the widget is disabled.*/
.jqx-combobox-state-disabled {
    white-space: nowrap;
    margin: 0px;
    color: #AAA;
}
/*jqxSelect Style*/
.jqx-select {
    overflow: hidden;
    padding-left: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    -webkit-appearance: none;
    outline: 0 none;
}

.jqx-select-content {
    cursor: pointer;
    text-overflow: ellipsis;
}

.jqx-select-container {
    padding: 0;
}

.jqx-select-item {
    padding: 3px;
    margin: 1px;
    white-space: normal !important;
    cursor: default;
}
/*jqxDropDownList Style*/
/*applied to the dropdownlist's content element which displays the selected item's text or html.*/
.jqx-dropdownlist-content {
    padding: 0px;
    overflow: hidden;
    padding-left: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    outline: 0 none;
    border: none;
}

.jqx-dropdownlist-content-rtl {
    padding-left: 0px;
    padding-right: 3px;
}

.jqx-dropdownlist .jqx-icon-arrow-down {
    width: 13px;
}

.jqx-dropdownlist .jqx-icon-arrow-up {
    width: 13px;
}

.jqx-combobox .jqx-icon-arrow-down {
    width: 13px;
}

.jqx-combobox .jqx-icon-arrow-up {
    width: 13px;
}
/*applied to the dropdownlist's content element which displays the selected item's text or html and the widget is disabled. */
.jqx-dropdownlist-content-disabled {
}
/*applied to the dropdownlist in default state.*/
.jqx-dropdownlist-state-normal {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
    overflow: hidden;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to the dropdownlist in hovered state.*/
.jqx-dropdownlist-state-hover {
    overflow: hidden;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to the dropdownlist in selected state.*/
.jqx-dropdownlist-state-selected {
    overflow: hidden;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to the dropdownlist in focused state.*/
.jqx-dropdownlist-state-focus {
    border: 1px solid #909090;
}
/*applied to the dropdownlist in disabled state.*/
.jqx-dropdownlist-state-disabled {
}
/*jqxScrollBar Style*/
.jqx-scrollbar {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}
/*applied to the scrollbar in default state.*/
.jqx-scrollbar-state-normal {
    background: #efefef;
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the scrollbar buttons in default state.*/
.jqx-scrollbar-button-state-normal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the scrollbar buttons in hovered state.*/
.jqx-scrollbar-button-state-hover {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the scrollbar buttons in pressed state.*/
.jqx-scrollbar-button-state-pressed {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the horizontal scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-normal-horizontal {
    margin: 0px;
    padding: 0px;
    background: transparent;
    border: 1px solid transparent;
    touch-action: none;
}
/*applied to the horizontal scrollbar thumb in hovered state.*/
.jqx-scrollbar-thumb-state-hover-horizontal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the horizontal scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-pressed-horizontal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-normal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
    touch-action: none;
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-hover {
    margin: 0px;
    padding: 0px;
    background: transparent;
    border: 1px solid transparent;
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-pressed {
    margin: 0px;
    padding: 0px;
    background: #d1d1d1;
    border: 1px solid #909090;
}

/* jqxWindow */
.jqx-window {
    position: absolute;
    overflow: hidden;
    border: 1px solid transparent;
}
/*applied to the jqxWindow when it’s disabled*/
.jqx-window-disabled {
}
/*applied to the window’s header*/
.jqx-window-header {
    outline: none;
    border-width: 0px;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    padding: 7px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}
/*applied to the window’s header when the window is disabled*/
.jqx-window-header-disabled {
}
/*applied to the window’s content*/
.jqx-window-content {
    outline: none;
    overflow: auto;
    text-align: left;
    background-color: transparent;
    padding: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/*applied to the window’s content when the window is disabled*/
.jqx-window-content-disabled {
    outline: none;
    overflow: auto;
    text-align: left;
    padding: 5px;
}
/*applied to the window’s close button*/
.jqx-window-close-button {
    cursor: pointer;
    background-image: url(/Content/jqWidgets/images/close.png);
    background-repeat: no-repeat;
    margin-top: 2px;
}
/*applied to the window's collapse button*/
.jqx-window-collapse-button {
    background-image: url(/Content/jqWidgets/images/icon-up.png);
    cursor: pointer;
    margin-top: 3px;
}
/*applied to the window's collapse button when the window is collapsed*/
.jqx-window-collapse-button-collapsed {
    margin-top: 3px;
    cursor: pointer;
    background-image: url(/Content/jqWidgets/images/icon-down.png);
}
/*setting styles of the modal window’s background*/
.jqx-window-modal {
    background-color: Black;
}

.jqx-window-close-button-hover {
}

.jqx-docking {
    overflow: hidden;
}

.jqx-docking-panel {
    margin: 0px;
    padding: 0px;
    min-height: 100px;
}

.jqx-docking-drop-indicator {
    border-style: dashed;
    border-width: 1px;
    margin: 0px;
}

.jqx-docking-window {
    margin: 0px;
}

/* jxSlider */
/* applied to jqxSlider widget */
.jqx-slider {
    outline: none;
    clear: both;
    position: relative;
    overflow: hidden;
}
/*applied to the ticks which can be in the top/bottom/both sides of the jqxSlider*/
.jqx-slider-tick {
    border-left: 1px solid transparent;
    z-index: 9;
}
/*applied to the ticks when the slider is in horizontal mode*/
.jqx-slider-tick-horizontal {
    width: 1px;
    border-left: none;
    margin-top: 1px;
}
/*applied to the ticks when the slider is in vertical mode*/
.jqx-slider-tick-vertical {
    height: 1px;
    border-top: none;
}
/*applied to the ticks container*/
.jqx-slider-tickscontainer {
    z-index: 10;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 9;
}
/*applied to the jqxSlider thumb used for changing/indicating current value*/
.jqx-slider-slider {
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 15;
    position: absolute;
    left: 0px;
    top: 0px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-slider-button {
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: content-box !important;
    padding: 3px !important;
}
/*applied to the slider's thumb when the slider is in horizontal mode*/
.jqx-slider-slider-horizontal {
    margin-top: -9px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
}
/*applied to the slider's thumb when the slider is in vertical mode*/
.jqx-slider-slider-vertical {
    margin-left: -9px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
}
/*applied to the track where is located the thumb*/
.jqx-slider-track {
    height: 4px;
    float: left;
    position: relative;
    z-index: 20;
    cursor: pointer;
}
/*used in horizontal slider*/
.jqx-slider-track-horizontal {
    height: 4px;
    margin-top: 2px;
}
/*used in vertical slider*/
.jqx-slider-track-vertical {
    width: 4px;
}
/*applied to the div which is between the thumbs in a range slider or from beginning of the track to the current thumb position in the default slider*/
.jqx-slider-rangebar {
}

/* jqxSplitter */
.jqx-splitter {
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
}
/* Split bar's class when the jqxSplitter is with horizontal orientation */
.jqx-splitter-splitbar-vertical {
    border: 1px solid transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
}
/* Split bar's mouse over state */
.jqx-splitter-splitbar-hover {
    background-color: transparent;
}
/* Split bar's class when the jqxSplitter is with horizontal orientation. */
.jqx-splitter-splitbar-horizontal {
    position: absolute;
    border: 1px solid transparent;
    border-left-width: 0px;
    border-right-width: 0px;
    cursor: n-resize;
    cursor: row-resize;
}
/* This class is applied to the splitter when it's dragged to it's max left/right boundary */
.jqx-splitter-splitbar-invalid {
    background: #FF0000 !important;
}
/* This class is added to split bar's collapse button when the splitter is with vectical orientation. */
.jqx-splitter-collapse-button-horizontal {
    cursor: pointer;
    width: 45px;
    height: 5px;
}
/* This class is added to split bar's collapse button when the splitter is with horizontal orientation. */
.jqx-splitter-collapse-button-vertical {
    cursor: pointer;
    width: 5px;
    height: 45px;
}
/* This class is added when the user disable the splitter. */
.jqx-splitter-splitbar-collapsed {
    cursor: default;
}
/* Applied to the jqxSplitter panels. */
.jqx-splitter-panel {
    border: none;
    outline: none;
    position: absolute;
    overflow: hidden;
}
/* This class is added to a nested splitter.*/
.jqx-splitter-nested, .jqx-splitter-panel-nested {
    border: none;
    overflow: hidden;
}

.jqx-draggable {
}

.jqx-draggable-dragging {
    border: 0px solid black;
}

.jqx-draggable-disabled {
    cursor: default;
}

.jqx-validator-hint {
    height: 18px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Verdana;
    font-size: 13px;
    border: 1px solid #6E0000;
    background-color: #942724;
    color: #fff;
    z-index: 99999;
    white-space: nowrap;
}

.jqx-validator-hint-arrow {
    z-index: 99999;
    height: 9px;
    width: 9px;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    background-image: url(/Content/jqWidgets/images/multi-arrow.gif);
}

.jqx-validator-error-label {
    color: #dd4b39;
    vertical-align: top;
    text-align: left;
    display: block;
    cursor: default;
    line-height: 17px;
}

.jqx-validator-error-element {
    border-color: #dd4b39 !important;
}

.jqx-switchbutton {
    outline: none;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.jqx-switchbutton[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
}
.jqx-switchbutton-thumb {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
}

.jqx-switchbutton-label {
    font-size: 15px;
    font-family: Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.jqx-switchbutton-wrapper {
}

.jqx-switchbutton-label-on {
}

.jqx-switchbutton-label-off {
}

/*left, right, up and down arrow icons.*/
.jqx-left-arrow {
    background: transparent;
    background-image: url(/Content/jqWidgets/images/icon-left.png);
    cursor: pointer;
}

.jqx-right-arrow {
    background: transparent;
    background-image: url(/Content/jqWidgets/images/icon-right.png);
    cursor: pointer;
}

.jqx-icon-delete {
    background-image: url(/Content/jqWidgets/images/icon-delete.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-edit {
    background-image: url(/Content/jqWidgets/images/icon-edit.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-save {
    background-image: url(/Content/jqWidgets/images/icon-save.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-cancel {
    background-image: url(/Content/jqWidgets/images/icon-cancel.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up, .jqx-icon-arrow-up-hover, .jqx-icon-arrow-up-selected {
    background-image: url(/Content/jqWidgets/images/icon-up.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down, .jqx-icon-arrow-down-hover, .jqx-icon-arrow-down-selected {
    background-image: url(/Content/jqWidgets/images/icon-down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-left, .jqx-icon-arrow-left-hover, .jqx-icon-arrow-left-selected {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-right, .jqx-icon-arrow-right-hover, .jqx-icon-arrow-right-selected {
    background-image: url(/Content/jqWidgets/images/icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-first, .jqx-icon-arrow-first-hover, .jqx-icon-arrow-first-selected {
    background-image: url(/Content/jqWidgets/images/icon-first.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-last, .jqx-icon-arrow-last-hover, .jqx-icon-arrow-last-selected {
    background-image: url(/Content/jqWidgets/images/icon-last.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up-hover {
    background-image: url(/Content/jqWidgets/images/icon-up.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down-hover {
    background-image: url(/Content/jqWidgets/images/icon-down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-left-hover {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-right-hover {
    background-image: url(/Content/jqWidgets/images/icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up-selected {
    background-image: url(/Content/jqWidgets/images/icon-up.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down-selected {
    background-image: url(/Content/jqWidgets/images/icon-down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-left-selected {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-right-selected {
    background-image: url(/Content/jqWidgets/images/icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-close {
    cursor: pointer;
    background-image: url(/Content/jqWidgets/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-close-white {
    background-image: url(/Content/jqWidgets/images/close_white.png);
}

.jqx-icon-close-hover {
    cursor: pointer;
    background-image: url(/Content/jqWidgets/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-search {
    cursor: pointer;
    background-image: url(/Content/jqWidgets/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
    background-size: 13px;
    width: 13px;
    height: 13px;
}

.jqx-icon-plus {
    background-image: url(/Content/jqWidgets/images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.jqx-icon-plus-alt, .jqx-icon-plus-alt-white {
    background-image: url(/Content/jqWidgets/images/icon-plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.jqx-icon-plus-alt-white {
    background-image: url(/Content/jqWidgets/images/icon-plus-white.png);
}
/* jqxScrollView */
.jqx-scrollview-button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
    background-color: #aaaeaf;
}

.jqx-scrollview {
    background-color: #000;
    -ms-touch-action: auto !important;
}

.jqx-icon-calendar, .jqx-icon-calendar-hover, .jqx-icon-calendar-pressed {
    background-image: url(/Content/jqWidgets/images/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    width: 15px !important;
    height: 15px !important;
    margin-top: -7.5px !important;
}
/*applied to Inputs*/
.jqx-input-widget {
    box-sizing: border-box !important;
}

.jqx-input {
    overflow: hidden;
    background-color: inherit;
    border-color: #c7c7c7;
}

.jqx-input-invalid {
    color: red !important;
}

.jqx-input-group {
    overflow: hidden;
}

.jqx-input-group-addon {
    border: 1px solid transparent;
    position: relative;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 2px 8px !important;
    float: left;
    white-space: nowrap;
    vertical-align: middle;
}

    .jqx-input-group-addon:first-child {
        border-right-width: 0px;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .jqx-input-group-addon:last-child {
        border-left-width: 0px;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .jqx-input-group-addon:not(:last-child):not(:first-child) {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-left-width: 0px;
    }

.jqx-input-group .jqx-input {
    padding: 2px 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}

.jqx-editor {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    overflow: hidden;
    box-sizing: border-box !important;
}

.jqx-editor-window {
    overflow: hidden;
}

.jqx-editor-inline {
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

    .jqx-editor-inline p {
        margin: 0px;
        padding: 0 .2em;
    }

.jqx-editor-inline-focus {
    border-width: 1px;
    border-style: solid;
    overflow: auto;
}

.jqx-editor iframe {
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.jqx-editor-color-bar {
    height: 3px;
}

.jqx-editor-color-picker table {
    margin: 0;
    padding: 0 4px 4px;
    empty-cells: show;
    border-collapse: separate;
}

.jqx-editor-color-picker td {
    border-collapse: separate;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0;
    position: relative;
}

    .jqx-editor-color-picker td:hover {
        border: 1px solid #000;
    }

.jqx-editor-color-picker-selected-cell {
    outline: 1px solid #000;
}

.jqx-editor-color-picker td div {
    width: 16px;
    height: 16px;
}

.jqx-editor-content {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    outline: 0;
    left: 0px;
    position: relative;
    box-sizing: border-box !important;
}

.jqx-editor-container {
    position: relative;
    padding: 4px;
    padding-top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box !important;
}

.jqx-editor-toolbar-container {
    top: 0px;
    left: 0px;
    box-sizing: border-box !important;
}

.jqx-editor-toolbar-inline {
    padding: 0px 4px;
    border-width: 1px;
    border-style: solid;
}

.jqx-editor-toolbar {
    margin: 0;
    padding: 0px;
    padding-bottom: 4px;
}

.jqx-editor-toolbar-icon {
    height: 21px;
    width: 21px;
    vertical-align: middle;
    opacity: .667;
    margin: 2px 0;
    background: url(/Content/jqWidgets/images/html_editor.png) no-repeat;
}

.jqx-editor-toolbar-icon-bold {
    background-position: 0px 0px !important;
}

.jqx-editor-toolbar-icon-italic {
    background-position: -21px 0px !important;
}

.jqx-editor-toolbar-icon-underline {
    background-position: -42px 0px !important;
}

.jqx-editor-toolbar-icon-fontname {
    background-position: -63px 0px !important;
}

.jqx-editor-toolbar-icon-fontsize {
    background-position: -84px 0px !important;
}

.jqx-editor-toolbar-icon-createlink {
    background-position: -147px 0px !important;
}

.jqx-editor-toolbar-icon-insertorderedlist {
    background-position: -168px 0px !important;
}

.jqx-editor-toolbar-icon-insertunorderedlist {
    background-position: -189px 0px !important;
}

.jqx-editor-toolbar-icon-outdent {
    background-position: -210px 0px !important;
}

.jqx-editor-toolbar-icon-indent {
    background-position: -231px 0px !important;
}

.jqx-editor-toolbar-icon-insertimage {
    background-position: -337px 0px !important;
}

.jqx-editor-toolbar-icon-justifyleft {
    background-position: -252px 0px !important;
}

.jqx-editor-toolbar-icon-justifycenter {
    background-position: -273px 0px !important;
}

.jqx-editor-toolbar-icon-justifyright {
    background-position: -294px 0px !important;
}

.jqx-editor-toolbar-icon-removeformat {
    background-position: -316px 0px !important;
}

.jqx-editor-toolbar-icon-viewsource {
    background-position: -359px 0px !important;
}

.jqx-editor-toolbar-icon-forecolor {
    background-position: -105px 0px !important;
    height: 15px;
}

.jqx-editor-toolbar-icon-backcolor {
    background-position: -380px 0px !important;
    height: 15px;
}

.jqx-editor-toolbar-icon:hover {
    opacity: 1;
}

.jqx-fill-state-disabled .jqx-editor-toolbar-icon {
    opacity: .667;
}

.jqx-editor-toolbar-item {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.jqx-editor-toolbar-separator {
    border-left: 1px solid #ccc;
    margin: 0 2px;
    outline: none;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
    width: 0;
    display: inline-block;
}

.jqx-editor-toolbar-group {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
    white-space: nowrap;
}

.jqx-editor-toolbar-button {
    text-decoration: none;
    vertical-align: middle;
    cursor: default;
    display: inline-block;
    padding: 0px !important;
    margin-right: 2px;
}

.jqx-editor-toolbar-group .jqx-editor-toolbar-button {
    margin-right: -1px;
    box-shadow: none;
    position: relative;
    margin-left: 0px !important;
}

    .jqx-editor-toolbar-group .jqx-editor-toolbar-button:hover, .jqx-editor-toolbar-group .jqx-editor-toolbar-button:active {
        z-index: 55;
    }

    .jqx-editor-toolbar-group .jqx-editor-toolbar-button.jqx-fill-state-normal {
        background: transparent !important;
    }

.jqx-date-time-input-popup table td a {
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: 0;
    color: #333;
}

.jqx-date-time-input-popup table td input {
    width: 25px;
    margin: 0;
    text-align: center;
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.jqx-scheduler .jqx-cell {
    padding: 0px !important;
    cursor: default;
}

.jqx-scheduler .jqx-widget-header.jqx-grid-header {
    border-bottom-color: transparent;
    border-bottom-width: 0px;
}

.jqx-scheduler .jqx-grid-column-header, .jqx-scheduler.jqx-widget .jqx-grid-column-header {
    border-bottom: 1px solid #c5c5c5;
}

.jqx-grid-column-header[sort] > div > div {
    width: calc(100% - 20px);
}

.jqx-grid-column-header[filter] > div > div {
    width: calc(100% - 20px);
}

.jqx-grid-column-header[filter][sort] > div > div {
    width: calc(100% - 40px);
}

.jqx-scheduler-all-day-cell {
    text-align: left;
}

    .jqx-scheduler-all-day-cell span {
        margin-left: 3px;
    }

.jqx-scheduler-month-cell {
    background: #f2f2f2;
    color: #000;
    opacity: 0.8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    vertical-align: top;
    text-align: left;
}

.jqx-scheduler-month-cell-touch {
    background: transparent;
    border: none;
    vertical-align: middle;
    text-align: center;
}

.jqx-scheduler-month-cell-popup {
    border: 1px solid #333;
    background: #f2f2f2;
    box-shadow: 0 5px 0px rgba(0,0,0,.15) !important;
}

.jqx-widget .jqx-scheduler-middle-cell, .jqx-scheduler-middle-cell {
    border-bottom-color: #ddd !important;
}

.jqx-scheduler-cell-selected.jqx-scheduler-middle-cell {
    border-bottom-style: dotted;
}

.jqx-scheduler-work-time-cell {
    background: #fff;
}

.jqx-scheduler-not-work-time-cell {
    background: #eee;
}

.jqx-scheduler-month-outer-cell {
    color: #555;
}

.jqx-scheduler-month-weekend-cell {
    background: #eee;
}

.jqx-scheduler-disabled-cell {
    background: #e9edf1;
}

.jqx-scheduler-toolbar {
    font-size: 14px;
}

.jqx-scheduler-time-column, .jqx-scheduler-toolbar {
    background-image: none !important;
    background: #fff !important;
    color: #333 !important;
}

.jqx-scheduler-week-number-column {
    background: #e8e8e8 !important;
    color: #333;
}

.jqx-scheduler-time-column-header-cell {
    border-left-color: transparent !important;
}

.jqx-scheduler-time-column-header-cell-rtl {
    border-right-color: transparent !important;
}

.jqx-scheduler-appointment {
    overflow: visible;
    border: 1px solid #555;
    white-space: pre-line;
    cursor: pointer;
    vertical-align: middle;
    text-overflow: ellipsis;
    user-select: none;
}

.jqx-scheduler-appointment-rtl {
    direction: rtl;
    text-align: right;
}

.jqx-scheduler-appointment-content {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.jqx-scheduler-appointment-inner-content {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    padding-bottom: 3px;
}

.jqx-scheduler-appointment-duration-status {
    height: 0px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-color: #f05c2d;
    background: #f05c2d;
    position: absolute;
    bottom: -1px;
    left: 0px;
    border-radius: 5px;
}

.jqx-scheduler-appointment-status {
    width: 4px;
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    position: absolute;
    top: 0px;
    left: 0px;
}

.jqx-scheduler-appointment-status-rtl {
    width: 4px;
    height: 100%;
    border-right-width: 0px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: solid;
    position: absolute;
    top: 0px;
    right: 0px;
}

.jqx-scheduler-appointment-status-stripes {
    background-image: url(/Content/jqWidgets/images/stripes.png);
    background-repeat: repeat-y;
    background-position: left top;
}

.jqx-scheduler-appointment-resize-indicator {
    width: 4px;
    height: 4px;
    position: absolute;
    border: 1px solid black;
    background: white;
    display: none;
}

.jqx-scheduler-appointment-top-resize-indicator {
    top: -3px;
    left: 50%;
    margin-left: -2px;
    cursor: row-resize;
}

.jqx-scheduler-appointment-bottom-resize-indicator {
    cursor: row-resize;
    bottom: -3px;
    left: 50%;
    margin-left: -2px;
}

.jqx-scheduler-appointment-left-resize-indicator {
    cursor: col-resize;
    top: 50%;
    left: -3px;
    margin-top: -2px;
}

.jqx-scheduler-appointment-right-resize-indicator {
    cursor: col-resize;
    top: 50%;
    margin-top: -2px;
    right: -3px;
}

.jqx-scheduler-appointment span {
    vertical-align: middle;
    text-overflow: ellipsis;
    position: relative;
    top: -1px;
}

.jqx-scheduler-feedback-appointment {
    opacity: 0.7;
    position: absolute;
    z-index: 99999;
}

.jqx-scheduler-selected-appointment {
    border: 1px solid #316293 !important;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    white-space: pre-line;
}

.jqx-scheduler-appointment:hover {
    border: 1px solid #3f7ebe !important;
}

.jqx-scheduler-feedback-drag-appointment {
    background: #aaa !important;
}

.jqx-icon-recurrence, .jqx-icon-recurrence-exception, .jqx-icon-recurrence-white, .jqx-icon-recurrence-exception-white, .jqx-icon-time {
    background-image: url(/Content/jqWidgets/images/icon-recurrence.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    float: left;
    margin: 3px;
    margin-left: 5px;
}

.jqx-icon-time {
    background-image: url(/Content/jqWidgets/images/icon-time.png);
    margin: 0px;
    position: relative;
    left: 1px;
    margin-top: -8px;
}

.jqx-icon-time-white {
    background-image: url(/Content/jqWidgets/images/icon-time-white.png);
}

.jqx-icon-recurrence-exception {
    background-image: url(/Content/jqWidgets/images/icon-recurrence-exception.png);
}

.jqx-icon-recurrence-exception-white {
    background-image: url(/Content/jqWidgets/images/icon-recurrence-exception-white.png);
}

.jqx-icon-recurrence-white {
    background-image: url(/Content/jqWidgets/images/icon-recurrence-white.png);
}

.jqx-scheduler-cell-hover {
    border-color: #3f7ebe !important;
    background: #a2c0df !important;
}

.jqx-scheduler-cell-selected {
    border-color: #316293 !important;
    background: #2f7eb6 !important;
}

.jqx-scheduler-edit-dialog-label {
    clear: both;
    float: left;
    margin-left: 2%;
    padding: 4px;
    text-align: right;
    width: 18%;
    line-height: 25px;
}

.jqx-scheduler-edit-dialog-field {
    clear: right;
    float: right;
    margin-right: 2%;
    padding: 4px;
    width: 380px;
}

.jqx-scheduler-edit-dialog-label-rtl {
    clear: both;
    float: right;
    margin-left: 0px;
    margin-right: 2%;
    padding: 4px;
    text-align: left;
    width: 18%;
    line-height: 25px;
}

.jqx-scheduler-edit-dialog-field-rtl {
    clear: left;
    float: left;
    margin-right: 0px;
    margin-left: 2%;
    padding: 4px;
    width: 72%;
}

.jqx-scheduler-legend-bar {
    overflow: hidden;
    border-color: inherit;
    border: none;
}

.jqx-scheduler-legend-bar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-scheduler-legend-bar-top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-scheduler-legend {
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 4px;
}

.jqx-scheduler-legend-label {
    float: left;
    margin-right: 12px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 4px;
}

.jqx-scheduler-cell-selected .jqx-scheduler-agenda-date {
    color: #fff;
}

.jqx-scheduler-cell-selected .jqx-scheduler-agenda-time {
    color: #fff;
}

.jqx-scheduler-cell-selected .jqx-scheduler-agenda-appointment, .jqx-scheduler-cell-selected .jqx-scheduler-agenda-appointment-rtl {
    color: #fff;
}

.jqx-scheduler-agenda-date {
    padding-top: 5px;
    padding-bottom: 5px;
}

.jqx-scheduler-agenda-time {
    padding: 5px;
}

.jqx-scheduler-agenda-appointment, .jqx-scheduler-agenda-appointment-rtl {
    cursor: pointer;
}

.jqx-scheduler-agenda-appointment-resource, .jqx-scheduler-agenda-appointment-resource-rtl {
    margin: 5px;
    cursor: pointer;
}

.jqx-scheduler-agenda-appointment-resource-rtl, .jqx-scheduler-agenda-appointment-rtl {
    float: right;
}

.jqx-scheduler-agenda-day {
    margin: 3px;
    font-size: 33px;
    font-weight: normal;
}

.jqx-scheduler-agenda-week {
    font-style: normal;
    font-size: 13px;
}

.jqx-scheduler-agenda-date {
    font-size: 10px;
}

.jqx-scheduler-cell-focus {
    border-style: dotted;
    border-color: #59a0d5 !important;
    background: #59a0d5 !important;
}
/*applied to all widgets*/
.jqx-widget {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    zoom: 1 !important;
    color: #000000;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-background-clip: padding-box;
    direction: ltr !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
}

.jqx-item {
    -ms-touch-action: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: inherit;
    -webkit-text-size-adjust: none;
}

/*applied to containers to set a background and border color. Tabs, NavigationBar, Calendar content.*/
.jqx-widget-content {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: #c7c7c7;
    background: #fff;
}
/*applied to header areas. Tabs, Menu, Window, Calendar.*/
.jqx-widget-header {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-color: #c5c5c5;
    background: #e8e8e8;
}

.jqx-fill-state-normal {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: #aaa;
    background: #efefef;
}

.jqx-fill-state-hover {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #999;
    background: #e8e8e8;
}

.jqx-fill-state-pressed {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #999;
    background: #d1d1d1;
}

.jqx-fill-state-focus {
    border-color: #555;
}

.jqx-fill-state-disabled {
    cursor: default;
    color: #000;
    opacity: .55;
    filter: Alpha(Opacity=45);
}
.jqx-grid.jqx-fill-state-disabled {
    pointer-events: none;
}
    .jqx-fill-state-normal td, .jqx-fill-state-hover td, .jqx-fill-state-pressed td, .jqx-fill-state-disabled td, .jqx-fill-state-focus td, .jqx-widget td, .jqx-widget-content td, .jqx-widget-header td {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: #aaa;
}

.jqx-widget .jqx-grid-column-menubutton, .jqx-widget .jqx-grid-column-sortascbutton, .jqx-widget .jqx-grid-column-sortdescbutton, .jqx-widget .jqx-grid-column-filterbutton {
    background-color: transparent;
    border-color: #aaa;
}

.jqx-grid-column-header a:link, .jqx-grid-column-header a:visited {
}

.jqx-grid-bottomright, .jqx-panel-bottomright, .jqx-listbox-bottomright {
    background-color: #e5e5e5;
}

.jqx-tabs-title-selected-top {
    border-color: #aaa;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
/*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'bottom' .*/
.jqx-tabs-title-selected-bottom {
    border-color: #aaa;
    border-top: 1px solid #fff;
    background-color: #fff;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'top'.*/
.jqx-tabs-selection-tracker-top {
    border-color: #aaa;
    border-bottom: 1px solid #fff;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'bottom'.*/
.jqx-tabs-selection-tracker-bottom {
    border-color: #aaa;
    border-top: 1px solid #fff;
}
/*jqxMaskedInput and jqxNumberInput Styles*/
.jqx-input {
    -webkit-appearance: none;
    padding: 0 0 0 0;
    outline: none;
    border-width: 1px;
    border-style: solid;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

input[type=text].jqx-input, input[type=password].jqx-input {
    min-height: 16px;
    min-width: 16px;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    font-size: 13px;
    padding: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

.jqx-input::-ms-reveal {
    display: none;
}

.jqx-input::-ms-clear {
    display: none;
}

.jqx-input-content::-ms-clear {
    display: none;
}

.jqx-input::-ms-value {
    margin: 0px;
    padding: 0px;
    min-height: 13px;
    line-height: 13px;
}

/*applied to the input when the validation fails.*/
.jqx-input-invalid {
    border-color: #dd4b39 !important;
}

/*applied to the input's content.*/
.jqx-input-content {
    -webkit-appearance: none;
    padding: 1px;
    resize: none;
    outline: none;
    outline-width: 0px;
    -webkit-user-modify: inherit;
    -moz-user-modify: inherit;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}
/*applied to the input when it is disabled.*/
.jqx-input-disabled {
    -webkit-appearance: none;
    resize: none;
    outline: none;
    outline-width: 0px;
}
/*applied to the list menu.*/
.jqx-listmenu-widget {
    -ms-touch-action: auto;
}

    .jqx-listmenu-widget .jqx-widget-content {
        -ms-touch-action: auto;
    }

    .jqx-listmenu-widget .jqx-widget-header {
        -ms-touch-action: auto;
    }

    .jqx-listmenu-widget li {
        -ms-touch-action: auto;
    }

.jqx-menu-popup {
}

.jqx-menu-vertical {
    background-color: #efefef;
}

.jqx-color-picker {
}

.jqx-color-picker-panel {
}

.jqx-color-picker-map {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url(/Content/jqWidgets/images/colorpicker/map-saturation.png);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

.jqx-color-picker-map-hue {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url(/Content/jqWidgets/images/colorpicker/map-hue.png);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

.jqx-color-picker-map-overlay {
    background-color: transparent;
    background-image: url(/Content/jqWidgets/images/colorpicker/map-saturation-overlay.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.jqx-color-picker-bar {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url(/Content/jqWidgets/images/colorpicker/bar-saturation.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.jqx-color-picker-bar-hue {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url(/Content/jqWidgets/images/colorpicker/bar-hue.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.jqx-color-picker-preview {
    border: 1px solid #A0A0A0;
}

.jqx-color-picker-pointer {
    background-image: url(/Content/jqWidgets/images/crosshair.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.jqx-color-picker-pointer-alt {
    background-image: url(/Content/jqWidgets/images/crosshair-white.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.jqx-color-picker-bar-pointer {
    background-image: url(/Content/jqWidgets/images/pointer.png);
    background-repeat: no-repeat;
    height: 15px;
    margin-left: 6px;
    background-position: right top;
}

.jqx-icon {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -8px;
}

.jqx-input-icon {
    width: 13px;
    height: 13px;
    margin: 0 auto;
}

.jqx-scrollbar-thumb-state-normal-touch {
    border-color: #c3c3c3;
    background: #c3c3c3;
}

.jqx-touch, .jqx-touch .jqx-fill-state-normal, .jqx-touch .jqx-widget-content, .jqx-touch .jqx-widget-header, .jqx-touch a:link {
}

.jqx-scrollbar .jqx-icon-arrow-up {
    width: 100%;
    height: 100%;
}

.jqx-scrollbar .jqx-icon-arrow-down {
    width: 100%;
    height: 100%;
}

.jqx-scrollbar .jqx-icon-arrow-left {
    width: 100%;
    height: 100%;
}

.jqx-scrollbar .jqx-icon-arrow-right {
    width: 100%;
    height: 100%;
}
/*jqx-listmenu*/
.jqx-listmenu-widget {
    border-width: 1px;
    border-style: solid;
}

ol.jqx-listmenu, ul.jqx-listmenu {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1;
    counter-reset: section;
}

.jqx-listmenu li {
    margin-left: 0px;
    list-style: none;
    line-height: 1;
}

.jqx-listmenu {
    width: 100%;
}

.jqx-listmenu-header {
    padding: 15px;
}

.jqx-listmenu-item {
    cursor: pointer;
    padding: 15px;
    float: none;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.jqx-listmenu-separator {
    padding: 10px;
    counter-reset: section;
}

.jqx-listmenu-header-label {
    margin-left: 30px;
}

.jqx-listmenu-arrow-right {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 7px;
}

.jqx-listmenu-arrow-rtl {
    right: 0px;
    left: 7px;
}

.jqx-listmenu-arrow-right-pressed {
    width: 16px;
    height: 16px;
}

.jqx-listmenu-header .jqx-button {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 10px;
}

.jqx-listmenu-filter-input {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid;
    outline: none;
    width: 97%;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #c7c7c7;
    background-color: #fff;
    font-size: 20px;
    min-height: 25px !important;
    height: 25px;
}

.jqx-listmenu-filter {
    text-align: center;
    padding: 4px;
}

ol li .jqx-listmenu-item-label:before {
    content: counter(section) ". ";
    counter-increment: section;
}

.jqx-listmenu div {
    clear: both;
}

.jqx-listmenu-auto-separator {
}

.jqx-listmenu-item-readonly {
    cursor: default;
}

.jqx-tooltip {
    position: absolute;
    width: auto;
    height: auto;
}

.jqx-tooltip-main {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    filter: inherit;
    border-style: solid;
    border-width: 1px;
}

.jqx-tooltip-text {
    padding: 5px 8px;
    overflow: hidden;
    filter: inherit;
}

.jqx-tooltip, .jqx-tooltip-text, .jqx-tooltip-main {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-tooltip-arrow {
    position: absolute;
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    margin: -6px 0 0 -7px;
    background: transparent !important;
    filter: inherit;
}

.jqx-tooltip-arrow-t-b {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.jqx-tooltip-arrow-l-r {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}
/*Sets the text-alignment to right.*/
.jqx-rtl {
    text-align: right !important;
}

.jqx-shadow {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
    box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
}

.jqx-noshadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.jqx-passwordinput-password-icon, .jqx-passwordinput-password-icon-rtl {
    background-image: url(/Content/jqWidgets/images/icon-showpassword.png) !important;
    background-repeat: no-repeat !important;
    width: 14px;
    height: 9px;
}

.jqx-passwordinput-password-icon-ltr {
    background-position: right !important;
}

.jqx-passwordinput-password-icon-rtl {
    background-position: left !important;
}

.jqx-passwordinput-password-strength-inicator {
    width: 20%;
    height: 5px;
    margin-top: 5px;
}
/*top rounded Corners*/
.jqx-rc-t-expanded {
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
/*bottom rounded Corners*/
.jqx-rc-b-expanded {
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.jqx-treemap-rectangle {
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #555;
    color: #222;
    text-shadow: 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-treemap-label {
    text-overflow: ellipsis;
    overflow: hidden;
}

.jqx-treemap-rectangle-parent {
    color: #222;
    font-size: 15px;
    font-family: Verdana;
    font-weight: bold;
}

.jqx-treemap-legend-label {
    color: #fff;
}

.jqx-treemap-legend {
    width: 350px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 41;
    overflow: hidden;
}

.jqx-treemap-legend-table {
    table-layout: fixed;
    width: 100%;
}

.jqx-treemap-legend-color {
    height: 3px;
}

.jqx-treemap-legend-values {
    height: 12px;
    width: 100%;
}

.jqx-treemap-legend-value {
    font-size: 9px;
    position: absolute;
    color: #fff;
}

.jqx-treemap-rectangle-hover {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 40;
}
/*jqxRangeSelector*/
.jqx-rangeselector, .jqx-rangeselector-content, .jqx-rangeselector-slider, .jqx-rangeselector-markers,
.jqx-rangeselector-ticks-container, .jqx-rangeselector-ticks, .jqx-rangeselector-shutter {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-sizing: content-box !important;
}

.jqx-rangeselector-markers {
}

.jqx-rangeselector-content, .jqx-rangeselector-ticks, .jqx-rangeselector-labels, .jqx-rangeselector-shutter, .jqx-rangeselector-markers, .jqx-rangeselector-marker-arrow {
    position: absolute;
}

.jqx-rangeselector-ticks-container, .jqx-rangeselector-ticks, .jqx-rangeselector-shutter, .jqx-rangeselector-slider {
    height: 100%;
}

.jqx-rangeselector-ticks-container, .jqx-rangeselector-slider {
    width: 100%;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.jqx-rangeselector-group-labels-rtl, .jqx-rangeselector-group-labels-ticks, .jqx-rangeselector-slider {
    float: left;
}

.jqx-rangeselector-slider, .jqx-rangeselector-markers, .jqx-rangeselector-marker-arrow {
    border-style: solid;
}

.jqx-rangeselector-ticks, .jqx-rangeselector-group-labels-ticks {
    width: 1px;
    background: #aaa;
}

.jqx-rangeselector-labels, .jqx-rangeselector-markers {
    white-space: nowrap;
    width: auto;
}

.jqx-rangeselector-slider, .jqx-rangeselector-markers {
    border-width: 1px !important;
}

.jqx-rangeselector-ticks-container {
    background-color: transparent;
    position: relative;
}

.jqx-rangeselector-shutter {
    opacity: 0.75;
    background: #efefef;
    border-width: 0px !important;
}

.jqx-rangeselector-slider {
    background-color: transparent !important;
    border-top: none !important;
    background-image: none !important;
    border-bottom: none !important;
    border-color: #aaa;
    border-right-color: transparent !important;
    position: relative;
    overflow: hidden;
}

.jqx-rangeselector-inner-slider {
    position: absolute;
    right: 0;
    background: #aaa;
    width: 1px;
    height: 100%;
}

.jqx-rangeselector-ticks {
    margin-top: 0px;
}

.jqx-rangeselector-labels, .jqx-rangeselector-group-labels {
    margin-top: 4px;
}

.jqx-rangeselector-markers {
    height: 20px;
    padding: 5px;
    opacity: 0.75;
}

.jqx-rangeselector-marker-arrow {
    width: 0px;
    height: 0px;
    display: block;
    margin: -6px 0 0 -7px;
    background-color: transparent !important;
    filter: inherit;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    background-clip: border-box;
    background-repeat: repeat;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
}

.jqx-rangeselector-marker-arrow-top {
    border-bottom-color: transparent !important;
}

.jqx-rangeselector-marker-arrow-bottom {
    border-top-color: transparent !important;
}

.jqx-rangeselector-marker-left-arrow {
    border-right-width: 0px;
    border-left-width: 5px;
}

.jqx-rangeselector-marker-right-arrow {
    border-right-width: 5px;
    border-left-width: 0px;
}

.jqx-rangeselector-markers-value {
    overflow: hidden;
    white-space: nowrap;
}

.jqx-rangeselector-group-labels-rtl {
    margin-right: 10px;
    direction: rtl;
}

.jqx-rangeselector-group-labels-ticks {
    height: 17px;
}

.jqx-rangeselector-group-labels-ticks-rtl {
    margin-left: 5px;
}

.jqx-action-button {
    border: none;
    border-left: 1px solid #c7c7c7;
}

.jqx-action-button-rtl {
    border: none;
    border-right: 1px solid #c7c7c7;
    cursor: pointer;
}
/*jqxBulletChart*/
.jqx-bulletchart {
}

.jqx-bulletchart, .jqx-bulletchart-title-container-horizontal, .jqx-bulletchart-title-container-vertical, .jqx-bulletchart-chart-container-horizontal, .jqx-bulletchart-chart-container-vertical {
    position: relative;
}

.jqx-bulletchart-title-inner-container, .jqx-bulletchart-range, .jqx-bulletchart-pointer, .jqx-bulletchart-target, .jqx-bulletchart-ticks, .jqx-bulletchart-labels {
    position: absolute;
}

.jqx-bulletchart-title-container-vertical, .jqx-bulletchart-title, .jqx-bulletchart-description, .jqx-bulletchart-range-vertical {
    width: 100%;
}

.jqx-bulletchart-title-container-horizontal, .jqx-bulletchart-chart-container-horizontal {
    float: left;
    overflow: hidden;
}

.jqx-bulletchart-title, .jqx-bulletchart-description {
    text-align: center;
}

.jqx-bulletchart-title-inner-container {
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.jqx-bulletchart-title-inner-container-ltr {
    padding-right: 5px;
}

.jqx-bulletchart-title-inner-container-rtl {
    padding-left: 5px;
}

.jqx-bulletchart-title-description-ltr {
    text-align: right;
}

.jqx-bulletchart-title-description-rtl {
    text-align: left;
}

.jqx-bulletchart-title-description-vertical {
    text-align: center;
}

.jqx-bulletchart-title {
    font-size: 110%;
    font-weight: bold;
}

.jqx-bulletchart-description {
    font-size: 90%;
}

.jqx-bulletchart-range-horizontal {
    height: 100%;
}

.jqx-bulletchart-target-horizontal {
    top: 10%;
    height: 80%;
}

.jqx-bulletchart-target-vertical {
    left: 10%;
    width: 80%;
}

.jqx-bulletchart-ticks {
    background-color: #AAAAAA;
}

.jqx-bulletchart-ticks-horizontal {
    width: 1px;
}

.jqx-bulletchart-ticks-vertical {
    height: 1px;
}

.jqx-bulletchart-zero-tick {
}

.jqx-bulletchart-labels {
}
/*jqxNotification*/
.jqx-notification {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    pointer-events: auto;
}

.jqx-notification-table {
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}

.jqx-notification-container {
    position: fixed;
    height: auto;
    width: auto;
    pointer-events: none;
}

.jqx-notification-container-full-width {
    width: 100%;
}

.jqx-notification-container-full-height {
    height: 100%;
}

#jqxNotificationDefaultContainer-top-right, #jqxNotificationDefaultContainer-bottom-left {
    direction: rtl;
}

.jqx-notification-icon, .jqx-notification-content {
    vertical-align: middle;
}

.jqx-notification-content {
}

.jqx-notification-content-rtl {
    direction: rtl;
}

.jqx-link, .jqx-inverse, .jqx-primary, .jqx-warning, .jqx-danger, .jqx-success, .jqx-info {
    background: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

    .jqx-primary .jqx-icon-calendar, .jqx-primary .jqx-icon-calendar-hover, .jqx-primary .jqx-icon-calendar-pressed {
        background-image: url(/Content/jqWidgets/images/icon-calendar-white.png);
    }

    .jqx-primary .jqx-icon-time, .jqx-primary .jqx-icon-time-hover, .jqx-primary .jqx-icon-time-pressed {
        background-image: url(/Content/jqWidgets/images/icon-time-white.png);
    }

    .jqx-success .jqx-icon-calendar, .jqx-success .jqx-icon-calendar-hover, .jqx-success .jqx-icon-calendar-pressed {
        background-image: url(/Content/jqWidgets/images/icon-calendar-white.png);
    }

    .jqx-success .jqx-icon-time, .jqx-success .jqx-icon-time-hover, .jqx-success .jqx-icon-time-pressed {
        background-image: url(/Content/jqWidgets/images/icon-time-white.png);
    }

    .jqx-warning .jqx-icon-calendar, .jqx-warning .jqx-icon-calendar-hover, .jqx-warning .jqx-icon-calendar-pressed {
        background-image: url(/Content/jqWidgets/images/icon-calendar-white.png);
    }

    .jqx-warning .jqx-icon-time, .jqx-warning .jqx-icon-time-hover, .jqx-warning .jqx-icon-time-pressed {
        background-image: url(/Content/jqWidgets/images/icon-time-white.png);
    }

    .jqx-danger .jqx-icon-calendar, .jqx-danger .jqx-icon-calendar-hover, .jqx-danger .jqx-icon-calendar-pressed {
        background-image: url(/Content/jqWidgets/images/icon-calendar-white.png);
    }

    .jqx-danger .jqx-icon-time, .jqx-danger .jqx-icon-time-hover, .jqx-danger .jqx-icon-time-pressed {
        background-image: url(/Content/jqWidgets/images/icon-time-white.png);
    }

    .jqx-info .jqx-icon-calendar, .jqx-info .jqx-icon-calendar-hover, .jqx-info .jqx-icon-calendar-pressed {
        background-image: url(/Content/jqWidgets/images/icon-calendar-white.png);
    }

    .jqx-info .jqx-icon-time, .jqx-info .jqx-icon-time-hover, .jqx-info .jqx-icon-time-pressed {
        background-image: url(/Content/jqWidgets/images/icon-time-white.png);
    }

    .jqx-inverse .jqx-icon-calendar, .jqx-inverse .jqx-icon-calendar-hover, .jqx-inverse .jqx-icon-calendar-pressed {
        background-image: url(/Content/jqWidgets/images/icon-calendar-white.png);
    }

    .jqx-inverse .jqx-icon-time, .jqx-inverse .jqx-icon-time-hover, .jqx-inverse .jqx-icon-time-pressed {
        background-image: url(/Content/jqWidgets/images/icon-time-white.png);
    }


.jqx-notification-info, .jqx-info {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #5bc0de !important;
    *background-color: #5bc0de !important;
    border-left-color: #46b8da !important;
    border-right-color: #46b8da !important;
    border-top-color: #46b8da !important;
    border-bottom-color: #46b8da !important;
}

    .jqx-info:hover,
    .jqx-info:focus,
    .jqx-info:active,
    .jqx-info.active,
    .jqx-info.disabled,
    .jqx-info[disabled] {
        color: #ffffff !important;
        background-color: #31b0d5 !important;
        *background-color: #31b0d5 !important;
        border-color: #269abc !important;
    }

    .jqx-fill-state-pressed.jqx-info,
    .jqx-info:active,
    .jqx-info.active {
        background-color: #269abc \9 !important;
    }

.jqx-notification-warning, .jqx-warning {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #f0ad4e !important;
    *background-color: #f0ad4e !important;
    border-left-color: #eea236 !important;
    border-right-color: #eea236 !important;
    border-top-color: #eea236 !important;
    border-bottom-color: #eea236 !important;
}

    .jqx-warning:hover,
    .jqx-warning:focus,
    .jqx-warning:active,
    .jqx-warning.active,
    .jqx-warning.disabled,
    .jqx-warning[disabled] {
        color: #ffffff !important;
        background-color: #ec971f !important;
        *background-color: #ec971f !important;
        border-color: #d58512 !important;
    }

    .jqx-fill-state-pressed.jqx-warning,
    .jqx-warning:active,
    .jqx-warning.active {
        background-color: #d58512 \9 !important;
        border-color: #985f0d !important;
    }

.jqx-notification-success, .jqx-success {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #5cb85c !important;
    *background-color: #5cb85c !important;
    border-left-color: #4cae4c !important;
    border-right-color: #4cae4c !important;
    border-top-color: #4cae4c !important;
    border-bottom-color: #4cae4c !important;
}

    .jqx-success:hover,
    .jqx-success:focus,
    .jqx-success:active,
    .jqx-success.active,
    .jqx-success.disabled,
    .jqx-success[disabled] {
        color: #ffffff !important;
        background-color: #449d44 !important;
        *background-color: #449d44 !important;
        border-color: #398439 !important;
    }

    .jqx-fill-state-pressed.jqx-success,
    .jqx-success:active,
    .jqx-success.active {
        background-color: #398439 !important;
        border-color: #255625 !important;
    }

.jqx-notification-error, .jqx-danger {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #d9534f !important;
    *background-color: #d9534f !important;
    border-left-color: #d43f3a !important;
    border-right-color: #d43f3a !important;
    border-top-color: #d43f3a !important;
    border-bottom-color: #d43f3a !important;
}

    .jqx-danger:hover,
    .jqx-danger:focus,
    .jqx-danger:active,
    .jqx-danger.active,
    .jqx-danger.disabled,
    .jqx-danger[disabled] {
        color: #ffffff !important;
        background-color: #c9302c !important;
        *background-color: #c9302c !important;
        border-color: #ac2925 !important;
    }

    .jqx-fill-state-pressed.jqx-danger, .jqx-danger:active,
    .jqx-danger.active {
        background-color: #ac2925 !important;
        border-color: #761c19 !important;
    }

.jqx-notification-mail, .jqx-primary {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #337ab7 !important;
    *background-color: #337ab7 !important;
    border-left-color: #2e6da4 !important;
    border-right-color: #2e6da4 !important;
    border-top-color: #2e6da4 !important;
    border-bottom-color: #2e6da4 !important;
}

    .jqx-primary:hover,
    .jqx-primary:focus,
    .jqx-primary:active,
    .jqx-primary.active,
    .jqx-primary.disabled,
    .jqx-primary[disabled] {
        color: #ffffff !important;
        background-color: #286090 !important;
        *background-color: #286090 !important;
    }

    .jqx-fill-state-pressed.jqx-primary,
    .jqx-primary:active,
    .jqx-primary.active {
        background-color: #204d74 !important;
    }

.jqx-notification-time, .jqx-inverse {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #363636 !important;
    *background-color: #222222 !important;
    border-left-color: #222222 !important;
    border-right-color: #222222 !important;
    border-top-color: #222222 !important;
    border-bottom-color: #000000 !important;
}

    .jqx-inverse:hover,
    .jqx-inverse:focus,
    .jqx-inverse:active,
    .jqx-inverse.active,
    .jqx-inverse.disabled,
    .jqx-inverse[disabled] {
        color: #ffffff !important;
        background-color: #222222 !important;
        *background-color: #151515 !important;
    }

    .jqx-fill-state-pressed.jqx-inverse,
    .jqx-inverse:active,
    .jqx-inverse.active {
        background-color: #080808 !important;
        background-image: linear-gradient(to bottom, #444444, #444444) !important;
    }

.jqx-link,
.jqx-link:active,
.jqx-link[disabled] {
    background-color: transparent !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.jqx-link {
    color: #0088cc !important;
    cursor: pointer !important;
    border-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .jqx-link:hover,
    .jqx-link:focus {
        color: #005580 !important;
        text-decoration: underline !important;
        background-color: transparent !important;
    }

    .jqx-link[disabled]:hover,
    .jqx-link[disabled]:focus {
        color: #333333 !important;
        text-decoration: none !important;
    }

    .jqx-link:focus, .jqx-inverse:focus, .jqx-primary:focus, .jqx-warning:focus, .jqx-danger:focus, .jqx-success:focus, .jqx-info:focus,
    .jqx-link:hover, .jqx-inverse:hover, .jqx-primary:hover, .jqx-warning:hover, .jqx-danger:hover, .jqx-success:hover, .jqx-info:hover {
        background-position: 0 -15px !important;
        -webkit-transition: background-position 0.1s linear !important;
        -moz-transition: background-position 0.1s linear !important;
        -o-transition: background-position 0.1s linear !important;
        transition: background-position 0.1s linear !important;
    }

    .jqx-link:active, .jqx-inverse:active, .jqx-primary:active, .jqx-warning:active, .jqx-danger:active, .jqx-success:active, .jqx-info:active {
        background-image: none !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    }

.jqx-notification-icon {
    background-repeat: no-repeat;
}

.jqx-notification-icon-ltr {
    background-position: left center;
}

.jqx-notification-icon-rtl {
    background-position: right center;
}

.jqx-notification-icon-info, .jqx-notification-icon-warning, .jqx-notification-icon-success, .jqx-notification-icon-error, .jqx-notification-icon-mail, .jqx-notification-icon-time {
    width: 30px;
    height: 25px;
}

.jqx-notification-icon-info {
    background-image: url(/Content/jqWidgets/images/info.png);
}

.jqx-notification-icon-warning {
    background-image: url(/Content/jqWidgets/images/warning.png);
}

.jqx-notification-icon-success {
    background-image: url(/Content/jqWidgets/images/success.png);
}

.jqx-notification-icon-error {
    background-image: url(/Content/jqWidgets/images/error.png);
}

.jqx-notification-icon-mail {
    background-image: url(/Content/jqWidgets/images/mail.png);
}

.jqx-notification-icon-time {
    background-image: url(/Content/jqWidgets/images/time.png);
}

.jqx-notification-close-button-info, .jqx-notification-close-button-success, .jqx-notification-close-button-mail, .jqx-notification-close-button-time, .jqx-notification-close-button-error {
    background-image: url(/Content/jqWidgets/images/close_white.png);
}

.jqx-notification-close-button-warning {
    background-image: url(/Content/jqWidgets/images/close_black.png);
}

.jqx-notification-close-button-container, .jqx-notification-close-button {
    width: 16px;
    height: 16px;
}

.jqx-notification-close-button-container {
    vertical-align: top;
}

.jqx-notification-close-button {
    position: relative;
    top: -11px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jqx-notification-close-button-ltr {
    right: -11px;
    background-position: right top;
}

.jqx-notification-close-button-rtl {
    left: -11px;
    background-position: left top;
}

.jqx-navbar {
    width: 100%;
    border-style: solid;
    border-width: 1px;
}

    .jqx-navbar ul:before,
    .jqx-navbar ul:after {
        content: "";
        display: table;
    }

    .jqx-navbar ul:after {
        clear: both;
    }

    .jqx-navbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        border: 0;
        max-width: 100%;
        overflow: visible;
    }

.jqx-navbar-block {
    margin: 0;
    overflow: hidden;
    padding: 0px 12px;
    border-width: 0px;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.jqx-navbar-block-rtl {
    float: right;
}

.jqx-ribbon {
    position: relative;
    overflow: hidden;
}

.jqx-ribbon-auto {
    display: inline-block;
}

.jqx-ribbon-popup {
    overflow: visible;
}

.jqx-ribbon-header {
    position: absolute;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    display: block;
    box-shadow: none !important;
}

.jqx-ribbon-header-auto {
    position: relative;
}

.jqx-ribbon-header-horizontal {
    width: 100%;
    min-height: 30px;
    padding: 0px;
    white-space: nowrap;
}

.jqx-ribbon-header-bottom {
    bottom: 0;
}

.jqx-ribbon-header-vertical {
    min-width: 75px;
    height: 100%;
    float: left;
    padding: 0px;
}

.jqx-ribbon-header-right {
    right: 0;
}

.jqx-ribbon-header-horizontal-popup, .jqx-ribbon-header-vertical-popup {
    position: relative;
}

.jqx-ribbon-header-horizontal-popup {
    height: 100%;
}

.jqx-ribbon-header-vertical-popup {
    width: 100%;
}

.jqx-ribbon-item {
    position: relative;
    list-style-type: none;
    padding: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    text-overflow: ellipsis;
    cursor: default;
    min-width: 10px;
    vertical-align: top;
}

.jqx-ribbon-item-top, .jqx-ribbon-item-bottom {
    height: 100%;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.jqx-ribbon-item-top {
    margin-top: 1px;
}

.jqx-ribbon-item-bottom {
    margin-top: -1px;
}

.jqx-ribbon-item-left, .jqx-ribbon-item-right {
    width: 100%;
    margin-top: 2px;
}

.jqx-ribbon-item-left {
    margin-left: 1px;
}

.jqx-ribbon-item-right {
    margin-left: -1px;
}

.jqx-ribbon-item-hover {
    border-color: inherit;
}

.jqx-ribbon-item-top.jqx-ribbon-item-hover {
    border-bottom-color: inherit !important;
}

.jqx-ribbon-item-bottom.jqx-ribbon-item-hover {
    border-top-color: inherit !important;
}

.jqx-ribbon-item-left.jqx-ribbon-item-hover {
    border-right-color: inherit !important;
}

.jqx-ribbon-item-right.jqx-ribbon-item-hover {
    border-left-color: inherit !important;
}

.jqx-ribbon-item-selected {
    border-color: inherit;
}

.jqx-ribbon-item-top.jqx-ribbon-item-selected {
    border-bottom-color: transparent;
}

.jqx-ribbon-item-bottom.jqx-ribbon-item-selected {
    border-top-color: transparent;
}

.jqx-ribbon-item-left.jqx-ribbon-item-selected {
    border-right-color: transparent;
}

.jqx-ribbon-item-right.jqx-ribbon-item-selected {
    border-left-color: transparent;
}

.jqx-ribbon-content {
    background-image: none !important;
    background-color: transparent !important;
    box-sizing: border-box;
}

.jqx-ribbon-content-horizontal {
    clear: both;
    height: 100%;
}

.jqx-ribbon-content-vertical {
    height: 100%;
    width: 100%;
    float: left;
    border-width: 1px;
}

.jqx-ribbon-content-popup {
    z-index: 99999;
    position: absolute;
    border-left: none;
}

    .jqx-ribbon-content-popup.jqx-ribbon-content-horizontal {
        width: 100%;
        height: auto;
    }

    .jqx-ribbon-content-popup.jqx-ribbon-content-vertical {
        width: auto;
        height: 100%;
    }

.jqx-ribbon-content-popup-top {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-ribbon-content-popup-bottom {
    -webkit-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-ribbon-content-popup-left {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-ribbon-content-popup-right {
    -webkit-box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
    box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
}

.jqx-ribbon-content-auto-width {
    width: auto;
}

.jqx-ribbon-content-section {
    width: 100%;
    height: 100%;
    display: none;
    border-width: 1px;
    border-style: solid;
    box-sizing: inherit;
    overflow: auto;
}

.jqx-ribbon-content-section-top {
    border-top: none;
}

.jqx-ribbon-content-section-bottom {
    bottom: 0;
    border-bottom: none;
}

.jqx-ribbon-content-section-left {
    border-left: none;
}

.jqx-ribbon-content-section-right {
    border-right: none;
    right: 0;
}

.jqx-ribbon-content-section-popup {
    position: relative;
}

.jqx-ribbon-content-section-horizontal-popup {
    height: auto;
}

.jqx-ribbon-content-section-vertical-popup {
    width: auto;
}

.jqx-ribbon-header-rtl {
    text-align: right;
}

.jqx-ribbon-header-horizontal.jqx-ribbon-header-rtl {
    direction: rtl;
}

.jqx-ribbon-item-rtl {
    direction: rtl;
}

.jqx-ribbon-scrollbutton {
    position: absolute;
    display: none;
    box-sizing: border-box;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 0;
}

.jqx-ribbon-scrollbutton-top, .jqx-ribbon-scrollbutton-bottom {
    width: 17px;
}

.jqx-ribbon-scrollbutton-left, .jqx-ribbon-scrollbutton-right {
    height: 17px;
}

.jqx-ribbon-scrollbutton-top {
    top: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-ribbon-scrollbutton-bottom {
    bottom: 1px;
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-ribbon-scrollbutton-left {
    left: 1px;
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-ribbon-scrollbutton-right {
    right: 1px;
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near {
    left: 1px;
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far {
    right: 18px;
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far {
    right: 1px;
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near {
    left: 18px;
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near {
    top: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far {
    bottom: 18px;
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far {
    bottom: 1px;
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near {
    top: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-ribbon-scrollbutton-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-ribbon-selection-token {
    position: absolute;
    z-index: 0;
}

.jqx-ribbon-selection-token-top, .jqx-ribbon-selection-token-bottom {
    height: 1px;
}

.jqx-ribbon-selection-token-left, .jqx-ribbon-selection-token-right {
    width: 1px;
}

.jqx-ribbon-auto, .jqx-ribbon-item-top, .jqx-ribbon-item-bottom, .jqx-ribbon-content {
    *display: inline;
}

.jqx-ribbon-content-left {
    *float: none;
}

.jqx-ribbon-content-right {
    *float: left;
}

.jqx-ribbon-content.jqx-ribbon-content-popup {
    *left: 0;
}

.jqx-ribbon-content-popup .jqx-ribbon-content-section {
    *overflow: visible;
}

.jqx-ribbon-content-section-popup {
    *position: absolute;
}

.jqx-toolbar, .jqx-toolbar-minimized-popup-separator {
    box-sizing: border-box;
}

.jqx-toolbar, .jqx-toolbar-minimized-popup {
    padding: 5px;
}

.jqx-toolbar {
    position: relative;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

.jqx-toolbar-tool {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

.jqx-toolbar-tool-rtl {
    float: right;
}

.jqx-toolbar-tool-no-separator-ltr {
    margin-right: 2px !important;
}

.jqx-toolbar-tool-no-separator-rtl {
    margin-left: 2px !important;
}

.jqx-toolbar-tool-separator-ltr {
    margin-right: 6px !important;
}

.jqx-toolbar-tool-separator-rtl {
    margin-left: 6px !important;
}

.jqx-toolbar-tool-inner-button {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0 !important;
}

.jqx-toolbar-minimized-button, .jqx-toolbar-minimized-popup {
    position: absolute;
}

.jqx-toolbar-minimized-button {
    height: 100%;
    right: 0;
    cursor: pointer;
    margin-top: -5px;
    margin-right: 5px;
    display: none;
}

.jqx-toolbar-minimized-button-rtl {
    left: 0;
    margin-left: 5px;
    margin-right: 0;
}

.jqx-toolbar-minimized-popup {
    border-width: 1px;
    border-top-width: 0;
    border-style: solid;
    visibility: hidden;
    z-index: 1000;
}

.jqx-toolbar-tool-minimized {
    margin: 1px 0 !important;
}

.jqx-toolbar-minimized-popup-separator {
    width: 100%;
    height: 2px;
    margin: 5px 0;
    display: none;
}

.jqx-complex-input-spin-buttons-container {
    border-width: 1px;
    border-style: solid;
    position: relative;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 2px 8px !important;
    white-space: nowrap;
    vertical-align: middle;
}

.jqx-formatted-input, .jqx-complex-input {
    padding-right: 2px !important;
    text-align: right;
}

.jqx-formatted-input-lower-case, .jqx-complex-input {
    text-transform: lowercase;
}

.jqx-formatted-input-upper-case {
    text-transform: uppercase;
}

.jqx-formatted-input-item {
    word-wrap: break-word;
}

.jqx-formatted-input-item-rtl, .jqx-complex-input-rtl {
    direction: rtl !important;
}

.jqx-formatted-input-spin-buttons-container, .jqx-formatted-input-addon {
    height: 100%;
}

.jqx-formatted-input-spin-buttons-container {
    width: 18px;
    padding: 0 0 0 1px !important;
    overflow: hidden;
}

.jqx-formatted-input-spin-buttons-container-rtl {
    border-right-width: 0px;
    padding: 0 0 0 2px !important;
}

.jqx-formatted-input-spin-buttons-container-rtl-border {
    border-left-width: 1px !important;
}

.jqx-formatted-input-spin-button {
    position: relative;
    width: 17px;
    height: 50%;
    margin-left: -1px;
    border-width: 0px;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;
}

.jqx-formatted-input-addon {
    width: 19px;
    padding: 0 !important;
    cursor: pointer;
}

.jqx-formatted-input-addon-rtl {
    border-right-width: 1px !important;
}

.jqx-complex-input-parent {
    overflow: hidden;
}

.jqx-complex-input-child {
    height: 100%;
    float: left;
    box-sizing: border-box;
}

.jqx-complex-input-child-rtl {
    float: right;
}

.jqx-complex-input-spin-buttons-container-ltr {
    border-left-width: 0;
}

.jqx-complex-input-spin-buttons-container-rtl {
    border-left-width: 1px !important;
    border-right-width: 0;
}

.jqx-file-upload {
    position: relative;
    overflow: auto;
}

.jqx-file-upload, .jqx-file-upload-file-row, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}

.jqx-file-upload-buttons-container, .jqx-file-upload-iframe, .jqx-file-upload-loading-element {
    display: none;
}

.jqx-file-upload-file-input-ie9, .jqx-file-upload-buttons-container, .jqx-file-upload-file-row, .jqx-file-upload-icon {
    width: 100%;
}

.jqx-file-upload-file-input-ie9, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-icon, .jqx-file-upload-loading-element {
    height: 100%;
}

.jqx-file-input-iframe, .jqx-file-upload-form-ie9 {
    position: absolute;
}

.jqx-file-input-iframe {
    width: 0;
    height: 0;
    border: none;
}

.jqx-file-upload-form, .jqx-file-upload-file-input {
    visibility: hidden;
    display: none;
}

.jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9 {
    display: block;
    visibility: visible;
}

.jqx-file-upload-form-ie9 {
    z-index: 10000;
    opacity: 0;
    filter: alpha(opacity=0);
}

.jqx-file-upload-file-name {
    width: auto;
    padding: 0 2px 0 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    *float: left;
}

.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element {
    float: right;
}

.jqx-file-upload, .jqx-file-upload-file-row {
    padding: 5px;
}

.jqx-file-upload-button-browse {
    display: block;
}

.jqx-file-upload-buttons-container {
    height: auto;
    margin-top: 10px;
}

.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl {
    direction: rtl !important;
}

.jqx-file-upload-button-cancel, .jqx-file-upload-button-upload-rtl {
    margin-left: 5px;
}

.jqx-file-upload-button-upload-rtl-ie {
    margin-right: 5px;
}

.jqx-file-upload-button-cancel-rtl, .jqx-file-upload-button-upload-rtl-ie {
    margin-left: 0;
}

.jqx-file-upload-file-row {
    height: 30px;
    margin-bottom: 3px;
    clear: both;
}

.jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element {
    width: 17px;
    margin: 0 1px 0 1px;
}

.jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl, .jqx-file-upload-loading-element-rtl {
    float: none;
    *float: left;
}

.jqx-file-upload-button-browse, .jqx-file-upload-button-upload, .jqx-file-upload-button-cancel, .jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload {
    cursor: pointer;
    white-space: nowrap;
}

.jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload {
    display: inline-block;
}

.jqx-file-upload-icon-upload, .jqx-file-upload-loading-element {
    margin-top: 1px;
}

.jqx-file-upload-loading-element {
    background-image: url(/Content/jqWidgets/images/loader-small.gif);
    background-repeat: no-repeat;
}

.jqx-date-time-input-popup .jqx-icon {
    margin-top: 0px;
}


.jqx-text-area-element {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border: none;
    outline: none;
    left: 0px;
    top: 0px;
    margin: 0px;
    position: absolute;
    resize: none;
}

.jqx-text-area-element-rtl {
    direction: rtl !important;
}

.jqx-responsive-panel {
    overflow: auto;
}

.jqx-responsive-panel {
    border-width: 0px;
}

.jqx-responsive-panel-button {
    border-width: 1px;
    border-style: solid;
}

.jqx-responsive-panel-button {
    display: none;
    cursor: pointer;
}

.jqx-responsive-panel-button-inner {
    margin: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}

.jqx-loader {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 999;
    border-style: solid;
    border-width: 1px;
}

.jqx-loader-ie-transparency {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff)"; /*For IE 8*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff); /*For IE 7*/
}

.jqx-loader-modal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    cursor: default;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.6;
}

.jqx-loader-icon {
    background-image: url(/Content/jqWidgets/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.jqx-loader-text {
    z-index: 999;
    position: relative;
}

.jqx-loader-text-left {
    margin-left: 5px;
    position: absolute;
    top: 50%;
}

.jqx-loader-text-right {
    margin-right: 5px;
    position: absolute;
    top: 50%;
    right: 0px;
}

.jqx-loader-text-top {
    text-align: center;
    margin-top: 5px;
}

.jqx-loader-text-bottom {
    bottom: 0px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 5px;
}

.jqx-loader-rtl {
    direction: rtl;
}
/* jqxLayout and jqxDockingLayout */
.jqx-layout, .jqx-layout-group-root, .jqx-layout-pseudo-window-header, .jqx-docking-layout-overlay-inner-square-content {
    position: relative;
}

.jqx-layout-pseudo-window-pin-background, .jqx-layout-pseudo-window-close-background, .jqx-layout-resize-feedback, .jqx-layout-overlay, .jqx-docking-layout-overlay, .jqx-docking-layout-overlay-highlight-right, .jqx-docking-layout-overlay-highlight-bottom, .jqx-docking-layout-overlay-square-edge, .jqx-docking-layout-drop-overlay {
    position: absolute;
}

.jqx-layout {
    background-color: #c5c5c5;
}

.jqx-layout-group-root, .jqx-layout-pseudo-window-pin-icon, .jqx-layout-pseudo-window-pinned-icon, .jqx-layout-pseudo-window-close-icon, .jqx-layout-overlay {
    width: 100%;
    height: 100%;
}

.jqx-layout-group-default-horizontal > div, .jqx-layout-pseudo-window-title-ltr, .jqx-docking-layout-overlay-square, .jqx-docking-layout-overlay-mini-window-edge-horizontal, .jqx-docking-layout-overlay-square-edge-arrow-container-horizontal {
    float: left;
}

.jqx-layout-group-tabbed {
    position: static;
    box-sizing: border-box;
    min-height: 0 !important;
}

    .jqx-layout-group-tabbed .jqx-window-content, .jqx-docking-layout-group-floating .jqx-window-content {
        padding: 0;
    }

    .jqx-layout-group-tabbed .jqx-ribbon-content-section, .jqx-layout-window, .jqx-docking-layout-group-floating .jqx-ribbon-content-section {
        border: none;
    }

.jqx-layout-window {
    position: static;
}

.jqx-layout-group-auto-hide-content-vertical, .jqx-layout-group-auto-hide-content-horizontal {
    overflow: auto;
}

.jqx-layout-group-auto-hide-content-vertical {
    width: 150px;
}

.jqx-layout-group-auto-hide-content-horizontal {
    width: 100%;
    height: 150px;
}

.jqx-layout-pseudo-window {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    box-shadow: none !important;
}

.jqx-layout-pseudo-window-header, .jqx-layout-pseudo-window-content {
    width: 100%;
    box-sizing: border-box;
}

.jqx-layout-pseudo-window-header {
    height: 30px;
}

.jqx-layout-pseudo-window-pin-background, .jqx-layout-pseudo-window-close-background {
    width: 16px;
    height: 16px;
    top: 5px;
}

.jqx-layout-pseudo-window-pin-background-ltr {
    right: 15px;
}

.jqx-layout-pseudo-window-close-background-ltr {
    right: 0;
}

.jqx-layout-pseudo-window-pin-background-rtl {
    left: 15px;
}

.jqx-layout-pseudo-window-close-background-rtl {
    left: 0;
}

.jqx-layout-pseudo-window-pin-icon, .jqx-layout-pseudo-window-pinned-icon, .jqx-layout-pseudo-window-close-icon {
    cursor: pointer;
}

.jqx-layout-pseudo-window-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-layout-pseudo-window-pin-icon {
    background-image: url(/Content/jqWidgets/images/pin.png);
}

.jqx-layout-pseudo-window-pinned-icon {
    background-image: url(/Content/jqWidgets/images/pinned.png);
}

.jqx-layout-pseudo-window-title-rtl {
    float: right;
}

.jqx-layout-resize-feedback {
    z-index: 9999;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    display: none;
}

.jqx-layout-resize-feedback-horizontal {
    width: 100%;
    height: 4px;
    cursor: row-resize;
}

.jqx-layout-resize-feedback-vertical {
    width: 4px;
    height: 100%;
    cursor: col-resize;
}

.jqx-layout-resize-feedback-warning {
    border-color: #800000 !important;
    background-color: Red !important;
}

.jqx-layout-overlay {
    top: 0;
    left: 0;
    display: none;
    background-color: transparent;
    z-index: 8999;
    pointer-events: none;
}

.jqx-layout-ribbon-header-ltr {
    padding-left: 20px;
}

.jqx-layout-ribbon-header-rtl {
    padding-right: 20px;
}

/* jqxDockingLayout-specific */
.jqx-docking-layout-group-floating {
    border-color: #FFD280 !important;
}

    .jqx-docking-layout-group-floating .jqx-window-header {
        border-color: #FFD280;
        background-color: #FFD280 !important;
        background: -webkit-linear-gradient(#FFE4B5, #FFD280) !important;
        background: -o-linear-gradient(#FFE4B5, #FFD280) !important;
        background: -moz-linear-gradient(#FFE4B5, #FFD280) !important;
        background: linear-gradient(#FFE4B5, #FFD280 ) !important;
    }

.jqx-docking-layout-overlay, .jqx-docking-layout-overlay-square-edge {
    z-index: 99999;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.jqx-docking-layout-overlay-square-edge {
    display: none;
}

.jqx-docking-layout-overlay {
    width: 100px;
    height: 100px;
    left: 100px;
    top: 70px;
}

.jqx-docking-layout-overlay-section {
    height: 33px;
    width: 100px;
}

.jqx-docking-layout-overlay-square {
    width: 26px;
    height: 26px;
    padding: 3px;
}

.jqx-docking-layout-overlay-square-invisible {
    background-color: transparent !important;
    background-image: none !important;
}

.jqx-docking-layout-overlay-square-top, .jqx-docking-layout-overlay-square-left, .jqx-docking-layout-overlay-square-center, .jqx-docking-layout-overlay-square-right, .jqx-docking-layout-overlay-highlight-bottom {
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-docking-layout-overlay-square-top, .jqx-docking-layout-overlay-square-left, .jqx-docking-layout-overlay-square-bottom, .jqx-docking-layout-overlay-highlight-right {
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-docking-layout-overlay-square-top, .jqx-docking-layout-overlay-square-right, .jqx-docking-layout-overlay-square-bottom, .jqx-docking-layout-overlay-highlight-left {
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-docking-layout-overlay-square-left, .jqx-docking-layout-overlay-square-center, .jqx-docking-layout-overlay-square-right, .jqx-docking-layout-overlay-square-bottom, .jqx-docking-layout-overlay-inner-square-header, .jqx-docking-layout-overlay-highlight-top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-docking-layout-overlay-square-center {
    border-color: transparent !important;
}

.jqx-docking-layout-overlay-inner-square, .jqx-docking-layout-overlay-inner-square-header, .jqx-docking-layout-overlay-inner-square-content, .jqx-docking-layout-overlay-highlight-top, .jqx-docking-layout-overlay-highlight-bottom, .jqx-docking-layout-overlay-mini-window-edge-vertical {
    width: 24px;
}

.jqx-docking-layout-overlay-inner-square {
    border-width: 1px;
    border-style: solid;
    height: 24px;
}

.jqx-docking-layout-overlay-inner-square-header {
    height: 5px;
}

.jqx-docking-layout-overlay-inner-square-content {
    height: 18px;
}

.jqx-docking-layout-overlay-highlight {
}

.jqx-docking-layout-overlay-highlight-top {
    height: 9px;
    border-bottom-style: dashed;
}

.jqx-docking-layout-overlay-highlight-left, .jqx-docking-layout-overlay-highlight-right {
    width: 12px;
    height: 18px;
}

.jqx-docking-layout-overlay-highlight-left {
    border-right-style: dashed;
}

.jqx-docking-layout-overlay-highlight-right {
    right: 0;
    border-left-style: dashed;
}

.jqx-docking-layout-overlay-highlight-bottom {
    bottom: 0;
    height: 9px;
    border-top-style: dashed;
}

.jqx-docking-layout-drop-overlay {
    display: none;
    background-color: #6495ED;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: 10000;
    top: 0px;
    left: 0px;
}

.jqx-docking-layout-square-disabled {
    visibility: hidden;
}

.jqx-docking-layout-overlay-square-edge, .jqx-docking-layout-overlay-mini-window-edge-horizontal, .jqx-docking-layout-overlay-mini-window-edge-vertical {
    border-style: solid;
    border-width: 1px;
}

.jqx-docking-layout-overlay-inner-square-edge {
    width: 26px;
    height: 26px;
}

.jqx-docking-layout-overlay-mini-window-edge-horizontal {
    height: 24px;
}

.jqx-docking-layout-overlay-mini-window-edge-vertical {
    height: 13px;
}

.jqx-docking-layout-overlay-mini-window-edge-horizontal, .jqx-docking-layout-overlay-inner-square-header-horizontal, .jqx-docking-layout-overlay-inner-square-content-horizontal {
    width: 13px;
}

.jqx-docking-layout-overlay-inner-square-content-vertical {
    height: 7px;
}

.jqx-docking-layout-overlay-square-edge-arrow {
    border-style: solid;
    border-width: 5px;
    width: 0px;
    height: 0px;
    display: block;
    background: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-top {
    border-top-color: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-bottom {
    border-bottom-color: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-top, .jqx-docking-layout-overlay-square-edge-arrow-bottom {
    border-left-color: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-top, .jqx-docking-layout-overlay-square-edge-arrow-bottom {
    border-right-color: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right {
    margin-top: 8px;
}

.jqx-docking-layout-overlay-square-edge-arrow-top, .jqx-docking-layout-overlay-square-edge-arrow-bottom {
    margin-left: 8px;
}

.jqx-tag-cloud ul {
    padding-left: 5px;
}

.jqx-tag-cloud-item {
    padding: 3px;
    display: inline-block;
}

    .jqx-tag-cloud-item a {
        text-decoration: initial;
    }

        .jqx-tag-cloud-item a:hover {
            text-decoration: underline;
        }

.jqx-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    border: 1px solid #aaa;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.jqx-popover-modal-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.jqx-popover-close-button {
    width: 16px;
    height: 16px;
    float: right;
}

.jqx-popover-close-button-rtl {
    float: left;
}

.jqx-popover.top {
    margin-top: -10px;
}

.jqx-popover.right {
    margin-left: 10px;
}

.jqx-popover.bottom {
    margin-top: 10px;
}

.jqx-popover.left {
    margin-left: -10px;
}

.jqx-popover-title {
    padding: 8px 14px;
    margin: 0;
    border-bottom: 1px solid inherit;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

    .jqx-popover-title:empty {
        display: none;
    }

.jqx-popover-content {
    padding: 9px 14px;
}

.jqx-popover .jqx-popover-arrow,
.jqx-popover .jqx-popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.jqx-popover .jqx-popover-arrow {
    border-width: 11px;
}

    .jqx-popover .jqx-popover-arrow:after {
        border-width: 10px;
        content: "";
    }

.jqx-popover.top .jqx-popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: inherit;
    border-bottom-width: 0;
}

    .jqx-popover.top .jqx-popover-arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #ffffff;
        border-bottom-width: 0;
    }

.jqx-popover.right .jqx-popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: inherit;
    border-left-width: 0;
}

    .jqx-popover.right .jqx-popover-arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #ffffff;
        border-left-width: 0;
    }

.jqx-popover.bottom .jqx-popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: inherit;
    border-top-width: 0;
}

    .jqx-popover.bottom .jqx-popover-arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #ffffff;
        border-top-width: 0;
    }

.jqx-popover.left .jqx-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: inherit;
}

    .jqx-popover.left .jqx-popover-arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #ffffff;
        border-right-width: 0;
    }


.jqx-kanban-full-frame {
    width: 100vw;
    height: 100vh;
}

.jqx-kanban-in-frame {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.jqx-kanban-rtl {
    direction: rtl;
    text-align: right;
}

.jqx-kanban-column {
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    float: left;
}

.jqx-kanban-column-collapsed {
    width: 50px;
}

.jqx-kanban-column-first {
    border-width: 1px;
}

.jqx-kanban-column:first-of-type {
    border-width: 1px 1px 1px 1px;
}

.jqx-kanban-column-selected {
    /*  background-color: blue;*/
}

.jqx-kanban-column-header-collapsed { /*vertical column invisible*/
    display: none;
    box-sizing: border-box;
    height: 0px;
    width: 0px;
    position: relative;
    cursor: pointer;
}

.jqx-kanban-column-header-collapsed-show { /*vertical column visible*/
    display: block !important;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.jqx-kanban-column-vertical-container {
    padding-top: 0px;
    padding-left: 0px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap;
}

.jqx-kanban-column-vertical-container-inverse {
    padding-top: 0px;
    padding-left: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
}

.jqx-kanban-column-vertical-container .jqx-kanban-column-header-title, .jqx-kanban-column-vertical-container .jqx-kanban-column-header-status {
    position: relative;
}

.jqx-kanban-column-hide { /*colapsed*/
    display: none !important;
}

.jqx-kanban-column-header {
    border-width: 1px;
    border-style: solid;
    margin: 1px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.jqx-kanban-column-header-button {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}

.jqx-kanban-column-header .jqx-window-collapse-button {
    margin-top: 1px !important;
}

.jqx-kanban-column-header-custom-button {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}

.jqx-kanban-column-header-custom-button-rtl {
    left: 20px;
}

.jqx-kanban-column-header-button-rtl {
    left: 0px;
}

.jqx-kanban-column-header-collapsed .jqx-kanban-column-header-button {
    top: 100%;
    right: 50%;
    margin-top: -21px;
    left: 50%;
    margin-left: -8px;
}

.jqx-kanban-column-header-collapsed .jqx-kanban-column-header-custom-button {
    top: 100%;
    right: 50%;
    margin-top: -41px;
    left: 50%;
    margin-left: -8px;
}

.jqx-kanban-column-container {
    margin: 1px;
    overflow-y: auto;
}

.jqx-kanban-item-placeholder {
    height: 100px;
    border: gray dotted 1px;
    border-radius: 3px;
    margin: 5px;
}

.jqx-kanban-column-vertical-container-inverse-ie8-fix {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.jqx-kanban-column-vertical-container-ie8-fix {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.jqx-kanban-item {
    margin: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    position: relative;
    box-shadow: #ddd 2px 2px 3px;
    cursor: pointer;
    touch-action: none;
    -ms-touch-action: none;
}

.jqx-kanban-item-selected {
}

.jqx-kanban-item-color-status {
    background-color: #6bbd49;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.jqx-kanban-item-color-status-rtl {
    right: 0px;
    left: 100%;
}

.jqx-kanban-item-text {
    padding-left: 6px;
    padding-right: 23px;
    font-size: 14px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-kanban-rtl .jqx-kanban-item-text {
    padding-right: 6px;
    padding-left: 23px;
}

.jqx-kanban-column-header-title {
}

.jqx-kanban-column-header-status {
}

.jqx-kanban-item-content {
}

.jqx-kanban-item-avatar {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: #eee;
    text-align: center;
    overflow: hidden;
}

.jqx-kanban-item-avatar-rtl {
    left: 3px;
}

.jqx-kanban-item-avatar-image {
    width: 20px;
    height: 20px;
}

    .jqx-kanban-item-avatar-image:hover {
    }

.jqx-kanban-item-footer {
    border-top: 1px solid transparent;
    border-color: inherit;
    overflow: hidden;
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
}


.jqx-kanban-item-keyword {
    float: left;
    margin: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    border-color: inherit;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

.jqx-kanban-item-keyword-rtl {
    direction: rtl;
    text-align: right;
    float: right;
}

.jqx-kanban-item-keyword:hover {
}

.jqx-kanban-item-avatar {
    height: 20px;
}

.jqx-kanban-handle {
    cursor: move;
}

.jqx-kanban-clearing {
    clear: both;
}

.jqx-sortable {
    touch-action: none;
    -ms-touch-action: none;
}

.jqx-bar-gauge-tooltip {
    position: absolute;
    left: 20px;
    top: 20px;
    display: none;
    padding: 6px 12px;
    border: black solid 1px;
    background-color: white;
    color: #333333;
    font-size: 11px;
    font-weight: 100;
    font-family: Verdana;
    border: black solid 1px;
    border-radius: 3px;
    opacity: 1;
    white-space: nowrap;
    z-index: 5;
}

.jqx-bar-gauge-measure-text {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    z-index: -99999;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

.jqx-scrollbar-mobile {
    background: transparent !important;
}

    .jqx-scrollbar-mobile .jqx-scrollbar-state-normal {
        background: transparent !important;
        border-color: transparent !important;
    }

    .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal-horizontal, .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal {
        background: #808080 !important;
        border-color: #808080 !important;
        border-width: 1px;
        z-index: 99999;
        border-radius: 0px !important;
    }

    .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal {
        width: 4px !important;
    }

    .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal-horizontal {
        height: 4px !important;
    }


.jqx-primary .jqx-icon-arrow-down, .jqx-warning .jqx-icon-arrow-down, .jqx-danger .jqx-icon-arrow-down, .jqx-success .jqx-icon-arrow-down, .jqx-info .jqx-icon-arrow-down {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
}

.jqx-primary .jqx-icon-arrow-down-selected, .jqx-warning .jqx-icon-arrow-down-selected, .jqx-danger .jqx-icon-arrow-down-selected, .jqx-success .jqx-icon-arrow-down-selected, .jqx-info .jqx-icon-arrow-down-selected {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
}

.jqx-primary .jqx-icon-arrow-down-hover, .jqx-warning .jqx-icon-arrow-down-hover, .jqx-danger .jqx-icon-arrow-down-hover, .jqx-success .jqx-icon-arrow-down-hover, .jqx-info .jqx-icon-arrow-down-hover {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
}

.jqx-primary .jqx-icon-arrow-up, .jqx-warning .jqx-icon-arrow-up, .jqx-danger .jqx-icon-arrow-up, .jqx-success .jqx-icon-arrow-up, .jqx-info .jqx-icon-arrow-up {
    background-image: url(/Content/jqWidgets/images/icon-up-white.png);
}

.jqx-primary .jqx-icon-arrow-up-selected, .jqx-warning .jqx-icon-arrow-up-selected, .jqx-danger .jqx-icon-arrow-up-selected, .jqx-success .jqx-icon-arrow-up-selected, .jqx-info .jqx-icon-arrow-up-selected {
    background-image: url(/Content/jqWidgets/images/icon-up-white.png);
}

.jqx-primary .jqx-icon-arrow-up-hover, .jqx-warning .jqx-icon-arrow-up-hover, .jqx-danger .jqx-icon-arrow-up-hover, .jqx-success .jqx-icon-arrow-up-hover, .jqx-info .jqx-icon-arrow-up-hover {
    background-image: url(/Content/jqWidgets/images/icon-up-white.png);
}

.jqx-primary .jqx-icon-arrow-right, .jqx-warning .jqx-icon-arrow-right, .jqx-danger .jqx-icon-arrow-right, .jqx-success .jqx-icon-arrow-right, .jqx-info .jqx-icon-arrow-right {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
}

.jqx-primary .jqx-icon-arrow-right-selected, .jqx-warning .jqx-icon-arrow-right-selected, .jqx-danger .jqx-icon-arrow-right-selected, .jqx-success .jqx-icon-arrow-right-selected, .jqx-info .jqx-icon-arrow-right-selected {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
}

.jqx-primary .jqx-icon-arrow-right-hover, .jqx-warning .jqx-icon-arrow-right-hover, .jqx-danger .jqx-icon-arrow-right-hover, .jqx-success .jqx-icon-arrow-right-hover, .jqx-info .jqx-icon-arrow-right-hover {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
}

.jqx-primary .jqx-icon-arrow-left, .jqx-warning .jqx-icon-arrow-left, .jqx-danger .jqx-icon-arrow-left, .jqx-success .jqx-icon-arrow-left, .jqx-info .jqx-icon-arrow-left {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
}

.jqx-primary .jqx-icon-arrow-left-selected, .jqx-warning .jqx-icon-arrow-left-selected, .jqx-danger .jqx-icon-arrow-left-selected, .jqx-success .jqx-icon-arrow-left-selected, .jqx-info .jqx-icon-arrow-left-selected {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
}

.jqx-primary .jqx-icon-arrow-left-hover, .jqx-warning .jqx-icon-arrow-left-hover, .jqx-danger .jqx-icon-arrow-left-hover, .jqx-success .jqx-icon-arrow-left-hover, .jqx-info .jqx-icon-arrow-left-hover {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
}

.jqx-primary-item .jqx-listitem-state-hover, .jqx-primary-item .jqx-menu-item-hover, .jqx-primary-item .jqx-tree-item-hover, .jqx-primary-item .jqx-calendar-cell-hover, .jqx-primary-item .jqx-grid-cell-hover,
.jqx-primary-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-primary-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-primary-item .jqx-input-popup .jqx-fill-state-pressed {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-primary-item .jqx-listitem-state-selected, .jqx-primary-item .jqx-menu-item-selected, .jqx-primary-item .jqx-tree-item-selected, .jqx-primary-item .jqx-calendar-cell-selected, .jqx-primary-item .jqx-grid-cell-selected,
.jqx-primary-item .jqx-menu-vertical .jqx-primary-item .jqx-menu-item-top-selected, .jqx-primary-item .jqx-grid-selectionarea, .jqx-primary-item .jqx-input-button-header, .jqx-primary-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-warning-item .jqx-listitem-state-hover, .jqx-warning-item .jqx-menu-item-hover, .jqx-warning-item .jqx-tree-item-hover, .jqx-warning-item .jqx-calendar-cell-hover, .jqx-warning-item .jqx-grid-cell-hover,
.jqx-warning-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-warning-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-warning-item .jqx-input-popup .jqx-fill-state-pressed {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-warning-item .jqx-listitem-state-selected, .jqx-warning-item .jqx-menu-item-selected, .jqx-warning-item .jqx-tree-item-selected, .jqx-warning-item .jqx-calendar-cell-selected, .jqx-warning-item .jqx-grid-cell-selected,
.jqx-warning-item .jqx-menu-vertical .jqx-warning-item .jqx-menu-item-top-selected, .jqx-warning-item .jqx-grid-selectionarea, .jqx-warning-item .jqx-input-button-header, .jqx-warning-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-danger-item .jqx-listitem-state-hover, .jqx-danger-item .jqx-menu-item-hover, .jqx-danger-item .jqx-tree-item-hover, .jqx-danger-item .jqx-calendar-cell-hover, .jqx-danger-item .jqx-grid-cell-hover,
.jqx-danger-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-danger-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-danger-item .jqx-input-popup .jqx-fill-state-pressed {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-danger-item .jqx-listitem-state-selected, .jqx-danger-item .jqx-menu-item-selected, .jqx-danger-item .jqx-tree-item-selected, .jqx-danger-item .jqx-calendar-cell-selected, .jqx-danger-item .jqx-grid-cell-selected,
.jqx-danger-item .jqx-menu-vertical .jqx-danger-item .jqx-menu-item-top-selected, .jqx-danger-item .jqx-grid-selectionarea, .jqx-danger-item .jqx-input-button-header, .jqx-danger-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-success-item .jqx-listitem-state-hover, .jqx-success-item .jqx-menu-item-hover, .jqx-success-item .jqx-tree-item-hover, .jqx-success-item .jqx-calendar-cell-hover, .jqx-success-item .jqx-grid-cell-hover,
.jqx-success-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-success-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-success-item .jqx-input-popup .jqx-fill-state-pressed {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-success-item .jqx-listitem-state-selected, .jqx-success-item .jqx-menu-item-selected, .jqx-success-item .jqx-tree-item-selected, .jqx-success-item .jqx-calendar-cell-selected, .jqx-success-item .jqx-grid-cell-selected,
.jqx-success-item .jqx-menu-vertical .jqx-success-item .jqx-menu-item-top-selected, .jqx-success-item .jqx-grid-selectionarea, .jqx-success-item .jqx-input-button-header, .jqx-success-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-info-item .jqx-listitem-state-hover, .jqx-info-item .jqx-menu-item-hover, .jqx-info-item .jqx-tree-item-hover, .jqx-info-item .jqx-calendar-cell-hover, .jqx-info-item .jqx-grid-cell-hover,
.jqx-info-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-info-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-info-item .jqx-input-popup .jqx-fill-state-pressed {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-info-item .jqx-listitem-state-selected, .jqx-info-item .jqx-menu-item-selected, .jqx-info-item .jqx-tree-item-selected, .jqx-info-item .jqx-calendar-cell-selected, .jqx-info-item .jqx-grid-cell-selected,
.jqx-info-item .jqx-menu-vertical .jqx-info-item .jqx-menu-item-top-selected, .jqx-info-item .jqx-grid-selectionarea, .jqx-info-item .jqx-input-button-header, .jqx-info-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-inverse-item .jqx-listitem-state-hover, .jqx-inverse-item .jqx-menu-item-hover, .jqx-inverse-item .jqx-tree-item-hover, .jqx-inverse-item .jqx-calendar-cell-hover, .jqx-inverse-item .jqx-grid-cell-hover,
.jqx-inverse-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-inverse-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-inverse-item .jqx-input-popup .jqx-fill-state-pressed {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-inverse-item .jqx-listitem-state-selected, .jqx-inverse-item .jqx-menu-item-selected, .jqx-inverse-item .jqx-tree-item-selected, .jqx-inverse-item .jqx-calendar-cell-selected, .jqx-inverse-item .jqx-grid-cell-selected,
.jqx-inverse-item .jqx-menu-vertical .jqx-inverse-item .jqx-menu-item-top-selected, .jqx-inverse-item .jqx-grid-selectionarea, .jqx-inverse-item .jqx-input-button-header, .jqx-inverse-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-element {
    overflow: hidden;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    box-sizing: border-box;
}

.jqx-element-no-border {
    border-width: 0px;
}

.jqx-element-container {
}

.jqx-resize-trigger, .jqx-resize-trigger-shrink {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0s;
}

.jqx-resize-trigger-shrink {
    width: 200%;
    height: 200%;
}

.jqx-resize-trigger-container {
    display: block;
    visibility: hidden;
    position: relative;
    top: -100%;
    left: 0;
    min-height: 0.1px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
}

/* jqxPivotGrid */
.jqx-pivotgrid {
    background-color: #DEDEDE;
}

.jqx-pivotgrid-item {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    padding: 0px;
    text-overflow: ellipsis;
}

.jqx-pivotgrid-content-wrapper {
    align: left;
    valign: top;
    overflow: hidden;
    border: solid 1px grey;
}

.jqx-pivotgrid-menu-button {
    border: none;
    background-image: url(/Content/jqWidgets/images/icon-menu-small.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.jqx-pivotgrid-expand-button {
    outline: none;
    background-image: url(/Content/jqWidgets/images/icon_expand.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    left: 5px;
    float: left;
    vertical-align: middle;
}

.jqx-pivotgrid-collapse-button {
    outline: none;
    background-image: url(/Content/jqWidgets/images/icon_collapse.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    left: 5px;
    float: left;
    vertical-align: middle;
}

.jqx-pivotgrid-sortasc-icon {
    background-image: url(/Content/jqWidgets/images/icon-sort-asc.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}

.jqx-pivotgrid-sortdesc-icon {
    background-image: url(/Content/jqWidgets/images/icon-sort-desc.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}

.jqx-pivotgrid-sortremove-icon {
    background-image: url(/Content/jqWidgets/images/icon-sort-remove.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}

.jqx-pivotgrid-settings-icon {
    background-image: url(/Content/jqWidgets/images/icon-menu-small.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}

jqx-bullet-chart {
    width: 800px;
    height: 80px;
}

jqx-scroll-view {
    width: 600px;
}

jqx-bar-gauge, jqx-draw {
    width: 850px;
    height: 600px;
}

jqx-menu {
    width: 600px;
}

jqx-data-table, jqx-pivotgrid, jqx-grid, jqx-scheduler, jqx-tree-grid, jqx-docking-layout, jqx-layout, jqx-tree-map, jqx-splitter, jqx-kanban {
    width: 850px;
}

jqx-nav-bar {
    height: 50px;
}

jqx-chart {
    width: 850px;
    height: 400px;
}

jqx-docking-layout, jqx-layout {
    width: 850px;
    height: 600px;
}

jqx-ribbon, jqx-panel {
    width: 450px;
    height: 300px;
}

jqx-scheduler {
    height: 600px;
}

jqx-list-box, jqx-text-area {
    width: 200px;
    height: 200px;
}

jqx-file-upload {
    width: 300px;
}

jqx-complex-input, jqx-formatted-input, jqx-password-input, jqx-input, jqx-number-input, jqx-slider,
jqx-masked-input, jqx-drop-down-list, jqx-combo-box, jqx-date-time-input, jqx-drop-down-button {
    width: 300px;
    height: 35px;
}

jqx-loader {
    width: 100px !important;
    height: 60px !important;
}

jqx-expander, jqx-navigation-bar {
    width: 350px;
}

jqx-navigation-bar {
    height: 450px;
}

jqx-range-selector {
    width: 600px;
}

jqx-tabs {
    width: 800px;
}

jqx-tool-bar {
    width: 800px;
    height: 35px;
}

jqx-editor {
    width: 600px;
    height: 400px;
}

jqx-tree-map {
    width: 850px;
    height: 600px;
}

jqx-tree {
    width: 250px;
}

jqx-linear-gauge {
    width: 100px;
}

jqx-color-picker, jqx-calendar {
    width: 200px;
    height: 200px;
}

jqx-scroll-bar {
    width: 400px;
    height: 20px;
}

jqx-knob {
    width: 600px;
    height: 600px;
}

.jqx-input-label {
    visibility: hidden;
    position: absolute;
}

.jqx-input-bar {
    visibility: hidden;
    position: absolute;
}

.jqx-info-icon {
    background-image: url(/Content/jqWidgets/images/icon-info-small.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
}

.jqx-labels-and-palette {
    display: flex;
}

.jqx-shades {
    width: 560px;
    padding-left: 100px;
}

.jqx-palette > ul,
.jqx-shades > ul,
.jqx-color-labels > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.jqx-color-labels > ul {
    flex-direction: column;
}

.jqx-color-cell {
    width: 39px;
    height: 39px;
    margin: 0.5px;
    cursor: pointer;
}

.jqx-color-cell:hover {
    border-radius: 8px;
}

.jqx-shade-cell {
    width: 38px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 1px 5px 1px;
    text-align: center;
}

.jqx-color-label {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
}

.jqx-heatmap-container-wrapper {
    display: flex;
 }

 .jqx-heatmap-container-wrapper canvas {
    display: block;
 }

 .jqx-heatmap-title {
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
 }

 .jqx-heatmap-grid {
    display: flex;
    cursor: default;
 }

 .jqx-x-axis-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
 }

 .jqx-y-axis-container {
    display: flex;
    flex-direction: row-reverse;
    flex-grow: 1;
 }

 .jqx-column {
    display: flex;
    flex-direction: column-reverse;
 }

 .jqx-x-axis {
    display: flex;
 }

 .jqx-x-axis-label {
    padding-top: 10px;
    font-size: 14px;
    color: gray;
    text-align: center;
 }

 .jqx-x-axis-label.jqx-top {
    padding: 0 0 10px 0;
 }

 .jqx-y-axis {
    display: flex;
    flex-direction: column-reverse;
 }

 .jqx-y-axis.jqx-margin-top-auto {
    margin-top: auto;
 }

 .jqx-y-axis-label {
    display: flex;
    align-items: center;
    color: gray;
    padding-right: 10px;
 }

 .jqx-y-axis-label.jqx-right {
    padding: 0 0 0 10px;
 }

 .jqx-heatmap-cell {
    position: relative;
    padding: 20px 10px;
    margin: 1px;
    text-align: center;
 }

 .jqx-heatmap-cell.jqx-empty-cell {
    pointer-events: none;
 }

 .jqx-heatmap-tooltip {
    display: inline-block;
    position: absolute;
    background: #000;
    color: #fff;
    opacity: 0.6;
    padding: 10px;
    pointer-events: none;
    border-radius: 3px;
    transition: top 0.7s ease, left 0.7s ease;
    box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.75);
 }

 .jqx-heatmap-tooltip::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
 }

 .jqx-legend-vertical {
    position: relative;
    margin-left: 10px;
 }

 .jqx-legend-vertical.jqx-left {
    margin: 0 10px 0 0;
 }

 .jqx-legend-vertical.jqx-margin-top-auto {
    margin-top: auto;
 }

 .jqx-legend-horizontal {
    position: relative;
    margin-left: auto;
    margin-bottom: 40px;
 }

 .jqx-legend-horizontal.jqx-bottom {
    margin-top: 10px;
    margin-bottom: 30px;
 }

 .jqx-legend-horizontal.jqx-margin-right-auto {
    margin-right: auto;
    margin-left: 0;
 }

 .jqx-palette-vertical {
    width: 10px;
    height: 100%;
 }

 .jqx-palette-horizontal {
    width: 100%;
    height: 10px;
 }

 .jqx-palette-horizontal.jqx-fixed {
    display: flex;
 }

 .jqx-color-container,
 .jqx-color-container-tick {
    cursor: pointer;
 }

 .jqx-opacity-50 {
    opacity: 0.5;
 }

 .jqx-selected-color {
    background: #d3d3d3 !important;
 }

 .jqx-heatmap-hidden {
    visibility: hidden;
 }

 .jqx-tick-vertical {
    position: absolute;
    left: 15px;
 }

 .jqx-tick-vertical::before {
    content: '';
    width: 10px;
    background: #fff;
    height: 1px;
    position: absolute;
    top: 6px;
    left: -15px;
 }

 .jqx-tick-vertical.jqx-no-line::before,
 .jqx-tick-horizontal.jqx-no-line::before {
    content: none;
 }

 .jqx-tick-horizontal {
    position: absolute;
    top: 20px;
 }

 .jqx-tick-horizontal::before {
    content: '';
    width: 10px;
    background: #fff;
    width: 1px;
    height: 10px;
    position: absolute;
    top: -20px;
    left: 6px;
 }

 .jqx-arrow-vertical {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid gray;
    position: absolute;
    left: -8px;
    display: none;
 }

 .jqx-arrow-horizontal {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid gray;
    position: absolute;
    top: 11px;
    left: -6px;
    display: none;
 }

 /*jqxTimePicker Style*/
.jqx-time-picker {
    display: block;
    border: 1px solid #c5c5c5;
    border-radius: 1px;
    font-family: Verdana;
    font-size: 12px;
    line-height: initial;
    touch-action: none;
    min-width: 250px;
    box-sizing: border-box;
}
.jqx-time-picker * {
    box-sizing: border-box;
}
.jqx-time-picker[view="landscape"] {
    min-width: 400px;
}
.jqx-time-picker>.jqx-container {
    width: 100%;
    height: 100%;
}
.jqx-time-picker[view="landscape"]>.jqx-container, .jqx-time-picker .jqx-header, .jqx-time-picker .jqx-svg-container, .jqx-time-picker .jqx-hour-minute-container {
    display: flex;
}
.jqx-time-picker .jqx-header {
    width: 100%;
    height: 20%;
    justify-content: center;
    align-items: center;
}
.jqx-time-picker[view="landscape"] .jqx-header {
    flex-direction: column;
    width: 33%;
    height: 100%;
}
.jqx-time-picker .jqx-main-container {
    width: 100%;
    height: 80%;
    padding: 2%;
    background-color: var(--jqx-time-picker-background);
}
.jqx-time-picker[view="portrait"] .jqx-header.jqx-widget-header.jqx-unselectable {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.jqx-time-picker[view="landscape"] .jqx-main-container {
    width: 67%;
    height: 100%;
}
.jqx-time-picker .jqx-svg-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.jqx-time-picker[footer] .jqx-svg-container {
    height: calc(100% - 30px);
}
.jqx-time-picker .jqx-footer {
    display: none;
}
.jqx-time-picker[footer] .jqx-footer {
    display: block;
    width: 100%;
    height: 30px;
}
.jqx-time-picker .jqx-hour-minute-container {
    font-size: 50px;
}
.jqx-time-picker .jqx-am-pm-container {
    margin-left: 10px;
}
.jqx-time-picker[view="landscape"] .jqx-am-pm-container {
    margin-left: 0;
}
.jqx-time-picker .jqx-hour-container, .jqx-time-picker .jqx-minute-container, .jqx-time-picker .jqx-am-container, .jqx-time-picker .jqx-pm-container {
    opacity: 0.5;
    cursor: pointer;
}
.jqx-time-picker[readonly] .jqx-hour-container, .jqx-time-picker[disabled] .jqx-hour-container, .jqx-time-picker[readonly] .jqx-minute-container, .jqx-time-picker[disabled] .jqx-minute-container, .jqx-time-picker[readonly] .jqx-am-container, .jqx-time-picker[disabled] .jqx-am-container, .jqx-time-picker[readonly] .jqx-pm-container, .jqx-time-picker[disabled] .jqx-pm-container {
    cursor: default;
}
.jqx-time-picker .jqx-selected {
    opacity: 1;
}
.jqx-time-picker .jqx-hour-minute-container div:nth-child(2) {
    opacity: 0.5;
}
.jqx-time-picker .jqx-svg-picker {
    border-radius: 50%;
    position: relative;
    box-sizing: content-box;
}
.jqx-time-picker .jqx-svg-picker.animate {
    animation: jqx-time-picker-animation 0.5s linear;
}
.jqx-time-picker[disabled] {
    opacity: 0.55;
    cursor: default;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.jqx-time-picker .jqx-label.jqx-selected {
    fill: white;
}
.jqx-time-picker .jqx-header:focus {
    outline: 1px solid skyblue;
}
.jqx-time-picker .jqx-svg-picker:focus {
    border: 1px solid skyblue;
    outline: none;
}
@keyframes jqx-time-picker-animation {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl-bootstrap {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
/*top-right rounded Corners*/
.jqx-rc-tr-bootstrap {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl-bootstrap {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br-bootstrap {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*top rounded Corners*/
.jqx-rc-t-bootstrap {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*bottom rounded Corners*/
.jqx-rc-b-bootstrap {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*right rounded Corners*/
.jqx-rc-r-bootstrap {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*left rounded Corners*/
.jqx-rc-l-bootstrap {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*all rounded Corners*/
.jqx-rc-all-bootstrap {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.jqx-widget-bootstrap, .jqx-widget-header-bootstrap, .jqx-fill-state-normal-bootstrap,
.jqx-widget-content-bootstrap, .jqx-fill-state-hover-bootstrap, .jqx-fill-state-pressed-bootstrap {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: box-shadow linear 0.2s;
    -moz-transition: box-shadow linear 0.1s;
    -o-transition: box-shadow linear 0.1s;
    transition: box-shadow linear 0.1s;
}

.jqx-widget-content-bootstrap {
    background-color: #ffffff;
    border-color: #e6e6e6;
}

.jqx-widget-header-bootstrap {
    background-color: #f5f5f5;
    border-color: #cccccc;
}

.jqx-fill-state-normal-bootstrap {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.jqx-button-bootstrap {
     padding: 4px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.jqx-combobox-multi-item-bootstrap {
    padding: 1px 3px;
}

.jqx-fill-state-hover-bootstrap, .jqx-fill-state-pressed-bootstrap {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.jqx-fill-state-hover-bootstrap, .jqx-fill-state-focus-bootstrap {
    color: #333333;
    text-decoration: none;
}

.jqx-fill-state-pressed-bootstrap {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.jqx-grid-cell-bootstrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-grid-column-menubutton-bootstrap {
    background-color: transparent;
}

.jqx-calendar-row-header-bootstrap, .jqx-calendar-top-left-header-bootstrap {
    background-color: #f0f0f0;
    border: 0px solid #f2f2f2;
}

.jqx-calendar-column-header-bootstrap {
    background-color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #e9e9e9;
}

.jqx-expander-header-bootstrap {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e6e6e6;
}

.jqx-widget-bootstrap, .jqx-widget-header-bootstrap, .jqx-widget-content-bootstrap {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.jqx-scrollbar-state-normal-bootstrap {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.jqx-scrollbar-thumb-state-normal-bootstrap, .jqx-scrollbar-thumb-state-normal-horizontal-bootstrap {
    background: #f5f5f5;
    border-color: #b3b3b3;
}

.jqx-scrollbar-thumb-state-hover-bootstrap, .jqx-scrollbar-thumb-state-hover-horizontal-bootstrap {
    background: #e6e6e6;
    border-color: #b3b3b3;
}

.jqx-progressbar-bootstrap {
    background: #f7f7f7 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-progressbar-value-bootstrap, .jqx-splitter-collapse-button-horizontal-bootstrap {
    background-color: #428bca;
}

.jqx-splitter-collapse-button-vertical-bootstrap, .jqx-progressbar-value-vertical-bootstrap {
    background-color: #428bca;
}

.jqx-scrollbar-thumb-state-pressed-bootstrap, .jqx-splitter-splitbar-vertical-bootstrap, .jqx-splitter-splitbar-horizontal-bootstrap, .jqx-scrollbar-thumb-state-pressed-horizontal-bootstrap {
    background: #d9d9d9;
    border-color: #b3b3b3;
}

.jqx-grid-column-sortdescbutton-bootstrap, jqx-grid-column-filterbutton-bootstrap, .jqx-grid-column-sortascbutton-bootstrap {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #cccccc;
}

.jqx-slider-rangebar-bootstrap {
    background: #cccccc;
}

.jqx-menu-vertical-bootstrap {
    background: #ffffff;
    filter: none;
}

.jqx-checkbox-check-checked-bootstrap {
    background-image: url(/Content/jqWidgets/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC);
}

.jqx-combobox-content-bootstrap, .jqx-input-bootstrap {
}

.jqx-combobox-content-bootstrap {
    border-color: #cccccc;
}

.jqx-fill-state-focus-bootstrap, .jqx-combobox-content-focus-bootstrap, .jqx-numberinput-focus-bootstrap {
    outline: none;
    border-color: #b3b3b3;
}

.jqx-grid-bottomright-bootstrap, .jqx-panel-bottomright-bootstrap, .jqx-listbox-bottomright-bootstrap {
    background-color: #efefef;
}

.jqx-tabs-title-bootstrap,
.jqx-tabs-title-bottom-bootstrap, .jqx-expander-header-bootstrap {
    color: #0088cc !important;
}

    .jqx-expander-header-bootstrap:hover:not(.jqx-fill-state-disabled-bootstrap) {
        color: #005580 !important;
        cursor: pointer;
    }

.jqx-tabs-title-hover-top-bootstrap,
.jqx-tabs-title-hover-bottom-bootstrap {
    color: #005580 !important;
    background: #eee;
    border-color: #eee;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.jqx-tabs-title-selected-top-bootstrap, .jqx-tabs-selection-tracker-top-bootstrap {
    border-color: #ddd;
    border-bottom: 1px solid #fff;
    filter: none;
    color: #555555 !important;
    background: #fff;
    box-shadow: none;
}

.jqx-tabs-title-selected-bottom-bootstrap, .jqx-tabs-selection-tracker-bottom-bootstrap {
    border-color: #ddd;
    border-top: 1px solid #fff;
    filter: none;
    color: #555555 !important;
    background: #fff;
    box-shadow: none;
}

.jqx-tabs-header-bootstrap {
    background: #fff;
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jqx-tabs-bootstrap {
    border-color: #ddd;
}

.jqx-window-bootstrap, .jqx-tooltip-bootstrap {
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}

.jqx-docking-bootstrap .jqx-window-bootstrap {
    box-shadow: none;
}

.jqx-docking-panel-bootstrap .jqx-window-bootstrap {
    box-shadow: none;
}

.jqx-radiobutton-bootstrap {
    background-repeat: no-repeat;
    background: none;
}

.jqx-radiobutton-bootstrap-bootstrap, .jqx-radiobutton-hover-bootstrap {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
}

.jqx-radiobutton-check-checked-bootstrap {
    filter: none;
    background: #666;
    background-repeat: no-repeat;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-bootstrap {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-disabled-bootstrap {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-slider-track-horizontal-bootstrap, .jqx-slider-track-vertical-bootstrap {
    border-color: #cccccc;
    background: #f0f0f0;
}

.jqx-slider-button-bootstrap {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-fill-state-normal-bootstrap.jqx-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.jqx-fill-state-hover-bootstrap.jqx-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.jqx-fill-state-pressed-bootstrap.jqx-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.jqx-fill-state-normal-bootstrap.jqx-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.jqx-fill-state-hover-bootstrap.jqx-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.jqx-fill-state-pressed-bootstrap.jqx-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.jqx-fill-state-normal-bootstrap.jqx-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.jqx-fill-state-hover-bootstrap.jqx-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.jqx-fill-state-pressed-bootstrap.jqx-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.jqx-fill-state-normal-bootstrap.jqx-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.jqx-fill-state-hover-bootstrap.jqx-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.jqx-fill-state-pressed-bootstrap.jqx-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.jqx-fill-state-normal-bootstrap.jqx-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.jqx-fill-state-hover-bootstrap.jqx-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.jqx-fill-state-pressed-bootstrap.jqx-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.jqx-fill-state-normal-bootstrap.jqx-inverse {
    color: #ffffff;
    background-color: #222222;
    border-color: #080808;
}

.jqx-fill-state-hover-bootstrap.jqx-inverse {
    color: #ffffff;
    background-color: #080808;
}

.jqx-fill-state-pressed-bootstrap.jqx-inverse {
    color: #ffffff;
    background-color: #080808;
}

/*applied to a list item when the item is selected.*/
.jqx-listitem-state-hover-bootstrap, .jqx-menu-item-hover-bootstrap, .jqx-tree-item-hover-bootstrap, .jqx-calendar-cell-hover-bootstrap, .jqx-grid-cell-hover-bootstrap,
.jqx-menu-vertical-bootstrap .jqx-menu-item-top-hover-bootstrap, .jqx-input-popup-bootstrap .jqx-fill-state-hover-bootstrap,
.jqx-input-button-header-bootstrap, .jqx-input-popup-bootstrap .jqx-fill-state-pressed-bootstrap,
.jqx-input-button-header-bootstrap {
    color: #ffffff !important;
    color: #333333 !important;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    outline: 0;
}
.jqx-grid-cell-hover-bootstrap {
    border-color: #ccc !important;
}
.jqx-listitem-state-selected-bootstrap, .jqx-menu-item-selected-bootstrap, .jqx-tree-item-selected-bootstrap, .jqx-calendar-cell-selected-bootstrap, .jqx-grid-cell-selected-bootstrap,
.jqx-menu-vertical-bootstrap .jqx-menu-item-top-selected-bootstrap, .jqx-grid-selectionarea-bootstrap {
    color: #ffffff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}
/*top rounded Corners*/
.jqx-rc-t-expanded-bootstrap {
    -moz-border-radius-topleft: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
/*bottom rounded Corners*/
.jqx-rc-b-expanded-bootstrap {
    -moz-border-radius-bottomleft: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.jqx-popup-bootstrap.jqx-listbox-bootstrap, .jqx-popup-bootstrap.jqx-calendar-bootstrap {
    top: 2px !important;
    position: relative;
}

.jqx-popup-up-bootstrap.jqx-listbox-bootstrap, .jqx-popup-up-bootstrap.jqx-calendar-bootstrap {
    top: 23px !important;
    position: relative;
}

.jqx-menu-popup-bootstrap > div:first-child {
    padding-bottom: 15px !important;
    padding-right: 15px !important;
}

.jqx-menu-dropdown-bootstrap, .jqx-popup-bootstrap.jqx-dropdownbutton-popup-bootstrap {
    margin-top: 2px !important;
}

.jqx-popup-bootstrap {
    border: 1px solid #ccc;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding !important;
    background-clip: padding-box !important;
}

.jqx-widget-bootstrap .jqx-grid-cell-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-header-bootstrap, .jqx-widget-bootstrap .jqx-grid-group-cell {
    border-color: #ccc;
}

.jqx-widget-bootstrap .jqx-grid-column-menubutton-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-sortascbutton-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-sortdescbutton-bootstrap, .jqx-widget .jqx-grid-column-filterbutton-bootstrap {
    border-color: #ccc;
}

.jqx-grid-column-sortascbutton-bootstrap, .jqx-expander-arrow-bottom-bootstrap, .jqx-window-collapse-button-bootstrap, .jqx-menu-item-arrow-up-bootstrap, .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-menu-item-arrow-top-up-bootstrap, .jqx-icon-arrow-up-bootstrap, .jqx-icon-arrow-up-hover-bootstrap, .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-up.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget-bootstrap .jqx-grid-group-expand-bootstrap, .jqx-grid-group-expand-bootstrap, .jqx-grid-column-menubutton-bootstrap, .jqx-grid-column-sortdescbutton-bootstrap, .jqx-expander-arrow-top-bootstrap, .jqx-window-collapse-button-collapsed-bootstrap, .jqx-menu-item-arrow-down-bootstrap, .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-menu-item-arrow-down-bootstrap, .jqx-icon-arrow-down-bootstrap, .jqx-icon-arrow-down-hover-bootstrap, .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tabs-arrow-left-bootstrap, .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-bootstrap, .jqx-icon-arrow-down-left-bootstrap, .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget-bootstrap .jqx-grid-group-collapse-bootstrap, .jqx-grid-group-collapse-bootstrap, .jqx-tabs-arrow-right-bootstrap, .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-menu-item-arrow-top-right-bootstrap, .jqx-icon-arrow-right-bootstrap, .jqx-icon-arrow-right-hover-bootstrap, .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}

.jqx-menu-item-arrow-left-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-menu-item-arrow-right-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-grid-column-sortascbutton-bootstrap, .jqx-primary .jqx-expander-arrow-bottom-bootstrap, .jqx-primary .jqx-window-collapse-button-bootstrap, .jqx-primary .jqx-menu-item-arrow-up-bootstrap, .jqx-primary .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-up-bootstrap, .jqx-primary .jqx-icon-arrow-up-bootstrap, .jqx-primary .jqx-icon-arrow-up-hover-bootstrap, .jqx-primary .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-up-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-widget-bootstrap .jqx-primary .jqx-grid-group-expand-bootstrap, .jqx-primary .jqx-grid-group-expand-bootstrap, .jqx-primary .jqx-grid-column-menubutton-bootstrap, .jqx-primary .jqx-grid-column-sortdescbutton-bootstrap, .jqx-primary .jqx-expander-arrow-top-bootstrap, .jqx-primary .jqx-window-collapse-button-collapsed-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-bootstrap, .jqx-primary .jqx-icon-arrow-down-bootstrap, .jqx-primary .jqx-icon-arrow-down-hover-bootstrap, .jqx-primary .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-tabs-arrow-left-bootstrap, .jqx-primary .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-left, .jqx-primary .jqx-icon-arrow-left-bootstrap, .jqx-primary .jqx-icon-arrow-down-left-bootstrap, .jqx-primary .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-widget-bootstrap .jqx-primary .jqx-grid-group-collapse-bootstrap, .jqx-primary .jqx-grid-group-collapse-bootstrap, .jqx-primary .jqx-tabs-arrow-right-bootstrap, .jqx-primary .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-right-bootstrap, .jqx-primary .jqx-icon-arrow-right-bootstrap, .jqx-primary .jqx-icon-arrow-right-hover-bootstrap, .jqx-primary .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-window-close-button-bootstrap, .jqx-primary .jqx-icon-close-bootstrap, .jqx-primary .jqx-tabs-close-button-bootstrap, .jqx-primary .jqx-tabs-close-button-hover-bootstrap, .jqx-primary .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-primary .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}

.jqx-warning .jqx-grid-column-sortascbutton-bootstrap, .jqx-warning .jqx-expander-arrow-bottom-bootstrap, .jqx-warning .jqx-window-collapse-button-bootstrap, .jqx-warning .jqx-menu-item-arrow-up-bootstrap, .jqx-warning .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-up-bootstrap, .jqx-warning .jqx-icon-arrow-up-bootstrap, .jqx-warning .jqx-icon-arrow-up-hover-bootstrap, .jqx-warning .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-up-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-widget-bootstrap .jqx-warning .jqx-grid-group-expand-bootstrap, .jqx-warning .jqx-grid-group-expand-bootstrap, .jqx-warning .jqx-grid-column-menubutton-bootstrap, .jqx-warning .jqx-grid-column-sortdescbutton-bootstrap, .jqx-warning .jqx-expander-arrow-top-bootstrap, .jqx-warning .jqx-window-collapse-button-collapsed-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-bootstrap, .jqx-warning .jqx-icon-arrow-down-bootstrap, .jqx-warning .jqx-icon-arrow-down-hover-bootstrap, .jqx-warning .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-tabs-arrow-left-bootstrap, .jqx-warning .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-left, .jqx-warning .jqx-icon-arrow-left-bootstrap, .jqx-warning .jqx-icon-arrow-down-left-bootstrap, .jqx-warning .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-widget-bootstrap .jqx-warning .jqx-grid-group-collapse-bootstrap, .jqx-warning .jqx-grid-group-collapse-bootstrap, .jqx-warning .jqx-tabs-arrow-right-bootstrap, .jqx-warning .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-right-bootstrap, .jqx-warning .jqx-icon-arrow-right-bootstrap, .jqx-warning .jqx-icon-arrow-right-hover-bootstrap, .jqx-warning .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-window-close-button-bootstrap, .jqx-warning .jqx-icon-close-bootstrap, .jqx-warning .jqx-tabs-close-button-bootstrap, .jqx-warning .jqx-tabs-close-button-hover-bootstrap, .jqx-warning .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-warning .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}

.jqx-danger .jqx-grid-column-sortascbutton-bootstrap, .jqx-danger .jqx-expander-arrow-bottom-bootstrap, .jqx-danger .jqx-window-collapse-button-bootstrap, .jqx-danger .jqx-menu-item-arrow-up-bootstrap, .jqx-danger .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-up-bootstrap, .jqx-danger .jqx-icon-arrow-up-bootstrap, .jqx-danger .jqx-icon-arrow-up-hover-bootstrap, .jqx-danger .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-up-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-widget-bootstrap .jqx-danger .jqx-grid-group-expand-bootstrap, .jqx-danger .jqx-grid-group-expand-bootstrap, .jqx-danger .jqx-grid-column-menubutton-bootstrap, .jqx-danger .jqx-grid-column-sortdescbutton-bootstrap, .jqx-danger .jqx-expander-arrow-top-bootstrap, .jqx-danger .jqx-window-collapse-button-collapsed-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-bootstrap, .jqx-danger .jqx-icon-arrow-down-bootstrap, .jqx-danger .jqx-icon-arrow-down-hover-bootstrap, .jqx-danger .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-tabs-arrow-left-bootstrap, .jqx-danger .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-left, .jqx-danger .jqx-icon-arrow-left-bootstrap, .jqx-danger .jqx-icon-arrow-down-left-bootstrap, .jqx-danger .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-widget-bootstrap .jqx-danger .jqx-grid-group-collapse-bootstrap, .jqx-danger .jqx-grid-group-collapse-bootstrap, .jqx-danger .jqx-tabs-arrow-right-bootstrap, .jqx-danger .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-right-bootstrap, .jqx-danger .jqx-icon-arrow-right-bootstrap, .jqx-danger .jqx-icon-arrow-right-hover-bootstrap, .jqx-danger .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-window-close-button-bootstrap, .jqx-danger .jqx-icon-close-bootstrap, .jqx-danger .jqx-tabs-close-button-bootstrap, .jqx-danger .jqx-tabs-close-button-hover-bootstrap, .jqx-danger .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-danger .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}

.jqx-info .jqx-grid-column-sortascbutton-bootstrap, .jqx-info .jqx-expander-arrow-bottom-bootstrap, .jqx-info .jqx-window-collapse-button-bootstrap, .jqx-info .jqx-menu-item-arrow-up-bootstrap, .jqx-info .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-up-bootstrap, .jqx-info .jqx-icon-arrow-up-bootstrap, .jqx-info .jqx-icon-arrow-up-hover-bootstrap, .jqx-info .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-up-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-widget-bootstrap .jqx-info .jqx-grid-group-expand-bootstrap, .jqx-info .jqx-grid-group-expand-bootstrap, .jqx-info .jqx-grid-column-menubutton-bootstrap, .jqx-info .jqx-grid-column-sortdescbutton-bootstrap, .jqx-info .jqx-expander-arrow-top-bootstrap, .jqx-info .jqx-window-collapse-button-collapsed-bootstrap, .jqx-info .jqx-menu-item-arrow-down-bootstrap, .jqx-info .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-down-bootstrap, .jqx-info .jqx-icon-arrow-down-bootstrap, .jqx-info .jqx-icon-arrow-down-hover-bootstrap, .jqx-info .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-tabs-arrow-left-bootstrap, .jqx-info .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-left, .jqx-info .jqx-icon-arrow-left-bootstrap, .jqx-info .jqx-icon-arrow-down-left-bootstrap, .jqx-info .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-widget-bootstrap .jqx-info .jqx-grid-group-collapse-bootstrap, .jqx-info .jqx-grid-group-collapse-bootstrap, .jqx-info .jqx-tabs-arrow-right-bootstrap, .jqx-info .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-right-bootstrap, .jqx-info .jqx-icon-arrow-right-bootstrap, .jqx-info .jqx-icon-arrow-right-hover-bootstrap, .jqx-info .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-window-close-button-bootstrap, .jqx-info .jqx-icon-close-bootstrap, .jqx-info .jqx-tabs-close-button-bootstrap, .jqx-info .jqx-tabs-close-button-hover-bootstrap, .jqx-info .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-info .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}

.jqx-success .jqx-grid-column-sortascbutton-bootstrap, .jqx-success .jqx-expander-arrow-bottom-bootstrap, .jqx-success .jqx-window-collapse-button-bootstrap, .jqx-success .jqx-menu-item-arrow-up-bootstrap, .jqx-success .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-up-bootstrap, .jqx-success .jqx-icon-arrow-up-bootstrap, .jqx-success .jqx-icon-arrow-up-hover-bootstrap, .jqx-success .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-up-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-widget-bootstrap .jqx-success .jqx-grid-group-expand-bootstrap, .jqx-success .jqx-grid-group-expand-bootstrap, .jqx-success .jqx-grid-column-menubutton-bootstrap, .jqx-success .jqx-grid-column-sortdescbutton-bootstrap, .jqx-success .jqx-expander-arrow-top-bootstrap, .jqx-success .jqx-window-collapse-button-collapsed-bootstrap, .jqx-success .jqx-menu-item-arrow-down-bootstrap, .jqx-success .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-down-bootstrap, .jqx-success .jqx-icon-arrow-down-bootstrap, .jqx-success .jqx-icon-arrow-down-hover-bootstrap, .jqx-success .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-tabs-arrow-left-bootstrap, .jqx-success .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-left, .jqx-success .jqx-icon-arrow-left-bootstrap, .jqx-success .jqx-icon-arrow-down-left-bootstrap, .jqx-success .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-widget-bootstrap .jqx-success .jqx-grid-group-collapse-bootstrap, .jqx-success .jqx-grid-group-collapse-bootstrap, .jqx-success .jqx-tabs-arrow-right-bootstrap, .jqx-success .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-right-bootstrap, .jqx-success .jqx-icon-arrow-right-bootstrap, .jqx-success .jqx-icon-arrow-right-hover-bootstrap, .jqx-success .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-window-close-button-bootstrap, .jqx-success .jqx-icon-close-bootstrap, .jqx-success .jqx-tabs-close-button-bootstrap, .jqx-success .jqx-tabs-close-button-hover-bootstrap, .jqx-success .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-success .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}

.jqx-inverse .jqx-grid-column-sortascbutton-bootstrap, .jqx-inverse .jqx-expander-arrow-bottom-bootstrap, .jqx-inverse .jqx-window-collapse-button-bootstrap, .jqx-inverse .jqx-menu-item-arrow-up-bootstrap, .jqx-inverse .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-up-bootstrap, .jqx-inverse .jqx-icon-arrow-up-bootstrap, .jqx-inverse .jqx-icon-arrow-up-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-up-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-widget-bootstrap .jqx-inverse .jqx-grid-group-expand-bootstrap, .jqx-inverse .jqx-grid-group-expand-bootstrap, .jqx-inverse .jqx-grid-column-menubutton-bootstrap, .jqx-inverse .jqx-grid-column-sortdescbutton-bootstrap, .jqx-inverse .jqx-expander-arrow-top-bootstrap, .jqx-inverse .jqx-window-collapse-button-collapsed-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-bootstrap, .jqx-inverse .jqx-icon-arrow-down-bootstrap, .jqx-inverse .jqx-icon-arrow-down-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-tabs-arrow-left-bootstrap, .jqx-inverse .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-left, .jqx-inverse .jqx-icon-arrow-left-bootstrap, .jqx-inverse .jqx-icon-arrow-down-left-bootstrap, .jqx-inverse .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-widget-bootstrap .jqx-inverse .jqx-grid-group-collapse-bootstrap, .jqx-inverse .jqx-grid-group-collapse-bootstrap, .jqx-inverse .jqx-tabs-arrow-right-bootstrap, .jqx-inverse .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-right-bootstrap, .jqx-inverse .jqx-icon-arrow-right-bootstrap, .jqx-inverse .jqx-icon-arrow-right-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-window-close-button-bootstrap, .jqx-inverse .jqx-icon-close-bootstrap, .jqx-inverse .jqx-tabs-close-button-bootstrap, .jqx-inverse .jqx-tabs-close-button-hover-bootstrap, .jqx-inverse .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(/Content/jqWidgets/images/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-inverse .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left.png);
}


.jqx-input-button-content-bootstrap {
    font-size: 10px;
}

.jqx-combobox-content-bootstrap, .jqx-input-bootstrap {
    border-color: #cccccc;
    color: #555555;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.jqx-combobox-content-bootstrap, .jqx-combobox-bootstrap, .jqx-combobox-state-normal-bootstrap {
    border-color: #cccccc;
}

.jqx-combobox-content-focus-bootstrap, .jqx-combobox-state-focus-bootstrap, .jqx-fill-state-focus-bootstrap,
.jqx-numberinput-focus-bootstrap {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.jqx-datetimeinput-content, .jqx-datetimeinput-container {
    overflow: visible !important;
}

input[type="text"].jqx-input-bootstrap, input[type="text"].jqx-widget-content-bootstrap, input[type="textarea"].jqx-widget-content-bootstrap, textarea.jqx-input-bootstrap {
    padding-left: 0px !important;
}

input[type="text"].jqx-input-bootstrap:-moz-placeholder, input[type="text"].jqx-widget-content-bootstrap:-moz-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-moz-placeholder, textarea.jqx-input-bootstrap:-moz-placeholder {
    color: #999999;
}

input[type="text"].jqx-input-bootstrap:-webkit-input-placeholder, input[type="text"].jqx-widget-content-bootstrap:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-webkit-input-placeholder, textarea.jqx-input-bootstrap:-webkit-input-placeholder {
    color: #999999;
}

input[type="text"].jqx-input-bootstrap:-ms-input-placeholder, input[type="text"].jqx-widget-content-bootstrap:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-ms-input-placeholder, textarea.jqx-input-bootstrap:-ms-input-placeholder {
    color: #999999;
}

input[type="password"].jqx-input-bootstrap, input[type="password"].jqx-widget-content-bootstrap, input[type="textarea"].jqx-widget-content-bootstrap, textarea.jqx-input-bootstrap {
    padding-left: 0px !important;
}

input[type="password"].jqx-input-bootstrap:-moz-placeholder, input[type="password"].jqx-widget-content-bootstrap:-moz-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-moz-placeholder, textarea.jqx-input-bootstrap:-moz-placeholder {
    color: #999999;
}

input[type="password"].jqx-input-bootstrap:-webkit-input-placeholder, input[type="password"].jqx-widget-content-bootstrap:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-webkit-input-placeholder, textarea.jqx-input-bootstrap:-webkit-input-placeholder {
    color: #999999;
}

input[type="password"].jqx-input-bootstrap:-ms-input-placeholder, input[type="password"].jqx-widget-content-bootstrap:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-ms-input-placeholder, textarea.jqx-input-bootstrap:-ms-input-placeholder {
    color: #999999;
}

.jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap, .jqx-listbox-bootstrap.jqx-fill-state-focus-bootstrap {
    outline: none;
    border-color: #b2b2b2;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-primary {
    border-color: #0044cc #0044cc #002a80;
}

.jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-warning {
    border-color: #f89406 #f89406 #ad6704;
}

.jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-danger {
    border-color: #bd362f #bd362f #802420;
}

.jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-success {
    border-color: #51a351 #51a351 #387038;
}

.jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-info {
    border-color: #2f96b4 #2f96b4 #1f6377;
}

.jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-inverse {
    border-color: #222222 #222222 #000000;
}

.jqx-popup-bootstrap.jqx-fill-state-focus-bootstrap {
    border: 1px solid #ccc;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-expander-content-bootstrap.jqx-fill-state-focus-bootstrap {
    z-index: 20;
}

.jqx-slider-rangebar-bootstrap {
    border-color: #428bca;
    background: #428bca;
}

.jqx-slider-button-bootstrap {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 3px;
}

.jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-expand-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-collapse-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-right-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-collapse-rtl-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-left-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-expand-rtl-bootstrap {
    background-image: url(/Content/jqWidgets/images/icon-down-white.png);
    background-repeat: no-repeat;
    background-position: center;
}
.jqx-layout-bootstrap
{
    background-color: #cccccc;
}
 /*applied to the timepicker*/
.jqx-svg-picker-bootstrap:hover {
	background-color: rgb(248, 248, 248);
}
/*
    This is a workaround for CssRewriteUrlTransform not handling embedded images
    This file is included in bundle without using CssRewriteUrlTransform, overriding the transformed class
*/
.jqx-checkbox-check-checked-bootstrap {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC');
}

