/* #27688c; */
/* @basecolor: #4788ac;  PT Blue */
.green {
  color: green;
}
.red {
  color: red;
}
.orange {
  color: orange;
}
.formwrapper {
  display: flex;
}
/*************
  From Blue Theme for Tablesorter
 *************/
.tablesorter tbody td,
.tablesorter tfoot th,
.tablesorter tfoot td {
  padding: 4px;
  vertical-align: top;
}
.tablesorter .header,
.tablesorter .tablesorter-header {
  /* black (unsorted) double arrow */
  /*	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
  /* white (unsorted) double arrow */
  /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
  /* image */
  /* background-image: url(images/black-unsorted.gif); */
  background-repeat: no-repeat;
  background-position: center right;
  padding: 4px 18px 4px 4px;
  white-space: normal;
  cursor: pointer;
}
.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
  background-image: url(/images/darrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
  background-image: url(/images/uarrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.tablesorter thead .sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}
/* tfoot */
.tablesorter tfoot .tablesorter-headerSortUp,
.tablesorter tfoot .tablesorter-headerSortDown,
.tablesorter tfoot .tablesorter-headerAsc,
.tablesorter tfoot .tablesorter-headerDesc {
  /* remove sort arrows from footer */
  background-image: none;
}
/* Search Modal */
#searchResultsContainer {
  height: 500px;
  border-radius: 3px;
  background-color: #fcfcfc;
  border: solid #41799a 1px;
  padding: 10px;
  overflow-y: scroll;
  font-size: 11px;
}
#searchResults {
  font-size: 11px;
  text-align: center;
}
.searchResultsTab {
  width: 100%;
  font-size: 11px;
}
.searchResultsTab thead {
  background-color: #6688aa;
  color: white;
}
.searchResultsTab tbody tr td {
  text-align: left;
}
.searchResultsTab tbody tr td a {
  color: #6688aa;
}
.searchResultsTab thead tr th {
  text-align: left;
}
.searchResultsTab tbody tr.even {
  background-color: #eeeeee;
}
#syssearchform {
  font-size: 11pt;
}
#syssearchform table tr td {
  padding-right: 10px;
  padding-bottom: 5px;
}
#syssearchform table tr td label.form-check-label {
  /*    color: @aocp; */
}
/* Login Page */
#loginformdiv {
  width: 4in;
  border: solid gray 2px;
  border-radius: 10px;
  padding: 15px;
  background-color: #f0f0f0;
}
#loginmessages {
  text-align: center;
  width: 4in;
  padding: 15px;
  color: red;
}
#loginform table tr td.tflabel {
  text-align: right;
  font-weight: bold;
  padding: 5px;
  font-size: 16px;
}
#loginform table tr td.tfvalue {
  padding: 5px;
  font-size: 16px;
}
#loginform table tr td.tfvalue input {
  font-size: 16px;
}
#cpwformdiv {
  width: 8in;
  border: solid gray 2px;
  border-radius: 10px;
  padding: 15px;
  background-color: #f0f0f0;
}
#pwform table tr td.tflabel {
  text-align: right;
  font-weight: bold;
  padding: 5px;
}
#pwform table tr td.tfvalue {
  padding: 5px;
}
.cpmsg {
  color: red;
  font-size: 12pt;
}
.titlebar .options {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  display: table-cell;
}
.titlebar .smalloptions table.uploadsstatus {
  border-collapse: collapse;
  border: solid #6688aa 2px;
  border-radius: 10px;
}
.titlebar .smalloptions table.uploadsstatus thead tr th {
  background-color: #6688aa;
  color: white;
  text-align: center;
  font-size: 10px;
  padding-left: 3px;
  padding-right: 3px;
}
.titlebar .smalloptions table.uploadsstatus tbody tr td {
  text-align: center;
  font-size: 10px;
  padding-left: 3px;
  padding-right: 3px;
}
.titlebar .smalloptions table.uploadsstatus tbody tr td a {
  color: #6688aa;
}
.head-text {
  color: #6688aa;
}
.napslogo {
  color: black;
  font-family: Georgia;
  font-style: italic;
}
#appform {
  /*  height: 500px; */
}
/* applicant selection table */
.applicanttab,
.agenttab {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 10pt;
  border-collapse: collapse;
  border: solid black 2px;
  border-radius: 8px;
}
.applicanttab thead tr th {
  font-size: 12pt;
  background-color: #6688aa;
  color: white;
}
.applicanttab th,
.applicanttab td {
  border: solid gray 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.applicanttab td.selapp {
  color: #6688aa;
}
.applicanttab tr.selapp:hover {
  color: white;
  background-color: #808080;
}
.applicanttab tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
.agenttab thead tr th {
  font-size: 12pt;
  background-color: #6688aa;
  color: white;
}
.agenttab th,
.agenttab td {
  border: solid gray 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.agenttab td.selagent {
  color: #6688aa;
}
.agenttab tr.selagent:hover {
  color: white;
  background-color: #808080;
}
.agenttab tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
.formsection {
  margin-left: 5px;
  margin-right: 5px;
  flex-grow: 1;
  min-width: 400px;
}
#appagent {
  flex-grow: 5;
}
.sectbody {
  background-color: white;
  padding: 5px;
  border-left: solid #737687 2px;
  border-right: solid #737687 2px;
  border-bottom: solid #737687 2px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.secttitle {
  padding-top: 2px;
  background-color: #737687;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: white;
  border: solid #737687 2px;
  font-size: 14pt;
  text-align: center;
  margin: 0px;
}
.secttitle h5 {
  font-size: 14pt;
  text-align: center;
}
.sectbody input,
.sectbody select,
.sectbody textarea,
.sectbody label {
  font-size: 12px;
}
.sectbody label {
  font-weight: bold;
}
.sectbody label::after {
  content: ':';
}
.assearchbody input,
.agsearchbody input,
.assearchbody select,
.agsearchbody select,
.assearchbody textarea,
.agsearchbody textarea,
.assearchbody label,
.agsearchbody label {
  font-size: 12px;
}
.assearchbody label,
.agsearchbody label {
  font-weight: bold;
}
.assearchbody label::after,
.agsearchbody label::after {
  content: ':';
}
.asmodal-body,
.agmodal-body {
  background-color: #eeeeee;
  background-color: white;
  padding: 10px;
  color: black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#asmodal-content,
#agmodal-content {
  background-color: white;
  border-radius: 8px;
}
.assearchtab,
.agsearchtab {
  width: 100%;
}
#agenttab {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  border: solid gray 1px;
}
#agenttab thead {
  background-color: #888888;
  color: white;
}
#agenttab tbody tr td {
  padding: 5px;
  border: solid gray 1px;
}
.ui-dialog.ui-widget.ui-widget-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  outline: 0;
  border: solid black 2px;
  border-radius: 10px;
  background-color: gray;
  color: white;
}
.popup {
  display: none;
}
.ui-dialog-titlebar.ui-widget-header {
  border-width: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: gray;
  color: white;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background-color: white;
  color: black;
  margin: 2px;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.letterdiv {
  margin-left: 1in;
  margin-right: 1in;
}
.emaildisp {
  font-size: 10pt;
  border: solid black 2px;
  padding: .25in;
  background-color: #f0f0f0;
  border-radius: 5px;
}
.letterbutton {
  width: 2in;
}
table.historyTable {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  border: solid black 1px;
  border-radius: 10px;
}
table.historyTable td,
table.historyTable th {
  border: solid #c0c0c0 1px;
}
table.historyTable thead tr th {
  background-color: #6688aa;
  color: white;
  border: 1px solid black;
  font-weight: bold;
  font-size: 14px;
  height: 30px;
  padding-left: 8px;
}
table.historyTable tbody tr td {
  padding: 4px;
}
table.historyTable tbody tr td a {
  color: black;
  text-decoration: none;
}
table.historyTable tbody tr td:hover {
  background-color: #dddddd;
  text-decoration: underline;
}
/* Misc settings used by admin pages */
.adminbutton {
  padding: 10px;
}
.adminpage {
  display: flex;
}
.page50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* carrier management table */
.tdc {
  text-align: center;
}
.tdcheck {
  text-align: center;
  font-weight: bold;
}
table#carriertab tbody tr td.tdnum {
  padding-right: 20px;
  text-align: right;
}
.applicantAppTable {
  font-size: 11px;
  width: 100%;
  border: solid black 1px;
}
.applicantAppTable thead tr {
  background-color: #6688aa;
  color: white;
  border: solid black 1px;
}
.applicantAppTable thead tr th,
.applicantAppTable tbody tr td {
  border-bottom: solid black 1px;
  padding: 4px;
}
.advisorAppTable {
  font-size: 11px;
  width: 100%;
  border: solid black 1px;
}
.advisorAppTable thead tr {
  background-color: #6688aa;
  color: white;
  border: solid black 1px;
}
.advisorAppTable thead tr th {
  border-bottom: solid black 1px;
  border-left: solid white 1px;
  padding: 4px;
}
.advisorAppTable thead tr:first-child th {
  border-bottom: solid black 1px;
  border-left: solid black 1px;
  padding: 4px;
}
.advisorAppTable tbody tr td {
  border-bottom: solid black 1px;
  padding: 4px;
}
.advisorBusinessTable {
  font-size: 11px;
  width: 100%;
  border: solid black 1px;
}
.advisorBusinessTable thead tr {
  background-color: #6688aa;
  color: white;
  border: solid black 1px;
}
.advisorBusinessTable thead tr th {
  border-bottom: solid black 1px;
  border-left: solid white 1px;
  padding: 4px;
}
.advisorBusinessTable thead tr:first-child th {
  border-bottom: solid black 1px;
  border-left: solid black 1px;
  padding: 4px;
}
.advisorBusinessTable tbody tr td {
  border-bottom: solid black 1px;
  padding: 4px;
}
.reBusinessTable {
  font-size: 11px;
  width: 100%;
  border: solid black 1px;
}
.reBusinessTable thead tr {
  background-color: #6688aa;
  color: white;
  border: solid black 1px;
}
.reBusinessTable thead tr th {
  border-bottom: solid black 1px;
  border-left: solid white 1px;
  padding: 4px;
}
.reBusinessTable thead tr:first-child th {
  border-bottom: solid black 1px;
  border-left: solid black 1px;
  padding: 4px;
}
.reBusinessTable tbody tr td {
  border-bottom: solid black 1px;
  border-left: solid gray 1px;
  border-right: solid gray 1px;
  padding: 4px;
}
.reBusinessTable tbody tr td.rc {
  text-align: right;
  font-family: courier;
  padding-right: 8px;
}
.reBusinessTable tbody tr td.resel {
  text-align: center;
  font-size: 14px;
}
.reBusinessTable tbody tr td.resel input {
  border-color: black;
}
.reportButtons {
  padding-bottom: 10px;
}
.mailicon {
  background-image: url('/images/mailicon.png');
}
.mailicon:hover {
  background-image: url('/images/mailicongreen.png');
}
/* advisor reassign */
table.reassignto {
  margin-left: auto;
  margin-right: auto;
}
table.reassignto tr th,
table.reassignto tr td {
  font-size: 14px;
}
table.reassignto tr td input {
  font-size: 14px;
}
/* Licensing Stuff */
/* License table select */
select#newstate {
  font-size: 10px;
  padding: 3px;
}
/* Licensing document manager modal */
#docmgr {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
}
#licSubmitButton,
#licCancelButton {
  display: none;
}
.ltrowgray {
  background-color: #dddddd;
}
#ltab {
  width: 100%;
}
#ltab tbody tr.ltrowhighlight {
  background-color: #6688aa;
  color: white;
}
.ltrow td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.llabel {
  font-weight: bold;
  font-size: 10pt;
}
.linput {
  font-size: 10pt;
}
.datepicker {
  font-size: 10pt;
}
.license {
  border: solid #6688aa 1px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f8f8f8;
  /*    border-radius: 10px; */
}
/* Tablesorter support for license table */
#ltab thead tr th.tablesorter-headerAsc {
  /*    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAQAAADI+WwIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjBg4NCwmha7MjAAAAmUlEQVQI12WMOw5EUABFjxfFCxkimSjQKSb6mUyUemuxEavQqSyARdiBjkJHISKRN8V8Ze7tbs49mIq/SiXOJYpj1KnkFnvLkfWWeyyiVs/lDyrR80sr5jVt3E57jRpulzbzCmRYieifAtFbSfY+OppZs6PYzdrRPr4AO5IrSq52FAAgADb8wSjAKPxh+84jagqrK2GlphGABz7BPsobu0N4AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTA2LTE0VDA5OjAwOjI1LTA0OjAw1OrHoAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wNi0xNFQwOTowMDoyNS0wNDowMKW3fxwAAABNdEVYdHNvZnR3YXJlAEltYWdlTWFnaWNrIDYuOC45LTkgUTE2IHg4Nl82NCAyMDE4LTA5LTI4IGh0dHA6Ly93d3cuaW1hZ2VtYWdpY2sub3Jnbf+VCgAAABh0RVh0VGh1bWI6OkRvY3VtZW50OjpQYWdlcwAxp/+7LwAAABd0RVh0VGh1bWI6OkltYWdlOjpIZWlnaHQAMTNtxargAAAAFnRFWHRUaHVtYjo6SW1hZ2U6OldpZHRoADE0Cw7/zgAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNTYwNTE3MjI1TE+I+AAAABF0RVh0VGh1bWI6OlNpemUAMzI1QkJVz460AAAAHXRFWHRUaHVtYjo6VVJJAGZpbGU6Ly9kb3dudHJpLnBuZwLkm4oAAAAASUVORK5CYII); */
  background-image: url(/images/darrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
#ltab thead tr th.tablesorter-headerDesc {
  /*    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAQAAADI+WwIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjBg4NDCiiQzW6AAAAq0lEQVQI12WMPQrCQBgFZxOFhWgWmwgxCIpNOhuRgBYpxFZyEC/iIbyElSewEE9gGjFNsBEhBEE+C+MPONMNj2cDQEhv7h87O5NeALAAPJRJkz1poozHhwAT6hLRpQmDb24pZ8sD4eFsW6qKS9zYyhAEsTI3XgL2AmdyWl+71abZng4OnZPl6s0s70tVhby/mbmaUeQXr4O3fjGO7PrqPETxw612b+AIf2p5At50OqXP59HZAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTA2LTE0VDA5OjAxOjA5LTA0OjAwvq3BlwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wNi0xNFQwOTowMTowOS0wNDowMM/weSsAAABNdEVYdHNvZnR3YXJlAEltYWdlTWFnaWNrIDYuOC45LTkgUTE2IHg4Nl82NCAyMDE4LTA5LTI4IGh0dHA6Ly93d3cuaW1hZ2VtYWdpY2sub3Jnbf+VCgAAABh0RVh0VGh1bWI6OkRvY3VtZW50OjpQYWdlcwAxp/+7LwAAABd0RVh0VGh1bWI6OkltYWdlOjpIZWlnaHQAMTNtxargAAAAFnRFWHRUaHVtYjo6SW1hZ2U6OldpZHRoADE0Cw7/zgAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNTYwNTE3MjY5IZUB1wAAABF0RVh0VGh1bWI6OlNpemUAMzI3QkJWS1raAAAAG3RFWHRUaHVtYjo6VVJJAGZpbGU6Ly91cHRyaS5wbmecYjpEAAAAAElFTkSuQmCC); 
*/
  background-image: url(/images/uarrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
#ltab thead tr th.tablesorter-header {
  /*    background-image: none; */
}
#ltab thead tr {
  border-bottom: solid black 1px;
}
#ltab tbody tr {
  border-bottom: solid #cccccc 1px;
}
/* Licensing bootstrap grid layout */
.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.small-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
/* License Table */
#ltab {
  font-size: 10pt;
}
/* Small License template */
.sllabel {
  font-weight: bold;
  font-size: 10pt;
  color: #6688aa;
}
.sllabelr {
  font-weight: bold;
  font-size: 9pt;
  text-align: right;
  color: #6688aa;
}
.slinput {
  font-size: 10pt;
  color: #6688aa;
}
.disinput {
  font-size: 10pt;
  color: #6688aa;
}
.licrow {
  display: none;
}
table#sltab tr td {
  padding: 2px;
}
table#sltab tr td.sldtab {
  /*    text-align:right; */
  vertical-align: middle;
  width: 90px;
}
input.slcbox {
  font-size: 9pt;
}
table.licfiles {
  width: 100%;
}
table.licfiles thead tr th {
  font-size: 12pt;
}
table.licfiles tbody tr td {
  font-size: 9pt;
}
table.licfiles tbody tr {
  border-bottom: solid gray 1px;
}
.lfhead {
  text-align: center;
  background-color: #6688aa;
  color: white;
  font-size: 12pt;
}
.usltabdiv {
  border-radius: 10px;
}
.usltab {
  width: 100%;
  font-size: 10pt;
}
.usltab tbody tr td {
  padding: 4px;
  border-top: solid gray 1px;
}
.usltab tbody tr th {
  padding: 4px;
  border-top: solid gray 1px;
}
.lic input {
  font-size: 10pt;
  width: 150px;
}
select#newstate {
  font-size: 10pt;
}
/* License document upload form */
.dropzone {
  width: 200px;
  height: 80px;
  font-style: italic;
  border: dashed gray 2px;
  border-radius: 4px;
}
.dropzone:hover {
  background: grey;
}
/* Summary table on agent page */
#ltab tbody tr td.mrecent {
  color: green;
  font-weight: bold;
}
/* License expired highlighting */
.expired {
  font-weight: bold;
  color: red;
}
#reportdiv {
  font-family: arial;
  font-size: 12px;
  margin: 0px;
}
/* Used for AppNoteReport (tooltip support for viewing note) */
.noteContent {
  display: none;
}
#excel_link {
  display: block-inline;
  font-size: 12px;
  color: white;
}
/* Dropdown Menus */
.reportdd ul {
  padding-top: 0px;
  padding-bottom: 0px;
  border: solid black 2px;
}
.reportdd .dropdown-item {
  background-color: #6688aa;
  color: white;
}
.reportdd ul li a.dropdown-item:hover {
  background-color: white;
  color: black;
}
.ddmenu ul {
  border: solid black 2px;
}
.ddmenu ul li a {
  color: black;
  font-weight: bold;
  font-size: 12px;
  border-bottom: solid black 1px;
}
.report_title {
  text-align: center;
}
ul.reportlist li {
  list-style-type: none;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.rlistdiv {
  border: solid #404040 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f8f8f8;
}
.repline {
  width: 100%;
  text-align: center;
  /*    border: solid gray 1px; */
  margin-bottom: 10px;
}
.replink {
  color: #6688aa;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}
.replink:hover {
  text-decoration: underline;
}
.reportlist_page {
  margin: 20px;
  display: flex;
  justify-content: space-evenly;
}
h3.rlist_title {
  font-size: 20px;
  text-align: center;
  background-color: #6688aa;
  color: white;
  /*    padding: 0px; */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: solid black 2px;
}
.rptFormTab tbody tr td.rptLabelnbb {
  text-align: right;
  /*  background-color: #dddddd; */
  border-top: 1px solid #41799a;
  border-left: 1px solid #41799a;
  border-right: none;
  border-left: none;
  border-bottom: none;
  font-weight: bold;
  color: #41799a;
}
.rptFormTab tr td.rptLabelnbb::after {
  content: ":";
}
.rptFormTab tbody tr td.rptLabelnbt {
  text-align: right;
  /*  background-color: #dddddd; */
  border-top: none;
  border-left: 1px solid #41799a;
  border-bottom: 1px solid #cccccc;
  border-right: none;
  border-left: none;
  font-weight: bold;
  color: #41799a;
}
.rptFormTab tr td.rptLabelnbt::after {
  content: ":";
}
.rptFormTab tr td.rptSpacer {
  border: none;
  background-color: #41799a;
  width: 1px;
  padding: 0px;
}
.rptFormTab tr td.rptVal {
  border-top: 1px solid #41799a;
  border-left: none;
  border-bottom: 1px solid #41799a;
  border-right: 1px solid #41799a;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}
.rptFormTab tr td.rptValnbt {
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #41799a;
  border-right: 1px solid #41799a;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}
.rptFormTab tr td.rptValnbb {
  border-top: 1px solid #41799a;
  border-left: none;
  border-right: 1px solid #41799a;
  text-align: left;
}
.rptSubLabel {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #41799a;
}
.rptSubVal {
  text-align: left;
  font-size: 12px;
}
#calendar {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.fc-col-header-cell {
  background-color: #6688aa;
  color: white;
}
a.fc-col-header-cell-cushion {
  color: white;
  text-decoration: none;
}
a.fc-daygrid-day-number {
  text-decoration: none;
  color: black;
}
:root {
  --fc-button-text-color: #fff;
  --fc-button-bg-color: #6688aa;
  --fc-button-active-bg-color: #737687;
}
.tooltip-inner {
  text-align: left;
  font-size: 10pt;
}
#datemenu {
  text-align: center;
}
.dsellabel {
  font-size: 14pt;
  font-weight: bold;
  color: #6688aa;
}
#calheading {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  color: #6688aa;
}
.fc-h-event:hover {
  border: 1px solid black;
  background-color: #737687;
}
.appinfo {
  display: inline-block;
  border: solid gray 2px;
  border-radius: 8px;
  background-color: #eeeeee;
  padding: 4px;
}
.appinfo:hover {
  border-color: #6688aa;
  background-color: #dddddd;
}
table.recentAppsTable {
  font-size: 10pt;
}
table.ltHomeTable {
  font-size: 10pt;
}
table.ltHomeTable tbody tr.davevisit0 td {
  background-color: rgba(150, 200, 50, 0.5);
}
table.ltHomeTable tbody tr.davevisit1 td {
  background-color: rgba(180, 200, 20, 0.5);
}
table.ltHomeTable tbody tr.davevisit2 td {
  background-color: rgba(250, 250, 20, 0.5);
  /* rgb(252, 179, 41,.5) */
}
table.ltHomeTable tbody tr.davevisit3 td {
  background-color: rgba(250, 200, 50, 0.5);
}
table.ltHomeTable tbody tr.davevisit4 td {
  background-color: rgba(200, 150, 50, 0.5);
}
table.ltHomeTable tbody tr.davevisit5 td {
  background-color: rgba(250, 100, 50, 0.5);
}
.brdiv {
  border-right: solid #6688aa 2px;
}
table.appstat {
  margin-left: auto;
  margin-right: auto;
}
table.appstat tr th {
  text-align: right;
  padding-right: 8px;
}
.table-hover#ltApps > tbody > tr:hover > td:not(.tdhignore) {
  text-decoration: underline;
}
.hignore {
  visibility: hidden;
}
.table-hover#ltApps > tbody > tr td.tdhignore {
  background-color: white;
  border: none;
  text-align: right;
}
.table-hover#ltApps > thead > tr th.tdhignore {
  background-color: white;
  border: none;
}
.table-hover#ltApps > tbody > tr:hover td.tdhignore:hover {
  background-color: white;
}
.table-hover#ltApps > tbody > tr:hover td button.hignore {
  visibility: visible;
}
.graphcontrol {
  background-color: #cccccc;
  padding: 10px;
}
/* App, Requirement, WEA Uploads */
#submissionlist {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.errormsg {
  color: red;
  font-weight: bold;
  font-size: 14pt;
}
#conditions {
  background-color: #eeeeee;
  padding: 5px;
  border: solid black 1px;
}
#dateconditions {
  font-size: 12px;
}
.datefield {
  font-size: 12px;
}
#table_spacer {
  width: 50px;
}
table.grptab {
  border-collapse: collapse;
  border: solid black 1px;
  padding: 0px;
  width: 100%;
}
/* Station Selection table */
table.seltab {
  border-collapse: collapse;
  border: solid black 1px;
  padding: 0px;
}
table.seltab tr td {
  /*  border: 1px solid black; */
  font-size: 8pt;
  padding: 0px;
}
table.seltab tr td.nocell {
  border: none;
}
table.seltab tr td.spacer {
  border: none;
  width: 5px;
}
table.stationselection_celltab {
  border-spacing: 0px;
  border: none;
  padding: 0px;
}
table.stationselection_celltab tr td {
  border: none;
  margin: 0;
  padding: 2px;
}
.stationselection_num {
  border: none;
  color: #888888;
  font-family: Courier, fixed;
  font-size: 8pt;
  padding: 2px;
}
.stationselection_name {
  font-size: 8pt;
}
/* group selection table */
table.grouplisttab {
  border-collapse: collapse;
  padding: 0px;
  width: 100%;
}
table.grouplisttab tr td {
  padding-left: 8px;
  width: 100%;
  font-size: 10pt;
  font-family: arial, sans-serif;
}
table.grouplisttab tr td:hover {
  color: blue;
}
/* Groups module */
#groups_sel {
  background-color: #dddddd;
  border: 1px solid black;
  width: 200px;
  vertical-align: top;
}
#groups_station_sel {
  background-color: white;
  border: 1px solid black;
  width: 800px;
  vertical-align: top;
}
/* menubar */
table.menutab {
  margin: 0px;
  width: 100%;
  background-color: black;
  color: white;
}
table.menutab tr td a {
  font-size: 10pt;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
table.menutab tr td a:hover {
  color: #8899aa;
}
table.menutab tr td.status {
  text-align: right;
  color: #C2BB9C;
  font-size: 12px;
  font-family: Courier;
  padding-right: 5px;
}
.sortlink {
  color: blue;
}
pre.debug {
  border: solid black 1px;
  background-color: white;
  color: black;
  width: 600px;
  white-space: pre-wrap;
  text-align: left;
  padding: 10px;
}
table.bestatus {
  background-color: white;
  border: solid black 1px;
}
table.bestatus tr th {
  text-align: right;
  padding: 3px;
  border: solid black 1px;
}
table.bestatus tr td {
  padding: 3px;
  border: solid black 1px;
}
/* forms */
table.form {
  padding: 20px;
  border: solid black 2px;
  background-color: #6688aa;
}
table.form td {
  padding: 3px;
}
table.form td.label {
  text-align: right;
  font-size: 12pt;
}
table.form td.inpu,
td.input {
  text-align: left;
  font-size: 12pt;
}
table.form td.input input {
  font-size: 10pt;
}
table.form td.input textarea {
  font-size: 10pt;
  padding: 4px;
}
table.form input.button,
input.button {
  font-size: 12pt;
  font-weight: bold;
}
table.form td.spacer {
  color: black;
  background-color: black;
}
/* Course Category List */
div.coursecat {
  text-align: left;
}
ul.catlist {
  width: 400px;
  font-size: 12pt;
  list-style-type: none;
  background-color: #aaaaaa;
}
li.catname {
  border: solid black 1px;
}
.dynlink {
  color: blue;
}
/* category selection table */
table#cat_selection {
  border: 1px solid;
  background-color: white;
  -webkit-appearance: textfield;
}
table#cat_selection tr td.cat_sel_item label {
  font-size: 12px;
}
table#cat_selection tr td.cat_sel_item label {
  font-size: 12px;
}
label.disabled {
  color: #545454;
}
/* Show Course Page */
div.descdiv {
  width: 600px;
}
table.dform {
  padding: 10px;
  border: solid black 2px;
  background-color: #e0e0e0;
}
table.dform tr td {
  padding-top: 8px;
}
table.dform tr td.label {
  text-align: right;
  font-size: 12pt;
  vertical-align: top;
  font-weight: bold;
}
table.dform td.input {
  text-align: left;
  font-size: 12pt;
}
/* Category list */
div#coursecat {
  text-align: left;
  width: 700px;
}
div#catmenu {
  float: left;
  padding-right: 10px;
}
table#catmenutab {
  background-color: #cccccc;
  color: black;
  border-collapse: collapse;
}
table#catmenutab tr td {
  border: solid black 1px;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
}
table#catmenutab tr td.sel {
  color: blue;
}
#future {
  padding-bottom: 10px;
}
.rlabel {
  font-size: 12px;
}
.afstext {
  color: #334455;
}
#coursetab {
  width: 800px;
}
#coursesearchbox {
  font-size: 14px;
}
div.vdialog {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border: solid black 1px;
  background-color: #cccccc;
  padding: 10px;
}
p.vdialogtxt {
  text-align: left;
}
a.tlink {
  color: blue;
}
#activestatus {
  padding-left: 20px;
  font-size: 10px;
  font-weight: bold;
  color: blue;
}
/* Calendar holder */
#cal {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
#bcal {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.dt,
.tm {
  font-family: courier;
  font-size: 14px;
  font-weight: bold;
}
/* Notes display */
.uenote_tab {
  border-collapse: collapse;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  color: black;
}
.uenote_tab tr td {
  vertical-align: top;
  padding: 4px;
  font-size: 13px;
  border-bottom: solid gray 1px;
}
.uenote_tab tr th {
  font-size: 12px;
  text-align: left;
  padding: 4px;
}
.uenote_who {
  width: 100px;
}
.uenote_date {
  width: 100px;
}
.uenote_note {
  width: 800px;
}
/* Email Count Report */
table#ecount {
  border-collapse: collapse;
}
table#ecount tbody {
  border: solid gray 1px;
}
table#ecount thead tr th {
  padding: 10px;
  font-size: 14pt;
  border: none;
}
table#ecount td.eccell {
  border: solid gray 1px;
  padding: 4px;
  margin: 0px;
}
table#ecount th.eccell {
  border: solid gray 1px;
  padding: 4px;
  margin: 0px;
}
a.pdflink {
  font-size: 8pt;
  color: blue;
  padding-right: 20px;
  text-decoration: none;
  background: url('/images/pdf_icon.gif') right no-repeat;
}
table.noteform tr td {
  font-size: 10pt;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}
table.noteform tr td textarea {
  font-size: 10pt;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}
table.noteform tr th {
  font-size: 10pt;
}
/* Life Groups */
table.lifegroup {
  background-color: #F9F6EC;
  /*  padding: 10px; */
  /*  border: solid #888888 2px; */
  /*  border-radius: 10px; */
  width: 1000px;
}
table.lifegroup tr td {
  width: 100%;
}
table.lifegroupform {
  width: 100%;
}
table.tformitem tr th {
  background-color: #EDE2CD;
  background-color: #CCCCCC;
  border-left: 1px solid #F9F6EC;
  border-right: 1px solid #663300;
  border-top: 1px solid #F9F4EC;
  border-bottom: 1px solid #663300;
  padding: 0px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}
table.tformitem tr td {
  background-color: #F9F6EC;
  padding: 2px;
}
table.tformitem {
  display: inline;
}
ul.agentlist,
ul.policylist {
  list-style-type: none;
  padding-left: 5px;
  font-size: 10pt;
}
ul.agentlist li,
ul.policylist li {
  padding-top: 5px;
}
ul.agentlist li button.agentremove {
  border: none;
  font-size: 10px;
  color: red;
  padding-left: 10px;
  background-color: none;
}
ul.policylist li button.policyremove {
  border: none;
  font-size: 10px;
  color: red;
  padding-left: 10px;
  background-color: none;
}
div#insSelection {
  text-align: left;
}
div#voptSelection {
  text-align: left;
}
.lgbutton {
  border: 1px solid black;
  border-radius: 4px;
  padding: 4px;
  background-color: #aabbcc;
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.lgbutton:hover {
  color: white;
}
table.lgnaform {
  background-color: #F9F6EC;
  /*  padding: 10px; */
  /*  border: solid #888888 2px; */
  /*  border-radius: 10px; */
  width: 1000px;
}
.regtab {
  border-collapse: collapse;
}
.regtab tr td {
  border: solid black 1px;
  padding: 4px 10px 4px 10px;
}
/* Quote Request Stuff */
#requestTableDiv {
  width: 95%;
}
#requestTable {
  border-collapse: collapse;
  width: 90%;
}
#requestTable td {
  border: 1px #000000 solid;
  padding: 2px;
  font-size: 12px;
}
#requestTable tr.odd {
  background-color: #cccccc;
}
#requestTable tr.even {
  background-color: #eeeeee;
}
#requestTable tr:hover {
  background-color: white;
}
/* ticket detail style */
.divReportHead {
  text-align: center;
  font-size: 20px;
  font-family: arial, sans-serif;
  font-weight: bold;
}
#reportDetailTable {
  width: 100%;
  border-spacing: 10px;
}
.tdlabel {
  background-color: #dddddd;
  background-color: white;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #2f5e53;
  line-height: 18px;
  padding: 3px;
}
.tdvalue {
  font-weight: bold;
  color: blue;
  /* #373737; */
}
table.tictop {
  font-family: arial, sans-serif;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  /*   display: inline-block; */
  border-collapse: collapse;
  width: 100%;
}
table.tictop thead th {
  border: solid black 1px;
  background-color: #eeeeee;
  font-size: 14px;
  padding: 2px;
  width: 33%;
}
table.tictop tbody td {
  border-left: solid black 1px;
  border-right: solid black 1px;
  padding: 2px;
}
table.tictop tbody td.spacer {
  border: none;
}
table.tictop tbody tr.lastrow td {
  border-bottom: solid black 1px;
}
table.tictop tbody tr.lastrow td.spacer {
  border-bottom: none;
}
.healthboxmax {
  border: solid black 1px;
  padding: 0px;
  margin: 0px;
  /*   display: inline-block; */
  width: 100%;
  margin-bottom: 2px;
}
.healthboxmax thead {
  border-bottom: solid black 1px;
  margin: 0px;
  background-color: #eeeeee;
  padding: 10px;
  font-size: 14px;
  height: 20px;
}
#similarTable {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
#similarTable td {
  border: 1px #000000 solid;
  padding: 2px;
  width: 16.6%;
}
.hideCal .ui-datepicker-calendar {
  display: none;
}
.tictitle {
  margin-top: 40px;
  text-align: center;
  background-color: #eeeeee;
  width: 60%;
  padding: 4px;
  /*   border: solid black 1px; */
  text-decoration: underline;
}
.detailTable {
  border-collapse: collapse;
  border: solid black 1px;
  /*	width: 100%; */
  text-align: center;
}
.detailTable td {
  border-bottom: dashed gray 1px;
  /*	border: 1px #000000 solid; */
  padding: 4px;
  text-align: left;
  /*	width: 37%; */
}
.detailTable td.colOne {
  /* 	width: 25%; */
  text-align: right;
  font-weight: bold;
  max-width: 300px;
}
.detailTable td.xcolOne {
  /* 	width: 25%; */
  text-align: left;
}
.detailTable td.noshow {
  border: 0px;
}
.medTable {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.medTable td {
  border: 1px #000000 solid;
  padding: 2px;
  width: 25%;
}
.scriptTable {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.scriptTable td {
  border: 1px #000000 solid;
  padding: 2px;
  width: 20%;
}
#noteDiv p {
  text-align: left;
}
#ihNotediv p {
  text-align: left;
}
#attachmenttable {
  border: solid black 2px;
  border-collapse: collapse;
}
#attachmenttable thead tr {
  background-color: #cccccc;
}
#attachmenttable tr td {
  padding: 6px;
  border: solid #888888 1px;
  font-size: 10pt;
}
#attachmenttable tr td.cde {
  font-family: courier,fixed;
}
#attachmenttable tr {
  background-color: #eeeeee;
}
#attachmenttable tr.odd {
  background-color: white;
}
#attachmenttable tr.selected {
  background-color: #ff8888;
}
/* Note manager table of notes */
#notetable {
  border: solid black 2px;
  border-collapse: collapse;
}
#notetable thead tr {
  background-color: #cccccc;
}
#notetable tr td {
  padding: 6px;
  border: solid #888888 1px;
  font-size: 10pt;
  vertical-align: top;
}
#notetable tr td.notedate {
  white-space: nowrap;
}
#notetable tr {
  background-color: #eeeeee;
}
#notetable tr.odd {
  background-color: white;
}
#notetable tr.selected {
  background-color: #ff8888;
}
/* Mail restriction categories */
#mrcattab {
  border: solid black 2px;
  border-collapse: collapse;
}
#mrcattab thead tr {
  background-color: #cccccc;
}
#mrcattab thead th {
  text-align: left;
  padding: 6px;
}
#mrcattab tr td {
  padding: 6px;
  border: solid #888888 1px;
  font-size: 10pt;
}
#mrcattab tr {
  background-color: #eeeeee;
}
#mrcattab tr.odd {
  background-color: white;
}
.prctab {
  background-color: #ddddff;
  padding: 3px;
  font-size: 10pt;
  border-collapse: collapse;
  border: ridge black 2px;
}
.prctab thead tr th {
  color: #41799a;
  font-size: 12pt;
  text-align: center;
  font-weight: bold;
}
.prctab tbody {
  border-collapse: collapse;
  border: ridge black 1px;
  background-color: #eeeeee;
}
.prctab tbody tr,
.prctab tbody tr td {
  border: none;
}
.prctab tbody tr td {
  padding: 3px;
}
#dtprocessing {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 40px;
  /*  margin-left: -50%; */
  margin-top: -100px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
}
.rptFormTab {
  border-spacing: 0px;
  border-collapse: collapse;
  font-size: 12px;
  border: solid #6688aa 1px;
  background-color: #f4f4f4;
  width: 900px;
}
.rptFormTab thead tr {
  border-bottom: solid #6688aa 2px;
}
.rptFormTab tr td {
  padding: 10px;
}
.rptFormTab thead tr th {
  text-align: center;
  background-color: #6688aa;
  color: white;
  padding: 5px;
  font-size: 14px;
}
.rptFormTab tbody tr td.rptLabel {
  text-align: right;
  /*  background-color: #dddddd; */
  border-top: 1px solid #6688aa;
  border-left: 1px solid #6688aa;
  border-bottom: 1px solid #cccccc;
  border-right: none;
  border-left: none;
  font-weight: bold;
  color: #41799a;
}
.rptFormTab tr td.rptLabel::after {
  content: ":";
}
.rptFormTab tr td.rptSpacer {
  border: none;
  background-color: #41799a;
  width: 1px;
  padding: 0px;
}
.rptFormTab tr td.rptVal {
  border-top: 1px solid #41799a;
  border-left: none;
  border-bottom: 1px solid #41799a;
  border-right: 1px solid #41799a;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}
.rptSubLabel {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #41799a;
}
.rptSubVal {
  text-align: left;
  font-size: 12px;
}
#reportDiv {
  padding-left: 30px;
}
#reportTable {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
#reportTable thead th {
  background-color: #6688aa;
  color: white;
}
/* NEW COLUMN SELECTION FORM */
.csformtab {
  border: solid #6688aa 1px;
  background-color: #f4f4f4;
  width: 370px;
}
.csformtab thead tr {
  border-bottom: solid #6688aa 2px;
}
.csformtab thead tr th {
  text-align: center;
  background-color: #6688aa;
  color: white;
  padding: 5px;
  font-size: 14px;
}
.csformtab tbody tr th {
  background-color: #dddddd;
  text-align: center;
  padding: 5px;
}
.csformtab tbody tr td {
  font-size: 9pt;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
}
.csformtab tbody tr td label {
  font-size: 10pt;
  font-weight: normal;
}
/* Saved Reports Table */
.reportstab {
  border: solid #6688aa 1px;
  /*  background-color: #f4f4f4; */
  width: 220px;
}
.reportstab thead tr {
  border-bottom: solid #6688aa 2px;
}
.reportstab thead tr th {
  text-align: center;
  background-color: #6688aa;
  color: white;
  padding: 5px;
  font-size: 14px;
}
.reportstab tbody tr td {
  font-size: 10pt;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  color: #6688aa;
  text-align: left;
}
.btn-excel {
  background-image: url(/images/excel_offset.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 45px;
  font-weight: bold;
  font-size: 10pt;
}
.btn-run {
  font-weight: bold;
  font-size: 10pt;
}
.btn-save-div {
  display: inline;
  vertical-align: middle;
  border: solid #ec971f 2px;
  background-color: #ec971f;
  border-radius: 4px;
  font-size: 10pt;
  font-weight: bold;
}
table.bintab {
  width: 840px;
}
table.bintab tr td {
  /*  border: solid gray 1px; */
}
#sbut {
  text-align: right;
}
#sinput {
  margin-left: 0px;
  text-align: left;
}
.sspacer {
  width: 50px;
}
.sbutton {
  text-align: right;
}
.saveasinput {
  border: solid #ec971f 2px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 12pt;
  color: #888888;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  margin-left: -4px;
}
.rptLink:hover {
  /*    color: white;
    background-color: @aocp;
    background-color: #81b9da;
*/
  text-decoration: underline;
}
/*.xrptLink:hover {
    color: white;
    background-color: @aocp;
    background-color: #81b9da;
    text-decoration: none;
}
*/
.newclass {
  font-style: italic;
  font-size: 70%;
  font-family: Impact;
}
#toggledate {
  width: 25px;
  float: left;
  display: inline;
}
#datetitle {
  display: inline;
}
#datefields {
  display: none;
}
.weabutton {
  font-size: 10pt;
}
.dataTables_length {
  font-size: 14px;
  font-weight: bold;
}
/* Cumulative Agent Selection */
table.cumAgentList {
  border: solid #41799a 1px;
  border-collapse: collapse;
}
table.cumAgentList thead tr {
  border-bottom: solid #41799a 2px;
}
table.cumAgentList thead tr th {
  text-align: center;
  background-color: #41799a;
  color: white;
  padding: 3px;
  font-size: 12px;
}
table.cumAgentList tbody tr td {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  color: #41799a;
}
/* Fancy Org */
.rptFormTab tr td.cbcell {
  text-align: left;
  color: #41799a;
  width: 200px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.rptFormTab tr td.onamecell {
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
table.aycoclientTable {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  border-collapse: collapse;
  border: solid black 1px;
  border-radius: 10px;
  width: 100%;
}
table.aycoclientTable td,
table.aycoclientTable th {
  border: solid #c0c0c0 1px;
}
table.aycoclientTable thead tr th {
  background-color: #6688aa;
  color: white;
  font-size: 14px;
  border: 1px solid black;
  font-weight: bold;
  height: 30px;
  padding-left: 8px;
}
table.aycoclientTable tbody tr td {
  padding: 6px;
}
table.aycoclientTable tbody tr td a {
  color: black;
  text-decoration: none;
}
table.aycoclientTable tbody tr:hover {
  background-color: #dddddd;
}
table.aycoclientTable tbody tr td.actmoney {
  font-family: courier;
  text-align: right;
}
table.aycoAttachmentTable {
  font-size: 12px;
  /*    width: 50vw; */
  width: inherit;
}
table.aycoAttachmentTable tbody tr td {
  padding: 6px;
}
table.aycoAttachmentTable thead tr th {
  color: #6688aa;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
/* AYCO Report */
#aycosearch {
  border-color: #6688aa;
}
#aycofiles {
  /*    width: 100%; */
  height: 80%;
  overflow-y: scroll;
  padding-bottom: .25in;
}
#aycosearch {
  width: 2in;
  display: inline-block;
}
span#aycoslabel {
  background-color: #6688aa;
  color: white;
  border-color: #6688aa;
}
.clititle {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  color: #6688aa;
}
div.col#attachmentCol {
  overflow-y: auto;
}
#loadingContent {
  position: fixed;
  width: 100%;
  top: 25vh;
  z-index: 1000;
  text-align: center;
}
.PlacedContainer {
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
table.aycoPlacedTable thead tr th,
table.aycoPlacedTable tbody tr td {
  font-size: 12px;
}
table.aycoPlacedTable tbody tr td.money {
  text-align: right;
  font-family: courier;
}
/*
@import 'sections/search';
@import 'sections/login';
@import 'sections/pagehead';
@import 'sections/newapp';
@import 'sections/popup';
@import 'sections/letter';
@import 'sections/history';
@import 'sections/admin';
@import 'sections/applicant';
@import 'sections/advisor';
@import 'sections/licensing';
@import 'sections/reports';
*/
/* Automatically built from buildFileExtensions.php */
.ft-doc {
  padding-right: 25px;
  background-image: url(/images/ft-icons/doc.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.ft-docx {
  padding-right: 25px;
  background-image: url(/images/ft-icons/docx.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.ft-dotx {
  padding-right: 25px;
  background-image: url(/images/ft-icons/dotx.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.ft-pdf {
  padding-right: 25px;
  background-image: url(/images/ft-icons/pdf.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.ft-ppt {
  padding-right: 25px;
  background-image: url(/images/ft-icons/ppt.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.ft-pptx {
  padding-right: 25px;
  background-image: url(/images/ft-icons/pptx.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.ft-xls {
  padding-right: 25px;
  background-image: url(/images/ft-icons/xls.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.ft-xlsx {
  padding-right: 25px;
  background-image: url(/images/ft-icons/xlsx.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.ft-send {
  padding-right: 45px;
  background-image: url(/images/ft-icons/send.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
/* Recoloring pills */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #737687;
  font-weight: bold;
}
.nav-pills a.nav-link {
  color: #737687;
  font-weight: bold;
}
.nav-pills .nav-link {
  padding: 2px 8px;
}
.nav-pills .nav-link:hover {
  color: black;
}
/* Based on JQuery tabs - some style settings */
.nav-tabs button {
  font-size: 12px;
  font-weight: bold;
}
ul.nav-tabs {
  /*  background-color:@aocp; */
  color: white;
  border-bottom: 1px solid #6688aa;
}
ul.nav-tabs .navlink {
  border: 1px solid red;
}
ul.nav-tabs button.nav-link {
  background-color: #6688aa;
  background-color: #737687;
  color: white;
  border-color: black;
}
ul.nav-tabs button.nav-link.active {
  background-color: white;
  color: #737687;
  border-color: black;
  border-bottom-color: white;
}
.nav-tabs button {
  font-size: 12px;
  font-weight: bold;
}
/* blueish version */
ul.nav-tabs {
  background-color: white;
  color: white;
  border-bottom: 1px solid black;
}
ul.nav-tabs .navlink {
  border: 1px solid red;
}
ul.nav-tabs button.nav-link {
  background-color: #6688aa;
  color: white;
  border-color: black;
}
ul.nav-tabs button.nav-link.active {
  background-color: white;
  color: #737687;
  border-color: black;
  border-bottom-color: white;
}
.tofrom {
  font-family: Courier;
  font-size: 12px;
}
.letterbody {
  font-family: arial;
  font-size: 12px;
  /*    margin-left: .1in;
    margin-right: .1in;*/
  width: 650px !important;
}
.recipientaddress {
  margin-top: .5in;
}
.recipientaddress,
.letterdate,
.clientinfo {
  padding-bottom: 20px;
}
.cilabel {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.cival {
  font-family: arial;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
}
.letterbody p {
  text-align: justify;
}
/* Requirement Section */
.requirement_red {
  font-weight: bold;
  color: red;
  font-size: 14px;
}
.reqtable {
  width: 100%;
}
.reqtable tr td,
.reqtable tr th {
  vertical-align: top;
}
p.reqbold {
  font-weight: bold;
}
.reqname {
  font-weight: bold;
  color: red;
  text-align: left;
  white-space: nowrap;
  padding-right: 20px;
}
.reqrow {
  background-color: gray;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* Notest Section */
.note_blue {
  font-weight: bold;
  color: blue;
  font-size: 14px;
}
.notetable {
  width: 100%;
}
.notetable tr td,
.notetable tr th {
  vertical-align: top;
}
.notedate {
  font-weight: bold;
  color: blue;
  text-align: left;
  white-space: nowrap;
  padding-right: 20px;
}
.letteralert {
  color: red;
  font-weight: bold;
}
#letterpreview {
  padding: 10px;
  border: solid black 2px;
  box-shadow: 4px 4px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.previewcell {
  width: 700px !important;
}
table#lettertab {
  width: 100%;
}
table#lettertab tr td {
  vertical-align: top;
}
.requirementSelection {
  font-size: 12px;
  /*   border-bottom: solid black 1px;  */
  padding-top: 10px;
}
.requirementSelectionList {
  width: 100%;
}
.requirementSelectionList table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.requirementSelectionList table thead tr {
  background-color: #6688aa;
  color: white;
}
.requirementSelectionList table thead tr th {
  font-size: 12px;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}
.requirementSelectionList table tbody tr td {
  font-size: 12px;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
.requirementSelectionList table tbody tr.rqspace {
  height: 5px;
  line-height: 5px;
  border-top: solid #808080 1px;
}
.requirementSelectionList table tbody tr.rqspace td hr {
  height: 1px;
  line-height: 5px;
}
.comment_cell {
  width: 4px;
}
.comment_icon {
  width: 4px;
}
.requirementSelectionList table tbody tr.rqspace td {
  height: 3px;
  line-height: 5px;
}
.requirementSelectionList table tbody tr {
  border: none;
}
.ltrseltable {
  width: 100%;
  border-collapse: collapse;
  border: solid black 1px;
  font-size: 12px;
}
.ltrseltable thead {
  border: none;
  background-color: #888888;
  color: white;
  padding-bottom: 3px;
}
.ltrseltable thead tr th {
  padding-left: 5px;
}
tr.reqrow,
tr.reqrow td {
  border: none;
}
tr.reqrow_even {
  background-color: white;
  padding-left: 10px;
}
tr.reqrow_even td {
  background-color: white;
}
tr.reqrow_odd {
  background-color: #f0f0f0;
}
tr.reqrow_odd.reqrow,
tr.reqrow_even.reqrow {
  border-bottom: solid black 1px;
}
.attachment {
  font-family: courier new, fixed;
}
.letterhead {
  font-size: 12px;
  /*    font-family:courier,fixed; */
  font-weight: bold;
  width: 100%;
  border-bottom: solid black 2px;
}
.letterlist {
  width: 80%;
}
.dummyletter {
  height: 800px;
}
.letteropt {
  color: #002859;
}
#options {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.lettersel_title {
  font-weight: bold;
  font-size: 14px;
}
.lettersel_label {
  font-weight: bold;
  font-size: 12px;
}
.nltitle {
  font-weight: bold;
  font-size: 16px;
}
.noteSelectionList {
  width: 100%;
}
/* Note Selection */
.noteSelectionList table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.noteSelectionList table thead tr {
  background-color: #6688aa;
  color: white;
}
.noteSelectionList table thead tr th {
  font-size: 12px;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}
.noteSelectionList table tbody tr td {
  font-size: 12px;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
.noteSelectionList table tbody tr.rqspace {
  height: 5px;
  line-height: 5px;
  border-top: solid #808080 1px;
}
.noteSelectionList table tbody tr.rqspace td hr {
  height: 1px;
  line-height: 5px;
}
/* Letter Selection Table - used for requirement and attachment lists */
.attachmentSelectionList {
  width: 100%;
}
.attachmentSelectionList table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.attachmentSelectionList table thead tr {
  background-color: #6688aa;
  color: white;
}
.attachmentSelectionList table thead tr th {
  font-size: 12px;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}
.attachmentSelectionList table tbody tr td {
  font-size: 12px;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
.attachmentSelectionList table tbody tr.rqspace {
  height: 5px;
  line-height: 5px;
  border-top: solid #808080 1px;
}
.attachmentSelectionList table tbody tr.rqspace td hr {
  height: 1px;
  line-height: 5px;
}
#emailcomment {
  height: 2in;
}
#letterwait {
  position: absolute;
  top: 3in;
  left: 200px;
  z-index: 100;
}
#lettersuccess {
  display: none;
  position: absolute;
  top: 10%;
  width: 50%;
  height: 50%;
  border: solid black 4px;
  border-radius: 10px;
  left: 25%;
  z-index: 100;
  background-color: #dddddd;
  padding: .5in;
}
/* Search Results */
table.searchresults {
  font-size: 11px;
  text-align: left;
}
table.searchresults thead tr {
  background-color: #6688aa;
  color: white;
}
table.searchresults tbody tr {
  border-bottom: solid gray 1px;
}
table.searchresults tbody tr.even {
  background-color: #e8e8e8;
}
table.searchresults tbody tr:hover {
  background-color: #cccccc;
  cursor: pointer;
}
table.searchresults thead tr th:first-child,
table.searchresults tbody tr td:first-child {
  padding-left: 3px;
}
.modal-dialog {
  max-width: 800px;
}
.modaltitle {
  background-color: #8eb6cb;
  color: white;
  text-align: center;
  padding: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.closebut {
  float: right;
  margin-right: 4px;
  color: white;
  background-color: white;
  color: #6699aa;
  font-weight: bold;
  font-size: 14px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0px;
  border: none;
}
.closebut:hover {
  color: black;
}
.modalbody {
  background-color: #eeeeee;
  background-color: white;
  padding: 10px;
  color: black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modalbuttons {
  /*  background-color: #eeeeee; */
  text-align: center;
  padding-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modalForm {
  top: 20%;
}
.modalWrapper {
  /*    border: solid black 3px; */
  border-radius: 10px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 5px 3px #333333;
}
.modal-content {
  /*   background-color: #eeeeee; */
  padding: 10px;
}
.btn-aocp {
  background-color: #6688aa;
  border: solid #6688aa 2px;
  color: white;
  font-weight: bold;
}
.btn-aocp:hover {
  background-color: #6688aa;
  border: solid #6688aa 2px;
  font-weight: bold;
  color: #bbbbbb;
}
.btn-aocp:focus {
  background-color: #6688aa;
}
.btn-aocp:disabled {
  background-color: white;
  color: white;
}
.btn-gray {
  background-color: gray;
  border: solid black 2px;
  color: white;
  font-weight: bold;
}
.btn-gray:hover {
  background-color: gray;
  border: solid black 2px;
  font-weight: bold;
  color: black;
}
.btn-gray:focus {
  background-color: white;
}
.btn-gray:disabled {
  background-color: white;
  color: white;
}
.btn-apps {
  background-color: #6688aa;
  border: solid #6688aa 2px;
  color: white;
  font-weight: bold;
}
.btn-aps:hover {
  border: solid #888888 2px;
  color: #000;
}
.btn-raocp {
  background-color: white;
  border: solid black 2px;
  color: #6688aa;
  font-weight: bold;
}
.btn-raocp:hover {
  border: solid #888888 2px;
  color: #000;
}
.btn-sm {
  font-size: 12px;
}
.btn-xs {
  font-size: 10px;
  padding: 2px;
  border-width: 1px;
}
/* Drop down */
#appsdd .dropdown-menu {
  background-color: #6688aa;
  color: white;
  font-weight: bold;
}
#appsdd a.dropdown-item {
  background-color: #6688aa;
  color: white;
  font-weight: bold;
}
#appsdd a.dropdown-item:hover {
  background-color: #6688aa;
  color: #cccccc;
}
.btn-round {
  border-radius: 50%;
}
/* Apps Forms */
/* Table colors */
.appsFormTab {
  border-spacing: 0px;
  border-collapse: collapse;
  font-size: 12px;
  background-color: #fefefe;
  width: 100%;
}
.appsFormTab thead tr {
  border-bottom: solid #737687 2px;
}
.appsFormTab tr td {
  padding: 2px;
  /* 4px; */
}
.appsFormTab thead tr th {
  text-align: center;
  background-color: #737687;
  color: white;
  padding: 5px;
  font-size: 12px;
}
.appsFormTab tbody tr td.appsLabel,
table tbody tr td.appsLabel {
  vertical-align: top;
  text-align: left;
  background-color: #dddddd;
  border-top: 1px solid #737687;
  border-left: 1px solid #dcc8aa;
  border-bottom: 1px solid #cccccc;
  border-right: none;
  border-left: none;
  font-weight: bold;
  color: #737687;
  /*  white-space: nowrap; */
  font-size: 12px;
  height: 35px;
  padding-left: 8px;
  min-width: 100px;
  max-width: 100px;
}
.appsFormTab tbody tr td.appsLabel.highlight {
  background-color: #cc8080;
  color: black;
}
.appsFormTab tbody tr td.appsLabel.annuity {
  background-color: #80cc80;
  color: black;
}
.appsFormTab tbody tr td.appsLabel.location {
  background-color: #9ec6db;
  color: black;
}
/*.appsFormTab tr td.appsLabel::after {
    content: ":"
}
*/
.appsFormTab tr td.appsSpacer {
  border: none;
  background-color: #737687;
  width: 1px;
  padding: 0px;
}
.appsFormTab tr td.appsVal {
  border-top: 1px solid #737687;
  border-left: none;
  border-right: 1px solid #737687;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 12px;
  max-width: 150px;
  min-width: 150px;
  padding-left: 4px;
  height: 28px;
}
.appsFormTab tr td.appsVal input,
.appsFormTab tr td.appsVal select,
.appsFormTab tr td.appsVal a,
.appsFormTab tr td.appsVal textarea {
  font-size: 12px;
}
.appsFormTab tr td.appsDispVal textarea:disabled {
  background-color: white;
  border: none;
}
.appsFormTab tr td.appsVal input.datepicker {
  background-image: url(/images/smallcalendar20.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.appsSubLabel {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #737687;
}
.appsSubVal {
  text-align: left;
  font-size: 12px;
}
.appsFormTab tr td.appsDispVal {
  border-top: 1px solid #737687;
  border-left: none;
  border-right: 1px solid #737687;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 12px;
  /*  min-width: @appsvalwidth;
  max-width: @appsvalwidth; */
  padding-left: 4px;
}
.appsFormTab tr td.appsDispVal textarea {
  font-size: 12px;
}
.appsFormTab tr {
  /*    line-height: 14px; */
  line-height: 18px;
}
#testtab tr td {
  padding: 10px;
}
/* Limit size of selects */
.appselwidth {
  /*    width: @appsvalwidth; */
}
.appinputwidth {
  /*    width: @appsvalwidth; */
}
.appvalwidth {
  display: inline-block;
  width: 148px;
}
/* Boolean value checkboxes */
select.appsbool {
  width: 100px;
}
/*

.appsbool {
   border: solid black 1px;
   accent-color: #ffffff;
}
.appsbool:checked {
   border: solid black 1px;
   outline: solid black 1px;
   accent-color: #ffffff;
}
input[type="checkbox"].appsbool:disabled {
   background-color: red;
   }
*/
.checkmark {
  font-size: 140%;
  font-weight: bold;
}
/* Highlighted field */
.highlight {
  background-color: #ff8080;
  color: black;
}
.appLabel.highlight {
  background-color: #cc8080;
  color: black;
}
.annuity {
  background-color: #80ff80;
  color: black;
}
.appLabel.annuity {
  background-color: #80cc80;
  color: black;
}
.applink {
  color: #737687;
  font-size: 12px;
}
.savebutton {
  font-size: 11px;
  color: white;
  font-weight: bold;
  border: solid black 1px;
  border-radius: 4px;
  padding: 3px;
  color: black;
  background-color: #80ff80;
}
.savebutton:hover {
  background-color: #dddddd;
}
.cancelbutton {
  font-size: 11px;
  color: white;
  font-weight: bold;
  border: solid black 1px;
  border-radius: 4px;
  padding: 3px;
  color: black;
  background-color: #ff8080;
}
.cancelbutton:hover {
  background-color: #dddddd;
}
.apptabnote {
  font-size: 12px;
  padding-left: 10px;
  color: #737687;
}
.apptabnote2 {
  font-size: 12px;
  padding: 10px;
  color: #737687;
}
/* apps table */
table.appTable {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  border: solid black 1px;
  border-radius: 10px;
}
table.appTable td,
table.apptable th {
  border: solid #c0c0c0 1px;
}
table.appTable tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
table.appTable thead tr th {
  background-color: #6688aa;
  color: white;
  border: 1px solid black;
  font-weight: bold;
  font-size: 14px;
  height: 30px;
  padding-left: 8px;
}
table.appTable tbody tr td {
  padding: 4px;
}
table.appTable tr th.cond,
table.appTable tr td.cond {
  display: none;
}
table.appTable tr th.adminonly,
table.appTable tr td.adminonly {
  display: table-cell;
}
table.appTable tbody tr.subhead th,
table.appTable tbody tr.subhead td {
  padding: 4px;
}
/* Benefits tab */
div.bbtable {
  width: 100%;
}
table.dmbenefitTable {
  font-size: 12px;
  background-color: white;
  width: 100%;
  border: solid black 1px;
}
#dmbdiv {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
table.benefitTable {
  font-size: 12px;
  background-color: white;
  width: 100%;
}
table.dmbenefitTable tr th,
table.benefitTable thead tr th,
table.benefitTable tbody tr th {
  background-color: #dddddd;
  border-left: 1px solid #dcc8aa;
  border-right: 1px solid #737687;
  border-left: none;
  border-bottom: 1px solid #737687;
  font-weight: bold;
  color: #737687;
  font-size: 12px;
  height: 30px;
  padding-left: 8px;
  min-width: 100px;
  max-width: 100px;
}
table.dmbenefitTable tr td,
table.benefitTable tbody tr td {
  border-top: 1px solid #737687;
  border-left: none;
  border-right: 1px solid #737687;
  border-bottom: 1px solid #cccccc;
  padding-left: 4px;
}
.benefitTable tr td.appsVal input,
.benefitTable tr td.appsVal select,
.benefitTable tr td.appsVal a {
  font-size: 12px;
}
.benefitTable tr td.appsVal input.datepicker {
  background-image: url(/images/smallcalendar20.png);
  background-position: right center;
  background-repeat: no-repeat;
}
/* Requirements tab */
table.reqTable {
  font-size: 12px;
  width: 100%;
  height: 1px;
  /* ignored, but needed so div can be 100% of a cell */
}
table.reqTable tr th {
  background-color: #dddddd;
  border-right: 1px solid #737687;
  border-top: 1px solid #737687;
  border-left: 1px solid #737687;
  border-bottom: 1px solid #737687;
  font-weight: bold;
  color: #737687;
  font-size: 12px;
  height: 30px;
  padding-left: 8px;
  min-width: 100px;
  max-width: 100px;
}
table.reqTable tr td {
  border-top: 1px solid #737687;
  border-left: 1px solid #737687;
  border-right: 1px solid #737687;
  border-bottom: 1px solid #cccccc;
  padding-left: 4px;
}
table.reqTable tr.reqhistory {
  display: none;
  background-color: white;
}
table.reqTable tr.reqhistory td {
  padding-bottom: 10px;
}
table.reqTable tr.seprow,
table.reqTable tr.seprow th.sepcell {
  padding: 0px;
  border: none;
}
.sepline {
  width: 90%;
  color: black;
  margin-left: auto;
  margin-right: auto;
}
.reqcbox {
  margin-left: 4px;
}
.reqctlcell {
  width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 7px;
  background-color: white;
}
.reqctl {
  padding: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.reqctrldiv {
  font-weight: bold;
  white-space: nowrap;
}
/* Requirements History */
.reqhistorytab {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.reqhistorytab thead tr th {
  background-color: #6688aa;
  color: black;
}
.reqhistorytab tbody tr td {
  background-color: #ffffff;
}
.rhtitle {
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
}
/* App Letters */
table.lettersTable tbody tr:hover {
  border: solid black 2px;
  /*   background-color:white; */
}
table.lettersTable tr td.lattachment::before {
  content: url('/images/smallpc.png');
}
table.lettersTable tr td.ltto {
  text-align: right;
  padding-right: .25in;
  /*  max-width: 1in;
  width: 2in; */
  overflow: hidden;
  white-space: nowrap;
}
/* Policy Release */
table.prTable {
  font-size: 12px;
  background-color: #6688aa;
  width: 100%;
}
table.prTable tr th {
  background-color: #dddddd;
  border-right: 1px solid #737687;
  border-top: 1px solid #737687;
  border-left: 1px solid #737687;
  border-bottom: 1px solid #737687;
  font-weight: bold;
  color: #737687;
  font-size: 12px;
  height: 30px;
  padding-left: 8px;
  min-width: 100px;
  max-width: 100px;
}
table.prTable tr td {
  border-top: 1px solid #737687;
  border-left: 1px solid #737687;
  border-right: 1px solid #737687;
  border-bottom: 1px solid #cccccc;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Notes table */
table.notesTable {
  font-size: 12px;
  background-color: #6688aa;
  width: 100%;
}
table.notesTable tr th {
  text-align: center;
  background-color: #dddddd;
  border-right: 1px solid #737687;
  border-top: 1px solid #737687;
  border-left: 1px solid #737687;
  border-bottom: 1px solid #737687;
  font-weight: bold;
  color: #737687;
  height: 30px;
  padding-left: 8px;
  min-width: 100px;
  max-width: 100px;
}
table.notesTable tr td {
  text-align: center;
  border-top: 1px solid #737687;
  border-left: 1px solid #737687;
  border-right: 1px solid #737687;
  border-bottom: 1px solid #cccccc;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.notesTable tr td.ntnote {
  text-align: left;
}
table.notesTable tr td.ntdate {
  text-align: left;
  white-space: nowrap;
}
table.notesTable tr.selected {
  background-color: #ff8888;
}
table.notesTable tr th.notecond,
table.notesTable tr td.notecond {
  display: none;
}
table.notesTable tr th.adminonly,
table.notesTable tr td.adminonly {
  display: table-cell;
}
/* New Note form */
table.newnotetab {
  /*  background-color: @tablecolor; */
  width: 100%;
}
table.newnotetab tr th {
  font-weight: bold;
  color: #737687;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;
}
.top {
  vertical-align: top;
}
table.newnotetab tr td {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.newnotetab tr td textarea#comments {
  width: 5in;
  height: 2in;
}
table.newnotetab tr td select#admin {
  width: 3in;
}
.nnsm {
  font-size: 10pt;
}
.sep {
  height: 1px;
}
/* New IHNote form */
table.newihnotetab {
  /*  background-color: @tablecolor; */
  width: 100%;
}
table.newihnotetab tr th {
  /*    background-color: @table; */
  font-weight: bold;
  color: #737687;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;
}
table.newihnotetab tr td {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.newihnotetab tr td textarea#ihcomments {
  width: 5in;
  height: 2in;
}
table.newihnotetab tr td select#admin {
  width: 3in;
}
/* Attachments */
/*table.attachmentTable {
  font-size: 12px;
  background-color: @tablecolor;
  width:100%; 
}

table.attachmentTable tr th {
text-align:center;
    background-color: @labelcolor;
    color: @basecolor;
    border-right:  1px solid @basecolor;
    border-top:  1px solid @basecolor;
    border-left: 1px solid @basecolor; 
    border-bottom:  1px solid @basecolor;
    font-weight: bold;
    color: @basecolor;
    height: 30px; 
    padding-left: 8px;
    min-width: @appslabelwidth;
    max-width: @appslabelwidth;
}
*/
/*table.attachmentTable tr td {
text-align:center;
  border-top: 1px solid @basecolor; 
  border-left: 1px solid @basecolor; 
  border-right:1px solid @basecolor;
  border-bottom: 1px solid #cccccc; 
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px; padding-bottom:5px;
}
*/
table.attachmentTable tr td.ntnote {
  text-align: left;
}
table.attachmentTable tr td.ntdate {
  text-align: left;
  white-space: nowrap;
}
table.attachmentTable tr th.notecond,
table.attachmentTable tr td.notecond {
  display: none;
}
table.attachmentTable tr th.adminonly,
table.attachmentTable tr td.adminonly {
  display: table-cell;
}
/* Notes */
table.noteTable tr th.notecond,
table.noteTable tr td.notecond {
  display: none;
}
table.noteTable tr th.adminonly,
table.noteTable tr td.adminonly {
  display: table-cell;
}
/* Edit requirement */
table.editreqtab {
  width: 100%;
  background-color: white;
}
table.editreqtab tr th {
  /*    background-color: @table; */
  font-weight: bold;
  color: #737687;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;
}
table.editreqtab tr td {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.editreqtab tr td textarea#reqcomments {
  width: 100%;
  height: 2in;
}
.editreqtab tr td.value input.datepicker {
  background-image: url(/images/smallcalendar20.png);
  background-position: right center;
  background-repeat: no-repeat;
}
/* Applicants */
table.applicantsTable {
  font-size: 12px;
  background-color: #6688aa;
  width: 100%;
}
table.applicantsTable tr th {
  text-align: center;
  background-color: #dddddd;
  border-right: 1px solid #737687;
  border-top: 1px solid #737687;
  border-left: 1px solid #737687;
  border-bottom: 1px solid #737687;
  font-weight: bold;
  color: #737687;
  height: 30px;
  padding-left: 8px;
  min-width: 100px;
  max-width: 100px;
}
table.applicantsTable tr td {
  text-align: center;
  border-top: 1px solid #737687;
  border-left: 1px solid #737687;
  border-right: 1px solid #737687;
  border-bottom: 1px solid #cccccc;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.applicantsTable tr td.ntnote {
  text-align: left;
}
table.applicantsTable tr td.flink {
  text-decoration: underline;
  color: #6688aa;
}
/* Edit Applicant */
table.editapplicanttab {
  width: 100%;
  /*  background-color: @tablecolor; */
}
table.editapplicanttab tr th {
  font-weight: bold;
  color: #737687;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;
}
table.editapplicanttab tr td {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.editapplicanttab tr td.value input.datepicker {
  background-image: url(/images/smallcalendar20.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.bnamewidth {
  width: 200px !important;
  min-width: 200px !important;
}
/* Edit app agents */
.splitpct {
  width: 100px;
}
/* Advisor form */
#advisor_form .appsFormTab tr td.appsDispVal {
  border-top: 1px solid #737687;
  border-left: none;
  border-right: 1px solid #737687;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 12px;
  /*  min-width: @appsvalwidthlarge;
  max-width: @appsvalwidthlarge; */
  padding-left: 4px;
}
#advisor_form .appsFormTab tr td.appsVal {
  border-top: 1px solid #737687;
  border-left: none;
  border-right: 1px solid #737687;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 12px;
  /*  min-width: @appsvalwidthlarge;
  max-width: @appsvalwidthlarge; */
  padding-left: 4px;
}
table#advNoteTable tr th.notecond,
table#advNoteTable tr td.notecond {
  display: none;
}
table#advNoteTable tr th.adminonly,
table#advNoteTable tr td.adminonly {
  display: table-cell;
}
/* new advisor note form */
#advisornote {
  font-size: 10pt;
}
.htable {
  width: 100%;
  border: none;
}
table.htable tbody tr th,
table.htable tbody tr td {
  border: none;
}
.required {
  border-color: red;
  background-color: #fff0ff;
}
/* For bootstrap-datepicker */
.datepicker-dropdown {
  font-size: 12pt;
  background-color: white;
  color: #737687;
  box-shadow: 2px 2px #a0a0a0;
}
div.datepicker-days {
  padding: 10px;
}
body {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  font-family: arial, sans-serif;
}
.page {
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  padding: 0px;
}
.error {
  color: red;
}
h1 {
  color: #6688aa;
}
/* Navbar */
#navname {
  color: white;
  font-weight: bold;
}
#navname a {
  color: white;
  font-weight: normal;
}
.navbar {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-right: 10px;
}
.navbar .nav-link {
  color: white;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
}
.navbar .nav-link:hover {
  color: #bbbbbb;
}
#aocpnav {
  background-color: #6688aa;
  font-size: 10pt;
}
#aocpnav .dropdown ul.dropdown-menu li a.dropdown-item {
  font-size: 10pt;
  /*  background-color: @aocp; */
  color: black;
}
#aocpnav ul.dropdown-menu li.ddupload a.dropdown-item {
  font-size: 10pt;
  background-color: #6688aa;
  color: white;
  font-weight: bold;
}
#aocpnav .dropdown ul.dropdown-menu li.recentadvisor {
  background-color: white;
  color: black;
}
#aocpnav .dropdown ul.dropdown-menu li.recentapp {
  background-color: white;
  color: black;
}
#aocpnav .dropdown ul.dropdown-menu li.recentreport {
  background-color: white;
  color: black;
}
#aocpnav .dropdown ul.dropdown-menu {
  font-size: 10pt;
  background-color: #6688aa;
  color: black;
  padding: 0px;
  border: solid black 1px;
}
#aocpnav .dropdown ul.dropdown-menu li a.dropdown-item {
  border-bottom: solid black 1px;
}
#aocpnav .dropdown ul.dropdown-menu li a.dropdown-item:hover {
  background-color: #eeeeee;
  color: black;
  text-decoration: none;
}
#aocpnav .dropdown ul.dropdown-menu li.ddlabel {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.aocphead {
  color: #6688aa;
}
/* MOdal backdrop */
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-backdrop {
  background-color: #888888;
}
/* Overriding class='form-control-sm'  */
select.form-control-sm {
  padding-top: 1px;
  padding-bottom: 1px;
}
.hd {
  color: #6688aa;
  font-weight: bold;
}
/* small font table */
.sm-table td,
.sm-table th {
  font-size: 9pt;
}
/* Compressed table (less padding in rows) */
.comp-table td,
.comp-table th {
  padding: 0.2rem;
}
/* Requirements */
/* Pencil edit */
.tb {
  /*    width: 100%; */
  padding-right: 0px;
  padding-left: 0px;
  height: 28px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #6688aa;
  color: white;
}
.tbedit {
  cursor: pointer;
  background-image: url(/images/widgets/pencil.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 22px !important;
  display: inline-block;
  color: red;
  text-align: center;
  padding-right: 5px;
}
.rev {
  background-color: #6688aa;
  color: white;
}
.tbcanceledit {
  display: none;
  cursor: pointer;
  background-image: url(/images/widgets/cancelpencil.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 22px !important;
  color: red;
  text-align: center;
  padding-right: 5px;
}
#tbsave {
  display: none;
}
/* Ajax Loading */
#waitingdiv {
  display: none;
  z-index: 5000;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 300px;
  height: 200px;
  margin-left: -50px;
}
/* Ajax Loading */
#processingdiv {
  display: none;
  background-color: #eeeeee;
  border: solid black 3px;
  border-radius: 20px;
  position: fixed;
  text-align: center;
  top: 40%;
  left: 50%;
  width: 500px;
  height: 200px;
  margin: -150px 0 0 -100px;
}
.sectiontitle {
  background-color: #6688aa;
  color: white;
  font-size: 16pt;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.pagefoot {
  margin-top: .2in;
  background-color: #6688aa;
  color: white;
  height: 20px;
  font-size: 10px;
  text-align: center;
  font-style: italic;
}
/* Override bootstrap table hover color */
/*.table-hover tbody tr:hover td {
    font-weight:bold;
}
*/
/* Override bootstrap table head top border */
.table thead th {
  border-top: none;
}
/* All checkboxes ? */
input[type="checkbox"] {
  /*   filter:  hue-rotate(290deg) brightness(1.0); */
  filter: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}
/*
input[type="radio"] {
   filter:  hue-rotate(250deg) brightness(1.0); 
}
*/
/* Override bootstrap code color */
code {
  color: black;
}
.parseerror {
  color: red;
  padding-left: .4in;
}
table.parse {
  font-size: 12px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
table.parse th,
table.parse td {
  border: 1px solid gray;
  padding: 4px;
}
table.parse thead th {
  background-color: #6688aa;
  color: white;
}
table.parselpl {
  font-size: 10px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.spacer {
  width: 20px !important;
}
#dbdiv {
  text-align: center;
  padding-top: 40px;
}
.parsetab {
  display: flex;
}
.stitle {
  color: #6688aa;
  text-align: center;
}
table.dpfiles {
  border-collapse: collapse;
}
table.dpfiles thead tr {
  font-size: 14px;
  border-bottom: 1px solid black;
}
table.dpfiles tbody tr {
  font-size: 12px;
  border-bottom: 1px solid gray;
}
table.dpfiles tbody tr td {
  padding: 2px;
}
table.dpfiles tbody tr td.divider {
  background-color: gray;
  height: 2px;
}
#cal {
  margin: .3in;
}
.fc-col-header-cell {
  background-color: #6688aa;
  color: white;
}
.fc .fc-button-primary {
  color: white;
  color: var(--fc-button-text-color, #ffffff);
  background-color: #6688aa;
  background-color: var(--fc-button-bg-color, #6688aa);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2c3e50);
}
.btn-group-aocp {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-aocp > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-aocp > .btn-aocp {
  position: relative;
  flex: 1 1 auto;
  margin: 1px;
}
.btn-group-aocp > .btn:not(:first-child),
.btn-group-aocp > .btn-group-aocp:not(:first-child) {
  margin-left: -1px;
}
.btn-group-aocp > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-aocp > .btn-group-aocp:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-aocp > .btn:nth-child(n+3),
.btn-group-aocp > :not(.btn-check) + .btn,
.btn-group-aocp > .btn-group-aocp:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#CalendarForm table tr td.label {
  font-weight: bold;
}
.datesel {
  padding-right: 20px;
  background-image: url(/images/smallcal.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
#traveltab {
  width: 80%;
}
#traveltab td.label {
  width: 100px;
}
#traveltab #tr_city {
  width: 250px;
}
#tr_state {
  width: 100px;
}
.ui-autocomplete {
  position: absolute;
  z-index: 2150000000 !important;
  cursor: default;
  border: 2px solid #ccc;
  padding: 5px 0;
  border-radius: 2px;
  font-size: 12px;
}
#calendarModalBody {
  background-color: #f8f8f8;
}
/* Contact Log Entry */
.advisor_search {
  padding-right: 20px;
  background-image: url(/images/smag.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.fulladvisor {
  display: none;
}
.fulladvisor td.label {
  padding-left: 20px;
}
.contactformdiv {
  padding: 10px;
  background-color: #f8f8f8;
  border: solid #6688aa 2px;
  border-radius: 10px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contactformdiv td.input input {
  max-width: 300px;
}
.contactformdiv td.label {
  vertical-align: top;
}
#logtab {
  width: 100%;
}
#logtab tr td.label {
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
}
#logtab tr.selentry td {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: #6688aa;
  padding-bottom: 10px;
}
#logtab td.label {
  width: 150px;
}
#contactTable {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#contactTable tr td,
#contactTable tr th {
  font-size: 12px;
}
.cltab_date {
  width: 1in;
}
.cltab_advisor {
  width: 2in;
}
.contactCalendar {
  font-size: 12px;
}
.agentstattab {
  padding: 10px;
  border: solid #6688aa 3px;
  border-radius: 10px;
  font-size: 10pt;
}
.astab tr th,
.astab tr td {
  text-align: center;
  font-size: 10pt;
}
#appsnav {
  background-color: #6688aa;
  font-size: 10pt;
}
/* Dropdown Menu */
#appsdd {
  display: inline-block;
  padding-right: 20px;
}
/*#appsdd .dropdown-menu {
   background-color: @aocp;
   color: white;
   font-size: 14px;
}

#appsdd .dropdown-menu a {
   color:white;
   }


*/
/* WIDGET STUFF */
.fw_box {
  box-sizing: content-box;
  padding: 0px;
  /*    border: solid @basecolor 1px;  */
  /*    border-left: solid @basecolor 1px;  
    border-bottom: solid @basecolor 1px;  */
  /*    background-color: @lightcolor; */
}
.fw_titlebar {
  color: white;
  background-color: #6688aa;
  margin: 0px;
  padding-bottom: 2px;
  padding-left: 14px;
  padding-right: 12px;
  font-weight: bold;
  padding-top: 4px;
  /*    height: 28px; */
  width: 100%;
}
.fw_titlebar div {
  border: none;
  padding: 0px;
}
.fwform {
  margin-bottom: 0px;
}
.fw_content {
  border-left: solid #737687 1px;
  border-bottom: solid #737687 1px;
  width: 100%;
}
/* Widget icon for Editing */
.xfwedit {
  cursor: pointer;
  background-image: url(/images/widgets/pencil.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 22px !important;
  display: inline-block;
  color: black;
  text-align: center;
}
.xfwedit:hover {
  background-image: url(/images/widgets/pencil2.png);
}
/* Reverse video  icon for Editing */
.rfwedit {
  cursor: pointer;
  background-image: url(/images/widgets/pencil2.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 22px !important;
  display: inline-block;
  color: black;
  text-align: center;
}
.rfwedit:hover {
  background-image: url(/images/widgets/pencil.png);
}
/* Widget icon for Update */
.fwupdate,
.fwcancel {
  cursor: pointer;
  display: none;
}
#editicons {
  padding-right: 15px;
}
/* Widget icon for Create */
.fwnew {
  cursor: pointer;
  width: 50px !important;
}
.btn {
  /*  color:white; */
  font-weight: bold;
}
.btn:hover {
  /*  color:black; */
}
/* File upload status dialog */
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #888888;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
#uploadstatus {
  display: none;
}
#uploadcontainer {
  display: inline-block;
}
#advisoruploadcontainer {
  font-size: 20px;
  color: gray;
  vertical-align: middle;
  text-align: center;
  border: dashed gray 3px;
  border-radius: 20px;
  width: 100% !important;
  height: 2in;
}
#advisoruploadcontainer:hover {
  background-color: #e0e0e0;
}
/* FIX FOR ISSUE WITH AUTOFILL FIELDS CHANGING SIZE WHEN FOCUSED
   login page
   */
input:focus {
  outline-offset: 0;
}
/* Music Box */
table.musicbox thead tr th,
table.musicbox tbody tr td {
  font-size: 14px;
}
