@charset "UTF-8";
/* CSS Document */

.main {
	min-height: 500px;
	}
.resources ul {
    margin-left: 20px;
}
.resources ul li{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 4px;
    padding-bottom: 6px;
    list-style-type: square;
    margin-left: -8px;
    margin-top: 0px;
}


/* Overrides telrik styles for ADMIN search etc */

.content a {
	color: #2b4ed7;
}

.content a:hover {
	color: #8dc63f;
}
h1 {
	font-size: 1.375em;
	color: #8dc63f;
}

h2 {
	font-size: 1.25em;
	color: #000;
}
h3 {
	font-size: 1em;
	color: #354ba0!important;
}
.h1 {
	font-size: 1.375em;
	color: #8dc63f;
}

.h2 {
	font-size: 1.25em;
	color: #354ba0;
}

input, select {
	color: #696969;
	background-color: #f2ffe5;
}
input {
	padding: 2px;
}

#ContentPlaceHolder1_txtSearch {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#ContentPlaceHolder1_SubmitBtn, .file-input, #btnCancel, #btnSave, #ContentPlaceHolder1_btnTest, #btnVerify, #btnCertify, #fileButton, #btnShare, #hlnkViewCertificate, #btnCertifyRequest, #btnClose, #ContentPlaceHolder1_btnClear, #ContentPlaceHolder1_btnFilter, .acctChoicebtn, #ContentPlaceHolder1_btnCancel, #ContentPlaceHolder1_btnSave, #ContentPlaceHolder1_btnApprove, #ContentPlaceHolder1_btnReExecute, #ContentPlaceHolder1_btnExecute, #ctl00_ContentPlaceHolder1_rptAccounts_ctl01_btnEpcisVerify, #btnSend  {
	text-transform: uppercase;
	padding: .425em .825em;
	border: none;
	outline: none;
	background-color: #8dc63f;
	color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-right: 0;
	margin-left: 0;
}

#btnCancel, #btnClose, #ContentPlaceHolder1_btnClear, #ContentPlaceHolder1_btnCancel {
	background-color: #999;
	color: #fff;
}

#ContentPlaceHolder1_SubmitBtn:hover, .file-input:hover, #btnSave:hover, #ContentPlaceHolder1_btnTest:hover, #btnVerify:hover, #btnCertify:hover, #fileButton:hover, #btnShare:hover, #hlnkViewCertificate:hover, #ContentPlaceHolder1_btnFilter:hover, .acctChoicebtn:hover, #ContentPlaceHolder1_btnSave:hover {
	background-color: #6D9D55;
	color: #fff;
}
#btnCancel:hover, #btnClose:hover, #ContentPlaceHolder1_btnClear:hover, #ContentPlaceHolder1_btnCancel:hover, #btnSend:hover {
	background-color: #777;
	color: #fff;
}

#ContentPlaceHolder1_btnTest {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	}

#btnCancel, #btnSave {margin-top: 10px;}	

#btnVerify, #btnCertify, #btnShare, #btnCertifyRequest, #ContentPlaceHolder1_btnApprove, #ContentPlaceHolder1_btnReExecute {
	background-color: #354ba0}

#btnVerify:hover, #btnCertify:hover, #btnShare:hover, #btnCertifyRequest:hover, #ContentPlaceHolder1_btnApprove:hover, 
#ContentPlaceHolder1_btnReExecute:hover {
	background-color: #4e65bd}

#ContentPlaceHolder1_btnClear, #ContentPlaceHolder1_btnFilter, #fileButton {
    margin-left: 10px;
    font-size: .85em;
    padding: .325em .725em;
}

/*approve test button states*/

input#ContentPlaceHolder1_btnApprove.preApprPlan {
	background-color: #354ba0
}

input#ContentPlaceHolder1_btnApprove:hover.preApprPlan {
	background-color: #4e65bd
}
input#ContentPlaceHolder1_btnApprove.aspNetDisabled.postApprPlan {
	background-color: #B0BBE5
}

input#ContentPlaceHolder1_btnApprove:hover.aspNetDisabled.postApprPlan {
	background-color: #B0BBE5
}

/*execute test button states*/

#ContentPlaceHolder1_btnExecute {
	background-color: #B0BBE5
}

#ContentPlaceHolder1_btnExecute:hover {
	background-color: #B0BBE5
}
input#ContentPlaceHolder1_btnExecute.preApprPlan {
	background-color: #B0BBE5
}

input#ContentPlaceHolder1_btnExecute:hover.preApprPlan {
	background-color: #B0BBE5
}
input#ContentPlaceHolder1_btnExecute.postApprPlan {
	background-color: #354ba0
}

input#ContentPlaceHolder1_btnExecute:hover.postApprPlan {
	background-color: #4e65bd
}

/**/


#ContentPlaceHolder1_divSearch h2 {
	margin-top: 2rem;
	margin-bottom: .5rem;
}

/* input#ContentPlaceHolder1_chkFail {
	visibility: hidden;
}

*/





#ctl00_ContentPlaceHolder1_grdSearchResult .rgRow td {
	background-color: #FFF;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

#ctl00_ContentPlaceHolder1_grdSearchResult .rgAltRow td {
	background-color: #f2ffe5;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

#ctl00_ContentPlaceHolder1_grdSearchResult td a {
	color: #2b4ed7;
}

#ctl00_ContentPlaceHolder1_grdSearchResult td a:hover {
	color: #8dc63f;
}

#ctl00_ContentPlaceHolder1_grdSearchResult thead, #ctl00_ContentPlaceHolder1_grdSearchResult tfoot {
	color: #FFF;
	background-color: #999;
}

#ctl00_ContentPlaceHolder1_grdSearchResult thead a, #ctl00_ContentPlaceHolder1_grdSearchResult tfoot a {
	color: #FFF;
}

#ctl00_ContentPlaceHolder1_grdSearchResult thead a:hover, #ctl00_ContentPlaceHolder1_grdSearchResult tfoot a:hover {
	color: #f2ffe5;
}
.sub-list {
	margin-left: 15px;
}
#ContentPlaceHolder1_lnkSubscriber, #ContentPlaceHolder1_lnkAccount {
	text-transform: uppercase;
	padding: .425em .825em;
	border: none;
	outline: none;
	background-color: #354ba0;
	color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 25px;
	}

#ContentPlaceHolder1_lnkSubscriber:hover, #ContentPlaceHolder1_lnkAccount:hover {
	background-color: #4e65bd}

.rgSelectedRow {
	background: #b9e978 url(none) !important;
	background-color: #b9e978 !important; }

.rgSelectedRow td {
	border-bottom-color: #8dc63f !important;
}

.rgAltRow td a.top-nav__icon.fas, .rgRow td a.top-nav__icon.fas {
	font-size: 1em;	
}

.rgAltRow td a.top-nav__icon.fas::before, .rgRow td a.top-nav__icon.fas::before {
	font-size: 1.2em;
	padding-right: 3px;
	}

td.gc_Verify, td.gc_Details, td.gc_Certify {
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.tab-nav {
	background-color: #354ba0;
	}

.tab-nav ul, .tab-nav li { margin: 0; padding: 0; list-style: none; }

.tab-nav li { display: block; float: left; text-align: center; }

.tab-nav li a {
	background: transparent;
	border-style: solid solid none;
	border-width: 2px 1px 1px;
	color: #FFF;
	display: block;
	font-size: 0.85em;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	padding: 7px 20px;
	border-top-color: #587BA5;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#lnkCriticalReport {
	background-color: yellow !important;
	color: black !important;
}

.tab-nav li a:hover {
	background-color: #587BA5;
}
li.tab-nav-item a:hover {
	color: #FFF;
}

.tab-nav li.tab-nav-item-on a {
	color: #336;
	background-color: #FFF;	
}

.tab-nav li.tab-nav-item-on a:hover {
	color: #06C;
	background-color: #FFF;
}

.rgRow td a:hover,
.rgAltRow td a:hover {
	color: #090;
} 

div.container-full {
	width: 100%!important;
	padding: 0 24px;
	margin-top: 0px;
	margin: 0 auto;
	}

.fixed-top {position: relative!important;}


/* file upload details */
#txtDisplayName, 
#txtDescription,
#txtEPCISName {
width: 100%;
}

/* xml file view */
#preXML {
    margin: 30px;    
}
/* xml file comments */
.xmlComments {
    /* margin: 30px;    */   
}
/* excel download icon */
#ContentPlaceHolder1_imgExcelView {
   height: 30px;
    margin-top: -20px;
    margin-bottom: 0px;
    background-color: #EAEAEA; 
}
/* table formatting for resources */
table.gc_resources {
    border-bottom: 1px solid #D7E3CB;
}
table.gc_resources td {
    border-top: 1px solid #D7E3CB;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 0px;
}
.res-rel-date {
    width: 10%;
}
#lblStatus {
    font-size: 1em;
}
table.gcCertify {
    width: 100%!important;
}
table.gcCertify td.col1 {
    width: 25%!important;
}
table.gcCertify td.col2 {
    width: 50%!important;
}
table.gcCertify td.col3 {
    width: 25%!important;
}
.resetpwform {
    width: 200px;
}
.privacy {
    margin-right: 100px;
}
.privacy p {
    margin-bottom: 1em;
}
.privacy hr {
    margin-top: 12px;
    margin-bottom: 24px;
    border-left: 0 solid #999999;
    border-right: 0 solid #999999;
    border-bottom: 0 solid #999999;
    border-top: 1px solid #999999;
}
.fd-helpIcon {
    float: right;
    margin-left: auto;
    margin-right: 8px;
    margin-top: 6px;
}
a.fd-helpIconLink {
    color: #FFFFFF;
}
a.fd-helpIconLink:hover {
    color: #E4E5E6;
}
.container-contact {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
hr.GC-profile-s {
    margin-top: 12px;
    margin-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px;
    border-left: 0 solid #999999;
    border-right: 0 solid #999999;
    border-bottom: 0 solid #999999;
    border-top: 1px solid #658ED6;
}
.btnReset {
    width: 300px;
}
.btnResetTxt {
    padding-top: 0px;
    padding-bottom: 10px;
}
.sidebar ul ul#ulUsers, .sidebar ul ul#ulLinkedAccts  {
    margin-left: 15px;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #999;  
    
}
.sidebar ul#ulUsers li, .sidebar ul#ulLinkedAccts li {
    margin-left: 20px;
    padding-bottom: 5px;
    list-style-type: square;  
    color: #999;   
}
.sidebar ul#ulUsers li a, .sidebar ul#ulLinkedAccts li a {
    color: #999;    
}
.sidebar ul#ulUsers li a:hover, .sidebar ul#ulLinkedAccts li a:hover {
    opacity: .6;
}
.sidebar ul#ulUsers i, .sidebar ul#ulLinkedAccts i {    
    visibility: hidden;    
}

li.sidebar__nav-link—active, li.sidebar__nav-link—active a {
	color: #8dc63f !important;
}

.iconspacing{
    padding-right: 10px;
}
table.acctChoice  {
    border-top: 1px solid #D9D9D9;
}
table.acctChoice tr {
    padding: 0px;
    margin: 0px;
}
table.acctChoice td {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D9D9D9;
    margin: 0px;
}

/*VRS table headers*/
th.rgHeader.vrsResultsCol, th.rgHeader.vrsResultsCol2, th.rgHeader.vrsPlanSetCol {
	background: none!important;
	background-color: #354ba0!important;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 13px;
}

th.rgHeader.vrsResponseCol, th.rgHeader.vrsExpectedCol {
	background: none!important;
	background-color: #3e9d14!important;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 13px;
}
/*VRS expected values table columns*/
td.vrsExpectedCol, td.vrsResponseCol {
	background-color: #e8f4d9!important;
}
/*VRS tab bkg*/
div.vrsTabbkg {
	background-color: #FFF;
}

/* style for mouse hover rows, and hover for highlighted rows*/
.rgHoveredRow, tr.rgAltRow.rgHoveredRow td.vrsExpectedCol, tr.rgRow.rgHoveredRow td.vrsExpectedCol, tr.rgAltRow.rgHoveredRow td.vrsResponseCol, tr.rgRow.rgHoveredRow td.vrsResponseCol {
    background-color: #c5f387 !important;
}

/* VRS Test Case Details table */
table#ContentPlaceHolder1_UcTestCaseDetails1_TestCaseView {
	
}
tr.tcdRow {
	border-top: 1px solid #d0d7e5!important;
	border-bottom: 1px solid #d0d7e5!important;
}
tr.tcdRow2 {
	border-top: 1px solid #d0d7e5!important;
	border-bottom: 1px solid #d0d7e5!important;
	background-color: #e8f4d9!important;
}
tr.tcdRow td {
	border-left: 1px solid #d0d7e5!important;
	border-right: 1px solid #d0d7e5!important;
	padding: 2px;
}
tr.tcdRow2 td {
	border-left: 1px solid #d0d7e5!important;
	border-right: 1px solid #d0d7e5!important;
	padding: 2px;
}
tr.tcdBlankrow {
	border: 0px solid #FFF!important;
}
tr.tcdExpRow {
	border-top: 1px solid #3e9d14!important;
	border-left: 1px solid #3e9d14!important;
	border-right: 1px solid #3e9d14!important;
	background: none!important;
	background-color: #3e9d14!important;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 13px;
}
tr.tcdTestCaseRow {
	border-top: 1px solid #354ba0!important;
	border-left: 1px solid #354ba0!important;
	border-right: 1px solid #354ba0!important;
	background: none!important;
	background-color: #354ba0!important;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 13px;
}

/*MedCheck*/
.medck__logo {
	margin-right: 30px;
	margin-bottom: 30px;
}
/* columns */
.column {
  float: left;
  width: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
 /* Column Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
} 

.adj-baseline {
	padding-top: 16px;
}

.mc-icon-reset {
	color: #A6A6A6;
	font-size: 1.2EM;
}
.mc-icon-search {
	color: #7391EB;
	font-size: 2EM;
	padding: 0;
}
.mc-icon-scan {
	color: 000;
	font-size: 2EM;
	padding: 0;
}
.mc-desc {
	font-size: 1EM;
	font-weight: bold;
	margin-bottom: 0;
}
.mc-results {
	margin-bottom: 10px;
}
.mc-results-left {
	padding-left: 50px;
}
.mc-results-right {
	padding-right: 20px;
}
.mc-results-box {
	margin-left: 30px;
	padding: 10px;
	border: 1px solid #C1C1C1;
	min-width: 150px;
}
.mc-results-label{
	font-weight: bold;
}
.mc-results-toplabel {/* this will be the style for the box label */
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #C1C1C1;
	min-width: 150px;
	text-align: right;
	margin-bottom: 0px;
	font-weight: bold;
}
.mc-results-toplabel-expired {/* this will be the style for the expired box label */
	color: #FFFFFF;
	background-color: #D03900;
}
.mc-results-toplabel-expiringsoon {/* this will be the style for the expiring soon box label */
	color: #FFFFFF;
	background-color: #E58D00;
}
.mc-results-toplabel-recall {/* this will be the style for the recall box label */
	color: #FFFFFF;
	background-color: #DD03C4;
}
.mc-results-toplabel-shortsupply {/* this will be the style for the short supply box label */
	color: #000000;
	background-color: #ECE741;
}
.mc-expired {
	background-color: #FC4600;
}
.mc-expiringsoon {
	background-color: #FC9C00;
}
.mc-recall {
	background-color: #FC00DF;
}
.mc-shortsupply {
	background-color: #F9F7BB;
}
.mc-check-good {
	background-color: #f3f2f2;
}
.mc-results-buttonVerify {/* this will be the style for the verify button below the box */
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 0px;
	min-width: 150px;
	text-align: center;
	margin-bottom: 0px;
}
.mc-results-infoiconVerify {/* this will be the style for the info icon below the box */
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 0px;
	min-width: 150px;
	text-align: center;
	margin-bottom: 0px;
	font-size: 1.5em;
}

div.column.mc-results-left {
	max-width: 550px;
	min-width: 40%;
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 105%;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.infoGCMessage {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #c3d8f1;
	border: solid #5d8cc9;
	border-width: 0 0 1px 1px;
	text-align: left;
	color: #00156e;
	font-weight: bold;
	font: 18px Arial, Helvetica, sans-serif;
}