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

/* End :jQuery MSG Plugin : CSS */

.fancy {
  text-align: center;
  overflow: hidden;
  font-size: 18px;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before, .fancy span:after {
  content: "";
  position: absolute;
  margin-top: 0.45em;
  border-top: 8px solid #5E5E5E;
  top: 0;
  width: 900px;
}
.fancy span:before {
  right: 100%;
  margin-right: 0.5em;
}
.fancy span:after {
  left: 100%;
  margin-left: 0.5em;
}

.error-page{
  margin-top: 0px;
  background: #fff;
  height: 160px;
  margin: 30px auto 0 auto;
  padding-left: 190px;
  width: 540px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.error-page .icon-box {
  background: #f9f9f9;
  border-right: 1px solid #eaeaea;
  height: 160px;
  margin-left: -190px;
  position: absolute;
  width: 160px;
}

.error-page .icon-box img {
  display: block;
  margin: 40px auto 0 auto;
}
.error-page .error-box h1 {
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 35px 0 0 0;
}
.error-page .error-box p {
  color: #888;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 10px 0 20px 0;
}
.table-license tbody tr td:first-child{
  width: 15%;
}
/* Operation Diff (Diff Modal)*/
.diff-content h5 {
  word-break: break-all;
}
.attr {
  font-weight: normal;
  padding: 0;
  text-align: right;
}
.diff {
  border-style: solid;
  border-width: 1px 0 1px 1px;
  display: inline-block;
  margin: 0 1em 1em 0;
  position: relative;
  border-color: #ddd;
}
.diff .diff-left, .diff .diff-right {
  display: table-cell;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #ddd;
}
.diff .diff-right {
  margin-left: -.1em;
  min-width: 16.5em;
  right: 0;
  top: 0;
}
.diff ol {
  min-width: 250px;
  display: table-cell;
  margin: 0;
  padding: 0;
}
.diff li {
  display: block;
  line-height: 1.2;
  list-style-type: none;
  margin: 0;
  padding-bottom: 0;
  padding-right: .5em;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ddd;
  height: 15px;
  min-width : 6.5em;
  
}
.diff li {
  padding: 6px 5px;
  white-space: nowrap;
  text-align: left;
}
.diff .data li {
  /*padding-left: .5em;*/
  min-width: 6.5em;
}
.diff-right .data li {
  min-width: 16.5em;
}

.change {
  background-color: #ffd;
  border: 1px solid #963;
  color: #630;
}
.change-row {
  background-color: #fef7cd;
}
.add-text {
  background-color: #e1f2d3;
  border: 1px solid #cbe7c5;
  color: #5c8847;
}
.delete-text {
  border: 1px solid #f7cccc;
  background-color: #f7e4e4;
  color: #b85355;
}

.diff h3 {
  box-shadow: none;
  display: block;
  margin: 0;
  padding: 4px 5px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  background-color: #eee;
  color: #4F4F4F;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  border-style: solid;
  border-width: 0px 0 1px 0;
  border-color: #ddd;
}
.label {
  background-color: #bcbcbc;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 5px;
}
.label-user {
  background-color: #78D3A0;
}
.label-group {
  background-color: #78ABD3;
}
.label-resource {
  background-color: #D3A478;
}
.label-asset {
  background-color: #8A78D3;
}
.label-success {
  background-color: #9bb921;
}
.label-info {
background-color: #63c0c8;
}
.label-important {
background-color: #dc6343;
}
.inline-block {
  display:inline-block;
}
.is-table-include {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
  margin-top: 7px;
}
.is-column-include {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.modal-diff {
  width: 1000px;
  margin-left: -480px;
}
.modal-diff .modal-header {
  background-color: #eff3f8;
}
.no-margin {
  margin: 0;
}
.legend {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 3px;
}
table.table.backgrid thead th.repoName { 
 border-top: 1px solid #ddd;
}
.label-size13-weightbold{
   font-size: 13px;
   font-weight: bold;
}
.clickable tr {
  cursor: pointer;
}
/* overridding select2 option hover css */
.select2-results .select2-highlighted {
  background: #3ea211;
}
.stretchTextInput{
  width:40%;
}
.editable-buttons {
    display: block;
    margin-top: 6%;
}

/* Login Page */
body.login {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



knox-token-generation-ui/token-generation/assets/styles/knox.css [1333:1585]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/* End :jQuery MSG Plugin : CSS */

.fancy {
  text-align: center;
  overflow: hidden;
  font-size: 18px;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before, .fancy span:after {
  content: "";
  position: absolute;
  margin-top: 0.45em;
  border-top: 8px solid #5E5E5E;
  top: 0;
  width: 900px;
}
.fancy span:before {
  right: 100%;
  margin-right: 0.5em;
}
.fancy span:after {
  left: 100%;
  margin-left: 0.5em;
}

.error-page{
  margin-top: 0px;
  background: #fff;
  height: 160px;
  margin: 30px auto 0 auto;
  padding-left: 190px;
  width: 540px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.error-page .icon-box {
  background: #f9f9f9;
  border-right: 1px solid #eaeaea;
  height: 160px;
  margin-left: -190px;
  position: absolute;
  width: 160px;
}

.error-page .icon-box img {
  display: block;
  margin: 40px auto 0 auto;
}
.error-page .error-box h1 {
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 35px 0 0 0;
}
.error-page .error-box p {
  color: #888;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 10px 0 20px 0;
}
.table-license tbody tr td:first-child{
  width: 15%;
}
/* Operation Diff (Diff Modal)*/
.diff-content h5 {
  word-break: break-all;
}
.attr {
  font-weight: normal;
  padding: 0;
  text-align: right;
}
.diff {
  border-style: solid;
  border-width: 1px 0 1px 1px;
  display: inline-block;
  margin: 0 1em 1em 0;
  position: relative;
  border-color: #ddd;
}
.diff .diff-left, .diff .diff-right {
  display: table-cell;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #ddd;
}
.diff .diff-right {
  margin-left: -.1em;
  min-width: 16.5em;
  right: 0;
  top: 0;
}
.diff ol {
  min-width: 250px;
  display: table-cell;
  margin: 0;
  padding: 0;
}
.diff li {
  display: block;
  line-height: 1.2;
  list-style-type: none;
  margin: 0;
  padding-bottom: 0;
  padding-right: .5em;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ddd;
  height: 15px;
  min-width : 6.5em;
  
}
.diff li {
  padding: 6px 5px;
  white-space: nowrap;
  text-align: left;
}
.diff .data li {
  /*padding-left: .5em;*/
  min-width: 6.5em;
}
.diff-right .data li {
  min-width: 16.5em;
}

.change {
  background-color: #ffd;
  border: 1px solid #963;
  color: #630;
}
.change-row {
  background-color: #fef7cd;
}
.add-text {
  background-color: #e1f2d3;
  border: 1px solid #cbe7c5;
  color: #5c8847;
}
.delete-text {
  border: 1px solid #f7cccc;
  background-color: #f7e4e4;
  color: #b85355;
}

.diff h3 {
  box-shadow: none;
  display: block;
  margin: 0;
  padding: 4px 5px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  background-color: #eee;
  color: #4F4F4F;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  border-style: solid;
  border-width: 0px 0 1px 0;
  border-color: #ddd;
}
.label {
  background-color: #bcbcbc;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 5px;
}
.label-user {
  background-color: #78D3A0;
}
.label-group {
  background-color: #78ABD3;
}
.label-resource {
  background-color: #D3A478;
}
.label-asset {
  background-color: #8A78D3;
}
.label-success {
  background-color: #9bb921;
}
.label-info {
background-color: #63c0c8;
}
.label-important {
background-color: #dc6343;
}
.inline-block {
  display:inline-block;
}
.is-table-include {
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
  margin-top: 7px;
}
.is-column-include {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.modal-diff {
  width: 1000px;
  margin-left: -480px;
}
.modal-diff .modal-header {
  background-color: #eff3f8;
}
.no-margin {
  margin: 0;
}
.legend {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 3px;
}
table.table.backgrid thead th.repoName { 
 border-top: 1px solid #ddd;
}
.label-size13-weightbold{
   font-size: 13px;
   font-weight: bold;
}
.clickable tr {
  cursor: pointer;
}
/* overridding select2 option hover css */
.select2-results .select2-highlighted {
  background: #3ea211;
}
.stretchTextInput{
  width:40%;
}
.editable-buttons {
    display: block;
    margin-top: 6%;
}

/* Login Page */
body.login {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



