/* **************************
	Defaults
*************************** */
/* **************************
	Resets
*************************** */
ul {
  padding: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
}
.table > tbody > tr > td,
.wbdTable.table > tbody > tr > th,
.wbdTable.table > tfoot > tr > td,
.wbdTable.table > tfoot > tr > th,
.wbdTable.table > thead > tr > td,
.wbdTable.table > thead > tr > th {
  vertical-align: middle;
}
.wbdTable.table > caption + thead > tr:first-child > td,
.wbdTable.table > caption + thead > tr:first-child > th,
.wbdTable.table > colgroup + thead > tr:first-child > td,
.wbdTable.table > colgroup + thead > tr:first-child > th,
.wbdTable.table > thead:first-child > tr:first-child > td,
.wbdTable.table > thead:first-child > tr:first-child > th {
  border-top: 1px solid #ddd;
}
.wbdTable.table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.wbdTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
/* **************************
	Site Specifics
*************************** */
.raspberryRed {
  background-color: #B4436C !important;
}
.brightBlue {
  /*background-color: #005C91 !important; */ /* WCAG compliant*/
  background-color: #17A5E4 !important;
}
.primaryBlue {
  background-color: #556BB7 !important;
}
.orange {
  background-color: #FAA916 !important;
}
.yellow {
  background-color: #FDCA40 !important;
}
.green {
  background-color: #7AC74F !important;
 /*background-color: #3B8711 !important;*/ /*WCAG compliant*/
}
.purple {
  background-color: #5D2E8C !important;
}
.red {
  /*background-color: #E90D13 !important;*/ /* WCAG compliant*/
  background-color: #FF595E !important;
}
.teal {
  /*background-color: #2C7BA7 !important;*/ /* WCAG compliant*/
  background-color: #317EA9 !important;
}
.darkBlue {
  background-color: #334168 !important;
}
/* Fonts */
.robotoCondensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.droidSans {
  font-family: 'Droid Sans', sans-serif;
}
.ptSans {
  font-family: 'PT Sans Narrow', sans-serif;
}
.archivoNarrow {
  font-family: 'Archivo Narrow', sans-serif;
}
.cabin {
  font-family: 'Cabin Condensed', sans-serif;
}
.italicGeorgia {
  font-family: georgia, times new roman, serif;
  font-style: italic;
}
.proxima {
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
.assistant {
  font-family: 'Assistant', sans-serif;
}
.wbdHide {
  display: none;
}
/* General Layout */
.letterSpacing {
  letter-spacing: 0.05em;
}
p,
li,
table,
address {
  font-family: arial, helvetica, sans-serif;
  color: #666666;
}
.anchorTag {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
  font-family: 'Roboto Condensed', sans-serif;
}
.defaultPadding {
  padding: 15px;
}
.boxPadding {
  padding: 20px 25px;
}
.blackInnerShadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75) inset;
}
.borderRadius {
  border-radius: 5px;
}
.borderRadiusBtn {
  border-radius: 3px;
}
.borderSetUp {
  border-width: 1px;
  border-style: solid;
}
.blockLeft {
  display: block;
  float: left;
}
.boxSetUp {
  background: #FFFFFF;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  display: block;
  padding: 20px 20px 10px;
  border-radius: 5px;
  margin-bottom: 18px;
}
.minHeightInner {
  height: 100%;
  min-height: 800px;
}
.relativePosition {
  position: relative;
}
/* *************************
	Typography
************************** */
h1 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.55em;
  color: #454D56;
  margin-bottom: 15px;
}
h2 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 1.3em;
  color: #5F666D;
  line-height: 20px;
  margin: 0 0 20px 0;
  font-style: normal;
  font-weight: 100;
}
h3 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  color: #454D56;
  margin: 10px 0 15px 0;
}
h4 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 1.1em;
  margin-top: 10px;
  color: #454D56;
  font-style: normal;
  font-weight: 100;
}
h5 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #454D56;
  margin: 15px 0 15px;
  font-size: 1em;
}
h5 .label {
  float: right;
  font-weight: normal;
  font-size: 1em;
}
h6 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  margin-bottom: 9px;
  font-style: normal;
  font-weight: 400;
  color: #454D56;
}
.orangeText {
  color: #FAA916 !important;
}
.blueText {
  color: #556BB7 !important;
}
.brightBlueText {
  color: #17A5E4 !important;
}
.greenText {
  color: #7AC74F !important;
}
.redText {
  color: #FF595E !important;
}
.raspberryText {
  color: #B4436C !important;
}
.purpleText {
  color: #5D2E8C !important;
}
.textHighlight {
  color: #38424A;
  font-weight: 500;
}
/* *************************
	Tables
************************** */
table.table-bordered {
  font-size: 1em;
}
.wbdTable {
  font-size: 1.35em;
  border-collapse: collapse;
  border-style: hidden;
}
.wbdTable thead tr th,
.wbdTable tfoot tr td,
.wbdTable tfoot tr th {
  color: #38424A;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  padding: 10px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2.5px solid #E0E1E3;
}
.wbdTable thead th a {
  color: #333;
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
.wbdTable thead th a:hover {
  color: #556BB7;
}
.wbdTable tbody tr td {
  padding: 10px;
  font-size: 12px;
}
.wbdTable tbody tr td strong {
  color: #333;
}
.wbdTable tbody tr td a.anchorTag {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
  font-family: 'Roboto Condensed', sans-serif;
}
.wbdTable .labelFixed {
  width: 90%;
  font-size: 0.75rem;
  display: block;
  height: 20px;
  vertical-align: middle;
  line-height: 14px;
}
.wbdTable tr:last-child {
  border-bottom: 1px solid #38424A;
}
.wbdTable .calendarBtn {
  margin-left: 5px;
}
.wbdTable .btn-group,
.wbdTable .btn-group-vertical {
  display: inherit;
}
.wbdTable .lgSquare {
  font-size: 17px;
  cursor: pointer;
}
.wbdTable thead input.form-control {
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  font-family: georgia, times new roman, serif;
  font-style: italic;
}
.wbdTable thead input.form-control:focus,
.wbdTable thead input.form-control:active {
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
}
.wbdTable tr.highlightRow td {
  background: #eee;
  border-top: 1px solid #38424A;
  border-bottom: 1px solid #38424A;
}
#commEntriesTable a.btn,
#commEntriesTable .labelFixed,
#commEntriesTable a.expand {
  display: inline-block !important;
}
#commEntriesTable a.btn,
#commEntriesTable .labelFixed {
  padding: 3px 4px;
  line-height: 12px;
}
#commEntriesTable a.expand {
  padding: 2px 5px 2px;
}
.orangeIcon {
  color: #FAA916;
  font-size: 14px;
  margin-right: 5px;
  padding: 1px 7px;
}
.blueIcon {
  color: #556BB7;
}
/* *************************
	Buttons
************************** */
.defaultBtn,
a.defaultBtn {
  background: #D1D3D5;
  color: #333;
  border: 1px solid #b6b9bd;
  font-size: 0.79em;
  letter-spacing: 0.06em;
  width: 100%;
  transition: all 0.8s ease;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
.defaultBtn i,
a.defaultBtn i,
.defaultBtn .lnr,
a.defaultBtn .lnr {
  margin-right: 2px;
  font-size: 1.35em;
}
.collapseBtn i {
  margin: 0 0 0 5px;
}
.defaultBtn:hover {
  background-color: #b6b9bd;
}
.defaultBtn.btn-sm {
  padding: 2px 5px;
}
.defaultBtn.btn-xs {
  padding: 2px 4px;
}
.defaultBtn.fixedBtn {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
}
.orangeBtn,
a.orangeBtn {
  /*color: #38424A;*/ /*WCAG Compliant*/
  color: #FFFFFF;
  background-color: #FAA916;
  border: 1px solid #d88d05;
}
.orangeBtn:hover,
a.orangeBtn:hover,
.orangeBtn:focus,
a.orangeBtn:focus,
a.orangeBtn:active,
.orangeBtn:active {
  /*color: #38424A;*/ /*WCAG Compliant*/
  color: #FFFFFF;
  background-color: #d88d05;
}
.blueBtn,
a.blueBtn {
  color: #FFFFFF;
  background-color: #556BB7;
  border: 1px solid #415498;
  border-radius: 3px;
}
.blueBtn:hover,
a.blueBtn:hover,
.blueBtn:focus,
a.blueBtn:focus,
a.blueBtn:active,
.blueBtn:active {
  background-color: #415498;
  color: #FFFFFF;
}
.tealBtn,
a.tealBtn {
  color: #FFFFFF;
  background-color: #317EA9;
  border: 1px solid #266181;
  border-radius: 3px;
}
.tealBtn:hover,
a.tealBtn:hover,
.tealBtn:focus,
a.tealBtn:focus,
a.tealBtn:active,
.tealBtn:active {
  background-color: #266181;
  color: #FFFFFF;
}
.redBtn,
a.redBtn {
  color: #FFFFFF;
  background-color: #FF595E;
  border: 1px solid #ff262d;
  border-radius: 3px;
}
.redBtn:hover,
a.redBtn:hover,
.redBtn:focus,
a.redBtn:focus,
a.redBtn:active,
.redBtn:active {
  color: #FFFFFF;
  background-color: #FF595E;
}
.grayBtn,
a.grayBtn {
  color: #FFFFFF;
  background: #38424A;
  border: 1px solid #22282d;
  border-radius: 3px;
}
.grayBtn:hover,
a.grayBtn:hover,
.grayBtn:focus,
a.grayBtn:focus,
a.grayBtn:active,
.grayBtn:active {
  color: #FFFFFF;
  background: #22282d;
}
.greenBtn,
a.greenBtn {
  color: #FFFFFF;
  background: #7AC74F;
  border: 1px solid #61ac37;
  border-radius: 3px;
}
.greenBtn:hover,
a.greenBtn:hover,
.greenBtn:focus,
a.greenBtn:focus,
a.greenBtn:active,
.greenBtn:active {
  background: #61ac37;
  color: #FFFFFF;
}
.greenBtnDark,
a.greenBtnDark {
  color: #FFFFFF;
  background: #6cc03d;
  border: 1px solid #61ac37;
  border-radius: 3px;
}
.greenBtnDark:hover,
a.greenBtnDark:hover,
.greenBtnDark:focus,
a.greenBtnDark:focus,
a.greenBtnDark:active,
.greenBtnDark:active {
  background: #61ac37;
  color: #FFFFFF;
}
.infoBtn,
a.infoBtn {
  color: #FFFFFF;
  background: #17A5E4;
  border: 1px solid #1283b6;
  border-radius: 3px;
}
.infoBtn i,
a.infoBtn i {
  font-weight: 700;
}
.infoBtn:hover,
a.infoBtn:hover,
.infoBtn:focus,
a.infoBtn:focus,
a.infoBtn:active,
.infoBtn:active {
  background: #1283b6;
  color: #FFFFFF;
}
.raspBtn,
a.raspBtn {
  color: #FFFFFF;
  background: #B4436C;
  border: 1px solid #8f3556;
  border-radius: 3px;
}
.raspBtn:hover,
a.raspBtn:hover,
.raspBtn:focus,
a.raspBtn:focus,
.raspBtn:active,
a.raspBtn:active {
  background: #8f3556;
  color: #FFFFFF;
}
.purpleBtn,
a.purpleBtn {
  color: #FFFFFF;
  background: #5D2E8C;
  border: 1px solid #432166;
  border-radius: 3px;
}
.purpleBtn:hover,
a.purpleBtn:hover,
.purpleBtn:focus,
a.purpleBtn:focus,
.purpleBtn:active,
a.purpleBtn:active {
  background: #432166;
  color: #FFFFFF;
}
.cancelBtn,
a.cancelBtn {
  color: #FFFFFF;
  background: #38424A;
  border: 1px solid #22282d;
  border-radius: 3px;
}
.cancelBtn:hover,
a.cancelBtn:hover,
.cancelBtn:focus,
a.cancelBtn:focus,
.cancelBtn:active,
a.cancelBtn:active {
  color: #FFFFFF;
  background: #0c0e10;
}
.btn-default i {
  color: #FAA916;
}
a.expand {
  color: #FFFFFF;
  background-color: #FAA916;
  border: 1px solid #d88d05;
  width: 25px;
  display: inline-block;
  font-size: 1.25em;
  text-align: center;
  transition: all 0.8s ease;
}
a.expand:hover {
  background-color: #d88d05;
}
.btn-grping {
  white-space: nowrap!important;
  width: 100%!important;
}
/* ***********************
    Modules
************************ */
.borderMod {
  position: relative;
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem 0.6rem 5px 5px;
}
.borderModCollapsed {
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem 0.6rem 5px 5px;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  /*padding: 0;*/
}
.borderModCollapsed h3 {
  margin-top: 0;
}
.borderModCollapsed .col-lg-10,
.borderModCollapsed .col-xs-10 {
  width: 86%;
  display: block;
  float: left;
  padding: 10px 0 10px 30px;
  border-right: 1px solid #ccc;
}
.borderModCollapsed .col-lg-2,
.borderModCollapsed .col-xs-2 {
  width: 14%;
  float: right;
  text-align: center;
}
.borderModCollapsed .col-lg-2,
.borderModCollapsed .col-xs-2 {
  padding: 8px 14px 8px 0;
}
.borderModCollapsed h4 {
  border-left: none;
  padding-left: 0;
  margin: 0;
}
.borderModCollapsed i {
  vertical-align: middle;
  color: #898989;
}
.borderModOpen {
  border-bottom: 3px solid #FAA916;
}
.borderModOpen h4 {
  color: #666666;
}
.borderModOpen a i {
  color: #FAA916;
}
.borderModOpen address {
  margin-left: 20px;
}
.sectionInfo {
  display: none;
  border-top: 1px solid #e6e6e6;
  padding: 15px 20px;
  font-family: arial, helvetica, sans-serif;
  color: #666666;
  font-size: 13px;
}
.sectionInfo button .fa-caret-down {
  margin-left: 5px;
}
.sectionInfo .wbdTable tr td {
  line-height: 1.25em;
}
.sectionInfo .wbdTable tr:nth-child(odd) {
  background: #f2f2f2;
}
.sectionInfo .wbdTable tr:nth-child(even) {
  background: #fff;
}
.questionMod {
  background-image: -moz-linear-gradient(90deg, #dedede 0%, #ededed 2%, #fdfdfd 40%, #ffffff 96%, #e1e1e1 100%);
  background-image: -webkit-linear-gradient(90deg, #dedede 0%, #ededed 2%, #fdfdfd 40%, #ffffff 96%, #e1e1e1 100%);
  background-image: -ms-linear-gradient(90deg, #dedede 0%, #ededed 2%, #fdfdfd 40%, #ffffff 96%, #e1e1e1 100%);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
  position: absolute;
  right: -15px;
  top: 300px;
  display: block;
  width: 57px;
  height: 50px;
  z-index: 100;
  border-color: #b8b8b8;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.questionMod img {
  margin-top: 7px;
}
.questionMod .questionTooltip {
  display: none;
  border-color: #bbbbbb;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), inset 0 0 25px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 300px;
  padding: 10px 20px;
  left: -120px;
  top: -120px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}
.questionMod .questionTooltip p {
  font-family: 'Cabin Condensed', sans-serif;
}
.questionMod .questionTooltip h5:before,
.questionMod .questionTooltip h5:after {
  content: "\2014";
}
.questionMod .questionTooltip h5:before {
  padding-right: 10px;
}
.questionMod .questionTooltip h5:after {
  padding-left: 10px;
}
.questionMod:hover .questionTooltip {
  display: block;
}
.popover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-color: #cbcbcb;
}
.popover h3.popover-title {
  background-color: #FAA916;
  color: #FFFFFF;
}
/* *************************
      Rounded Border
************************** */
.rounded-circle {
  border-radius: 50% !important;
}
/* *************************
      Lists
  ************************** */
.employeeInfoList {
  margin-bottom: 0;
}
.employeeInfoList .borderBottom {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.employeeInfoList dt {
  width: 25%;
  font-size: 1em;
  color: #222;
  font-weight: normal;
  display: block;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
}
.employeeInfoList dd {
  font-size: 1em;
}
.employeeInfoList dd em.company {
  font-style: normal;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
/* *************************
    Dropdowns
************************** */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #556BB7;
}
/* *************************
    Pagination
************************** */
.pagination {
  margin: 5px 0;
}
.pagination > li > a,
.pagination > li > span {
  background: none;
  border: none;
  color: #333;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #FAA916;
  border-radius: 5px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 3px 9px;
}
/* **************************
    Forms
*************************** */
label {
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #38424A;
  font-weight: normal;
}
label i {
  margin-right: 5px;
}
.label, .badge {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  padding: 0.35em 0.55em;
  font-size: 1em;
  font-weight: 400;
}
label.cursor {
  cursor: pointer;
}
.blockLevel {
  display: block;
}
input.form-control,
select.form-control,
textarea.form-control {
  border-radius: 0;
  border-color: #ccc;
  font-family: 'Roboto Condensed', sans-serif;
}
.form-control:focus,
.form-control:active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset, 0 0 5px #ffffff;
  border-color: #FAA916;
}
.form-actions {
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}
.toggleShowSimple i,
.toggleShow i {
  color: #FAA916;
}
textarea {
  resize: none;
}
/* *************************
    Spacers
************************** */
.smSpacerTop {
  margin-top: 10px;
}
.smSpacerBottom {
  margin-bottom: 10px;
}
.smSpacerLeft {
  margin-left: 10px;
}
.smSpacerRight {
  margin-right: 10px;
}
.mdSpacerTop {
  margin-top: 20px;
}
.mdSpacerBottom {
  margin-bottom: 20px;
}
.mdSpacerLeft {
  margin-left: 20px !important;
}
.mdSpacerRight {
  margin-right: 20px !important;
}
.lgSpacerTop {
  margin-top: 30px;
}
.lgSpacerBottom {
  margin-bottom: 30px;
}
.lgSpacerLeft {
  margin-left: 30px !important;
}
.lgSpacerRight {
  margin-right: 30px !important;
}
.xLSpacerTop {
  margin-top: 40px;
}
.xLSpacerBottom {
  margin-bottom: 40px;
}
.xLSpacerLeft {
  margin-left: 40px;
}
.xLSpacerRight {
  margin-right: 40px;
}
/* *************************
    Modals
************************** */
.modal .close {
  opacity: 0.6;
  color: #FFFFFF;
}
.modal .close:hover {
  opacity: 1;
}
.modal .close:active,
.modal .close:focus {
  outline: none;
}
/* **************************
    Colored Top Borders ß
*************************** */
.borderRed {
  border-top: 3px solid #FF595E;
}
.borderBlue {
  border-top: 3px solid #556BB7;
}
.borderBrBlue {
  border-top: 3px solid #17A5E4;
}
.borderPurple {
  border-top: 3px solid #5D2E8C;
}
.borderOrange {
  border-top: 3px solid #FAA916;
}
.borderRasp {
  border-top: 3px solid #B4436C;
}
.borderGreen {
  border-top: 3px solid #7AC74F;
}
.borderCharcoal {
  border-top: 3px solid #38424A;
}
.borderGray {
  border-top: 3px solid #7A8086;
}
.borderlightGray {
  border-top: 3px solid #6C737A;
}
/* **************************
       Pie Graph
*************************** */
#animated-donut {
  border-radius: 50%;
}
#animated-donut path {
  stroke: #ffffff;
  transform-origin: center center;
  animation-fill-mode: both;
  animation-timing-function: linear;
  transition: all;
}
#animated-donut .circle1 {
  fill: #455668;
}
#animated-donut .circle2 {
  fill: #3470B6;
}
#animated-donut .circle3 {
  fill: #FAA91E;
}
.animated-donut #circleGrey {
  animation-name: fillupGrey;
  animation-duration: 1s;
}
.animated-donut #circleBlue {
  animation-name: fillupBlue;
  animation-duration: 1s;
  animation-delay: 1s;
}
.animated-donut #circleOrange {
  animation-name: fillupOrange;
  animation-duration: 1s;
  animation-delay: 2s;
}
@keyframes fillupGrey {
  50% {
    transform: translateX(20px);
  }
}
@keyframes fillupOrange {
  50% {
    transform: translateY(20px);
  }
}
@keyframes fillupBlue {
  50% {
    transform: translate(-10px, -10px);
  }
}
/* **************************
       Meter Graph
*************************** */
.chart-gauge {
  width: 200px;
  margin: 10px auto;
}
.chart-color1 {
  fill: #FAA91E;
}
.chart-color2 {
  fill: #46546B;
}
.chart-color3 {
  fill: #7ac74f;
}
#needle,
.needle-center {
  fill: #464A4F;
}
#needle {
  transform: rotateZ(0deg) translate(-8.057307px, -13.708598px);
}
.needWrap {
  position: relative;
}
.animated-needle {
  animation: rotate 4s linear 1 normal forwards;
  transform: rotateZ(-88deg);
  transform-origin: bottom center;
  animation-direction: alternate;
}
@keyframes rotate {
  0% {
    transform: rotateZ(-88deg) translate(32px, 16px);
  }
  50% {
    transform: rotateZ(-40deg) translate(15px, -10px);
  }
  100% {
    transform: rotateZ(0deg) translate(-8.057307px, -13.708598px);
  }
}
/* **************************
     Connection Graph
*************************** */
.greyBall {
  fill: #455668;
}
.greenBall {
  fill: #7FBA50;
}
.lightBlueBall {
  fill: #16A5E4;
}
.orangeBall {
  fill: #FAA91E;
}
.blueBall {
  fill: #315CA6;
}
.connector {
  fill: #d5d6db;
}
.animated-connection .line-1 {
  animation: fillIn 2s 1 normal ease-in-out forwards;
  transition: all;
}
.animated-connection .line-2 {
  animation: fillIn 2.5s 1 normal ease-in-out forwards;
  transition: all;
}
.animated-connection .line-3 {
  animation: fillIn 3.5s 1 normal ease-in-out forwards;
  transition: all;
}
.animated-connection .line-4 {
  animation: fillIn 4s 1 normal ease-in-out forwards;
  transition: all;
}
.animated-connection .greyBall {
  animation: bounceInGrey ease-in-out 1 both;
  transition: all;
  transform-origin: center center;
  animation-duration: 300ms;
}
.animated-connection .greenBall {
  animation: bounceInGreen ease-in-out 1 both;
  transition: all;
  transform-origin: center center;
  animation-duration: 1s;
}
.animated-connection .lightBlueBall {
  animation: bounceInLightBlue ease-in-out 1 both;
  transition: all;
  transform-origin: center center;
  animation-duration: 1.35s;
}
.animated-connection .orangeBall {
  animation: bounceInOrange ease-in-out 1 both;
  transition: all;
  transform-origin: center center;
  animation-duration: 2s;
}
.animated-connection .blueBall {
  animation: bounceInBlue ease-in-out 1 both;
  transition: all;
  transform-origin: center center;
  animation-duration: 2.35s;
}
@keyframes bounceInGrey {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInLightBlue {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceInBlue {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceInGreen {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceInOrange {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fillIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* **************************
      Bar Graph
*************************** */
.barGrey {
  fill: #455668;
}
.barOrange {
  fill: #FAA91E;
}
.barBlue {
  fill: #315CA6;
}
.barGreen {
  fill: #7FBA50;
}
.animated-bars #rect-1 {
  animation: barJump-1 1.2s 1 normal ease-in-out backwards;
  transition: all;
  animation-duration: 1s;
  transform-origin: bottom center;
}
.animated-bars #rect-2 {
  animation: barJump-1 1.2s 1 normal ease-in-out backwards;
  transition: all;
  animation-duration: 1.5s;
  transform-origin: bottom center;
}
.animated-bars #rect-3 {
  animation: barJump-1 1.2s 1 normal ease-in-out backwards;
  transition: all;
  animation-duration: 2s;
  transform-origin: bottom center;
}
.animated-bars #rect-4 {
  animation: barJump-1 1.2s 1 normal ease-in-out backwards;
  transition: all;
  animation-duration: 2.5s;
  transform-origin: bottom center;
}
.animated-bars #rect-5 {
  animation: barJump-1 1.2s 1 normal ease-in-out backwards;
  transition: all;
  animation-duration: 3s;
  transform-origin: bottom center;
}
.animated-bars #rect-6 {
  animation: barJump-1 1.2s 1 normal ease-in-out backwards;
  transition: all;
  animation-duration: 3.5s;
  transform-origin: bottom center;
}
@keyframes barJump-1 {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
/* **************************
      Square Bar Graph
*************************** */
#squares .cls-1 {
  fill: #315CA6;
}
#squares .cls-3 {
  fill: #e9e9ea;
}
#squares .cls-4 {
  fill: #485568;
}
#squares .cls-5 {
  fill: #FAA91E;
}
#squares .cls-6 {
  fill: #7FBA50;
}
#squares .cls-7 {
  fill: #16A5E3;
}
.animated-squares .jumpAnimation {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
}
.animated-squares .opacityAnimation-1 {
  animation: lightUp-1 1s normal ease-in-out forwards;
  transition: all;
}
.animated-squares .opacityAnimation-2 {
  animation: lightUp-2 1s normal ease-in-out forwards;
  transition: all;
}
.animated-squares .sq-1 {
  animation: lightUp-1 1s normal ease-in-out forwards;
  transition: all;
}
.animated-squares .sq-2 {
  animation: lightUp-2 1s normal ease-in-out forwards;
  transition: all;
}
.animated-squares .sq-3 {
  animation: lightUp-1 1s normal ease-in-out forwards;
  transition: all;
}
.animated-squares .sq-4 {
  animation: lightUp-1 1s normal ease-in-out forwards;
  transition: all;
}
.animated-squares .sq-5 {
  animation: lightUp-1 1s normal ease-in-out forwards;
  transition: all;
}
.animated-squares .sq-6 {
  animation: lightUp-1 1s normal ease-in-out forwards;
  transition: all;
}
.animated-squares #line {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
}
.animated-squares #line-2 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 1s;
}
.animated-squares #line-3 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 1.15s;
}
.animated-squares #line-4 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 1.25s;
}
.animated-squares #line-5 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 1.5s;
}
.animated-squares #line-6 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 1.75s;
}
.animated-squares #line-7 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 1.95s;
}
.animated-squares #line-8 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 2s;
}
.animated-squares #line-9 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 2.15s;
}
.animated-squares #line-10 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 2.25s;
}
.animated-squares #line-11 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 2.95s;
}
.animated-squares #line-12 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 3s;
}
.animated-squares #line-13 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 3.15s;
}
.animated-squares #line-14 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 3.25s;
}
.animated-squares #line-15 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 3.5s;
}
.animated-squares #line-16 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 3.75s;
}
.animated-squares #line-17 {
  animation: jump 1s normal ease-in-out both;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: all;
  animation-delay: 3.95s;
}
@keyframes jump {
  0% {
    transform: scaleY(0);
  }
  50% {
    transform: scaleY(1.25);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes lightUp-1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 2;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightUp-2 {
  0% {
    opacity: 0.1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0.3;
  }
  30% {
    opacity: 2;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.7;
  }
  70% {
    opacity: 2;
  }
  80% {
    opacity: 0.9;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/* **************************
      Help Box Graph
*************************** */
#documentRectangle {
  fill: #315CA6;
  border-right: 6px;
}
#smartphoneRectangle {
  fill: #455668;
  border-right: 6px;
}
#laptopRectangle {
  fill: #FAA91E;
  border-right: 6px;
}
#customerRectangle {
  fill: #16A5E4;
  border-right: 6px;
}
.animated-help #document1 {
  animation: opacityLevel 1s linear 1 normal both;
}
.animated-help #document2 {
  animation: opacityLevel 2s linear 1 normal both;
}
.animated-help #document3 {
  animation: opacityLevel 3s linear 1 normal both;
}
.animated-help #document4 {
  animation: opacityLevel 4s linear 1 normal both;
}
@keyframes opacityLevel {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  50% {
    opacity: 0;
  }
  62.500000% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.animated-help #page {
  animation: page_show 5s linear 1 normal both;
}
@keyframes page_show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  37.500000% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.animated-help #poster {
  animation: poster_show 4.5s linear 1 normal both;
}
@keyframes poster_show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  62.500000% {
    opacity: 0;
  }
  72.500000% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.animated-help #smartphoneDisplay {
  animation: wobblePhone 4000ms linear 1 normal forwards;
}
@keyframes wobblePhone {
  0% {
    transform: translate(20px, 19.648345px) rotate(0deg);
  }
  10% {
    transform: translate(20px, 19.648345px) rotate(15deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  25% {
    transform: translate(20px, 19.648345px) rotate(-15deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  37.500000% {
    transform: translate(20px, 19.648345px) rotate(15deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  50% {
    transform: translate(20px, 19.648345px) rotate(-15deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  62.500000% {
    transform: translate(20px, 19.648345px) rotate(15deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  75% {
    transform: translate(20px, 19.648345px) rotate(0deg);
  }
  100% {
    transform: translate(20px, 19.648345px) rotate(0deg);
  }
}
.animated-help #laptopDisplay {
  animation: wobbleLaptop 4000ms linear 1 normal forwards;
}
@keyframes wobbleLaptop {
  0% {
    transform: translate(19.5px, 19.909091px) rotate(-15deg);
  }
  10% {
    transform: translate(19.5px, 19.909091px) rotate(-15deg);
  }
  25% {
    transform: translate(19.5px, 19.909091px) rotate(15deg);
  }
  37.500000% {
    transform: translate(19.5px, 19.909091px) rotate(-15deg);
  }
  50% {
    transform: translate(19.5px, 19.909091px) rotate(15deg);
  }
  62.500000% {
    transform: translate(19.5px, 19.909091px) rotate(-15deg);
  }
  75% {
    transform: translate(19.5px, 19.909091px) rotate(0deg);
  }
  100% {
    transform: translate(19.5px, 19.909091px) rotate(0deg);
  }
}
.animated-help #customerHead {
  animation: wobbleHead 4s linear 2 normal forwards;
}
@keyframes wobbleHead {
  0% {
    transform: translate(8.5px, 12px) rotate(-10deg);
  }
  50% {
    transform: translate(8.5px, 12px) rotate(10deg);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  100% {
    transform: translate(8.5px, 12px) rotate(0deg);
  }
}
.animated-help .speechLine {
  animation: speechLineShow linear 1 normal backwards;
}
.animated-help #speechLine1 {
  animation: speechLineShow linear 1 normal backwards;
  animation-delay: 1s;
}
.animated-help #speechLine2 {
  animation: speechLineShow linear 1 normal backwards;
  animation-delay: 1.75s;
}
.animated-help #speechLine3 {
  animation: speechLineShow linear 1 normal backwards;
  animation-delay: 2s;
}
.animated-help #speechLine4 {
  animation: speechLineShow linear 1 normal backwards;
  animation-delay: 2.75s;
}
@keyframes speechLineShow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
input[type='text'] {
  width: 100%;
  margin: 0;
  color: #38424A;
  padding: 3px 30px 3px 4px;
  background: transparent;
  /*border: none;*/
  border-radius: 2px;
  border: 1px solid #D1D3D5;
  display: block;
  transition: border-color 0.4s, color 0.4s;
  box-shadow: none;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 25px;
}
input.validation-error {
  border: none;
  border-bottom: 2px solid #FF595E !important;
}
select.validation-error {
  border: none;
  border-bottom: 2px solid #FF595E !important;
}
label.validation-error {
  color: #38424A !important;
}
small.validation-error {
  color: #FF595E !important;
}
textarea {
  width: 100%;
  margin: 0;
  color: #38424A;
  background: #EFF0F1;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #D1D3D5;
  display: block;
  font-size: 14px;
  transition: border-color 0.4s, color 0.4s;
  box-shadow: none;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
}
.dataTables_filter label input {
  margin: 0;
  color: #38424A;
  padding-right: 30px;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #D1D3D5;
  display: inline-block;
  transition: border-color 0.4s, color 0.4s;
  box-shadow: none;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.dataTables_filter label input[type='text']:active,
.dataTables_filter label input[type='text']:focus {
  border-color: #556BB7;
  box-shadow: none;
}
input[type='text']:active,
input[type='text']:focus {
  border-color: #556BB7;
  box-shadow: none;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 200 !important;
}
.row-start,
.radio-inline {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  display: inline-flex !important;
  margin-top: 5px;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 200 !important;
}
.row-start small,
.radio-inline small {
  margin-left: 5px;
}

input[type="checkbox"] {
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 8px;
  cursor: pointer;
  border: 2px solid #454D56;
  transition: transform 0.4s, background 0.4s, border-color 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;
}
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
input[type="checkbox"]:disabled {
  cursor: default !important;
  box-shadow: none;
  border-color: #D1D3D5;
}
input[type="checkbox"]:checked {
  background-color: #7AC74F;
  border-color: #7AC74F;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='8 8 36 36' version='1.1' xml:space='preserve'><path d='M14.1 27.2l7.1 7.2 16.7-16.8' fill='none' stroke='rgba(255,255,255,1)' stroke-width='5'/></svg>");
}
input[type="checkbox"]:checked:disabled {
  border-color: #E0E1E3;
  background-color: #E0E1E3;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='8 8 36 36' version='1.1' xml:space='preserve'><path d='M14.1 27.2l7.1 7.2 16.7-16.8' fill='none' stroke='rgba(79,79,81,1)' stroke-width='5'/></svg>");
}
input[type="checkbox"]:checked:disabled:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="radio"] {
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 5px;
  cursor: pointer;
  border: 2px solid #D1D3D5;
  transition: transform 0.4s, background 0.4s, border-color 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;
}
input[type="radio"]:hover,
input[type="radio"]:focus {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
input[type="radio"]:disabled {
  cursor: default !important;
  box-shadow: none;
  border-color: #EAEAEA;
}
input[type="radio"]:checked {
  background-color: #7AC74F;
  border: 2px solid #7AC74F;
  box-shadow: inset 0 0 0 2px #FFF;
}
input[type="radio"]:checked:disabled {
  box-shadow: inset 0 0 0 2px #FFF;
  border-color: #D1D3D5;
  background-color: #D1D3D5;
}
select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' version='1.1' xml:space='preserve' stroke-linejoin='round'><g transform='matrix(-0.613836,-7.51732e-17,7.51732e-17,-0.613836,19.9111,16.8669)'><path d='M12.9 2.9L22.7 12.9 3.1 12.9 12.9 2.9Z' fill='rgba(158,158,158,1)'/></g></svg>") no-repeat right center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  border: 1px solid #EFF0F1;
  color: #38424A;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 0.95em;
  height: 35px;
  margin-top: 4px;
  padding: 3px 24px 3px 5px;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.4s, color 0.4s, background 0.4s;
}
select:hover,
select:focus {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' version='1.1' xml:space='preserve' stroke-linejoin='round'><g transform='matrix(-0.613836,-7.51732e-17,7.51732e-17,-0.613836,19.9111,16.8669)'><path d='M12.9 2.9L22.7 12.9 3.1 12.9 12.9 2.9Z' fill='rgba(79,79,81,1)'/></g></svg>");
  outline: none;
  border-color: #556BB7;
}
select:disabled {
  padding-bottom: 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' version='1.1' xml:space='preserve' stroke-linejoin='round'><g transform='matrix(-0.613836,-7.51732e-17,7.51732e-17,-0.613836,19.9111,16.8669)'><path d='M12.9 2.9L22.7 12.9 3.1 12.9 12.9 2.9Z' fill='rgba(158,158,158,1)'/></g></svg>");
  border-bottom: 1px dotted #9E9E9E;
  cursor: default !important;
  color: #9E9E9E;
}
.numberBox select {
  background: #E8E8E8 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' version='1.1' xml:space='preserve' stroke-linejoin='round'><g transform='matrix(-0.613836,-7.51732e-17,7.51732e-17,-0.613836,19.9111,16.8669)'><path d='M12.9 2.9L22.7 12.9 3.1 12.9 12.9 2.9Z' fill='rgba(158,158,158,1)'/></g></svg>") no-repeat right center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #BBBFC4;
  padding: 3px 24px 3px 5px;
  margin-top: 0;
  color: #38424A;
  font-size: 0.95em;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0 !important;
  -webkit-appearance: none;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.input-sm {
  /* Set minimum width to support 5 characters */
  width: 25%;
  padding: 0;
}
.input-md {
  /* Set minimum width to support 15 characters */
  width: 50%;
}
.input-lg {
  /* Set minimum width to support 20 characters */
  width: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 2px solid #9E9E9E;
  -webkit-text-fill-color: #38424A;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}
.input-group-addon {
  background-color: transparent;
  border: none;
}
input.form-control,
select.form-control,
textarea.form-control {
  border-radius: 4px;
  border-color: #D1D3D5;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  box-shadow: none;
}
.form-control[disabled] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #D1D3D5;
  display: block;
  font-size: 1.05em;
  transition: border-color 0.4s, color 0.4s;
  box-shadow: none;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-weight: 300 !important;
}
.form-control-feedback {
  top: -7px;
  right: 10px;
}
.welcomeSection {
  background: #FFF;
  margin: 15px 0;
  padding: 30px 25px;
  border-radius: 6px;
}
.sectionContainer {
  width: 45%;
  margin: 20px;
}
.sectionContainer .sectionData .sectionData-title {
  height: 50px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #315CA6;
}
.sectionContainer .sectionData .sectionData-body {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sectionContainer .sectionData .sectionData-body .listWrap .listedItems li {
  line-height: 25px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sectionContainer .sectionData .sectionData-body .listWrap .listedItems li a {
  vertical-align: middle;
  font-size: 15px;
  color: #1b1b1b;
}
.sectionContainer .sectionData .sectionData-body .listWrap .listedItems li a .fa {
  padding-right: 5px;
  font-size: 1.28em;
}
.sectionContainer .sectionData .sectionData-body .listWrap .listedItems li a .lnr {
  padding-right: 5px;
  font-size: 1.2em;
}
.sectionContainer .sectionData .sectionData-body .listWrap .listedItems li a .fa-medkit {
  font-size: 1.45em;
  padding-right: 2px;
}
.sectionContainer .sectionData .sectionData-body .listWrap .listedItems li a.btn {
  color: #FFF;
  margin-bottom: 10px;
}
.sectionContainer .sectionData .sectionData-body .listWrap #primaryBlue li a .fa,
.sectionContainer .sectionData .sectionData-body .listWrap #primaryBlue li a .lnr,
.sectionContainer .sectionData .sectionData-body .listWrap #primaryBlue li a .oe {
  color: cornflowerblue;
}
.sectionContainer .sectionData .sectionData-body .listWrap #primaryBlue li a:hover {
  color: cornflowerblue;
}
.sectionContainer .sectionData .sectionData-body .listWrap #orange li a .fa,
.sectionContainer .sectionData .sectionData-body .listWrap #orange li a .lnr,
.sectionContainer .sectionData .sectionData-body .listWrap #orange li a .oe {
  color: darkorange;
}
.sectionContainer .sectionData .sectionData-body .listWrap #orange li a:hover {
  color: darkorange;
}
.sectionContainer .sectionData .sectionData-body .listWrap #green li a .fa,
.sectionContainer .sectionData .sectionData-body .listWrap #green li a .lnr,
.sectionContainer .sectionData .sectionData-body .listWrap #green li a .oe {
  color: lightgreen;
}
.sectionContainer .sectionData .sectionData-body .listWrap #green li a:hover {
  color: lightgreen;
}
.sectionContainer .sectionData .sectionData-body .listWrap #brightBlue li a .fa,
.sectionContainer .sectionData .sectionData-body .listWrap #brightBlue li a .lnr,
.sectionContainer .sectionData .sectionData-body .listWrap #brightBlue li a .oe {
  color: #E1982F;
}
.sectionContainer .sectionData .sectionData-body .listWrap #brightBlue li a:hover {
  color: #E1982F;
}
.sectionContainer .sectionData .sectionData-body .listWrap #purple li a .fa,
.sectionContainer .sectionData .sectionData-body .listWrap #purple li a .lnr,
.sectionContainer .sectionData .sectionData-body .listWrap #purple li a .oe {
  color: purple;
}
.sectionContainer .sectionData .sectionData-body .listWrap #purple li a:hover {
  color: purple;
}
.sectionContainer .sectionData .sectionData-body .listWrap #raspberryRed li a i,
.sectionContainer .sectionData .sectionData-body .listWrap #raspberryRed li a span {
  color: palevioletred;
}
.sectionContainer .sectionData .sectionData-body .listWrap #raspberryRed li a:hover {
  color: palevioletred;
}
.sectionContainer .sectionData .sectionData-body .listWrap .cl-effect li::before,
.sectionContainer .sectionData .sectionData-body .listWrap .cl-effect li::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.sectionContainer .sectionData .sectionData-body .listWrap .cl-effect li::before {
  margin-right: 6px;
  content: '<<';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.sectionContainer .sectionData .sectionData-body .listWrap .cl-effect li:hover::before,
.sectionContainer .sectionData .sectionData-body .listWrap .cl-effect li:hover::after,
.sectionContainer .sectionData .sectionData-body .listWrap .cl-effect li:focus::before,
.sectionContainer .sectionData .sectionData-body .listWrap .cl-effect li:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.sectionContainer .sectionData .sectionData-body .animationWrap .graphWrap object {
  width: 100%;
  height: 100%;
}
.sectionContainer .sectionData .sectionData-body .animationWrap .graphWrap #donut {
  width: 160px;
}
.sectionContainer .sectionData .sectionData-body .animationWrap .graphWrap #bar {
  width: 200px;
}
.sectionContainer .sectionData .sectionData-body .animationWrap .graphWrap #squares {
  width: 200px;
}
.sectionContainer .sectionData .sectionData-body .animationWrap .graphWrap #line {
  width: 220px;
}
.sectionContainer .sectionData .sectionData-body .animationWrap .graphWrap #connection {
  width: 160px;
  overflow: visible;
}
.sectionContainer .sectionData .sectionData-body .animationWrap .graphWrap #help {
  width: 160px;
}
.sectionContainer .sectionData .sectionData-body .animationWrap .chart-gauge {
  width: 170px;
  margin: 10px auto;
}
.sectionContainer .sectionData .sectionData-body .animationWrap .piechart-svg {
  margin: -15px 0;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart {
  width: 650px;
  height: 300px;
  margin: 30px auto 0;
  display: block;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 29px;
  border-bottom: 1px solid #444;
  position: relative;
  bottom: 30px;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #numbers li span {
  color: #eee;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #numbers li:last-child {
  height: 30px;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #bars {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 300px;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 0 1px #444;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #bars li {
  display: table-cell;
  width: 100px;
  height: 300px;
  margin: 0;
  text-align: center;
  position: relative;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #bars li .bar {
  display: block;
  width: 70px;
  margin-left: 15px;
  background: #49E;
  position: absolute;
  bottom: 0;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #bars li .bar:hover {
  background: #5AE;
  cursor: pointer;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #bars li .bar:hover:before {
  color: white;
  content: attr(data-percentage) '%';
  position: relative;
  bottom: 20px;
}
.sectionContainer .sectionData .sectionData-body .animationWrap #chart #bars li .bar li span {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/archivonarrow/v12/tss2ApVBdCYD5Q7hcxTE1ArZ0bb1uX562w.ttf) format('truetype');
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/archivonarrow/v12/tss0ApVBdCYD5Q7hcxTE1ArZ0bbwiXk.ttf) format('truetype');
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/archivonarrow/v12/tss3ApVBdCYD5Q7hcxTE1ArZ0b5LrGld-9c.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/droidsans/v12/SlGVmQWMvZQIdix7AFxXkHNSaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/droidsans/v12/SlGWmQWMvZQIdix7AFxXmMh3eDs1Yg.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v12/BngRUXNadjH0qYEzV7ab-oWlsbCGwRg.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v12/BngSUXNadjH0qYEzV7ab-oWlsbg95AiFW_g.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM4.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
html,
body {
  height: 100%;
}
body {
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bodyWrapper {
  display: flex;
  align-items: stretch;
  height: auto;
  min-height: 100%;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
}
.supportImg {
  width: auto;
  max-height: 350px;
}
div.einIcon {
  width: 20px;
  height: auto;
  display: inline-flex;
  margin-right: 15px;
}
div.einIcon img {
  width: 100%;
}
/* **************************
	Header
*************************** */
header {
  height: 50px;
  padding-top: 5px;
  width: 100%;
  z-index: 6;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 980px;
}
header .navbar-right {
  padding-right: 12px !important;
}
header .toggle {
  margin-right: 10px;
  cursor: pointer;
}
header .toggle .fa {
  font-size: 25px;
}
header .toggle :hover {
  cursor: pointer;
}
header .btn-group {
  float: right;
  margin: 12px 0 0 10px;
}
header .btn-group .defaultBtn.fixedBtn {
  padding: 5px 10px;
}
header .btn-group ul.dropdown-menu {
  max-height: 300px;
  overflow: scroll;
  border-color: #38424A;
}
header .nav > li > a {
  padding: 10px 9px !important;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar ul li a {
  font-size: 1em;
  color: #6C737A;
}
header .navbar ul li a .fa-paperclip {
  color: #FF595E;
  font-weight: bold;
}
header .navbar ul li a .fa-flag {
  color: #17A5E4;
  font-size: 1.15em;
}
header .navbar ul li a .fa-laptop,
header .navbar ul li a .fa-desktop {
  color: #556BB7;
  font-weight: bold;
}
header .navbar ul li a .fa-tachometer {
  color: #B4436C;
  font-size: 1.15em;
}
header .navbar ul li a.nav-link:hover,
header .navbar ul li a.nav-link:focus {
  background-color: transparent !important;
}
header .navbar ul li .img-fluid {
  max-width: 100%;
  height: auto;
}
header .navbar ul li .avatar {
  width: 40px;
  height: 40px;
  border: solid 1px rgba(44, 46, 62, 0.099);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-size: cover;
  background-position: center center;
  margin-left: 12px !important;
  margin-right: 4px !important;
}
header .navbar ul .nav .open > a,
header .navbar ul li.nav-item.dropdown > a,
header .navbar ul .nav .open > a:focus,
header .navbar ul li.nav-item.dropdown > a:focus,
header .navbar ul .nav .open > a:hover,
header .navbar ul li.nav-item.dropdown > a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
header .navbar ul li.nav-item.dropdown {
  margin-top: -4px;
}
header .navbar ul .dropdown-menu > li.user-header {
  height: 140px;
  padding: 6%;
  text-align: center;
  background: #2c2e3e;
}
header .navbar ul .dropdown-menu > li.user-header img {
  z-index: 5;
  height: 90px;
  width: 90px;
}
header .navbar ul .dropdown-menu > li.user-header p {
  z-index: 5;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 1rem;
}
header .navbar ul .dropdown-menu > li.nav-item a.nav-link {
  color: #38424A;
  font-size: 0.95em;
  font-weight: 500;
  padding-top: 8px !important;
  padding-bottom: 5px !important;
}
header .navbar ul .dropdown-menu > li.nav-item a.nav-link .fa {
  color: #556BB7;
  font-size: 14px;
}
header .navbar ul .dropdown-menu > li.nav-item a.nav-link:hover {
  background: transparent;
  color: #FAA916;
}
header .navbar ul .dropdown-menu > li.nav-item a.nav-link:hover .fa {
  color: #FAA916;
}
header .navbar ul .dropdown-menu > li.dropdown-divider {
  height: 0;
  margin: 0 8px;
  overflow: hidden;
  border-top: 1px solid #E0E1E3;
}
header .navbar ul .dropdown-menu > li.user-footer {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
}
header .navbar ul .dropdown-menu > li.user-footer a {
  color: #556BB7;
}
header .navbar ul .dropdown-menu > li.user-footer a:hover {
  background: transparent;
  color: #FAA916;
}
header .navbar ul .dropdown-menu > li > a {
  color: #FFFFFF;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 1em;
  background: transparent;
  padding: 6px 8px 2px;
}
header .navbar ul .dropdown-menu > li > a .fa {
  margin-right: -5px;
  font-size: 1.55em;
}
header .navbar ul .dropdown-menu > li > a :hover {
  background: transparent;
}
header .navbar ul .dropdown-toggle::after {
  border-top: 0.5em solid !important;
  border-right: 0.5em solid transparent !important;
  border-left: 0.5em solid transparent !important;
  margin-top: 18px;
}
header .navbar ul .dropdown ul.dropdown-menu {
  z-index: 1000;
  position: absolute;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 29px -8px #6C737A;
  -moz-box-shadow: 0 10px 29px -8px #6C737A;
  box-shadow: 0 10px 29px -8px #6C737A;
  padding: 0 0 10px 0;
  margin-right: 1px;
  margin-top: 6px;
  width: 200px;
  background: #FFFFFF;
}
header .navbar ul .dropdown ul.dropdown-menu:before {
  content: "";
  border-bottom: 10px solid #2c2e3e;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -8px;
  right: 4px;
  z-index: 10;
}
header .navbar ul .open > .dropdown-menu {
  animation-name: fadeAnimation;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeAnimation;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeAnimation;
  -moz-animation-duration: 0.7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@media (min-width: 768px) {
  header .navbar ul .navbar-nav > li > a {
    padding-top: 0 !important;
  }
  header .navbar ul .navbar-right .dropdown-menu {
    right: 15px !important;
    left: auto;
  }
}
header .navbar-right {
  margin-right: 5px !important;
}
header .navbar-left {
  display: inline-flex;
}
header .navbar-left .clientLogo {
  width: 100%;
  max-height: 70px;
  position: relative;
  top: -5px;
  left: 10px;
}
header .navbar-left .clientLogo img {
  width: 80%;
  height: 95%;
}
header .employee-search {
  width: 300px;
  position: relative;
  direction: ltr;
  font-size: 14px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
header .employee-search i {
  width: 24px;
  height: 24px;
  font-weight: 700;
  font-size: 16px;
  top: 5px;
  right: 0;
  position: absolute;
  color: #B3B6BA;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .employee-search {
    width: 200px;
  }
  header .navbar {
    min-height: 5px;
    margin-bottom: 5px;
  }
  header .navbar ul li a {
    font-size: 1em;
  }
  header .navbar .login {
    padding: 0 8px;
  }
  header .nav > li > a {
    padding: 18px 9px;
  }
}
.login {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0 5px;
  float: left;
  line-height: 17px;
  font-size: 14px;
}
.login ul li {
  display: block;
  float: left;
  border-left: 1px solid #FAA916;
  padding-left: 5px;
  margin-left: 5px;
  list-style: none;
}
.login ul li:first-child {
  border: none;
}
.login .fa-sign-out {
  margin-left: 5px;
}
.login span {
  display: block;
  font-size: 18px;
}
.login a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #FAA916;
  transition: all 0.8s ease;
}
.login a:hover {
  color: #a66d04;
}
.hrLogo {
  background: url(/assets/HRAccessUIElements/img/svg/Optavise_Full-Color.svg) 15px 0 no-repeat;
  width: 232px;
  height: 96px;
  display: block;
}
/* **************************
	Typography
*************************** */
.bold {
  font-weight: bold;
}
p strong {
  color: #333;
}
.main-header ul li {
  display: block;
  float: left;
}
.main-header ul li a {
  font-family:'roboto condensed', sans-serif;
  font-weight: 500;
  color: #3C3C3C;
  padding: 10px 18px;
  display: block;
  transition: all 0.5s ease;
}
.main-header ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #FAA916;
  transition: color 0.3s;
  border-radius: 3px;
}
.main-header ul li a:hover:after {
  height: 100%;
}
.main-header ul li:hover a {
  color: #FFFFFF;
}
.main-header ul li:last-child a {
  border: none;
}
.main-header ul li.active a {
  color: #FAA916;
}
.main-header ul li.active a:after {
  height: 100%;
  background: transparent !important;
}
a.link {
  font-family: 'Archivo Narrow', sans-serif;
  color: #454D56;
  font-size: 14px;
}
a.link i {
  margin-right: 5px;
}
.main-header h2 {
  padding: 20px 15px 0 15px;
}
.mdTxt {
  font-size: 15px;
  font-weight: normal;
}
.lgTxt {
  font-size: 25px;
  font-weight: normal;
}
.xlgTxt {
  font-size: 28px;
  font-weight: normal;
}
.iconBA {
  margin-right: 5px;
}
/* **************************
	Modules
*************************** */
main {
  padding: 20px 10px;
  width: 100%;
  min-width: 980px;
  height: auto !important;
  min-height: 100%;
  transition: all 0.3s;
  overflow-y: scroll;
}
main .pageContainer {
  background: #f2f3f8;
  padding: 15px;
  margin: 10px 0;
  height: auto;
  min-height: 800px;
  transition-property: height, min-height;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
main .pageContainer h1 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.45em;
  color: #454D56;
  margin-top: 8px;
  margin-bottom: 8px;
}
main ul.benefit-list {
  margin: 30px 0;
}
main ul.benefit-list > h3 {
  border-left: none;
  padding-left: 0;
  font-size: 18px;
  text-align: center;
}
main ul.benefit-list > h3 i {
  color: #FAA916;
}
main ul.benefit-list > li {
  border-radius: 5px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
main ul.benefit-list > li > a {
  font-family: 'Archivo Narrow', sans-serif;
  color: #676767;
  font-size: 17px;
  padding: 10px 15px;
  font-weight: 700;
}
main ul.benefit-list > li > a i {
  font-size: 20px;
  line-height: 20px;
  opacity: 0.8;
  margin-right: 5px;
}
main ul.benefit-list > li > a i:not(.fa-plus-circle) {
  color: #FAA916;
}
main ul.benefit-list > li > a i.fa-minus-circle {
  color: #fff;
}
main ul.benefit-list > li > a i,
main ul.benefit-list > li > a label {
  font-weight: normal;
}
main ul.benefit-list > li > a > label {
  cursor: pointer;
  float: right;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  text-shadow: none;
  margin-bottom: 0;
}
main ul.benefit-list > li > a > label i {
  font-size: 13px;
  opacity: 1;
  line-height: inherit;
}
main ul.benefit-list > li > a label.label-section {
  background: #424242;
}
main ul.benefit-list > li > a label.label-warning {
  background: #FAA916;
}
main ul.benefit-list > li > a .labelResponsive {
  display: none;
}
main ul.benefit-list > li > a:first-child {
  float: left;
}
main ul.benefit-list > li a.calendarBtn {
  color: #FFFFFF;
  font-size: 0.85em;
}
main ul.benefit-list > li a.calendarBtn .fa-calendar {
  color: #FFFFFF;
}
main ul.benefit-list > li.active {
  background: #fff;
  border-color: #ef9b3b;
  padding: 10px 15px;
}
main ul.benefit-list > li.active > a {
  padding: 0;
}
.noteToggle {
  text-align: center;
}
.noteToggle p {
  float: left;
  padding: 7px 8px 0;
  font-weight: 600;
}
.noteToggle input#toggle {
  opacity: 0;
  display: none;
}
.noteToggle label#label {
  display: inline-block !important;
  background: #2c3e50 !important;
  width: 4em !important;
  height: 2.12em !important;
  border-radius: 1em !important;
  position: relative !important;
  cursor: pointer !important;
  margin-bottom: 0;
}
.noteToggle .travelLabel {
  line-height: 1.25;
  margin-bottom: 5px;
}
.noteToggle #switch {
  position: absolute;
  width: 2em;
  height: 1.8em;
  background: #7AC74F;
  margin-top: 0.17em;
  margin-left: 0.16em;
  border-radius: 1em;
  box-shadow: 5px 0 28px -9px #38424A;
  transition: transform 0.2s ease-in;
}
.noteToggle input#toggle:checked ~ #label #switch {
  background: #FF595E;
  margin-top: 0.2em;
  transform: translatex(1.68em);
  transition: transform 0.2s ease-in;
}
.noteToggle #switch:before {
  font-family: 'Linearicons-Free';
  content: "\e86d";
  color: #FFFFFF;
  font-weight: 600;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 15px;
}
.noteToggle input#toggle:checked ~ #label #switch:before {
  font-family: 'Linearicons-Free';
  content: "\e86e";
}
.notesDisplay {
  transition: height 0.3s ease-out;
  height: auto;
}
.transmissionDate .circleDate {
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 15px;
  padding: 5px;
  background-color: #556BB7;
}
.scale-transition {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}
.scale-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  height: 0;
  -webkit-transition: -webkit-transform 0.2s !important;
  transition: -webkit-transform 0.2s !important;
  transition: transform 0.2s !important;
}
h3.panel-title.ediHeading {
  font-size: 1em !important;
}
.keyList {
  white-space: nowrap;
}
.keyList ul .ulLabel {
  border-right: none;
  font-size: 0.9em;
  font-weight: 600;
}
tr.prodTR label {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 13px;
}
ul.prodList {
  margin-top: 9px;
}
ul.prodList li {
  list-style: square inside;
  font-size: 1.05em;
  padding: 0 9px;
  white-space: nowrap;
}
.ediImg {
  object-fit: cover;
  width: 20px;
  height: 20px;
}
.iconLG {
  object-fit: cover;
  width: 30px;
  height: 30px;
}
.ediRefresh {
  object-position: 0 1px;
}
.ediExcel {
  object-position: 0 -17px;
}
.ediCheck {
  object-position: 0 -39px;
}
.ediDash {
  object-position: 0 -63px;
}
.ediPlus {
  object-position: 0 -84px;
}
.ediSlash {
  object-position: 0 -105px;
}
.ediTaskStatus {
  white-space: nowrap;
}
.ediTransmission {
  border-bottom: 1px solid #D1D3D5;
  padding: 10px 5px;
}
.well h5, .card--well h5 {
  font-size: 1.11em;
  background: #556BB7;
  color: #FFFFFF;
  padding: 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.well p, .card--well p {
  margin-left: 15px;
}
.labelSectionInfo {
  font-size: 13px;
  line-height: 1em;
  cursor: pointer;
  padding: 1px 7px 3px;
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
}
.labelSectionInfo i {
  margin-right: 5px;
}
.sectionInfo {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  display: none;
  padding: 0;
}
.sectionInfo .wbdTable a {
  font-size: 13px;
  line-height: 1em;
  cursor: pointer;
  padding: 1px 7px 3px;
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
}
.sectionInfo .wbdTable a i {
  margin-right: 5px;
}
.sectionInfo .employeeInfoList dd a {
  font-size: 13px;
  line-height: 1em;
  cursor: pointer;
  padding: 1px 7px 3px;
  font-weight: normal;
  font-family: 'Archivo Narrow', sans-serif;
}
.sectionInfo .employeeInfoList dd a i {
  margin-right: 5px;
}
.sectionInfo .employeeInfoList dd a.label-warning:hover,
.sectionInfo .wbdTable tr td a.label-warning:hover {
  background: #a66d04;
}
.sectionInfo .employeeInfoList dd a.label-success:hover,
.sectionInfo .wbdTable tr td a.label-success:hover {
  background: #4b862a;
}
.sectionInfo .employeeInfoList dd a.label-info:hover,
.sectionInfo .wbdTable tr td a.label-info:hover {
  background: #0e6287;
}
.sectionInfo .employeeInfoList dd a.label-danger:hover,
.sectionInfo .wbdTable tr td a.label-danger:hover {
  background: #f20007;
}
.sectionInfo .wbdTable tbody tr:nth-child(2n+1) td {
  background-color: #fff;
}
.sectionInfo .wbdTable tbody tr:nth-child(2n+2) td {
  background-color: #f2f2f2;
}
.darkRoundedMod {
  margin-bottom: 20px;
}
.darkRoundedMod .borderMod {
  border: 1px solid #38424A;
  margin: 0 0 25px;
  padding: 10px;
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
.darkRoundedMod h4 {
  margin-top: 0;
  color: #38424A;
  font-size: 16px;
}
.darkRoundedMod h5 {
  color: #38424A;
  font-weight: 400;
  text-align: center;
}
.darkRoundedMod button,
.darkRoundedMod a.btn {
  margin: 5px 0;
  text-align: left;
}
.darkRoundedMod button.text-center,
.darkRoundedMod a.btn.text-center {
  text-align: center;
}
.darkRoundedMod hr {
  border-color: #d4d7d9;
  margin: 15px 0;
}
.darkRoundedMod .employeeInfoList dt,
.darkRoundedMod .employeeInfoList h3 {
  width: 100%;
  color: #FAA916;
  font-size: 1em;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.darkRoundedMod .employeeInfoList dd {
  font-size: 0.95em;
  line-height: 1.5em;
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
.darkRoundedMod .employeeInfoList #search_criteria dt {
  display: inline-block;
  color: #38424A;
  font-size: 0.86em;
}
.darkRoundedMod .employeeInfoList .borderBottom {
  border-color: #6C737A;
}
.darkRoundedMod .employeeInfoList .borderBottom label {
  padding: 0;
  margin-bottom: 0;
}
.darkRoundedMod .employeeInfoList .reportOptions span.label,
.darkRoundedMod .employeeInfoList .reportOptions span.badge {
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.65px;
  font-size: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}
.darkRoundedMod .label {
  color: #000;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.borderMod {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 25px 12px;
  padding: 20px;
  position: relative;
}
.borderMod h3 {
  margin-top: 0;
}
.welcomeHeading {
  font-family: 'Archivo Narrow', sans-serif;
  border-left: none;
  padding-left: 0;
  margin: 0 0 30px 0;
  font-size: 1.5em;
  line-height: 1.25em;
}
.welcomeHeading span {
  display: block;
  font-size: 2.15em;
}
.supportingIcon {
  position: absolute;
  opacity: 0.5;
  top: 10px;
  right: 20px;
  font-size: 40px;
}
.whiteAlertModule {
  width: 400px;
  margin: 100px auto;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 25px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.whiteAlertModule .companyLogo {
  text-align: center;
}
.whiteAlertModule .companyLogo img {
  max-width: 250px;
  margin: 0 auto;
}
.whiteAlertModule .btn {
  position: absolute;
  bottom: -20px;
  left: 5%;
  width: 90%;
  padding: 10px;
}
.whiteAlertModule .comingSoon {
  text-align: center;
}
.whiteAlertModule .comingSoon i.fa-clock-o {
  font-size: 1em;
  color: #FAA916;
}
.whiteAlertModule .comingSoon p {
  font-family: georgia, times new roman, serif;
  font-style: italic;
}
.whiteAlertModule .comingSoon p:nth-child(3) {
  margin-bottom: 20px;
}
.reportModule {
  padding: 10px 15px;
}
.reportModule .employeeInfoList dd span {
  display: block;
  padding: 5px 0;
}
.searchGroup {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  position: relative;
}
.searchGroup h5 {
  border-bottom: 1px solid #A4A8AD;
  font-size: 1.35em;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  margin: 0;
}
.searchGroup .closeBtn {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  background: #556BB7;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #485eaa;
  color: #fff;
}
.searchGroup .option_header {
  padding-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.searchGroup .option_header * {
  float: left;
}
.searchGroup table.searchOptions {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.wbdTable .eeUpdate td {
  background: #FCF8E3;
  border-bottom: 1px solid #fcce7a;
}
.wbdTable .eeUpdate ul li {
  display: block;
  float: left;
  padding: 5px 10px;
}
.wbdTable .eeUpdate ul li:first-child {
  width: 40px;
  margin-right: 10px;
}
.wbdTable .eeUpdate ul li:first-child i {
  margin-top: 5px;
  font-size: 2.25em;
  color: #FAA916;
}
.wbdTable .eeUpdate ul li:nth-child(2) {
  color: #333;
  font-weight: bold;
}
.wbdTable .eeUpdate ul li:nth-child(2) span {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  font-weight: normal;
  color: #666;
}
.wbdTable .eeUpdate ul li:nth-child(2) em {
  font-size: 0.85em;
  color: #666;
}
.borderLeft {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-left: 15px;
  display: inline-block;
}
.pendingMod {
  border-radius: 5px;
  padding: 20px 25px;
  margin-bottom: 20px;
  background: #fcf8e3;
}
.pendingMod h3 {
  color: #856404;
}
.pendingMod .benefit-list {
  margin: 0;
}
.pendingMod .benefit-list li span.label {
  margin-right: 5px;
}
.pendingMod .benefit-list > h3 {
  margin-top: 0;
}
.inactiveEE h2 {
  line-height: 1.5em;
}
.inactiveEE h2 span {
  color: #d9534f;
}
.inactiveEE .eeStatus {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-left: 20px;
}
.inactiveEE .eeStatus label {
  display: block;
  font-size: 1.05em;
  font-weight: normal;
}
.inactiveEE .wbdTable thead tr th {
  background: #d9534f;
  color: #fff;
}
.inactiveEE .wbdTable thead tr th a.sortable {
  color: #fff;
}
.inactiveEE .wbdTable tbody tr td {
  background: #fff6f6;
}
.inactiveEE .wbdTable tbody tr:nth-child(even) td {
  background: #F2DEDE;
}
/* *************************
	Tables
************************** */
.rep_name p {
  float: left;
  margin-bottom: 0;
}
.rep_name .keyItems {
  float: right;
}
.rep_name .keyItems span i.lnr-file-add {
  color: #5D2E8C;
  font-weight: 600;
}
.rep_name .keyItems span i.lnr-history {
  color: #B4436C;
  font-weight: 600;
}
ul#saved_reports_key {
  position: absolute;
  top: 20px;
  right: 50px;
}
ul#saved_reports_key li {
  font-size: 0.78em !important;
  font-weight: 700 !important;
  color: #38424A !important;
  text-transform: uppercase !important;
}
ul#saved_reports_key li i.lnr-file-add {
  color: #5D2E8C;
  font-weight: 600;
}
ul#saved_reports_key li i.lnr-history {
  color: #B4436C;
  font-weight: 600;
}
.table label {
  font-size: 0.9em;
}
.table .tableInputSm {
  width: 100px;
  margin: 0 auto;
}
.table thead a,
.table tfoot a {
  color: #333;
}
.table thead a:hover,
.table tfoot a:hover {
  color: #FAA916;
}
.table thead tr.text-center th,
.table tfoot tr.text-center td {
  text-align: center;
}
.table thead tr th.text-left {
  text-align: left;
}
.smListTable tbody tr td:nth-child(2) {
  width: 30%;
}
.smListTable .defaultBtn {
  margin: 0 2px;
  padding: 3px 10px;
}
.smListTable .defaultBtn i {
  margin-right: 0;
}
.sortableTable {
  cursor: pointer;
}
.sortableTable tbody tr td .fa-arrows-v {
  margin-right: 5px;
  color: #556BB7;
}
.tableActions {
  text-align: center;
}
.tableActions .defaultBtn {
  width: 120px;
}
.tableActions .defaultBtn i {
  margin-right: 10px;
}
.nonBreakingTable {
  white-space: nowrap;
}
.comparisonTable {
  margin-top: 20px;
}
.comparisonTable thead tr th {
  background: #FAA916;
  color: #fff;
  font-size: 1.25em;
}
.comparisonTable thead tr th,
.comparisonTable tr td {
  text-align: center;
}
.comparisonTable td:nth-child(odd) {
  border-right: 1px solid #ddd;
}
.comparisonTable td:last-child {
  border-right: none;
  font-weight: bold;
}
.comparisonTable td:last-child span {
  font-weight: normal;
}
.comparisonTable .trName td {
  font-family: 'Archivo Narrow', sans-serif;
  color: #FAA916;
  font-size: 1.25em;
  font-weight: normal;
}
.comparisonTable.twoColumn tr td {
  width: 50%;
}
.wbdTable {
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
}
.wbdTable tbody tr td {
  font-size: 13px;
  color: #555;
  border-bottom: 1px solid #D1D3D5;
  align-items: center;
  background-color: inherit;
}
.wbdTable tbody tr td strong {
  color: #333;
}
.wbdTable tbody tr td label:not('labelNonResponsive') {
  font-size: 0.93em;
  padding: 3px 5px;
  width: 100%;
  display: block;
}
.wbdTable thead tr td .form-group {
  margin: 5px 0;
}
.wbdTable > tbody > tr:nth-of-type(2n+2),
.wbdTable .prodRow:nth-of-type(2n+2) {
  background-color: #f9f9f9;
}
.wbdTable > tbody > tr.success td {
  background: #DFF0D8;
}
.wbdTable > tbody > tr.error td {
  background: #F2DEDE;
}
.wbdTable > tbody > tr.warning td {
  background: #FCF8E3;
}
.wbdTable > tbody > tr.info td {
  background: #D9EDF7;
}
.wbdTable tbody tr td ul.benefit-list {
  padding: 0 20px;
}
.wbdTable tbody tr td ul.benefit-list li {
  background: #fff none;
  box-shadow: none;
}
.wbdTable tbody tr td ul.benefit-list li a {
  font-size: 14px;
  font-weight: normal;
}
.wbdTable tbody tr td ul.benefit-list li a label {
  font-size: 11px;
}
.wbdTable tbody tr td ul.benefit-list li a i {
  font-size: 13px;
}
.wbdTable tbody tr td ul.benefit-list li.active {
  border-color: #ccc;
}
.wbdTable tr.activeRow td {
  border-bottom: 1px solid #FAA916;
}
.wbdTable tr.highlight-td {
  display: table-row !important;
}
.wbdTable tr.highlight-td td {
  background: #f2f2f2;
}
.wbdTable .label {
  font-weight: 500 !important;
}
.wbdTable .caseList span,
.wbdTable .categoryList span {
  display: inline-flex;
  padding: 10px 15px;
  margin: 5px 0;
  color: #FFFFFF;
}
.wbdTable .caseList span {
  background: #fbbb48;
}
.wbdTable .categoryList span {
  background: #798ac6;
}
.wbdTable tr.highlight-td td {
  background: #ffffff;
  padding: 13px;
}
.wbdTable tr.highlight-td td .wbdTable {
  margin-bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e8f4;
}
.wbdTable tr.highlight-td td .wbdTable tr td {
  background: #fff;
}
/** comm-log traveler log display fixes **/
#\38 965TravelCompanionInfo_view > div:nth-child(3) > div > table:nth-child(3) > tbody > tr > td.pull-right {
  border-bottom: unset !important;
}
#\38 965TravelCompanionInfo_view > div:nth-child(3) > div > table:nth-child(6) > tbody > tr > td.pull-right {
  border-bottom: unset !important;
}

/*** Table Sorter ***/
.tablesorterSetUp {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #333;
}
.tablesorter thead tr th a.sortable,
.tablesorter tfoot tr td a.sortable {
  background-image: url(/assets/HRAccessUIElements/img/tableSorter/bg.gif);
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #333;
}
table.tablesorter thead tr th a.asc,
table.tablesorter tfoot tr td a.asc {
  background-image: url(/assets/HRAccessUIElements/img/tableSorter/asc.gif);
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #333;

}
table.tablesorter thead tr th a.desc,
table.tablesorter tfoot tr td a.desc {
  background-image: url(/assets/HRAccessUIElements/img/tableSorter/desc.gif);
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #333;
}
.pendingEventsTable tbody tr td:first-child {
  width: 175px;
}
/* *************************
	Lists
************************** */
.tableLegend li {
  font-size: 0.9em;
  border-right: 1px solid #ccc;
  display: block;
  float: left;
  padding: 0 9px;
}
.tableLegend li i {
  margin-right: 5px;
  font-size: 14px;
}
.tableLegend li:last-child {
  border-right: none;
}
.legend li {
  padding-right: 10px;
  margin-right: 10px;
}
.communicationList {
  margin-top: 20px;
  display: table;
  width: 100%;
}
.communicationList li {
  padding: 0 3px;
  color: rgba(255, 255, 255, 0.8);
  display: table-cell;
}
.communicationList li div {
  display: block;
  float: left;
  line-height: 12px;
  font-size: 12px;
}
.communicationList li div:first-child span {
  display: block;
}
.communicationList li .greenCircle {
  border-radius: 50%;
  background-color: #7cbd51;
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  margin-left: 5px;
}
.communicationList li:first-child {
  border-left: none;
  padding-left: 0;
}
.communicationList li:last-child {
  border-right: 0;
  padding-right: 0;
}
.orderedList {
  margin-bottom: 20px;
}
.orderedList li {
  margin: 0 0 10px 20px;
  padding-left: 10px;
  font-size: 0.9em;
}
.orderedList li label {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 5px;
}
.orderedList li .fa-check {
  color: #FAA916;
  margin-right: 5px;
}
.orderedList li ol li {
  margin: 10px 0;
}
.employeeInfoList label {
  font-size: 0.93em;
  padding: 3px 5px;
}
.employeeInfoList.compare em {
  display: block;
}
.previousElections {
  opacity: 0.7;
  background: #eee;
}
.previousElections dt {
  color: #666;
}
.sortableList li {
  padding: 8px 10px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #bababa;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 0 rgba(255, 255, 255, 0.004);
  margin-bottom: 15px;
}
.sortableList li span {
  width: 85%;
  float: left;
  border-right: 1px solid #ccc;
  margin-right: 5px;
}
.sortableList li i {
  margin: 0 2px;
  line-height: 1.5em;
}
.sortableList li .fa-arrows-v {
  color: #556BB7;
  float: left;
  width: 5%;
}
.sortableList li .fa-times {
  color: #FF595E;
  float: right;
  width: 5%;
  text-align: center;
}
.sortableList li:hover {
  background: #fff;
}
ol.sortable {
  margin: 0;
  padding: 0 0 0 30px;
}
ol.sortable .placeholder {
  background-color: #556BB7;
  border: 1px dotted #556BB7;
  border-radius: 5px;
}
ol.sortable li.catnest {
  width: 550px;
  cursor: move;
  margin: 10px 0;
  border-radius: 5px;
}
ol.sortable li.catnest .sectionHeader {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color: #38424A;
  border-bottom: 2px solid #FAA916;
  padding: 10px 15px;
}
ol.sortable li.catnest ol li {
  position: relative;
  margin: 10px auto 0;
  padding: 0.65em 0.92em;
  font-size: 1em;
  line-height: 1.4;
  color: #555555;
  cursor: move;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
}
ol.sortable li.catnest ol li i {
  background-color: #FAA916;
  border: 1px solid #FAA916;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 11px;
}
ol.sortable li.catnest ol li span {
  margin-left: 30px;
}
ol.sortable li.no-nest {
  width: 500px;
  position: relative;
  margin: 15px 0 15px 0;
  padding: 0.65em 0.92em;
  font-size: 1em;
  line-height: 1.4;
  color: #555555;
  cursor: move;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
}
ol.sortable li.no-nest i {
  background-color: #556BB7;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 11px;
}
ol.sortable li.no-nest span {
  margin-left: 30px;
}
ol.sortable li.normal {
  width: 500px;
  position: relative;
  margin: 5px 0 5px 0;
  padding: 0.65em 0.92em;
  font-size: 1em;
  line-height: 1.4;
  color: #555555;
  cursor: move;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
}
ol.sortable li.normal i {
  background-color: #556BB7;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 11px;
}
ol.sortable li.normal span {
  margin-left: 30px;
}
ol.sortable .ui-nestedSortable-error {
  background-color: #8a1f11;
  color: #fbe3e4;
  border: 1px dotted white;
  border-radius: 10px;
}
ol.sortable,
ol.sortable ol {
  padding: 0;
  list-style-type: none;
}
ol.sortable {
  margin: 0.5em 1em 1em 1em;
}
.sortable ol li {
  cursor: move;
}
.borderedList li {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #52585d;
  margin-bottom: 10px;
  padding: 7px 14px;
  color: #ccc;
  display: table;
  width: 100%;
}
.borderedList li span {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
.borderedList li .btn {
  float: right;
}
.borderedList li:hover {
  background: #464c52;
}
.borderedList li.active {
  background: #ffffff;
  color: #333;
  border-color: #222;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.55);
}
.fontAwesomeList {
  padding-left: 20px;
  list-style: none;
}
.fontAwesomeList li {
  margin-bottom: 10px;
}
.fontAwesomeList li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  color: #FAA916;
  margin: 0 10px 0 -10px;
}
/* **************************
	Aside
*************************** */
.sidebar {
  min-width: 255px;
  max-width: 255px;
  min-height: 100%;
  background: #2c2e3e;
  transition: all 0.3s;
}
.sidebar .sidebar-header {
  padding: 20px;
}
.sidebar .sidebar-header .companyLogo {
  width: 100%;
  margin: 0 auto;
}
.sidebar .sidebar-header .companyLogo img {
  width: 180px;
  padding: 15px 0;
  display: block;
  margin: auto;
}
.sidebar .sidebar-header .cobraLogo {
  width: 100%;
  height: 120px;
  text-align: center;
}
.sidebar .sidebar-header .cobraLogo img {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
.sidebar .sidebar-header .cobraLogo h2 {
  font-size: 23px;
  color: #D1D3D5;
  margin: 0 !important;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  text-shadow: #2C363F 3px 2px 0;
  position: relative;
}
.sidebar .sidebar-header .cobraLogo h2:after {
  background-image: -webkit-linear-gradient(to left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
  background-size: 2px 2px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -5;
  display: block;
  text-shadow: none;
}
.sidebar .sidebar-header .companyName {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.sidebar .sidebar-header .companyName img {
  width: 180px;
  max-height: 100px;
  margin: 0 auto;
  padding: 15px 0;
  display: block;
}
.sidebar .sidebar-header .companyName h2 {
  font-size: 23px;
  color: #D1D3D5;
  margin: 0 !important;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  text-shadow: #2C363F 3px 2px 0;
  position: relative;
}
.sidebar .sidebar-header .companyName h2:after {
  background-image: -webkit-linear-gradient(to left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
  background-size: 2px 2px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -5;
  display: block;
  text-shadow: none;
}
.sidebar .accountHeader {
  width: 100%;
  margin-top: 20px;
  margin-left: 8px;
}
.sidebar .accountHeader h4 {
  color: #464b66;
  font-size: 0.95em;
  margin-left: 8px;
  letter-spacing: 0.065em;
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
.sidebar ul.components li a {
  font-size: 0.97em;
  color: #868aa8;
  display: block;
  position: relative;
  padding: 15px;
  font-weight: 100;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sidebar ul.components li a span.lnr {
  margin-right: 10px;
  color: #868aa8;
}
.sidebar ul.components li a:hover {
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  background: #262735;
}
.sidebar ul.components li a:focus,
.sidebar ul.components li a:active {
  text-decoration: none;
  outline: none;
  color: #fff;
}
.sidebar ul.components li a[data-toggle="collapse"] {
  position: relative;
}
.sidebar ul.components li a[aria-expanded="false"]::before,
.sidebar ul.components li a[aria-expanded="true"]::before {
  content: '\e874';
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: 'Linearicons-Free';
  font-size: 0.6em;
  font-weight: bold;
}
.sidebar ul.components li a[aria-expanded="true"]::before {
  content: '\e873';
}
.sidebar ul.components li .active > a,
.sidebar ul.components li a[aria-expanded="true"] {
  color: #FFFFFF;
  background: rgba(179, 182, 186, 0.15);
}
.sidebar ul.components li .topMenuItems li {
  background: #CED0D2;
}
.sidebar ul.components li .topMenuItems li a {
  font-size: 0.95em !important;
  color: #454D56;
  padding: 10px 0 10px 18px;
  margin-left: -15px;
  margin-right: 2px;
}
.sidebar ul.components li .topMenuItems li a .fa,
.sidebar ul.components li .topMenuItems li a .lnr {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  color: #454D56;
}
.sidebar ul.components li .topMenuItems li a .text {
  display: block;
  margin-left: 35px;
}
.sidebar ul.components li .topMenuItems li a:hover {
  background: #f19d05;
}
.sidebar ul.components li .topMenuItems li a:hover span,
.sidebar ul.components li .topMenuItems li a:hover .fa {
  color: #FFFFFF;
}
.sidebar ul.components li .topMenuItems li.active {
  border-top: 1px solid #d88d05;
  border-bottom: 1px solid #d88d05;
  background: #FAA916;
  border-left: none !important;
}
.sidebar ul.components li .topMenuItems li.active a {
  color: #FFFFFF;
}
.sidebar ul.components li .topMenuItems li.active a .fa,
.sidebar ul.components li .topMenuItems li.active a .lnr {
  color: #FFFFFF;
}
.sidebar ul.components li .topMenuItems li.active :hover {
  background: #FAA916;
}
.sidebar ul.components li .topMenuItems li.active :hover a {
  color: #FFFFFF;
}
.sidebar ul.components li .topMenuItems li.active :hover a .fa,
.sidebar ul.components li .topMenuItems li.active :hover a .lnr {
  color: #FFFFFF;
}
.sidebar ul.components .singleSub.active a {
  background: rgba(179, 182, 186, 0.15);
  color: #faa916;
  border-left: 5px solid #FAA916;
}
.sidebar ul.components .singleSub.active a span.lnr {
  color: #faa916;
}
.sidebar ul.components .singleSub.active a :hover {
  transition: none;
}
.sidebar ul.components .innerSub.active > a {
  background: rgba(179, 182, 186, 0.15);
  color: #FFFFFF;
  border-left: 5px solid #FAA916;
}
.sidebar ul.components .innerSub.active > a span.lnr {
  color: #fff;
}
.sidebar ul.components .innerSub.active > a :hover {
  transition: none;
}
.sidebar .footerNav .wbdLogo {
  width: 100%;
  margin: 0 auto;
  padding: 45px;
}
.close {
  margin-left: -250px;
}
/* **************************
	Menu Items
*************************** */
.main-header {
  margin-bottom: 15px;
}
.main-header ul a {
  font-size: 13px;
}
.navPillows {
  margin-bottom: 20px;
}
.navPillows li a {
  background: #FFFFFF;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: block;
  float: left;
  font-family: 'Archivo Narrow', sans-serif;
  padding: 5px 14px;
  margin: 0 7px 10px 0;
  color: #3c3c3c;
}
.navPillows li a i {
  margin-right: 5px;
}
.navPillows li.active a {
  background-color: #FAA916;
  color: #fff;
}
.welcomeBar {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-color: #cbcbcb;
  margin: 15px 0 30px;
  padding: 15px;
}
.welcomeBar i {
  margin-right: 10px;
  color: #556BB7;
  opacity: 0.5;
  float: left;
  font-size: 2.5em;
}
.welcomeBar h2 {
  float: left;
  padding: 0;
  margin: 0;
}
.welcomeBar h2 strong {
  color: #FAA916;
  font-weight: normal;
}
.welcomeBar h2 span {
  display: block;
  font-size: 1.15em;
}
.desktopMenu a .fa,
.navPillows a .fa {
  margin-right: 5px;
}
.desktopMenu a,
.navPillows a {
  position: relative;
  z-index: 1;
}
.desktopMenu a:after,
.navPillows a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #FAA916;
  z-index: -1;
  transition: height 0.3s;
}
.desktopMenu a:hover:after,
.navPillows a:hover:after {
  height: 100%;
}
.desktopMenu li:hover a,
.navPillows li:hover a {
  color: #fff;
}
.desktopMenu {
  display: flex;
  align-items: center;
}
.desktopMenu li a {
  position: relative;
}
.desktopMenu li a .sm_BellIcon {
  position: relative;
  top: -8px;
  right: -1px;
  width: 18px;
  height: auto;
}
/* *************************
	Modals
************************** */
.modal .modal-header {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.modal .modal-header .modal-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #fff;
}
.modal .modal-footer {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.modal .modal-body h4 {
  margin-top: 20px;
}
.modal .modal-content {
  background: #2E3236;
}
.modal .modal-content h3 {
  margin-top: 30px;
  color: #fff;
}
.modal .modal-content h4 {
  color: #fff;
}
.modal .modal-content p {
  color: #ada9a9;
}
.modal .modal-content p strong {
  color: #FAA916;
}
.modal .modal-content .employeeInfoList dt {
  float: none;
  width: 100%;
  color: #ada9a9;
  font-size: 1em;
}
.modal .modal-content .employeeInfoList dd {
  color: #eee;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 0.95em;
  line-height: 1.2em;
}
.modal .modal-content .employeeInfoList dd p {
  color: #eee;
}
.modal .modal-content .employeeInfoList dd a {
  font-weight: bold;
  color: #FAA916;
}
.modal .modal-content .employeeInfoList dd a i {
  margin-right: 5px;
}
.modal .modal-content .employeeInfoList .borderBottom {
  border-color: rgba(255, 255, 255, 0.25);
}
.modal .modal-content .form-control {
  border-style: solid;
  border-width: 1px;
  border-color: #272727;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.67);
}
.modal .modal-content .form-control:focus,
.modal .modal-content .form-control:active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) inset, 0 0 5px #faa916;
  border-color: #FAA916;
}
.modal .modal-content .multiselect-item .form-control {
  box-shadow: none;
  border-color: #ccc;
}
.modal .modal-content .form-group label {
  color: #ccc;
}
.modal .modal-content textarea {
  height: 150px;
}
.modal .modal-content .dropdown-menu label {
  color: #333;
}
.modal .modal-content label i {
  color: #FAA916;
}
.modal .modal-content .label {
  color: #38424A;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  margin-right: 4px;
}
.modal .modal-content hr {
  border-color: #666;
  margin: 15px 0;
}
.modal .modal-content .alert-danger {
  background-color: #FF595E;
  border-color: #f20007;
  color: #fff;
}
.modal .modal-content h5 span {
  color: #fff;
}
.modal .modal-content table tr.success > td {
  background: #7AC74F;
  border-top-color: #4b862a;
}
.modal .modal-content table tr.danger > td {
  background: #FF595E;
}
.modal .modal-content table tr.warning > td {
  color: #333;
  background: #aaaaaa;
}
.modal .modal-content table tr.warning > td .form-control {
  box-shadow: none;
}
.modal .modal-content .popover.right > .arrow::after {
  border-right-color: #000;
}
.modal .modal-content .popover.left > .arrow::after {
  border-left-color: #000;
}
.modal .modal-content .popover.bottom > .arrow::after {
  border-bottom-color: #000;
}
.modal .modal-content .popover.top > .arrow::after {
  border-top-color: #000;
}
.modal .modal-content .popover .arrow {
  border-bottom-color: transparent;
}
.modal .modal-content .alert-warning {
  background: #fde0ac;
  border-color: #fcce7a;
  color: #a66d04;
}
.modal .modal-content .alert-warning a {
  color: #a66d04;
  font-weight: bold;
  text-decoration: underline;
}
.modal .modal-content .alert-warning a:hover {
  text-decoration: none;
}
.modal .modal-footer {
  background: #272B30;
  text-align: center;
}
.modal .table {
  color: #ccc;
}
.modal .table button {
  margin: 3px 0;
}
.modal .table-striped > tbody > tr:nth-of-type(2n+1) {
  background: transparent;
}
.modal .table-striped > tbody > tr:nth-of-type(2n) {
  background: #272b30;
}
.modal table thead tr th,
.modal table tfoot tr td {
  background: #222;
}
.modal table tbody tr td a,
.modal table tbody tr td a:focus,
.modal table tbody tr td a:active,
.modal table tbody tr td a:hover {
  border-bottom: none;
}
.modal table tbody tr td a i.fa-file,
.modal table tbody tr td a:focus i.fa-file,
.modal table tbody tr td a:active i.fa-file,
.modal table tbody tr td a:hover i.fa-file {
  cursor: pointer;
  color: #FAA916;
}
.modal .popover {
  max-height: 200px;
  background: #000;
}
.modal .popover h3 {
  margin-top: 0;
  border-left: none;
}
.modal .popover .popover-title {
  background: #000;
  border-bottom: none;
}
.modal .popover textarea {
  height: 140px;
}
.modal .popover .arrow {
  border-bottom-color: #000;
}
.modal .popover.top > .arrow::after {
  border-top-color: #000;
}
.modal .datepicker table thead tr th {
  background: #fff;
}
.modal .alert-danger p,
.modal .alert-danger li {
  color: #fff;
}
.modal .alert-danger p strong,
.modal .alert-danger li strong {
  color: #fff;
}
.modal .fontAwesomeList {
  margin: 10px 0;
}
.modal .fontAwesomeList li:before {
  color: #fff;
}
.emailTemplate {
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.emailTemplate img {
  padding: 10px;
  max-width: 150px;
  border-radius: 5px;
}
.emailTemplate img:first-child {
  margin-bottom: 25px;
}
.emailTemplate img:last-child {
  float: right;
}
.emailTemplate h1 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #556BB7;
  text-align: center;
  font-size: 1.35em;
}
.emailTemplate p {
  color: #2C363F !important;
}
.emailTemplate:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/* *************************
	Form Elements
************************** */
form label {
  font-family: 'Roboto Condensed', sans-serif;
  color: #38424A;
  font-weight: normal;
}
form label i {
  margin-right: 5px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.pressedBtn {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75) inset;
  background: #ccc;
  border-color: #999999;
  border-top: none;
  border-left: none;
  border-right: none;
}
.btn-primary {
  background: #FAA916;
  border-color: #d88d05;
}
.btn-primary:hover {
  background: #d88d05;
  border-color: #a66d04;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background: #a66d04;
  border-color: #754c02;
}
.btn-info {
  border-bottom: 3px solid #314075;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: all 0.8s ease;
  font-size: 1em;
  font-family: 'Archivo Narrow', sans-serif;
  background: #556BB7;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.btn-info:hover {
  background: #314075;
  border-bottom: 3px solid #314075;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1em;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
  background-color: #556BB7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) inset;
}
.redBtn:focus,
.orangeBtn:focus,
.greenBtn:focus {
  color: #fff;
}
.modal .modal-content .input-group .form-control {
  box-shadow: none;
  border: none;
}
.form-group .btn-group {
  display: block;
}
.modal .modal-content .input-group .multiselect-search {
  border: 1px solid #ccc;
}
.modal .modal-content .multiselect {
  margin-bottom: 20px;
}
.modal .modal-content .dropdown-menu li.active {
  margin-bottom: 1px;
}
.modal .modal-content .dropdown-menu li.active a label {
  color: #fff;
}
.dropdown-menu > li > a .fa {
  margin-right: 5px;
  font-size: 1em;
}
.wbdHide2 {
  display: none;
}
.form-actions .btn {
  margin: 0 10px;
}
.calendarBtn {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.iconBtn {
  background: none;
  border: none;
  padding: 5px 13px;
  width: auto;
  white-space: nowrap;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.iconBtn i {
  margin-right: 0;
}
.btn.iconBtn i {
  margin-right: 0;
}
.iconBtn.inline {
  margin-top: 23px;
}
.reportBtns {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}
.reportBtns .btn {
  margin: 0 0.5em;
}
.textSpacer input {
  letter-spacing: 2px;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
table > tbody > tr > td.alert ul.tableLegend li.alert-success .fa {
  color: #3c763d;
}
table > tbody > tr > td > ul.tableLegend li a.edit {
  color: #3d3d3d;
}
table > tbody > tr > td > ul.tableLegend li a.edit .fa {
  color: #3d3d3d;
}
table > tbody > tr > td > ul.tableLegend li a.edit:hover,
table > tbody > tr > td > ul.tableLegend li a.edit:focus,
table > tbody > tr > td > ul.tableLegend li a.edit:active {
  color: #ea9c23;
}
table > tbody > tr > td > ul.tableLegend li a.edit:hover .fa,
table > tbody > tr > td > ul.tableLegend li a.edit:focus .fa,
table > tbody > tr > td > ul.tableLegend li a.edit:active .fa {
  color: #ea9c23;
}
table > tbody > tr > td > ul.tableLegend li a.download {
  color: #305ba9;
}
table > tbody > tr > td > ul.tableLegend li a.download .fa {
  color: #305ba9;
}
table > tbody > tr > td > ul.tableLegend li a.download:hover,
table > tbody > tr > td > ul.tableLegend li a.download:focus,
table > tbody > tr > td > ul.tableLegend li a.download:active {
  color: #ea9c23;
}
table > tbody > tr > td > ul.tableLegend li a.download:hover .fa,
table > tbody > tr > td > ul.tableLegend li a.download:focus .fa,
table > tbody > tr > td > ul.tableLegend li a.download:active .fa {
  color: #ea9c23;
}
label.required:before {
  content: "*";
  color: #FAA916;
  margin-right: 4px;
 /* position: relative;*/
  top: 4px;
}
/* **** Error Styles **** */
.has-error .glyphicon-remove {
  float: right;
  margin-top: -25px;
  left: -20px;
  color: #a94442;
}
.has-error label {
  color: #a94442;
}
.has-error button.multiselect {
  background: #F2DEDE;
  border-color: #ebccd1;
}
.row-start.has-error,
.checkbox.has-error {
  color: #a94442;
}
.tooltip-inner {
  font-size: 12px;
}
.darkDatePicker .popover {
  background: #2E3236;
}
.darkDatePicker .popover h3.popover-title {
  background: none;
  border-left: none;
  color: #FAA916;
  border-bottom-color: #222;
}
.darkDatePicker .popover table,
.darkDatePicker .popover table tbody tr {
  background-color: #444 !important;
  width: 100%;
}
.darkDatePicker .popover table tr td,
.darkDatePicker .popover table tr th {
  background: #444 !important;
  border: none;
}
.darkDatePicker .popover table thead {
  background-color: #444 !important;
  background: #444 !important;
}
.darkDatePicker .popover table tr:last-child {
  border-bottom: none!important;
}
.darkDatePicker .popover .well {
  background-color: #444 !important;
  border-color: #222;
}
.darkDatePicker .popover .day {
  color: #fff;
}
.darkDatePicker .popover .old.day,
.darkDatePicker .popover .new.day {
  color: #777;
}
.darkDatePicker .popover .active.day {
  background: #FAA916 !important;
}
.darkDatePicker .popover .dow {
  color: #ccc;
}
.darkDatePicker .popover .datepicker table tr td.day:hover,
.darkDatePicker .popover .datepicker thead tr:first-child th:hover,
.darkDatePicker .popover .datepicker tfoot tr th:hover {
  background: #000 !important;
}
.darkDatePicker .popover .datepicker table tr td.active:hover,
.darkDatePicker .popover .datepicker table tr td.active:hover:hover,
.darkDatePicker .popover .datepicker table tr td.active.disabled:hover,
.darkDatePicker .popover .datepicker table tr td.active.disabled:hover:hover,
.darkDatePicker .popover .datepicker table tr td.active:active,
.darkDatePicker .popover .datepicker table tr td.active:hover:active,
.darkDatePicker .popover .datepicker table tr td.active.disabled:active,
.darkDatePicker .popover .datepicker table tr td.active.disabled:hover:active,
.darkDatePicker .popover .datepicker table tr td.active.active,
.darkDatePicker .popover .datepicker table tr td.active.active:hover,
.darkDatePicker .popover .datepicker table tr td.active.disabled.active,
.darkDatePicker .popover .datepicker table tr td.active.disabled.active:hover,
.darkDatePicker .popover .datepicker table tr td.active.disabled,
.darkDatePicker .popover .datepicker table tr td.active.disabled:hover,
.darkDatePicker .popover .datepicker table tr td.active.disabled.disabled,
.darkDatePicker .popover .datepicker table tr td.active.disabled.disabled:hover,
.darkDatePicker .popover .datepicker table tr td.active[disabled],
.darkDatePicker .popover .datepicker table tr td.active[disabled]:hover,
.darkDatePicker .popover .datepicker table tr td.active.disabled[disabled],
.darkDatePicker .popover .datepicker table tr td.active.disabled[disabled]:hover {
  background: #FAA916;
}
.darkDatePicker .popover .editable-clear a,
.darkDatePicker .popover .datepicker-switch {
  color: #FAA916;
}
.darkDatePicker .popover table thead tr th i {
  color: #d88d05;
}
.darkDatePicker .popover table tbody tr:nth-child(2n+1),
.darkDatePicker .popover table thead tr {
  background-color: #444 !important;
}
.darkDatePicker .popover.top > .arrow::after {
  border-top-color: #222;
}
/* *************************
	Calendar Section
************************** */
#calendar .fc-state-default {
  background: #D1D3D5;
  color: #333;
  border: 1px solid #b6b9bd;
  font-size: 0.79em;
  letter-spacing: 0.06em;
  width: 100%;
  transition: all 0.8s ease;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  width: auto;
}
#calendar .fc-state-default i,
#calendar .fc-state-default .lnr {
  margin-right: 2px;
  font-size: 1.35em;
}
#calendar .fc-event {
  background: #FAA916;
  border: none;
  padding: 3px 5px;
}
.calendarEvent {
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 0;
}
.calendarEvent .date {
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1em;
  margin-right: 10px;
  width: 20%;
  color: rgba(255, 255, 255, 0.75);
  border-color: #FAA916;
  display: block;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.calendarEvent .date span {
  display: block;
  font-size: 1.5em;
}
.calendarEvent .event {
  display: block;
  float: left;
  width: 75%;
}
.calendarEvent .event span {
  display: block;
}
.calendarEvent .label {
  color: #fff;
}
.calendarEvent .label-danger {
  background: #FF595E;
}
.calendarEvent:first-child {
  border-top: none;
  padding-top: 0;
}
.calendarEvent:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* *************************
	404
************************** */
.errorMod {
  text-align: center;
}
.errorMod h1 {
  font-size: 12em;
}
.errorMod h1 span {
  display: block;
  font-size: 0.18em;
  margin-top: -30px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.errorMod h5 {
  font-size: 1.75em;
}
.absoluteIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fcce7a;
  opacity: 0.25;
  font-size: 10em;
}
.absoluteIcon .fa {
  display: block;
}
/* *************************
	Login page
************************** */
body.loginWrapper,
body.xnetWrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
body.loginWrapper,
.hrWrapper {
  background-image: url(/assets/HRAccessUIElements/img/login/hr_login.jpg);
}
.hrWrapper {
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
body.xnetWrapper {
  background-image: url(/assets/HRAccessUIElements/img/login/xnet_login.jpg);
}
body.xnetWrapper section {
  margin: 0 auto;
  padding-top: 54px;
  max-width: 640px;
  width: 94%;
}
body.xnetWrapper section .loginbox button.defaultBtn {
  width: 200px;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
body.xnetWrapper section .loginbox button.defaultBtn:hover {
  color: #fff;
}
body.xnetWrapper section .loginbox button.greenBtn {
  background: #7cc243;
  border-color: #578b2d !important;
  color: #fff;
}
body.xnetWrapper section .loginbox button.defaultBtn {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 3px solid #cccccc;
}
body.xnetWrapper section footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
}
body.xnetWrapper section footer p {
  text-align: center;
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  font-family: arial, helvetica, sans-serif;
}
.alert-covid {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.alert-covid .alert-icon i {
  font-size: 3.5rem;
}
.alert-covid .alert-text {
  margin: 0 15px;
}
.alert-padding {
  padding: 15px 80px 20px;
}
.alert-dismissible {
  position: relative;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.loginPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.loginbox {
  width: 480px;
  position: relative;
  padding: 20px 40px 40px 40px;
  z-index: 300;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(41, 128, 185, 0.075);
  border-radius: 20px !important;
}
.loginbox h1 {
  font-size: 2.2em;
  margin: 0 !important;
  color: #666666;
  font-family: 'Roboto Condensed', sans-serif;
}
.loginbox p.labelH1 {
  font-size: 1.075em;
  margin-bottom: 50px;
}
.loginbox .alert i {
  margin-right: 5px;
}
.loginbox .companyLogo {
  text-align: center;
  margin-bottom: 30px;
}
.loginbox .loginCompanyLogo {
  text-align: center;
  margin-bottom: 25px;
}
.loginbox .loginCompanyLogo img {
  width: 50%;
  margin: 0 auto;
}
.loginbox .topCompanyLogo {
  text-align: center;
  margin: 25px 0 0 0;
}
.loginbox .topCompanyLogo img {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.loginbox .form-group {
  position: relative;
}
.loginbox .form-group .form-control {
  height: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  box-shadow: none;
  font-family: georgia, times new roman, serif;
  font-style: italic;
}
.loginbox .form-group .fa {
  color: #556BB7;
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.loginbox .signInForm {
  text-align: center;
}
.loginbox .signInForm .greenBtn {
  width: 200px;
  font-size: 18px;
  margin: 0 auto;
  color: #fff;
}
.loginbox table tr td .greenBtn {
  font-size: 18px;
}
.loginbox a.defaultBtn {
  width: 200px;
  font-size: 15px;
  margin: 0 auto;
  color: #fff;
}
.loginbox .defaultBtn i {
  color: #FFF;
}
.loginbox a.defaultBtn:hover {
  color: #fff;
}
.loginbox a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #556BB7;
  margin-top: 10px;
  text-align: center;
  display: block;
}
.loginbox a:hover {
  color: #314075;
}
.m-bottom-40 {
  margin-bottom: 40px;
}
/* **************************
	Legacy Fixes
*************************** */
table#review {
  padding: 20px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  margin-right: 20px;
  max-width: 48%;
  width: 48%;
  display: block;
}
table#review tbody {
  width: 100%;
  max-width: 100%;
  display: table;
}
table#review tr {
  border-bottom: 1px dotted #ccc;
}
table#review td {
  border-bottom: none;
  padding: 5px 5px 5px 0;
}
table#review td:first-child,
table#review td.column_name {
  color: #222;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
table#review tr:last-child {
  border-bottom: none;
}
.benefitWrapper {
  display: flex;
  margin-bottom: 20px;
}
.benefitWrapper table#review {
  flex: 1 auto;
}
.category-sections .benefitWrapper {
  display: table;
  width: 48.5%;
  padding: 20px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  margin: 25px 0 0 15px;
}
.wbdTable tr td.column_name {
  color: #454D56;
  background: #D1D3D5;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 8px 5px;
}
.editHead {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #FAA916 !important;
  font-size: 16.5px !important;
  display: block;
  border: none !important;
}
.wbdTable .highlight.raspberryRed .editHead {
  color: #FFFFFF !important;
}
.wbdTable .highlight.raspberryRed .grpProductRow tr:last-child {
  border-bottom: none !important;
}
.wbdTable .highlight.raspberryRed .grpProductRow tr:last-child td {
  border-bottom: none !important;
}
.wbdTable .highlight.raspberryRed .grpProductRow td {
  color: #FFFFFF !important;
}
.wbdTable .btn-grp {
  white-space: nowrap!important;
  width: 100%!important;
  display: inherit !important;
}
.wbdTable .btn-grp a {
  margin-left: 5px;
}
.endBorder tr:last-child {
  border-bottom: none !important;
}
.endBorder tr:last-child td {
  border-bottom: none !important;
}
.dobInput label {
  display: block;
}
.dobInput input[type="text"] {
  display: block;
  float: left;
  width: 30%;
  margin: 0 1%;
}
.dobInput input[type="text"]:first-child {
  margin-left: 0;
}
.dobInput.dobFixed input {
  width: 105px;
}
.popover {
  max-width: 100% !important;
  padding: 5px 10px;
  border-radius: 5px;
  background: #2c2e3e;
  color: #FFFFFF;
  font-size: 12px;
}
.popover.left > .arrow:after {
  border-left-color: #2c2e3e !important;
}
.tooltipContent {
  width: 100%;
  border-radius: 5px;
  background: #2c2e3e;
  color: #FFFFFF;
  cursor: pointer;
  max-height: 600px;
  overflow-y: auto;
  margin: 0;
}
.tooltipContent h5 {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  color: #EFF0F1;
}
.tooltipContent table#review,
.tooltipContent table.wbdTable {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
  border: none !important;
}
.tooltipContent table#review tr,
.tooltipContent table.wbdTable tr {
  border-bottom: 1px solid #666 !important;
}
.tooltipContent table#review tr td,
.tooltipContent table.wbdTable tr td {
  padding: 10px;
  color: #eee;
}
.tooltipContent table#review tr td:first-child,
.tooltipContent table.wbdTable tr td:first-child {
  color: #FAA916;
}
.tooltipContent .wbdTable > tbody > tr:nth-of-type(2n+2) {
  background-color: transparent;
}
.tooltipContent table > tbody > tr:last-child {
  border-bottom: none !important;
}
.tooltipContent table tr td.field_name {
  padding-right: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  white-space: nowrap;
  color: #FAA916;
}
.tooltipContent main {
  margin: 0;
}
.popover.right > .arrow::after {
  border-right-color: #333;
}
main ul.benefit-list > li > a.calendarBtn {
  margin-top: 8px;
  margin-right: 8px;
  font-weight: 400;
  float: right;
}
main ul.benefit-list > li > a.calendarBtn i {
  font-size: 13px;
}
.benefit-list li.active .borderMod {
  display: table;
  width: 100%;
}
a.expand {
  background: #556BB7;
  border-color: #415498;
}
a.expand:hover {
  background: #415498;
}
td.tableFormActions {
  background: red !important;
}
#myStatusLayer {
  display: none;
}
.companyAddress {
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
.companyAddress span {
  font-family: 'Roboto Condensed', sans-serif;
  color: #FAA916;
  display: block;
  font-size: 14px;
}
.labelToggle .btn {
  height: 25px;
  width: 55px;
  padding: 5px 15px;
  border: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.labelToggle .btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.labelToggle .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.labelToggle .label-disabled {
  background: #D1D3D5;
  color: #A4A8AD;
}
.labelToggle .btn:focus,
.labelToggle .btn:hover {
  color: #FFFFFF !important;
}
.labelToggle .label-disabled.btn:hover {
  color: #A4A8AD !important;
}
/* **************************
	UI Lists
*************************** */
.btn.label {
  font-size: 85%;
  display: inline-block;
}
a.label-success {
  color: #FFFFFF;
  background-color: #7AC74F;
}
a.label-success:hover {
  color: #FFFFFF;
  background-color: #308203;
}
/*a.label-success:active {
   color: #308203;
   border: 1px solid #308203;
 }*/
/* **************************
	UI Lists
*************************** */
.pillowList {
  border-radius: 5px;
  display: table;
  width: 100%;
  background: #EFF0F1;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.pillowList tr td h2 {
  font-family: 'Archivo Narrow', sans-serif;
  color: #676767;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}
.pillowList tr td h2 span {
  font-size: 15px;
  color: #415498;
}
.pillowList tr td h2 .date {
  display: inline-block;
  font-weight: 600;
  color: #B4436C;
}
.pillowList tr td i {
  color: #556BB7;
  font-size: 17px;
  padding: 5px 10px 0 0;
}
.pillowList:hover {
  background: #E0E1E3;
}
#insideTable.wbdTable,
.thirdTierTable {
  margin: 1% 2.5%;
  width: 95%;
}
.thirdTierTable {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: #bababa;
  padding: 15px;
}
.thirdTierTable table {
  width: 100%;
  max-width: 100%;
}
.thirdTierTable table h2 {
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #556BB7;
  font-size: 14px;
  cursor: pointer;
}
.thirdTierTable table .hiddenHistory {
  margin-top: 15px;
}
.thirdTierTable table .hiddenHistory table#review {
  margin: 0 1%;
}
.thirdTierTable table .hiddenHistory .borderMod {
  overflow: auto;
  width: 100%;
  position: static;
}
.benefit-list li.active a.toggleAchnor {
  padding-bottom: 10px;
  margin-bottom: 0;
  display: block;
  float: left;
}
.benefit-list li.active a.calendarBtn {
  float: right;
  padding: 2px 15px;
  color: #FFFFFF;
  font-size: 0.85em;
}
.benefit-list li.active a.calendarBtn .fa-calendar {
  color: #FFFFFF;
}
/* **************************
	Tables
*************************** */
.wbdTable .date-picker-input input {
  padding-left: 25px;
}
.wbdTable #fd-but-eff_date {
  position: absolute;
  margin: 5px 0 0 0;
}
.wbdTable .labelFixed {
  width: 100%;
}
.wbdTable tr.danger td {
  background: #f2dede;
}
.wbdTable tr td .input-group {
  width: 150px;
}
.wbdTable label a,
.wbdTable label a i {
  color: #fff;
}
.wbdTable td .fa-circle,
.wbdTable td .fa-circle-o,
.wbdTable td .fa-calendar-check-o {
  color: #FAA916;
}
.wbdTable.dataTable thead th {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #333;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 4px;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.dataTables_wrapper .dataTables_processing {
  background-color: transparent !important;
  background: #FFF !important;
  border: none !important;
  height: 120px !important;
  top: 10% !important;
  margin-top: -15px !important;
  font-size: 18px;
  color: #333;
  padding-top: 50px;
  padding-left: 25px;
}
.dataTables_wrapper .dataTables_processing h2 {
  position: absolute;
  top: 50%;
  left: 45%;
}
.dataTables_wrapper .dataTables_processing:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: 20%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
.wbdTable.nestedTableStripping > tbody > tr:nth-of-type(4n+1) {
  background-color: #f9f9f9;
}
.fixedTable .editLable {
  width: 20%;
}
.fixedTable .editNormal {
  width: 50%;
}
.dataTables_length select {
  display: block;
  float: left;
}
.dataTables_filter {
  text-align: left!important;
}
.dataTables_paginate,
.dataTables_info {
  margin-top: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
.textArea .findReplace .findReplace-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.textArea .findReplace .findReplace-wrapper .findReplace-item {
  padding-right: 45px;
}
.textArea .findReplace .findReplace-wrapper .findReplace-item button {
  margin-top: 15px;
}
.noSpace-PM {
  margin: 0 !important;
  padding: 0 !important;
}
.flex {
  display: flex;
}
.row-direction {
  flex-direction: row;
}
.col-direction {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-align-center {
  align-items: center;
}
.flex-content-center {
  align-content: center;
}
.flex-content-around {
  justify-content: space-around;
}
.flex-content-start {
  justify-content: start;
}
.flex-1 {
  flex: 1 auto;
}
.flex-45 {
  flex: 0 45%;
}
.bulkEmailTable .dataTables_filter {
  margin-bottom: 15px;
}
.bulkEmailTable .dotted-border {
  border-style: dashed !important;
  border-width: 2px !important;
}
.bulkEmailTable .selectColumnsContainer {
  padding: 12px 0 0;
}
.bulkEmailTable .selectColumnsContainer .center-block {
  text-align: center;
  padding: 10px 0 0;
}
.bulkEmailTable .csv_upload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 20px;
}
.bulkEmailTable .csv_upload #uploadCsvContainer {
  text-align: center;
  cursor: pointer;
}
.bulkEmailTable .csv_upload #uploadCsvContainer label {
  font-size: 1.5em;
  padding: 35px 0;
  font-family: "Proxima Nova", sans-serif;
  cursor: pointer;
}
.bulkEmailTable .csv_upload #uploadCsvContainer label span {
  display: block;
}
.bulkEmailTable .csv_upload #uploadCsvContainer label button {
  background: none;
  border: none;
  font-size: 0.7em;
}
.bulkEmailTable .csv_upload #uploadCsvContainer input[type=file] {
  display: none;
}
.bulkEmailTable .uploadStatus {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.8em;
}
.bulkEmailTable .uploadStatus img {
  padding: 15px 0;
}
.bulkEmailTable #results_wrapper {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 15px;
  border-color: #ddd;
}
.bulkEmailTable #results_wrapper table#results {
  min-height: 140px !important;
}
.bulkEmailTable .dataTables_paginate a.paginate_button {
  padding: 0 !important;
}
.bulkEmailTable .dataTables_paginate a.paginate_button.current {
  border-radius: 5px !important;
  background: #FAA916 !important;
  color: #FFF !important;
  border: none !important;
  padding: 0 !important;
}
.bulkEmailTable .dataTables_paginate a.paginate_button.current:hover {
  color: #FFF !important;
}
.bulkEmailTable .dataTables_paginate a.paginate_button:hover {
  border-radius: 5px !important;
  background: #FAA916 !important;
  color: #FFF !important;
  border: none !important;
  padding: 0 !important;
}
.bulkEmailTable .dataTables_paginate a#results_previous.paginate_button.previous:hover,
.bulkEmailTable .dataTables_paginate a#results_next.paginate_button.next:hover {
  background: transparent !important;
  color: #000 !important;
}
.bulkEmailTable .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-color: #ddd;
}
.bulkEmailTable table.dataTable thead .sorting_asc,
.bulkEmailTable table.dataTable thead .sorting {
  background: #EEEEEE;
}
.datePickerFixes .form-group label {
  display: block;
}
.datePickerFixes .ui-datepicker-trigger {
  display: flex;
  margin: 14px 0 0 0;
}
.datePickerFixes .ui-datepicker-trigger img {
  position: absolute;
  top: 27px;
  bottom: 0;
  right: 15px;
}
.datePickerFixes .ui-datepicker-date-img {
  cursor: pointer;
  position: relative;
  float: right;
  top: -18px;
  right: -25px;
}
.ui-widget-content {
  color: #454D56;
}
.ui-widget {
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 1em !important;
}
.ui-timepicker-div dl dt.ui_tpicker_time_label,
.ui-timepicker-div dl dt.ui_tpicker_hour_label,
.ui-timepicker-div dl dt.ui_tpicker_minute_label {
  font-size: 1em !important;
}
.ui-datepicker-header {
  background: #454D56 !important;
  color: #FFFFFF !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #FAA916 !important;
  background: #FAA916 !important;
  color: #FFFFFF !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #17A5E4 !important;
  background: #17A5E4 !important;
  color: #FFFFFF !important;
}
.ui-datepicker-buttonpane .ui-datepicker-current {
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  background: #FAA916 !important;
  color: #FFFFFF !important;
  border: none !important;
}
.ui-datepicker-buttonpane .ui-datepicker-close {
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  background: #7AC74F !important;
  color: #FFFFFF !important;
  font-size: 1em !important;
  border: none !important;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 1 !important;
}
table.datePickerFixes {
  width: 100%;
}
table.datePickerFixes .fixedInput {
  display: block;
  float: left;
  width: 85%;
}
table.datePickerFixes tr td {
  padding: 5px;
}
table.datePickerFixes label {
  display: block;
}
table.datePickerFixes hr {
  margin: 0;
}
table.datePickerFixes .recipients {
  width: 100%;
}
table.datePickerFixes .recipients tr td {
  padding: 0;
}
table.datePickerFixes .recipients tr td:first-child {
  width: 60%;
}
table.datePickerFixes .recipients tr td:nth-child(2) {
  width: 40%;
}
table.datePickerFixes .recipients tr td:nth-child(2) .btn {
  padding: 4px 8px 8px 7px;
  margin: 1px 0 0 5px;
}
table.datePickerFixes .recipients tr td:nth-child(2) .btn i {
  display: block;
  margin-top: 2px;
  font-size: 17px;
  font-size: 1.7rem;
}
.uib-datepicker-popup.dropdown-menu {
  padding: 0.2em 0.1em 0.6em 0.2em;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  background-image: url(/wbdcorp/htdocs/wbd/add-ons/js/bower_components/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png);
}
.uib-daypicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  border-spacing: 0;
  background-color: transparent;
}
.uib-daypicker table tbody tr {
  font-size: 0.9em;
  padding: 1px;
}
.uib-daypicker table tbody tr td {
  display: table-cell;
  padding: 1.45px;
}
.uib-daypicker table tbody tr td button.btn.btn-default {
  display: block;
  padding: 5px 10px;
  text-align: right;
  text-decoration: none;
  border: 1px solid #d3d3d3;
  font-weight: normal;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.8rem;
}
.uib-daypicker table tbody tr td button.btn.btn-default.btn-info.active {
  border: 1px solid #17A5E4 !important;
  background: #17A5E4 !important;
  color: #FFFFFF !important;
}
.uib-daypicker table tbody tr td button.btn.btn-default.btn-info.btn-info {
  color: #FFFFFF !important;
}
.uib-daypicker table thead tr:first-child {
  background: #56606b !important;
  padding: 0.2em 0;
  font-weight: bold;
  border-radius: 4px;
  width: 230px;
}
.uib-day button,
.uib-month button,
.uib-year button {
  min-width: 100%;
}
.uib-daypicker table thead tr:nth-child(2) th {
  padding: 0.8em 0.3em;
  font-weight: bold;
  border: 0;
  position: relative;
  text-align: justify;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uib-daypicker table thead tr:nth-child(2) th small {
  font-size: 1.1em;
  font-weight: bold;
}
.uib-daypicker table thead tr th .btn {
  background-color: transparent !important;
  border-color: transparent;
}
.uib-daypicker table thead tr th .btn.btn-default.uib-title {
  color: #FFFFFF !important;
  font-weight: bold;
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 1.15em !important;
}
.uib-daypicker table thead tr th .btn.btn-default.uib-left i {
  color: white;
}
.uib-daypicker table thead tr th .btn.btn-default.uib-right i {
  color: white;
}
.uib-button-bar > .btn-group > .btn,
.btn-group > .btn.btn-info.uib-datepicker-current,
.uib-button-bar > button.btn.uib-close,
.uib-monthpicker .btn,
.uib-yearpicker .btn {
  font-family: proxima-nova, helvetica, arial, sans-serif !important;
  font-size: 1em !important;
  font-style: normal !important;
  font-weight: 100 !important;
}
.btn-group > .btn.btn-info.uib-datepicker-current {
  background-color: #FAA916 !important;
  border-color: #FAA916 !important;
  border-radius: 3px;
}
.btn.btn-success.uib-close {
  background-color: #7AC74F !important;
  border-color: #7AC74F !important;
}

#main_container {
  display: table;
  width: 100%;
}
.label-disabled {
  background: #ccc;
  color: #fff;
}
/* *****************************************
	Typography
************************************** */
.companyContacts .h4 {
  color: #556BB7;
}
.companyContacts hr {
  margin-bottom: 0;
}
.companyContacts .borderMod {
  margin: 20px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-top: 5px solid #556BB7;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem 0.6rem 5px 5px;
}
.companyContacts .borderMod h5 {
  margin: 0 0 25px 0;
  font-size: 1.5rem;
  font-weight: 400 !important;
  color: #38424A;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.companyContacts .borderMod dl.employeeInfoList h5 {
  margin: 0 0 25px 0;
  font-size: 1.5rem;
  font-weight: 400 !important;
  color: #38424A;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.companyContacts .borderMod dl.employeeInfoList a {
  color: #556BB7;
}
.companyContacts .regtext {
  color: #454D56;
  font-weight: normal;
  font-size: 14px;
}
.companyContacts .regtext u {
  text-decoration: none;
  color: #556BB7;
  line-height: 10px;
  display: block;
}
.companyContacts .regtext a strong {
  color: #556BB7;
}
.lgTxt h5 {
  line-height: 20px;
}
.pendingTitle {
  margin-top: 40px;
  font-size: 1.25em;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* *****************************************
	Pending Section
************************************** */
.pendingMod h3 {
  border: none;
  text-align: center;
  margin-top: 0;
}
.pendingMod .pillowList {
  padding: 15px;
}
.pendingMod h2 {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}
.pendingMod h2 label {
  font-size: 12px;
  margin-right: 10px;
}
.pendingMod h2 .label-section {
  cursor: pointer;
  float: right;
  font-weight: 500;
  margin-bottom: 0;
  text-shadow: none;
  background: #FAA916;
}
.pendingMod .insideTable {
  margin: 20px auto;
  width: 95%;
  background: #fff;
}
.pendingMod .hiddenTable {
  border-width: 1px;
  border-style: solid;
  border-color: #bababa;
  padding: 20px;
  background: #fff;
  width: 93%;
  margin: 0 auto;
  border-radius: 5px;
}
.pendingMod .col-lg-6 .borderMod {
  display: table;
}
.pendingMod .col-lg-6 .borderMod table#review {
  width: 100%;
  max-width: 100%;
  margin: 1% 0;
}
.pendingMod .col-lg-6 .borderMod table#review td:first-child,
.pendingMod .col-lg-6 .borderMod table#review td.column_name {
  width: auto;
}
.pendingMod .pillowList.secondTier {
  margin: 20px auto;
  width: 95%;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.pendingMod .pillowList.secondTier h2 {
  font-weight: normal;
}
.pillowList.active,
.secondTier.active {
  border-color: #556BB7;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) inset;
}
/* *****************************************
	MODALS
************************************** */
#overlay-welcome,
.hraccess-modal {
  background: #272B30;
  z-index: 1050;
  height: auto;
  width: 600px;
  border-radius: 5px;
  transition: transform 0.3s ease-out 0s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
#overlay-welcome p,
.hraccess-modal p {
  color: #ccc;
}
#overlay-welcome .checkbox label,
.hraccess-modal .checkbox label,
#overlay-welcome .radio label,
.hraccess-modal .radio label {
  color: #9da9d5;
}
#overlay-welcome strong,
.hraccess-modal strong {
  color: #FAA916;
}
#overlay-welcome hr,
.hraccess-modal hr {
  border-color: rgba(222, 222, 222, 0.2) rgba(222, 222, 222, 0.2) rgba(222, 222, 222, 0.2);
}
#overlay-welcome label,
.hraccess-modal label {
  color: #fff;
  font-size: 15px;
}
#overlay-welcome h5 span,
.hraccess-modal h5 span {
  color: #fff;
}
#overlay-welcome .modalWrapper,
.hraccess-modal .modalWrapper {
  border-radius: 5px;
  position: relative;
  width: auto;
  height: auto;
}
#overlay-welcome .modalWrapper p,
.hraccess-modal .modalWrapper p {
  color: #38424A;
}
#overlay-welcome .modalWrapper h3,
.hraccess-modal .modalWrapper h3 {
  color: #D1D3D5;
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
}
#overlay-welcome .modalWrapper .emailView,
.hraccess-modal .modalWrapper .emailView {
  background: #EFF0F1;
  padding: 15px;
  border-radius: 5px;
}
#overlay-welcome .modalWrapper .emailView h4,
.hraccess-modal .modalWrapper .emailView h4 {
  color: #2C363F;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  font-weight: 700;
}
#overlay-welcome .modalWrapper .emailView .field_message,
.hraccess-modal .modalWrapper .emailView .field_message {
  margin-bottom: 15px;
}
#overlay-welcome .modalWrapper .emailView p,
.hraccess-modal .modalWrapper .emailView p {
  color: #38424A;
}
#overlay-welcome .modalWrapper .emailView .message,
.hraccess-modal .modalWrapper .emailView .message {
  line-height: 20px;
}
#overlay-welcome .modalWrapper input,
.hraccess-modal .modalWrapper input {
  padding-left: 5px;
  margin-right: 10px;
}
#overlay-welcome .modalWrapper #report_details p,
.hraccess-modal .modalWrapper #report_details p {
  color: #FFFFFF;
  font-size: 0.85em;
}
#overlay-welcome .modalWrapper #report_details h5,
.hraccess-modal .modalWrapper #report_details h5 {
  font-size: 15px !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #556BB7 !important;
}
#overlay-welcome .modalWrapper #report_details table tr,
.hraccess-modal .modalWrapper #report_details table tr {
  margin: 10px 0;
}
.hraccess-modal .modal-header {
  display: block;
}
#overlay-welcome .modal-header,
.hraccess-modal .modal-header,
#overlay-welcome .splash-header-bar,
.hraccess-modal .splash-header-bar {
  padding: 15px 20px;
  background: #272B30;
  min-height: 16.43px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  color: #EFF0F1;
}
#overlay-welcome .modal-header h1,
.hraccess-modal .modal-header h1,
#overlay-welcome .splash-header-bar h1,
.hraccess-modal .splash-header-bar h1,
#overlay-welcome .modal-header h2,
.hraccess-modal .modal-header h2,
#overlay-welcome .splash-header-bar h2,
.hraccess-modal .splash-header-bar h2,
#overlay-welcome .modal-header h3,
.hraccess-modal .modal-header h3,
#overlay-welcome .splash-header-bar h3,
.hraccess-modal .splash-header-bar h3,
#overlay-welcome .modal-header h4,
.hraccess-modal .modal-header h4,
#overlay-welcome .splash-header-bar h4,
.hraccess-modal .splash-header-bar h4,
#overlay-welcome .modal-header h5,
.hraccess-modal .modal-header h5,
#overlay-welcome .splash-header-bar h5,
.hraccess-modal .splash-header-bar h5 {
  margin-bottom: 0;
}
#overlay-welcome .modal-body,
.hraccess-modal .modal-body {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  max-height: 500px;
}
#overlay-welcome .modal-body p,
.hraccess-modal .modal-body p {
  color: #FFFFFF;
}
#overlay-welcome .modal-footer,
.hraccess-modal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 15px;
  justify-content: center;
}
.hraccess-modal .modal-footer {
  column-gap: 10px;
}
#overlay-welcome .alert.alert-danger,
.hraccess-modal .alert.alert-danger {
  background-color: #ff473b;
  border-color: #d40d00;
  color: #fff;
}
#overlay-welcome .alert.alert-danger strong,
.hraccess-modal .alert.alert-danger strong {
  color: #fff;
}
#overlay-welcome h3,
.hraccess-modal h3 {
  color: #fff;
}
#overlay-welcome h4,
.hraccess-modal h4 {
  font-size: 1.25em;
  border-left: none;
  padding-left: 0;
  margin-bottom: 5px;
  color: #D1D3D5;
}
#overlay-welcome h5,
.hraccess-modal h5 {
  font-size: 1.25em;
  border-left: none;
  padding-left: 0;
  color: #D1D3D5;
  margin: 5px 0 10px;
}
#overlay-welcome table tr td,
.hraccess-modal table tr td {
  color: #ccc;
}
#overlay-welcome .content,
.hraccess-modal .content {
  padding: 0;
  color: #ccc;
}
#overlay-welcome .employeeInfoList dt,
.hraccess-modal .employeeInfoList dt {
  float: none;
  width: 100%;
  color: #ada9a9;
  font-size: 1em;
}
#overlay-welcome .employeeInfoList dd,
.hraccess-modal .employeeInfoList dd {
  color: #eee;
  font-size: 0.95em;
  line-height: 1.2em;
}
#overlay-welcome .employeeInfoList dd em,
.hraccess-modal .employeeInfoList dd em {
  display: block;
}
#overlay-welcome .employeeInfoList dd p,
.hraccess-modal .employeeInfoList dd p {
  color: #eee;
}
#overlay-welcome .employeeInfoList dd a,
.hraccess-modal .employeeInfoList dd a {
  font-weight: bold;
  color: #FAA916;
}
#overlay-welcome .employeeInfoList dd a i,
.hraccess-modal .employeeInfoList dd a i {
  margin-right: 5px;
}
#overlay-welcome .employeeInfoList .borderBottom,
.hraccess-modal .employeeInfoList .borderBottom {
  border-color: rgba(255, 255, 255, 0.25);
}
#overlay-welcome .form-control,
.hraccess-modal .form-control {
  border: 1px solid #272727;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.67);
  padding-left: 5px;
}
#overlay-welcome .form-control:focus,
.hraccess-modal .form-control:focus,
#overlay-welcome .form-control:active,
.hraccess-modal .form-control:active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) inset, 0 0 5px #faa916;
  border-color: #FAA916;
}
#overlay-welcome .multiselect-item .form-control,
.hraccess-modal .multiselect-item .form-control {
  box-shadow: none;
  border-color: #ccc;
}
#overlay-welcome .form-group label,
.hraccess-modal .form-group label {
  color: #EFF0F1;
}
#overlay-welcome textarea,
.hraccess-modal textarea {
  height: 150px;
}
#overlay-welcome .dropdown-menu label,
.hraccess-modal .dropdown-menu label {
  color: #333;
}
#overlay-welcome label i,
.hraccess-modal label i {
  color: #FAA916;
}
#overlay-welcome .label,
.hraccess-modal .label {
  color: #000;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  margin-right: 4px;
}
.hraccess-modal .container {
  width: auto;
  margin: 0;
}
.hraccess-modal.modalSetUp,
#overlay-welcome {
  margin: 30px auto;
  left: 30%;
  top: 150px;
  position: fixed;
  z-index: 1050;
}
.hraccess-modal.modalSetUp #attnMessage,
#overlay-welcome #attnMessage {
  text-align: left;
}
.hraccess-modal.modalSetUp strong,
#overlay-welcome strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
}
.hraccess-modal.modalSetUp .modal-body,
#overlay-welcome .modal-body {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: none;
}
.hraccess-modal.modalSetUp b,
#overlay-welcome b {
  color: #556BB7;
}
.loaderModal {
  color: #ccc;
  padding: 15px;
  text-align: center;
  display: none;
}
.loaderModal .fa {
  font-size: 1.5em;
}
.overlayBlack,
#myErrorsValidationLayer {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}
.inlineModal {
  margin: 90px auto;
  width: 900px;
}
.inlineModal .boxSetUp {
  padding: 15px;
}
.inlineModal > body {
  background: #D1D3D5;
}
.coreElectionEntries {
  clear: both;
  padding-top: 10px;
}
/* ***********************************
	Custom Search
************************************ */
.search_group {
  margin: 20px 0;
  border-radius: 5px;
  padding-bottom: 10px;
}
.search_group .header {
  padding: 10px 10px 10px 0;
}
.search_group .header .text {
  font-size: 17px;
  font-weight: 700;
  color: #676767;
  font-family: 'Archivo Narrow', sans-serif;
}
.search_group .closeBtn i {
  margin-top: 4px;
}
.search_group .searchTable tr td {
  padding: 5px;
}
.search_group .searchTable tr td select {
  width: auto;
}
.search_group .searchTable tr td label {
  font-size: 15px;
}
.search_group .show_options {
  font-family: 'Roboto Condensed', sans-serif;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin: 15px 0;
}
.search_group .show_options .form-group {
  margin-bottom: 0;
}
.child-row {
  position: relative;
}
.child-row label {
  float: left;
  margin-top: 8px;
  margin-right: 8px;
  margin-left: 30px;
}
.child-row input {
  float: right;
}
.child-row select {
  width: 195px !important;
}
.child-row select.select_who_operator {
  width: auto !important;
}
.child-row .closeBtn {
  top: 7px!important;
  left: 0!important;
}
.styled-select select,
.styled-select input {
  width: 45%;
  display: block;
  float: left;
}
.styled-select select {
  margin-right: 5px;
}
.group_opt_holder select {
  width: 150px;
}
.darkRoundedMod h6 {
  border-top: none;
  text-align: left;
}
.darkRoundedMod .reportModule h6 {
  margin-top: 0;
}
#table_column_select,
#table_column_select > tbody,
#table_column_select > tbody > tr:not(.hidden),
#table_column_select > tbody > tr > td {
  display: block;
}
#table_column_select {
  margin: 0 auto;
  width: 100%;
}
#table_column_select td {
  padding: 5px;
}
.options_container {
  border-color: #ccc;
  position: relative;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 15px 18px;
  background: #EFF0F1;
}
.options_container .content_container {
  display: table;
  clear: both;
}
.options_container h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #38424A;
}
.options_container div.button_holder img {
  display: block;
  margin: auto;
  padding-top: 11px;
}
.options_container #div_column_operator div.buttons {
  margin-top: 25px;
  padding: 5px;
}
.options_container #div_column_operator div.buttons hr {
  border-color: #A4A8AD;
}
.options_container .button_add_one {
  padding: 15px 0;
}
.options_container .add-remove-Btns {
  text-align: center;
}
.options_container .add-remove-Btns .button_add_all,
.options_container .add-remove-Btns .button_remove_all {
  padding: 0 10px;
}
.collapsedSection {
  padding: 8px 10px;
  border-radius: 5px;
  background: #454D56;
  border-color: #bababa;
  margin-top: 15px;
  display: block;
  color: #333;
  cursor: pointer;
}
.collapsedSection span {
  width: 85%;
  float: left;
  border-right: 1px solid #ccc;
  margin-right: 5px;
}
.collapsedSection i {
  margin: 0 2px;
  line-height: 1.5em;
}
.collapsedSection .fa-arrows-v {
  color: #556BB7;
  float: left;
  width: 5%;
}
.collapsedSection .fa-times {
  color: #FF595E;
  float: right;
  width: 5%;
  text-align: center;
}
.collapsedSection h2 {
  font-size: 15px;
  color: white;
  display: inline;
  line-height: 20px;
}
.collapsedSection label {
  margin-bottom: 0;
}
.collapsedSection:hover {
  background: #2e3236;
}
/* ***********************************
	Progress Title
************************************ */
#progress > tbody > tr > td {
  border-radius: 5px;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
#progress .progress_title h5 {
  font-size: 15px;
}
#progress td.progress {
  background: none;
  border: none;
  padding-top: 10px;
  box-shadow: none;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  display: table-cell;
}
.dataTables_processing {
  background: red;
  border: 1px solid #ddd;
  color: #999;
  font-size: 14px;
  height: 30px;
  left: 50%;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 250px;
}
.progressTable {
  height: 15px;
}
/* *****************************************
	Forms
************************************** */
.label.transmissionLabel {
  font-size: 0.9em;
}
input.fixedInput,
select.fixedInput {
  display: block;
  float: left;
  width: 75%;
  padding-left: 5px;
}
.inputSpacer {
  margin-top: 23px;
}
.labelEmployee {
  color: #FFFFFF;
  background: #556BB7;
  font-weight: normal;
  margin: 0 10px 5px 0;
  width: 110px;
  display: block;
  float: left;
}
.labelSpouse {
  color: #FFFFFF;
  font-weight: normal;
  margin: 0 10px 5px 0;
  width: 110px;
  display: block;
  float: left;
  background: #FAA916;
}
.labelChild {
  color: #FFFFFF;
  font-weight: normal;
  margin: 0 10px 5px 0;
  width: 110px;
  display: block;
  float: left;
  background: #7AC74F;
}
.labelDepChild {
  color: #FFFFFF;
  font-weight: normal;
  margin: 0 10px 5px 0;
  width: 110px;
  display: block;
  float: left;
  background: #5D2E8C;
}
.labelTravelIndividual {
  width: 130px;
}
.indCovered {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
}
a.date-picker-control.date-picker-dateval,
a.date-picker-control:link,
a.date-picker-control:visited {
  display: block;
  float: left;
  margin-top: 8px;
}
input.condensedWidth {
  width: 80%;
  float: left;
}
/* ***********************************
	Video
************************************ */
video {
  width: 100%;
  height: 300px;
  border: 1px solid #38424A;
  border-radius: 5px;
  background: #38424A;
}
/* *****************************************
	Impersonate Section
************************************** */
.gradientModal .boxSetUp {
  background: #2e3236;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: none;
}
.gradientModal .boxSetUp h5 {
  font-size: 17.5px;
  font-size: 1.75rem;
}
.gradientModal .boxSetUp h2 {
  color: #8b9ace;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1em;
  margin-top: 10px;
}
.gradientModal .boxSetUp h2 span {
  font-size: 28px;
  font-size: 2.8rem;
}
.gradientModal .boxSetUp hr {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.gradientModal .boxSetUp .supportWelcome hr {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.gradientModal .boxSetUp .italicGeorgia {
  font-size: 15px;
  font-size: 1.5rem;
}
.gradientModal .boxSetUp h6 {
  color: #556BB7;
  text-align: left;
  border-top: none;
}
.supportWelcome {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  display: table;
  width: 100%;
  padding: 20px 40px;
}
.supportWelcome .col-lg-8,
.supportWelcome .col-lg-4 {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
/* **************************
          Cards
*************************** */
.cardWrap {
  position: relative;
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.cardWrap .cardHeader {
  width: 100%;
  height: 50px;
  margin-bottom: 0.2rem;
  position: relative;
  display: block;
  background: #5D2E8C;
  z-index: 2;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: hidden;
  cursor: default;
}
.cardWrap .cardHeader .title {
  font-size: 1.65rem;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10px;
}
.cardWrap .cardBody {
  max-height: 200px;
  min-height: 200px;
  z-index: 3;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.5rem;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem 0.6rem 5px 5px;
}
.cardWrap .cardBody #caseSelectorList li {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.cardWrap .cardBody #caseSelectorList li label {
  flex: 1;
}
.cardWrap .cardBody #caseSelectorList li span i {
  color: #556BB7;
  font-size: 1.85rem;
}
.cardWrap .cardFooter {
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
}
.cardWrap .cardFooter .footer-wrapper {
  display: flex;
}
.cardWrap .cardFooter .footer-wrapper p {
  font-style: italic;
  margin-bottom: 0;
}
.cardWrap .cardFooter .footer-wrapper i {
  color: #556BB7;
  font-size: 1.85rem;
  margin: 0 5px;
}
.cardResponsive > .cardBody {
  max-height: 100%;
  min-height: 100%;
}
.cardOnWhite > .cardBody {
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.autoHeight {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.autoHeight .cardHeader .title {
  font-size: 1.2rem;
  padding: 12px 10px 14px;
}
.full-height .cardHeader .title {
  font-size: 1.48rem;
  padding: 12px 10px 12px;
}
.full-height .cardHeader .selectAll {
  position: absolute;
  top: 6px;
  right: 16px;
}
.full-height .cardHeader .selectAll .row-start {
  color: #FFF;
  font-weight: 700 !important;
}
.full-height .cardHeader .selectAll .row-start input {
  border-color: #FFF;
}
.full-height .cardBody {
  overflow-y: scroll;
  max-height: 410px !important;
  min-height: 410px !important;
}
.formWrap {
  position: relative;
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem 0.6rem 5px 5px;
}
.formWrap .formHeader {
  width: 100%;
  margin-bottom: -0.75rem;
  position: relative;
  display: block;
  border-top: 5px solid #556BB7;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  cursor: default;
}
.formWrap .formHeader .title {
  font-size: 1.4rem;
  font-weight: 400 !important;
  color: #38424A;
  padding: 10px;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.formWrap .formHeader .title .fa {
  font-size: 28px;
  margin-right: 5px;
}
.formWrap .formBody {
  flex: 1 1 auto;
  padding: 1.5rem 1rem 0 1rem;
  vertical-align: middle;
  background-color: #fff;
  background-clip: border-box;
}
.formWrap .formBody a.link {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-weight: 400 !important;
  font-size: 1em;
}
.formWrap .formBody a.link .fa {
  font-size: 1.5em;
  color: #556BB7;
  font-weight: 600;
}
.formWrap .formBody a.link:hover {
  color: #6C737A;
}
.formWrap .formBody a.link:hover .fa {
  color: #6C737A;
}
.formWrap .formBody .employerLogo {
  width: 100%;
  height: 50px;
  margin-bottom: 10%;
}
.formWrap .formBody .employerLogo img {
  width: 100%;
  height: 100%;
}
.formWrap .formBody .employerLogo i {
  font-size: 4.5em;
  color: #A4A8AD;
}
/* **************************
	Highlight Boxes
*************************** */
.highlight {
  padding: 9px 14px;
  margin: 16px 0 16px 0;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .loginbox {
    width: 420px;
  }
  .loginbox p.label {
    font-size: 1em;
  }
  body.xnetWrapper footer p {
    display: none;
  }
}
/* **************************
	     Masonry
*************************** */
.grid {
  margin: 0 auto;
}
.grid-item {
  width: 350px;
}
.grid-item-client {
  width: 250px;
}
.grid-item-client a.btn {
  font-family: proxima-nova, helvetica, arial, sans-serif;
}
/* **************************
	  Dropdown Toggle
*************************** */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1em;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: transform 0.3s ease-out 0s;
}
.dropdown-menu a:hover {
  background: #17A5E4;
  color: #FFFFFF;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#fullpage {
  position: relative;
}
.overview {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0 4px 2px -2px #E0E1E3;
}
.overview h2 {
  font-size: 1.75em;
  color: #2C363F;
  margin-bottom: 10px;
}
.overview h2 img.thanksImg {
  position: relative;
  width: 12%;
  top: 0;
}
.overview .learnMore p {
  font-size: 1em;
}
.scroll-nav {
  position: -webkit-sticky;
  position: sticky;
  width: 365px;
  top: 310px;
  z-index: 100;
}
.scroll-nav__heading {
  color: #38424A;
  display: block;
  font-size: 1.5em;
  margin-bottom: 15px;
  overflow: hidden;
}
.scroll-nav__list {
  margin-bottom: 0;
}
.scroll-nav__item {
  font-size: 1em;
  line-height: 2em;
  overflow: hidden;
  list-style: none;
  display: table;
}
.scroll-nav__item a {
  vertical-align: middle;
  display: table-cell;
}
.scroll-nav__item:before {
  color: #2C363F;
  display: block;
  position: absolute;
  pointer-events: none;
}
.scroll-nav__item.active a {
  color: #FAA916;
}
.scroll-nav__link {
  color: #38424A;
  display: block;
}
.scroll-nav__link:hover a {
  color: #FAA916;
}
.post__article {
  margin-left: 360px;
  min-height: 70vh;
  padding-bottom: 100px;
  overflow: hidden;
}
.post__article h4 {
  background: #556BB7;
  border-radius: 0.25rem;
  line-height: 20px;
  font-size: 1.65rem;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10px;
}
.post__article h4 .smallTxt {
  display: block;
  font-size: 1.45rem;
}
.post__article p {
  line-height: 20px;
  padding: 10px 0;
  margin: 0 auto;
}
.post__article ul.listType {
  margin-left: 30px;
}
.post__article ul.listType li {
  list-style: square;
}
.post__article section {
  width: 100%;
  margin-top: 20px;
}
.post__article section .content ul.additionalContent {
  padding: 15px;
}
.post__article section .content ul.additionalContent li .li-header {
  font-weight: 600;
}
.post__article section .content ul.list li {
  list-style: disc;
  margin-left: 18px;
  line-height: 19px;
  padding: 10px 0;
}
.post__article section .content h5 {
  margin-bottom: 5px;
}
.fullwidth {
  width: 100%;
}
.halfwidth {
  width: 50%;
}
/* **************************
	   User Profile
*************************** */
.slim .slim-btn-group {
  right: 10% !important;
  left: 10% !important;
  bottom: -35px !important;
}
.imgDirections {
  width: 500px;
  margin-top: -15px;
}
.imgDirections h3 {
  font-size: 1.2em;
}
.user_profile {
  display: flex;
}
.user_profile .userImg {
  padding-right: 30px;
  height: 300px;
  width: 300px;
  margin: 40px 30px 10px 10px;
}
.user_profile .userImg .img-container {
  margin-bottom: -15px;
}
.user_profile .userImg .img-container .img-bor {
  width: 230px;
}
.user_profile .userImg .user_info button .lnr {
  font-size: 13px;
  top: 1px;
}
.user_profile .userImg .user_info label {
  color: #7A8086;
  text-transform: uppercase;
}
.user_profile .userImg .user_info h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8375rem;
  font-family: inherit;
  font-weight: 500;
}
.user_profile .userImg .user_info p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.user_profile .userImg .user_info .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.user_profile .userInfo_Edit {
  width: 100%;
}
.user_profile .userInfo_Edit .nav-tabs.nav-custom {
  background: none;
  border: 0;
  margin: 20px 0 10px;
}
.user_profile .userInfo_Edit .nav-tabs.nav-custom li {
  margin: 0 19px 0 0;
}
.user_profile .userInfo_Edit .nav-tabs.nav-custom li a {
  background-color: #fff;
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom: 3px solid #fff;
}
.user_profile .userInfo_Edit .nav-tabs.nav-custom li a.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #495057;
  border-top: 3px solid transparent;
}
.user_profile .userInfo_Edit .nav-tabs.nav-custom .nav-item {
  border-top: 3px solid transparent;
}
.user_profile .userInfo_Edit .nav-tabs.nav-custom .nav-item.active {
  border-color: #556BB7;
}
.user_profile .userInfo_Edit .tab-pane .tab-innerContent .col-info {
  width: 500px;
  margin: 0 15px 0 5px;
}
.user_profile .userInfo_Edit .tab-pane .tab-innerContent .col-info .labelValue {
  position: relative;
}
.user_profile .userInfo_Edit .tab-pane .tab-innerContent .col-info .labelValue p {
  width: 100%;
  margin: 0;
  color: #38424A;
  padding-left: 5px;
  border-bottom: 2px solid #D1D3D5;
  display: block;
  font-size: 14px;
  transition: border-color 0.4s, color 0.4s;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 25px;
}
.user_profile .userInfo_Edit .tab-pane .tab-innerContent .col-info .labelValue p .lnr {
  color: #5D2E8C;
  font-weight: 600;
}
.user_profile .userInfo_Edit .tab-pane .tab-innerContent .col-info .labelValue p:hover {
  border-color: #556BB7;
  cursor: default;
}
.user_profile .userInfo_Edit .tab-pane .tab-innerContent .col-info .labelValue p:hover .lnr {
  color: #556BB7;
}
.user_profile .userInfo_Edit .tab-pane .tab-innerContent .col-pass {
  width: 40%;
  margin: 0 5px;
}
.tableResults h4 {
  margin-top: 10px;
  color: #556BB7;
  margin-bottom: 20px;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 100;
}
.btn-modal {
  position: absolute;
  margin-top: -2px;
  margin-left: -4px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(135deg, #f4516c 30%, #ffb822 100%);
  box-shadow: 0 5px 10px 2px rgba(196, 197, 214, 0.19);
  border-radius: 50%;
  padding: 5px;
  transition: all 1.2s, box-shadow 0.3s 1.5s;
  display: flex; /* Add this line */
  justify-content: center; /* Add this line */
  align-items: center; /* Add this line */
  white-space: nowrap;
  z-index: 100;
}
.btn-modal img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.category-sections {
  position: relative;
}
.hiddenPlans_view {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  padding: 20px;
}
.hiddenPlans_view .hiddenPlans_view_item {
  position: relative;
  border: 1px solid #F4516C;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 10px;
}
.hiddenPlans_view .hiddenPlans_view_item p {
  margin: 0;
}
.hiddenPlans_view .hiddenPlans_view_item p i {
  color: #F4516C;
  font-size: 18px;
}
.hiddenPlans_view .hiddenPlans_view_item .btn-modal {
  margin: 0;
  top: -10px;
  left: -10px;
}
.fsModal.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.fsModal.modal .modal-dialog {
  position: fixed;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.fsModal.modal .modal-dialog .fade {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 300px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.fsModal.modal .modal-dialog .in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1;
}
.fsModal.modal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: none;
}
.fsModal.modal .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}
.fsModal.modal .modal-body {
  position: absolute;
  top: 0;
  bottom: 60px;
  width: 100%;
  padding: 0 5%;
  font-weight: 300;
  overflow: auto;
}
.fsModal.modal .modal-body header {
  width: 100%;
  max-width: 100%;
}
.fsModal.modal .modal-body header span {
  color: #FFFFFF;
}
.fsModal.modal .modal-body header h1 {
  color: #B3B6BA;
}
.fsModal.modal .modal-body .dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_length,
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_info {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_length label,
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_info label {
  color: #FFFFFF;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_filter,
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_paginate {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_filter label,
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_paginate label {
  color: #FFFFFF;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_filter input,
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_paginate input {
  border: 1px solid #B3B6BA;
  border-radius: 6px;
  color: #FFFFFF;
  padding-left: 5px;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_info {
  color: #FFFFFF;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_paginate.paging_two_button a {
  color: transparent;
  overflow: hidden;
  font-family: 'FontAwesome';
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_paginate.paging_two_button a.paginate_disabled_previous:after {
  content: '\f00e';
  color: #FFFFFF;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_paginate.paging_two_button a.paginate_disabled_next:after {
  content: '\f00e';
  color: #FFFFFF;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_paginate.paging_simple_numbers a {
  margin: 0 5px;
  color: #FFF;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_paginate.paging_simple_numbers span a.paginate_button.current {
  padding: 2px 7px;
  border-radius: 100%;
  background: #FAA916;
  color: #FFF;
}
.fsModal.modal .modal-body .dataTables_wrapper .dataTables_filter input {
  margin-left: 5px;
}
.fsModal.modal .modal-body .dataTables_wrapper table {
  margin: 28px 0 0 0;
}
.fsModal.modal .modal-body .dataTables_wrapper table thead tr th {
  font-size: 0.85em;
  font-weight: 700;
  background: none;
  padding: 0;
}
.fsModal.modal .modal-body .dataTables_wrapper table tbody tr td {
  border-top: none;
  font-size: 0.85em;
  padding: 8px 0;
}
.fsModal.modal .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fsModal.modal .modal-body::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.85rem;
  --bs-btn-font-size: 85%;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
/*# sourceMappingURL=hr-main.css.map */
