/* SwimOffice Font */
@font-face {
  font-family: 'ondeck';
  src: url('/v2/so-font/ondeck.eot?50170754');
  src: url('/v2/so-font/ondeck.eot?50170754#iefix') format('embedded-opentype'),
  url('/v2/so-font/ondeck.woff2?50170754') format('woff2'),
  url('/v2/so-font/ondeck.woff?50170754') format('woff'),
  url('/v2/so-font/ondeck.ttf?50170754') format('truetype'),
  url('/v2/so-font/ondeck.svg?50170754#ondeck') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ondeck';
    src: url('../font/ondeck.svg?50170754#ondeck') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ondeck";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-fb:before { content: '\e800'; } /* '' */
.icon-calc:before { content: '\e801'; } /* '' */
.icon-sync:before { content: '\e802'; } /* '' */
.icon-average:before { content: '\e803'; } /* '' */
.icon-account:before { content: '\e804'; } /* '' */
.icon-money:before { content: '\e805'; } /* '' */
.icon-message:before { content: '\e806'; } /* '' */
.icon-volunteer:before { content: '\e807'; } /* '' */
.icon-swimmer:before { content: '\e808'; } /* '' */
.icon-attendance:before { content: '\e80b'; } /* '' */
.icon-birthday:before { content: '\e80c'; } /* '' */
.icon-settings:before { content: '\e80d'; } /* '' */
.icon-news:before { content: '\e80e'; } /* '' */
.icon-member-search:before { content: '\e80f'; } /* '' */
.icon-clipboard-edit:before { content: '\e810'; } /* '' */
.icon-account-search:before { content: '\e811'; } /* '' */
.icon-features:before { content: '\e812'; } /* '' */
.icon-close:before { content: '\e813'; } /* '' */
.icon-medal:before { content: '\e814'; } /* '' */
.icon-clipboard:before { content: '\e815'; } /* '' */
.icon-hourglass:before { content: '\e816'; } /* '' */
.icon-parents:before { content: '\e817'; } /* '' */
.icon-login:before { content: '\e818'; } /* '' */
.icon-list:before { content: '\e819'; } /* '' */
.icon-layout:before { content: '\e81a'; } /* '' */
.icon-graph:before { content: '\e81b'; } /* '' */
.icon-overview:before { content: '\e81c'; } /* '' */
.icon-text:before { content: '\e81d'; } /* '' */
.icon-calendar:before { content: '\e81e'; } /* '' */
.icon-lanes:before { content: '\e822'; } /* '' */
.icon-results:before { content: '\e823'; } /* '' */
.icon-meets:before { content: '\e824'; } /* '' */
.icon-timer:before { content: '\e825'; } /* '' */
.icon-edit:before { content: '\e827'; } /* '' */
.icon-home:before { content: '\e828'; } /* '' */
.icon-coach:before { content: '\e829'; } /* '' */

/*----------System Wide Mods-----------*/
body {
  background-color: transparent;
}

.centerPiece {
  background-color: transparent !important;
}

.pagetitle {
  display: none;
}

.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-darker-warning {
  color: #d78825;
}

.text-disabled {
  color: #ccc;
}

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

@media only screen and (max-width: 414px) {
  .uv-icon {
    display: none;
  }
}

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

#colMain_content {
  background: #fff;
}

/* 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;
}

#member-dropzone {
  border-radius: 5px;
  padding: 6px 12px 16px;
  border: 2px dotted transparent;
}

#member-dropzone.in, .dropzone.in {
  font-weight: bold;
}

#member-dropzone.hover, .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;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0;
}

.btn-no-fill {
  background: transparent !important;
}

.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;
}

#ama-main *, .ama-main * {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#ama-main .cke * {
  webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#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;
}

.close {
  opacity: 1;
}

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

.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;
}
/*
.fullScreen {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1041;
  padding: 0 15px;
  display: block;
}
*/


.fullScreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 10px;
  z-index: 1041;
  display: block;
  overflow-x: hidden;
}

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

.fullScreen tr {
  background-color: #fff !important;
}
/* end system mods */

/* Top Header & Navigiation Tabs */

.help-header-section, .help-header-section a {
  color: #fff;
}

.ama-header {
  background: rgb(62, 69, 78);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlNDU0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjI1MmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  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;
}

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

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

.ama-header .nav-tabs li a {
  background: #ddd;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  border-color: transparent !important;
}

.ama-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;
}

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

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

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

.ama-header ul li.usa-swim-tab div.usa-swim-img {
  background: url(images/usa-swim-small.png) left no-repeat;
  margin: -6px 3px 0 0;
  width: 33px;
  height: 33px;
  float: left;
}

.ama-header ul li.usa-swim-tab div.asa-swim-img {
  background: url(images/swim-england.png) left no-repeat;
  margin: -9px 3px 0 0;
  width: 33px;
  height: 33px;
  float: left;
}

.ama-header ul li div.ymca-img {
  background: url(images/ymca-small-white.png) left no-repeat;
  margin: -6px 3px 0 0;
  width: 33px;
  height: 33px;
  float: left;
}



/* Main Content
---------------------------------------------------------------------------------------------*/

.mobile-btn-group .dropdown-menu >li > a {
  max-width: 170px;
  white-space: normal;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.mobile-btn-group .dropdown-menu > li:last-child > a {
  border-bottom-color: transparent;
}

.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;
}

.ui-scrollfix .btn-primary {
  background-color: #f5e071;
  border-color: #e6d26a;
  color: #333;
}

.ui-scrollfix .btn-primary:hover {
  background-color: #ebd76d;
  border-color: #e6d26a;
  color: #000;
}

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

.scrollable div.tooltips a, .scrollable div.tooltips span{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-green {
  color: #84c55f !important;
}

.errors {
  display: inline;
  font-size: 11px;
}

.searched {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(102, 175, 233, .6);
  border-color: #5fa8dc;
  background-color: #d9edf7;
}

.searched.btn-success {
  background-color: #84c55f;
}

#ama-main {
  margin: 0;
}

.expander {
  color: #ccc;
}

#ama-main .btn {
  line-height: 1.42857143;
}

#ama-main .btn-default {
  background: #ddd;
}

#ama-main .btn-default:hover {
  background: #eee;
  border-color: #c4c4c4;
}

#ama-main .btn[disabled="disabled"] {
  opacity: .2;
  cursor: default;
  background: #dddddd;
  border: 1px solid #c4c4c4;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}

#ama-main .btn[disabled="disabled"]:hover {
  background: #dddddd;
  border: 1px solid #c4c4c4;
}

#ama-main select.form-control {

}

#ama-main .modal-content {
  background: #eee;
}

.filterSummaryName {

}

.filterSummaryValue {
  color: #888;
}

.filterSummaryDivider {
  color: #b4111a;
}

.shortcut_key_icon {
  float: left;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #f9f9f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

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

.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;
}

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

.search-table-content {
  overflow-x: scroll;
  margin-top: 10px;
  min-height: 300px;
}

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;
}

.search-table-content th, .search-table-content td {
  line-height: 13px !important;
}

.search-table-content td {
  cursor: pointer;
}

tr.cursorPointer > td {
  background-color: #fcf8e3 !important;
}

tr.cursorPointer:hover > td {
  background-color: #fcf8e3 !important;
}

td.med-notes {
  min-width: 300px;
}

.table-head-dropdown .btn-default {
  background: transparent !important;
  border: 0;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
}

.table-head-dropdown .dropdown-menu {
  left: -60px;
  padding: 10px;
}

.customize-col-wrap {

}

ul.custom-col-list {
  list-style: none;
}

.draggable {
  cursor: move;
}

.default-view {

  margin-bottom: 15px;
}

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;
}

.custom-filter-buttons {
  margin-left: 20px;
}

.custom-export-links {
  margin-bottom: 10px;
}

.custom-export-links {
  float: left;
  display: inline;
}

.switch-btn {
  display: inline-block;
  float: left;
  width: 82px;
  height: 31px;
  background: #787878;
  border-radius: 16px;
  margin-right: 25px;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.6), 0 1px 1px 0 rgba(255, 255, 255, 1);
}

.switch-btn button:focus {
  outline: none;

}

.custom-export-links .buttons {
  background: url('images/buttons.png') top center no-repeat;
  float: left;
  width: 40px;
  height: 31px;
  margin-right: 0px;
  border: 0;
}

.custom-export-links .buttons.active {
  background: url('images/buttons-selected.png') top center no-repeat;
}

.custom-export-links .checkboxes.active {
  background: url('images/checkboxes-selected.png') top center no-repeat;
}

.custom-export-links .checkboxes {
  background: url('images/checkboxes.png') top center no-repeat;
  float: left;
  width: 40px;
  height: 31px;
  margin-left: 0px;
  border: 0;
}

#custom_export_content .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

#custom_export_content button.PropSelect {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#custom_export_content .checkbox label {
  padding: 0 3px 3px 23px;
}

#custom_export_content .checkbox input {
  /* padding-left: 3px; */
}

#previewEmailBody div {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  padding: 5px 15px !important;
}

/* Account Member Editor*/

.sms-verify {

}

.add-new-btn a {
  background-color: transparent !important;
}

.add-new-btn a:hover {
  background-color: #fff !important;
}

#account-member-editor {
  font-size: 12px;
}
#account-member-editor.DisableInputs div.AccountEditor, 
#account-member-editor.DisableInputs div.InfoTab {
  pointer-events: none;
}
#account-member-editor.DisableInputs div.InfoTab > div.row > div > ul.nav-tabs li {
	pointer-events: auto;
}

#account-member-editor.DisableInputs div.AccountEditor input, 
#account-member-editor.DisableInputs div.AccountEditor select, 
#account-member-editor.DisableInputs div.InfoTab input, 
#account-member-editor.DisableInputs div.InfoTab select{
  background: #eee;
}

.EnableInputs {
  pointer-events: all !important;
}

.EnableInputs input, 
.EnableInputs select, 
.EnableInputs input, 
.EnableInputs select{
  background: #fff !important;
}

#account-member-editor table > tbody > tr:last-child > td, #workout_report_container table > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}

#account-member-editor a.mobile-nav {
  background: transparent;
  color: #333;
  text-align: left;
  margin-top: 8px;
}

#account-member-editor a.mobile-nav:hover {
  background: transparent;
  color: #000;
}

#account-member-editor .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

#account-member-editor ul > li > a.btn {
  border-radius: 0;
}

#account-member-editor .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;
}

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

#account-member-editor .nav-tabs > li a {
  margin-right: 1px;
}

.save-cancel-btn-wrap {
  padding-top: 3px;
}

.editor-buttons {

}

.editor-buttons button {
  margin-left: 4px;
}

.member-nav {
  margin-top: 15px;
}

.member-nav li {
  margin-bottom: 3px;
}

.account_edit_iterator {

}

.account_edit_iterator h2, .workout_report_iterator h2 {
  display: inline;
  margin-top: 0 !important;
  max-width: 380px;
}

.account_edit_iterator select.form-control, .workout_report_iterator select.form-control {
  display: inline-block;
  max-width: 220px;
  margin-left: 10px;
}

.prev-next-wrap {
  display: block;
  max-width: 250px;
  margin: auto;
}

.prev-next-wrap span {
  font-size: 18px;
  position: relative;
  top: 3px;
}

.previous-next-links {

}

.previous-next-links a {
  font-size: 16px;
  line-height: 18px;
  padding: 0px;
  height: 16px;
}

.required {
  padding-left: 5px;
  font-size: 14px;
  line-height: 14px;
}

span.valid {

}

span.invalidEmail {

}

#account_edit_form {
  margin-top: 10px;
}

#account_edit_form h2, #member_edit_form h2, #member-dues h2, #payment-setup h2, #custom_export_content h2 {
  font-size: 18px;
  background-color: #5fa8dc;
  padding: 5px;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

#member_edit_form .MemberSetting .EditorContainer h2 {
  font-size: 14px;
  color: #333;
  padding: 10px;
  background-color: #dddddd;
}

#memberSettingClassContainer {
    width: 100%;
    min-height: 211px;
    border: none;
    overflow: auto;
}

#memberClassesContainer {
    width: 100%;
    min-height: 211px;
    border: none;
    overflow: auto;
}

#account_edit_form h3, #member_edit_form h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.personal {

}

.shortcuts-wrap {
  display: table;
  width: 100%;
  height: auto;
  background-color: #5fa8dc;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 3px 3px 0 0;
}

.shortcuts-wrap h2 {
  border-bottom: 0 !important;
  margin: 0 !important;
}

.account-shortcuts {

}

.account-shortcuts .btn {
  margin-top: 3px;
  margin-right: 3px;
}

.info-dialog {
  padding-top: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 11px;
}

.pw_save_button {
  /*width: 160px;*/
  background-color: #84c55f;
  border-color: #76be4c;
  color: #fff;
}
.pw_save_button:hover,
.pw_save_button:focus,
.pw_save_button.focus,
.pw_save_button:active,
.pw_save_button.active {
  color: #ffffff;
  background-color: #69b140;
  border-color: #599737;
}

.pw_save_button_doing {
  background: transparent;
  border: 1px solid #f3f3f3;
  width: 160px;
  color: #787878 !important;
  cursor: default;
}

.pw_save_button_doing:hover {
  background: transparent;
  border: 1px solid #f3f3f3;
}

.password-reset {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 500px;
  padding-top: 45px;
  z-index: 1000;
}

.password-reset-wrap {
  padding: 0 10px;
}

.password-reset-content {
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .3);
  border-top: 0px;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  background: #f3f3f3;
}

#password_reset_form {
  position: relative;
  top: -10px;
}

/*  Member Editor */

.col-md-4 .hs-graduation input {
  max-width: 100px;
}

.member-info-outline {

}

h2.member-errors {
  background-color: #fcf8e3 !important;
  color: #a94442 !important;
  border-radius: 0 !important;
}

.member-sub-nav {
  margin-top: 5px;

}

.member-sub-nav-footer {
  height: 3px;
  background-color: #84c55f;
  width: 100%;
}

.member-sub-nav .nav-tabs {

}

.member-sub-nav .nav-tabs > li.active > a {
  background: #84c55f !important;
  border-bottom: 1px solid #84c55f !important;
  border-color: #84c55f;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 1;
}

.member-sub-nav .nav-tabs > li > a {
  top: 3px;
}

.member-sub-nav .nav-tabs > li.active > a:hover {
  border-color: #84c55f;
}


.member-sub-nav .nav-tabs > li {
  padding-left: 3px;
}

.member-sub-nav .nav-tabs > li:first-child {
  padding-left: 0;
}

#member_edit_form #workout_report_container h2 {
 display: none;
}

.profile-summary {
  margin-top: 10px;
  padding: 10px;
  border: 2px dashed #eee;
}

.profile-summary .avatar {
  width: 130px;
  height: 130px;
  border-radius: 65px;
  border: 5px solid #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
  margin: 10px auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.instructions {
  margin-top: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #ccc;
}

.profile-summary h2 {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  font-size: 24px !important;
  background-color: transparent !important;
  color: #333 !important;
}

.profile-summary p {
  margin: 0;
  height: 35px;
}

.profile-summary p span {
  font-size: 14px;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
  line-height: 33px;
  display: inline-block;
}

#usa-registration-alert {
  cursor: pointer;
}

span.usa-swim-reg {
  background: url('/v2/images/usa-swim-small.png') left no-repeat;
  padding-left: 35px;
  min-height: 33px !important;
  line-height: 33px;

}

span.usa-swim-reg-expired {
  background: url('/v2/images/usa-swim-small-gray.png') left no-repeat;
  color: #ccc !important;
}

.usa-swim-reg-expired {
  color: #b90000;
}

.inline-form-btn {
  margin-top: 27px;
}

.roster-loc-billing .form-group {
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

.roster-loc-billing a {
  width: 10%;
  margin-left: 0;
  margin-right: 0;
}

.no-btn {
  background: none;
  border-color: transparent;
  padding: 0;
  max-width: 70%;
  text-align: left;
  line-height: 12px;
  white-space: normal;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.no-btn:focus {
  outline: 0;
}

#usa_registration h2 {
  padding: 13px 5px 10px;
  background-color: #a80c34;
}

#usa_registration h2 div.usa-swim-img {
  background: url(images/usa-swim-small.png) left no-repeat;
  margin: 0px 3px 0px 0px;
  width: 33px;
  height: 33px;
  float: left;
  position: relative;
  top: -8px;
}

#usa_registration h2 div.asa-swim-img {
  background: url(images/swim-england.png) left no-repeat;
  margin: 0px 3px 0px 0px;
  height: 33px;
  width: 56px;
  float: left;
  position: relative;
  top: -10px;
}

.editor-container {
  min-height: 350px;
}

.editor-container .form-group {
  width: 100%;
}

.merge-id {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.custom-badge .badge {
  background: #84c55f;
}

/* Payment Setup */

#payment-setup {
  margin-top: 10px;
}

.button-wrap {
  margin-bottom: 10px;
}

.button-wrap button {
  font-size: 12px;
  white-space: normal !important;
  height: 75px;
}

#credit-card-editor {
  display: block;
  overflow: hidden;
}

.routing-number {
  letter-spacing: 3px;
}

/* Membership Dues */

#member-dues {
  margin-top: 10px;
}

.manage-charges-btn {
  margin-top: 4px;
  margin-left: 10px;
}

td.actions {
  min-width: 210px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.coa-edit {
  background: #eee;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 40px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: -1px 0 15px rgba(0, 0, 0, 0.2);
}

.member-charges h2 {
  border-bottom: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}

.account-billing tbody:nth-child(even) td {
  background: #f9f9f9;
}

.account-billing tbody td:first-child {
  border-top-color: transparent;
}

/* Individual Workout Report */

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;
}

#workout_report_container tr:last-child td {
  background-color: #d9d9d9;
  border-top: 2px solid #ccc;
  font-weight: bold;
  vertical-align: top;
}

.workout-report-editor-wrap, .workout-report-editor-wrap {
  position: relative;
  margin-top: 0;
  width: 180px;
}

.workout-report-editor-wrap h5, .workout-report-editor-wrap h5 {
  margin-top: 0 !important;
}

#workout_report_container .progress-bar {
  width: 15%;
}

#workout_report_container .table-responsive {
  overflow-y: hidden;
}

/* Best Times */

table.best-times thead tr th:first-child {
  width: 12%;
}

table.meet-results thead tr th:first-child {
  width: 10%;
}

table.best-times thead tr th {
  width: 22%;
}

table.meet-results thead tr th {
  width: 18%;
}

.splits {
  position: relative;
}

.splits td {
  background-color: #eee !important;
  position: relative;
}

.splits-open {
  position: absolute;
  top: -2px;
  left: 20px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f9f9f9;
}

.expand_splits {
  font-size: 1.3em;
}

/* USA SWimming Modals */

/* LOADING MASK */

#ajax-loader {
  /*display: none;*/
  font-size: 20px;
  text-align: center;
  color: grey;
  padding: 18px 0;
  z-index: 1052;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: .95;
}

#ajax-loader img {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
}

#ajax-loader img.flame-fill {
  -webkit-animation: flame-fill 1s linear infinite; /* For Safari 3.1 to 6.0 */
  animation: flame-fill 1s linear infinite;
  z-index: 1;
  width: 300px;
  height: 300px;
}

.gradient-wrap {
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(70%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%); /* W3C */
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.loading-wraper {
  position: relative;
  overflow: hidden;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px auto;
  border-radius: 50px;
  z-index: 1051;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes flame-fill {
  from {
    top: 0;
    left: -150px;
  }
  to {
    top: -75px;
    left: -150px;
  }
}

/* Standard syntax */
@keyframes flame-fill {
  from {
    top: 0;
    left: -150px;
  }
  to {
    top: -75px;
    left: -150px;
  }
}
/* END END END LOADING MASK */

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

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

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

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

.subtitle {
  position: relative;
  top: -5px;
  font-size: 11px;
  line-height: 1em;
}

.verify-btn {
  margin-bottom: 3px;
}

.logo-container {
  width: 100%;
  min-height: 60px;
  margin: 30px 0 15px;
}

.so-logo {
  background: transparent url('images/SwimOffice-logo.svg') no-repeat top center;
  background-size: contain;
}

.credit-card-name {
  max-width: 169px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 19px;
}

.inline-checkbox-wrapper + .inline-checkbox-wrapper {
  margin-left: 15px;
}

@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;
  }

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

/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){
  /* Retina-specific stuff here */
  #usa_registration h2 div.usa-swim-img {
    background: url(images/usa-swim-small@1,25x.png) left no-repeat;
    background-size: 33px auto;
  }

  #usa_registration h2 div.asa-swim-img {
    background: url(images/swim-england@1,25x.png) left no-repeat;
    background-size: 33px auto;
  }

  .ama-header ul li.usa-swim-tab div.usa-swim-img {
    background: url(images/usa-swim-small@1,25x.png) left no-repeat;
    background-size: 33px auto;
  }

  .ama-header ul li.usa-swim-tab div.asa-swim-img {
    background: url(images/swim-england@1,25x.png) left no-repeat;
    background-size: 33px auto;
  }
}

/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi){
  /* Retina-specific stuff here */
  #usa_registration h2 div.usa-swim-img {
    background: url(images/usa-swim-small@1,3x.png) left no-repeat;
    background-size: 33px auto;
  }

  #usa_registration h2 div.asa-swim-img {
    background: url(images/swim-england@1,3x.png) left no-repeat;
    background-size: 33px auto;
  }

  .ama-header ul li.usa-swim-tab div.usa-swim-img {
    background: url(images/usa-swim-small@1,3x.png) left no-repeat;
    background-size: 33px auto;
  }

  .ama-header ul li.usa-swim-tab div.asa-swim-img {
    background: url(images/swim-england@1,3x.png) left no-repeat;
    background-size: 33px auto;
  }
}

/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
  /* Retina-specific stuff here */
  #usa_registration h2 div.usa-swim-img {
    background: url(images/usa-swim-small@1,5x.png) left no-repeat;
    background-size: 33px auto;
  }

  #usa_registration h2 div.asa-swim-img {
    background: url(images/swim-england@1,5x.png) left no-repeat;
    background-size: 33px auto;
  }

  .ama-header ul li.usa-swim-tab div.usa-swim-img {
    background: url(images/usa-swim-small@1,5x.png) left no-repeat;
    background-size: 33px auto;
  }

  .ama-header ul li.usa-swim-tab div.asa-swim-img {
    background: url(images/swim-england@1,5x.png) left no-repeat;
    background-size: 33px auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  #usa_registration h2 div.usa-swim-img {
    background: url(images/usa-swim-small@2x.png) left no-repeat;
    background-size: 33px auto;
  }

  #usa_registration h2 div.asa-swim-img {
    background: url(images/swim-england@2x.png) left no-repeat;
    background-size: 33px auto;
  }

  .ama-header ul li.usa-swim-tab div.usa-swim-img {
    background: url(images/usa-swim-small@2x.png) left no-repeat;
    background-size: 33px auto;
  }

  .ama-header ul li.usa-swim-tab div.asa-swim-img {
    background: url(images/swim-england@2x.png) left no-repeat;
    background-size: 33px auto;
  }
}

#account-member-editor .class-instructor-enable label {
    font-size: 1.2em;
}

#account-member-editor .class-instructor-enable .checker label > span {
    margin-left: 0.5em;
}
