body {
  text-align: center;
  background-color: #262262;
  color: #ffffff;
}

input,
select,
textarea {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.div1 {
  display: table;
  margin: 0 auto !important;
  text-align: left;
}

button {
  color: #000000;
}

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  text-align: left;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

table.blueTable td,
table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 20px;
  color: #000000;
}

.tight_padding * {
  padding: 3px !important;
}

table.blueTable tbody td {
  font-size: 13px;
}

table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}

table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}

table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  border-bottom: .1em solid black !important;
}

table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}

table.blueTable tfoot td {
  font-size: 14px;
}

table.blueTable tfoot .links {
  text-align: right;
}

table.blueTable tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

table.whiteTable {
  background-color: white;
  color: black;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-collapse: collapse;

}

table.whiteTable td,
table.whiteTable th {
  padding: 3px 20px;
}

table.whiteTable tbody td {
  font-size: 13px;
}

table.whiteTable thead th {
  font-size: 15px;
  font-weight: bold;
  border-left: 2px solid #D0E4F5;
  border-bottom: 2px solid #000000 !important;
}

table.whiteTable thead th:first-child {
  border-left: none;
}

table.whiteTable tfoot {
  font-size: 14px;
  font-weight: bold;
  border-top: 2px solid #444444;
}

table.whiteTable tfoot td {
  font-size: 14px;
}

table.whiteTable tfoot .links {
  text-align: right;
}

table.whiteTable tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.total_row {
  border-style: double none none none;
}

.style1 li {
  list-style-type: none;
  margin: 0px;
  padding: 10px;
}

.rowedit {
  margin: 0 auto;
  text-align: center;
  background: #007700;
}

.row_no_edit {
  margin: 0 auto;
  text-align: center;
  background: red;
}

.row_not_editable {
  background-color: #ffdddd !important;
}

.row_reversed * {
  background-color: #aa5555 !important;
  text-decoration: line-through;
}

.button1 {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.button2 {
  font: bold 14px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 12px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.button3 {
  font: bold 18px Arial;
  text-decoration: none;
  background-color: #B6B2F2;
  color: black;
  padding: 20;
  border: none;
  margin: 0 auto !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.button3:hover {
  background-color: #F0E68C;
  color: black;
}

.button4 {
  font: bold 18px Arial;
  text-decoration: none;
  background-color: #B6B2F2;
  color: black;
  padding: 20;
  border: none;
  cursor: pointer;
  margin: 10 10;
}

.button4:hover {
  background-color: #464282;
  color: yellow;
}

.compactbutton {
  font: bold 18px Arial;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 5;
  border: none;
  cursor: pointer;
  text-align: left;
}

.compactbutton:hover {
  color: yellow;
}

.datalist {
  list-style: none;
  display: none;
  background: white;
  box-shadow: 0 2px 2px #999;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 300px;
  overflow-y: auto;
}

.datalist:empty {
  display: none !important;
}

.datalist li {
  padding: 3px;
  color: black !important;
  font: 13px "Lucida Grande", Sans-Serif;
}

.datalist li.active {
  background: #3875d7;
  color: white;
}

table.formTable {
  text-align: left;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

table.formTable td:nth-child(1) {
  text-align: right;
}

table.formTable td,
table.formTable th {
  padding: 10px 2px;
}

table.formTable tfoot td {
  font-size: 14px;
}

table.formTable tfoot .links {
  text-align: right;
}

table.formTable tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.dropdown-filter-item {
  color: black;
  text-align: left;
  font-weight: normal;
}

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  padding: 50px;
  font-size: 20px;
}