html {
  min-width: 800px;
}

* {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  /*color: #000000; */
  font-weight: normal;
}

body {
  background: #f0f0f0;
}

input,
select {
  border-radius: 3px;
}

input,
select,
button {
  outline: none;
}

input[type="checkbox"] {
  margin: 4px 4px 0 4px !important;
}

select,
.ub-card .ledger select,
.ub-card .ledger input {
  background: white;
}

td.label {
  display: table-cell;
  vertical-align: middle;
}

.label {
  font-size: 12px !important;
}

.glyphicon {
  font-size: 1em;
  margin: 0 3px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ub-primary {
  color: #f45b4b; /*Salmon*/
}

.ub-secondary {
  color: #232d63; /*Dark Blue*/
}

.ub-tertiary {
  color: #a5baca; /*Light Blue/Grey*/
}

.ub-bg-dark {
  background: #333 !important;
}

.ub-bg-primary {
  background: #f45b4b;
}

/* Logo Header */
.ub-logo {
  height: 75px;
  background-color: white !important;
  position: relative;
}

.ub-default-logo {
  /*background: url('/resources/images/ubenefits-logo.png') no-repeat center;*/
}

.ub-logo * {
  font-size: 40px;
}

/* Bread Crumbs */
#ub-breadcrumb {
  color: white;
  height: 40px;
  display: flex;
}

#ub-breadcrumb * {
  font-weight: normal;
}

#ub-breadcrumb > table {
  height: 100%;
}

.ub-site-map {
}

/* Settings cog menu */

.settings-menu {
  margin-left: auto;
  margin-right: 25px;
  position: absolute;
  display: inline;
  right: 0;
  text-align: right;
}

.settings-menu-icon {
  margin-top: 3px;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
  height: 38px;
  width: 38px;
  font-size: xx-large;
}

.settings-menu-content {
  display: none;
  padding: 0 10px 10px 10px;
  text-align: left;
  box-sizing: content-box;
  position: relative;
  background: #a5baca;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 17px 17px;
  -moz-border-radius: 0 0 17px 17px;
  -webkit-border-radius: 0 0 17px 17px;
  width: 125px;
  z-index: 1001;
}

.settings-menu-content > ul > li {
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 7px 0;
}

.settings-menu-content li:hover span,
.settings-menu-content li:hover a {
  color: black;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.settings-menu-content > ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.settings-menu-content a,
.settings-menu-content span {
  text-decoration: none;
  cursor: pointer;
  font-variant: small-caps;
  font-size: 13px;
  font-weight: normal !important;
  color: white;
  opacity: 0.9;
}

/* Side menu + content */
.ub-center-container {
  background: #f45b4b;
}

/* Main content container*/
.ub-main-content {
  padding: 20px 40px;
  background: #eee;
  overflow-x: auto;
  min-height: 720px;
  position: relative;
}

/* Footer */
.ub-footer {
  color: white;
  background: #333;
}

/* Side menu navigation */

.ub-side-menu {
  width: 185px;
  padding: 10px;
  background-color: #f45b4b;
  color: white;
  float: left;
  flex: 1 0 auto;
}

ul.ub-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  float: left;
  clear: both;
  width: 100%;
}

ul.ub-menu > li > a {
  text-decoration: none;
  display: block;
  padding: 8px 5px;
}

ul.ub-menu > li > a > img {
  margin-right: 15px;
  vertical-align: middle;
  width: 22px;
}

ul.ub-menu > li > a > .menu-text {
  color: white;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
}

ul.ub-menu > li:hover {
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}

ul.ub-menu > li .hover-caret {
  display: inline;
  float: right;
  color: black;
  opacity: 0.3;
  font-size: 1em;
  padding: 0 0px;
  line-height: 15px;
}

ul.ub-menu > li.menu-item-selected {
  background-color: rgba(255, 255, 255, 0.22);
}

ul.ub-menu > li.menu-item-selected .hover-caret {
  opacity: 0.5;
}

ul.ub-menu > li:hover .hover-caret::before,
ul.ub-menu > li.menu-item-selected .hover-caret::before {
  content: "\0025b6";
}
/* Button Menus */
.ub-btn-menu-container {
  display: inline-block;
}

.ub-btn-menu-container ul.ub-btn-menu {
  margin-top: 5px;
  display: none;
  position: absolute;
  padding: 5px 10px;
  box-sizing: content-box;
  background: white;
  color: black;
  z-index: 1001;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.ub-btn-menu-container ul.ub-btn-menu > li {
  text-align: center;
  border-bottom: 1px solid #ccc;
  /* padding: 5px 0; */
}

.ub-btn-menu-container ul.ub-btn-menu > li:hover button {
  color: #f45b4b; /*salmon*/
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.ub-btn-menu-container ul.ub-btn-menu > li > button {
  border: 0;
  width: 100%;
  background: transparent;
  font-weight: bold;
  font-size: 12px;
  min-width: 100px;
  line-height: 30px;
}

.ub-btn-menu-container ul.ub-btn-menu > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/*Buttons*/
button.ub-btn,
input.ub-btn {
  display: inline-flex;
  align-items: center; /* vertically centers text + icon */
  gap: 8px;
  border: none;
  padding: 10px 21px;
  line-height: 1; /* keeps the pill height tight */
  font-weight: 700;
  vertical-align: middle;
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 5px 3px 5px;
}

button.ub-btn:hover,
button.ub-btn:focus,
button.ub-btn:active {
  opacity: 0.75;
}

/* Buttons that look like links */
button.ub-btn-link {
  background: none;
  font-size: 1em;
  text-decoration: underline;
  font-weight: bold;
  padding: 0;
  box-shadow: none !important;
  letter-spacing: initial;
}

/* Links that look like buttons */
a.ub-link-btn {
  color: white;
  background: #f45b4b;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 10px;
  vertical-align: middle;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  cursor: pointer;
}

button.ub-btn-square {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

button.ub-btn-submit,
button.ub-btn-primary,
button.ub-btn-search {
  color: white;
  background: #f45b4b;
  font-weight: bold;
}

button.ub-btn-submit:hover,
button.ub-btn-primary:hover,
button.ub-btn-search:hover {
  background: #192b8c;
}

input.ub-btn-submit {
  background: #2c397d !important;
  font-weight: bold;
  color: white;
}

button.ub-btn-cancel,
button.ub-btn-login,
button.ub-btn-secondary {
  color: white;
  background: #333;
}

button.ub-btn-tertiary {
  color: white;
  background: #a5baca;
}

button.ub-btn-login {
  margin: 10px 2px;
  padding: 10px 28px;
}

button.ub-btn-static {
  width: 100px;
}

button.ub-btn-search {
  line-height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ub-btn-container {
  text-align: center;
  margin: 20px 10px;
  clear: both;
}

/* Portal Branding */
.ub-img-left {
  float: left;
  max-height: 75px;
  cursor: pointer;
}
.ub-img-right {
  float: right;
  max-height: 75px;
  cursor: pointer;
}
.ub-img-center {
  max-height: 75px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  cursor: pointer;
}
.ub-img-back {
  background-position: center center;
  background-size: contain;
}

/* Cards */
.ub-card {
}
.ub-card > tbody {
  display: table;
  width: inherit;
}
.ub-card-content {
  display: block;
  background: white;
  padding: 20px;
  border: none;
  overflow-x: auto;
  box-sizing: content-box;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.ub-card-links {
  float: right;
  /* margin-bottom: auto; */
}

.ub-card-links a,
.ub-card-links button {
  margin-left: 10px;
}

.ub-card-header + .ub-table-container > .ub-card {
  margin: 0;
}

.ub-card-header {
  background: #333;
  color: white;
  padding: 10px;
  text-align: center;
  min-height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  font-size: medium;
}

.ub-card-header2 {
  background: #333;
  color: white;
  padding: 10px;
  text-align: center;
  min-height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  width: 350px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}

.ub-card .ub-card-content select,
.ub-card .ub-card-content input,
.ub-card .ub-card-content textarea,
.ub-card.ub-card-content select,
.ub-card.ub-card-content input,
.ub-card.ub-card-content textarea {
  background: #f0f0f0;
}

.ub-card .ub-card-header select {
  background: #f0f0f0;
}

.ub-card-min {
  display: inline-block;
}

.ub-card-header .ub-card-header-title {
  color: white;
  /* margin-top: auto; */
  /* margin-bottom: auto; */
  /* vertical-align: middle; */
  font-size: medium;
}

.ub-card-header2 .ub-card-header-title {
  color: white;
  /* margin-top: auto; */
  /* margin-bottom: auto; */
  /* vertical-align: middle; */
  font-size: medium;
}

.ub-logo-title {
  font-weight: bold;
  padding: 10px;
  font-size: 30px;
}
.ub-titlebar-title {
  font-weight: bold;
  font-size: 18px;
}

.ub-titlebar a {
  margin-left: 25px;
  cursor: pointer;
  display: block;
  float: left;
}

.ub-titlebar a:hover span {
  color: #f45b4b;
}

.ub-titlebar a > div {
  font-weight: bold;
  display: inline;
}

.ub-titlebar a > div span {
  font-weight: bold;
  vertical-align: middle;
}

.ub-grid.no-scroll > .ub-card > .ub-card-content {
  overflow: hidden;
}

table.ub-grid > tbody > tr > td {
  padding-bottom: 10px;
  height: 100%;
  vertical-align: top;
}

table.ub-grid > tbody > tr > td > .ub-card {
  height: 100%;
  /*! overflow: hidden; */
  display: flex;
  flex-direction: column;
}

table.ub-grid > tbody > tr > td > .ub-card > .ub-card-content {
  height: auto;
  /*! display: flex; */
  flex: 1 1 auto;
  /*! margin-bottom: 0; */
}

.ub-grid-50-50 > .ub-card {
  margin-bottom: 10px;
  width: 49%;
  float: left;
}

.ub-grid-3 > .ub-card {
  width: 30%;
  float: left;
}

.ub-grid-50-50 > .ub-card:nth-child(odd) {
  margin-right: 10px;
}

/* Tables */
.grid-table {
  width: 100%;
  table-layout: fixed;
}

.ub-icon-table {
  border-collapse: collapse;
}

.ub-icon-table > tbody > tr > td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.ub-icon-table > tbody > tr > td > div {
  padding: 10px;
  cursor: pointer;
  width: 130px;
}

.ub-icon-table > tbody > tr > td > div > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ub-icon-table > tbody > tr > td > div > span {
  display: block;
  text-align: center;
  margin-top: 15px;
  white-space: pre-line;
  font-weight: bold;
  color: #505050;
}

.ub-icon-table > tbody > tr > td:last-child {
  border-right: 0;
}

.ub-icon-table > tbody > tr:last-child td {
  border-bottom: 0;
}

.ub-icon-table > tbody > tr > td:hover span {
  color: #f45b4b;
}

.ub-results-table {
  background: white;
  border-collapse: collapse;
}

.ub-results-table2 {
  background: white;
  border-collapse: collapse;
  width: 350px;
}

.ub-results-table.hover-table tr:hover > td {
  background: yellow;
}
.ub-results-table2.hover-table tr:hover > td {
  background: yellow;
}
.ub-results-table.dark-border {
  border: 1px solid #333;
}

.ub-results-table2.dark-border {
  border: 1px solid #333;
}

.ub-results-table > thead > tr > th,
.ub-results-table > thead > tr > td {
  padding: 0 5px 10px 5px;
}

.ub-results-table th,
.ub-results-table > thead > tr > th,
.ub-results-table > thead > tr > td {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}

.ub-results-table > tbody > tr > td {
  border-top: 1px solid #ccc;
  padding: 5px;
  text-align: left;
}

.ub-results-table:not(.no-striping) > tbody > tr:nth-child(even) > td {
  background: rgb(250, 250, 250);
}

.ub-results-table2 > thead > tr > th,
.ub-results-table2 > thead > tr > td {
  padding: 0 5px 10px 5px;
}

.ub-results-table2 th,
.ub-results-table2 > thead > tr > th,
.ub-results-table2 > thead > tr > td {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}

.ub-results-table2 > tbody > tr > td {
  border-top: 1px solid #ccc;
  padding: 5px;
  text-align: left;
}

.ub-results-table2:not(.no-striping) > tbody > tr:nth-child(even) > td {
  background: rgb(250, 250, 250);
}

.ub-table-filters {
  background: #a5baca;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.ub-table-filters .ub-table-filter {
  display: flex;
  margin: 5px;
  align-items: center;
  min-width: 100px;
  flex-shrink: 0;
}

.ub-table-filters .ub-table-filter input {
  min-width: 50px;
}

.ub-table-filters .ub-table-filter select {
  min-width: 50px;
  /*height: 21px;*/
}

.ub-table-filters .ub-table-filter input,
.ub-table-filters .ub-table-filter select {
  background: #f0f0f0 !important;
  flex-grow: 1;
}

.ub-table-filters .ub-table-filter label {
  font-weight: bold;
  margin-right: 10px;
  max-width: 100px;
  min-width: 100px;
  text-align: right;
}

.ub-table-filters .ub-search-btn-container {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

/* Tab Set */
.ub-tab-set {
  background: #333;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ub-tab-set-top {
}

.ub-tab-set-bottom {
}

.ub-tab-set > ul {
  padding: 10px 20px;
}

.ub-tab-set > ul > li {
  line-height: 30px;
  margin-right: 20px;
  display: inline-block;
  list-style-type: none;
  padding: 5px 0;
}

.ub-tab-set > ul > li > button {
  text-decoration: none;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px solid;
  border-radius: 0;
  border-bottom: 5px solid;
  border-color: transparent;
  color: white;
}

.ub-tab-set > ul > li > button:hover {
  color: #f45b4b;
}

.ub-tab-set > ul > li.ub-selected-tab button {
  border-bottom-color: #f45b4b;
  color: #f45b4b;
}

.ub-tv {
  display: inline-block;
}

.ub-tv-tabs {
  display: flex;
}

.ub-tv-tab {
  float: left;
  display: inline-block;
  cursor: pointer;
  padding: 10px 25px 20px 25px;
  background: #ccc;
  margin-right: 5px;
  border: 1px solid #ddd;
  margin-left: -1px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: none;
}

.ub-tv-tab span {
  font-weight: bold;
}

.ub-tv-tab:hover * {
  text-decoration: underline;
}

.ub-tv-tabs .ub-tv-tab:first-child {
  border-top-left-radius: 0;
}

.ub-tv-tab-selected {
  background: white;
  z-index: 10;
  /* ; */
}

.ub-tv-content {
  color: black;
  clear: both;
  display: inline-block;
}

.ub-info-strip {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.ub-info-row {
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}

.ub-link-section {
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  width: 165px;
  padding-bottom: 5px;
  margin: 10px 30px 10px 10px;
}

.ub-link-section a {
  text-decoration: none;
  display: inline-block;
  width: 165px;
  text-align: center;
  padding-bottom: 10px;
}

table.ub-calendar {
  border-collapse: collapse;
  border: 1px solid #ccc;
  background: white;
}

table.ub-calendar > tbody > tr > td {
  border: 1px solid #ccc;
}

table.checkbox-table {
  padding: 1px 1px 0px 0px;
}

.ub-inner-content {
  background: #eee;
}

.ub-inner-content select,
.ub-inner-content input {
  background: white !important;
}

tr.ub-inner-content > td {
  padding: 5px;
}

/* Insurance Plans */
.ub-insurance-quote {
  border-top: 1px solid #ccc;
  border-left: 5px solid #ccc;
  padding: 1px;
}

.ub-insurance-quote > tbody > tr > td > table > tbody > tr > td {
  padding: 1px;
}

.ub-ins-comp-table .ub-ins-comp-header td {
  padding: 5px;
}

.ub-ins-comp-table .ub-ins-comp-header td:not(:first-child) {
  /*border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;*/
}

.ub-ins-comp-table .ub-ins-comp-header td:last-child {
  /*border-right: 1px solid #CCC;*/
}

.ub-ins-comp-table .monthly-rate {
  font-size: large;
  font-weight: bold;
}

.ub-ins-comp-table > tbody > tr > td:first-child {
  width: 100px;
  text-align: left !important;
}

.ub-ins-comp-table > tbody > tr:not(:first-child) > td {
  padding: 5px;
  /*text-align: center;*/
}

.ub-ins-comp-table > tbody > tr.ub-ins-comp-row > td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.ub-ins-comp-table > tbody > tr.ub-ins-comp-row > td:last-child {
  border-right: 1px solid #ccc;
}

.ub-ins-comp-table > tbody > tr.ub-ins-comp-row:nth-child(even) > td {
  background: #eee;
}

.ub-ins-comp-table > tbody > tr.ub-ins-comp-total > td {
  background: #777;
  color: white;
}

/* Utility classes */
.bold-text {
  font-weight: bold;
}

.small-caps {
  font-variant: small-caps;
}

.med-size-text {
  font-size: 12px;
}

.ub-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.push-right {
  float: right;
}
.push-left {
  float: left;
}

.margin-top-sm {
  margin-top: 10px;
}
.margin-top-md {
  margin-top: 20px;
}
.margin-top-lg {
  margin-top: 30px;
}

.margin-btm-sm {
  margin-bottom: 10px;
}
.margin-btm-md {
  margin-bottom: 20px;
}
.margin-btm-lg {
  margin-bottom: 30px;
}

.margin-rt-sm {
  margin-right: 5px;
}
.margin-rt-md {
  margin-right: 15px;
}
.margin-rt-lg {
  margin-right: 25px;
}

.margin-lt-sm {
  margin-left: 5px;
}
.margin-lt-md {
  margin-left: 15px;
}
.margin-lt-lg {
  margin-left: 25px;
}
.margin-lt-llg {
  margin-left: 35px;
}

.padding-btm-sm {
  padding-bottom: 5px;
}
.padding-btm-md {
  padding-bottom: 10px;
}
.padding-btm-lg {
  padding-bottom: 20px;
}

.padding-top-sm {
  padding-top: 5px;
}
.padding-top-md {
  padding-top: 10px;
}
.padding-top-lg {
  padding-top: 20px;
}

.padding-rt-sm {
  padding-right: 5px;
}
.padding-rt-md {
  padding-right: 10px;
}
.padding-rt-lg {
  padding-right: 20px;
}

.clickable {
  cursor: pointer;
}

.clearfix {
  clear: both;
}

.down-arrow {
  display: inline-block;
  height: 21px;
  width: 21px;
  background: url(/resources/images/Down-Arrow.png);
}

.centered {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

.ub-one-tenth {
  width: 10%;
}
.ub-two-tenths {
  width: 20%;
}
.ub-three-tenths {
  width: 30%;
}
.ub-four-tenths {
  width: 40%;
}
.ub-five-tenths {
  width: 50%;
}
.ub-six-tenths {
  width: 60%;
}
.ub-seven-tenths {
  width: 70%;
}
.ub-eight-tenths {
  width: 80%;
}
.ub-nine-tenths {
  width: 90%;
}
.ub-remainder {
  flex-grow: 1;
}

.ht-75 {
  height: 75px;
}
.ht-100 {
  height: 100px;
}
.ht-125 {
  height: 125px;
}
.ht-150 {
  height: 150px;
}
.ht-175 {
  height: 175px;
}
.ht-200 {
  height: 200px;
}
.ht-225 {
  height: 225px;
}
.ht-250 {
  height: 250px;
}
.ht-275 {
  height: 275px;
}
.ht-300 {
  height: 300px;
}
.ht-325 {
  height: 325px;
}
.ht-350 {
  height: 350px;
}
.ht-375 {
  height: 375px;
}
.ht-400 {
  height: 400px;
}
.ht-425 {
  height: 425px;
}
.ht-450 {
  height: 450px;
}
.ht-475 {
  height: 475px;
}
.ht-500 {
  height: 500px;
}
.ht-525 {
  height: 525px;
}
.ht-550 {
  height: 550px;
}
.ht-575 {
  height: 575px;
}
.ht-600 {
  height: 600px;
}
.ht-800 {
  height: 800px;
}

/* Jake Updates*/
.hover-with-underline:link {
  text-decoration: none;
}
.hover-with-underline:hover {
  text-decoration: underline;
}

.ub-btn.reset-sign {
  display: block;
}

.ub-btn.reset-sign.hide {
  display: none;
}

.hide {
  display: none;
}
