#screen, #modal {
  display: none;
  position: fixed;
}

#screen {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  z-index: 1;
}

#modal {
  width: 50%;
  top: 20%;
  right: 50%;
  left: 25%;
  background: white;
  z-index: 2;
}

table {
  margin-left:auto; 
  margin-right:auto;
  font-size: 85%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th {
  text-align: center;
  color: #FFFFFF;
  font-size:14px;
  white-space:nowrap;
  height: 25px;
  text-decoration:none;
  background-color: #336699;
}

.HoverPointer{
	cursor: pointer;
}

.keepBarAtTop{
  position: sticky; top: 0; 
}

td {
  text-align: left; 
  padding: 8px; 
}
  
td+td {
  text-align: center;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.noColorEven tr:nth-child(even){
  background-color: #ffffff;
}

.blueRow{
  background-color: #f2f2f2;
}

.table-hover>tbody>tr:hover {
  background-color: rgba(92,156,204,.3);	
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

#dialog-provider p {
  text-align:center;
}

.legendOfFieldSet {
  border: medium;
  margin: 0px 0px 0px 0px;
  padding: 0 5px;
  position: relative;
  text-align: left;
  width: 150px;
  font-size: 125%;
}

.fieldSetVendor {   
  border: 2px solid #CCC;
  border-radius: 5px;
  padding: 5px;
  margin: 0px 10px 5px 0px;
  max-width: 85%;
}

.fieldSet {   
  border: 2px solid #CCC;
  border-radius: 5px;
  padding: 5px;
  margin: 0px 10px 5px 0px;
  float: right;
  max-width: 550px;
}

.glyphicon {
  margin-left: 25vh;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0.5em 0;
}

.ui-widget-overlay {
  opacity: .80;
  filter: Alpha(Opacity=80);
  background: #1a1a1a !important;
  transition: opacity 5s;
  -webkit-transition: opacity 5s;
  z-index: 10000;
}

.back-to-top {
  font-size: 50px; 
  position: fixed;
  bottom: 10px;
  left: 49%;
  z-index: 999;
  filter: drop-shadow(0 0 1px #333);
}

.back-to-top-bottom {
  font-size: 25px;
}

.fa-arrow-circle-up {
  position: relative; 
  top: 3px; 
}

a.toolTipAnchor {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-decoration:underline;
  color: #336699;	
}