gateway-applications/src/main/resources/applications/knoxauth/app/styles/knox.css [903:1311]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.form-actions.form-asset {
  padding-left: 360px;
}

.form-actions.form-policy {
  padding-left: 180px;
}
/* jquery tagit css over-ride */
ul.tagit li.tagit-choice-editable {
  padding: 3px 5px 3px 18px;
}

ul.tagit li.tagit-choice {
  line-height: 13px;
  font-size: 13px;
  color: #333;
  word-break: break-all;
}

ul.tagit li.tagit-choice .tagit-close {
  left: 0;
  display: block;
  width: 12px;
  height: 13px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #aaa !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee)) !important;
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
}

.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 {
  border: 0 !important;
  color: #fff !important;
  background: #3ea211 !important;
}

.ui-menu .ui-menu-item a {
  border-radius: 0 !important;
}

table.backgrid tr > td > .label {
  float: left;
  margin: 0 3px 2px 0;
}

.control-group.search-by .dropdown-menu {
  min-width: 75px;
}

.control-group.search-by .dropdown-menu li {
  margin-right: 0px;
}
.control-group.search-by .dropdown-menu > li > a { 
  min-width: 75px;
}

ul.tagit {
  width: 300px;
  border: 1px solid #c4c4c4;
  border-top-color: #aaa;
}

ul.tagit input[type="text"] {
  width: 300px;
  padding-right: 25px;
}

.ui-widget-content {
  background: #fff;
  overflow: auto;
  max-height: 200px;
}

.link-tag {
  display: inline-block;
  background-color: #F7FDFF;
  text-decoration: none;
  padding: 0.1em 0.8em;
  border: 1px solid #C0D4DB;
  border-radius: 15px;
  margin-top: 4px;
}

.btn-top {
  position: fixed;
  bottom: 3px;
  right: 5px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  display: none;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  padding: 5px 10px;
  border-radius: 3px;
}

.btn-top:hover {
  text-decoration: none;
}

.m-top-10 {
  margin-top: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.tab-content.user-profile-tab-content {
  border: 1px solid #ddd;
  padding: 8px 32px 32px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
  background-color: #FFF;
}

.select2-results {
  overflow-x: auto;
}
/* Tab */
ul.tabs {
  list-style-type: none;
  line-height: 35px;
  max-height: 35px;
  overflow: hidden;
  display: inline-block;
  margin: 0;
}

ul.tabs > li.active {
  z-index: 2;
  background: #efefef;
}

ul.tabs > li {
  float: right;
  margin: 5px 5px 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 0 15px;
  /* height: 170px; */
  background: #ddd;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  max-width: 200px;
}

ul.tabs > li > a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #222;
}
.controls-row .tags {
  width: 225px;
  max-height: 180px;
  overflow-y: auto;
}

.controls-row .link-tag {
  vertical-align: top;
}

/* controlling table width */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #dddddd;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
  margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-responsive > .table-bordered {
  border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/* Table Scroll Design */
.tableBorder {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fff;
}
.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 9px;
  background-color: #E0E0E0;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
}
.formHeader {
  padding: 2px 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  white-space: nowrap;
  border-bottom: 1px solid #64a424;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #57A6EE;
  border-radius: 3px; */
}

/* breadcrumb flat */
.breadcrumb-flat {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.breadcrumb-flat .icon {
  font-size: 14px;
}
.breadcrumb-flat li {
  float: left;
  line-height: 26px;
  height: 26px;
}
.breadcrumb-flat li a {
  color: #FFF;
  display: block;
  background: #64a424;
  text-decoration: none;
  position: relative;
  height: 22px;
  line-height: 22px;
  padding: 0 10px 0 3px;
  text-align: center;
  margin-right: 23px;
}
.breadcrumb-flat li:nth-child(even) a {
  background-color: #46662a;
}
.breadcrumb-flat li:nth-child(even) a:before {
  border-color: #46662a;
  border-left-color: transparent;
}
.breadcrumb-flat li:nth-child(even) a:after {
  border-left-color: #46662a;
}
.breadcrumb-flat li:first-child a {
  padding-left: 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.breadcrumb-flat li:first-child a:before {
  border: none;
}
.breadcrumb-flat li:last-child a {
  padding-right: 15px;
}
.breadcrumb-flat li:last-child a:after {
}
.breadcrumb-flat li a:before, .breadcrumb-flat li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #64a424;
  border-width: 11px 10px;
  width: 0;
  height: 0;
}
.breadcrumb-flat li a:before {
  left: -20px;
  border-left-color: transparent;
}
.breadcrumb-flat li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #64a424;
}
.breadcrumb-flat li a:hover {
  background-color: #46662a;
}
.breadcrumb-flat li a:hover:before {
  border-color: #46662a;
  border-left-color: transparent;
}
.breadcrumb-flat li a:hover:after {
  border-left-color: #46662a;
}
.breadcrumb-flat li a:active {
  background-color: #46662a;
}
.breadcrumb-flat li a:active:before {
  border-color: #46662a;
  border-left-color: transparent;
}
.breadcrumb-flat li a:active:after {
  border-left-color: #46662a;
}
.reportSearchHeader {
  margin-bottom: 18px;
  margin-left: 1px;
  padding: 8px 5px;
  background-color: #f5f5f5;
}

/* loading indicator for button */
.btn-spinner {
  position: relative;
  overflow: hidden;
}

.btn-spinner .icon-spin {
  position: absolute;
  top: 10%;
  left: 33%;
  opacity: 0;
}
.btn-spinner[data-loading] > span {
  opacity: 0;
}
.btn-spinner[data-loading] .icon-spin {
  opacity: 1;
  font-size: 22px;
}
.newScroll::-webkit-scrollbar-track, 
.select2-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.newScroll::-webkit-scrollbar,
.select2-results::-webkit-scrollbar {
  width: 10px;
  height: 9px;
  background-color: #F5F5F5;
}
.newScroll::-webkit-scrollbar-thumb,
.select2-results::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
}
.labelInverse {
  background-color: #FFFFFF;
  background-color: #505050;
  border-bottom: 1px solid #b3cee1;
  border-right: 1px solid #b3cee1;
  padding: 3px 4px 3px 4px;
  text-decoration: blink;
  font-size: 90%;
  display: inline-block;
  color: white;
}

/* jQuery MSG Plugin : CSS */

#jquery-msg-bg {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: black;
}

.jquery-msg-content {
  -webkit-background-clip: padding-box;
  padding: 15px;
}

.black-on-white .jquery-msg-content {
  background: white;
  color: #333333;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 5px 5px 30px 0 black;
  -moz-box-shadow: 5px 5px 30px 0 black;
  box-shadow: 5px 5px 30px 0 black;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -khtml-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  /* ie fix */
  -pie-lazy-init: true;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



knox-token-generation-ui/token-generation/assets/styles/knox.css [903:1311]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.form-actions.form-asset {
  padding-left: 360px;
}

.form-actions.form-policy {
  padding-left: 180px;
}
/* jquery tagit css over-ride */
ul.tagit li.tagit-choice-editable {
  padding: 3px 5px 3px 18px;
}

ul.tagit li.tagit-choice {
  line-height: 13px;
  font-size: 13px;
  color: #333;
  word-break: break-all;
}

ul.tagit li.tagit-choice .tagit-close {
  left: 0;
  display: block;
  width: 12px;
  height: 13px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #aaa !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee)) !important;
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
}

.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 {
  border: 0 !important;
  color: #fff !important;
  background: #3ea211 !important;
}

.ui-menu .ui-menu-item a {
  border-radius: 0 !important;
}

table.backgrid tr > td > .label {
  float: left;
  margin: 0 3px 2px 0;
}

.control-group.search-by .dropdown-menu {
  min-width: 75px;
}

.control-group.search-by .dropdown-menu li {
  margin-right: 0px;
}
.control-group.search-by .dropdown-menu > li > a { 
  min-width: 75px;
}

ul.tagit {
  width: 300px;
  border: 1px solid #c4c4c4;
  border-top-color: #aaa;
}

ul.tagit input[type="text"] {
  width: 300px;
  padding-right: 25px;
}

.ui-widget-content {
  background: #fff;
  overflow: auto;
  max-height: 200px;
}

.link-tag {
  display: inline-block;
  background-color: #F7FDFF;
  text-decoration: none;
  padding: 0.1em 0.8em;
  border: 1px solid #C0D4DB;
  border-radius: 15px;
  margin-top: 4px;
}

.btn-top {
  position: fixed;
  bottom: 3px;
  right: 5px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  display: none;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  padding: 5px 10px;
  border-radius: 3px;
}

.btn-top:hover {
  text-decoration: none;
}

.m-top-10 {
  margin-top: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.tab-content.user-profile-tab-content {
  border: 1px solid #ddd;
  padding: 8px 32px 32px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
  background-color: #FFF;
}

.select2-results {
  overflow-x: auto;
}
/* Tab */
ul.tabs {
  list-style-type: none;
  line-height: 35px;
  max-height: 35px;
  overflow: hidden;
  display: inline-block;
  margin: 0;
}

ul.tabs > li.active {
  z-index: 2;
  background: #efefef;
}

ul.tabs > li {
  float: right;
  margin: 5px 5px 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 0 15px;
  /* height: 170px; */
  background: #ddd;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  max-width: 200px;
}

ul.tabs > li > a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #222;
}
.controls-row .tags {
  width: 225px;
  max-height: 180px;
  overflow-y: auto;
}

.controls-row .link-tag {
  vertical-align: top;
}

/* controlling table width */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #dddddd;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
  margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-responsive > .table-bordered {
  border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/* Table Scroll Design */
.tableBorder {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fff;
}
.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 9px;
  background-color: #E0E0E0;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
}
.formHeader {
  padding: 2px 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  white-space: nowrap;
  border-bottom: 1px solid #64a424;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #57A6EE;
  border-radius: 3px; */
}

/* breadcrumb flat */
.breadcrumb-flat {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.breadcrumb-flat .icon {
  font-size: 14px;
}
.breadcrumb-flat li {
  float: left;
  line-height: 26px;
  height: 26px;
}
.breadcrumb-flat li a {
  color: #FFF;
  display: block;
  background: #64a424;
  text-decoration: none;
  position: relative;
  height: 22px;
  line-height: 22px;
  padding: 0 10px 0 3px;
  text-align: center;
  margin-right: 23px;
}
.breadcrumb-flat li:nth-child(even) a {
  background-color: #46662a;
}
.breadcrumb-flat li:nth-child(even) a:before {
  border-color: #46662a;
  border-left-color: transparent;
}
.breadcrumb-flat li:nth-child(even) a:after {
  border-left-color: #46662a;
}
.breadcrumb-flat li:first-child a {
  padding-left: 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.breadcrumb-flat li:first-child a:before {
  border: none;
}
.breadcrumb-flat li:last-child a {
  padding-right: 15px;
}
.breadcrumb-flat li:last-child a:after {
}
.breadcrumb-flat li a:before, .breadcrumb-flat li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #64a424;
  border-width: 11px 10px;
  width: 0;
  height: 0;
}
.breadcrumb-flat li a:before {
  left: -20px;
  border-left-color: transparent;
}
.breadcrumb-flat li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #64a424;
}
.breadcrumb-flat li a:hover {
  background-color: #46662a;
}
.breadcrumb-flat li a:hover:before {
  border-color: #46662a;
  border-left-color: transparent;
}
.breadcrumb-flat li a:hover:after {
  border-left-color: #46662a;
}
.breadcrumb-flat li a:active {
  background-color: #46662a;
}
.breadcrumb-flat li a:active:before {
  border-color: #46662a;
  border-left-color: transparent;
}
.breadcrumb-flat li a:active:after {
  border-left-color: #46662a;
}
.reportSearchHeader {
  margin-bottom: 18px;
  margin-left: 1px;
  padding: 8px 5px;
  background-color: #f5f5f5;
}

/* loading indicator for button */
.btn-spinner {
  position: relative;
  overflow: hidden;
}

.btn-spinner .icon-spin {
  position: absolute;
  top: 10%;
  left: 33%;
  opacity: 0;
}
.btn-spinner[data-loading] > span {
  opacity: 0;
}
.btn-spinner[data-loading] .icon-spin {
  opacity: 1;
  font-size: 22px;
}
.newScroll::-webkit-scrollbar-track, 
.select2-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.newScroll::-webkit-scrollbar,
.select2-results::-webkit-scrollbar {
  width: 10px;
  height: 9px;
  background-color: #F5F5F5;
}
.newScroll::-webkit-scrollbar-thumb,
.select2-results::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
}
.labelInverse {
  background-color: #FFFFFF;
  background-color: #505050;
  border-bottom: 1px solid #b3cee1;
  border-right: 1px solid #b3cee1;
  padding: 3px 4px 3px 4px;
  text-decoration: blink;
  font-size: 90%;
  display: inline-block;
  color: white;
}

/* jQuery MSG Plugin : CSS */

#jquery-msg-bg {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: black;
}

.jquery-msg-content {
  -webkit-background-clip: padding-box;
  padding: 15px;
}

.black-on-white .jquery-msg-content {
  background: white;
  color: #333333;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 5px 5px 30px 0 black;
  -moz-box-shadow: 5px 5px 30px 0 black;
  box-shadow: 5px 5px 30px 0 black;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -khtml-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  /* ie fix */
  -pie-lazy-init: true;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



