* {
  box-sizing: border-box;
}

#header_area {
 /* overflow: hidden; */
  /* background-color: #333; */
  /* background-color: #57575b!important; */
  font-family: Arial, Helvetica, sans-serif;
}

#header_area a {
  /* float: left; */
  /* font-size: 16px; */
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  clear: both;
  color: #003e69;
  /* font-weight: bold; */
}

.dropdown {
  width: 36px;
	display: inline-block;
	float: right;
	position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 160px;
  right: 8%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
}

.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
  margin-top: 8px !important;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    /* width: 33.33%; */
    padding: 0;
    background-color: #f0f0f0;
    height: auto;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.mobile-row {
	--bs-gutter-x: 0 !important;
	width: 189px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 85%;
    height: auto;
  }
  #pohdrdetails, #colorinfo, #colorinfotop {
	  display: block !important;
  }
  #colorinfo, #colorinfotop {
	margin-bottom: 10px !important;
	width: 100% !important; 
  }
  #shipment_id {
	 margin-bottom: 5px !important; 
  }
  #mfacontent, #sendmfaemailbtn, #emailaccesscode {
	  width: 100% !important; 
  }
  #instructionsdiv, #pohdrdetails {
	  width: 100% !important; 
  }
  #orangecolorsection {
	  margin-left: 10px;
  }
  #colorinfotop  #orangecolorsection {
	  margin-left: 0px !important;
  }
  #card2 {
	margin-top: 5px;
  }
  #idxaccountnameselector1, #ttuserid {
	  width: 100% !important;
  }
  #total_price_col {
  	width: 120px;
    display: inline-table;
    line-height: 17px;
  }
  #invoicesearchlabel {
	width: 60px !important;
  }
  #gobutton {
    padding-right: 0 !important;
  }
  #customeraddress1, #customeraddress2, #customercity, #customeremailaddress {
    width: 269px !important;
    clear: both !important;
  }
  #statelabel, #accsettings_customerinfodiv label {
    margin-left: 0 !important;
  }
  #accsettings_customerinfodiv label {
     width: auto !important;
     margin-right: 5px !important;
  }
  #customerphonenumberext, #extlabel {
     display: block !important;
  }
  #extlabel {
     clear: left !important;
     float: left !important;
  }
  #customerstate {
      margin-right: 15px !important;
  }
}

@media screen and (max-width: 900px) {
  #header_area .dropdown {
    display: inline-block !important;
  }
  #header_top_area, #nav, #fontsizesection {
	  display: none !important;
  }
  #header_area {
  	background-color: #fff!important;
  }
  .dropdown .dropbtn {
  	color: #000;
  }
  .editUserBtn {
    left: 0 !important;
  }
}


#header_area {
	padding: 0 0 6px;
	height: auto;
}

#header_sub_area {
	width: 81%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* height: 106px; */
    padding-top: 15px;
    position: relative;
}

#logo_section {
	width: 200px;
	display: inline-block;
}

/* .menu_icon:after { */
    /* content: '\f333'; */
    /* font-family: 'dashicons'; */
    /* font-size: 24px; */
    /* color: #ddd; */
    /* margin: 0 0 0 5px; */
/* } */

#header_top_area {
	height: 30px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #e5e5e5!important;
}

#header_menu_section {
	width: 79%;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
	/* background-color: red!important; */
	font-size: 12px;
	color: #003e69;
}

#header-top-right-menu-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: right;
  float: right;
}

.header-top-right-menu-li {
  /* float: left; */
  display: inline-block;
}

.header-top-right-menu-li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  padding: 5px 0 0px 15px !important;
}

#main-menu-section .sub-menu {
	display: none;
	position: absolute;
    left: -135%;
    top: 0;
	background-color: #e5e5e5!important;
	/* padding: 0 26px; */
	width: 135%;
}

#main-menu-section .main-menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
}

#main-menu-section .main-menu li {
	position: relative;
	width: 100%;
}

#nav ul.primary_menu li ul.menu li a:active, #nav ul.primary_menu li ul.menu li a.current, #nav ul.primary_menu > li > ul.menu > li > a.active, #nav ul.primary_menu > li > ul.menu > li > a:hover {
	text-decoration: underline;
    background: none;
}

#nav ul.primary_menu li ul.menu li ul.menu li a {
	    background: none;
    background-color: #f0f0f0;
    color: #003e69 !important;
    background-image: none;
    border: none;
}
#nav ul.primary_menu li ul.menu li ul.menu li a:hover {
	background-image: none;
	background-color: #f0f0f0;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

#nav ul.primary_menu li ul.menu li ul.menu {
	top: 42px;
	left: -18px;
}

#nav ul.primary_menu li.link_where_item a:active, #nav ul.primary_menu li.link_where_item a.current, #nav ul.primary_menu li.link_where_item a.active, #nav ul.primary_menu li.link_where_item a:hover {
	    background: none;
}

#nav ul.primary_menu li ul.menu li a {
	font-weight: bold;
	font-size: 14px;
}

/* #nav ul.primary_menu li ul.menu li a:after {
	content: '\f347';
    font-family: dashicons;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: 0 0;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
} */

#nav ul.primary_menu li.link_products_item {
	width: 138px !important;
	display: inline-block !important;
	float: none !important;
}

#nav ul.primary_menu li.link_resources_item {
    width: 117px !important;
    display: inline-block !important;
    float: none !important;
}

#nav ul.primary_menu li.link_about_item {
    width: 111px !important;
    display: inline-block !important;
    float: none !important;
}

#nav ul.primary_menu li.link_contact_item {
    width: 142px !important;
    display: inline-block !important;
    float: none !important;
}

#nav ul.primary_menu li.link_where_item {
    color: #000000 !important;
    width: 77px !important;
    display: inline-block !important;
    float: none !important;
}

#nav {
    width: 885px;
    right: 14px;
    top: 33px;
}

#nav ul.primary_menu li ul.menu li ul.menu li.first a {
	box-shadow: none;
	padding-top: 15px !important;
}

#hdr_welcome_portal_user_name, #hdr_text_account, #hdr_customer_name {
	font-size: 12px !important;
	font-weight: normal !important;
}
#hdr_welcome_portal_user_name {
    display: block;
    /* width: 20%; */
    float: left;
    padding: 4px 1px 0px;
    font-weight: bold !important;
}

#hdr_text_account, #hdr_customer_name {
	padding-top: 4px;
    display: inline-block;
}

#fontsizesection {
	font-size: 12px;
    color: #0000f0;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;	
    color: #f0f0f0;
}

#account_information_section {
	display: block;
    width: 100%;
    height: 30px;
    /* background: none; */
    margin-top: 10px;
    margin: 0 auto;
    background-image: url(/STVENDOR/images/bg_texture.jpg);
    background-color: #e5e5e5;
    background-repeat: repeat;
    background-position: 0 0;
    padding-top: 4px;
    overflow: hidden;
}

#account_information_content_area {
	color: #003e69;
	display: block;
	width: 79%;
	margin: 0 auto;
	height: auto;
}

.card-body {
	background-color: #ecf7ff;
	padding: 1px 10px;
}

.footer_section {
	width: 79%;
    margin: 0 auto;
}

@media (min-width: 981px) {
	.footer_sub_section {
	    padding: 1% 0 0 !important;
	}
}

.glyphicon {
	position: absolute;
    color: white;
    top: 15px;
    right: 0;
}

#top_cta {
	margin-top: 5px;
    display: block;
}

#last_logon_dt {
	margin-bottom: 10px;
	color: #003e69;
}

#account_information_content_area p {
	padding-bottom: 0;
	font-size: 12px;
	color: #003e69 !important;
}

#account_information_content_area span {
	 font-family: Tunga,franklin-gothic-urw,Arial,sans-serif !important;
	 font-size: 12px;
	 color: #003e69 !important;

}

.footer_section {
	 width: 98%;
}

.et_pb_section {
	padding: 20px 0 !important;
}

.et_pb_row_0_tb_footer, .et_pb_row_1_tb_footer, .et_pb_row_2_tb_footer, .et_pb_row_3_tb_footer, body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row, body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row, body #page-container .et-db #et-boc .et-l .et_pb_row_2_tb_footer.et_pb_row, body #page-container .et-db #et-boc .et-l .et_pb_row_3_tb_footer.et_pb_row {
	width: 100%;
}

.et_pb_row {
  width: 100%;
}

.white_box {
    background-color: #ffffff;
    background-image: none;
    padding: 20px;
    -moz-border-radius: .4em;
    -webkit-border-radius: 0.4em;
    border-radius: 0.4em;
    border: none !important;
    min-height: 420px;
}

#content #main.fixed_wrap.white_box {
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top: none;
    padding-bottom: 40px;
}

#navmenu {
	list-style: none;
    text-align: right;
}

#nav ul.primary_menu {
	 margin-left: 283px !important;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}
#mobile-menu-acc-selection, #mobile-menu-signout {
	background-color: #ecf7ff;
}
#mobile-menu-acc-selection {
	border-bottom: 1px solid #ccc;
}


#account_information_section {
height: auto !important;
line-height: 18px !important;
} 

#csr_name, #csr_email, #esr_name, #esr_email {
       display: inline-block;
}
#csr_phone, #esr_phone {
       display: block;
}

#invoicesearchlabel {
	width: 90px;
}

.reset-btn {
	background-color: #ecf7ff;
	color: #555;
}

.unsaved {
	background-color: red;
}
.saved {
	background-color: lightgreen;
}

#save_status {
	color: green;
	font-weight: bold;
}

#poconfirmtable input[type="text"], #poshiptable input[type="text"] {
	width: 100px;
}

.addrow {
  	background: url(/STVENDOR/images/plus_icon.png) no-repeat center 0px;
    height: 12px;
    display: inline-block;
    width: 12px;
    background-size: contain;
}

.removerow {
  	background: url(/STVENDOR/images/remove_icon.png) no-repeat center 0px;
    height: 12px;
    display: inline-block;
    width: 12px;
    background-size: contain;
}

#poconfirmtable td:nth-last-child(2), #poshiptable td:nth-last-child(2) {
	padding-left: 13px;
}
#polisttable {
	font-size: 11px;
}

#orangecolor {
	display: inline-block;
    height: 10px;
    width: 20px;
    background-color: orange;
    margin-right: 10px;	
}

#redcolor {
	display: inline-block;
    height: 10px;
    width: 20px;
    background-color: red;
    margin-right: 10px;	
}

#lightgreen {
	display: inline-block;
    height: 10px;
    width: 20px;
    background-color: lightgreen;
    margin-right: 10px;	
}

#lightskyblue {
	display: inline-block;
    height: 10px;
    width: 20px;
    background-color: lightskyblue;
    margin-right: 10px;	
}

#yellowcolor {
	display: inline-block;
    height: 10px;
    width: 20px;
    background-color: yellow;
    margin-right: 10px;	
}

#greencolor {
	display: inline-block;
    height: 10px;
    width: 20px;
    background-color: lightgreen;
    margin-right: 10px;	
}

.stat_active {
	background-color: yellow
}
	
.stat_confirmed {
	background-color: lightskyblue
}
	
.stat_shipped {
	background-color: lightgreen
}

.confirmbtn {
	background-color: dimgrey !important;
}
.confirmallbtn {
	background-color: darkgreen !important;
}
.highlightedspan, #vendoraccountlistitems {
	display: block;
    margin-bottom: 10px;
}
#filsharingtable th {
	background-color: #f3f3f3;
}
#filsharingtable th, #filsharingtable td {
	border: 1px solid #000;
	padding: 8px;
} 
#filsharingtable td a {
	color: #2ea3f2;
}
#resetpwdcontentdiv, #newpwdcontentdiv {
	width: 81%;
    margin: 0 auto;
}
#maincontentdiv {
	width: 83%;
    margin: 0 auto;
}
#idxinfodiv {
	margin-bottom: 10px;
}
#instructionsdiv li {
	list-style: disc;
}
#instructionsdiv ul {
	margin-left: 25px;
}
#instructionsdiv {
	margin-bottom: 2px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    width: 85%;
    background-color: #eee;
}
span.yellowcolor {
	background-color: yellow;
}
span.lightskyblue {
	background-color: lightskyblue;
}
span.lightgreen {
	background-color: lightgreen;
}
.statusblock {
	font-size: 10px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    color: black;
}

.disabled-btn {
	background-color: #ccc !important;
	color: #666;
	cursor: not-allowed !important;
	opacity: 0.6;
	pointer-events: none;
}

/* TABLE FIX CSS */

.stidx {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#idxinfodiv,
#vendorinfo {
    flex: 0 0 auto;
}

#polistdiv {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

#poactionbuttonsdiv,
#colorinfo {
    flex: 0 0 auto;
}

#polistform {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    margin: 0;
}

#polisttable {
    width: 100%;
    border-collapse: collapse;
}

#polisttable thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}
