.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#filter-container {
  float: left;
  border-top: 2;
  margin-bottom: 5px;
  min-width: 650px;
}

#filter-container button {
  padding: 6px 8px;
  margin-top: 4px;
  margin-bottom: 10px;
}

#filter-container .vsFilterlabel {
  padding-top: 6px;
}

/* .filter__subSection:last-of-type {
	margin-right: 0 !important;
} */
.filter__subSection {
  margin-right: 12px;
}

#measureOptions {
  float: left;
  margin-right: 5px;
  line-height: 1.3em !important;
  padding-top: 2px;
}

/* .filter__subSection--big {
  width: 280px;
} */
#clearFilters {
  padding: 6px 12px !important;
  margin-top: 0px !important;
  background: #D1524C !important;
  color: white !important;
  margin-right: 10px;
}

#clearFiltersLabel {
  visibility: hidden;
}

.vsFilterText {
  margin-bottom: 3px;
  font-size: 10px;
  font-family: verdana !important;
  color: #e17009;
  font-weight: bold;
}

.vsFilterlabel {
  font-weight: bold;
  font-size: 12px;
  color: #295c89;
}

.ccdaLabel {
  font-weight: bold;
  font-size: 14px !important;
  color: #535458;
}

.stewardCSLabel {
  font-weight: bold;
  font-size: 14px !important;
  color: #74767b;
}

.separator {
  border: 0;
  width: 195px;
  height: 15px;
  -webkit-box-shadow: 0 6px 6px -6px #442f1c inset;
          box-shadow: 0 6px 6px -6px #442f1c inset;
}

/* .cmsSeperator{
	background:#d2e9f2;
	margin-bottom:6px;
}
.ccdaSeperator{
	background:#d0e9c6;
	margin-bottom:6px;
}
.sAndCsSeperator{
	background:#ebcccc;
	margin-bottom:6px;	
}
*/
.ccda-bg {
  background: #FAFAD7;
  border: 1px solid  #B4C1CB;
  color: #535458;
  font-weight: bold;
}

.developer-bg {
  background: #FFEFD7;
  border: 1px solid #D4D6D8;
  color: #74767b;
  font-weight: bold;
}

.nestedFilter {
  padding-left: 50px;
}

#bQuery {
  line-height: 0 !important;
  width: 343px;
  padding: 6px 10px;
  margin-right: 10px;
}

#bQueryButton {
  padding: 7px 20px !important;
  border: none;
  margin-top: 0px !important;
  margin-left: 10px;
}

.bQueryButton--color, .bQueryButton--color:active, .bQueryButton--color:hover, .bQueryButton--color:focus {
  background: #f68d2c !important;
  color: white !important;
}

.basicQuery--left {
  float: left;
}

.basicQuery--rightMargin {
  margin-right: 15px !important;
}

.basicQuery--smallRightMargin, .filter-container--smallRightMargin {
  margin-right: 5px !important;
}

/* #basicQuery__program {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	margin-right: 0;
	border-right: 0;
} */
#basicQuery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* 
#basicQuery select, #basicQuery input, #basicQuery button{
	height: 30px;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
} */
.basicQuery--queryBy {
  margin-right: 9px;
}

#searchBoxTitle {
  margin-bottom: 6px;
}

#covidChkBox {
  margin-bottom: 12px;
}

#covid_checkBox {
  vertical-align: -7%;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 30px;
  margin-right: 10px;
}

.vsFilterlabel--black {
  color: #000 !important;
  opacity: 90% !important;
}

/* #filter__sectionCMSReleaseItem input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
} */
#checkEP, #checkEH, #checkEC {
  cursor: pointer;
  background: white;
  color: #3E3F3A;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 5px;
  width: 25px;
}

#checkOQR {
  cursor: pointer;
  background: white;
  color: #3E3F3A;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 5px;
  width: 40px;
}

.refineBy {
  width: 70px;
  float: left;
}

.well--vsacGray {
  min-height: 20px;
  padding: 10px 4px 6px 14px;
  margin-bottom: 20px;
  background-color: #eceff1;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ui-state-filter-custom {
  width: 250px !important;
  background: white;
  background-image: none !important;
  border: 1px solid #a6a6a6;
  color: #3E3F3A;
  font-weight: bold;
}

.ui-state-filter-custom-cs {
  width: 220px !important;
  background: white;
  background-image: none !important;
  border: 1px solid #a6a6a6;
  color: #3E3F3A;
  font-weight: bold;
}

.bReview--color, .bReview--color:active, .bReview--color:hover, .bReview--color:focus {
  background: #3c763dd6 !important;
  color: white !important;
}

.dropbtn {
  font-family: 'Droid Sans', sans-serif !important;
  border: 1px solid #d3d1d1;
  background: #f2f2f2;
  width: 215px;
  height: 20px;
  padding: 4px 2px 0px 2px;
  font-weight: 700;
  font-weight: bold;
  font-size: 12px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  z-index: 80;
  padding: 0px;
  margin: 0px;
  width: 215px;
  background: #ffffff;
  border: 1px solid #f2efef;
  display: none;
}

.dropdown-content a {
  display: block;
  text-decoration: none;
  padding: 5px;
  color: #565555;
  font-weight: bold;
  font-size: 12px;
  height: auto;
}

.dropdown-content a:hover {
  background-color: #f9f4f4;
  color: #e17009;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #e17009;
}

.rightfloatexcelexp {
  margin: 0;
  border: 1px solid #d3d1d1;
  background: #f2f2f2;
  color: #1d5987;
  cursor: pointer;
  float: right;
  padding: 2px 6px 2px 2px;
  font-weight: bold;
  font-size: 12px;
}

.rightfloatexcelexp a:hover {
  background-color: #f9f4f4;
  color: #e17009;
}

.btnClickEffect {
  font-family: OpenSans;
  color: #FFFFFF;
  background-color: #1d5987;
  border: 1px solid #1d5987;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0px 	#DCDCDC;
          box-shadow: 0px 2px 0px 	#DCDCDC;
  position: relative;
  top: 0px;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.btnClickEffect:active {
  -webkit-box-shadow: 0 1px 0 #1d5987;
          box-shadow: 0 1px 0 #1d5987;
  right: 0.4px;
}

.jqgridBtn {
  font-family: OpenSans;
  border: 1px solid #1d5987;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0px 	#DCDCDC;
          box-shadow: 0px 2px 0px 	#DCDCDC;
  position: relative;
  top: 0px;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.jqgridBtn:active {
  -webkit-box-shadow: 0 1px 0 #1d5987;
          box-shadow: 0 1px 0 #1d5987;
  right: 0.4px;
}

/*! jQuery UI - v1.13.2 - 2023-02-13
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=redmond&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fad42e&bgImgOpacityHighlight=55&bgTextureHighlight=flat&bgColorHighlight=fbec88&iconColorActive=f9bd01&fcActive=e17009&borderColorActive=79b7e7&bgImgOpacityActive=100&bgTextureActive=inset_hard&bgColorActive=f5f8f9&iconColorHover=217bc0&fcHover=1d5987&borderColorHover=79b7e7&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=d0e5f5&iconColorDefault=6da8d5&fcDefault=2e6e9e&borderColorDefault=c5dbec&bgImgOpacityDefault=85&bgTextureDefault=glass&bgColorDefault=dfeffc&iconColorContent=469bdd&fcContent=222222&borderColorContent=a6c9e2&bgImgOpacityContent=100&bgTextureContent=inset_hard&bgColorContent=fcfdfd&iconColorHeader=d8e7f3&fcHeader=ffffff&borderColorHeader=4297d7&bgImgOpacityHeader=55&bgTextureHeader=gloss_wave&bgColorHeader=5c9ccc&cornerRadius=5px&fsDefault=1.1em&fwDefault=bold&ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5dbec;
}

.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url(/img/img-f59a6b.png) 50% bottom repeat-x;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url(/img/img-978f94.png) 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5dbec;
  background: #dfeffc url(/img/img-c4bcf6.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #2e6e9e;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(/img/img-85b837.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #1d5987;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url(/img/img-bc8098.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #79b7e7;
  background-color: #e17009;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fad42e;
  background: #fbec88;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/img/img-db1839.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(/img/img-f52bd3.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/img/img-b5c2dc.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url(/img/img-7d288d.png);
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url(/img/img-d277de.png);
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url(/img/img-13d09f.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/img/img-70b364.png);
}

.ui-button .ui-icon {
  background-image: url(/img/img-aeeddb.png);
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 5px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 5px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaa;
  box-shadow: -8px -8px 8px #aaa;
}

/*!
 * jqGrid 4.15.5-pre - free jqGrid: https://github.com/free-jqgrid/jqGrid 
 * Date: 2018-08-12
 */
.ui-jqgrid {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-touch-action: none;
  touch-action: manipulation;
}

.ui-jqgrid div {
  line-height: normal;
}

.ui-jqgrid table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
  border-style: none;
}

.ui-jqgrid table td {
  padding: 0;
}

.ui-jqgrid > .ui-jqgrid-view {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  padding: 0;
  font-size: 11px;
}

.ui-jqgrid > .ui-jqgrid-view *, .ui-jqgrid > .ui-jqgrid-view :after, .ui-jqgrid > .ui-jqgrid-view :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.ui-jqdialog .ui-jqdialog-titlebar, .ui-jqgrid .ui-jqgrid-errorbar, .ui-jqgrid .ui-jqgrid-titlebar {
  padding: .3em .3em .3em .3em;
  position: relative;
  font-size: 12px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
}

.ui-jqgrid-errorbar {
  max-height: 100px;
  margin-bottom: 0;
  overflow: auto;
}

.ui-jqgrid .ui-jqgrid-caption, .ui-jqgrid .ui-jqgrid-errorbar-ltr {
  text-align: left;
}

.ui-jqgrid .ui-jqgrid-caption-rtl, .ui-jqgrid .ui-jqgrid-errorbar-rtl {
  text-align: right;
}

.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close, .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close {
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 50%;
  width: 1.4em;
  line-height: 1.5em;
  font-size: 12px;
  margin: -.7em 0 0 0;
  padding: .2em;
  border: 1px solid transparent;
  height: 1.4em;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-jqgrid-jquery-ui .ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
  margin: -8px 0 0 0;
}

.ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-titlebar-close {
  right: .1em;
}

.ui-jqgrid .ui-jqgrid-caption-rtl .ui-jqgrid-titlebar-close {
  left: .1em;
}

.ui-jqdialog .ui-jqdialog-titlebar-ltr .ui-jqdialog-titlebar-close {
  right: .3em;
}

.ui-jqdialog .ui-jqdialog-titlebar-rtl .ui-jqdialog-titlebar-close {
  left: .3em;
}

.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close, .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close {
  border-radius: .5em;
}

.ui-jqdialog .ui-jqdialog-titlebar-ltr .ui-jqdialog-title, .ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-title, .ui-jqgrid .ui-jqgrid-errorbar-ltr .ui-jqgrid-error {
  position: relative;
  left: .1em;
}

.ui-jqdialog .ui-jqdialog-titlebar-rtl .ui-jqdialog-title, .ui-jqgrid .ui-jqgrid-caption-rtl .ui-jqgrid-title, .ui-jqgrid .ui-jqgrid-errorbar-rtl .ui-jqgrid-error {
  position: relative;
  right: .1em;
}

.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span {
  margin-top: 0;
  margin-left: 0;
}

.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close span, .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span {
  display: block;
}

.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close span.ui-icon, .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span.ui-icon {
  position: relative;
  top: -2px;
}

.ui-jqdialog-titlebar-ltr .ui-jqdialog-titlebar-close span.ui-icon, .ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-titlebar-close span.ui-icon {
  right: 3.5px;
}

.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.ui-icon {
  margin-top: -1px;
}

.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.fa, .ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.glyphicon {
  font-size: 14px;
  margin-top: -2px;
}

.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > .svg-inline--fa {
  font-size: 14px;
  display: block;
  margin-top: -.125em;
  margin-left: -.125em;
}

.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.fa {
  margin-left: -1px;
}

.ui-jqdialog-titlebar-close > .svg-inline--fa {
  display: block;
  margin-left: .0625em;
  margin-top: -.0625em;
}

.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.glyphicon {
  margin-left: -2px;
}

.ui-jqdialog-titlebar .ui-jqdialog-titlebar-close > span {
  margin-top: -1px;
}

.ui-jqdialog-titlebar .ui-jqdialog-titlebar-close > span.glyphicon {
  margin-top: -.05em;
  margin-left: -.05em;
}

.ui-jqdialog .ui-resizable-handle > .ui-icon {
  right: -1px;
  bottom: -1px;
}

.ui-jqdialog .ui-resizable-handle > .fa {
  font-size: 12px;
  right: -2px;
  position: relative;
}

.ui-jqdialog .ui-resizable-handle > .svg-inline--fa {
  font-size: 12px;
  right: -1px;
  position: relative;
}

.ui-jqdialog .ui-resizable-handle > .glyphicon {
  font-size: 12px;
  right: -1px;
  bottom: -2.8px;
}

.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  height: auto;
}

.ui-jqgrid .ui-jqgrid-hbox {
  float: left;
  padding-right: 20px;
}

.ui-jqgrid .ui-jqgrid-htable {
  table-layout: fixed;
  margin: 0;
}

.ui-jqgrid .ui-jqgrid-htable th {
  height: auto;
  padding: 0 2px 0 2px;
}

.ui-jqgrid-htable > thead > .jqg-first-row-header > th {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
  border-top: 0 none;
}

.ui-jqgrid .ui-jqgrid-htable th.jqgh_cbox {
  padding: 0;
}

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th div {
  overflow: hidden;
  position: relative;
  height: auto;
  margin: 2px 2px;
}

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels > th.jqgh_cbox {
  vertical-align: middle;
}

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels .jqgh_cbox > div {
  text-align: center;
  vertical-align: baseline;
  margin: 0;
}

.ui-jqgrid .ui-jqgrid-labels th.ui-th-column, .ui-jqgrid .ui-jqgrid-legacy-subgrid .ui-th-subgrid, .ui-jqgrid-labels .ui-th-column-header {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.ui-jqgrid-labels .ui-th-column-header {
  vertical-align: middle;
  height: auto;
  vertical-align: middle;
  border-top: 0 none;
}

.ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
  position: relative;
  vertical-align: middle;
  border-top: 0 none;
  border-bottom: 0 none;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .ui-th-ltr {
  border-left: 0 none;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl, .ui-th-rtl {
  border-right: 0 none;
}

.ui-first-th-ltr {
  border-right: 1px solid;
}

.ui-first-th-rtl {
  border-left: 1px solid;
}

.ui-jqgrid .ui-th-div-ie {
  white-space: nowrap;
  zoom: 1;
  height: 17px;
}

.ui-jqgrid .ui-th-column > .jqgh_cbox {
  margin: 3px 0;
}

.ui-jqgrid .ui-th-column .cbox {
  margin: .1em;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-th-column .cbox {
  height: 18px;
  width: 18px;
}

.ui-jqgrid .ui-th-column .ui-th-div-ie > .cbox {
  margin-left: -1px;
  margin-right: -1px;
}

.ui-jqgrid .ui-jqgrid-labels > .ui-th-column > .ui-jqgrid-resize {
  top: 0;
  height: 100%;
  width: .3em;
  position: absolute;
  cursor: col-resize;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  display: inline;
  overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th div.ui-jqgrid-rotate {
  -webkit-transform: translateX(-50%) translateY(0) rotate(-90deg);
  transform: translateX(-50%) translateY(0) rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: 0;
  left: 50%;
}

.ui-jqgrid .ui-grid-ico-sort {
  overflow: hidden;
  position: absolute;
  display: inline;
}

.ui-grid-ico-sort {
  cursor: pointer;
}

.ui-state-disabled.ui-grid-ico-sort {
  cursor: pointer !important;
}

.ui-jqgrid .s-ico {
  position: relative;
  width: .87em;
  height: 1.125em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .1em;
}

.ui-jqgrid .s-ico > .ui-grid-ico-sort {
  display: block;
  position: relative;
}

.ui-jqgrid .s-ico > .ui-grid-ico-sort.ui-icon {
  width: 12px;
  margin-top: 0;
}

.ui-jqgrid .s-ico > .ui-icon-asc.ui-icon {
  top: -6px;
}

.ui-jqgrid .s-ico > .ui-icon-desc.ui-icon {
  top: -16px;
}

.ui-jqgrid .s-ico > .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-jqgrid .s-ico > .ui-icon.ui-sort-ltr {
  margin-left: -3px;
}

.ui-jqgrid .s-ico > .ui-icon.ui-sort-rtl {
  margin-right: 0;
}

.ui-jqgrid-sortable > .ui-jqgrid-sort-order {
  position: relative;
  left: -.1em;
  top: 0;
  font-size: 75%;
  vertical-align: super;
}

.ui-jqgrid .ui-th-column > div {
  cursor: default;
}

.ui-jqgrid .ui-th-column > div.ui-jqgrid-sortable {
  cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar {
  border-top-width: 1px;
  border-top-style: solid;
}

.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-th-column {
  border-top-width: 1px;
  border-top-style: solid;
}

.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar input {
  margin: 1px 0 0 0;
}

.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar select {
  margin: 1px 0 0 0;
}

.ui-jqgrid .ui-jqgrid-bdiv {
  min-height: 1px;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: left;
}

.ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  margin: 0;
  outline-style: none;
  height: 1px;
}

.ui-jqgrid tr.jqgroup, .ui-jqgrid tr.jqgrow {
  outline-style: none;
}

.ui-jqgrid tr.jqfoot > td, .ui-jqgrid tr.jqgroup > td, .ui-jqgrid tr.jqgrow > td, .ui-jqgrid tr.ui-subgrid > td, .ui-jqgrid tr.ui-subtblcell > td {
  overflow: hidden;
  white-space: pre;
  vertical-align: middle;
  text-align: center;
  height: 22px;
  border-top: 0 none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqfoot > td, .ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgroup > td, .ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgrow > td, .ui-jqgrid-jquery-ui.ui-jqgrid tr.ui-subgrid > td {
  border-bottom-color: inherit;
}

.ui-jqgrid tr.jqfoot > td, .ui-jqgrid tr.jqgroup > td, .ui-jqgrid tr.jqgrow > td {
  padding: 0 2px 0 2px;
}

.ui-jqgrid tr.ui-subgrid > td {
  padding: 0;
}

.ui-jqgrid tr.jqgfirstrow > td {
  padding: 0 2px 0 2px;
  border-top: 0 none;
  border-left: 0 none;
  height: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom: 0 none;
}

.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgfirstrow > td {
  border-right-color: inherit;
}

.ui-jqgrid tr.jqgfirstrow > td.td_cbox {
  padding: 0;
}

.ui-jqgrid tr.jqfoot > td, .ui-jqgrid tr.jqgroup > td, .ui-jqgrid tr.jqgrow > td {
  font-weight: 400;
}

.ui-jqgrid tr.jqfoot > td {
  font-weight: 700;
}

.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
  text-align: left;
  border-left-width: 0;
  border-left-style: none;
  border-right-width: 1px;
  border-right-style: solid;
}

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
  border-color: inherit;
}

.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-rtl > td {
  text-align: right;
  border-right-width: 0;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: solid;
}

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-rtl > td {
  border-color: inherit;
}

.ui-jqgrid .ui-jqgrid-btable td.jqgrid-rownum {
  padding: 0 2px 0 2px;
  margin: 0;
  border-width: 0;
  border-style: none;
}

.ui-jqgrid .ui-jqgrid-btable td.jqgrid-rownum {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-btable td.jqgrid-rownum {
  border-bottom-color: inherit;
}

.ui-jqgrid .jqgrow > td.td_cbox {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.ui-jqgrid .jqgrow > td.ui-sgcollapsed {
  text-align: center;
  vertical-align: middle;
}

.ui-jqgrid tr.jqgrow > td.td_cbox {
  padding: 0;
}

.ui-jqgrid .jqgrow > td > .cbox {
  height: 14px;
  width: 14px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.ui-jqgrid > .ui-jqgrid-resize-mark, body > .ui-jqgrid-resize-mark {
  width: 0;
  left: 0;
  cursor: col-resize;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  overflow: hidden;
  display: none;
  border-left-width: 1px;
  border-right-width: 1px;
  z-index: 99999;
}

span.ui-jqgrid-cell-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-sdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
}

.ui-jqgrid .ui-jqgrid-ftable {
  table-layout: fixed;
  margin-bottom: 0;
}

.ui-jqgrid tr.footrow td {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  height: 21px;
  padding: 0 2px 0 2px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ui-jqgrid-jquery-ui.ui-jqgrid tr.footrow td {
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.ui-jqgrid tr.footrow-ltr td {
  text-align: left;
  border-left-width: 0;
  border-left-style: none;
  border-right-width: 1px;
  border-right-style: solid;
}

.ui-jqgrid-jquery-ui.ui-jqgrid tr.footrow-ltr td {
  border-color: inherit;
}

.ui-jqgrid tr.footrow-rtl td {
  text-align: right;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: none;
}

.ui-jqgrid-jquery-ui.ui-jqgrid tr.footrow-rtl td {
  border-color: inherit;
}

.ui-jqgrid > .ui-jqgrid-pager {
  border: 0 none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  min-height: 22px;
  overflow: hidden;
  font-size: 11px;
}

.ui-jqgrid > .ui-jqgrid-pager *, .ui-jqgrid > .ui-jqgrid-pager :after, .ui-jqgrid > .ui-jqgrid-pager :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pager-control, .ui-jqgrid .ui-jqgrid-toppager .ui-pager-control {
  position: relative;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
}

.ui-pager-control .ui-jqgrid-pg-left {
  text-align: left;
}

.ui-pager-control .ui-jqgrid-pg-center {
  text-align: center;
  white-space: pre;
}

.ui-pager-control .ui-jqgrid-pg-right {
  text-align: right;
}

.ui-jqgrid .ui-pg-table {
  position: relative;
  padding: 0;
  width: auto;
  margin: 0;
}

.jqgrow .ui-jqgrid-actions {
  background: inherit;
  border-style: none;
}

.ui-jqgrid .ui-pg-button:not(.ui-state-hover), .ui-jqgrid-jquery-ui .jqgrow .ui-jqgrid-actions .ui-pg-div:not(.ui-state-hover) {
  border: 1px solid transparent;
}

.ui-pager-control .ui-pg-table {
  border-color: inherit;
}

.jqgrow .ui-jqgrid-actions .ui-pg-div.ui-state-hover, .jqgrow .ui-jqgrid-actions .ui-pg-div:focus, .jqgrow .ui-jqgrid-actions .ui-pg-div:hover, .ui-jqgrid .ui-pg-button.ui-state-hover, .ui-jqgrid .ui-pg-button:focus, .ui-jqgrid .ui-pg-button:hover {
  border-style: solid;
  border-color: inherit;
}

.ui-jqgrid .ui-pg-table td {
  font-weight: 400;
  vertical-align: middle;
  padding: 1px;
}

.ui-jqgrid .ui-pager-control .ui-pg-button {
  display: inline-block;
  height: auto;
}

.ui-jqgrid .ui-pg-button span {
  display: block;
  margin: 1px;
  float: left;
}

.ui-jqgrid .ui-pg-table .ui-pg-input, .ui-jqgrid .ui-pg-table .ui-pg-selbox {
  height: auto;
  width: auto;
  margin: 0;
  line-height: inherit;
}

select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
  height: auto;
}

.ui-jqgrid .ui-pg-table .ui-pg-selbox {
  display: block;
  padding: 1px;
}

.ui-jqgrid .ui-separator {
  height: 12px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: -1px;
  float: right;
}

.ui-jqgrid .ui-paging-info {
  font-weight: 400;
  height: auto;
  margin: 0 .2em 0 .2em;
  display: inline;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
  padding: 1px 0;
  float: left;
  position: relative;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
  cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px;
}

.ui-jqgrid td input, .ui-jqgrid td select, .ui-jqgrid td textarea {
  margin: 0;
}

.ui-jqgrid td textarea {
  width: auto;
  height: auto;
}

.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-toppager {
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  min-height: 22px;
  overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
  padding: 1px 0;
  float: left;
  position: relative;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
  cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px;
}

.ui-jqgrid .ui-pg-table .ui-pg-button {
  margin: 2px;
  vertical-align: middle;
}

.ui-jqgrid .navtable .ui-pg-div span.ui-pg-button-text {
  padding-left: .2em;
  padding-right: .2em;
}

.ui-pg-button.ui-state-hover > .ui-pg-div > .ui-pg-button-text, .ui-pg-button:hover > .ui-pg-div > .ui-pg-button-text {
  font-weight: 400;
}

.ui-jqgrid .ui-pg-div {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.ui-jqgrid .navtable .ui-pg-div > span.ui-pg-button-icon-over-text {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.subgrid-data > .tablediv > .ui-jqgrid {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.subgrid-data > .tablediv > .ui-jqgrid > .ui-jqgrid-view {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-jqgrid .ui-jqgrid-btable .jqgrow > .ui-sgcollapsed {
  text-align: center;
  vertical-align: middle;
}

.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  display: inline-block;
}

.ui-jqgrid .ui-subgrid {
  margin: 0;
  padding: 0;
  width: 100%;
}

.sgbutton {
  cursor: pointer;
}

.ui-jqgrid .ui-subgrid table {
  table-layout: fixed;
}

.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
  height: 18px;
  border-top: 0 none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
  border-bottom-color: inherit;
}

.ui-jqgrid .ui-th-subgrid {
  height: 20px;
}

.ui-jqgrid .ui-row-ltr.ui-subgrid > .subgrid-cell > span {
  float: right;
}

.ui-jqgrid .ui-row-rtl.ui-subgrid > .subgrid-cell > span {
  float: left;
}

.ui-jqgrid > .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: 700;
  display: none;
  border-width: 2px;
  font-size: 11px;
}

.ui-jqgrid .jqgrid-overlay {
  display: none;
  z-index: 100;
}

* .jqgrid-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ui-jqgrid > .ui-jqgrid-view > .ui-userdata {
  border-left: 0 none;
  border-right: 0 none;
  height: 21px;
  overflow: hidden;
}

.ui-jqgrid .ui-jqdialog {
  font-size: 11px;
}

.ui-jqdialog {
  display: none;
  width: 300px;
  position: absolute;
  font-size: 11px;
  overflow: visible;
}

.ui-jqdialog.ui-jqgrid-jquery-ui {
  padding: .2em;
}

.ui-jqgrid-bootstrap.modal {
  right: auto;
  left: auto;
}

.ui-jqgrid-bootstrap.modal > .modal-dialog {
  max-width: none;
}

.ui-jqdialog .ui-jqdialog-content, .ui-jqdialog-content {
  border: 0;
  padding: .3em .2em;
  background: 0 0;
  height: auto;
}

.ui-jqdialog .ui-jqconfirm {
  padding: .4em 1em;
  border-width: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: visible;
  display: none;
  height: 80px;
  width: 220px;
  text-align: center;
}

.ui-jqdialog > .ui-resizable-se, .ui-jqgrid > .ui-resizable-se {
  bottom: -3px;
  right: -3px;
}

.ui-jqdialog-content .FormGrid {
  margin: 0;
}

.ui-jqdialog-content .EditTable {
  width: 100%;
  margin-bottom: 0;
}

.ui-jqdialog-content .DelTable {
  width: 100%;
  margin-bottom: 0;
}

.EditTable td input, .EditTable td select, .EditTable td textarea {
  margin: 0;
}

.EditTable td textarea {
  width: auto;
  height: auto;
}

.ui-jqdialog-content td.EditButton {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  padding: 5px 0;
}

.ui-jqdialog-content td.EditButton-ltr {
  text-align: right;
}

.ui-jqdialog-content td.EditButton-rtl {
  text-align: left;
}

.ui-jqdialog-content td.navButton {
  text-align: left;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  padding: 5px 0;
}

.ui-jqdialog-content td.navButton-ltr {
  text-align: left;
}

.ui-jqdialog-content td.navButton-ltr > .fm-button {
  float: left;
}

.ui-jqdialog-content td.navButton-rtl {
  text-align: right;
}

.ui-jqdialog-content td.navButton-rtl > .fm-button {
  float: right;
}

.ui-jqdialog-content .FormElement {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-jqdialog-content input.FormElement, .ui-jqdialog-content select.FormElement {
  padding: .3em;
}

.ui-jqdialog-content .data-line {
  padding-top: .1em;
  border: 0 none;
}

.ui-jqdialog-content .CaptionTD {
  vertical-align: middle;
  border: 0 none;
  padding: 2px;
  white-space: nowrap;
}

.ui-jqdialog-content .DataTD {
  padding: 2px;
  border-width: 0;
  border-style: none;
  vertical-align: top;
}

.ui-jqgrid-jquery-ui.ui-jqdialog .form-view-data > span {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 3px;
  display: block;
  padding: .2em;
}

.ui-jqgrid-jquery-ui.ui-jqdialog .form-view-label > label {
  font-weight: 700;
}

.ui-jqgrid-bootstrap.ui-jqdialog .ui-jqdialog-content .form-view-data > span {
  height: 100%;
  width: auto;
}

.ui-jqdialog .fm-button {
  display: inline-block;
  padding: .4em .5em;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  text-align: center;
  zoom: 1;
}

.ui-jqdialog.ui-jqgrid-bootstrap .navButton .fm-button {
  padding: .375em .75em;
  margin-left: .125em;
}

.ui-jqdialog .fm-button > span {
  display: inline-block;
  vertical-align: middle;
}

.ui-jqdialog .fm-button .fm-button-text {
  padding: 0 .2em;
}

.ui-jqdialog .EditButton-ltr .fm-button-icon-left .fm-button-icon {
  margin-right: .2em;
}

.ui-jqdialog .EditButton-ltr .fm-button-icon-right .fm-button-icon {
  margin-left: .2em;
}

.ui-jqdialog .EditButton-rtl .fm-button-icon-right .fm-button-icon {
  margin-right: .2em;
}

.ui-jqdialog .EditButton-rtl .fm-button-icon-left .fm-button-icon {
  margin-left: .2em;
}

.delmsg {
  padding: .5em;
}

.ui-jqgrid .selected-row, .ui-jqgrid .selected-row td {
  font-style: normal;
  border-left: 0 none;
}

.ui-jqgrid .jqgrow .ui-jqgrid-actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.jqgrow .ui-jqgrid-actions .ui-pg-div {
  cursor: pointer;
  float: left;
  margin: 0 1px;
}

.ui-jqgrid .tree-wrap {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}

.ui-jqgrid .treeclick {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-bdiv .jqgroup .tree-wrap {
  text-align: center;
  padding-left: .1em;
}

.ui-jqgrid .ui-jqgrid-bdiv .jqgroup .tree-wrap.glyphicon {
  margin-top: -.18em;
}

* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ui-jqgrid-dnd tr td {
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  height: 20px;
}

.ui-jqgrid .ui-jqgrid-caption-rtl {
  text-align: right;
}

.ui-jqgrid .ui-jqgrid-hbox-rtl {
  float: right;
  padding-left: 20px;
}

.ui-jqgrid .ui-jqgrid-resize-ltr {
  right: 0;
  margin: 0;
}

.ui-jqgrid .ui-jqgrid-resize-rtl {
  left: 0;
  margin: 0;
}

.ui-jqgrid .ui-sort-rtl {
  left: 0;
}

.ui-jqgrid .cell-wrapper, .ui-jqgrid .cell-wrapperleaf {
  display: inline-block;
  vertical-align: middle;
}

.ui-jqgrid .ui-ellipsis {
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ui-search-menu {
  position: absolute;
  padding: .2em;
}

.ui-search-menu.ui-menu .ui-jqgrid-menu-item {
  list-style-image: none;
  padding-right: 0;
  padding-left: 0;
}

.ui-search-menu.ui-menu .ui-jqgrid-menu-item a {
  text-decoration: none;
  display: block;
}

.ui-search-toolbar > .ui-th-column > div {
  position: relative;
  height: auto;
  overflow: hidden;
}

.ui-search-toolbar .ui-search-table {
  padding: 0;
  border: 0 none;
  height: 20px;
  width: 100%;
}

.table-hover .ui-search-table tbody tr:hover {
  background-color: inherit;
}

.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
  padding: 0 .1em;
}

.ui-search-toolbar .ui-search-table .ui-search-oper {
  width: 20px;
  text-align: center;
}

.ui-search-toolbar .ui-th-column .ui-search-table .ui-search-input {
  padding: 0 .1em;
}

.ui-search-input input[type=text] {
  width: 100%;
}

a.clearsearchclass, a.g-menu-item, a.soptclass {
  text-decoration: none;
  cursor: pointer;
}

.ui-search-menu .ui-jqgrid-menu-item .g-menu-item {
  padding: .2em;
}

.ui-menu-jqueryui .ui-jqgrid-menu-item .g-menu-item:not(.ui-state-hover) {
  border: 1px solid transparent;
}

.ui-menu-jqueryui .ui-jqgrid-menu-item .g-menu-item:hover {
  font-weight: 400;
}

.ui-search-oper {
  padding: 0;
}

.ui-search-clear {
  text-align: center;
  padding: 0;
}

.ui-search-clear .clearsearchclass, .ui-search-oper .soptclass {
  padding: .1em;
  line-height: 1em;
}

.ui-jqgrid-jquery-ui .ui-search-clear .clearsearchclass:not(.ui-state-hover), .ui-jqgrid-jquery-ui .ui-search-oper .soptclass:not(.ui-state-hover) {
  border: 1px solid transparent;
}

.ui-search-clear .clearsearchclass span {
  position: relative;
}

.ui-search-input {
  text-align: center;
}

.ui-jqgrid .ui-search-table .ui-search-input > input[type=text], .ui-jqgrid .ui-search-table .ui-search-input > select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-jqgrid > .ui-jqgrid-view button, .ui-jqgrid > .ui-jqgrid-view input, .ui-jqgrid > .ui-jqgrid-view select, .ui-jqgrid > .ui-jqgrid-view textarea {
  font-size: inherit;
  text-align: inherit;
}

.ui-jqgrid .s-ico > .ui-grid-ico-sort.glyphicon {
  font-size: 10px;
}

.ui-jqgrid .s-ico > .ui-icon-asc.glyphicon {
  margin-top: -.23em;
}

.ui-jqgrid .s-ico > .ui-icon-desc.glyphicon {
  margin-top: -.34em;
}

.ui-jqgrid .s-ico > .ui-grid-ico-sort.fa {
  width: .63em;
}

.ui-jqgrid .s-ico > .ui-icon-asc.fa {
  line-height: .81em;
  top: .07em;
}

.ui-jqgrid .s-ico > .ui-icon-desc.fa {
  line-height: .81em;
  top: -.81em;
}

.ui-jqgrid .s-ico > .ui-icon-asc.fa.ui-sort-ltr, .ui-jqgrid .s-ico > .ui-icon-desc.fa.ui-sort-ltr {
  left: 0;
}

.ui-jqgrid .s-ico > .ui-icon-asc.fa.ui-sort-rtl, .ui-jqgrid .s-ico > .ui-icon-desc.fa.ui-sort-rtl {
  right: 0;
}

.ui-jqgrid .s-ico > .ui-state-disabled.fa {
  padding: 0;
}

.ui-jqgrid .s-ico > .svg-inline--fa.fa-sort-down {
  margin-top: -1.05em;
}

.jqgrow .ui-pg-div > span.fa {
  font-weight: 400;
  font-size: 12px;
  vertical-align: baseline;
  background: 0 0;
  border: 0 none;
}

.ui-subgrid > .subgrid-cell span.fa {
  font-weight: 400;
  font-size: 12px;
  text-indent: 0;
  background: 0 0;
  border: 0 none;
  margin-bottom: 4px;
}

.jqgrow > .ui-sgcollapsed span.fa {
  font-weight: 400;
  font-size: 12px;
  text-indent: 0;
  background: 0 0;
  border: 0 none;
  margin: 0;
}

.ui-jqgrid .ui-resizable-se.fa {
  -webkit-filter: alpha(opacity=40);
  -moz-filter: alpha(opacity=40);
  -o-filter: alpha(opacity=40);
  -ms-opacity: .4;
  opacity: .4;
  background: 0 0;
  border-style: none;
  right: -3px;
  font-weight: 400;
}

.ui-jqgrid-ltr .ui-resizable-se.fa {
  right: -3px;
  bottom: 0;
}

.ui-jqgrid-rtl .ui-resizable-se.fa {
  left: 0;
  bottom: 1px;
}

.jqContextMenu .ui-menu .ui-jqgrid-menu-item a.ui-state-hover {
  font-weight: 400;
  margin: -1px;
}

.jqContextMenu .ui-menu .ui-jqgrid-menu-item.ui-state-hover {
  font-weight: 400;
  margin: -1px;
}

.jqContextMenu .ui-menu-icons > .ui-jqgrid-menu-item {
  font-size: 11px;
}

.ui-jqgrid-showHideColumnMenu .ui-jqgrid-menu-item:hover {
  font-weight: 400;
}

.ui-jqgrid-disablePointerEvents {
  pointer-events: none;
}

.ui-jqgrid.ui-jqgrid-bootstrap {
  border: 1px solid #ddd;
  border-radius: 6px;
}

.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-jqgrid-toppager {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-userdata {
  background-color: #f0f0f0;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-hdiv, .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-legacy-subgrid > thead {
  background-color: #e5e5e5;
}

.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-jqgrid-sdiv td {
  background-color: #f9f9f9;
}

.ui-jqdialog.ui-jqgrid-bootstrap > .modal-dialog {
  margin-top: 0;
}

.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar .ui-jqdialog-title, .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-errorbar .ui-jqgrid-error, .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-titlebar .ui-jqgrid-title {
  font-size: 16px;
}

.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view {
  font-size: 12px;
}

.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-pager .btn, .ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view .btn {
  font-size: 12px;
}

.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-pager .fa, .ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view .fa {
  font-size: 14px;
}

.ui-jqdialog.ui-jqgrid-bootstrap {
  font-size: 14px;
}

.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content .CaptionTD {
  padding: .5em;
}

.ui-jqgrid.ui-jqgrid-bootstrap .frozen-bdiv.ui-jqgrid-bdiv .ui-jqgrid-btable {
  background-color: #fff;
}

.ui-jqgrid.ui-jqgrid-bootstrap tr.jqfoot > td, .ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td, .ui-jqgrid.ui-jqgrid-bootstrap tr.jqgroup > td, .ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow > td {
  padding: .2em .3em;
}

.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td {
  padding: 0 .3em;
}

.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td.td_cbox, .ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow > td.td_cbox {
  padding: 0;
}

.ui-jqgrid.ui-jqgrid-bootstrap .jqgrow > td > .cbox {
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-btable td.jqgrid-rownum {
  padding: .2em .3em;
}

.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar, .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-caption {
  background-color: #cacaca;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-backdrop.jqgrid-overlay {
  -ms-opacity: .35;
  opacity: .35;
  -webkit-filter: Alpha(Opacity=35);
  -moz-filter: Alpha(Opacity=35);
  -o-filter: Alpha(Opacity=35);
  filter: Alpha(Opacity=35);
}

.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content {
  border: 0;
  padding: .3em .2em;
  background: #fff;
  height: auto;
}

.ui-jqdialog.ui-jqgrid-bootstrap .modal-dialog {
  width: auto;
}

.ui-jqdialog.ui-widget {
  overflow: hidden;
}

.ui-jqdialog .ui-resizable-handle {
  cursor: se-resize;
  position: absolute;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-jqdialog.ui-jqgrid-bootstrap .modal-content {
  overflow: hidden;
}

.ui-jqdialog.ui-jqgrid-bootstrap .modal-content > .ui-resizable-handle.fa {
  bottom: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
}

.ui-jqdialog.ui-jqgrid-bootstrap .modal-content > .ui-resizable-handle.glyphicon {
  right: -.4em;
}

.ui-jqgrid.ui-jqgrid-bootstrap .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
}

.ui-jqgrid-bootstrap.ui-jqgrid-resize-mark {
  border: 1px solid #aaa;
  background-color: #ccc;
  color: #222;
  font-weight: 700;
}

.ui-jqgrid .jqgfirstrow {
  border-bottom: 0 none;
  border-top: 0 none;
  height: 0;
}

.ui-jqgrid.ui-jqgrid-bootstrap .jqgfirstrow td {
  border-bottom: 0 none;
  border-top: 0 none;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .ui-pg-button.ui-state-disabled:hover {
  margin: 0;
}

.ui-jqgrid.ui-jqgrid-bootstrap .navtable .ui-pg-button.ui-state-disabled:hover {
  margin: 0;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .ui-pg-button {
  margin: .2em 0;
  padding: .2em 0;
  border-radius: .4em;
}

.ui-search-input .form-control:not([size]):not([multiple]) {
  height: auto;
  min-height: 18px;
}

.ui-search-input input[type=text] {
  padding: 0;
}

.ui-search-input input[type=text].form-control {
  padding: 0 .3em;
}

.ui-search-input select.form-control {
  padding: 0;
}

.ui-search-input input[type=checkbox].form-control {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  background: 0 transparent;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-actions .ui-pg-div.btn {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-actions .ui-pg-div.btn:not(:first-child) {
  margin-left: .125em;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-actions .ui-pg-div.btn.ui-inline-save {
  margin-left: 0;
}

.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow .sgbutton-div .sgbutton.btn {
  padding: 0;
  cursor: pointer;
  border: 1px solid transparent;
  margin: -.3em -.3em;
}

.ui-jqgrid.ui-jqgrid-bootstrap .sgbutton-div .sgbutton.btn:focus, .ui-jqgrid.ui-jqgrid-bootstrap .sgbutton-div .sgbutton.btn:hover {
  border: 1px solid #333;
}

.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-pager-control .ui-pg-input {
  display: inline-block;
  font-size: 12px;
  padding: .3em;
}

.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-pager {
  font-size: 12px;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-bootstrap-corner-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-bootstrap-corner-bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-pager-control .ui-pg-selbox {
  font-size: 12px;
  padding: 0;
}

.ui-jqdialog.ui-jqgrid-bootstrap .FormData .CaptionTD {
  font-size: 14px;
}

.FormData .DataTD {
  vertical-align: middle;
}

.FormData .DataTD input[type=checkbox] {
  width: auto;
  vertical-align: middle;
}

.ui-jqdialog.ui-jqgrid-bootstrap .FormData .DataTD input.form-control[type=checkbox] {
  width: 2.193em;
  height: 2.193em;
}

.DelTable .delmsg {
  padding: .2em;
}

.queryresult {
  margin-bottom: .5em;
  padding: .25em;
}

.group.modal-content tr td {
  padding: .2em .1em;
}

.searchFilter .form-control {
  padding: .1em;
}

.searchFilter .form-control:not([size]):not([multiple]) {
  height: 2em;
}

.searchFilter .btn {
  margin-left: .125em;
  padding: .2em .375em;
}

.ui-jqgrid .searchFilter table.group td {
  padding: 1px;
}

.ui-jqgrid .searchFilter table {
  border-spacing: 2px;
}

.ui-jqdialog.ui-jqgrid-bootstrap .modal-header .close {
  margin-top: -.7em;
}

.ui-jqdialog .glyphicon, .ui-jqgrid .glyphicon {
  font-size: 12px;
  top: auto;
}

.ui-jqdialog.ui-jqgrid-bootstrap .glyphicon, .ui-jqgrid.ui-jqgrid-bootstrap .glyphicon {
  font-size: 14px;
  top: auto;
  height: 1em;
  width: 1.28em;
}

.ui-jqgrid .ui-pg-button span.glyphicon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.ui-jqgrid-actions .glyphicon {
  padding: .1em;
}

.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.glyphicon {
  margin-top: -.125em;
  margin-left: -.275em;
}

.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close > span.glyphicon {
  margin-top: -.1em;
  margin-left: -.28em;
}

.tree-wrap > .treeclick {
  line-height: 1;
}

.tree-wrap > .treeclick.glyphicon {
  margin-top: -.2em;
  font-size: 12px;
}

.subgrid-data .ui-jqgrid-bootstrap .ui-jqgrid-bdiv .ui-jqgrid-btable, .subgrid-data .ui-jqgrid-bootstrap .ui-jqgrid-hdiv .ui-jqgrid-htable {
  background-color: transparent;
}

.subgrid-data .ui-jqgrid-legacy-subgrid {
  margin: 0;
}

/*# sourceMappingURL=ui.jqgrid.min.css.map */

/* style for input field with default text */
.defaultText {
  width: 300px;
  -moz-user-select: auto;
   -ms-user-select: auto;
       user-select: auto;
  -webkit-user-select: auto;
}

.defaultTextActive {
  color: #a1a1a1;
  font-style: italic;
}

/* alt row clase for jqGrid */
.vsjqAltRowClass {
  background-color: #DDDDDC;
  background-image: none;
}

/* filter class */
.vssearchFilterClass {
  width: 160px;
  margin-left: 4px;
}

.vsjqAltRowClass {
  background-color: #DDDDDC;
  background-image: none;
}

.genericTable {
  border: solid 1px #0072c2;
  border-spacing: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.vsDefLabel {
  font-size: 12px;
}

.vsMetaLabel {
  color: #295c89;
  font-weight: bold;
  /*  position: absolute; */
  /*  left: 5px */
}

.vsTabsHide {
  display: none;
}

.vsMetaLabelText {
  font-size: 12px;
  margin-left: 10px;
  float: left;
  /* word-break: break-word; */
  /* 	position: absolute; */
  /* 	left: 120px */
}

.expRulesText {
  font-size: 14px;
  margin-left: 10px;
  float: left;
}

ul.vsMetaInline li {
  display: inline-block;
  width: 380px;
}

ul.vsMetaInline2 li {
  display: inline-block;
  width: 285px;
}

ul.vsMetaInlineGrp li {
  list-style-type: square;
}

ul.vsMetaInlines li {
  display: inline-block;
  width: 190px;
}

ul.vsMetaInlines3 li {
  display: inline-block;
}

ul.vsMetaInline1 li {
  display: inline-block;
  width: 280px;
}

.vsDefVersionLabel {
  font-size: 12px;
  margin-left: 5px;
}

.jqBorderLessGrid .ui-widget-content {
  border: none !important;
}

.vslink {
  text-decoration: none;
  -webkit-text-decoration-color: #000099;
          text-decoration-color: #000099;
  cursor: pointer;
}

.vslinkUnderline {
  text-decoration: underline;
  -webkit-text-decoration-color: #000099;
          text-decoration-color: #000099;
  cursor: pointer;
}

.vslinkTDN {
  text-decoration: none;
}

.vslinkCs {
  cursor: text;
}

.vsbutton {
  background-color: #D1524C;
  color: #295c89;
  font-weight: bold;
  font-size: 10px;
}

.vsFilterlabel {
  font-weight: bold;
  font-size: 12px;
  color: #295c89;
}

.vsFilterText {
  margin-bottom: 3px;
  font-size: 10px;
  font-family: verdana !important;
  color: #e17009;
  font-weight: bold;
}

.vsDetailText {
  font-size: 10px;
  font-family: verdana !important;
  color: #e17009;
  font-weight: bold;
}

.vslogbut {
  position: absolute;
  right: 100px;
}

.vsloginLink {
  color: #3f76ac;
  text-decoration: none;
  font-size: 12px;
}

.vsloginLinkMedium {
  color: #3f76ac;
  text-decoration: none;
  font-size: 14px;
}

.vsloginLinkBig {
  color: #3f76ac;
  text-decoration: none;
  font-size: 18px;
}

.vslogText {
  padding-top: 2px;
  font-weight: normal;
}

.vsloginDlog {
  font-size: 14px;
  font-weight: bold;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}

/* search content */
.vsacSearchContainer {
  /* 	position: absolute; */
  /* 	left: 150px; */
  /* 	right: 150px; */
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-family: verdana !important;
  line-height: 1.6em;
}

/* help and welcome page content */
.vsacWelcomeContainer {
  /* 	position: absolute; */
  /* 	left: 150px; */
  /* 	right: 150px; */
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-family: verdana !important;
  line-height: 1.6em;
}

.vsacDownloadContainer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-family: verdana !important;
  line-height: 1.6em;
}

.vsacDownloadContainer .ui-tabs-vertical {
  width: 1190px;
}

.vsacDownloadContainer .ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 160px;
}

.vsacDownloadContainer .ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0;
}

.vsacDownloadContainer .ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
}

.vsacDownloadContainer .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
}

.vsacDownloadContainer .ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 1000px;
}

.vsacManagementContainer {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-family: verdana !important;
  line-height: 1.6em;
}

.vsacManagementContainer .ui-tabs-vertical {
  width: 1400px;
}

.vsacManagementContainer .ui-tabs-vertical > .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 160px;
}

.vsacManagementContainer .ui-tabs-vertical > .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0;
}

.vsacManagementContainer .ui-tabs-vertical > .ui-tabs-nav li a {
  display: block;
}

.vsacManagementContainer .ui-tabs-vertical > .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
}

.vsacManagementContainer .ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 1200px;
}

#welcomeContainer > div, #helpContainer > div {
  font-size: 12px;
  font-family: verdana !important;
  line-height: 1.6em;
}

.agTerminologyLinks a:link, .agTerminologyLinks a:visited, .agTerminologyLinks a:hover, .agTerminologyLinks a:active {
  color: #e17009;
}

.LineH {
  line-height: 1.6em;
}

.LineSpaceUL {
  margin-left: 14px;
}

.LineSpaceOL {
  margin-left: 18px;
}

/* #valueSetTabs { */
/* 	margin-left:200px */
/* } */
.ui-jqdialog-content .CaptionTD {
  vertical-align: top;
  border: 0px none;
  padding: 2px;
  white-space: nowrap;
}

.ui-jqdialog-content .DataTD {
  padding: 2px;
  border: 0px none;
  vertical-align: top;
}

.ui-jqdialog-content .form-view-data {
  white-space: normal;
}

.ui-layout-center {
  margin: 0px auto;
}

.ui-jqgrid {
  border-width: 1px;
  padding: 0px !important;
}

.CaptionTD {
  vertical-align: middle;
  border: 0px none;
  padding: 2px;
  white-space: normal !important;
}

a.glossaryterm {
  color: #e17009;
  text-decoration: none;
}

.vslog {
  /*margin-left:5px;*/
  border: 1px solid #ccc;
  padding: 2px;
  width: 175px;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 20px 4px;
  background: none;
}

.vs-force-wrap {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}

table.vsac-download {
  font-weight: bold;
  width: 100%;
  /*     height:160px; */
  border-top: 2px solid white;
  border-right: 2px solid white;
  margin: 1em auto;
  border-collapse: collapse;
  color: white;
}

table.vsac-download th {
  /* 	width:50%; */
  background: #1f497d;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  padding: .3em 1em;
  text-align: center;
}

table.vsac-download td {
  height: 30px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  padding: .3em .2em;
}

td.vsac-downloadTitle {
  background: #87b6d9;
}

table.vsac-download tr.even {
  background: #e9edf4;
}

table.vsac-download tr.odd {
  background: #d0d8e8;
}

table.ccda-download {
  /* font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; */
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #a6c9e2;
}

table.ccda-download th {
  font-weight: bold;
  background: #1f497d;
  padding: 0.3em 1em;
  color: white;
  border: 1px solid #a6c9e2;
  text-align: left;
}

table.ccda-download td {
  border: 1px solid #a6c9e2;
  color: #222;
}

table.ccda-download tr.even {
  background: #dddddc;
}

.vsac-downloadButton {
  border: 2px solid #557cac;
}

.vsac-downloadButton {
  background-color: #8eb4e3;
  border-radius: 5px;
  border: 2px solid #557cac;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 2px;
  cursor: pointer;
  margin-left: 2px;
}

.vsac-downloadButton:hover {
  background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
  color: ff8040;
}

.vsac-downloadButton:active {
  position: relative;
  top: 1px;
}

/* #cms-container button{
	width:200px;
} */
#login-dialog td {
  /* position:relative; */
  height: 25px;
  padding-bottom: 9px;
}

#authValueSetTabs li .ui-icon-close {
  float: left;
  margin: 0.4em 0.2em 0 0;
  cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0em;
  padding: 0;
  /*overflow: auto;*/
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
}

.authFieldHide {
  display: none;
}

.my-error-class {
  color: red;
}

.my-valid-class {
  color: green;
}

label.error {
  float: none;
  color: red;
  padding-left: .5em;
  display: block;
}

.codeError {
  color: red;
}

.ui-datepicker {
  font-size: 0.9em;
}

th.ui-th-column div {
  white-space: normal !important;
  height: auto !important;
  padding: 2px;
}

.vsExpansionText {
  margin-left: 40px;
}

.expHeader, .simHeader, .overlapAHeader, .overlapBHeader {
  border-bottom: 1px solid #CCC;
}

#importCode {
  max-height: 320px;
  overflow-y: auto;
}

fieldset.importCodePreview {
  width: 35%;
  float: left;
  margin-right: 10px;
}

fieldset.importCovidOidPreview {
  width: 350px;
  float: left;
  margin-right: 10px;
  overflow: auto;
  max-height: 320px;
  overflow-y: auto;
}

fieldset.fhirInfo {
  width: 150%;
  float: left;
  margin-right: 10px;
  overflow: auto;
  max-height: 320px;
  overflow-y: auto;
}

fieldset.importlfvsOidPreview {
  width: 350px;
  float: left;
  margin-right: 10px;
  overflow: auto;
  max-height: 320px;
  overflow-y: auto;
}

.tableCodeImportPreview {
  width: 300px;
  border: 1px solid #c5dbec;
}

.tableCodeImportPreview tr:nth-child(even) {
  background: #EEE;
}

#loadingmessage img {
  margin-left: 300px;
}

.pHeader {
  background-color: #FCFDFD;
  padding: 2px;
  cursor: pointer;
  font-weight: bold;
  color: #2e6e9e;
  width: 25%;
}

.collapsible {
  /** display: none; **/
  padding: 5px;
}

.announcement-hidden {
  display: none;
}

.announcement-shown {
  padding: 10px;
  margin-bottom: 10px;
}

.notice-hidden {
  display: none;
}

.notice-shown {
  margin-bottom: 10px;
  font-size: 90%;
  width: 40%;
  float: left;
}

.vsAuthoringSection {
  border: 1px solid #c6dced;
  padding-left: 2px;
  padding-bottom: 5px;
  /**margin-top: 5px;**/
  border-radius: 5px;
}

/*style the main menu*/
.userMenu {
  margin: 0;
  padding: 0;
}

.userMenu li {
  list-style: none;
  float: left;
  font: 12px Arial, Helvetica, sans-serif #111;
}

.userMenu li a:link, .userMenu li a:visited {
  display: block;
  text-decoration: none;
  background-color: #20558A;
  padding: 0.5em 1em;
  margin: 0;
  color: #fff;
}

.userMenu li a:hover {
  background-color: #e17009;
}

/*style the sub menu*/
.userMenu li ul {
  z-index: 999;
  visibility: hidden;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 6px;
  position: relative;
}

.userMenu li ul li {
  display: inline;
  float: none;
}

.userMenu li ul li a:link, .userMenu li ul li a:visited {
  background-color: #20558A;
  width: auto;
}

.userMenu li ul li a:hover {
  background-color: #e17009;
}

.keywordMgmtHeader, .groupManagementHeader {
  color: #e17009;
  font-size: 14px;
  font-weight: bold;
}

.blueHorizontalRule {
  height: 1px;
  border: 0px none;
  background-color: #7e9db8;
  margin: 5px 0 2px 0;
}

/*VSAC Grid System*/
.vsacGrid-20 {
  width: 20%;
}

.vsacGrid-30 {
  width: 30%;
}

.vsacGrid-35 {
  width: 35%;
}

.vsacGrid-40 {
  width: 40%;
}

.vsacGrid-50 {
  width: 50%;
}

.vsacGrid-60 {
  width: 60%;
}

.keywordExistBg {
  background-color: #98c0e7;
  border: 1px solid #a6c9e2;
}

.keySmallButton {
  height: 25px;
  padding: 0 !important;
}

.btnKeywordDetails {
  float: right;
  width: 90px;
  margin: 3px 0 3px 0;
  height: 25px;
  padding: 0 !important;
}

.collabDetailsSection {
  border: 1px solid #c6dced;
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
}

.collabSearchSection, .marginLeft5px {
  margin-left: 5px;
}

.collabElementHide {
  display: none;
}

.collabElementHide {
  display: none;
}

#postScheduleContainer {
  height: 110px;
  padding: 5px;
}

.floatElementLeft {
  float: left;
}

.floatElementRight {
  float: right;
}

ul.grpCheckBox li {
  display: inline-block;
  width: 500px;
}

ul.schInline li {
  display: inline-block;
  width: 240px;
}

.schGrid {
  margin-top: 35px;
}

.rightFloatButtons {
  position: absolute;
  right: 35px;
  top: 60px;
}

#postCollabDetailsDialog div, #postTargetReleaseDocsDialog div, #postMultipleCollabDetailsDialog div {
  margin-bottom: 5px;
}

#postCollabDetailsDialog textarea, #postTargetReleaseDocsDialog textarea, #postMultipleCollabDetailsDialog textarea {
  width: 570px;
  height: 50px;
}

#multiSiteCreationDialog textarea {
  width: 600px;
  height: 50px;
}

textarea#mSiteName {
  vertical-align: top;
  margin: 0px;
  width: 715px;
  height: 40px;
}

#postScheduleContainer {
  margin-left: 22px;
}

.collabDialogSiteName {
  width: 650px;
}

.collabDownMsg {
  color: red;
  text-align: center;
  margin-bottom: 5px;
}

.btnGrayDownload {
  background-color: #bdc3c7;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  padding: 2px 2px;
  cursor: pointer;
  margin-left: 2px;
}

.btnGrayDownload:hover {
  background: -moz-linear-gradient(center top, #949da4 5%, #bdc3c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949da4', endColorstr='#bdc3c7');
  color: #fff;
}

.btnGrayDownload:active {
  position: relative;
  top: 1px;
}

.unlockDownloadNotice {
  font-family: verdana;
  font-size: 12px;
}

.metaLeftSection {
  border: 1px solid #c6dced;
  padding-left: 2px;
  padding-bottom: 5px;
  border-radius: 5px;
}

.metaRightSection {
  border: 1px solid #c5dbec;
  float: right;
  width: 49%;
  padding-bottom: 5px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.intRightSection {
  float: right;
  width: 49%;
  padding-bottom: 5px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.pContent label {
  width: 140px;
  text-align: left;
  padding-left: 10px;
  display: inline-block;
}

.meta-hidden {
  display: none !important;
}

.txtMetaValue {
  font-weight: normal;
  float: none;
  margin-left: 10px;
  color: #222;
}

.metaTxtArea * {
  vertical-align: middle;
  word-wrap: break-word;
}

.noteTxtValue {
  font-weight: normal;
  margin-left: 10px;
  color: #222;
  float: right;
  width: 367px;
}

.vsMetaNewLine li {
  display: inline-block;
  margin-top: 0px;
}

.marginTop10 {
  margin-top: 0px;
}

.warningBanner {
  font-weight: normal;
  /* border-radius: .5em; */
  border: 2px solid #f8db72;
  background-color: #fdf4d2;
}

.wbHead {
  width: 110px;
  margin: 10px auto 10px auto;
  font-weight: bold;
  font-size: 14px;
  color: #e17009;
}

.wbMsg {
  font-size: 12px;
  padding: 0 10px 10px 10px;
}

#btnLogin {
  background: #ffa028;
  border-color: #ffa028;
  border-radius: 0px;
  color: #ffffff;
  font-weight: normal;
  width: 120px;
  float: left;
  margin-right: 1em;
}

#login-dialog p {
  margin: 0;
}

.loginForgetRegister {
  clear: both;
  margin-bottom: 1em;
}

.forgetDiv, .form-field {
  margin-bottom: 1em;
}

.forgetDiv a {
  text-decoration: none;
}

.requestUMLSLic {
  float: right;
  margin-right: 4px;
}

.purposeTxtValue {
  font-weight: normal;
  float: none;
  margin-left: 10px;
  color: #222;
  float: right;
  width: 310px;
}

.healthCheckHeader {
  color: #e17009;
  font-size: 14px;
  font-weight: bold;
}

.healthCheckOk {
  background-color: #e6ffe6;
}

.healthCheckError {
  background-color: #ff6666;
}

.retiredCms {
  /*color:#989C98;*/
  text-decoration: line-through;
}

.searchDetailsDisclaimerBox {
  /* width:970px; */
  margin-bottom: 10px;
  border: 1px solid #E5D16E;
  background: #FEFCB6;
  padding: 7px;
  font-size: 13px;
}

.covidInfo {
  /* margin-bottom: 10px; */
  background: #eee;
  padding: 20px;
  /*align-content: center;*/
  /* text-align: center;*/
}

.covidChkBox {
  float: left;
  padding: 20px;
  text-align: center;
}

.infoCheckbox {
  display: none;
}

.covidChkBoxlabel {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  padding-right: 20px;
}

[type="checkbox"] {
  vertical-align: middle;
  padding: 10px;
}

.covidDesc {
  margin-top: 15px;
  padding-top: 15px;
  font-family: 'Droid Sans', sans-serif !important;
  font-size: 14px !important;
}

.covidTitle {
  margin-bottom: 15px;
  font-family: 'Droid Sans', sans-serif !important;
  font-size: 18px !important;
}

.btnExpUsedDefVer {
  color: #2e6e9e;
  border: 1px solid #3a8ac6;
  background: #dfeffc 50% 50% repeat-x;
  margin: 3px 0px 3px 5px;
  font-size: 14px !important;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
}

.relLabelDrpDown {
  width: 195px;
  border: 1px solid #c5dbec;
  font-weight: bold;
  color: #2e6e9e;
  background: #dfeffc 50% 50% repeat-x;
  padding: 2px 0 2px 4px;
  margin-left: 0px;
}

.relLabelDrpDown option {
  background: white;
  color: #1d5987;
  font-size: 14px !important;
  line-height: 1.3;
}

.opacityHalf {
  opacity: 0.5;
}

.li-circle-bullet {
  margin-left: 50px;
}

.li-no-bullet {
  list-style-type: none;
}

.section-sorted-cms {
  margin-left: 40px;
}

.margin-left-30 {
  margin-left: 30px;
}

a.sorted-cms, a.sorted-cms:link, a.sorted-cms:visited, a.sorted-cms:hover, a.sorted-cms:focus {
  text-decoration: none;
  color: white;
}

a.sorted-vs, a.sorted-vs:link, a.sorted-vs:visited, a.sorted-vs:hover, a.sorted-vs:focus {
  text-decoration: none;
  color: white;
}

a.sorted-qdm, a.sorted-qdm:link, a.sorted-qdm:visited, a.sorted-qdm:hover, a.sorted-qdm:focus {
  text-decoration: none;
  color: white;
}

#welcome-tab {
  padding: 20px 0 0 0 !important;
}

#programCardsContainer {
  /*background-color: #25629f;*/
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 10px;
}

.innerPRCardSection {
  padding-top: 20px;
  /* padding-bottom: 25px; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prCard {
  background-color: white;
  width: 22% !important;
  /* width: 300px !important; */
  /* height: 260px; */
  margin-bottom: 25px;
  margin-left: 25px !important;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.prCard:first-child {
  margin-left: 0px;
}

.prCard__description {
  padding-top: 15px;
  height: 185px;
  overflow: hidden;
  line-height: 1.4em;
}

.prCard__searchBtn {
  width: 120px;
  margin-bottom: 6px;
  border-style: none;
  text-align: center;
}

.prCard__downloadBtn {
  font-weight: bold;
  margin-left: 30px;
  color: #2e6e9e !important;
}

.prCard__searchBtn:hover, .prCard__downloadBtn:hover, .prCard__searchBtn:focus, .prCard__downloadBtn:focus {
  border-style: none;
}

/* .slick-track {
	width: 975px !important;
}

.slick-slide {
	width: 325px !important;
} */
.prCard {
  -webkit-box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.3);
}

#searchCriteriaMain {
  margin-left: 10px;
  padding-left: 4px;
  padding-right: 2px;
}

#welcomeContent__title {
  text-align: center;
}

#toggleWelcomeIcons {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.orangeIconColor {
  color: #f68d2c;
}

.createPrSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 20px;
}

.createPrDoc {
  color: white !important;
  font-weight: bold;
}

#createPr__left {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding-left: 48px;
  /*color: white !important;*/
}

#createPr__right {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
}

#createPr__right a {
  padding-right: 5px;
}

/*CSS for posting multiple collaboration sites*/
.CollabMultPostVSContainer, .postRequestStatusContainer, .postReleaseDocSiteContainer {
  max-height: 30em;
  overflow-y: scroll;
}

.CollabPostTargetReleaseDocs {
  max-height: 24em;
}

table.CollabMultPostVS {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

table.CollabMultPostVS td, th {
  border: 2px solid #dddddd;
  text-align: left;
  padding: 4px;
}

table.CollabMultPostVS th {
  background-color: #5c9ccc;
  color: white;
}

.CollabMultPostVSWarn {
  background-color: #FF6666;
}

/*End of CSS for posting multiple collaboration sites*/
/*CSS for checking status of post to Collab Site*/
.PostRequestStatusTblContainer {
  max-height: 34em;
  overflow-y: scroll;
}

/*End of CSS for checking status of post to Collab Site*/
#clFocusVText, #desVText, #incVText, #excVText {
  word-wrap: break-word;
  max-width: 350px;
}

#noteSVText {
  word-wrap: break-word;
  max-width: 750px;
}

/* Group Management Dialog*/
.gmd__addUserSection {
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gmd__searchUserResultContainer {
  border: 1px solid #E0E0E0;
  width: 100% !important;
  /* margin-left: 25px !important; */
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.20); */
}

.gmd__setGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}

.gmd__searchUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}

.gmd__searchResult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

.gmd_AddBtnContainer {
  margin-top: 10px;
}

.gmdSearchUser__fnContainer, .gmdSearchUser__lnContainer, .gmdSearchUser__unContainer, .gmdSetGroup__unContainer, .gmdSetGroup__groupContainer {
  width: 45% !important;
}

#gmdSearchUser__searchBtn {
  margin-top: 6px;
}

#gmdSetGroup__group {
  overflow: auto;
}

#gmd__searchResultList .ui-selecting {
  background: #feca40;
}

#gmd__searchResultList .ui-selected {
  background: #f39814;
  color: white !important;
}

#gmd__searchResultList {
  list-style-type: none;
  padding: 0;
  width: 100%;
}

#gmd__searchResultList li {
  margin-top: 5px;
  padding: 5px;
  height: 16px;
  border: 1px solid #dddddd;
}

.gmdSearchResult__username {
  font-weight: bold;
}

#changeVSOwnership__stewardSection, #changeVSOwnership__authorSection {
  margin-top: 10px;
}

.numHighlight {
  padding: 4px;
  background-color: #A0A0A0;
  color: white;
  margin-right: 5px;
}

.btnContactStew {
  margin-bottom: 5px;
}

h3, h4, h5 {
  font-weight: bold !important;
}

h4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.vsac-link {
  text-decoration: underline;
}

.vsac-link-red {
  text-decoration: underline;
  color: #f50000 !important;
}

.login-text:hover {
  color: white;
  text-decoration: none;
}

.infoBanner {
  width: 534px;
  margin-bottom: 10px;
  border: 2px solid #a6c9e2;
  background: #E8FAFF;
  padding: 7px;
  font-size: 13px;
}

.center {
  margin: auto;
  width: 50%;
}

.authInfoBanner {
  width: 320px;
  margin-top: 5px;
  border: 2px solid #a6c9e2;
  background: #E8FAFF;
  padding: 2px;
  font-size: 11px;
}

.authInfoBannerCSSearch {
  width: 293px;
  height: 30px;
  margin-top: 100px;
  border: 2px solid #a6c9e2;
  background: #E8FAFF;
  padding: 2px;
  font-size: 10px;
}

.authInfoBannerCtxSearch {
  width: 329px;
  margin-top: 76px;
  border: 2px solid #a6c9e2;
  background: #E8FAFF;
  padding: 2px;
  font-size: 11px;
}

.apiResourceDoc {
  padding-top: 5px;
  color: white !important;
  font-weight: bold;
}

.vsMetaNewLine p, .vsDefMetaInline p, .vsMetaInline p, .vsDefMetaInline1 p, .vsDefMetaInline2 p {
  margin: 0;
}

fieldset.fieldset-border {
  border: 1px solid #c5dbec;
  padding: 0 6px 15px 6px;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

fieldset.fhirinfo-border {
  border: 1px solid #c5dbec;
  padding: 0 6px 0px 6px;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend.fieldset-border {
  font-size: inherit;
  font-weight: bold;
  text-align: left;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 10px;
}

legend.fieldset-border-int {
  font-size: inherit;
  font-weight: bold;
  text-align: left;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 4px;
}

.pContent {
  padding: 0 2px !important;
}

.userP-Link {
  margin-top: 23px;
}

/*Css for query builder rules*/
.custom-rule-value input {
  max-width: 80px;
}

.custom-rule-value {
  margin-right: 0px !important;
}

.rule-filter select[disabled] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  padding-left: 3px !important;
  padding-right: 0px !important;
}

/*Overwritten width of filter dropdown as auto is not working when enabling/disabling the dropdown*/
.rule-filter select {
  width: 86px !important;
  padding: 0px;
}

.custom-rule-operator select {
  min-width: 115px;
  max-width: 115px;
  padding: 0px;
}

.custom-rule-expand-select {
  margin-right: 0px;
}

.custom-rule-delete {
  margin-top: 7px;
}

i.glyphicon.glyphicon-asterisk.custom-rule-error {
  font-family: inherit;
}

.custom-rule-input-btn .input-group-btn > .btn {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 7px;
}

.input-group.custom-rule-input-btn {
  max-width: 120px;
  display: block;
}

/*End of Css for query builder rules*/
.intFilterOpSection {
  margin-top: 8px;
}

#intFilterWorkingListSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#intFilterInputSelectionList {
  margin-right: 10px;
}

.alert-info-grid {
  background-color: #ffffe5;
  color: black;
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
  text-align: center;
}

.alert-red-info-grid {
  background-color: #ffffe5;
  color: #ff0000;
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
  text-align: center;
}

.no-close-icon .ui-dialog-titlebar-close {
  display: none;
}

.custom-rule-filter-container {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.grpmgmuidialog {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-grp-mgmt-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog-title {
  width: 97% !important;
}

.lineSep {
  display: block;
  margin-top: 0em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.query-builder .rules-list.single > ::after, .query-builder .rules-list.single > ::before {
  border-style: none;
}

.rch-table {
  display: inline-block;
}

.rch-table th {
  border: none !important;
  color: #295c89;
  padding: 0px;
}

.rch-prop {
  min-width: 85px;
  padding-left: 2px !important;
}

.rch-op {
  min-width: 110px;
  padding-left: 12px !important;
}

.rch-code {
  min-width: 130px;
  padding-left: 30px !important;
}

.rch-prop-dd {
  min-width: 80px;
}

.rch-op-dd {
  min-width: 100px;
}

.rch-code-dd {
  min-width: 90px;
}

.ui-jqgrid-disablePointerEvents {
  pointer-events: none;
}

.is-selected {
  background-color: #FEFCB6 !important;
  border-color: #ffa028 !important;
}

.li-number {
  list-style-type: decimal;
  margin-left: 15px;
}

.li-number li {
  margin-bottom: 5px;
}

.li-circle {
  list-style-type: initial;
  margin-left: 30px;
}

.ui-jqgrid .ui-paging-info {
  display: table-row-group;
}

.ui-jqgrid .ui-pg-table td {
  font-weight: 400;
  vertical-align: middle;
  padding: 0px;
}

#srchExpVer {
  width: 275px;
}

.selected-clause {
  background-color: #FEFCB6 !important;
  border-color: #ffa028 !important;
}

.covid__searchBtn {
  margin-left: 10px;
  font: inherit;
  color: white;
  background: #f68d2c;
  text-align: center;
  outline: none;
  cursor: pointer;
  padding: 5px;
  border-style: none;
  width: 120px;
}

.relitemna__goBtn {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 2px;
  height: 22px;
  padding-top: 0pc;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #767676;
  -o-border-image: none;
     border-image: none;
}

.select2-results__option {
  padding: 0px;
  padding-left: 10px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: -4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  border-style: solid;
  margin-left: -6px;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
}

.detailViewMetaData {
  margin: 0;
  padding: 0;
  /*background-color: #f0f7fc;*/
  color: black;
  /*font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;*/
  font-size: 14px;
  /*border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;*/
}

#contextDialog {
  background-color: #fbfdff;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  margin: 0 10px 0 10px;
  border-radius: 5px;
  border: 1px solid #4297d7;
}

.evenGreenRow {
  border: 1px solid #dbdbdb;
  background-color: #e4edca;
}

.oddGreenRow {
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.evenBlueRow {
  border: 1px solid #dbdbdb;
  background-color: #e5f1f9;
}

.oddBlueRow {
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.evenGreyRow {
  border: 1px solid #dbdbdb;
  background-color: #e6e6e6;
}

.oddGreyRow {
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.node circle {
  cursor: pointer;
  stroke: #3182bd;
  stroke-width: 1.5px;
}

.node .nodecode {
  font-family: sans-serif;
  font-size: 0.6em;
  pointer-events: none;
}

.symbol {
  cursor: pointer;
  font-family: sans-serif;
  font-size: 1.0em;
}

line.link {
  fill: none;
  stroke: #9ecae1;
  stroke-width: 1.5px;
}

ul.detailViewMetaData li {
  display: inline-block;
  width: 160px;
}

.contextLabel {
  color: #295c89;
  font-weight: bold;
  margin: 0;
}

.contextLabelText {
  font-size: 12px;
  margin-left: 10px;
  float: left;
}

/*.contextGridTree.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
	padding-top:0.4em;
	padding-bottom:0.4em;

}*/
.jstree-wholerow-hovered, .jstree-hovered, .jstree-clicked, .jstree-wholerow-clicked {
  background: none repeat scroll 0 0 #a7cae4 !important;
}

.tree, .detail, .search, .umlsDetail, .workingList {
  border: 3px solid #d4e5f2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.treeHeader, .detailHeader, .searchHeader, .workingListHeader {
  background-color: #6ba6d1;
  padding: 6px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.searchBody, .umlsDescBody, .umlsSemBody, .umlsAtomBody, .workingListBody {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  margin: 4px;
  margin-right: 0;
  padding-right: 4px;
}

.detailBody {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  margin: 4px;
  margin-right: 0;
  padding-right: 4px;
}

.treeBody {
  overflow-x: auto;
  overflow-y: auto;
  height: auto;
  margin: 4px;
  margin-right: 0;
  /*margin-bottom:0;*/
}

.descSection, .heirarchySection, .termSection, .umlsDescSection, .umlsSemSection, .umlsAtomSection {
  /*margin:8px;*/
  margin-bottom: 15px;
  border: 1px solid #d4e5f2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/*.termSection{
	//margin:8px;
	margin-right:12px;
	margin-bottom:15px;
	padding-right:5px;
} */
.descHeader, .termHeader, .umlsDescHeader, .umlsSemHeader, .umlsAtomHeader {
  background-color: #6ba6d1;
  padding: 4px;
  color: #1d5987;
  font-weight: bold;
  font-size: 12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.hierarchyHeader {
  background-color: #6ba6d1;
  padding: 4px;
  color: #1d5987;
  font-weight: bold;
  font-size: 12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.descBody {
  padding: 15px;
}

/*#parentAccordion , #siblingAccordion, #childrenAccordion {
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
	font-weight:bold;
}

 #siblingAccordion {
	padding-bottom:15px;
 }*/
.LineH {
  padding: 0px !important;
  margin: 0px  !important;
}

/*html{
	overflow-x: hidden;
	overflow-y: hidden;
}*/
.ui-jqgrid .ui-jqgrid-bdiv {
  overflow: hidden;
}

.ui-accordion .ui-accordion-content {
  overflow: hidden;
}

a.formattedString {
  text-decoration: underline;
}

#jqContextMenu ul {
  width: 200px !important;
}

#gbox_termsGridTable, #gbox_childrenGridTable, #gbox_parentsGridTable, #gbox_siblingsGridTable {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.ui-widget {
  font-size: 12px;
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

#treeParents {
  margin-left: 15px;
  margin-bottom: 10px;
}

.parentIcon {
  color: green;
}

.ctxSrchOptView {
  padding: 5px 12px;
  border-radius: 100px;
  background: #F9AC67;
  /*font-weight:bold;*/
}

.ctxDetailView {
  padding: 0 12px;
}

.margin5px {
  margin: 5px;
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 3.5% !important;
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    width: 96.3% !important;
    padding: 0 !important;
  }
}

.tooltip-inner {
  width: 100px;
}

#historyDialog {
  padding-left: 0;
}

.ctxHistory li {
  display: block;
  padding-bottom: 5px;
}

.ctxHistory li span {
  color: #E17009;
}

.ctxHistory li a {
  font-size: 13px;
  color: #337ab7;
}

.btn-group {
  float: right;
}

.popover {
  width: 240px;
  margin: 30px;
}

.arrow-up {
  float: right;
  margin: 0px 0px 0px 0px;
  font-size: 9px;
}

.arrow-down {
  float: right;
  margin: 0px 0px 0px 0px;
  font-size: 9px;
}

.showOnActive {
  -webkit-box-shadow: 4px 2px 2px 4px #e59585 inset;
          box-shadow: 4px 2px 2px 4px #e59585 inset;
}

.boxShadow {
  -webkit-box-shadow: 2px 2px 2px #e59585;
          box-shadow: 2px 2px 2px #e59585;
}

.showOnActive1 {
  -webkit-box-shadow: 2px 2px 2px 2px #94e28a inset;
          box-shadow: 2px 2px 2px 2px #94e28a inset;
}

.boxShadow1 {
  -webkit-box-shadow: 2px 2px 2px #94e28a;
          box-shadow: 2px 2px 2px #94e28a;
}

.showCheck {
  visibility: visible;
}

.hideCheck {
  visibility: hidden;
}

.delButton {
  margin-right: 325px !important;
}

body {
  overflow-x: hidden;
}

.invalidGrid .ui-widget-header {
  background: #862a2a;
  border: 1px solid #e3a1a1;
  color: #fff;
  font-weight: bold;
}

.invalidGrid .ui-state-default, .invalidGrid .ui-widget-content .ui-state-default, .invalidGrid .ui-widget-header .ui-state-default {
  background: #eee;
  border: 1px solid #d8dcdf;
  color: #004276;
  font-weight: bold;
}

.invalidGrid .ui-widget-content {
  background: #fff;
  border: 1px solid #eee;
  color: #333;
}

.hideDialog {
  display: none;
}

.contextLoader {
  position: absolute;
  top: 200px !important;
  left: 45% !important;
  width: auto !important;
  z-index: 101;
  padding: 6px !important;
  margin: 5px !important;
  text-align: center !important;
  font-weight: bold !important;
  border-width: 2px !important;
  font-size: 11px !important;
  color: #e17009 !important;
  background: #f5f8f9 !important;
  border: 1px solid #79b7e7 !important;
}

* {
  margin: 0;
  padding: 0;
}

.logo {
  float: left;
  margin-right: 1px;
}

#header {
  /*background:url(nih_ray.png) no-repeat;*/
  /*margin:1px 0 1px;*/
  overflow: hidden;
  /*padding:0 1px 0 1px;*/
}

#header-sub {
  /* 	background:url(bg-big.jpg) repeat-x #8595AE; */
  /* 	margin:1px 0; */
  /* 	overflow:hidden; */
  /* 	padding:10px 10px 10px 10px; */
  background: none;
  margin: 10px 0;
  overflow: hidden;
  padding: 0 5px 0 5px;
  height: 60px;
}

.slug {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  width: 360px;
  padding: 0 0 0 5px;
  float: left;
  margin-right: 30px;
  /*text-shadow:2px 2px 2px #000000;
	filter: DropShadow(Color=#000000, OffX=2, OffY=2, Positive=1);*/
}

.slug .slug-title {
  font-size: 1.4em;
  font-style: normal;
  margin-bottom: 5px;
  color: #FFF;
  font-weight: bold;
}

.slug .slug-int {
  font-size: 1.1em;
  font-style: normal;
  color: #FFF;
  font-weight: bold;
}

.slug a, .slug a:hover, .slug .slug-title a, .slug .slug-title a:hover, .slug .slug-int a, .slug .slug-int a:hover {
  color: #FFF;
  text-decoration: none;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  /*background: #20558A;*/
  padding: 10px 5px;
  overflow: hidden;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  color: #FFF;
  /*font-size:1em;*/
}

#footer-sub a {
  color: white !important;
}

#footer-sub a:visited {
  text-decoration: none !important;
}

#footer-sub {
  /*border-top:2px solid #333;*/
  /* background:#FFF; */
  padding-top: 40px;
  overflow: hidden;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  /* 	font-size:1em; */
}

#text-white {
  color: white !important;
}

#footer-info {
  font-size: 10px;
  /* 	font-size:.65em; */
  width: 450px;
  float: left;
}

#footer-usa {
  float: left;
  width: 110px;
  padding-top: 15px;
}

#footer-review {
  float: right;
  width: 350px;
  font-size: 10px;
  /* 	font-size:.65em; */
  text-align: right;
}

body {
  background-color: #20558A !important;
  /* background:url(vsac-bg.png) repeat-x scroll 0 0 #667B9A; */
  font: normal 12px Verdana, Helvetica, Arial, sans-serif;
  text-align: left;
}

#wrapper {
  margin: 0 auto;
  width: 1248px;
}

#container {
  background: none;
  font-size: 1.3em;
  margin: 1px 0;
  width: 1248px;
  /* 	overflow:hidden; */
}

#main-body {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #cadffe;
}

#login-wrapper, #logout-wrapper, #contactus-wrapper {
  float: right;
  padding: 5px;
  margin: 0;
  width: 300px;
  /*text-shadow:2px 2px 2px #000000;
	filter: DropShadow(Color=#000000, OffX=2, OffY=2, Positive=1);*/
  color: #FFF;
  font-size: 0.85em;
  text-align: right;
  font-style: normal;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}

.login-text {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.jstree-node, .jstree-children, .jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.jstree-node {
  white-space: nowrap;
}

.jstree-anchor {
  display: inline-block;
  color: #333;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}

.jstree-anchor:focus {
  outline: 0;
}

.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

.jstree-ocl {
  cursor: pointer;
}

.jstree-leaf > .jstree-ocl {
  cursor: default;
}

.jstree .jstree-open > .jstree-children {
  display: block;
}

.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
  display: none;
}

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}

.jstree-no-icons .jstree-themeicon, .jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}

.jstree-rtl .jstree-node {
  margin-left: 0;
}

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}

.jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
  position: relative;
}

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vakata-context {
  display: none;
}

.vakata-context, .vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -webkit-box-shadow: 2px 2px 2px #999;
  box-shadow: 2px 2px 2px #999;
}

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

.vakata-context li {
  list-style: none;
  display: inline;
}

.vakata-context li > a {
  display: block;
  padding: 0 2em;
  text-decoration: none;
  width: auto;
  color: #000;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 #fff;
  -webkit-text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 #fff;
  border-radius: 1px;
}

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

.vakata-context li > a.vakata-context-parent {
  background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);
  background-position: right center;
  background-repeat: no-repeat;
}

.vakata-context li > a:focus {
  outline: 0;
}

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
  background: #fff;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}

.vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: 0 0;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: #fff;
  margin: 0 .5em 0 0;
  border-left: 1px solid #e2e3e3;
}

.vakata-context .vakata-contextmenu-shortcut {
  font-size: .8em;
  color: silver;
  opacity: .5;
  display: none;
}

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);
  background-position: left center;
  background-repeat: no-repeat;
}

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 .5em;
  border-left-color: #fff;
  background: #e2e3e3;
}

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}

#jstree-dnd .jstree-icon, #jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

#jstree-dnd .jstree-ok {
  background: green;
}

#jstree-dnd .jstree-er {
  background: red;
}

#jstree-dnd .jstree-copy {
  margin: 0 2px;
}

.jstree-proton .jstree-node, .jstree-proton .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}

.jstree-proton .jstree-anchor, .jstree-proton .jstree-wholerow {
  -webkit-transition: background-color .15s,color .15s,-webkit-box-shadow .15s;
  transition: background-color .15s,color .15s,-webkit-box-shadow .15s;
  transition: background-color .15s,box-shadow .15s,color .15s;
  transition: background-color .15s,box-shadow .15s,color .15s,-webkit-box-shadow .15s;
}

.jstree-proton .jstree-hovered {
  background: #76b6ec;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px #76b6ec;
          box-shadow: inset 0 0 1px #76b6ec;
}

.jstree-proton .jstree-clicked {
  background: #3392e3;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px #3392e3;
          box-shadow: inset 0 0 1px #3392e3;
}

.jstree-proton .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}

.jstree-proton .jstree-disabled {
  background: 0 0;
  color: #666;
}

.jstree-proton .jstree-disabled.jstree-hovered {
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-proton .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-proton .jstree-disabled > .jstree-icon {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  -webkit-filter: grayscale(100%);
}

.jstree-proton .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: 700;
}

.jstree-proton .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}

.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked {
  background: 0 0;
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #76b6ec;
  color: #fff;
}

.jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: 0 0;
  color: inherit;
}

.jstree-proton.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #76b6ec;
  color: #fff;
}

.jstree-proton > .jstree-striped {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat;
}

.jstree-proton > .jstree-wholerow-ul .jstree-hovered, .jstree-proton > .jstree-wholerow-ul .jstree-clicked {
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.jstree-proton .jstree-wholerow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jstree-proton .jstree-wholerow-hovered {
  background: #76b6ec;
}

.jstree-proton .jstree-wholerow-clicked {
  background: #3392e3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3392e3), to(#3392e3));
  background: linear-gradient(to bottom, #3392e3 0, #3392e3 100%);
}

.jstree-proton .jstree-node {
  min-height: 22px;
  line-height: 22px;
  margin-left: 22px;
  min-width: 22px;
}

.jstree-proton .jstree-anchor {
  line-height: 22px;
  margin: 1px 0 2px;
  height: 22px;
}

.jstree-proton .jstree-icon {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.jstree-proton .jstree-icon:empty {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.jstree-proton.jstree-rtl .jstree-node {
  margin-right: 22px;
}

.jstree-proton .jstree-wholerow {
  height: 22px;
}

.jstree-proton .jstree-node, .jstree-proton .jstree-icon {
  background-size: 320px 96px;
  background-image: url(/img/img-20e2f9.png);
}

.jstree-proton .jstree-node {
  background-position: -293px -5px;
  background-repeat: repeat-y;
}

.jstree-proton .jstree-last {
  background: 0 0;
}

.jstree-proton .jstree-open > .jstree-ocl {
  background-position: -133px -5px;
}

.jstree-proton .jstree-closed > .jstree-ocl {
  background-position: -101px -5px;
}

.jstree-proton .jstree-leaf > .jstree-ocl {
  background-position: -69px -5px;
}

.jstree-proton .jstree-themeicon {
  background-position: -261px -7px;
}

.jstree-proton > .jstree-no-dots .jstree-node, .jstree-proton > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

.jstree-proton > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -37px -5px;
}

.jstree-proton > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -5px -5px;
}

.jstree-proton .jstree-disabled {
  background: 0 0;
}

.jstree-proton .jstree-disabled.jstree-hovered {
  background: 0 0;
}

.jstree-proton .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-proton .jstree-checkbox {
  background-position: -165px -5px;
}

.jstree-proton .jstree-checkbox:hover {
  background-position: -165px -37px;
}

.jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-proton .jstree-checked > .jstree-checkbox {
  background-position: -229px -5px;
}

.jstree-proton.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-proton .jstree-checked > .jstree-checkbox:hover {
  background-position: -229px -37px;
}

.jstree-proton .jstree-anchor > .jstree-undetermined {
  background-position: -197px -5px;
}

.jstree-proton .jstree-anchor > .jstree-undetermined:hover {
  background-position: -197px -37px;
}

.jstree-proton > .jstree-striped {
  background-size: auto 44px;
}

.jstree-proton.jstree-rtl .jstree-node {
  background-size: 320px 96px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

.jstree-proton.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-proton.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -133px -37px;
}

.jstree-proton.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -101px -37px;
}

.jstree-proton.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -69px -37px;
}

.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-proton.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -37px -37px;
}

.jstree-proton.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -5px -37px;
}

.jstree-proton .jstree-themeicon-custom {
  background-color: transparent;
  background-size: 320px 96px;
  background-image: none;
  background-position: 0 0;
}

.jstree-proton > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/img/img-9ed466.gif) center center no-repeat;
}

.jstree-proton .jstree-file {
  background: url(/img/img-20e2f9.png) -101px -69px no-repeat;
}

.jstree-proton .jstree-folder {
  background: url(/img/img-20e2f9.png) -261px -5px no-repeat;
}

.jstree-proton > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

#jstree-dnd.jstree-proton {
  line-height: 22px;
  padding: 0 4px;
}

#jstree-dnd.jstree-proton .jstree-ok, #jstree-dnd.jstree-proton .jstree-er {
  background-size: 320px 96px;
  background-image: url(/img/img-20e2f9.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

#jstree-dnd.jstree-proton i {
  background: 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

#jstree-dnd.jstree-proton .jstree-ok {
  background-position: -5px -69px;
}

#jstree-dnd.jstree-proton .jstree-er {
  background-position: -37px -69px;
}

.jstree-proton.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
}

.jstree-proton.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-proton-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}

.jstree-proton-small .jstree-anchor {
  line-height: 18px;
  margin: 1px 0 2px;
  height: 18px;
}

.jstree-proton-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.jstree-proton-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.jstree-proton-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}

.jstree-proton-small .jstree-wholerow {
  height: 18px;
}

.jstree-proton-small .jstree-node, .jstree-proton-small .jstree-icon {
  background-size: 320px 96px;
  background-image: url(/img/img-20e2f9.png);
}

.jstree-proton-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}

.jstree-proton-small .jstree-last {
  background: 0 0;
}

.jstree-proton-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}

.jstree-proton-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}

.jstree-proton-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}

.jstree-proton-small .jstree-themeicon {
  background-position: -263px -9px;
}

.jstree-proton-small > .jstree-no-dots .jstree-node, .jstree-proton-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

.jstree-proton-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}

.jstree-proton-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}

.jstree-proton-small .jstree-disabled {
  background: 0 0;
}

.jstree-proton-small .jstree-disabled.jstree-hovered {
  background: 0 0;
}

.jstree-proton-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-proton-small .jstree-checkbox {
  background-position: -167px -7px;
}

.jstree-proton-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}

.jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-proton-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}

.jstree-proton-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-proton-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}

.jstree-proton-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}

.jstree-proton-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}

.jstree-proton-small > .jstree-striped {
  background-size: auto 36px;
}

.jstree-proton-small.jstree-rtl .jstree-node {
  background-size: 320px 96px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

.jstree-proton-small.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-proton-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}

.jstree-proton-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}

.jstree-proton-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}

.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}

.jstree-proton-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}

.jstree-proton-small .jstree-themeicon-custom {
  background-color: transparent;
  background-size: 320px 96px;
  background-image: none;
  background-position: 0 0;
}

.jstree-proton-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/img/img-9ed466.gif) center center no-repeat;
}

.jstree-proton-small .jstree-file {
  background: url(/img/img-20e2f9.png) -103px -71px no-repeat;
}

.jstree-proton-small .jstree-folder {
  background: url(/img/img-20e2f9.png) -263px -7px no-repeat;
}

.jstree-proton-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

#jstree-dnd.jstree-proton-small {
  line-height: 18px;
  padding: 0 4px;
}

#jstree-dnd.jstree-proton-small .jstree-ok, #jstree-dnd.jstree-proton-small .jstree-er {
  background-size: 320px 96px;
  background-image: url(/img/img-20e2f9.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

#jstree-dnd.jstree-proton-small i {
  background: 0 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

#jstree-dnd.jstree-proton-small .jstree-ok {
  background-position: -7px -71px;
}

#jstree-dnd.jstree-proton-small .jstree-er {
  background-position: -39px -71px;
}

.jstree-proton-small.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==);
}

.jstree-proton-small.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-proton-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}

.jstree-proton-large .jstree-anchor {
  line-height: 32px;
  margin: 1px 0 2px;
  height: 32px;
}

.jstree-proton-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.jstree-proton-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.jstree-proton-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}

.jstree-proton-large .jstree-wholerow {
  height: 32px;
}

.jstree-proton-large .jstree-node, .jstree-proton-large .jstree-icon {
  background-size: 320px 96px;
  background-image: url(/img/img-20e2f9.png);
}

.jstree-proton-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y;
}

.jstree-proton-large .jstree-last {
  background: 0 0;
}

.jstree-proton-large .jstree-open > .jstree-ocl {
  background-position: -128px 0;
}

.jstree-proton-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0;
}

.jstree-proton-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0;
}

.jstree-proton-large .jstree-themeicon {
  background-position: -256px -2px;
}

.jstree-proton-large > .jstree-no-dots .jstree-node, .jstree-proton-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

.jstree-proton-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0;
}

.jstree-proton-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0;
}

.jstree-proton-large .jstree-disabled {
  background: 0 0;
}

.jstree-proton-large .jstree-disabled.jstree-hovered {
  background: 0 0;
}

.jstree-proton-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}

.jstree-proton-large .jstree-checkbox {
  background-position: -160px 0;
}

.jstree-proton-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}

.jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-proton-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0;
}

.jstree-proton-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-proton-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}

.jstree-proton-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0;
}

.jstree-proton-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}

.jstree-proton-large > .jstree-striped {
  background-size: auto 64px;
}

.jstree-proton-large.jstree-rtl .jstree-node {
  background-size: 320px 96px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

.jstree-proton-large.jstree-rtl .jstree-last {
  background: 0 0;
}

.jstree-proton-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}

.jstree-proton-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}

.jstree-proton-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}

.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}

.jstree-proton-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px;
}

.jstree-proton-large .jstree-themeicon-custom {
  background-color: transparent;
  background-size: 320px 96px;
  background-image: none;
  background-position: 0 0;
}

.jstree-proton-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/img/img-9ed466.gif) center center no-repeat;
}

.jstree-proton-large .jstree-file {
  background: url(/img/img-20e2f9.png) -96px -64px no-repeat;
}

.jstree-proton-large .jstree-folder {
  background: url(/img/img-20e2f9.png) -256px 0 no-repeat;
}

.jstree-proton-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

#jstree-dnd.jstree-proton-large {
  line-height: 32px;
  padding: 0 4px;
}

#jstree-dnd.jstree-proton-large .jstree-ok, #jstree-dnd.jstree-proton-large .jstree-er {
  background-size: 320px 96px;
  background-image: url(/img/img-20e2f9.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

#jstree-dnd.jstree-proton-large i {
  background: 0 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#jstree-dnd.jstree-proton-large .jstree-ok {
  background-position: 0 -64px;
}

#jstree-dnd.jstree-proton-large .jstree-er {
  background-position: -32px -64px;
}

.jstree-proton-large.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==);
}

.jstree-proton-large.jstree-rtl .jstree-last {
  background: 0 0;
}

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 30px;
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: 0 0;
    width: 30px;
    height: 30px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(/img/img-561681.png);
    background-position: 0 -150px;
    background-size: 90px 180px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(/img/img-561681.png);
    background-position: -30px -150px;
    background-size: 90px 180px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}

@media (max-width: 768px) {
  .jstree-proton-responsive .jstree-container-ul {
    overflow: hidden;
  }
  .jstree-proton-responsive .jstree-icon {
    background-image: url(/img/img-561681.png);
    background-size: 90px 180px;
  }
  .jstree-proton-responsive .jstree-node, .jstree-proton-responsive .jstree-leaf > .jstree-ocl {
    background: 0 0;
  }
  .jstree-proton-responsive .jstree-node {
    min-height: 30px;
    line-height: 30px;
    margin-left: 30px;
    min-width: 30px;
    white-space: nowrap;
  }
  .jstree-proton-responsive .jstree-anchor {
    line-height: 38px;
    height: 38px;
    margin: 0;
  }
  .jstree-proton-responsive .jstree-icon, .jstree-proton-responsive .jstree-icon:empty {
    margin-top: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .jstree-proton-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-proton-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 30px;
  }
  .jstree-proton-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-proton-responsive .jstree-ocl, .jstree-proton-responsive .jstree-themeicon, .jstree-proton-responsive .jstree-checkbox {
    background-size: 90px 180px;
  }
  .jstree-proton-responsive .jstree-leaf > .jstree-ocl {
    background: 0 0;
  }
  .jstree-proton-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-proton-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -30px !important;
  }
  .jstree-proton-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -30px 0 !important;
  }
  .jstree-proton-responsive .jstree-themeicon {
    background-position: -30px -30px;
  }
  .jstree-proton-responsive .jstree-checkbox, .jstree-proton-responsive .jstree-checkbox:hover {
    background-position: -30px -60px;
  }
  .jstree-proton-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-proton-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-proton-responsive .jstree-checked > .jstree-checkbox, .jstree-proton-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -60px;
  }
  .jstree-proton-responsive .jstree-anchor > .jstree-undetermined, .jstree-proton-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -90px;
  }
  .jstree-proton-responsive > .jstree-striped {
    background: 0 0;
  }
  .jstree-proton-responsive .jstree-wholerow-ul li {
    position: relative;
  }
  .jstree-proton-responsive .jstree-wholerow-ul .jstree-wholerow {
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    width: auto;
    height: 100%;
  }
  .jstree-proton-responsive .jstree-wholerow {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.02);
    height: 30px;
  }
  .jstree-proton-responsive .jstree-wholerow-hovered {
    background: #76b6ec;
  }
  .jstree-proton-responsive .jstree-wholerow-clicked {
    background: #3392e3;
  }
  .jstree-proton-responsive .jstree-children .jstree-open + .jstree-open {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .jstree-proton-responsive .jstree-node, .jstree-proton-responsive .jstree-icon, .jstree-proton-responsive .jstree-node > .jstree-ocl, .jstree-proton-responsive .jstree-themeicon, .jstree-proton-responsive .jstree-checkbox {
    background-image: url(/img/img-561681.png);
    background-size: 90px 180px;
  }
  .jstree-proton-responsive .jstree-node {
    background-position: -60px 0;
    background-repeat: repeat-y;
  }
  .jstree-proton-responsive .jstree-last {
    background: 0 0;
  }
  .jstree-proton-responsive .jstree-leaf > .jstree-ocl {
    background-position: -30px -90px;
  }
  .jstree-proton-responsive .jstree-last > .jstree-ocl {
    background-position: -30px -120px;
  }
  .jstree-proton-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-proton-responsive .jstree-file {
    background: url(/img/img-561681.png) 0 -120px no-repeat;
    background-size: 90px 180px;
  }
  .jstree-proton-responsive .jstree-folder {
    background: url(/img/img-561681.png) -30px -30px no-repeat;
    background-size: 90px 180px;
  }
  .jstree-proton-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

@font-face {
  font-family: 'Titillium Web';
  src: url(/font/font-1d6246.eot);
  src: url(/font/font-1d6246.eot?#iefix) format("embedded-opentype"), url(/font/font-7d622d.woff) format("woff"), url(/font/font-70f1d1.ttf) format("truetype"), url(/font/font-521441.svg#titillium_webthin) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Titillium Web';
  src: url(/font/font-6f3bc6.eot);
  src: url(/font/font-6f3bc6.eot?#iefix) format("embedded-opentype"), url(/font/font-9a3eda.woff) format("woff"), url(/font/font-4027c7.ttf) format("truetype"), url(/font/font-3e3895.svg#titillium_webregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Titillium Web';
  src: url(/font/font-6378f8.eot);
  src: url(/font/font-6378f8.eot?#iefix) format("embedded-opentype"), url(/font/font-a00c9f.woff) format("woff"), url(/font/font-835e1e.ttf) format("truetype"), url(/font/font-5053fd.svg#titillium_webbold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Titillium Web';
    src: url(/font/font-521441.svg#titillium_webthin) format("svg");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Titillium Web';
    src: url(/font/font-3e3895.svg#titillium_webregular) format("svg");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Titillium Web';
    src: url(/font/font-5053fd.svg#titillium_webbold) format("svg");
    font-weight: 700;
    font-style: normal;
  }
}

.jstree-proton {
  font-family: 'Titillium Web',sans-serif,Arial,sans-serif;
}

body, .ui-widget, .contextLabelText, .vsDefLabel, .descHeader, .hierarchyHeader, .termHeader, .jstree-proton, .umlsDescHeader, .umlsSemHeader, .umlsAtomHeader, #contactus-wrapper, #login-wrapper, #logout-wrapper, .ui-jqgrid .ui-jqgrid-titlebar, .ui-jqgrid > .ui-jqgrid-view, .vsDefLabel, .vsFilterlabel, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: 'Droid Sans', sans-serif !important;
  font-size: 14px !important;
}

.vsFilterText {
  font-family: 'Droid Sans', sans-serif !important;
  font-size: 12px !important;
}

#bAQueryButton, #bAQuery, #bUMLSQuery, #bUMLSQueryButton {
  font-size: 12px !important;
}

.headerLabel {
  margin-bottom: 10px !important;
  font-weight: bold;
  font-size: 15px;
}

#contextDialog, .detail, .search, .tree, .umlsDetail, .detailHeader, .searchHeader, .workingListHeader, .workingList, .treeHeader, .descHeader, .hierarchyHeader, .termHeader, .umlsDescHeader, .umlsSemHeader, .umlsAtomHeader, .ui-corner-all, .ui-corner-bottom, .ui-corner-top, .ui-corner-right, .ui-corner-br, .ui-corner-left, .ui-corner-bl, .ui-corner-right, .ui-corner-tr, .ui-corner-tl, .list-group-item:last-child, .list-group-item:first-child, .descSection, .heirarchySection, .termSection, .umlsDescSection, .umlsSemSection, .umlsAtomSection {
  border-radius: 0px !important;
}

#contextDialog {
  margin: 0 10px 0 10px;
}

#directRestURL {
  font-weight: normal !important;
  width: 65%;
  padding: 5px;
}

.detailSearch {
  padding-right: 6px;
}

#directCodeFormatLabel {
  padding-right: 8px;
}

#bAQueryButton {
  padding: 6px 4px;
}

