	/* Header image & text */
	.vmwlogo {height:55px; vertical-align: top!important;}

	/* Banned user message */
	.vex-center{position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-bottom:15px; height:50px; margin-top:50px!important;}

	/* z-index fix for admin menu */
	.footer-component, .footer-container {z-index:-1;}

	/* Tightening up the subprogram applications */
	#subApplicationForm > .form-block > .form-group {margin-bottom:0px!important;}

	/* Blue Columns & Widgets Example: Hompage  */

	/* Main Three Columns */
	.main-col{width:817px; max-width:817px;}
	.vex-mid-col {width:29px; max-width:25px; min-width:25px;}
	.side-nav {width:343px;}
	
	/* Header Text */
	.vex-h5 {font-weight:500!important;; margin-top:0px!important;}
	h3 .label-info, #vexpert-apps-t-left {font-size:12px;}
	.vex-l-r {margin-left:10px!important; margin-bottom:10px!important;}
	
	/* vExpert Widget Logo */
	.vex-widget-logo {width:200px;}

	/* Blue Columns & Widgets */
	.main-col, .side-nav {vertical-align: top; border:0px!important;}
	.vex-box-main > .vex-box > .vex-box-title h3 {padding:11px 10px 10px 17px;}
	.vex-box-main > .vex-box-title{display:inline-table;}
	.vex-box {width:100%; border:1px solid #337bb6; padding:0px; margin:0px 0px 27px 0px;}
	
	/* Blue Columns & Widgets: Defines padding for each title <h3> & <h4> */
	.vex-box * p, .vex-box p {padding:0px!important;}
	.vex-box-content {padding:15px;}
	.vex-box-title .label-info{float:right;}
	.vex-box-title h3 , .vex-box-title h4 {background-color:#337bb6; color:#ffffff!important; margin:0px!important;}
	.vex-box-title h3 {padding:10px;}
	.vex-box-title h4 {padding:10px 10px 11px 11px;}
	.vex-box-content h5 {padding:0px; margin-top:0px!important; margin-bottom:5px!important; font-weight:500;}
	.vex-box-content h6 {padding:0px; margin-top:0px!important; margin-bottom:0px; font-size:14px; font-weight:500;}
	
	/* Home Page Counter */
	.vex-counter {width:350px;letter-spacing:0px!important; font-size:14px!important;}
	.no-dot li {list-style-type:none!important;}

	/* Applications Page */
	.vex-pend-opt {border:solid 1px #ccc; border-radius:3px; padding:10px; margin:10px 0px 10px 0px;}
	.vex-vote {margin-top:24px; margin-bottom:24px;}
	.vex-no-copy {float:left; padding-right:10px;}
	.vex-copy-img {cursor: pointer;}
	.vex-copy-img img {width:45px;}
	.vex-grn {color:#04B431; display:inline;}
	.vex-red {color:#d9534f; display:inline;}
	.text-pending {color:#00A4EB; display:inline;}
	
	/*  */
	.vex-decline-list li {list-style:none; margin-bottom:15px; padding-top:15px;}
	.vex-line-break {white-space: pre-line;}
	
	
	/* Count Down To Application Close Date / Time */
	.vex-counter {cursor:pointer;}
	.vex-counter:hover {cursor:pointer;}
	.vex-counter {cursor:pointer;}
	
	/* Horizional Line in Side-Nav HP */
	.vex-box-hr {margin:10px -15px 10px -15px; opacity: 75%;}
	
	/* Side Nav Verticle Spacer */
	.vex-side-nav-spacer {margin:0px;}
	.vex-side-vert-space {margin-bottom:10px!important;}
	
	/* Powerpoint & Video Icon */
	.vex-social-icon-ppt {width:25px;}
	.icon-video {width:20px; margin-right:10px;}
	
	/* Blue Columns & Widgets: Blue & Green button alignment */
	.vex-btn {text-align: center; margin-left:auto; margin-right:auto; margin-top:20px!important; margin-bottom:5px!important;}
	.vex-btn-grn {text-align: center; margin-left:auto; margin-right:auto; margin-top:20px!important; margin-bottom:5px!important; width:100%;}
	
	/* Size attributes for social icons */
	.sicon {width:25px; heith:25px;}
	
	/* Size attributes for media icons */
	.vex-med-ico {width:20px;}
	
	/* Blue Columns & Widgets: Homepage YT Video */
	.vexpert-video {text-align:center; margin-top:35px; margin-bottom:35px;}
	.vexpert-video iframe {border:solid 1px #337bb6;}


/* vEpert dirtectory table headers and round corners for avatars*/

#directorytable .sorting {
  font-size: 12px;
}

/* Removing
.community-top-section img {
  border-radius: 10px;
}
*/

#directorytable table tr td {
  text-align: left !important;
}


/* Voting - Denial Reason Titles */
.vex-no-copy {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}


/* vExpert HomePage Apply Button */

.button {
  background-color: #007cbb;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 25px;
  cursor: pointer;
}


/* hide title */

.title {
  z-index: -1;
}


/* vExpert logo in navigation bar */

header .branding .vexpert-logo {
  margin-right: -180px;
  display: block;
  width: 200px;
  height: 36px;
  background: url("images/vExpert_Logo.png");
  background-size: 200px 36px;
  background-repeat: no-repeat;
}

.nav-icon {
  cursor: pointer;
}

.pad-left {
  padding-left: 10px;
}

.pad-right {
  padding-right: 10px;
}

tr.application-approved td {
  background-color: #dff0d0 !important;
}

tr.application-denied td {
  background-color: #f5dbd9;
}

tr.application-deferred td {
  background-color: #feecb5;
}

tr.application-archived td {
  background-color: #e1f1f6;
}

tr.application-pending td {
  background-color: #cfe2ff;
}

.pointer {
  cursor: pointer;
  cursor: hand;
}

#applicationstable tr:hover {
  background-color: #e1f1f6;
}

#usertable tr:hover {
  background-color: #e1f1f6;
}


/* Custom datatables styles, just to make it a little more conform Clarity */

.dataTables_wrapper input {
  background: -webkit-linear-gradient(top, transparent 95%, #0094d2 95%) !important;
  background: linear-gradient(to bottom, transparent 95%, #0094d2 95%) !important;
  background-repeat: no-repeat;
  background-size: 0% 100% !important;
  -webkit-transition: background-size 0.2s ease;
  transition: background-size 0.2s ease;
  padding: 0 6px;
}

.dataTables_wrapper div.dataTables_paginate.paging_simple_numbers,
.dataTables_wrapper a,
.dataTables_wrapper .directorytable_previous,
.dataTables_wrapper div.dataTables_length>label,
div.dataTables_filter label {
  font-size: 9pt !important;
}


/* search input box */

div.dataTables_filter label input {
  background: -webkit-linear-gradient(top, transparent 95%, #0094d2 95%) !important;
  background: linear-gradient(to bottom, transparent 95%, #0094d2 95%) !important;
  background-repeat: no-repeat !important;
  background-size: 0% 100% !important;
  -webkit-transition: background-size 0.2s ease !important;
  transition: background-size 0.2s ease !important;
  padding: 0 6px !important;
  border: 0px !important;
  border-bottom: 1px solid #9a9a9a !important;
}

div.dataTables_filter label input:focus {
  border-bottom: 1px solid #0094d2 !important;
  background-size: 100% 100% !important;
  outline: 0 !important;
}


/* push the table 20px down from the filter bar */

div.dataTables_filter {
  margin-bottom: 20px !important;
}


/* hide "search:" in the filter label, but show the search input box */

div.dataTables_filter label {
  visibility: hidden;
}

div.dataTables_filter label input {
  visibility: visible;
}

footer {
  display: block !important;
  height: 75px;
}

.layout-vexpert section {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1056px;
  margin: 0 auto;
  padding-top: 3px;
}

.home-contact-container,
.layout-vexpert footer {
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}


/* hide modals by default */

.modal {
  display: none;
}


/* this is the backdrop for jQuery.modal - since we're not using Angular */

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}


/* end backdrop */


/* custom class to have the Clarity modal centered when it pops up (Angular seems to do this in full-Clarity )*/

.center-modal {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.dataTables_wrapper .dataTables_info {
  display: none;
}


/* DataTables CSS, without the style changing aspects so Clarity has the upperhand */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("/images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("/images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("/images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("/images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("/images/sort_desc_disabled.png");
}

table.qualifying-activities tr td {
  text-align: left !important;
}

table.qualifying-activities tr th {
  text-align: left !important;
}


/*
	 * Control feature layout
	 */

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}


/* End DataTables CSS  */

#_evidon_banner {
  width: 100% !important;
  margin-left: 0 !important;
}

.badge-cards {
  clear: both;
}

.badge-cards>.badge-card {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  float: left;
}

.badge-card {
  box-shadow: 0 2.5px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cacaca;
  display: table;
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.badge-card img {
  margin: 0 20px 0 0;
}

.badge-card span {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.05625rem;
  color: #666;
  display: table-cell;
  margin: 9px 0 0 18px;
  text-align: inherit;
  vertical-align: middle;
  width: 100%;
}

.badge-card span span {
  display: block;
  margin: 0;
  max-height: 34px;
  overflow: hidden;
}

.badge-card span strong {
  font-size: 1.15rem;
  line-height: 1.375rem;
  display: block;
  color: #000000;
}

.badge-card .image-container {
  display: table-cell;
  height: 152px;
  vertical-align: middle;
}

*.expired-tag {
  font-weight: 600;
  background-color: #9e0b0f;
  border-radius: 1px;
  color: white;
  display: inline-block;
  font-size: 0.5rem;
  line-height: 15px;
  padding: 0 4px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 5px;
}

div.expired-tag {
  margin: 5px 32px 0;
}

.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5rem;
}

.btn-group .btn {
  margin: 0;
  vertical-align: top;
}

.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .tooltip:not(:first-child) .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .tooltip:not(:last-child) .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group.btn-primary .tooltip:not(:last-child) .btn,
.btn-group.btn-primary .btn:not(:last-child),
.btn-group.btn-success .tooltip:not(:last-child) .btn,
.btn-group.btn-success .btn:not(:last-child),
.btn-group.btn-danger .tooltip:not(:last-child) .btn,
.btn-group.btn-danger .btn:not(:last-child),
.btn-group.btn-warning .tooltip:not(:last-child) .btn,
.btn-group.btn-warning .btn:not(:last-child) {
  margin: 0 1px 0 0;
}

.btn-group.btn-primary .dropdown-menu .btn,
.btn-group.btn-success .dropdown-menu .btn,
.btn-group.btn-danger .dropdown-menu .btn,
.btn-group.btn-warning .dropdown-menu .btn {
  margin: 0;
}

.btn-group>.btn-group-overflow {
  position: relative;
}

.btn-group>.btn-group-overflow:last-child:not(:first-child)>.btn:first-child {
  border-radius: 0 0.125rem 0.125rem 0;
}

.btn-group>.btn-group-overflow:last-child:first-child>.btn:first-child {
  border-radius: 0.125rem;
}

.btn-group .btn+.btn {
  border-left: none;
}

.btn-group .tooltip:not(:first-child) .btn {
  border-left: none;
}

.btn-group .btn+.btn-group-overflow .btn {
  border-left: none;
}

.btn-group.btn-link .dropdown-toggle {
  min-width: 0;
}

.btn-group.btn-icon-link.btn-link .btn {
  min-width: 0;
}

.btn-group.btn-icon .btn {
  min-width: 0;
}

.btn-group .clr-icon-title {
  display: none;
  text-transform: none;
}

.btn-group .dropdown-toggle {
  display: block;
}

.btn-group .dropdown-menu clr-icon {
  display: none;
}

.btn-group .dropdown-menu .clr-icon-title {
  display: inline;
}

.col-restricted-employer {
  background-color: #a32100 !important;
  color: #ffffff !important;
}

.app-button {
  border: 1px solid #3261c3 !important;
  border-radius: 5px !important;
  background: #006a91 !important;
  -webkit-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.7), inset 0 1px 2px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.7), inset 0 1px 2px 0 rgba(255, 255, 255, 0.5);
  height: 32px !important;
  color: white !important;
  font-size: 1em !important;
  padding: 20px !important;
  line-height: 0 !important;
  margin-top: 15px;
  outline: none !important;
}

.app-button>a:link,
.app-button>a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.vexpert-label-subprogram {
  font-size: 10pt !important;
  margin: 2px !important;
}

div.content-container {
  padding-top: 60px;
}

#ot-sdk-btn {
  position: fixed !important;
}

#ot-sdk-btn {
  bottom: 0 !important;
}

#ot-sdk-btn {
  right: 0 !important;
}

#ot-sdk-btn {
  z-index: 999999 !important;
}

#ot-sdk-btn {
  color: #ffffff !important;
}

#ot-sdk-btn {
  border: 2px solid #1d428a !important;
}

#ot-sdk-btn {
  padding: 6px !important;
}

#ot-sdk-btn {
  display: inline-block !important;
}

#ot-sdk-btn {
  margin: -8px 0 1.2px -82px !important;
}

#ot-sdk-btn {
  background-color: #1d428a !important;
}

#ot-sdk-btn {
  cursor: pointer !important; 
}

#ot-sdk-btn {
  border-radius: 2.75rem !important;
}

#ot-sdk-btn {
  font-size: 13px !important;
}

#ot-sdk-btn {
  min-width: 200px !important;
}

#ot-sdk-btn {
  height: 40px !important;
}

#ot-sdk-btn {
  font-weight: bold !important;
}

#ot-sdk-btn {
  opacity: 1 !important;
}

#onetrust-banner-sdk #onetrust-close-btn-container .banner-close-button.ot-close-icon {
  background-image: url("/lib/vmware/Close-256.png") !important;
}
