﻿html, body
{
  height: 100%;
  max-width: 100%;
  overflow-x: visible;
}

.modal
{
  z-index: 1900;
}

.modal-backdrop
{
  z-index: 800;
}

.navbar-fixed-top
{
  z-index: 500;
}

th
{
  text-align: center !important;
  font-weight: bold;
  /* text-transform: uppercase; */
}

a
{
  cursor: pointer;
}

fieldset
{
  margin-top: 8px;
}

.ui-tooltip
{
  max-width: 1000px;
}

@media (min-width: 800px)
{
  .w3-container
  {
    max-width: 1920px;
  }
}

.w3-container-center
{
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.w3-container-center-800
{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.w3-container-center-1000
{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.w3-container-center-1200
{
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.w3-container-center-1400
{
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
}

.w3-container-center-1600
{
  margin-left: auto;
  margin-right: auto;
  width: 1600px;
}

.w3-container-center-1800
{
  margin-left: auto;
  margin-right: auto;
  width: 1800px;
}

input[type=radio], input[type=checkbox]
{
  width: 16px;
  height: 16px;
}

ul.action a
{
  text-decoration: none;
}

span.action a
{
  text-decoration: none;
}

div.action a
{
  text-decoration: none;
}

.w3-padding-tiny
{
  /* top right bottom left*/
  /* padding: 5px 3px 5px 4px !important */
  padding: 5px 4px !important;
}

td, li
{
  padding: 5px 4px !important;
}

.tableFixHead
{
  overflow-y: auto;
  height: 800px;
  padding-bottom: 30px;
  display: inline-block;
}

  .tableFixHead thead th
  {
    position: sticky;
    top: 0px;
  }

/*
table
{
  border-collapse: collapse;
}
*/
