gateway-applications/src/main/resources/applications/knoxauth/app/styles/knox.css [546:901]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.white {
  color: #fff !important;
}

.position-relative {
  position: relative;
}

.spin-position {
  top: 40%;
  position: absolute;
}

.bold {
  font-weight: bold;
}

.box-filter {
  margin-left: 1%;
}

/* backgrid table css */
/* Commenting backgrid filter css
table td.backgrid-filter input[type="search"] {
  width: 70%;
  padding-left: 1px;
  height: 85%;
  font-size: 11px;
  padding-right: 0px;
}
table td.backgrid-filter .select2-container .select2-choice {
  height: 21px;
  line-height: 21px;
}
table td.backgrid-filter .select2-container .select2-choice .select2-arrow b {
  background-position: 0 -2px;
}
table td.backgrid-filter .clear {
  margin-left: -21px;
  font-size: 19px;
} */

.table-permission th, .table-permission td {
  border: 1px solid #dddddd;
}

.table-permission thead {
  background-color: #eeeeee;
}

/*table.table-permission tr th:last-child, table.table-permission tr td:last-child {
  border: 0;
  padding-left: 6%;
  color: transparent;
  background-color: #fff;
}*/

.table-permission thead tr {
  color: #4F4F4F;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* backgrid table header css*/

table.backgrid thead th, table.backgrid thead td {
  text-align: center;
}

table.backgrid thead th, table.backgrid thead td {
  border-bottom: 0;
  border-top: 0;
}

table.backgrid thead th {
  background: transparent;
}

table.backgrid thead {
  background: #eeeeee;
}

table.backgrid thead tr a {
  color: #4F4F4F;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

table.backgrid thead tr:hover {
  background: transparent;
}

.table-read-only tr th:last-child, table.table-read-only tr td:last-child {
  border: 1px solid #dddddd !important;
  color: #4F4F4F !important;
  background-color: inherit !important;
}
.serviceInfo{
  margin-top: -5px;
}
.updateInfo{
  margin-top: 10px;
}
.updateInfo p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
}
.policyVer{
  font-size: 23px;
  padding: 5px 0 0 3px;
}
.policyVer i{
  color : #3C9C11 !important;
  opacity: 0.4;
  -webkit-user-select: none;
}
.policyVer i.active{
  color : #3C9C11 !important;
  cursor : pointer;
  opacity: 1;
}
.policyVer text{
  padding : 0 10px;
  color : black;
  font-size: 14px;
  position: relative;
  top: -3px;
}

.r-path {
  word-break: break-all;
  font-weight: normal;
  color: #444;
  font-size: 13px;
}

.ul-db .dropdown-menu > li > a {
  white-space: normal;
  word-break: break-word;
}

.hdfs-table table.backgrid thead th:nth-child(2) {
  width: 35%;
}

.m-height {
  min-height: 500px;
}

.btn-right {
  margin-bottom: 1%;
  float: right;
  margin-left: 1%;
}

.hide-tooltip .tooltip.in {
  display: none !important;
}

/* loader */

.loading-img {
  position: relative;
  text-align: center;
}

.loading-img img {
  animation: rotateThis 2s infinite linear;
  -webkit-animation: rotateThis 2s infinite linear;
  max-width: 50px;
}

@keyframes rotateThis {
0% {transform:rotateY(0deg);}
10% {transform:rotateY(0deg);}
100% {transform:rotateY(360deg);}
}

@-webkit-keyframes rotateThis {
0% {-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
10% {-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
100% {-webkit-transform:rotateY(360deg);transform:rotateY(360deg);}
}

div#center {
  margin-top: 1%;
}

div#center span {
  position: relative;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bolder;
  color: #3ea211;
  /* color: #7c9710; */
  
}

@keyframes janimation {
0% {transform: rotate(0deg) scale(1.5);color: #aaa;}
10% {transform: rotate(0deg) scale(1.7);color: #ccc;}
100% {transform: rotate(0deg) scale(1.2);color: #333;text-shadow: #666 0 0 10px;}
}

@-webkit-keyframes janimation {
0% {-webkit-transform: rotate(0deg) scale(1.5);color: #aaa;}
10% {-webkit-transform: rotate(0deg) scale(1.7);color: #ccc;}
100% {-webkit-transform: rotate(0deg) scale(1.2);color: #333;text-shadow: #666 0 0 10px;}
}

div#center div {
  position: relative;
  display: inline-block;
  animation: janimation 2.2s infinite;
  -webkit-animation: janimation 2.2s infinite;
}

div#center div.letter_container_1 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

div#center div.letter_container_2 {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

div#center div.letter_container_3 {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

div#center div.letter_container_4 {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

div#center div.letter_container_5 {
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

div#center div.letter_container_6 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
div#center div.letter_container_7 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

/* policy manager table */
table.table-policy tbody > tr:hover {
  cursor: pointer;
}

table.table-policy thead {
  background: #eeeeee;
}

table.table-policy thead tr > th {
  vertical-align: middle;
  font-size: 16px;
}

table.table-policy thead tr > th a {
  color: #444 !important;
}

table.table-policy thead tr > th img {
  margin-right: 5px;
  max-width: 20px;
}

.nav.nav-option {
  margin: 0;
}

.nav.nav-option > li > a:hover, .nav-option > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav-option .open .dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.nav.nav-option .dropdown-menu {
  min-width: 80px;
  right: 0;
  left: auto;
}

.nav-option .icon-caret-down {
  font-size: 18px;
}

.display-none {
  display: none;
}

table.table-policy tbody tr:hover .nav.nav-option {
  display: block;
}

.select2-container-multi .select2-choices li > div {
  word-break: break-all;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 3px 3px 5px;
}

.controls ul {
  list-style: none;
  margin: 0;
}

.controls ul li input[type="radio"] {
  margin: 0;
}

.controls ul li {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.controls ul li label {
  display: inline-block;
  margin-left: 5px;
}

.backgrid th, .backgrid td {
  display: table-cell;
}

/* form controls css for hdfs */
.form-horizontal .configProp .control-label {
  width: 335px;
}

.form-horizontal .configProp .controls {
  margin-left: 360px;
}
/* backgrid style over-ride*/
.backgrid th, .backgrid td {
  max-width: 184px;
}

.working.ui-autocomplete-loading {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



knox-token-generation-ui/token-generation/assets/styles/knox.css [546:901]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.white {
  color: #fff !important;
}

.position-relative {
  position: relative;
}

.spin-position {
  top: 40%;
  position: absolute;
}

.bold {
  font-weight: bold;
}

.box-filter {
  margin-left: 1%;
}

/* backgrid table css */
/* Commenting backgrid filter css
table td.backgrid-filter input[type="search"] {
  width: 70%;
  padding-left: 1px;
  height: 85%;
  font-size: 11px;
  padding-right: 0px;
}
table td.backgrid-filter .select2-container .select2-choice {
  height: 21px;
  line-height: 21px;
}
table td.backgrid-filter .select2-container .select2-choice .select2-arrow b {
  background-position: 0 -2px;
}
table td.backgrid-filter .clear {
  margin-left: -21px;
  font-size: 19px;
} */

.table-permission th, .table-permission td {
  border: 1px solid #dddddd;
}

.table-permission thead {
  background-color: #eeeeee;
}

/*table.table-permission tr th:last-child, table.table-permission tr td:last-child {
  border: 0;
  padding-left: 6%;
  color: transparent;
  background-color: #fff;
}*/

.table-permission thead tr {
  color: #4F4F4F;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* backgrid table header css*/

table.backgrid thead th, table.backgrid thead td {
  text-align: center;
}

table.backgrid thead th, table.backgrid thead td {
  border-bottom: 0;
  border-top: 0;
}

table.backgrid thead th {
  background: transparent;
}

table.backgrid thead {
  background: #eeeeee;
}

table.backgrid thead tr a {
  color: #4F4F4F;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

table.backgrid thead tr:hover {
  background: transparent;
}

.table-read-only tr th:last-child, table.table-read-only tr td:last-child {
  border: 1px solid #dddddd !important;
  color: #4F4F4F !important;
  background-color: inherit !important;
}
.serviceInfo{
  margin-top: -5px;
}
.updateInfo{
  margin-top: 10px;
}
.updateInfo p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
}
.policyVer{
  font-size: 23px;
  padding: 5px 0 0 3px;
}
.policyVer i{
  color : #3C9C11 !important;
  opacity: 0.4;
  -webkit-user-select: none;
}
.policyVer i.active{
  color : #3C9C11 !important;
  cursor : pointer;
  opacity: 1;
}
.policyVer text{
  padding : 0 10px;
  color : black;
  font-size: 14px;
  position: relative;
  top: -3px;
}

.r-path {
  word-break: break-all;
  font-weight: normal;
  color: #444;
  font-size: 13px;
}

.ul-db .dropdown-menu > li > a {
  white-space: normal;
  word-break: break-word;
}

.hdfs-table table.backgrid thead th:nth-child(2) {
  width: 35%;
}

.m-height {
  min-height: 500px;
}

.btn-right {
  margin-bottom: 1%;
  float: right;
  margin-left: 1%;
}

.hide-tooltip .tooltip.in {
  display: none !important;
}

/* loader */

.loading-img {
  position: relative;
  text-align: center;
}

.loading-img img {
  animation: rotateThis 2s infinite linear;
  -webkit-animation: rotateThis 2s infinite linear;
  max-width: 50px;
}

@keyframes rotateThis {
0% {transform:rotateY(0deg);}
10% {transform:rotateY(0deg);}
100% {transform:rotateY(360deg);}
}

@-webkit-keyframes rotateThis {
0% {-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
10% {-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
100% {-webkit-transform:rotateY(360deg);transform:rotateY(360deg);}
}

div#center {
  margin-top: 1%;
}

div#center span {
  position: relative;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bolder;
  color: #3ea211;
  /* color: #7c9710; */
  
}

@keyframes janimation {
0% {transform: rotate(0deg) scale(1.5);color: #aaa;}
10% {transform: rotate(0deg) scale(1.7);color: #ccc;}
100% {transform: rotate(0deg) scale(1.2);color: #333;text-shadow: #666 0 0 10px;}
}

@-webkit-keyframes janimation {
0% {-webkit-transform: rotate(0deg) scale(1.5);color: #aaa;}
10% {-webkit-transform: rotate(0deg) scale(1.7);color: #ccc;}
100% {-webkit-transform: rotate(0deg) scale(1.2);color: #333;text-shadow: #666 0 0 10px;}
}

div#center div {
  position: relative;
  display: inline-block;
  animation: janimation 2.2s infinite;
  -webkit-animation: janimation 2.2s infinite;
}

div#center div.letter_container_1 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

div#center div.letter_container_2 {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

div#center div.letter_container_3 {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

div#center div.letter_container_4 {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

div#center div.letter_container_5 {
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

div#center div.letter_container_6 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
div#center div.letter_container_7 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

/* policy manager table */
table.table-policy tbody > tr:hover {
  cursor: pointer;
}

table.table-policy thead {
  background: #eeeeee;
}

table.table-policy thead tr > th {
  vertical-align: middle;
  font-size: 16px;
}

table.table-policy thead tr > th a {
  color: #444 !important;
}

table.table-policy thead tr > th img {
  margin-right: 5px;
  max-width: 20px;
}

.nav.nav-option {
  margin: 0;
}

.nav.nav-option > li > a:hover, .nav-option > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav-option .open .dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.nav.nav-option .dropdown-menu {
  min-width: 80px;
  right: 0;
  left: auto;
}

.nav-option .icon-caret-down {
  font-size: 18px;
}

.display-none {
  display: none;
}

table.table-policy tbody tr:hover .nav.nav-option {
  display: block;
}

.select2-container-multi .select2-choices li > div {
  word-break: break-all;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 3px 3px 5px;
}

.controls ul {
  list-style: none;
  margin: 0;
}

.controls ul li input[type="radio"] {
  margin: 0;
}

.controls ul li {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.controls ul li label {
  display: inline-block;
  margin-left: 5px;
}

.backgrid th, .backgrid td {
  display: table-cell;
}

/* form controls css for hdfs */
.form-horizontal .configProp .control-label {
  width: 335px;
}

.form-horizontal .configProp .controls {
  margin-left: 360px;
}
/* backgrid style over-ride*/
.backgrid th, .backgrid td {
  max-width: 184px;
}

.working.ui-autocomplete-loading {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



