/* direction | color-start | color-stop */
/* offset-x | offset-y | blur-radius | spread-radius | color */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  border: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}

a:hover {
  cursor: pointer;
}

fieldset, img {
  border: 0;
}

a img {
  border: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

.clear {
  clear: both;
}

ul.padded-left-25 {
  padding-left: 25px;
}
ul.padded-left-50 {
  padding-left: 50px;
}
ul.disc > li {
  list-style: disc;
  margin-left: 50px;
}
ul li {
  list-style: none outside none;
}

body {
  background-color: #e9e9e9;
  font-family: "Open Sans", Arial, sans-serif;
  color: rgb(93.5, 93.5, 93.5);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

legend {
  padding-bottom: 15px;
}

.hidden {
  display: none;
}

.clickable:hover {
  cursor: pointer;
}

.link {
  color: rgb(106.25, 106.25, 106.25);
}

.required {
  color: #a74043;
}

input::placeholder {
  color: rgb(212.5, 212.5, 212.5) !important;
}

.bold-label label {
  font-weight: bold;
  font-size: 13px;
}

.click-action:hover {
  cursor: pointer;
  color: #FFFFFF;
}

#alert {
  display: none;
}

.alert-faded {
  background-color: #f7f7f7;
  border-color: rgb(208.75, 208.75, 208.75);
  color: rgb(93.5, 93.5, 93.5);
}

.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
}

h2.header-title, h1.header-title {
  text-align: left;
  color: #494949;
  font-weight: bold;
  border-bottom: 1px solid rgb(191.25, 191.25, 191.25);
  line-height: 0.1em;
  margin: 40px 0;
  font-size: 18px;
}
h2.header-title span, h1.header-title span {
  background-color: #FFFFFF;
  padding: 0 10px 0 0;
}

h3.header-title {
  text-align: left;
  color: #494949;
  font-weight: bold;
  border-bottom: 1px solid rgb(191.25, 191.25, 191.25);
  line-height: 0.1em;
  margin: 15px 0;
  font-size: 15px;
}
h3.header-title span {
  background-color: #FFFFFF;
  padding: 0 10px 0 0;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.menu li {
  font-size: 13px;
  color: rgb(106.25, 106.25, 106.25);
}
.menu li > i {
  padding-right: 5px;
}
.menu li a {
  text-decoration: none;
}
.menu li a.selected {
  font-weight: bold;
  color: #cccccc;
}
.menu li a:hover {
  color: #cccccc;
  text-decoration: none;
}
.menu li a > i {
  padding-right: 5px;
}

.btn {
  border-radius: 0;
  background-color: rgb(106.25, 106.25, 106.25);
  color: #FFFFFF !important;
}
.btn:focus-visible {
  outline: 2px solid #0099CC;
  outline-offset: 2px;
}
.btn:hover:not(:disabled) {
  cursor: pointer;
  background-color: rgb(144.5, 144.5, 144.5);
}
.btn.btn-link {
  background-color: transparent;
  color: rgb(93.5, 93.5, 93.5) !important;
}
.btn.btn-link:hover:not(:disabled) {
  background-color: transparent;
}

.faq {
  padding-bottom: 15px;
}
.faq .question {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.faq .answer {
  font-size: 14px;
}

button.btn:focus-visible {
  outline: 2px solid #0099CC;
  outline-offset: 2px;
  box-shadow: none;
}

#mapdiv {
  margin-bottom: 55px;
}

.padded.top, .row.padded.top {
  padding-top: 15px;
}
.padded.bottom, .row.padded.bottom {
  padding-bottom: 15px;
}
.padded.bottom.small, .row.padded.bottom.small {
  padding-bottom: 5px;
}

.margin.top {
  margin-top: 15px;
}
.margin.bottom {
  margin-bottom: 15px;
}

.flex-self-end {
  align-self: flex-end;
}

.group.form-radios {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flex-column-centered {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.col-lg-12.form-group {
  padding-right: 0;
}

.obligors {
  float: left;
  font-size: 16px;
  color: black;
  padding-top: 10px;
}

.custom-file {
  width: 65%;
}

.custom-file-label:after {
  content: attr(data-content) !important;
}

select.form-control.input-sm {
  padding: 0 5px;
  margin: 0 7px;
}

/*select.form-control:not(.form-control-sm) { padding: .4rem .25rem; }*/
input.form-control.areacode {
  width: 65px !important;
}

input.form-control.phonenumber, input.form-control.faxnumber {
  width: 145px !important;
}

input.form-control.extension {
  width: 85px !important;
}

.phone-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.phone-numbers input {
  margin-right: 11px;
}

.validation-summary, .validation-summary-valid {
  display: none;
}

.validation-summary.validation-summary-error {
  display: block;
}

.icon-button {
  background-color: #f7f7f7;
  background: -webkit-gradient(to top, color-stop(0%, #f7f7f7), color-stop(100%, rgb(240.625, 240.625, 240.625)));
  background: -webkit-linear-gradient(to top, #f7f7f7, rgb(240.625, 240.625, 240.625));
  background: -moz-linear-gradient(to top, #f7f7f7, rgb(240.625, 240.625, 240.625));
  background: -ms-linear-gradient(to top, #f7f7f7, rgb(240.625, 240.625, 240.625));
  background: -o-linear-gradient(to top, #f7f7f7, rgb(240.625, 240.625, 240.625));
  background: linear-gradient(to top, #f7f7f7, rgb(240.625, 240.625, 240.625));
  color: rgb(93.5, 93.5, 93.5);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 8px 13px;
  margin-bottom: 10px;
}
.icon-button:hover {
  background-color: rgb(236.8, 236.8, 236.8);
  background: -webkit-gradient(to top, color-stop(0%, rgb(236.8, 236.8, 236.8)), color-stop(100%, rgb(222.7, 222.7, 222.7)));
  background: -webkit-linear-gradient(to top, rgb(236.8, 236.8, 236.8), rgb(222.7, 222.7, 222.7));
  background: -moz-linear-gradient(to top, rgb(236.8, 236.8, 236.8), rgb(222.7, 222.7, 222.7));
  background: -ms-linear-gradient(to top, rgb(236.8, 236.8, 236.8), rgb(222.7, 222.7, 222.7));
  background: -o-linear-gradient(to top, rgb(236.8, 236.8, 236.8), rgb(222.7, 222.7, 222.7));
  background: linear-gradient(to top, rgb(236.8, 236.8, 236.8), rgb(222.7, 222.7, 222.7));
  color: rgb(106.25, 106.25, 106.25);
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.15);
}

.custom-file-control::before {
  content: "Browse";
}

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: rgb(106.25, 106.25, 106.25);
}

.list-group-item {
  display: flex;
  align-items: center;
}

.badge-warning, .badge-pending {
  color: #212529;
  background-color: #ffc107;
}

.badge-approved {
  color: #FFFFFF;
  background-color: #146c43;
}

.badge-disapproved {
  color: #FFFFFF;
  background-color: #b02a37;
}

.close:hover {
  cursor: pointer;
}

span.custom-control-description {
  top: -5px;
  position: relative;
  left: 6px;
}

.col-lg-2.not-padded {
  padding-right: 0;
}

.stacked-errors {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 999;
  background-color: black;
  color: white !important;
}

.skip-to-main-content-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 1em;
  background-color: black;
  color: white !important;
}

#wrapper, #footer {
  width: 1230px;
}

#wrapper.boxed {
  background: #FFFFFF;
  padding: 40px 35px 50px 35px;
  margin: 50px auto 0 auto;
}

#footer.boxed {
  /*background: #303030;*/
  padding: 40px 35px 15px 35px;
  margin: 0 auto 50px auto;
}

#header {
  height: 90px;
}
#header .contact-info {
  font-size: 13px;
}
#header .contact-info > li {
  display: inline-block;
}
#header .contact-info > li:not(:first-child):before {
  content: "|";
  color: rgb(144.5, 144.5, 144.5);
  padding: 0 10px;
}

#navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background: transparent url("../images/nav-background.png") repeat-x 0 0;
  width: 100%;
  height: 52px;
  margin: 10px 0 15px 0;
}
#navigation .user {
  margin-left: auto;
}
#navigation a {
  text-decoration: none;
  font-size: 14px;
  border: none;
  color: #FFFFFF;
  padding: 14px 16px;
  background-color: inherit;
}
#navigation a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#navigation a:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
  background-color: rgba(255, 255, 255, 0.15);
}
#navigation a.selected {
  background-color: rgba(255, 255, 255, 0.15);
}
#navigation .dropdown {
  position: relative;
}
#navigation .dropdown.selected {
  background-color: rgba(255, 255, 255, 0.15);
}
#navigation .dropdown:hover, #navigation .dropdown:focus-within, #navigation .dropdown.open {
  background-color: rgba(255, 255, 255, 0.15);
}
#navigation .dropdown:hover .dropdown-content, #navigation .dropdown:focus-within .dropdown-content, #navigation .dropdown.open .dropdown-content {
  display: block;
}
#navigation .dropdown .dropbtn {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  border: none;
  color: #FFFFFF;
  padding: 14px 16px;
  background-color: transparent;
  cursor: pointer;
}
#navigation .dropdown .dropbtn:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
}
#navigation .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #882E35;
  min-width: 128px;
  z-index: 100;
}
#navigation .dropdown .dropdown-content.w150 {
  width: 150px;
}
#navigation .dropdown .dropdown-content.w200 {
  width: 200px;
}
#navigation .dropdown .dropdown-content a {
  color: #e0e0e0;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#navigation .dropdown .dropdown-content a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
}
#navigation .dropdown .dropdown-content a:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
}
#navigation .dropdown .dropdown-content a:not(:last-child) {
  border-bottom: 1px solid rgb(197.8791208791, 86.1208791209, 94.8131868132);
}

.icon-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 45px;
}
.icon-box:hover .icon {
  background-color: rgb(106.25, 106.25, 106.25);
}
.icon-box:hover .icon > span {
  background-color: rgb(106.25, 106.25, 106.25);
  opacity: 0;
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.icon-box:hover .icon > i {
  color: #FFFFFF;
}
.icon-box .icon {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  background-color: #f2f2f2;
  text-align: center;
  margin-right: 15px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.icon-box .icon i {
  float: left;
  font-size: 23px;
  color: #a0a0a0;
  z-index: 5;
  position: relative;
  left: 31%;
  margin: 17px 0;
}
.icon-box .icon i.fa-magic {
  margin-top: 20px;
}
.icon-box .icon i.fa-question {
  left: 38%;
}
.icon-box .icon i.fa-map-marker {
  left: 39%;
}
.icon-box .icon i.fa-user {
  left: 37%;
}
.icon-box .icon span {
  z-index: 4;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f2f2f2;
}
.icon-box .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.icon-box .content .header {
  color: #494949;
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 3px;
}
.icon-box .content .description {
  font-size: 13px;
}
.icon-box .content .footer {
  padding-top: 10px;
  font-size: 13px;
}

.about-icon {
  margin-left: 1rem;
}

.about-icon > .icon {
  width: inherit;
}

.about-icon .description {
  max-width: 275px;
}

.box {
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}
.box.notice {
  padding: 15px;
}
.box.notice .title {
  font-size: 25px;
  color: #000000;
  padding-bottom: 5px;
}
.box.notice .content {
  padding-bottom: 15px;
  font-size: 14px;
}
.box.notice .content a {
  text-decoration: none;
  color: rgb(106.25, 106.25, 106.25);
}
.box.notice .content a:hover {
  color: #FFFFFF;
}
.box.state-link {
  transition: all 0.6s ease-in-out;
  height: 105px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.box.state-link .name {
  padding: 5px 15px;
}
.box.state-link .icon {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-size: 75px;
}
.box.state-link .icon > img {
  width: 75px;
  height: 85px;
}
.box.state-link:hover {
  cursor: pointer;
  background-color: rgb(195.5, 195.5, 195.5);
  border: 1px solid rgb(144.5, 144.5, 144.5);
}
.box.state-link:hover .icon {
  color: #FFFFFF;
  transition: all 0.6s ease-in-out;
  transform: rotate(8deg) scale(1.4);
}
.box.login .title {
  text-align: center;
  padding: 10px;
}
.box.login .content {
  padding: 15px 30px;
}
.box.login .content label {
  font-weight: bold;
}
.box.info {
  padding: 15px;
  min-height: 170px;
}
.box.info .title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 15px;
}
.box.info .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
  font-size: 14px;
}
.box.info .content.column {
  flex-direction: column !important;
}
.box.info .content label {
  font-weight: bold;
}
.box.filter {
  padding: 15px;
}
.box.filter:not(.small) {
  min-height: 170px;
}
.box.filter.small {
  padding-bottom: 0px !important;
}
.box.filter.small .content div {
  padding-right: 0 !important;
}
.box.filter .title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 15px;
}
.box.filter .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
  font-size: 14px;
}
.box.filter .content.column {
  flex-direction: column !important;
}
.box.filter .content div {
  padding-left: 0;
}
.box.filter .content label {
  font-weight: bold;
}
.box.filter .footer.split {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.box.form {
  padding: 15px;
}
.box.form .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.box.form .group .label {
  font-weight: bold;
  padding-bottom: 5px;
  width: 40%;
}
.box.form .group .input {
  width: 60%;
}

.login-wrapper img.fidm-logo {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

#footer {
  background: #303030 url("../images/silhouettes_children_full.png") no-repeat 0 50px;
}
#footer p {
  color: #888888;
}
#footer a {
  color: #AAAAAA;
  text-decoration: underline;
}
#footer a:hover {
  color: #FFFFFF;
}
#footer .copyright {
  border-top: 1px solid #3c3c3c;
  font-size: 14px;
  padding: 10px 0;
  z-index: 75;
}
#footer .copyright a {
  color: #FFFFFF;
}
#footer .footer-box {
  padding-bottom: 25px;
  font-size: 14px;
  z-index: 75;
}
#footer .footer-title {
  text-align: left;
  color: #FFFFFF;
  font-weight: normal;
  border-bottom: 1px solid #3c3c3c;
  line-height: 0.1em;
  margin-bottom: 20px;
  font-size: 13px;
}
#footer .footer-title span {
  background-color: #303030;
  padding: 0 10px 0 0;
}
#footer > .row, #footer > .row .col {
  z-index: 75;
}
#footer #child_footer {
  position: absolute;
  left: 36px;
  bottom: 98px;
  width: 94.5%;
  opacity: 0.2;
  z-index: 25;
}

body.landing .box, body.login-landing .box {
  min-height: 200px;
}
body.landing {
  display: flex;
  align-items: center;
}
body.landing .box .footer {
  position: absolute;
  bottom: 15px;
}
body.login-landing {
  padding-top: 12%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.login-landing .contact {
  font-size: 12px;
  color: #a74043;
  text-align: center;
  padding-top: 15px;
}
body.login-landing .logo {
  width: 375px;
  padding: 10px 0 0;
}

table:not(.table-condensed) {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
table:not(.table-condensed) .centered {
  text-align: center;
}
table:not(.table-condensed) .right {
  text-align: right;
}
table:not(.table-condensed) i {
  color: rgb(93.5, 93.5, 93.5);
}
table:not(.table-condensed) i, table:not(.table-condensed) td a {
  color: rgb(93.5, 93.5, 93.5);
}
table:not(.table-condensed) a:hover > i {
  color: rgb(106.25, 106.25, 106.25);
}
table:not(.table-condensed).zebra-stripes tbody > tr:nth-child(even), table:not(.table-condensed) .even {
  background-color: rgb(237.25, 237.25, 237.25);
}
table:not(.table-condensed).has-icon-buttons tbody > tr > td {
  vertical-align: middle !important;
}
table:not(.table-condensed).has-icon-buttons tbody > tr > td i.icon-button {
  margin-bottom: 0 !important;
}
table:not(.table-condensed) thead {
  background-color: #fafafa 0%;
  background: -webkit-gradient(to bottom, color-stop(0%, #fafafa 0%), color-stop(100%, #e9e9e9 100%));
  background: -webkit-linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background: -moz-linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background: -o-linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  text-align: left;
  color: #FFFFFF;
  background-color: #ECEFF4;
  line-height: 18px;
  font-size: 12px;
  color: #333333 !important;
}
table:not(.table-condensed) thead tr th {
  padding: 5px 10px;
  border: 1px solid #CACACA;
}
table:not(.table-condensed) thead tr th.sortpadding {
  padding-right: 20px;
}
table:not(.table-condensed) tbody {
  border: 1px solid #CACACA;
}
table:not(.table-condensed) tbody > tr {
  line-height: 45px;
}
table:not(.table-condensed) tbody > tr th.row-header {
  background-color: #fafafa 0%;
  background: -webkit-gradient(to bottom, color-stop(0%, #fafafa 0%), color-stop(100%, #e9e9e9 100%));
  background: -webkit-linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background: -moz-linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background: -o-linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  background-color: #ECEFF4;
  width: 14%;
  border-right: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  font-weight: 600;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
  color: #333333 !important;
  line-height: 20px;
}
table:not(.table-condensed) tbody > tr td {
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  vertical-align: top;
}
table:not(.table-condensed) tbody > tr td.align-top {
  vertical-align: top;
}
table:not(.table-condensed) tbody > tr td.align-middle {
  vertical-align: middle;
}
table:not(.table-condensed) tbody > tr td.align-bottom {
  vertical-align: bottom;
}
table:not(.table-condensed) tbody > tr td .badge {
  font-size: 14px;
  font-weight: normal;
}
table:not(.table-condensed) tbody > tr td i {
  color: rgb(93.5, 93.5, 93.5);
}

/* 
    Fix to #download-reports element on /FileTransfer page whose right border was cut off on IE
*/
#downloads-reports:not(.table-condensed) {
  box-sizing: border-box;
}

.tab-content {
  display: none;
  font-size: 14px;
}
.tab-content.active {
  display: block;
}

.ie-flexbug-7-fix {
  width: 100%;
  border: none;
  padding: 0;
  border-width: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: none !important;
}

.page-item.active .page-link {
  color: #FFFFFF !important;
}

.page-item.active .page-link {
  background-color: rgb(106.25, 106.25, 106.25);
  border-color: rgb(106.25, 106.25, 106.25);
  outline: none !important;
}

.page-link:focus, .page-link:hover {
  color: rgb(42.5, 42.5, 42.5);
  outline: none;
}

.page-item.disabled .page-link {
  outline: none;
}

.dataTables_length select {
  margin: 0 5px;
}

body.alliance a {
  color: rgb(106.25, 106.25, 106.25);
}
body.alliance a:hover {
  color: #882E35;
}
body.alliance a.selected, body.alliance .link:hover, body.alliance .selected {
  color: #882E35;
}
body.alliance .icon-box:hover .icon {
  background-color: #882E35;
}
body.alliance .icon-box:hover .icon > span {
  background-color: #882E35;
}
body.alliance input:focus, body.alliance select:focus, body.alliance .form-control:focus {
  border-color: #882E35;
}
body.alliance #navigation {
  background: transparent url("../images/nav-background-alliance.png") repeat-x 0 0;
}
body.alliance #navigation .dropdown .dropdown-content {
  background-color: #882E35;
}
body.alliance #navigation .dropdown .dropdown-content a:not(:last-child) {
  border-bottom: 1px solid rgb(197.8791208791, 86.1208791209, 94.8131868132);
}
body.alliance .btn {
  background-color: #882E35;
}
body.alliance .btn:hover {
  color: #FFFFFF;
  background-color: rgb(191.4340659341, 67.0659340659, 76.739010989);
}
body.alliance .btn.btn-link {
  background-color: transparent;
  color: rgb(93.5, 93.5, 93.5) !important;
}
body.alliance .btn.btn-link:hover {
  background-color: transparent;
  color: #882E35 !important;
}
body.alliance .box.notice .content a:hover {
  color: #882E35;
}
body.alliance .box.state-link:hover {
  background-color: rgb(242.9945054945, 219.5054945055, 221.3324175824);
  border: 1px solid rgb(191.4340659341, 67.0659340659, 76.739010989);
}
body.alliance .box.state-link:hover .icon > span {
  color: #882E35;
}
body.alliance .menu li a.selected {
  color: #882E35;
}
body.alliance .menu li a:hover {
  color: #882E35;
}
body.alliance table tbody > tr.row-selected {
  background-color: rgb(242.9945054945, 219.5054945055, 221.3324175824) !important;
}
body.alliance .badge-primary {
  background-color: #882E35;
  color: #FFFFFF;
}
body.alliance .page-item.active .page-link {
  background-color: #882E35;
  border-color: #882E35;
}
body.alliance .datepicker-top-left:before, body.alliance .datepicker-top-right:before {
  border-bottom-color: #882E35;
}
body.alliance .datepicker-top-left, body.alliance .datepicker-top-right {
  border-top-color: #882E35;
}
body.alliance .datepicker-panel > ul > li.picked, body.alliance .datepicker-panel > ul > li.picked:hover {
  color: #882E35;
}
body.alliance .click-action:hover {
  color: #882E35;
}
body.alliance .icon-button:hover {
  color: #882E35;
}

body.taxmatch a {
  color: rgb(106.25, 106.25, 106.25);
}
body.taxmatch a:hover {
  color: #882E35;
}
body.taxmatch a.selected, body.taxmatch .link:hover, body.taxmatch .selected {
  color: #882E35;
}
body.taxmatch .wrapper {
  /*
  background-image: url(/images/fidmTaxBanner.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  */
}
body.taxmatch .icon-box:hover .icon {
  background-color: #882E35;
}
body.taxmatch .icon-box:hover .icon > span {
  background-color: #882E35;
}
body.taxmatch input:focus, body.taxmatch select:focus, body.taxmatch .form-control:focus {
  border-color: #882E35;
}
body.taxmatch #header {
  height: 167px;
  background-image: url("/images/fidmTaxBanner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
}
body.taxmatch #header .row {
  background: linear-gradient(0.25turn, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0.9333333333));
}
body.taxmatch #header .contact-info {
  color: #FFFFFF;
}
body.taxmatch #footer {
  background: #303030 url("../images/fidmTaxFooter.jpg") no-repeat 0 0;
  background-size: cover;
}
body.taxmatch #navigation {
  background: transparent url("../images/nav-background-taxmatch.png") repeat-x 0 0;
}
body.taxmatch #navigation .dropdown .dropdown-content {
  background-color: #882E35;
}
body.taxmatch #navigation .dropdown .dropdown-content a {
  color: rgb(208.25, 208.25, 208.25);
}
body.taxmatch #navigation .dropdown .dropdown-content a:not(:last-child) {
  border-bottom: 1px solid rgb(197.8791208791, 86.1208791209, 94.8131868132);
}
body.taxmatch .btn {
  background-color: #882E35;
}
body.taxmatch .btn:hover {
  color: #FFFFFF;
  background-color: rgb(191.4340659341, 67.0659340659, 76.739010989);
}
body.taxmatch .btn.btn-link {
  background-color: transparent;
  color: rgb(93.5, 93.5, 93.5) !important;
}
body.taxmatch .btn.btn-link:hover {
  background-color: transparent;
  color: #882E35 !important;
}
body.taxmatch .box.notice .content a:hover {
  color: #882E35;
}
body.taxmatch .box.state-link:hover {
  background-color: rgb(242.9945054945, 219.5054945055, 221.3324175824);
  border: 1px solid rgb(191.4340659341, 67.0659340659, 76.739010989);
}
body.taxmatch .box.state-link:hover .icon > span {
  color: #882E35;
}
body.taxmatch .menu li a.selected {
  color: #882E35;
}
body.taxmatch .menu li a:hover {
  color: #882E35;
}
body.taxmatch table tbody > tr.row-selected {
  background-color: rgb(217.2142857143, 143.2857142857, 149.0357142857) !important;
}
body.taxmatch .badge-primary {
  background-color: #882E35;
  color: #FFFFFF;
}
body.taxmatch .page-item.active .page-link {
  background-color: #882E35;
  border-color: #882E35;
}
body.taxmatch .datepicker-top-left:before, body.taxmatch .datepicker-top-right:before {
  border-bottom-color: #882E35;
}
body.taxmatch .datepicker-top-left, body.taxmatch .datepicker-top-right {
  border-top-color: #882E35;
}
body.taxmatch .datepicker-panel > ul > li.picked, body.taxmatch .datepicker-panel > ul > li.picked:hover {
  color: #882E35;
}
body.taxmatch .click-action:hover {
  color: #882E35;
}
body.taxmatch .icon-button:hover {
  color: #882E35;
}

body.nj a {
  color: rgb(106.25, 106.25, 106.25);
}
body.nj a:hover {
  color: #0099CC;
}
body.nj a.selected, body.nj .link:hover, body.nj .selected {
  color: #0099CC;
}
body.nj .icon-box:hover .icon {
  background-color: #0099CC;
}
body.nj .icon-box:hover .icon > span {
  background-color: #0099CC;
}
body.nj input:focus, body.nj select:focus, body.nj .form-control:focus {
  border-color: #0099CC;
}
body.nj #navigation {
  background: transparent url("../images/nav-background-nj.png") repeat-x 0 0;
}
body.nj #navigation .dropdown .dropdown-content {
  background-color: #0099CC;
}
body.nj #navigation .dropdown .dropdown-content a {
  color: rgb(208.25, 208.25, 208.25);
}
body.nj #navigation .dropdown .dropdown-content a:not(:last-child) {
  border-bottom: 1px solid #33ccff;
}
body.nj .btn {
  background-color: #0099CC;
}
body.nj .btn:hover {
  color: #FFFFFF;
  background-color: rgb(25.5, 197.625, 255);
}
body.nj .btn.btn-link {
  background-color: transparent;
  color: rgb(93.5, 93.5, 93.5) !important;
}
body.nj .btn.btn-link:hover {
  background-color: transparent;
  color: #0099CC !important;
}
body.nj .box.notice .content a:hover {
  color: #0099CC;
}
body.nj .box.state-link:hover {
  background-color: rgb(229.5, 248.625, 255);
  border: 1px solid rgb(25.5, 197.625, 255);
}
body.nj .box.state-link:hover .icon > span {
  color: #0099CC;
}
body.nj .menu li a.selected {
  color: #0099CC;
}
body.nj .menu li a:hover {
  color: #0099CC;
}
body.nj table tbody > tr.row-selected {
  background-color: rgb(229.5, 248.625, 255) !important;
}
body.nj .badge-primary {
  background-color: #0099CC;
  color: #FFFFFF;
}
body.nj .page-item.active .page-link {
  background-color: #0099CC;
  border-color: #0099CC;
}
body.nj .datepicker-top-left:before, body.nj .datepicker-top-right:before {
  border-bottom-color: #0099CC;
}
body.nj .datepicker-top-left, body.nj .datepicker-top-right {
  border-top-color: #0099CC;
}
body.nj .datepicker-panel > ul > li.picked, body.nj .datepicker-panel > ul > li.picked:hover {
  color: #0099CC;
}
body.nj .click-action:hover {
  color: #0099CC;
}
body.nj .icon-button:hover {
  color: #0099CC;
}

body.idec a {
  color: rgb(106.25, 106.25, 106.25);
}
body.idec a:hover {
  color: #77A819;
}
body.idec a.selected, body.idec .link:hover, body.idec .selected {
  color: #77A819;
}
body.idec .icon-box:hover .icon {
  background-color: #77A819;
}
body.idec .icon-box:hover .icon > span {
  background-color: #77A819;
}
body.idec input:focus, body.idec select:focus, body.idec .form-control:focus {
  border-color: #77A819;
}
body.idec #navigation {
  background: transparent url("../images/nav-background-idec.png") repeat-x 0 0;
}
body.idec #navigation .dropdown .dropdown-content {
  background-color: #77A819;
}
body.idec #navigation .dropdown .dropdown-content a {
  color: rgb(208.25, 208.25, 208.25);
}
body.idec #navigation .dropdown .dropdown-content a:not(:last-child) {
  border-bottom: 1px solid #77A819;
}
body.idec .btn {
  background-color: #77A819;
}
body.idec .btn:hover {
  color: #FFFFFF;
  background-color: rgb(150.4455958549, 212.3937823834, 31.6062176166);
}
body.idec .btn.btn-link {
  background-color: transparent;
  color: rgb(93.5, 93.5, 93.5) !important;
}
body.idec .btn.btn-link:hover {
  background-color: transparent;
  color: #77A819 !important;
}
body.idec .box.notice .content a:hover {
  color: #77A819;
}
body.idec .box.state-link:hover {
  background-color: rgb(221.4507772021, 243.6658031088, 178.8341968912);
  border: 1px solid rgb(150.4455958549, 212.3937823834, 31.6062176166);
}
body.idec .box.state-link:hover .icon > span {
  color: #77A819;
}
body.idec .menu li a.selected {
  color: #77A819;
}
body.idec .menu li a:hover {
  color: #77A819;
}
body.idec table tbody > tr.row-selected {
  background-color: rgb(221.4507772021, 243.6658031088, 178.8341968912) !important;
}
body.idec .badge-primary {
  background-color: #77A819;
  color: #FFFFFF;
}
body.idec .page-item.active .page-link {
  background-color: #77A819;
  border-color: #77A819;
}
body.idec .datepicker-top-left:before, body.idec .datepicker-top-right:before {
  border-bottom-color: #77A819;
}
body.idec .datepicker-top-left, body.idec .datepicker-top-right {
  border-top-color: #77A819;
}
body.idec .datepicker-panel > ul > li.picked, body.idec .datepicker-panel > ul > li.picked:hover {
  color: #77A819;
}
body.idec .click-action:hover {
  color: #77A819;
}
body.idec .icon-button:hover {
  color: #77A819;
}