.text-primary {
  color: #5fa8dc;
}

a.text-primary:hover {
  color: #5293c0;
}

.text-success {
  color: #84c55f;
}

a.text-success:hover {
  color: #72ac52;
}

.text-danger {
  color: #ee3423;
}

a.text-danger:hover {
  color: #ce301e;
}

.text-info {
  color: #26bcd6;
}

a.text-info:hover {
  color: #00a4c7;
}

.text-warning {
  color: #f5e071;
}

a.text-warning:hover {
  color: #d3c363;
}

.text-dark-warning {
  color: #e4c51f;
}

.text-disabled {
  color: #ccc;
}

.uv-icon {
  z-index: 499 !important;
}

.ui-datepicker select {
  box-sizing: border-box;
}

#colMain_content {
  border: 1px solid #ddd !important;
}

#titlebar_lg {
  min-height: 18px;
  padding-bottom: 0 !important;
}

/* Tooltips */
.tooltip {
  min-width: 200px;
  border: 0 !important;
  opacity: 0.95 !important;
  background-color: transparent !important;
}

.tooltip-inner {
  background-color: #d9edf7;
  color: #333;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #d9edf7;
}

/* Intro.js */

.intro-img {
  width: 100%;
  max-width: 225px;
  opacity: 1 !important;
}

.introjs-overlay {
  background: #000;
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,.9)0,rgba(0,0,0,1)100%);
  background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0%,rgba(0,0,0,.9)),color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,.9)0,rgba(0,0,0,1)100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,.9)0,rgba(0,0,0,1)100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,.9)0,rgba(0,0,0,1)100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,.9)0,rgba(0,0,0,1)100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
}

.introjs-tooltip {
  padding: 0;
  background-color: transparent;
  min-width: 400px;
  max-width: 700px;
  box-shadow: none;
  font-family: 'Indie Flower', cursive;
  font-size: 22px;
  color: #fff;
  margin-left: -60px;
  -ms-transform: rotate(-0.5deg); /* IE 9 */
  -webkit-transform: rotate(-0.5deg); /* Chrome, Safari, Opera */
  transform: rotate(-0.5deg);
}

.introjs-arrow {
  display: none !important;
}

.introjs-tooltipbuttons {
  max-width: 60%;
}

.introjs-button, .introjs-button:focus {
  padding: .3em .8em;
  border: 1px solid #f5e071;
  text-shadow: none;
  font-size: 18px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: bold;
  outline: 0;
  background-color: transparent;
  background-image: url(/v2/images/introjs-button.png) !important;
  outline: none !important;
  box-shadow: none !important;
  color: #000 !important;
  text-decoration: none;
}

.introjs-button:hover {
  color: #000 !important;
  background-color: transparent;
  background-image: url(/v2/images/introjs-button-hover.png) !important;
  border-color: #f5e071;
}

.introjs-skipbutton {
  color: #ccc !important;
  float: left;
  background-image: none !important;
  border-color: transparent !important;
  font-family: 'Indie Flower', cursive;
}

.introjs-skipbutton:hover {
  color: #ddd !important;
  background-image: none !important;
}

.introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
  opacity: 0.4;
  color: #000 !important;
  background-image: url(/v2/images/introjs-button.png) !important;
  font-weight: normal;
  text-shadow: none;
}

.help-header-section.introjs-showElement, .help-header-section.introjs-showElement a {
  color: #333;
}

.help-header-section.introjs-showElement i.fa-question {
  color: #fff;
}

.introjs-showElement, .introjs-showElement * {
  pointer-events: none !important;
}

.introjs-tooltiptext a {
  color: #5fa8dc;
}

/* Drop zone effects */
.dropzone {
  background: #fff;
  border: 2px dotted #ccc;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 6px 12px;
}

.dropzone.in {
  font-weight: bold;
}

.dropzone.hover {
  background: #d9edf7;
  box-shadow: 0 0 8px #5fa8dc;
  border: 2px dotted #ccc;
}

@-ms-viewport {
  width: device-width;
}

.animate {
  position: relative;
}

#ui-datepicker-div {
  display: none;
}

textarea.ng-invalid, input.ng-invalid, select.ng-invalid {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 91, 88, .6);
  border-color: #ff5b58;
}

.list-group {
  font-size: 14px;
}

body {
  font-size: 12px;
}

th {
  text-align: left !important;
  font-size: 13px;
}

td {
  font-size: 12px;
}

a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

select.form-control {
  font-size: 12px;
}

.alert {
  font-size: 14px !important;
  font-weight: normal !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, a:focus {
  outline: 0;
  text-decoration: none;
}

.nav-tabs > li > a {
  background-color: #ddd;
  color: #333;
  border-color: #eee #eee #ddd;
}

.nav-tabs > li > a:hover {
  background: #fff;
  color: #333;
}

.nav-pills > li > a:hover {
  background: #fff;
  color: #5fa8dc;
}

.nav-pills > li > a {
  background-color: #5fa8dc;
  color: #fff;
}

.nav-pills > li.active > a {
  background-color: #5cb85c;
}

.nav-pills > li.active > a:hover {
  background-color: #5cb85c;
  color: #fff;
  cursor: default;
}

* {
  webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#colMain_content {
  padding: 0 !important;
  width: 729px !important;
}

#colMain h1 {
  font-size: 36px;
}

#colMain h2 {
  font-size: 30px;
}

#colMain h3 {
  font-size: 24px;
}

#colMain h4 {
  font-size: 18px;
}

#colMain h5 {
  font-size: 14px;
}

#colMain h6 {
  font-size: 12px;
}

#colMain h1, #colMain h2, #colMain h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#colMain h4, #colMain h5, #colMain h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#colMain h1, #colMain h2, #colMain h3, #colMain h4, #colMain h5, #colMain h6 {
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

#container {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


h4.modal-title {
  margin: 0 !important;
}

.number-of-accounts h3 {
  font-size: 22px !important;
  color: #666 !important;
  font-weight: normal !important;
  margin-bottom: 10px !important;
  margin-top: 5px !important;
}

.close {
  opacity: 1;
}

label {
  color: #787878;
  font-size: 14px;
}

.keyboard-shortcuts-hint {
  font-size: 11px;
  font-weight:normal;
  position: absolute;
  right: 0;
  top: 15px;
  color: #fff;
}

a.mobile-nav {
  background: transparent;
  color: #fff;
  text-align: right;
  margin-top: 20px;
  display: block;
}

a.mobile-nav:hover {
  background: transparent;
  color: #eee;
}

a.mobile-nav span {
  position: relative;
  top: -5px;
  font-size: 11px;
}

.dd-right-align {
  right: 0 !important;
  left: -150px;
}

.filterSummaryName {

}

.filterSummaryValue {
  color: #888;
}

.filterSummaryDivider {
  color: #b4111a;
}

.filters-wrap {
  background: #eee;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 5px;
  overflow: hidden;
}

.filter-toggle {
  margin: 5px 3px 5px 0;
}

.filter-toggle:hover {

}

.hints-instructions {
  background: #e0e0e0;
  color: #999;
  padding-top: 5px;
  padding-bottom: 5px;
  display: table;
  width: 100%;
}

.hints-instructions h3 {
  font-size: 20px !important;
  margin-top: 5px !important;
  padding-left: 5px !important;
  font-weight: normal !important;
  line-height: 22px !important;
}

.hints-instructions p {
  padding-left: 10px !important;
}

.saved-views {
  overflow: hidden;
}

.action-menu {
  margin-bottom: 20px;
}

.filter-placeholder {
  margin-top: -17px;
  display: block;
  color: #ccc;
  font-size: 16px;
  border-radius: 4px;
  border: 2px dashed #ddd;
  width: 100%;
  height: 350px;
  padding: 20px;
}

.filter-placeholder span {
  display: block;
}

.filter-summary {
  font-size: 10px;
  display: block;
}

.custom-col-list span.col-title {
  display: inline-block;
  max-width: 60%;
}

.custom-col-list span.col-title-selected {
  display: inline-block;
  max-width: 55%;
}

.group-btns {
  margin-top: 20px;
}

.tu-pagination {
  background: #222;
  padding: 10px 0;
  display: table;
  width: 100%;
}

/* Scroll fix menu */

.header-container.ui-scrollfix {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0 0 0;
  width: 100%;
  z-index: 1039;
  background: #5fa8dc;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

.header-container.ui-scrollfix div.group-btns, .btt-container {
  max-width: 1000px;
  margin: auto;
}

#MainControllerDiv {
  position: relative;
}

.fullScreen {
  position: absolute !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1041;
  padding: 0 15px;
  display: block;
}

.fullScreen .search-table-content {
  margin-bottom: 30px;
}

.fullScreen tr {
  background-color: #fff !important;
}

.back-to-top {
  display: none;
}

.ui-scrollfix .back-to-top {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  background: #5fa8dc;
  font-size: 14px;
  z-index: 500;
  margin: 0;
  color: #fff;
  box-shadow: 0 -3px 8px rgba(0,0,0,0.4);
}

.ui-scrollfix .back-to-top a {
  color: #fff !important;
  margin: 10px 0;
  display: inline-block;
}

.ui-scrollfix .back-to-top a:hover {
  color: #dff2ff !important;
}

.scrollable {
  position: relative;
  bottom: 0;
  margin-top: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease;
}

/* Table Sorting */

th.sortable div {
  padding-right: 18px;
  position: relative;
}

th.sortable div.sort:after, th.sortable div.sort:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}

th.sortable div.sort:hover:after, th.sortable div.sort:hover:before {
  opacity: 1;
  visibility: visible;
}

th.sortable div.sort:before {
  margin-top: 2px;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

th.sortable {
  cursor: pointer;
}

th.sortable div.sort-asc:before {
  content: "";
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
  border-top: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000;
}

th.sortable div.sort-asc:after {
  content: "";
  border-width: 0;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}

th.sortable div.sort-desc:before {
  content: "";
  border-width: 0;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}

th.sortable div.sort-desc:after {
  content: "";
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

th.sortable div {
  padding-right: 18px;
  position: relative;
}

th.sortable div:after, th.sortable div:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 8px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}

th.sortable div:hover:after, th.sortable div:hover:before {
  opacity: 1;
  visibility: visible;
}

th.sortable div:before {
  margin-top: 2px;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

th.sortable {
  cursor: pointer;
}

.new-switch-btn {
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  width: 72px;
  height: 24px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 5px auto;
  font-size: 12px;
}

.switch-btn-on {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px 8px;
  text-transform: uppercase;
  text-align: left;
}

.switch-btn-off {
  background: #eee;
  text-align: right;
  color: #333;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px 7px;
  text-transform: uppercase;
}

.main-switch {
  position: absolute;
  width: 36px;
  height: 24px;
  background: #fff;
  display: block;
  z-index: 100;
}

.switch-on {
  right: 0;
  transition: right .5s;
  -moz-transition: right .5s;
  -webkit-transition: right .5s;
  -o-transition: right .5s;
}

.switch-off {
  right: 36px;
  transition: right .5s;
  -moz-transition: right .5s;
  -webkit-transition: right .5s;
  -o-transition: right .5s;
}

.scrollfix-placeholder {
  min-height: 76px;
}

.tabs-header {
  background: rgb(62, 69, 78);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(62, 69, 78, 1) 0%, rgba(34, 37, 42, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(62, 69, 78, 1)), color-stop(100%, rgba(34, 37, 42, 1)));
  background: -webkit-linear-gradient(top, rgba(62, 69, 78, 1) 0%, rgba(34, 37, 42, 1) 100%);
  background: -o-linear-gradient(top, rgba(62, 69, 78, 1) 0%, rgba(34, 37, 42, 1) 100%);
  background: -ms-linear-gradient(top, rgba(62, 69, 78, 1) 0%, rgba(34, 37, 42, 1) 100%);
  background: linear-gradient(to bottom, rgba(62, 69, 78, 1) 0%, rgba(34, 37, 42, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454e', endColorstr='#22252a', GradientType=0);
  margin-bottom: 20px;
  padding-top: 10px;
}

.tabs-header h2 {
  color: #fff;
  font-size: 30px !important;
  font-weight: bold;
  padding-left: 10px;
}

.tabs-header a {
  color: #fff;
}

.tabs-header a:hover {
  color: #ddd;
}

.tabs-header .nav-tabs {
  background: transparent;
  padding: 0 10px;
}

.tabs-header .nav-tabs li a {
  background: #ddd;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  border-color: transparent transparent #fff transparent !important;
  padding: 10px;
  letter-spacing: -0.06em;
}

.tabs-header .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #333;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.tabs-header .nav-tabs li a:hover {
  background-color: #eee;
  border-color: #eee #eee #fff;
}

.tabs-header .nav-tabs > li.active > a:hover {
  background: #fff;
}

.tabs-header ul > li > a.btn {
  border-radius: 0;
}

h2.tabs-header-img {
  background: url(/v2/images/ymca-header-white.png) left no-repeat;
  padding-left: 90px;
  padding-top: 18px;
  height: 70px;
  margin-left: 10px;
}

#account-member-editor .non-modal-tabs .nav-tabs > li.active > a {
  background: #fff;
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  border-bottom: 1px solid #fff;
  color: #5fa8dc;
  font-weight: bold;
}

.iframe-wrap {
  width: 100%;
  overflow-x: scroll;
}

.inline-account-editor  [class*='col-md-'] {
  padding-left: 8px;
  padding-right: 8px;
}

.inline-account-editor label {
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .modal-dialog {
    width: 90%;
  }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }

  .search-table-content {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 95%;
    max-width: 1150px;
  }
}

@media (max-width: 767px) {
  .member-sub-nav-footer {
    background-color: transparent;
  }

  .profile-summary .avatar {
    width: 170px;
    height: 170px;
    border-radius: 85px;
  }

  .custom-col-list .fa-bars {
    margin-left: -10px;
    position: relative;
    top: 3px;
    float: left;
  }

  .custom-col-list span.col-title {
    display: inline-block;
    max-width: 85px;
    margin-left: -5px;
  }

  .custom-col-list span.col-title-selected {
    display: inline-block;
    max-width: 75px;
  }

  .list-group .custom-badge {
    padding: 10px;
  }

  .custom-badge .badge {
    margin-right: -5px;
  }

  .customize-col-wrap .col-* {
    padding-left: 5px;
    padding-right: 5px;
  }

  .no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
  }

  .small-gutter > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .search-table-content {
    margin-bottom: 50px;
  }
}