.serif {
  font-family: Georgia, 'Times New Roman', serif;
}
.sans-serif {
  font-family: Helvetica, Arial, sans-serif;
}
.monospaced {
  font-family: 'Courier New', monospace;
}
.sorting_desc:before,
.sorting_asc:before {
  content: ' ';
  position: relative;
  left: 0px;
  border: 7px solid transparent;
  border-radius: 20%;
}
.sorting_desc:before {
  top: 11px;
  border-top-color: silver;
}
.sorting_asc:before {
  bottom: 12px;
  border-bottom-color: silver;
}
.sorting_desc,
.sorting_asc {
  padding-left: 2px;
  margin: 2px;
}
.pagetype-datalist .pageheading a {
  float: right !important;
}
.pagetype-datalist .pageheading h2.head {
  padding: .50vw;
  font-size: 19.5px;
}
.pagetype-datalist .dataTables_wrapper .row:nth-child(1) {
  padding: 0 .50vw;
  margin-left: 0;
  margin-right: 0;
  color: #333;
}
.pagetype-datalist table {
  width: 98% !important;
  max-width: 100%;
  border-spacing: 1px;
  border-collapse: collapse;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  background: #ffffff;
  background: -moz-linear-gradient(-45deg,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: -webkit-linear-gradient(-45deg,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  background: linear-gradient(135deg,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=1);
  min-width: 40%;
  vertical-align: top;
  margin: auto;
  padding: 0.75vw;
  margin-top: 0;
  border: 1px solid rgba(0,0,0,0.1);
}
.pagetype-datalist table td,
.pagetype-datalist table th {
  border: 1px solid #dedede;
}
.pagetype-datalist table .form-control {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 3px !important;
  font-size: 13px !important;
  line-height: 15px !important;
  color: #333;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pagetype-datalist table tbody tr:nth-child(odd) {
  background: whitesmoke !important;
}
.pagetype-datalist table tbody tr:nth-child(even) {
  background: white !important;
}
.pagetype-datalist table tbody tr td,
.pagetype-datalist table tbody tr th {
  line-height: 15px;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,0.03);
  font-size: 13px;
  padding: 4px 5px;
}
.pagetype-datalist table thead tr td,
.pagetype-datalist table thead tr th {
  vertical-align: middle;
  border-bottom: 0px solid #333;
  background: #337ab7;
  color: #fff;
  font-size: var(--medbodyfont);
  padding: 4px 5px;
}
.pagetype-datalist table thead tr td {
  vertical-align: middle;
  border-bottom: 0px solid #333;
  background: #337ab7;
  color: #fff;
  font-size: var(--medbodyfont);
  line-height: 26px;
}
.pagetype-datalist table thead tr:nth-child(odd) {
  background: whitesmoke !important !important;
}
.pagetype-datalist form table {
  border-spacing: 0;
  border-collapse: 0;
}
.pagetype-datalist form table tr:nth-child(odd) {
  background: whitesmoke !important;
}
.pagetype-datalist form table tr:nth-child(even) {
  background: white !important;
}
.pagetype-datalist table tbody tr:nth-child(odd)
.pagetype-datalist form table tbody tr:nth-child(odd),
.pagetype-datalist table thead tr:nth-child(odd) {
  background: whitesmoke !important;
}
.pagetype-datalist table thead tr th select,
.pagetype-datalist table thead tr th input {
  clear: both;
  width: 100%;
  margin: 2px auto;
  padding: 3px;
  color: #333;
  font-size: 12px;
}
.pagetype-datalist table thead tr th input {
  width: 100%;
}
.pagetype-datalist div#activetoggle [icon-toggle-on] {
  font-size: 36px;
  color: green;
  text-shadow: 0px 0px 6px #fff;
}
.pagetype-datalist div#activetoggle [icon-toggle-on]:after {
  content: "Viewing Active";
  font-size: 16px;
  font-family: Arial;
  display: block;
}
.pagetype-datalist div#activetoggle [icon-toggle-off] {
  font-size: 36px;
  color: red;
  text-shadow: 0px 0px 6px #fff;
}
.pagetype-datalist div#activetoggle [icon-toggle-off]:after {
  content: "Viewing Inactive";
  font-size: 16px;
  font-family: Arial;
  display: block;
}
.pagetype-datalist th.toggletd {
  text-align: center;
}
.pagetype-datalist thead tr th {
  vertical-align: top !important;
}
.dataTables_wrapper input.datepicker,
.dataTables_wrapper input.datepicker {
  width: 43%;
  display: inline-block;
  margin: 1%;
  font-size: 10px;
}
.dataTables_wrapper .daterangeclear {
  display: inline-block;
  width: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.0em 0em;
  margin-left: 1px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: none;
  background-color: transparent;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a:hover {
  color: white !important;
}
.dt-error {
  background: #f2d7d8;
  padding: 12px 8px;
  width: 98%;
  margin: auto;
  margin-bottom: 12px;
  border: 1px solid red;
  border-radius: 4px;
  color: #a94442;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
.dt-notice {
  background: #cfe0fc;
  padding: 12px 8px;
  width: 98%;
  margin: auto;
  margin-bottom: 12px;
  border: 1px solid blue;
  border-radius: 4px;
  color: #4286f4;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
span.activeinactive-indicator {
  padding: 10px;
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
}
span.indicate-All {
  color: #337ab7;
}
span.indicate-Active {
  color: #419641;
}
span.indicate-Inactive {
  color: #c12e2a;
}
