

table#ContentPlaceHolder1_chkListVendortags tbody tr td label,
table#ContentPlaceHolder1_chkListTypeTags tbody tr td label,
table#ContentPlaceHolder1_chkListCountryTags tbody tr td label {
  padding-left: 10px;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#mainheader {
  background-color: whitesmoke;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
  top: 0px;
  z-index: 99;
}


footer{
  width: 100%;
}

.footerlinks {
  color: #ffffff;
  text-decoration: none !important;
}

.footerlinks:hover {
  color: #ffd800;
}

#mainfooter {
  background-color: #004d80;
  color: whitesmoke;
}

.imageheader {
  max-width: 100px;
}

.errmsg, .warnmsg, .infomsg {
  display: none;
}

.ui-dialog.dlgerr, .ui-dialog.dlgwarn, .ui-dialog.dlginfo {
  background-color: lightblue
}

.ui-dialog.dlgerr .ui-dialog-titlebar {
  background-color: red;
}

.ui-dialog.dlgwarn .ui-dialog-titlebar {
  background-color: yellow;
}

.ui-dialog.dlginfo .ui-dialog-titlebar {
  background-color: darkslategray;
  color: white;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

ul.navbar-nav li.nav-item a {
  font-weight: 600;
}

ul.navbar-nav li.nav-item a:hover {
  font-weight: bold;
}

ul.navbar-nav li.dropdown div.dropdown-menu {
  background-color: whitesmoke;
}

.pcusername {
  font-weight: bold;
  color: red;
}

.synch, .synchall
{
  cursor: pointer;
}

.synchall
{
  display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}