﻿/* 

// Variables
Variable Declaration

// Switch between the urls for development and qa release

// development: https://tcstg.tennis.com.au
// internalqa: http://tcdemo.vernal.is
// Local development:http://10.194.50.58:86
//tennis Connect server: https://tcstg.tennis.com.au
//tennis Connect server: https://tcstg.tennis.com.au
*/
#tanavExtraContainer {
  z-index: 30000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  display: none;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: url(blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
#tanavContainer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  background: #fff;
  font-weight: normal;
  font-family: Tanav-Lato-Regular;
  box-shadow: 4px 2px 4px !important;
  height: 100%;
  z-index: 3000;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tanavContainer div,
#tanavContainer span,
#tanavContainer object,
#tanavContainer iframe,
#tanavContainer h1,
#tanavContainer h2,
#tanavContainer h3,
#tanavContainer h4,
#tanavContainer h5,
#tanavContainer h6,
#tanavContainer p,
#tanavContainer blockquote,
#tanavContainer pre,
#tanavContainer a,
#tanavContainer abbr,
#tanavContainer acronym,
#tanavContainer address,
#tanavContainer big,
#tanavContainer cite,
#tanavContainer code,
#tanavContainer del,
#tanavContainer dfn,
#tanavContainer em,
#tanavContainer img,
#tanavContainer ins,
#tanavContainer kbd,
#tanavContainer q,
#tanavContainer s,
#tanavContainer samp,
#tanavContainer small,
#tanavContainer strike,
#tanavContainer strong,
#tanavContainer sub,
#tanavContainer sup,
#tanavContainer tt,
#tanavContainer var,
#tanavContainer b,
#tanavContainer u,
#tanavContainer i,
#tanavContainer center,
#tanavContainer dl,
#tanavContainer dt,
#tanavContainer dd,
#tanavContainer ol,
#tanavContainer ul,
#tanavContainer li,
#tanavContainer fieldset,
#tanavContainer form,
#tanavContainer label,
#tanavContainer legend,
#tanavContainer table,
#tanavContainer caption,
#tanavContainer tbody,
#tanavContainer tfoot,
#tanavContainer thead,
#tanavContainer tr,
#tanavContainer th,
#tanavContainer td,
#tanavContainer article,
#tanavContainer aside,
#tanavContainer canvas,
#tanavContainer details,
#tanavContainer embed,
#tanavContainer figure,
#tanavContainer figcaption,
#tanavContainer footer,
#tanavContainer header,
#tanavContainer hgroup,
#tanavContainer menu,
#tanavContainer nav,
#tanavContainer output,
#tanavContainer ruby,
#tanavContainer section,
#tanavContainer summary,
#tanavContainer time,
#tanavContainer mark,
#tanavContainer audio,
#tanavContainer video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#tanavContainer a,
#tanavContainer a img,
#tanavContainer .Icons {
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#tanavContainer #tanavBrowserNotificationBar {
  text-align: center;
  background-color: #e10073;
  color: white;
  font-family: Tanav-Lato-regular;
  line-height: 18px;
  font-size: 11px;
  height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 3px 10px #888888;
}
#tanavContainer .tanav-BrowserNotification-Content {
  height: 36px;
  margin: 0 auto;
  max-width: 960px;
}
#tanavContainer .browser_CloseIconBody {
  padding: 9px;
  vertical-align: middle;
  z-index: 8;
}
#tanavContainer .ta-nav-closeBrowserSupportImage {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/closebrowserLink.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  line-height: 27px;
  position: relative;
  width: 20px;
  margin: 0 auto;
}
#tanavContainer .selectIconRight {
  -moz-appearance: none;
  background-image: url("https://tcstg.tennis.com.au/TA/Images/dropdownarrow_actual.svg");
  -moz-background-origin: content-box;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 7px 16px;
  text-indent: 0.01px;
}
#tanavContainer .selectIconDown {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/dropdownarrow_pressed.svg');
  background-size: 13px 16px;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  -moz-background-origin: content-box;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
}
#tanavContainer .ta-nav-selectGender {
  font-family: Tanav-Lato-medium;
  font-size: 11px;
  height: 30px;
  padding: 0 5px;
  text-transform: uppercase;
  width: 97%;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #6e6e6e;
  box-shadow: 1px 1px 2px;
  border: 1px solid #ffffff !important;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 0;
}
#tanavContainer .topNavBottomShadow {
  z-index: 10;
}
#tanavContainer .ta-nav-UnChkedRememberMe {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/checkbox_unchecked.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  width: 16px;
  float: left;
  outline: 0 !important;
}
#tanavContainer .ta-nav-UnChkedRememberMe:focus {
  outline: 0 !important;
}
#tanavContainer .ta-nav-ChkedRememberMe {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/checkbox_checked.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  width: 16px;
  float: left;
  outline: 0 !important;
}
#tanavContainer .tanav-BrowserNotification-Msg {
  float: left;
  line-height: 28px;
  width: 94%;
  text-align: right;
}
#tanavContainer .tanav-BrowserNotification-Msg a {
  color: #d7d700;
  font-family: Tanav-Lato-bold;
  font-size: 11px;
}
#tanavContainer #tanavEmailRegSignUpButton,
#tanavContainer .ta-nav-CommonButton {
  height: 30px;
  margin-bottom: 0 !important;
  background: #d7d700;
}
#tanavContainer #tanavEmailRegSignUpButton:focus,
#tanavContainer #tanavEmailRegSignUpButton:hover {
  background: #ccc000;
  color: white;
}
#tanavContainer #tanavEmailRegSignUpButton:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
#tanavContainer .ta-nav-CommonButton:focus,
#tanavContainer .ta-nav-CommonButton:hover {
  background: #ccc000;
  color: white;
}
#tanavContainer .ta-nav-CommonButton:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
#tanavContainer #tanavDeleteBrowserNotificationBar {
  float: right;
  background-color: #C9156C;
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
  height: 35px;
  width: 40px;
  position: relative;
  top: -5px;
}
#tanavContainer #tanavUserNameSuggestion {
  width: 100%;
  z-index: 3;
  position: absolute;
}
#tanavContainer .ta-nav-toolTipUserNameSubContainer {
  height: 72%;
  padding: 10px;
}
#tanavContainer .ta-nav-usernameSgn,
#tanavContainer .ta-nav-passwordSgn {
  float: left;
}
#tanavContainer .ta-nav-usernameSgnPlus {
  float: right;
}
#tanavContainer #tanavLoginButton {
  background-color: #0091D2;
}
#tanavContainer #tanavLoginButton:focus,
#tanavContainer #tanavLoginButton:hover {
  background-color: #40acdd;
  color: white;
}
#tanavContainer .ta-nav-arrow_box_toolTipUserName {
  position: relative;
}
#tanavContainer .selectIconRight {
  -moz-appearance: none;
  background-image: url("https://tcstg.tennis.com.au/TA/Images/dropdownarrow_actual.svg");
  -moz-background-origin: content-box;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 7px 16px;
  text-indent: 0.01px;
  -ms-text-overflow: "";
  -o-text-overflow: "";
  text-overflow: "";
}
#tanavContainer .ta-nav-arrow_box_toolTipUserName:after,
#tanavContainer .arrow_box_toolTipUserName:before {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 9px;
  width: 0;
}
#tanavContainer .ta-nav-arrow_box_toolTipUserName:after {
  border-color: rgba(0, 45, 134, 0) rgba(0, 183, 213, 0) #e10073;
  border-width: 7px;
  margin-left: 105px;
  position: absolute;
}
#tanavContainer .ta-nav-toolTipUserNameHeaderLabel {
  background-color: #e10073;
  font-size: 11px;
  text-align: center;
  line-height: 1;
}
#tanavContainer .ta-nav-pageLoder {
  background-image: url('/Images/preloader.GIF');
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin: auto;
  background-size: cover;
}
#tanavContainer .ta-nav-toolTipUserNameListOfSuggestDiv {
  border-bottom: 1px solid #dadada;
  font-family: Tanav-Lato-Regular;
  margin: 2px auto;
  position: relative;
  padding: 3px;
  text-align: left;
  height: 12px;
}
#tanavContainer .ta-nav-toolTipUserNameHeaderDiv {
  background-color: #e10073;
  text-align: center;
  color: white;
  font-family: Tanav-Lato-Regular;
  padding: 10px;
  line-height: 18px;
}
#tanavContainer .ta-nav-toolTipPlusAddImage {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/plus.svg");
  position: relative;
  line-height: 27px;
  top: 0;
  cursor: pointer;
  height: 12px;
  width: 12px;
}
#tanavContainer .ta-nav-notificationLoaderImage {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/TALoader.GIF');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin: auto;
  background-size: cover;
}
#tanavContainer #usernameErrorIcon {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/email error.svg');
  background-position: center center;
  height: 20px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 20px;
  background-repeat: no-repeat;
}
#tanavContainer .ta-nav-topArrowMargin {
  position: absolute;
  top: 39px;
  left: 18px;
}
#tanavContainer .ta-nav-MemberNotificationSetting {
  background-color: #fff;
  box-shadow: 2px 24px 110px -32px #000000;
  left: -304px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  width: 420px;
  z-index: 23233333;
}
#tanavContainer .ta-nav-notificationHeaderDivLabel {
  font-family: Tanav-Lato-Regular;
  font-size: 20px;
  height: 47px;
  background-color: #0091d2;
  color: white;
  line-height: 47px;
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
}
#tanavContainer .ta-nav-spnNotificationIconDetails {
  background: #d7d700;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  font-size: 27px;
  left: 429px;
  line-height: 35px;
  position: absolute;
  top: 15px;
  width: 36px;
}
#tanavContainer .ta-nav-notificationListDetailsdiv {
  padding-left: 20px;
  padding-top: 7px;
  padding-right: 8px;
  padding-bottom: 10px;
  max-height: 180px;
  overflow: hidden;
  overflow-y: auto;
}
#tanavContainer .ta-nav-notificationDetailsWidth {
  width: 93%;
  float: left;
}
#tanavContainer .ta-nav-notificationCloseWidth {
  width: 7%;
  float: left;
}
#tanavContainer .ta-nav-notificationActionBtn:hover {
  color: white !important;
  background: #cccc00;
}
#tanavContainer .ta-nav-notificationActionBtn:focus {
  color: white !important;
  background: #cccc00;
}
#tanavContainer .ta-nav-notificationActionBtn:active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
#tanavContainer .ta-nav-notificationActionBtn {
  background: #CAD837;
  border: none;
  color: #FFFFFF;
  font-family: Tanav-Lato-Regular;
  font-size: 12px;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: -1px 1px 0 #9e9e9e;
}
#tanavContainer .ta-nav-SignUpBtnText:hover,
#tanavContainer .ta-nav-SignUpBtnText:focus {
  /*background-color:#1A81BA;
        color:#ffffff;*/
}
#tanavContainer .ta-nav-notificationDescriptionTxt {
  font-size: 12px;
  color: #6E6E6E;
  font-family: Tanav-Lato-bold;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  line-height: 18px;
}
#tanavContainer .ta-nav-spnInnerNotificationIcon {
  background: #d7d700 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-family: Tanav-Lato-Light;
  font-size: 15px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  width: 25px;
}
#tanavContainer .notificationCountDiv {
  position: absolute;
  top: 10px;
  right: 10px;
}
#tanavContainer .ta-nav-emptyNotificationSection {
  width: 358px;
  margin: 0 auto;
}
#tanavContainer .ta-nav-notificationDescriEmpty {
  font-size: 16px;
  color: #6e6e6e;
  font-family: Tanav-Lato-bold;
  font-weight: normal;
  margin-bottom: 10px;
  width: 70%;
  float: left;
  margin-top: 19px;
  text-align: left;
  margin-left: 10px;
  line-height: 19px;
}
#tanavContainer .ta-nav-bottomborder {
  border-bottom: 1px solid #d8d9d8;
  clear: both;
}
#tanavContainer .ta-nav-emptyNotificationImg {
  width: 20%;
  float: left;
}
#tanavContainer .ta-nav-closeNotificationSetup {
  background: url("https://tcstg.tennis.com.au/TA/Images/closeicon.svg") no-repeat;
  display: block;
  float: right;
  height: 18px;
  margin: 8px;
  width: 12px;
  background-position: right;
  cursor: pointer;
}
#tanavContainer .ta-nav-EmptyNotificationSetup {
  background: url("https://tcstg.tennis.com.au/TA/Images/notification.svg") no-repeat;
  display: block;
  float: left;
  height: 67px;
  margin: 6px auto;
  width: 69px;
  background-position: right;
  cursor: pointer;
}
#tanavContainer .ta-nav-notificationDescriptionbtn {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
  border-bottom: 1px solid #dadada;
}
#tanavContainer .ta-nav-notificationDescriptionbtn a:hover {
  color: #ffffff !important;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-DobText {
  color: #0091D2 !important;
}
#tanavContainer .ta-nav-changedModalStyle:hover,
#tanavContainer .ta-nav-changedModalStyle:focus {
  /*background-color:#1A81BA;
        color:#ffffff;*/
}
#tanavContainer #tanavAlreadyLoggedInPopup .ta-nav-completeSuccessBackgroundSetup {
  /*margin:145px auto;*/
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-footerLinkModal {
  color: #0091D2 !important;
}
#tanavContainer #tanavContainer .ta-nav-changedModalStyle #tanavPswdStrengthMeter {
  background: #e10073;
  height: 3px;
  position: absolute;
  width: 30%;
  display: none;
  left: 0px;
  bottom: 0px;
}
#tanavContainer .ta-nav-VerifiedSuccessBtn {
  background-color: #D7D700;
  border: none;
  color: white;
  font-family: Tanav-Lato-Medium;
  font-size: 12px;
  height: 15px;
  padding: 5px;
  /*text-align: center;*/
  width: 45%;
  box-shadow: -1px 1px 0 #9e9e9e;
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: 0 !important;
  line-height: 1.5;
  cursor: pointer;
  margin: 0 auto;
}
#tanavContainer .ta-nav-VerifiedSuccessBtn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
#tanavContainer .ta-nav-VerifiedSuccessBtn:hover {
  background-color: #CCCC00;
}
#tanavContainer .ta-nav-VerifiedSuccessCloseBtn {
  text-align: center;
  font-family: Tanav-Lato-Regular;
  margin: 0 0 12px 0;
}
#tanavContainer .ta-nav-SuccesscloseImagePopUp {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 36px;
  margin: 0 auto;
  position: absolute;
  right: -16px;
  top: -15px;
  width: 36px;
  cursor: pointer;
}
#tanavContainer .ta-nav-verifyEmailContainerPosition {
  position: relative;
  width: 420px;
  border: 1px solid #dadada;
  border-top: none;
}
#tanavContainer .errorPopupStyle {
  position: relative;
  width: 400px;
  border: 1px solid #dadada;
  border-top: none;
}
#tanavContainer #tanavdownloadFileErrorPopup .errorshowimage,
#tanavContainer #tanavDeceasedErrorPopup .errorshowimage {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/Changepassword_Error.svg');
  background-size: cover;
  float: right;
  height: 54px;
  width: 54px;
}
#tanavContainer #tanavdownloadFileErrorPopup .errorHeaderDiv,
#tanavContainer #tanavDeceasedErrorPopup .errorHeaderDiv {
  font-family: Tanav-Lato-Bold;
  font-size: 36px;
  padding: 20px 10px 10px;
  color: white;
}
#tanavContainer #tanavdownloadFileErrorPopup .errorBackgroundSetup,
#tanavContainer #tanavDeceasedErrorPopup .errorBackgroundSetup {
  background-color: white;
}
#tanavContainer #tanavdownloadFileErrorPopup .errorHeaderDivBackgorund,
#tanavContainer #tanavDeceasedErrorPopup .errorHeaderDivBackgorund {
  background-color: #E10073;
}
#tanavContainer #tanavdownloadFileErrorPopup .errorPaddingSetup,
#tanavContainer #tanavDeceasedErrorPopup .errorPaddingSetup {
  padding: 10px;
}
#tanavContainer #tanavdownloadFileErrorPopup .errorContent,
#tanavContainer #tanavDeceasedErrorPopup .errorContent {
  font-size: 13px;
  color: #6e6e6e;
  text-align: center;
  font-family: Tanav-Lato-Regular;
  margin: 18px auto;
  line-height: 1.4;
}
#tanavContainer #tanavdownloadFileErrorPopup .errorSaveButtonDiv,
#tanavContainer #tanavDeceasedErrorPopup .errorSaveButtonDiv {
  text-align: center;
  font-family: Tanav-Lato-Regular;
  padding: 5px 0 10px;
}
#tanavContainer #tanavdownloadFileErrorPopup .closeImageSetup,
#tanavContainer #tanavDeceasedErrorPopup .closeImageSetup {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 36px;
  margin: 0 auto;
  position: absolute;
  right: -16px;
  top: -19px;
  width: 36px;
  cursor: pointer;
}
#tanavContainer #tanavdownloadFileErrorPopup .subContentPaddingSetup,
#tanavContainer #tanavDeceasedErrorPopup .subContentPaddingSetup {
  padding: 10px 20px;
}
#tanavContainer #tanavdownloadFileErrorPopup .okayButtonStyle,
#tanavContainer #tanavDeceasedErrorPopup .okayButtonStyle {
  background-color: #0091d2;
  color: #FFFFFF;
  text-align: center;
  width: 40%;
  line-height: 25px;
  border: medium none;
  font-family: Tanav-Lato-bold;
  font-size: 13px;
  height: 25px;
  box-shadow: 1px 1px 2px #808080;
  padding: 2px;
  border-radius: 0;
}
#tanavContainer #tanavdownloadFileErrorPopup .okayButtonStyle:hover,
#tanavContainer #tanavDeceasedErrorPopup .okayButtonStyle:hover {
  color: #FFFFFF;
  background-color: #40acdd;
}
#tanavContainer #tanavUserDeceasedErrorPopup .errorshowimage {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/Changepassword_Error.svg');
  background-size: cover;
  float: left;
  height: 54px;
  width: 54px;
}
#tanavContainer #tanavUserDeceasedErrorPopup .errorHeaderDiv {
  font-family: Tanav-Lato-Bold;
  font-size: 36px;
  padding: 10px;
  color: white;
}
#tanavContainer #tanavUserDeceasedErrorPopup .errorBackgroundSetup {
  background-color: white;
}
#tanavContainer #tanavUserDeceasedErrorPopup .errorHeaderDivBackgorund {
  background-color: #E10073;
  padding: 10px;
  padding-left: 20%;
}
#tanavContainer #tanavUserDeceasedErrorPopup .errorPaddingSetup {
  padding: 0px 10px;
}
#tanavContainer #tanavUserDeceasedErrorPopup .errorContent {
  font-size: 13px;
  color: #6e6e6e;
  text-align: center;
  font-family: Tanav-Lato-Regular;
  margin: 18px auto;
  line-height: 1.4;
}
#tanavContainer #tanavUserDeceasedErrorPopup .errorSaveButtonDiv {
  font-family: Tanav-Lato-Regular;
  padding: 5px 0 10px;
}
#tanavContainer #tanavUserDeceasedErrorPopup .closeImageSetup {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 36px;
  margin: 0 auto;
  position: absolute;
  right: -16px;
  top: -19px;
  width: 36px;
  cursor: pointer;
}
#tanavContainer #tanavUserDeceasedErrorPopup .subContentPaddingSetup {
  padding: 10px 20px;
}
#tanavContainer #tanavUserDeceasedErrorPopup .okayButtonStyle {
  background-color: #0091d2;
  color: #FFFFFF;
  text-align: center;
  width: 40%;
  line-height: 25px;
  border: medium none;
  font-family: Tanav-Lato-bold;
  font-size: 13px;
  height: 25px;
  box-shadow: 1px 1px 2px #808080;
  padding: 2px;
  border-radius: 0;
}
#tanavContainer #tanavUserDeceasedErrorPopup .okayButtonStyle:hover {
  color: #FFFFFF;
  background-color: #40acdd;
}
@media only screen and (min-width: 1025px) {
  #tanavContainer {
    /*.tanav-BrowserNotification-Msg {
            width: 85%;
        }*/
    /*input :focus {
            outline: 2px solid #cad837;
        }*/
    /*#tanavGroupContent{
        display:none;
    }*/
    /*.ta-nav-LoginBtnText {
            padding: 10px;
        }*/
    /*Footer Container Styles*/
    /*End Footer Container Styles*/
    /* Email verify pop up css */
    /*Forced Promotion Child Pop up */
  }

#tanavContainer #ta-nav-SociaAlreadyExitPopup .errorshowimage {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/Changepassword_Error.svg');
  background-size: cover;
  float: left;
  height: 54px;
  width: 54px;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .errorHeaderDiv {
  font-family: Tanav-Lato-Bold;
  font-size: 36px;
  padding: 10px;
  color: white;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .errorBackgroundSetup {
  background-color: white;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .errorHeaderDivBackgorund {
  background-color: #E10073;
  padding: 10px;
  padding-left: 20%;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .errorPaddingSetup {
  padding: 0px 10px;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .errorContent {
  font-size: 13px;
  color: #6e6e6e;
  text-align: center;
  font-family: Tanav-Lato-Regular;
  margin: 18px auto;
  line-height: 1.4;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .errorSaveButtonDiv {
  font-family: Tanav-Lato-Regular;
  padding: 5px 0 10px;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .closeImageSetup {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 36px;
  margin: 0 auto;
  position: absolute;
  right: -16px;
  top: -19px;
  width: 36px;
  cursor: pointer;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .subContentPaddingSetup {
  padding: 10px 20px;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .okayButtonStyle {
  background-color: #0091d2;
  color: #FFFFFF;
  text-align: center;
  width: 50%;
  margin-left:100px;
  line-height: 25px;
  border: medium none;
  font-family: Tanav-Lato-bold;
  font-size: 13px;
  height: 25px;
  box-shadow: 1px 1px 2px #808080;
  padding: 2px;
  border-radius: 0;
}
#tanavContainer #ta-nav-SociaAlreadyExitPopup .okayButtonStyle:hover {
  color: #FFFFFF;
  background-color: #40acdd;
}



























































































  #tanavContainer .ta-nav-SuccesscloseImagePopUp {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    margin: 0 auto;
    position: absolute;
    right: -16px;
    top: -15px;
    width: 36px;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-changedModalStyle {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Vernalis_Tennis-Connect_LogIn_v2New.jpg') !important;
    position: absolute;
    background-size: cover;
    width: 480px !important;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-headerText {
    font-size: 44px;
    font-family: Tanav-Lato-Bold;
    color: #0091D2;
  }
  #tanavContainer .ta-nav-toolTipHeaderLabel {
    font-size: 12px;
    text-align: left;
    font-family: Tanav-Lato-Bold;
    color: #6e6e6e;
  }
  #tanavContainer .toolTipHeaderLabelContent {
    font-size: 11px;
    text-align: left;
    font-family: Tanav-Lato-Regular;
  }
  #tanavContainer .ta-nav-toolTipPasswordRemoveImage {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/password_remove.svg");
    position: relative;
    line-height: 27px;
    float: right;
    height: 12px;
    width: 12px;
  }
  #tanavContainer .ta-nav-toolTipPasswordAddImage {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/password_tick.svg");
    position: relative;
    line-height: 27px;
    float: right;
    height: 12px;
    width: 12px;
  }
  #tanavContainer .ta-nav-Signuppage {
    float: right;
    width: 429px;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-Signuppage {
    float: none !important;
    width: 429px;
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-dateFiledSetup {
    float: left;
    width: 70%;
  }
  #tanavContainer .ta-nav-DobTextForMobile {
    display: none;
  }
  #tanavContainer .ta-nav-benifits {
    float: left;
    width: 395px;
  }
  #tanavContainer #tanavSocialFBSignupPopup,
  #tanavContainer #tanavSocialFBSignup {
    background: #3b5998;
  }
  #tanavContainer #tanavSocialFBSignupPopup:focus,
  #tanavContainer #tanavSocialFBSignupPopup:hover {
    /*background-color:*/
  }
  #tanavContainer #tanavSocialGPSignup,
  #tanavContainer #tanavSocialGPSignupPopup {
    background: #d34836;
  }
  #tanavContainer #tanavEmailRegbtn {
    background: #6c6e6f;
    margin: 0 auto !important;
  }
  #tanavContainer .ta-nav-joinHereLink {
    color: white;
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    margin: 7px auto;
    text-align: right;
    width: 100%;
  }
  #tanavContainer #tanavSignupContainer {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Reg_panelBg_Desktopupto1024_New.jpg');
    box-shadow: 0 3px 10px #777777;
    width: 942px;
    position: absolute;
    background-size: cover;
    margin: 0 auto;
    right: 0;
    display: none;
  }
  #tanavContainer .ta-nav-changepasswordBodyContainer {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Reg_panelBg_Desktopupto1024_New.jpg");
    background-size: cover;
    box-shadow: 0 3px 10px #777777;
    height: 560px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1024px;
  }
  #tanavContainer #tanavsignupPopupContent {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Login_panelBg_Desktop1024.png');
    background-size: cover;
    display: none;
    font-family: Tanav-Lato-Medium;
    height: 462px;
    position: absolute;
    width: 480px;
  }
  #tanavContainer .ta-nav-signupPopupContent {
    width: 80%;
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainer {
    color: #1590cf;
    font-size: 33px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 5px;
    text-align: center;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainerHeavy {
    font-family: Tanav-Lato-Heavy;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainerMedium {
    font-family: Tanav-Lato-Medium;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainerLight {
    font-family: Tanav-Lato-Light;
  }
  #tanavContainer .ta-nav-signupPopupHeader {
    font-size: 12px;
    text-align: center;
    color: #6c6e6f;
  }
  #tanavContainer .ta-nav-signupPopupFooter {
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
  }
  #tanavContainer .ta-nav-signupPopupMember {
    font-size: 16px;
    font-family: Tanav-Lato-Bold;
    text-align: center;
    padding-top: 20px;
    color: #6c6e6f;
  }
  #tanavContainer .ta-nav-signupPopupfooterLink {
    color: #2596be;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-signupPopupDivider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
  }
  #tanavContainer .ta-nav-signupsocialBodyContainer {
    padding-top: 10px;
  }
  #tanavContainer .ta-nav-signupPopupsocialButtons {
    /*border: 1px solid;*/
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 10px;
    width: 170px;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
  }
  #tanavContainer .ta-nav-under13Button {
    background: none repeat scroll 0 0 #A0A847;
    /*opacity: 0.5;*/
  }
  #tanavContainer .ta-nav-signupPopupSocialText {
    background: none repeat scroll 0 0 #A0A847;
    /*opacity: 0.5;*/
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    width: 130px;
    height: 40px;
  }
  #tanavContainer .ta-nav-signupPopupSocialTextAlign {
    padding-left: 30px;
    padding-right: 35px;
    text-align: center;
    padding-top: 8px;
  }
  #tanavContainer .ta-nav-signupPopupSocialTextEmailAlign {
    padding-left: 25px;
    padding-right: 25px;
  }
  #tanavContainer .ta-nav-signupPopupCommonButton {
    width: 100% !important;
    margin-top: 18px;
  }
  #tanavContainer .ta-nav-loginTxtBox:focus {
    outline: none;
  }
  #tanavContainer #tanavChkRememberMe {
    margin: 0 !important;
    border-radius: 0 !important;
  }
  #tanavContainer .ta-nav-LoginCommonButton {
    background-color: #0091D2;
    box-shadow: 1px 1px 2px #6c6e6f;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    height: 30px;
    text-align: center;
    width: 100%;
    line-height: 32px;
  }
  #tanavContainer .ta-nav-LoginCommonButton:focus,
  #tanavContainer .ta-nav-LoginCommonButton:hover {
    background-color: #40acdd;
    color: white;
  }
  #tanavContainer #tanavContainer .ta-nav-LoginCommonButton:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  }
  #tanavContainer .ta-nav-LoginsocialButtons {
    width: 47% !important;
    margin: 11px auto !important;
    background: #3B5998;
    float: left;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    height: 40px;
    max-width: 220px;
  }
  #tanavContainer .ta-nav-LoginsocialButtonForGP {
    height: 40px;
    max-width: 220px;
    width: 47% !important;
    margin: 11px auto !important;
    float: right !important;
    background: #D34836;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
  }
  #tanavContainer .ta-nav-loginContainer {
    font-family: Tanav-Lato-Medium;
    width: 480px;
  }
  #tanavContainer .ta-nav-forgotUserNameContainer {
    width: 482px;
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Vernalis_Tennis-Connect_LogIn_v2.jpg');
  }
  #tanavContainer .ta-nav-LoginCommonTextBox {
    text-align: left;
    margin: 9px 0 10px;
    clear: both;
    position: relative;
  }
  #tanavContainer .ta-nav-LoginPageContentBody,
  #tanavContainer .ta-nav-SocialLoginContentBody {
    margin: 0 auto;
    width: 90%;
  }
  #tanavContainer .ta-nav-loginContent {
    width: 93%;
    margin: 36px auto 24px;
  }
  #tanavContainer .ta-nav-LoginSocialFBBtn {
    margin-left: 0 !important;
  }
  #tanavContainer .ta-nav-LoginSocialGPBtn {
    margin-left: 7px !important;
  }
  #tanavContainer .ta-nav-loginHeaderContainer {
    color: #1590cf;
    font-family: Tanav-Lato-Bold;
    font-size: 30px;
    margin: 15px auto;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-loginHeaderContainerHeavy {
    font-family: Tanav-Lato-Heavy;
  }
  #tanavContainer .ta-nav-loginBodyContainer {
    width: 100%;
  }
  #tanavContainer .ta-nav-LoginForgotSection {
    padding-top: 3px;
    float: right;
  }
  #tanavContainer .ta-nav-LoginsocialBodyContainer {
    margin: 0 auto;
    width: 90%;
  }
  #tanavContainer .ta-nav-LoginSocialText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    line-height: 15px;
    margin: 12px auto 12px 9px;
    text-align: center;
  }
  #tanavContainer .ta-nav-LoginFooterContainer {
    color: #6c6e6f;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    margin: 13px auto;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-RememberOption {
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    margin: 5px auto 8px auto;
    position: relative;
    width: 100%;
    color: #6c6e6f;
  }
  #tanavContainer .ta-nav-checkRemember {
    float: left;
    margin: 3px 0 0 0;
  }
  #tanavContainer .ta-nav-spnCommon {
    color: #1690d0;
    cursor: pointer;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
  }
  #tanavContainer .ta-nav-OrDivider {
    background: #1690d0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-family: Tanav-Lato-Bold;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
  }
  #tanavContainer .ta-nav-OrDividerContainer {
    margin: 5px auto 11px;
    width: 90%;
  }
  #tanavContainer .ta-nav-OrDividerContainerBorder {
    background-color: #fff;
    float: left;
    height: 2px;
    margin-top: 20px;
    width: 45%;
  }
  #tanavContainer .ta-nav-scrollContent {
    margin: 0 auto;
    padding-bottom: 18px;
    padding-top: 69px;
    width: 838px;
  }
  #tanavContainer .ta-nav-Benifiters {
    /*border: 1px solid;*/
    height: 55px;
  }
  #tanavContainer .ta-nav-BeniftsBodyContainer {
    margin-top: 20px;
  }
  #tanavContainer .ta-nav-HeaderContainer {
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-headerText {
    font-size: 57px;
  }
  #tanavContainer .ta-nav-subHeaderContainer {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-MarginAlignment {
    margin-right: 6%;
  }
  #tanavContainer .ta-nav-seperator {
    border-top: 1px solid;
    color: #ffffff;
    height: 0;
    margin: 18px auto;
    text-align: center;
    width: 300px;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-socialBody {
    margin: 30px auto;
    width: 220px !important;
  }
  #tanavContainer .ta-nav-socialBody {
    margin: 30px auto;
    width: 240px;
  }
  #tanavContainer .ta-nav-seperator1 {
    border-top: 1px solid;
    color: #ffffff;
    height: 0;
    margin: 4px auto;
    text-align: right;
    width: 226px;
  }
  #tanavContainer .ta-nav-socialButtons {
    /*background: none repeat scroll 0 0 #5a7f8f;*/
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    height: 40px;
    margin: 18px auto;
    max-width: 240px;
    width: 100%;
  }
  #tanavContainer .ta-nav-benifitsHeader {
    color: #6c6e6e;
    font-family: Tanav-Lato-Heavy;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    width: 300px;
  }
  #tanavContainer .ta-nav-BenifitImage {
    float: left;
    height: 54px;
    width: 54px;
  }
  #tanavContainer .ta-nav-BenifitText {
    color: #6c6e6e;
    float: left;
    font-family: Tanav-Lato-Bold;
    font-size: 16px;
    line-height: 20px;
    margin: 20px auto 20px 30px;
    text-transform: uppercase;
    width: 264px;
  }
  #tanavContainer #tanavBenifitimge1 {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/PriorityaccesstoTickets.svg');
  }
  #tanavContainer #tanavBenifitimge2 {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/PrizesandOffers.svg');
  }
  #tanavContainer #tanavBenifitimge3 {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/ExclusiveInvitations.svg');
  }
  #tanavContainer #tanavBenifitimge4 {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Personal Injury insurance.svg');
  }
  #tanavContainer .ta-nav-socialBodyContainer {
    border-top: 1px solid white;
    display: block;
    margin: 20px auto;
    width: 330px;
  }
  #tanavContainer .ta-nav-SocialText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    line-height: 15px;
    margin: 12px auto 12px 26px;
    text-align: center;
  }
  #tanavContainer .ta-nav-undertext {
    color: #FFFFFF;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    line-height: 15px;
    margin-left: 10px;
    margin-top: 6px;
    width: 53px;
  }
  #tanavContainer .ta-nav-SignUpFooterContainer {
    float: right;
    margin: auto auto;
    width: 394px;
  }
  #tanavContainer .ta-nav-footerText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    width: 167px;
  }
  #tanavContainer .ta-nav-subDvider {
    float: left;
    width: 33px;
  }
  #tanavContainer .ta-nav-subDviderStyle {
    border-left: 1px solid;
    color: #FFFFFF;
    height: 45px;
    width: 0;
  }
  #tanavContainer .ta-nav-footerLoginLink {
    margin: 15px auto !important;
    text-align: left;
    width: 167px !important;
  }
  #tanavContainer .ta-nav-EmailheaderText {
    color: #CDCD61;
    font-family: Tanav-Lato-Light;
    font-size: 30px;
    line-height: 38px;
    margin: 0 auto 12px;
    text-align: center;
    width: 400px;
  }
  #tanavContainer .ta-nav-EmailRegBody,
  #tanavContainer .ta-nav-Under15RegBody {
    margin: 13px auto;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-EmailRegBody,
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-Under15RegBody {
    margin: 10px auto;
  }
  #tanavContainer .ta-nav-EmailRegBodyContainer,
  #tanavContainer .ta-nav-Under15RegBodyContainer {
    margin: 20px auto;
    max-width: 400px;
    width: 95%;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-EmailRegBodyContainer,
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-Under15RegBodyContainer {
    border-top: 0px solid white;
    margin: 19px auto;
    max-width: 409px;
    width: 100%;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-EmailCommonTextBox,
  #tanavContainer .ta-nav-Under15CommonTextBox {
    margin: 12px auto;
    width: 98% !important;
    position: relative;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-EmailtxtBox,
  #tanavContainer .ta-nav-Under15txtBox {
    width: 100% !important;
  }
  #tanavContainer .ta-nav-EmailCommonTextBox,
  #tanavContainer .ta-nav-Under15CommonTextBox {
    margin: 12px auto;
    width: 100%;
    position: relative;
  }
  #tanavContainer .ta-nav-EmailtxtBox,
  #tanavContainer .ta-nav-Under15txtBox {
    border: none !important;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-Medium;
    font-size: 11px;
    height: 30px;
    padding: 0;
    width: 100%;
    line-height: normal;
    border-radius: 0;
    text-indent: 8px;
  }
  #tanavContainer .ta-nav-DobText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
    margin: 9px auto;
    text-align: left;
    width: 29%;
  }
  #tanavContainer .ta-nav-selectDayField {
    float: left;
    width: 31%;
  }
  #tanavContainer .ta-nav-selectMonthField {
    float: left;
    width: 38%;
  }
  #tanavContainer .ta-nav-selectYearField {
    float: left;
    width: 31%;
  }
  #tanavContainer .ta-nav-selectDay {
    float: left;
    font-family: Tanav-Lato-medium;
    font-size: 11px;
    height: 28px;
    padding: 0 6px;
    text-transform: uppercase;
    width: 70%;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #6e6e6e;
    box-shadow: 1px 1px 2px;
    border: 1px solid #ffffff !important;
    line-height: 28px;
    background-color: #ffffff;
    border-radius: 0;
  }
  #tanavContainer .ta-nav-selectMonth {
    float: left;
    height: 28px;
    width: 75%;
    padding: 0 6px;
    text-transform: uppercase;
    font-family: Tanav-Lato-medium;
    font-size: 11px;
    border: 1px solid #ffffff !important;
    box-shadow: 1px 1px 2px;
    line-height: 28px;
    background-color: #ffffff;
    color: #6e6e6e;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #tanavContainer .ta-nav-selectYear {
    float: left;
    height: 28px;
    width: 86%;
    padding: 0 6px;
    text-transform: uppercase;
    font-family: Tanav-Lato-Medium;
    font-size: 11px;
    border: 1px solid #ffffff !important;
    color: #6e6e6e;
    box-shadow: 1px 1px 2px;
    line-height: 28px;
    background-color: #ffffff;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #tanavContainer .ta-nav-loginTxtBox {
    border: medium none !important;
    box-shadow: 1px 1px 2px;
    color: #6e6e6e;
    font-family: Tanav-Lato-Medium;
    font-size: 11px;
    height: 30px;
    padding: 0 8px;
    width: 100%;
    line-height: normal;
    box-sizing: border-box !important;
    /* css3 rec */
    -moz-box-sizing: border-box !important;
    /* ff2 */
    -ms-box-sizing: border-box !important;
    /* ie8 */
    -webkit-box-sizing: border-box !important;
    /* safari3 */
  }
  #tanavContainer .ta-nav-ForgotUsernameTextbox {
    border: 1px solid #ffffff !important;
    box-shadow: 1px 1px 2px;
    color: #6e6e6e;
    font-family: Tanav-Lato-Medium;
    font-size: 11px;
    height: 30px;
    padding: 0 8px;
    line-height: normal;
    width: 95%;
    border-radius: 0;
  }
  #tanavContainer .ta-nav-divUserName {
    float: left;
    width: 47%;
    position: relative;
  }
  #tanavContainer .ta-nav-UserNameAlign {
    width: 100% !important;
  }
  #tanavContainer .ta-nav-SignUpBtnText {
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-medium;
    font-size: 13px;
    padding: 9px;
  }
  #tanavContainer * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  #tanavContainer *:before,
  #tanavContainer *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  #tanavContainer a:hover,
  #tanavContainer a:focus {
    color: inherit;
    text-decoration: inherit;
  }
  #tanavContainer input,
  #tanavContainer select,
  #tanavContainer textarea {
    max-width: none;
  }
  #tanavContainer .ta-nav-subHeaderContentDetail {
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 85%;
  }
  #tanavContainer .ta-nav-subHeaderForgotPasswordContentDetail {
    width: 100% !important;
  }
  #tanavContainer .ta-nav-forgotUserNameCommonTextBox {
    margin: 7px auto 15px auto;
    max-width: 400px;
    width: 94%;
    position: relative;
  }
  #tanavContainer .ta-nav-forgotUserNameCommonButton {
    background-color: #2596BE;
    cursor: pointer;
    font-family: Tanav-Lato-Heavy;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    height: 30px;
    width: 400px;
    float: left;
  }
  #tanavContainer .ta-nav-subHeaderContent {
    color: #6c6e6f;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
  }
  #tanavContainer .ta-nav-forgotUserNameFooterLink {
    color: #1690d0;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-forgotUserNameCheckRemember {
    float: left;
    margin: 10px auto;
  }
  #tanavContainer .ta-nav-forgotUserNameSpnCommon {
    color: #1690d0;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-forgotUserNameRememberOption {
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    margin: 28px auto 15px auto;
    position: relative;
    width: 80%;
  }
  #tanavContainer .ta-nav-ForgotUserBtn {
    width: 94% !important;
    max-width: 400px;
    font-size: 12px !important;
  }
  #tanavContainer .ta-nav-forgotUserNameAddAccount {
    float: right;
    margin: 10px auto;
  }
  #tanavContainer .ta-nav-forgotUserNameHeaderContainer {
    color: #1590cf;
    font-family: Tanav-Lato-Medium;
    font-size: 30px;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-CommonFogotStyle {
    margin-bottom: 11px !important;
  }
  #tanavContainer .ta-nav-forgotUserNameContent {
    margin: 41px auto 20px;
    width: 93%;
  }
  #tanavContainer .ta-nav-changepasswordBody {
    margin: 52px auto;
    width: 90%;
  }
  #tanavContainer .ta-nav-changepasswordBodyContent {
    float: right;
    width: 53%;
  }
  #tanavContainer .ta-nav-ChangePswdLogoBody {
    width: 100%;
    margin: 6px auto;
  }
  #tanavContainer .ta-nav-CircleLogo {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Tennis_Logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 158px;
    width: 158px;
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-changePswdText {
    width: 100%;
    color: #d7d700;
    font-family: Tanav-Lato-Heavy;
    font-size: 30px;
    text-align: center;
  }
  #tanavContainer .ta-nav-ChangePswdDesc {
    color: white;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
  }
  #tanavContainer .ta-nav-ChangePswdDesc1 {
    color: white;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    line-height: 22px;
    margin: 13px auto;
    max-width: 84%;
    text-align: center;
  }
  #tanavContainer .ta-nav-ChangePswdTxtboxBody {
    margin: 0 auto;
    width: 70%;
  }
  #tanavContainer .ta-nav-ChangePswdTextBody {
    margin: 12px auto;
    width: 100%;
    max-width: 340px;
  }
  #tanavContainer .ta-nav-ChangePswdTextBox {
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-Regular;
    font-size: 10px;
    height: 14px;
    max-width: 340px;
    padding: 8px;
    width: 95%;
    color: #6e6e6e;
  }
  #tanavContainer .ta-nav-ResetPasswordBtn {
    background: #d7d700;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    width: 95%;
  }
  #tanavContainer .signupMaincontainer {
    width: 50%;
    padding: 20px;
  }
  #tanavContainer .signupMainHeadercontainer {
    margin: 0 auto;
    width: 95%;
  }
  #tanavContainer .signupMainHeaderLabel {
    margin: 19px auto;
    width: 100%;
    color: #1590cf;
    font-size: 44px;
    font-family: Tanav-Lato-Heavy;
    text-align: center;
  }
  #tanavContainer .socialBodyContainer {
    display: block;
    margin: 18px auto;
    width: 350px;
  }
  #tanavContainer .socialBody {
    margin: 0 auto;
    width: 250px;
  }
  #tanavContainer .socialButtons {
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    height: 49px;
    margin: 23px auto;
    width: 100%;
  }
  #tanavContainer .socialFBBtn {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/SocialAccounts_FB.svg');
    float: left;
    height: 49px;
    width: 49px;
  }
  #tanavContainer .socialGlsBtn {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Google_Registration.svg');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 49px;
    margin-left: 10px;
    width: 32px;
  }
  #tanavContainer .socialEmailBtn {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/email_Registration.svg");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 49px;
    margin-left: 15px;
    width: 40px;
  }
  #tanavContainer .SocialText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Medium;
    font-size: 14px;
    line-height: 15px;
    margin: 17px auto 17px 36px;
    text-align: center;
  }
  #tanavContainer .joinHereLink {
    color: white;
    font-family: Tanav-Lato-Regular;
    font-size: 13px;
    margin: 7px auto;
    text-align: right;
    width: 100%;
  }
  #tanavContainer .footerLink {
    color: #1590cf;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-changedModalStyle .signupPopupFooter {
    margin: 0 auto !important;
  }
  #tanavContainer .signupPopupFooter {
    color: #6e6e6e;
    font-family: Tanav-Lato-Regular;
    font-size: 13px;
    margin: 15px auto;
    text-align: center;
    width: 81%;
    line-height: 18px;
  }
  #tanavContainer .signupPopupfooterLink {
    color: #0091D2 !important;
    cursor: pointer;
    font-family: Tanav-Lato-bold !important;
  }
  #tanavContainer .signupPopupfooterLink:hover {
    color: #0091D2 !important;
  }
  #tanavContainer .ta-nav-changedModalStyle .signupPopupDivider {
    margin-top: 7px !important;
  }
  #tanavContainer .signupPopupDivider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px auto;
  }
  #tanavContainer #signupPopupContent {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/LoginBG.png");
    font-family: Tanav-Lato-Medium;
    position: absolute;
    background-size: cover;
  }
  #tanavContainer .signupPopupMember {
    font-size: 16px;
    font-family: Tanav-Lato-Bold;
    text-align: center;
    margin: 20px auto;
    color: #6c6e6f;
  }
  #tanavContainer .LoginCommonButton {
    background-color: #2596be;
    box-shadow: 1px 1px 2px #6c6e6f;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    height: 31px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .signupPopupCommonButton {
    width: 93% !important;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #tanavContainer .ta-nav-changedModalStyle .signupPopupCommonButton {
    width: 93% !important;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #tanavContainer .LoginBtnText {
    padding: 10px;
  }
  #tanavContainer .ta-nav-newJoinSubHeaderContent {
    font-size: 15px;
    font-family: Tanav-Lato-Regular;
    color: white;
    margin: 6px auto;
  }
  #tanavContainer .ta-nav-newJoinSubHeaderBoldContent {
    font-size: 15px;
    font-family: Tanav-Lato-Medium;
    color: white;
    margin: 6px auto;
  }
  #tanavContainer .ta-nav-newJoinSuccessSubHeader {
    margin: 7px auto;
  }
  #tanavContainer .ta-nav-toolTipContainer {
    width: 100%;
    background-color: white;
    margin-top: 10px;
  }
  #tanavContainer .ta-nav-toolTipPasswordContainer {
    width: 38%;
    background-color: white;
    margin-top: 10px;
    position: absolute;
    z-index: 100;
  }
  #tanavContainer .ta-nav-toolTipHeaderDiv {
    background-color: #e10073;
    text-align: center;
    color: white;
    font-family: Tanav-Lato-Regular;
    padding: 10px;
  }
  #tanavContainer .ta-nav-toolTipPasswordHeaderDiv {
    background-color: #e10073;
    text-align: center;
    color: white;
    font-family: Tanav-Lato-Regular;
    padding: 10px;
    line-height: 14px;
    font-size: 11px;
  }
  #tanavContainer .ta-nav-toolTipSubContainer {
    height: 72%;
    padding: 6px;
  }
  #tanavContainer .ta-nav-toolTipPasswordSubContainer {
    height: 72%;
    padding: 10px;
  }
  #tanavContainer .ta-nav-toolTipPasswordListOfSuggestDiv {
    border-bottom: 1px solid #D7D700;
    font-family: Tanav-Lato-Regular;
    margin: 2px auto;
    position: relative;
    padding: 3px;
    text-align: left;
    height: 12px;
  }
  #tanavContainer .ta-nav-toolTipErrorPasswordListOfSuggestDiv {
    border-bottom: 1px solid #e10073;
    font-family: Tanav-Lato-Regular;
    margin: 10px auto;
    position: relative;
    padding: 3px;
    text-align: left;
  }
  #tanavContainer .ta-nav-toolTipListOfSuggestDiv {
    border-bottom: 1px solid lightgrey;
    font-family: Tanav-Lato-Regular;
    margin: 10px auto;
    position: relative;
    padding: 4px;
  }
  #tanavContainer .ta-nav-toolTipAddImage {
    height: 17px;
    width: 17px;
    position: absolute;
    line-height: 27px;
    right: 13px;
    top: 0;
    cursor: pointer;
    background-image: url("https://tcstg.tennis.com.au/TA/Images/emailladd.svg");
    background-size: cover;
  }
  #tanavContainer .ta-nav-toolTipPasswordErrorImage {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Changepassword_Error.svg');
    position: absolute;
    line-height: 27px;
    right: 13px;
    top: 0;
    cursor: pointer;
    height: 17px;
    width: 17px;
  }
  #tanavContainer .ta-nav-arrow_box_UserNameSuggest {
    position: relative;
    background: #e10073;
  }
  #tanavContainer .ta-nav-arrow_box_UserNameSuggest:after,
  #tanavContainer .arrow_box_UserNameSuggest:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 9px;
    width: 0;
  }
  #tanavContainer .ta-nav-arrow_box_UserNameSuggest:after {
    border-color: rgba(0, 45, 134, 0) rgba(0, 183, 213, 0) #e10073;
    border-width: 11px;
    margin-left: 104px;
    position: absolute;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword {
    position: relative;
    background: #0091D2;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword:after,
  #tanavContainer .arrow_box_toolTipPassword:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 9px;
    width: 0;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword:after {
    border-color: rgba(0, 45, 134, 0) rgba(0, 183, 213, 0) #0091d2;
    border-width: 7px;
    margin-left: 105px;
    position: absolute;
  }
  #tanavContainer .ta-nav-textAlign {
    text-align: left;
  }
  #tanavContainer .ta-nav-SignUpSuccessPageBody {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Reg_panelBg_Desktopupto1024_Flip.jpg');
    position: absolute;
    width: 942PX;
    background-size: cover;
  }
  #tanavContainer .ta-nav-newJoinBenefitLink {
    background-color: #819819;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 206px;
    color: white;
    margin: 13px auto;
  }
  #tanavContainer .ta-nav-newJoinInnerDiv {
    font-size: 14px;
    color: white;
    font-family: Tanav-Lato-Regular;
  }
  #tanavContainer .ta-nav-newJoinBenefitHeaderContainer {
    color: #1590cf;
    font-size: 29px;
    font-family: Tanav-Lato-Heavy;
    text-align: center;
    margin: 17px auto;
  }
  #tanavContainer .ta-nav-successContainer {
    background-size: cover;
    height: 268px;
    position: absolute;
    right: 0;
    width: 482px;
    background-image: url("https://tcstg.tennis.com.au/TA/Images/LoginBG.png");
    box-shadow: 0 3px 10px #777777;
  }
  #tanavContainer .ta-nav-successContent {
    margin: 36px auto;
    width: 84%;
  }
  #tanavContainer .ta-nav-circleImage {
    height: 54px;
    width: 54px;
    float: left;
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Login_Success.svg");
    background-size: cover;
  }
  #tanavContainer .ta-nav-successLabel {
    color: #0091d2;
    float: left;
    font-family: Tanav-Lato-Heavy;
    font-size: 36px;
    margin: 8px 16px;
  }
  #tanavContainer .ta-nav-successCommonDescStyle {
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    line-height: 20px;
  }
  #tanavContainer .ta-nav-successCommonTextStyle {
    margin: 11px auto;
    text-align: center;
    width: 75%;
  }
  #tanavContainer .ta-nav-subHeaderContentContinueDetail {
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
    font-family: Tanav-Lato-Heavy;
  }
  #tanavContainer .ta-nav-successCommonButton {
    background-color: #0091D2;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
    text-align: center;
    width: 400px;
    height: 30px;
    line-height: 31px;
    box-shadow: 1px 1px 2px #6e6e6e;
  }
  #tanavContainer .ta-nav-successCommonButton:hover,
  #tanavContainer .ta-nav-successCommonButton:focus {
    background-color: #1A81BA;
    color: white;
  }
  #tanavContainer .ta-nav-ErrorUsernameText {
    width: 91% !important;
  }
  #tanavContainer .ta-nav-successRememberOption {
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    margin: 17px auto;
    position: relative;
    width: 98%;
    color: #6e6e6e;
  }
  #tanavContainer .ta-nav-successHeaderImage {
    margin: 0 auto;
    width: 63%;
  }
  #tanavContainer .ta-nav-clickHere {
    color: #0091d2;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
  }
  #tanavContainer .ta-nav-SuccessPageBody {
    margin: 40px auto 20px;
    width: 94%;
  }
  #tanavContainer .ta-nav-newJoinbenifits {
    float: left;
    width: 396px;
  }
  #tanavContainer .ta-nav-successpageTextBody {
    margin: 0 auto;
    width: 94%;
  }
  #tanavContainer .ta-nav-SucceessdescText {
    color: #ffffff;
    font-family: Tanav-Lato-Medium;
    font-size: 14px;
    line-height: 20px;
    width: 82%;
    margin: 5px auto;
    text-align: center;
  }
  #tanavContainer .ta-nav-SucceessdescText1 {
    color: #ffffff;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    line-height: 20px;
    margin: 16px auto;
    text-align: center;
    width: 79%;
  }
  #tanavContainer .ta-nav-SucceessdescText2 {
    color: #ffffff;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    line-height: 20px;
    margin: 16px auto;
    text-align: center;
    width: 71%;
  }
  #tanavContainer .ta-nav-newJoinCircleImage {
    font-size: 29px;
    /*width: 100%;*/
    /*font-family: Tanav-Lato-Light;
            font-family: Tanav-Lato-Heavy;*/
    height: 50px;
    width: 50px;
    float: left;
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Reg_Success.svg");
    background-size: cover;
  }
  #tanavContainer .ta-nav-newJoinSuccessLabel {
    color: #D7D700;
    font-size: 38px;
    font-family: Tanav-Lato-Heavy;
    /*width: 128px;*/
    float: left;
    margin: 6px 0 6px 21px;
    text-align: center;
  }
  #tanavContainer .ta-nav-newJoinSignUppage {
    float: right;
    width: 321px;
  }
  #tanavContainer .ta-nav-newJoinBenefitPurchaseTicketsIcon {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/PurchaseTickets.svg');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    margin-top: 4px;
    width: 40px;
  }
  #tanavContainer .ta-nav-newJoinBenefitFindaClubIcon {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/FindaClub.svg");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    margin-top: 6px;
    width: 40px;
  }
  #tanavContainer .ta-nav-newJoinBenefitPlayCompetitionsIcon {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/PlayCompetitions.svg');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    margin-top: 6px;
    width: 39px;
  }
  #tanavContainer .ta-nav-newJoinBenefitPlayInaLeagueIcon {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/PlayinLeague.svg');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 22px;
    margin-top: 9px;
    width: 39px;
  }
  #tanavContainer .ta-nav-PartnerSiteLinkSuccessPage {
    background: #0091d2;
    float: left;
    height: 40px;
    width: 40px;
  }
  #tanavContainer .ta-nav-heightAdjust {
    margin: 10px 0;
    width: 280px;
    background: none repeat scroll 0 0 #819819;
    height: 40px;
  }
  #tanavContainer .ta-nav-successImageContainer {
    margin: 19px auto;
    width: 69%;
  }
  #tanavContainer .ta-nav-verifyEmailContainer {
    width: 420px;
    border: 1px solid #dadada;
    border-top: none;
    box-shadow: -3px 3px 39px #dadada, 3px -3px 39px #dadada;
  }
  #tanavContainer .ta-nav-popupBodyHeaderDiv {
    background-color: #0091d2;
    padding: 7px 18px;
  }
  #tanavContainer .ta-nav-verifyEmailHeader {
    font-family: Tanav-Lato-Bold;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 5px 5px 10px 5px;
  }
  #tanavContainer .ta-nav-closeImagePopUp {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    margin: 0 auto;
    position: absolute;
    right: -16px;
    top: -19px;
    width: 36px;
    cursor: pointer;
  }
  #tanavContainer #tanavContainer .successCloseButtonStyle:hover {
    background-color: #40acdd;
  }
  #tanavContainer #tanavContainer .successCloseButtonStyle:focus {
    background-color: #40acdd;
  }
  #tanavContainer .ta-nav-HeaderSeperator {
    margin: 0 5px;
    border-top: 1px solid #33a7db;
  }
  #tanavContainer .ta-nav-verifyEmailSubHeaderContent {
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
    padding: 7px 0px 0px !important;
  }
  #tanavContainer .ta-nav-popupBodyContainerDiv {
    padding: 15px;
    background: #ffffff;
  }
  #tanavContainer .ta-nav-PopupBodySubContainer {
    padding: 5px;
  }
  #tanavContainer .ta-nav-PopUpBodySubContainerBold {
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    text-align: center;
    color: #6e6e6e;
    line-height: 16px;
  }
  #tanavContainer .ta-nav-EmailWarningmsg {
    font-size: 13px;
    text-transform: uppercase;
    font-family: Tanav-Lato-bold;
    color: #e10073;
    text-align: center;
    line-height: 18px;
    margin: 7px 0;
  }
  #tanavContainer .ta-nav-verifyEmailStyle {
    font-size: 14px;
    padding: 10px;
    color: #6e6e6e;
    font-family: tanav-lato-bold;
  }
  #tanavContainer .ta-nav-ErrorMessageText {
    width: 95%;
  }
  #tanavContainer .ta-nav-CmnBtnStyle {
    height: 25px;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
    width: 179px;
    float: left;
    text-align: center;
    cursor: pointer;
    box-shadow: -1px 1px 0 #dadada;
  }
  #tanavContainer .ta-nav-ResendEmailBtn {
    background: #f4f4f4;
    color: #6e6e6e;
    border: 1px solid #d9da26;
    margin: 5px;
    line-height: 26px;
  }
  #tanavContainer .ta-nav-ResendEmailBtn:active {
    box-shadow: inset 0 3px 5px #e2e2e2 !important;
    background: #e2e2e2;
  }
  #tanavContainer .ta-nav-ResendEmailBtn:hover {
    color: #D7D700;
  }
  #tanavContainer .ta-nav-VerifiedBtn {
    background: #d7d700;
    color: #ffffff;
    margin: 5px;
    float: right;
    line-height: 26px;
  }
  #tanavContainer .ta-nav-VerifiedBtn:hover {
    background: #e1e140;
  }
  #tanavContainer .ta-nav-VerifiedBtn:active {
    box-shadow: inset 0 3px 5px #e2e2e2 !important;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterLink {
    font-family: Tanav-Lato-Bold;
    font-size: 10px;
    color: #d7d700;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterContent {
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    color: #6e6e6e;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterDiv {
    text-align: center;
    font-size: 12px;
    padding: 5px 58px;
    line-height: 16px;
  }
  #tanavContainer .ta-nav-ForcedPromoteChildContainer {
    width: 620px;
    background-color: #ffffff;
    box-shadow: -5px 25px 35px #888888;
  }
  #tanavContainer .ta-nav-totalPopupBackgroundDiv {
    background-color: #ffffff;
  }
  #tanavContainer .ta-nav-ForcepopupBodyHeaderDiv {
    background-color: #0091d2;
    padding: 5px 20px;
  }
  #tanavContainer .ta-nav-editConnectAnotherAccHeaderDiv {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #33a7db;
    padding: 5px;
    font-family: Tanav-Lato-Medium;
  }
  #tanavContainer .ta-nav-popupSubBodyContentAccount {
    padding: 20px 15px 20px 20px;
    width: 253px;
    float: left;
  }
  #tanavContainer .ta-nav-closeImageSetup {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    margin: 0 auto;
    position: absolute;
    right: -16px;
    top: -19px;
    width: 36px;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-promoteChildModalSubHeader {
    font-size: 11px;
    color: #8e8e8e;
    font-family: Tanav-Lato-Regular;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
  }
  #tanavContainer .ta-nav-promoteChildModalContent {
    font-size: 11px;
    color: #8e8e8e;
    font-family: Tanav-Lato-Regular;
    text-align: center;
    padding-top: 5px;
    line-height: 18px;
  }
  #tanavContainer .ta-nav-promoteChildModalWarning {
    font-size: 13px;
    color: #E00073;
    font-family: Tanav-Lato-Medium;
    text-align: center;
    padding-top: 15px;
    line-height: 18px;
  }
  #tanavContainer .ta-nav-connectSocialFacebookDiv {
    background: #3B5998;
    /*padding: 6px;*/
    margin: 20px auto;
    width: 280px;
    height: 40px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-socialFaceBookImg {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/SocialAccounts_FB.svg');
    background-size: cover;
    float: left;
    height: 35px;
    width: 35px;
    margin: 5px 0 0 10px;
  }
  #tanavContainer .ta-nav-connectSocialGooglePlusDiv {
    color: #ffffff;
    font-family: Tanav-Lato-Medium;
    padding: 13px;
    /*margin: 10px 0 0 0;*/
    text-align: center;
  }
  #tanavContainer .ta-nav-connectSocialFbookDiv {
    padding: 10px 20px !important;
  }
  #tanavContainer .ta-nav-bodyContentConnectAnotherAcc {
    background: #d34836;
    /*padding: 6px;*/
    margin: 20px auto;
    width: 280px;
    height: 40px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-socialGooglePlusImage {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/GooglePlus_Icon.svg');
    background-size: cover;
    float: left;
    height: 31px;
    width: 30px;
    margin: 5px 0 0 10px;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-connectSocialMailDiv {
    background: #6E6E6E;
    /*padding: 6px;*/
    margin: 20px auto;
    width: 280px;
    height: 40px;
    box-shadow: 1px 1px 2px #8e8e8e;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-socialMailImage {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Email_Icon.svg');
    background-size: cover;
    float: left;
    height: 20px;
    width: 30px;
    margin: 10px 0 0 10px;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-emailTxtBox {
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    height: 12px;
    padding: 9px 8px 7px;
    width: 93%;
    outline: 2px solid #ffffff;
  }
  #tanavContainer #tanavpromoteEmailAddress {
    border: none;
    box-shadow: 1px 1px 2px #808080;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    height: 30px;
    text-indent: 10px;
    width: 100%;
  }
  #tanavContainer #tanavpromoteEmailAddress:focus {
    outline: 2px solid #0091d2;
  }
  #tanavContainer .ta-nav-popupSubBodyRightContentAccount {
    width: 316px;
    padding-left: 15px;
    float: left;
  }
  #tanavContainer .ta-nav-promoteSocialBtnFont {
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    color: #ffffff;
  }
  #tanavContainer #tanavEmailLoginDetails {
    margin: 20px;
  }
  #tanavContainer .ta-nav-promoteCancelBtn {
    border: 2px solid #0091d2;
    border-radius: 0;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-prmoteSubmitBtn {
    background-color: #0091d2;
    color: white;
    border: 2px solid #0091d2;
    border-radius: 0;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 15px;
    box-shadow: 1px 1px 2px #8e8e8e;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-bottomBtnDiv {
    margin-bottom: 20px;
    float: right;
  }
  #tanavContainer .ta-nav-btnMargin {
    margin-bottom: 20px;
  }
}
/* Common Canvas css */
#tanavContainer {
  /*.ta-nav-ForgotPassword input:focus {
        border: 1px solid #0091d2 !important;
    }*/
}
#tanavContainer .ta-nav-successResendEmailPopup,
#tanavContainer .ta-nav-successPromoteAccount {
  width: 420px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-top: none;
  box-shadow: -3px 3px 39px #dadada, 3px -3px 39px #dadada;
}
#tanavContainer .successCloseButtonStyle:hover {
  background-color: #40acdd;
}
#tanavContainer .successCloseButtonStyle:focus {
  background-color: #40acdd;
}
#tanavContainer .successCloseButtonStyle {
  height: 25px;
  background-color: #0091d2;
  color: white;
  line-height: 29px;
  display: inline-block;
  width: 180px;
  font-size: 13px;
  font-family: tanav-lato-medium;
  cursor: pointer;
  box-shadow: -1px 1px 0 #9e9e9e;
}
#tanavContainer .successContent {
  text-transform: uppercase;
  color: #6e6e6e;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
#tanavContainer .ta-nav-successPaddingSetup {
  width: 30%;
  padding: 10px;
  float: left;
}
#tanavContainer .ta-nav-succesHeaderContent {
  font-family: tanav-lato-bold;
  font-size: 36px;
  color: white;
  text-align: left;
  width: 61%;
  float: right;
  line-height: 74px;
}
#tanavContainer .successHeaderDivBackgorund {
  background-color: #D7D700;
  text-align: center;
  height: 74px;
  position: relative;
}
 #tanavContainer .successContentPromote{
  color: #6e6e6e;  
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
   #tanavContainer .successContentPromote2{
  margin-top:10px;
  color: #6e6e6e;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
#tanavContainer .ta-nav-successBodyContent {
  padding: 20px;
  padding-top: 16px;
}
#tanavContainer .successPaddingSetup {
  padding: 10px;
}
#tanavContainer .socialPromoteMargin {
  padding: 10px 10px 0 10px;
}
#tanavContainer .successSaveButtonDiv {
  text-align: center;
  font-family: Tanav-Lato-Regular;
  margin-top: 15px;
}
#tanavContainer .emailsuccessContent {
  color: #6e6e6e;
  font-family: Tanav-Lato-Medium;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  width: 92%;
}
#tanavContainer .ta-nav-completeSuccessShowImage {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/ActiveLogin_Tick.svg');
  background-size: cover;
  height: 35px;
  width: 35px;
  float: right;
}
#tanavContainer .successHeaderDiv {
  font-size: 36px;
  padding: 10px;
  color: white;
  padding: 11px;
  text-align: left;
}
#tanavContainer .ta-nav-completeSuccessHeaderDiv span {
  font-family: tanav-lato-bold;
}
#tanavContainer input[type="text"] {
  -webkit-appearance: none !important;
}
#tanavContainer input[type="password"] {
  -webkit-appearance: none !important;
}
#tanavContainer #tanavLoginContent input[type="text"]:focus {
  outline: 2px solid #0091d2;
  outline-offset: inherit;
}
#tanavContainer #tanavLoginContent input[type="password"]:focus {
  outline: 2px solid #0091d2;
  outline-offset: inherit;
}
#tanavContainer #tanavForgotPasswordPage input[type="text"]:focus {
  outline: 2px solid #0091d2;
  outline-offset: inherit;
}
#tanavContainer #tanavForgotPasswordPage input[type="password"]:focus {
  outline: 2px solid #0091d2;
  outline-offset: inherit;
}
#tanavContainer #tanavForgotUserNamePage input[type="text"]:focus {
  outline: 2px solid #0091d2;
  outline-offset: inherit;
}
#tanavContainer #tanavSignupContainer input[type="text"]:focus {
  outline: 2px solid #d7d700;
}
#tanavContainer #tanavSignupContainer input[type="password"]:focus {
  outline: 2px solid #d7d700;
}
#tanavContainer #tanavSignupContainer select:focus {
  outline: 2px solid #d7d700;
  /*outline-offset: inherit;*/
}
#tanavContainer .ta-nav-socialFBBtn {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/SocialAccounts_FB.svg');
  float: left;
  height: 40px;
  width: 40px;
  margin-left: 8px;
}
#tanavContainer .ta-nav-socialGlsBtn {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/Google_Registration.svg');
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  height: 40px;
  margin-left: 19px;
  width: 28px;
}
#tanavContainer .allPopupOverlay {
  background-color: #fff;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  display: none;
  opacity: 0.6;
}
#tanavContainer .closeImageSetup {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 36px;
  margin: 0 auto;
  position: absolute;
  right: -16px;
  top: -19px;
  width: 36px;
  cursor: pointer;
}
#tanavContainer #tanavChkRememberMe {
  border-radius: 0 !important;
}
#tanavContainer .ta-nav-socialEmailBtn {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/email_Registration.svg");
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  height: 40px;
  margin-left: 15px;
  width: 33px;
}
#tanavContainer #tanavLoginContent {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/Vernalis_Tennis-Connect_LogIn_v2New.jpg');
  /*box-shadow: -14px 9px 20px 10px #888888;*/
  -moz-box-shadow: 0 3px 10px #777777;
  -webkit-box-shadow: 0 3px 10px #777777;
  box-shadow: 0 3px 10px #777777;
  position: absolute;
  right: 0;
  display: none;
  background-size: cover;
}
#tanavContainer #tanavForgotUserNamePage,
#tanavContainer #tanavForgotPasswordPage {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/Vernalis_Tennis-Connect_LogIn_v2.jpg');
  -moz-box-shadow: 0 3px 10px #777777;
  -webkit-box-shadow: 0 3px 10px #777777;
  box-shadow: 0 3px 10px #777777;
  position: absolute;
  right: 0;
  display: none;
  background-size: cover;
}
#tanavContainer #tanavSocialFBSignupPopup,
#tanavContainer #tanavSocialFBSignup,
#tanavContainer .ta-nav-LoginsocialButtons {
  background: #3b5998;
}
#tanavContainer #tanavSocialGPSignup,
#tanavContainer #tanavSocialGPSignupPopup,
#tanavContainer .ta-nav-LoginsocialButtonForGP {
  background: #d34836;
}
#tanavContainer .ta-nav-ShowErrorIcon {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/email error.svg');
  background-position: center center;
  height: 20px;
  position: absolute;
  right: 2px;
  top: 4px;
  width: 20px;
  background-repeat: no-repeat;
}
#tanavContainer .ta-nav-ErrorMessageText {
  background: #e10073;
  color: white;
  font-family: Tanav-Lato-Regular;
  font-size: 9px;
  padding: 0 4px;
  line-height: 16px;
  text-align: left;
  width: 97%;
  border: 1px solid #e10073;
  text-transform: uppercase;
}
#tanavContainer .ta-nav-RememberOptionBody {
  height: 14px;
  margin-top: 2px;
  line-height: 14px;
}
#tanavContainer .ta-nav-RememberText {
  vertical-align: top;
  margin-left: 3px;
  color: #6e6e6e;
}
#tanavContainer #tanavEmailRegBody .ta-nav-ErrorMessageText {
  width: 96%;
}
#tanavContainer #tanavUnder15Page .ta-nav-ErrorMessageText {
  width: 96%;
}
#tanavContainer .ta-nav-ErrorMessage {
  color: #e10073;
  font-family: Tanav-Lato-Regular;
  font-size: 12px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-top: 10px;
  text-align: left;
  line-height: 12px;
}
#tanavContainer .ta-nav-ErrorMessageBorder {
  outline: 2px solid #e10073 !important;
}
#tanavContainer a:hover {
  color: #d7d700 !important;
}
#tanavContainer .signupPopupfooterLink:hover {
  color: #0091D2 !important;
}
#tanavContainer #tanavPswdStrengthMeter {
  background: #e10073;
  height: 3px;
  position: absolute;
  width: 30%;
  display: none;
  left: 0px;
  bottom: 0px;
}
#tanavContainer #tanavPswdStrengthMeterChild {
  background: #e10073;
  height: 3px;
  position: absolute;
  width: 30%;
  display: none;
  left: 0px;
  bottom: 0px;
}
#tanavContainer .ta-nav-footerLink {
  color: #d7d700;
  cursor: pointer;
  font-family: Tanav-Lato-Bold;
}
#tanavContainer .ta-nav-PasswordSuggesitonIcon {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/questionmark.svg');
  background-repeat: no-repeat;
  height: 20px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 20px;
  display: none;
  cursor: pointer;
}
#tanavContainer .ta-nav-headerText {
  color: #d7d700;
  font-family: Tanav-Lato-Heavy;
  text-align: center;
  text-transform: uppercase;
}
#tanavContainer .ta-nav-AuthenticationLoader {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/Preloader_Requesting.gif");
  background-repeat: no-repeat;
  /*background-size: 100px 100px;*/
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  display: none;
  z-index: 1;
  position: absolute;
}
#tanavContainer .ta-nav-LoaderImage {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/ajaxLoader.gif");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  height: 30px;
  background-position: center;
  display: none;
}
#tanavContainer .tanavScrollContentWidth {
  width: 442px !important;
  padding-top: 35px;
}
#tanavContainer .tanavSignupContainerWidth {
  width: 546px !important;
}
#tanavContainer .ta-nav-ModalHeaderText {
  /*color:#0091d2 !important;*/
  color: #2596be !important;
}
#tanavContainer .ta-nav-footerLinkModal {
  color: #2596be !important;
}
#tanavContainer .ta-nav-changedModalStyle {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/Vernalis_Tennis-Connect_LogIn_v2New.jpg') !important;
  position: absolute;
  background-size: cover;
  width: 480px !important;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-headerText {
  font-size: 45px;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-socialBodyContainer {
  margin-top: 0 !important;
  border: none !important;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-socialBody {
  margin-top: 20px !important;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-joinHereLink {
  color: #6c6e6f !important;
}
#tanavContainer .ta-nav-changedModalStyle #signUpSlideFooter {
  display: none;
}
#tanavContainer .ta-nav-changedModalStyle #ta-nav-benifits {
  display: none;
}
#tanavContainer .ta-nav-changedModalStyle #signUpModalFooter {
  display: block;
}
#tanavContainer #signUpModalFooter {
  display: none;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-benifits {
  display: none;
}
#tanavContainer .ta-nav-completeSuccessBackgroundSetup {
  background-color: #ffffff;
  width: 440px;
  border: 1px solid #dadada;
  box-shadow: 3px -2px 50px #dadada, -2px 3px 50px #dadada;
}
#tanavContainer .ta-nav-completeSuccessHeader {
  width: 100%;
}
#tanavContainer .ta-nav-completeSuccessHeaderDivBackgorund {
  background-color: #D7D700;
  text-align: center;
  position: relative;
}
#tanavContainer .ta-nav-completeSuccessImageContainer {
  width: 31%;
  padding: 10px;
  float: left;
}
#tanavContainer .ta-nav-completeSuccessShowImage {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/ActiveLogin_Tick.svg');
  background-size: cover;
  height: 54px;
  width: 54px;
  float: right;
}
#tanavContainer .ta-nav-completeSuccessHeaderDiv {
  font-family: Tanav-Lato-Medium;
  font-size: 36px;
  padding: 17px 10px 10px 10px;
  color: white;
  text-align: left;
  width: 59%;
  float: left;
}
#tanavContainer .ta-nav-completeSuccessCloseImageSetup {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 36px;
  margin: 0 auto;
  position: absolute;
  right: -16px;
  top: -19px;
  width: 36px;
  cursor: pointer;
}
#tanavContainer .ta-nav-completeSuccessBodyContainer {
  width: 100%;
}
#tanavContainer .ta-nav-completeSuccessBodyContent {
  padding: 15px;
}
#tanavContainer .ta-nav-completeSuccessContent {
  color: #6e6e6e;
  font-family: Tanav-Lato-Regular;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  width: 92%;
  line-height: 1.42857143;
}
#tanavContainer .ta-nav-completeSuccessButtonPanel {
  width: 100%;
  text-align: center;
  font-family: Tanav-Lato-Regular;
}
#tanavContainer .ta-nav-completeSuccessButtonContainer {
  width: 46%;
  float: left;
  margin: 5px auto 25px auto;
  padding-left: 15px;
}
#tanavContainer .ta-nav-completeSuccessButton {
  line-height: 1.5;
  /*border-radius: 3px;*/
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#tanavContainer .ta-nav-completeSuccessProfileButton {
  background-color: #f4f4f4;
  border: 1px solid #0091d2;
  box-shadow: -1px 1px 0 #dadada;
  font-family: Tanav-Lato-Medium;
  font-size: 13px;
  height: 23PX;
  text-align: center;
  width: 92%;
  line-height: 25px;
  color: #6e6e6e;
  margin: 0 auto;
}
#tanavContainer .ta-nav-completeSuccessProfileButton:hover {
  color: #0091d2;
}
#tanavContainer .ta-nav-completeSuccessProfileButton:active {
  box-shadow: inset 0 3px 5px #e2e2e2 !important;
  background: #e2e2e2;
}
#tanavContainer .ta-nav-completeSuccessOkayButton:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
#tanavContainer .ta-nav-completeSuccessOkayButton {
  background-color: #0091d2;
  border: medium none;
  box-shadow: -1px 1px 0 #9e9e9e;
  color: white;
  font-family: Tanav-Lato-Medium;
  font-size: 13px;
  height: 25px;
  text-align: center;
  width: 92%;
  line-height: 28px;
}
#tanavContainer .ta-nav-completeSuccessOkayButton:hover {
  background-color: #40acdd;
}
#tanavContainer #tanavCompleteSuccessPopup {
  display: none;
}
#tanavContainer #tanavAlreadyLoggedInPopup {
  display: none;
  width: 440px;
  margin: 0 auto;
  position: relative;
  top: 35px;
}
#tanavContainer #tanavcompleteChildSuccessContent {
  display: none;
}
#tanavContainer #tanavActivateSuccessPopup {
  display: none;
}
#tanavContainer .ta-nav-completeSuccessPostLabel {
  font-family: Tanav-Lato-Regular;
  color: #0091d2;
  font-size: 12px;
  text-align: left;
}
#tanavContainer #tanavcompleteSuccesPostCode {
  border: medium none;
  border-radius: 0;
  box-shadow: 1px 1px 2px #808080;
  font-family: Tanav-Lato-Regular;
  font-size: 14px;
  height: 16px;
  max-width: none;
  padding: 7px;
  width: 97%;
  float: left;
}
#tanavContainer .ta-nav-changedModalStyle #tanavEmailRegSignUpButton {
  background-color: #0091D2 !important;
  box-shadow: 1px 1px 2px #6c6e6f;
}
#tanavContainer .ta-nav-changedModalStyle #tanavEmailRegSignUpButton :hover {
  background-color: #40acdd !important;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-CommonButton:hover {
  background-color: #40acdd !important;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-CommonButton {
  background-color: #0091D2 !important;
  box-shadow: 1px 1px 2px #6c6e6f;
}
#tanavContainer .ta-nav-SignUpModal input:focus {
  outline: 2px solid #0091D2 !important;
}
#tanavContainer .ta-nav-changedModalStyle input:focus {
  outline-offset: inherit;
  outline: 2px solid #0091D2 !important;
}
#tanavContainer .ta-nav-SignUpModal .ta-nav-selectDay:focus {
  outline: 2px solid #0091D2 !important;
  outline-offset: inherit;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-selectDay:focus {
  outline: 2px solid #0091D2 !important;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-selectMonth:focus {
  outline: 2px solid #0091D2 !important;
  outline-offset: inherit;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-selectYear {
  width: 88% !important;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-selectYear:focus {
  outline: 2px solid #0091D2 !important;
  outline-offset: inherit;
}
#tanavContainer .ta-nav-SignUpModal #dateSelection:focus {
  outline: 2px solid #0091d2 !important;
}
#tanavContainer .ta-nav-SignUpModal select:focus {
  outline: 2px solid #0091d2 !important;
  outline-offset: inherit;
}
#tanavContainer .ta-nav-ForgotUserNameStyle input:focus {
  outline: 2px solid #0091d2 !important;
  outline-offset: inherit;
}
#tanavContainer .ta-nav-changedModalStyle input {
  box-shadow: 1px 1px 2px #6e6e6e;
  height: 30px;
}
#tanavContainer .ta-nav-SignUpModal .topNavBottomShadow {
  display: none;
}
#tanavContainer .ta-nav-changedModalStyle .topNavBottomShadow {
  display: none;
}
#tanavContainer .ta-nav-ForgotPassword .topNavBottomShadow {
  display: none;
}
#tanavContainer .ta-nav-ForgotUserNameStyle .topNavBottomShadow {
  display: none;
}
#tanavContainer .ta-nav-SignUpBtnText .topNavBottomShadow {
  font-family: Tanav-Lato-Medium;
  font-size: 13px;
}
#tanavContainer .ta-nav-changedModalStyle #tanavPswdStrengthMeter {
  background: #e10073;
  height: 3px;
  position: absolute;
  width: 30%;
  display: none;
  left: 0px;
  bottom: 0px;
}
#tanavContainer .ta-nav-changedModalStyle #tanavPswdStrengthMeterChild {
  background: #e10073;
  height: 3px;
  position: absolute;
  width: 30%;
  display: none;
  left: 0px;
  bottom: 0px;
}
#tanavContainer .ta-nav-tanavMemberNotificationTopArrowImg {
  background: url("https://tcstg.tennis.com.au/TA/Images/popuparrow.svg") no-repeat;
  display: block;
  height: 13px;
  margin-left: 19%;
  width: 25px;
  /*margin-top: 43px;*/
}
#tanavContainer .ta-nav-subHeaderContent {
  color: #6c6e6f;
  font-family: Tanav-Lato-Bold;
  font-size: 14px;
  margin: 10px auto;
  text-align: center;
}
#tanavContainer .ta-nav-subHeaderContentDetail {
  color: #6c6e6f;
  font-family: Tanav-Lato-Regular;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 90%;
}
#tanavContainer .ta-nav-ForgotUsernameTextbox {
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 2px;
  color: #6e6e6e;
  font-family: Tanav-Lato-Medium;
  font-size: 11px;
  height: 30px;
  padding: 0 8px;
  line-height: normal;
  width: 95%;
  border-radius: 0;
}
#tanavContainer .ta-nav-forgotUserNameCheckRemember {
  float: left;
  margin: 10px auto;
}
#tanavContainer .ta-nav-forgotUserNameAddAccount {
  float: right;
  margin: 10px auto;
}
#tanavContainer .ta-nav-closeImageForModals {
  background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 36px;
  margin: 0 auto;
  position: absolute;
  right: -16px;
  top: -19px;
  width: 36px;
  cursor: pointer;
  display: none;
}
#tanavContainer .ta-nav-SignUpModal .ta-nav-closeImageForModals {
  display: block !important;
}
#tanavContainer .ta-nav-ForgotPassword .ta-nav-closeImageForModals {
  display: block !important;
}
#tanavContainer .ta-nav-ForgotUserNameStyle .ta-nav-closeImageForModals {
  display: block !important;
}
#tanavContainer .ta-nav-changedModalStyle .ta-nav-closeImageForModals {
  display: block !important;
}
#tanavContainer .signupPopupfooterLink {
  color: #0091D2 !important;
  cursor: pointer;
  font-family: Tanav-Lato-bold !important;
}
#tanavContainer .ta-nav-successCommonTextPassword {
  margin: 11px auto;
  text-align: center;
}
#tanavContainer .ta-nav-ResendEmailBtn:hover {
  color: #D7D700;
}
#tanavContainer .dots-loader {
  width: 100px;
  height: 30px;
  position: relative;
  margin: 0 auto;
}
#tanavContainer .ta-nav-loaderBalls {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#tanavContainer .ta-nav-loaderBalls:nth-child(1) {
  -moz-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -o-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -webkit-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
#tanavContainer .ta-nav-loaderBalls:nth-child(2) {
  -moz-animation: move 2s 400ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -o-animation: move 2s 400ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -webkit-animation: move 2s 400ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 400ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
#tanavContainer .ta-nav-loaderBalls:nth-child(3) {
  -moz-animation: move 2s 800ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -o-animation: move 2s 800ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -webkit-animation: move 2s 800ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 800ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
#tanavContainer .ta-nav-loaderBalls:nth-child(4) {
  -moz-animation: move 2s 1200ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -o-animation: move 2s 1200ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -webkit-animation: move 2s 1200ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 1200ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
#tanavContainer .ta-nav-loaderBalls:nth-child(5) {
  -moz-animation: move 2s 1600ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -o-animation: move 2s 1600ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -webkit-animation: move 2s 1600ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 1600ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}
@-webkit-keyframes move {
  0% {
    left: 0%;
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-moz-keyframes move {
  0% {
    left: 0%;
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes move {
  0% {
    left: 0%;
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
#tanavContainer .spinendLoder {
  background-image: url('https://tcstg.tennis.com.au/TA/Images/ballPreloader.GIF');
  background-repeat: no-repeat;
  width: 67px;
  height: 20px;
  position: fixed;
  top: 90%;
  left: 50%;
  background-size: cover;
  display: none;
}
#tanavContainer .spinnerloading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000000;
}
#tanavContainer .spinnerendloading {
  position: fixed;
  top: 90%;
  left: 50%;
  z-index: 1000000;
}
#tanavContainer .pushNotificationSpinner {
  position: fixed;
  top: 130%;
  left: 62%;
  z-index: 1000000;
}
#tanavContainer .ta-nav-blurNotificationListDetailsdiv {
  padding: 13px 9px 13px 24px;
  max-height: 200px;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
}
#tanavContainer .spinner > div {
  width: 18px;
  height: 18px;
  background-image: url("https://tcstg.tennis.com.au/TA/Images/TennisBall_SVG.svg");
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#tanavContainer .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#tanavContainer .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#tanavContainer #tanavPageLoaderTA {
  height: 19px;
  z-index: -1 !important;
}
/* Mobile Responsive */
@media only screen and (max-width: 767px) {
  #promoteChildAccountFromProfileModal .modal-content {
    width: 300px !important;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  #tanavContainer {
    /*#tanavGroupContent{
        display:none;
    }*/
    /*.ta-nav-loginTxtBox {
            color: #6c6e6f;
            float: left;
            font-family: Tanav-Lato-Regular;
            font-size: 10px;
            line-height: normal;
            padding: 8px 6px;
            height: 14px;
            width: 388px;
            -webkit-appearance: none;
            max-width: none;
            border: 1px solid #ffffff;
        }*/
    /*Footer Container Styles*/
    /*End Footer Container Styles*/
    /*.ta-nav-forgotUserNameAddAccount {
            margin: 10px auto;
            width: 100%;
        }*/
    /*Forced Promotion Child Pop up */
    /*forgot password success popup start*/
    /*forgot password success popup end*/
  }
  #tanavContainer .ta-nav-benifits,
  #tanavContainer #tanav_TennisLink {
    display: none !important;
  }
  #tanavContainer .ta-nav-loginTxtBox {
    width: 100% !important;
    height: 30px !important;
  }
  #tanavContainer .ta-nav-DobTextForMobile {
    color: white;
    float: left;
    font-family: Tanav-Lato-Bold;
    font-size: 17px;
    margin: 6px auto;
    text-align: left;
    width: 17%;
    display: none;
  }
  #tanavContainer #tanavSignupContainer {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Reg_panelBg_Mobile480_1.jpg');
    box-shadow: 0 3px 10px #777777;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    right: 0;
    /*height: 470px;*/
    display: none;
    background-size: cover;
  }
  #tanavContainer .ta-nav-scrollContent {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 27px;
    width: 97%;
  }
  #tanavContainer .ta-nav-socialBodyContainer {
    border-top: 1px solid white;
    display: block;
    margin: 18px auto;
    width: 83%;
    max-width: 322px;
  }
  #tanavContainer .ta-nav-headerText {
    font-size: 42px;
  }
  #tanavContainer .ta-nav-socialBody {
    margin: 30px auto;
    width: 87%;
    max-width: 220px;
  }
  #tanavContainer .ta-nav-socialButtons {
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    height: 40px;
    margin: 23px auto;
    width: 100%;
  }
  #tanavContainer .ta-nav-joinHereLink {
    color: white;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    margin: 7px auto;
    text-align: right;
    width: 100%;
  }
  #tanavContainer input :focus {
    outline: 2px solid #cad837;
  }
  #tanavContainer #tanavEmailRegbtn {
    background: #6c6e6f;
    margin: 0 auto !important;
  }
  #tanavContainer .ta-nav-SocialText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Medium;
    font-size: 14px;
    line-height: 15px;
    margin: 12px auto 12px 24px;
    text-align: center;
  }
  #tanavContainer .ta-nav-LoginsocialButtons {
    background: none repeat scroll 0 0 #3b5998;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    height: 40px;
    margin: 11px auto !important;
    max-width: 220px;
    width: 94% !important;
  }
  #tanavContainer .ta-nav-socialFBBtn {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/SocialAccounts_FB.svg');
    float: left;
    height: 40px;
    margin-left: 0;
    width: 40px;
  }
  #tanavContainer #tanavLoginContent {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/LoginBG.png");
    /*box-shadow: -14px 9px 20px 10px #888888;*/
    -moz-box-shadow: 0 3px 10px #777777;
    -webkit-box-shadow: 0 3px 10px #777777;
    box-shadow: 0 3px 10px #777777;
    position: absolute;
    right: 0;
    background-size: cover;
    display: none;
  }
  #tanavContainer .ta-nav-socialGlsBtn {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Google_Registration.svg");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    margin-left: 12px;
    width: 28px;
  }
  #tanavContainer #tanavsignupPopupContent {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/LoginBG.png");
    height: 370px;
    width: 480px;
    font-family: Tanav-Lato-Medium;
    position: absolute;
    display: none;
  }
  #tanavContainer .ta-nav-signupPopupContent {
    width: 80%;
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainer {
    color: #1590cf;
    font-size: 33px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 5px;
    text-align: center;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainerHeavy {
    font-family: Tanav-Lato-Heavy;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainerMedium {
    font-family: Tanav-Lato-Medium;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainerLight {
    font-family: Tanav-Lato-Light;
  }
  #tanavContainer .ta-nav-signupPopupHeader {
    font-size: 12px;
    text-align: center;
    color: #6c6e6f;
  }
  #tanavContainer .ta-nav-signupPopupFooter {
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
  }
  #tanavContainer .ta-nav-signupPopupMember {
    font-size: 16px;
    font-family: Tanav-Lato-Bold;
    text-align: center;
    padding-top: 20px;
    color: #6c6e6f;
  }
  #tanavContainer .ta-nav-signupPopupfooterLink {
    color: #2596be;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-signupPopupDivider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
  }
  #tanavContainer .ta-nav-signupsocialBodyContainer {
    padding-top: 10px;
  }
  #tanavContainer .ta-nav-signupPopupsocialButtons {
    /*border: 1px solid;*/
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 10px;
    width: 170px;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
  }
  #tanavContainer .ta-nav-under13Button {
    background: none repeat scroll 0 0 #A0A847;
    /*opacity: 0.5;*/
  }
  #tanavContainer .ta-nav-signupPopupSocialText {
    background: none repeat scroll 0 0 #A0A847;
    /*opacity: 0.5;*/
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    width: 130px;
    height: 40px;
  }
  #tanavContainer .ta-nav-signupPopupSocialTextAlign {
    padding-left: 30px;
    padding-right: 35px;
    text-align: center;
    padding-top: 8px;
  }
  #tanavContainer .ta-nav-signupPopupSocialTextEmailAlign {
    padding-left: 25px;
    padding-right: 25px;
  }
  #tanavContainer .ta-nav-signupPopupCommonButton {
    width: 100% !important;
    margin-top: 18px;
  }
  #tanavContainer .ta-nav-loginTxtBox:focus {
    outline: none;
  }
  #tanavContainer .ta-nav-LoginCommonButton {
    background-color: #0091D2;
    box-shadow: 1px 1px 2px #6c6e6f;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    height: 30px;
    text-align: center;
  }
  #tanavContainer .ta-nav-loginContainer {
    font-family: Tanav-Lato-Medium;
    min-height: 456px;
    max-width: 391px;
    width: 100%;
  }
  #tanavContainer .ta-nav-LoginPageContentBody,
  #tanavContainer .ta-nav-SocialLoginContentBody {
    margin: 0 auto;
    width: 95%;
  }
  #tanavContainer .ta-nav-loginContent {
    width: 95%;
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-loginHeaderContainer {
    color: #1590cf;
    font-family: Tanav-Lato-Bold;
    font-size: 29px;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-loginHeaderContainerHeavy {
    font-family: Tanav-Lato-Heavy;
  }
  #tanavContainer .ta-nav-loginBodyContainer {
    width: 100%;
  }
  #tanavContainer .ta-nav-LoginBtnText {
    padding: 10px;
    font-size: 12px;
  }
  #tanavContainer .ta-nav-LoginForgotSection {
    float: none !important;
    color: #6e6e6e;
  }
  #tanavContainer #tanavEmailRegSignUpButton {
    /*box-shadow: 1px 1px 2px grey;*/
    margin-bottom: 0;
  }
  #tanavContainer .ta-nav-LoginsocialBodyContainer {
    margin: 0 auto;
    width: 75%;
  }
  #tanavContainer .ta-nav-LoginFooterContainer {
    clear: both;
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    margin: 23px auto;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-RememberOption {
    width: 98%;
    position: relative;
    font-size: 14px;
    font-family: Tanav-Lato-Regular;
  }
  #tanavContainer #tanavChkRememberMe {
    margin-right: 3px;
    margin-top: 0;
  }
  #tanavContainer .ta-nav-checkRemember {
    float: left;
    margin: 3px 0 0 0;
  }
  #tanavContainer .ta-nav-spnCommon {
    color: #1690d0;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-OrDivider {
    background: #1690d0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
  }
  #tanavContainer .ta-nav-OrDividerContainer {
    clear: both;
    margin: 0 auto;
    width: 95%;
  }
  #tanavContainer .ta-nav-OrDividerContainerBorder {
    background-color: #fff;
    float: left;
    height: 2px;
    margin-top: 16px;
    width: 43%;
  }
  #tanavContainer .ta-nav-Benifiters {
    /*border: 1px solid;*/
    height: 48px;
  }
  #tanavContainer .ta-nav-BeniftsBodyContainer {
    margin-top: 15px;
  }
  #tanavContainer .ta-nav-HeaderContainer {
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-subHeaderContainer {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-seperator {
    border-top: 1px solid;
    color: #ffffff;
    height: 0;
    margin: 18px auto;
    text-align: center;
    width: 300px;
  }
  #tanavContainer .ta-nav-seperator1 {
    border-top: 1px solid;
    color: #ffffff;
    height: 0;
    margin: 13px auto;
    text-align: right;
    width: 225px;
  }
  #tanavContainer .ta-nav-DobText {
    display: none;
  }
  #tanavContainer .ta-nav-selectDayField {
    float: left;
    width: 24%;
  }
  #tanavContainer .ta-nav-selectMonthField {
    float: left;
    width: 30%;
  }
  #tanavContainer .ta-nav-selectYearField {
    float: left;
    width: 29%;
  }
  #tanavContainer .ta-nav-selectDay {
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    height: 18px;
    margin-right: 2%;
    padding: 5px;
    text-transform: uppercase;
    width: 76%;
    /*border: 1px solid #ffffff;*/
    border: none;
    line-height: 18px;
    border-radius: 0;
    background-color: #ffffff !important;
    color: #6e6e6e !important;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #tanavContainer .ta-nav-MarginAlignment {
    margin-bottom: 12px;
  }
  #tanavContainer .ta-nav-selectMonth {
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    height: 18px;
    margin-right: 2%;
    padding: 5px;
    text-transform: uppercase;
    width: 80%;
    /*border: 1px solid #ffffff;*/
    border: none;
    line-height: 18px;
    border-radius: 0;
    background-color: #ffffff !important;
    color: #6e6e6e !important;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #tanavContainer .ta-nav-dateFiledSetup {
    width: 100% !important;
  }
  #tanavContainer .ta-nav-selectYear {
    float: right !important;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    height: 18px;
    padding: 5px;
    text-transform: uppercase;
    width: 85%;
    /*border: 1px solid #ffffff;*/
    border: none;
    line-height: 18px;
    border-radius: 0;
    background-color: #ffffff !important;
    color: #6e6e6e !important;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #tanavContainer .ta-nav-benifitsHeader {
    color: #6c6e6e;
    font-family: Tanav-Lato-Heavy;
    font-size: 25px;
    line-height: 27px;
    text-transform: uppercase;
    width: 300px;
  }
  #tanavContainer .ta-nav-BenifitImage {
    border: 1px solid #ffffff;
    border-radius: 100%;
    float: left;
    height: 60px;
    width: 60px;
  }
  #tanavContainer .ta-nav-BenifitText {
    color: #6c6e6e;
    float: left;
    font-family: Tanav-Lato-Bold;
    font-size: 18px;
    line-height: 20px;
    margin: 14px auto 14px 27px;
    text-transform: uppercase;
    width: 264px;
  }
  #tanavContainer #tanavBenifitimge1 {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/priorityAccess.svg');
  }
  #tanavContainer #tanavBenifitimge2 {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Insurance.svg');
  }
  #tanavContainer #tanavBenifitimge3 {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/AccesstoCourts.svg');
  }
  #tanavContainer .ta-nav-hotShotBtn {
    height: 40px;
    width: 96px;
    background-image: url('https://tcstg.tennis.com.au/TA/Images/3E276C41.png');
    float: left;
    background-size: cover;
    margin-left: 5px;
  }
  #tanavContainer .ta-nav-undertext {
    color: #FFFFFF;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    line-height: 15px;
    margin-left: 10px;
    margin-top: 6px;
    width: 53px;
  }
  #tanavContainer .ta-nav-SignUpFooterContainer {
    margin: 10px auto;
    max-width: 265px;
    width: 100%;
  }
  #tanavContainer .ta-nav-footerText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-subDvider {
    float: left;
    width: 10%;
    display: none;
  }
  #tanavContainer .ta-nav-subDviderStyle {
    border-left: 1px solid;
    color: #FFFFFF;
    height: 45px;
    width: 0;
  }
  #tanavContainer .ta-nav-Signuppage {
    float: right;
    max-width: 382px;
    width: 100%;
  }
  #tanavContainer .ta-nav-footerLoginLink {
    margin: 15px auto !important;
  }
  #tanavContainer .ta-nav-EmailheaderText {
    color: #CDCD61;
    font-family: Tanav-Lato-Light;
    font-size: 30px;
    line-height: 38px;
    margin: 0 auto 12px;
    text-align: center;
    width: 400px;
  }
  #tanavContainer .ta-nav-EmailRegBody {
    margin: 27px auto;
  }
  #tanavContainer .ta-nav-EmailRegBodyContainer,
  #tanavContainer .ta-nav-Under15RegBodyContainer {
    border-top: 1px solid white;
    margin: 25px auto;
    width: 91%;
    max-width: 322px;
  }
  #tanavContainer .ta-nav-EmailCommonTextBox,
  #tanavContainer .ta-nav-Under15CommonTextBox,
  #tanavContainer .ta-nav-LoginCommonTextBox,
  #tanavContainer .ta-nav-LoginCommonButton {
    margin: 12px auto;
    width: 100%;
    position: relative;
  }
  #tanavContainer .ta-nav-EmailtxtBox,
  #tanavContainer .ta-nav-loginTxtBox,
  #tanavContainer .ta-nav-Under15txtBox {
    border: 2px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-medium;
    font-size: 11px;
    height: 30px;
    max-width: none;
    line-height: normal;
    padding: 0;
    width: 100%;
    border-radius: 0;
    text-indent: 6px;
    box-sizing: border-box !important;
    /* css3 rec */
    -moz-box-sizing: border-box !important;
    /* ff2 */
    -ms-box-sizing: border-box !important;
    /* ie8 */
    -webkit-box-sizing: border-box !important;
    /* safari3 */
  }
  #tanavContainer .ta-nav-ErrorMessageText {
    background: none repeat scroll 0 0 #e10073;
    border: 1px solid #e10073;
    color: white;
    display: none;
    font-family: Tanav-Lato-Regular;
    font-size: 9px;
    line-height: 16px;
    padding: 0 4px;
    text-align: left;
    text-transform: uppercase;
    width: 96%;
  }
  #tanavContainer .ta-nav-divUserName {
    float: left;
    width: 100%;
    position: relative;
  }
  #tanavContainer .ta-nav-UserNameMobile {
    width: 100% !important;
  }
  #tanavContainer #tanavChkRememberMe {
    border-radius: 0 !important;
  }
  #tanavContainer .ta-nav-SignUpBtnText {
    background: #d7d700;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
    padding: 10px;
    /*width: 92%;*/
  }
  #tanavContainer * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  #tanavContainer *:before,
  #tanavContainer *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  #tanavContainer a:hover,
  #tanavContainer a:focus {
    color: inherit;
    text-decoration: inherit;
  }
  #tanavContainer input,
  #tanavContainer select,
  #tanavContainer textarea {
    max-width: none;
  }
  #tanavContainer .ta-nav-ErrorMessage {
    color: red;
    max-height: 10px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 6px;
  }
  #tanavContainer .ta-nav-RememberOptionBody {
    margin-top: 1px !important;
  }
  #tanavContainer .ta-nav-toolTipHeaderLabel {
    font-family: Tanav-Lato-medium;
  }
  #tanavContainer .ta-nav-ErrorMessageBorder {
    border: 1px solid red !important;
  }
  #tanavContainer .ta-nav-LoginSocialText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    line-height: 15px;
    margin: 12px auto 17px 20px;
    text-align: center;
  }
  #tanavContainer .ta-nav-LoginsocialButtonForGP {
    background: none repeat scroll 0 0 #d34836;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    height: 40px;
    margin: 11px auto !important;
    max-width: 220px;
    width: 94% !important;
  }
  #tanavContainer .ta-nav-forgotUserNameContainer {
    min-height: 300px;
    max-width: 408px;
    width: 100%;
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Vernalis_Tennis-Connect_LogIn_v2.jpg');
  }
  #tanavContainer .ta-nav-subHeaderContentDetail {
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-forgotUserNameCommonTextBox {
    margin: 6px 0;
    width: 100%;
    position: relative;
  }
  #tanavContainer .ta-nav-forgotUserNameBtnText {
    padding: 10px;
  }
  #tanavContainer .ta-nav-forgotUserNameCommonButton {
    background-color: #2596BE;
    cursor: pointer;
    font-family: Tanav-Lato-Heavy;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    height: 30px;
    width: 400px;
    float: left;
  }
  #tanavContainer .ta-nav-subHeaderContent {
    color: #6c6e6f;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
  #tanavContainer .ta-nav-forgotUserNameFooterLink {
    color: #1690d0;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-forgotUserNameCheckRemember {
    margin: 4px auto;
  }
  #tanavContainer .ta-nav-forgotUserNameSpnCommon {
    color: #1690d0;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-forgotUserNameRememberOption {
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    margin: 0 auto 10px auto;
    position: relative;
    width: 100%;
    color: #6c6e6f;
  }
  #tanavContainer .ta-nav-ForgotUserBtn {
    width: 100% !important;
  }
  #tanavContainer .ta-nav-forgotUserNameHeaderContainer {
    color: #1590cf;
    font-family: Tanav-Lato-Medium;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-forgotUserNameContent {
    margin: 40px auto 0;
    width: 93%;
  }
  #tanavContainer .ta-nav-changepasswordBodyContainer {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/mobile1.png");
    background-size: cover;
    box-shadow: 0 3px 10px #777777;
    height: 560px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
  }
  #tanavContainer .ta-nav-changepasswordBody {
    margin: 52px auto;
    width: 100%;
  }
  #tanavContainer .ta-nav-changepasswordBodyContent {
    float: right;
    max-width: 480px;
    width: 100%;
  }
  #tanavContainer .ta-nav-ChangePswdLogoBody {
    width: 100%;
    margin: 6px auto;
  }
  #tanavContainer .ta-nav-CircleLogo {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Tennis_Logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 173px;
    width: 182px;
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-changePswdText {
    width: 100%;
    color: #d7d700;
    font-family: Tanav-Lato-Heavy;
    font-size: 23px;
    text-align: center;
  }
  #tanavContainer .ta-nav-ChangePswdDesc {
    color: white;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
  }
  #tanavContainer .ta-nav-ChangePswdDesc1 {
    color: white;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 18px;
    text-align: center;
  }
  #tanavContainer .ta-nav-ChangePswdTxtboxBody {
    margin: 0 auto;
    width: 70%;
  }
  #tanavContainer .ta-nav-ChangePswdTextBody {
    margin: 12px auto;
    width: 100%;
  }
  #tanavContainer .ta-nav-ChangePswdTextBox {
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    height: 15px;
    padding: 8px;
    width: 95%;
  }
  #tanavContainer .ta-nav-ResetPasswordBtn {
    background: none repeat scroll 0 0 #cdcd61;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Medium;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    width: 95%;
  }
  #tanavContainer .signupPopupFooter {
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    margin: 15px auto;
    text-align: center;
    width: 68%;
  }
  #tanavContainer .signupPopupMember {
    font-size: 16px;
    font-family: Tanav-Lato-Bold;
    text-align: center;
    margin: 20px auto;
    color: #6c6e6f;
  }
  #tanavContainer .signupPopupCommonButton {
    width: 75% !important;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #tanavContainer .LoginCommonButton {
    background-color: #2596be;
    box-shadow: 1px 1px 2px #6c6e6f;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    height: 31px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .LoginBtnText {
    padding: 10px;
  }
  #tanavContainer .ta-nav-verifyEmailContainer {
    width: 420px;
  }
  #tanavContainer .ta-nav-popupBodyHeaderDiv {
    background-color: #0091d2;
    padding: 7px 18px;
  }
  #tanavContainer .ta-nav-verifyEmailHeader {
    font-family: Tanav-Lato-Bold;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 5px 5px 10px 5px;
  }
  #tanavContainer .ta-nav-closeImagePopUp {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    margin: 0 auto;
    position: absolute;
    right: -16px;
    top: -19px;
    width: 36px;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-HeaderSeperator {
    margin: 0 5px;
    border-top: 1px solid #33a7db;
  }
  #tanavContainer .ta-nav-verifyEmailSubHeaderContent {
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
    padding: 5px;
  }
  #tanavContainer .ta-nav-popupBodyContainerDiv {
    padding: 10px;
    background: #ffffff;
  }
  #tanavContainer .ta-nav-PopupBodySubContainer {
    padding: 5px;
  }
  #tanavContainer .ta-nav-PopUpBodySubContainerBold {
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    text-align: center;
    color: #6e6e6e;
  }
  #tanavContainer .ta-nav-verifyEmailStyle {
    font-size: 14px;
    padding: 10px;
    color: #6e6e6e;
    font-family: tanav-lato-bold;
  }
  #tanavContainer .ta-nav-Asteric {
    vertical-align: super;
  }
  #tanavContainer .ta-nav-CmnBtnStyle {
    height: 25px;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
    width: 179px;
    float: left;
    text-align: center;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-ResendEmailBtn {
    background: #ffffff;
    color: #6e6e6e;
    border: 1px solid #d9da26;
    margin: 5px;
  }
  #tanavContainer .ta-nav-VerifiedBtn {
    background: #d7d700;
    color: #ffffff;
    margin: 5px;
    float: right;
  }
  #tanavContainer .ta-nav-CmnBtnPadding {
    padding-top: 6px;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterLink {
    font-family: Tanav-Lato-Bold;
    font-size: 10px;
    color: #d7d700;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterContent {
    font-family: Tanav-Lato-Regular;
    font-size: 10px;
    color: #6e6e6e;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterDiv {
    text-align: center;
    font-size: 12px;
    padding: 5px 80px;
  }
  #tanavContainer .ta-nav-ForcedPromoteChildContainer {
    width: 300px;
    background-color: #ffffff;
    box-shadow: -5px 25px 35px #888888;
  }
  #tanavContainer .ta-nav-totalPopupBackgroundDiv {
    background-color: #ffffff;
  }
  #tanavContainer .ta-nav-ForcepopupBodyHeaderDiv {
    background-color: #0091d2;
    padding: 5px 20px;
  }
  #tanavContainer .ta-nav-editConnectAnotherAccHeaderDiv {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid #33a7db;
    padding: 5px;
    font-family: Tanav-Lato-Medium;
  }
  #tanavContainer .ta-nav-popupSubBodyContentAccount {
    padding: 10px 23px;
    width: 253px;
    float: left;
  }
  #tanavContainer .ta-nav-closeImageSetup {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    margin: 0 auto;
    position: absolute;
    right: -16px;
    top: -19px;
    width: 36px;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-promoteChildModalSubHeader {
    font-size: 11px;
    color: #8e8e8e;
    font-family: Tanav-Lato-Regular;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
  }
  #tanavContainer .ta-nav-promoteChildModalContent {
    font-size: 11px;
    color: #8e8e8e;
    font-family: Tanav-Lato-Regular;
    text-align: center;
    padding-top: 5px;
    line-height: 18px;
  }
  #tanavContainer .ta-nav-promoteChildModalWarning {
    font-size: 11px;
    color: #E00073;
    font-family: Tanav-Lato-Medium;
    text-align: center;
    padding-top: 15px;
    line-height: 18px;
  }
  #tanavContainer .ta-nav-connectSocialFacebookDiv {
    background: #3B5998;
    /*padding: 6px;*/
    margin: 20px auto;
    width: 280px;
    height: 40px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-socialFaceBookImg {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/SocialAccounts_FB.svg');
    background-size: cover;
    float: left;
    height: 35px;
    width: 35px;
    margin: 5px 0 0 10px;
  }
  #tanavContainer .ta-nav-connectSocialGooglePlusDiv {
    color: #ffffff;
    font-family: Tanav-Lato-Medium;
    padding: 13px;
    text-align: center;
  }
  #tanavContainer .ta-nav-bodyContentConnectAnotherAcc {
    background: #d34836;
    margin: 20px auto;
    width: 280px;
    height: 40px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-socialGooglePlusImage {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/GooglePlus_Icon.svg');
    background-size: cover;
    float: left;
    height: 31px;
    width: 30px;
    margin: 5px 0 0 10px;
  }
  #tanavContainer .ta-nav-connectSocialMailDiv {
    background: #6E6E6E;
    margin: 20px auto;
    width: 280px;
    height: 40px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-socialMailImage {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Email_Icon.svg');
    background-size: cover;
    float: left;
    height: 20px;
    width: 30px;
    margin: 10px 0 0 10px;
  }
  #tanavContainer .ta-nav-emailTxtBox {
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    height: 12px;
    padding: 9px 8px 7px;
    width: 93%;
  }
  #tanavContainer #tanavpromoteEmailAddress {
    border: none;
    box-shadow: 1px 1px 2px #808080;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    height: 30px;
    text-indent: 10px;
    width: 100%;
  }
  #tanavContainer #tanavpromoteEmailAddress:focus {
    outline: 2px solid #0091d2;
  }
  #tanavContainer .ta-nav-popupSubBodyRightContentAccount {
    width: 300px;
    float: left;
  }
  #tanavContainer .ta-nav-promoteSocialBtnFont {
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    color: #ffffff;
  }
  #tanavContainer #tanavEmailLoginDetails {
    margin: 10px;
  }
  #tanavContainer .ta-nav-promoteCancelBtn {
    border: 2px solid #0091d2;
    border-radius: 0;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-prmoteSubmitBtn {
    background-color: #0091d2;
    color: white;
    border: 2px solid #0091d2;
    border-radius: 0;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 15px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-bottomBtnDiv {
    margin-bottom: 20px;
    float: right;
  }
  #tanavContainer .ta-nav-btnMargin {
    margin-bottom: 20px;
  }
  #tanavContainer .ta-nav-ForgotUsernameTextbox {
    width: 95%;
  }
  #tanavContainer .ta-nav-ErrorMessage {
    padding-top: 0;
  }
  #tanavContainer .ta-nav-successCommonButton {
    background-color: #2596be;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 97%;
  }
  #tanavContainer .ta-nav-successCommonDescStyle {
    color: #6c6e6f;
    font-family: Tanav-lato-regular;
    font-size: 14px;
    line-height: 20px;
  }
  #tanavContainer .ta-nav-successCommonTextStyle {
    margin: 7px auto;
    text-align: center;
    width: 92%;
  }
  #tanavContainer .ta-nav-successLabel {
    color: #0091d2;
    float: left;
    font-family: Tanav-Lato-Heavy;
    font-size: 30px;
    margin: 6px 11px;
  }
  #tanavContainer .ta-nav-successHeaderImage {
    margin: 0 auto;
    max-width: 199px;
    width: 71%;
  }
  #tanavContainer .ta-nav-successContent {
    margin: 33px auto;
    width: 90%;
  }
   
  #tanavContainer .ta-nav-successContainer {
    background-size: cover;
    /*height: 247px;*/
    position: absolute;
    right: 0;
    max-width: 400px;
    background-image: url("https://tcstg.tennis.com.au/TA/Images/LoginBG.png");
    box-shadow: 0 3px 10px #777777;
    z-index: 1001;
  }
  #tanavContainer .ta-nav-circleImage {
    height: 40px;
    width: 40px;
    float: left;
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Login_Success.svg");
    background-size: cover;
  }
  #tanavContainer .ta-nav-successRememberOption {
    color: #6E6E6E;
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    margin: 17px auto;
    position: relative;
    width: 98%;
  }
  #tanavContainer .ta-nav-clickHere {
    color: #0091D2;
    cursor: pointer;
    font-family: lato-bold;
    font-size: 12px;
  }
  #tanavContainer .ta-nav-forgotUserNameAddAccount {
    margin: 4px auto;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-headerText {
    font-size: 40px;
  }
  #tanavContainer #tanavAlreadyLoggedInPopup .ta-nav-completeSuccessBackgroundSetup {
    margin-top: 100px;
    margin-left: 8px;
    width: 300px;
  }
  #tanavContainer #tanavAlreadyLoggedInPopup .ta-nav-completeSuccessShowImage {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/ActiveLogin_Tick.svg');
    background-size: cover;
    height: 40px;
    width: 40px;
    float: right;
  }
  #tanavContainer #tanavAlreadyLoggedInPopup .ta-nav-completeSuccessHeaderDiv {
    color: #FFFFFF;
    float: left;
    font-family: Tanav-Lato-Medium;
    font-size: 28px;
    padding: 17px 10px 10px;
    text-align: left;
    width: 53%;
  }
  #tanavContainer #tanavAlreadyLoggedInPopup .ta-nav-completeSuccessButtonContainer {
    width: 46%;
    float: left;
    margin: 5px auto 25px auto;
    padding-left: 9px;
  }
}
@media only screen and (max-width: 480px) {
  #tanavContainer {
    /*#promoteChildAccountFromProfileModal .modal-content {
            width: 300px !important;
            border-radius: 0;
        }*/
  }
  #tanavContainer .ta-nav-ForgotPassword {
    width: 300px;
  }
  #tanavContainer .ta-nav-ForgotUserNameStyle {
    width: 300px;
  }
  #tanavContainer .ta-nav-closeImageForModals {
    height: 25px;
    right: -12px;
    top: -11px;
    width: 25px;
  }
  #tanavContainer #tanavSignupContainer.ta-nav-changedModalStyle {
    width: 300px !important;
  }
  #tanavContainer .tanavScrollContentWidth {
    width: 300px !important;
  }
  #tanavContainer #tanavLoginContent.ta-nav-SignUpModal {
    width: 300px !important;
  }
  #tanavContainer .ta-nav-verifyEmailContainer {
    width: 300px !important;
  }
  #tanavContainer .ta-nav-CmnBtnStyle {
    width: 127px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  #tanavContainer {
    /*#tanavGroupContent{
        display:none;
    }*/
    /*.ta-nav-loginTxtBox {
            color: #6c6e6f;
            float: left;
            font-family: Tanav-Lato-Regular;
            font-size: 10px;
            line-height: normal;
            padding: 8px 6px;
            height: 14px;
            width: 388px;
            -webkit-appearance: none;
            max-width: none;
            border: 1px solid #ffffff;
        }*/
    /*Footer Container Styles*/
    /*End Footer Container Styles*/
  }
  #tanavContainer .ta-nav-benifits {
    display: none !important;
  }
  #tanavContainer .ta-nav-DobTextForMobile {
    display: none;
  }
  #tanavContainer .ta-nav-scrollContent {
    margin: 0 auto;
    /*padding-bottom: 30px;*/
    padding-bottom: 18px;
    /*padding-top: 60px;*/
    width: 90%;
  }
  #tanavContainer .ta-nav-Signuppage {
    float: right;
    max-width: 473px;
    width: 100%;
  }
  #tanavContainer .ta-nav-socialBodyContainer {
    border-top: 1px solid white;
    display: block;
    margin: 35px auto;
    max-width: 260px;
    width: 100%;
  }
  #tanavContainer .ta-nav-headerText {
    font-size: 43px;
  }
  #tanavContainer .ta-nav-socialBody {
    margin: 40px auto;
    width: 100%;
  }
  #tanavContainer #tanavChkRememberMe {
    border-radius: 0 !important;
  }
  #tanavContainer .ta-nav-socialButtons {
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    height: 40px;
    margin: 18px auto;
    width: 100%;
  }
  #tanavContainer .ta-nav-joinHereLink {
    color: white;
    font-family: Tanav-Lato-Regular;
    font-size: 13px;
    margin: 7px auto;
    text-align: right;
    width: 100%;
  }
  #tanavContainer input :focus {
    outline: 2px solid #d9da26;
  }
  #tanavContainer #tanavSocialFBSignupPopup,
  #tanavContainer #tanavSocialFBSignup {
    background: #3b5998;
  }
  #tanavContainer #tanavSocialGPSignup,
  #tanavContainer #tanavSocialGPSignupPopup {
    background: #d34836;
  }
  #tanavContainer #tanavEmailRegbtn {
    background: #6c6e6f;
    margin: 0 auto !important;
  }
  #tanavContainer .ta-nav-SocialText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Medium;
    font-size: 14px;
    line-height: 15px;
    margin: 12px auto 12px 36px;
    text-align: center;
  }
  #tanavContainer #tanavLoginContent {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Vernalis_Tennis-Connect_LogIn_v2New.jpg");
    /*box-shadow: -14px 9px 20px 10px #888888;*/
    -moz-box-shadow: 0 3px 10px #777777;
    -webkit-box-shadow: 0 3px 10px #777777;
    box-shadow: 0 3px 10px #777777;
    position: absolute;
    right: 0;
    background-size: cover;
    display: none;
  }
  #tanavContainer #tanavsignupPopupContent {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/LoginBG.png");
    height: 370px;
    width: 480px;
    font-family: Tanav-Lato-Medium;
    position: absolute;
    display: none;
  }
  #tanavContainer .ta-nav-signupPopupContent {
    width: 80%;
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainer {
    color: #1590cf;
    font-size: 33px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 5px;
    text-align: center;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainerHeavy {
    font-family: Tanav-Lato-Heavy;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainerMedium {
    font-family: Tanav-Lato-Medium;
  }
  #tanavContainer .ta-nav-signupPopupHeaderContainerLight {
    font-family: Tanav-Lato-Light;
  }
  #tanavContainer .ta-nav-signupPopupHeader {
    font-size: 12px;
    text-align: center;
    color: #6c6e6f;
  }
  #tanavContainer .ta-nav-signupPopupFooter {
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
  }
  #tanavContainer .ta-nav-signupPopupMember {
    font-size: 16px;
    font-family: Tanav-Lato-Bold;
    text-align: center;
    padding-top: 20px;
    color: #6c6e6f;
  }
  #tanavContainer .ta-nav-signupPopupfooterLink {
    color: #2596be;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-signupPopupDivider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
  }
  #tanavContainer .ta-nav-LoginsocialButtonForGP {
    height: 45px;
    max-width: 220px;
    width: 100%;
    margin: 11px auto;
    background: #D34836;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
  }
  #tanavContainer .ta-nav-signupsocialBodyContainer {
    padding-top: 10px;
  }
  #tanavContainer .ta-nav-signupPopupsocialButtons {
    /*border: 1px solid;*/
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 10px;
    width: 170px;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
  }
  #tanavContainer .ta-nav-under13Button {
    background: none repeat scroll 0 0 #A0A847;
    /*opacity: 0.5;*/
  }
  #tanavContainer .ta-nav-signupPopupSocialText {
    background: none repeat scroll 0 0 #A0A847;
    /*opacity: 0.5;*/
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    width: 130px;
    height: 40px;
  }
  #tanavContainer .ta-nav-signupPopupSocialTextAlign {
    padding-left: 30px;
    padding-right: 35px;
    text-align: center;
    padding-top: 8px;
  }
  #tanavContainer .ta-nav-signupPopupSocialTextEmailAlign {
    padding-left: 25px;
    padding-right: 25px;
  }
  #tanavContainer .ta-nav-signupPopupCommonButton {
    width: 100% !important;
    margin-top: 18px;
  }
  #tanavContainer .ta-nav-loginTxtBox:focus {
    outline: none;
  }
  #tanavContainer .ta-nav-LoginCommonButton {
    background-color: #0091D2;
    box-shadow: 1px 1px 2px #6c6e6f;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-medium;
    font-size: 12px;
    height: 30px;
    text-align: center;
  }
  #tanavContainer .ta-nav-loginContainer {
    font-family: Tanav-Lato-Medium;
    max-width: 400px;
    width: 100%;
  }
  #tanavContainer .ta-nav-LoginPageContentBody,
  #tanavContainer .ta-nav-SocialLoginContentBody {
    margin: 0 auto;
    width: 96%;
  }
  #tanavContainer .ta-nav-loginContent {
    width: 95%;
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-loginHeaderContainer {
    color: #1590cf;
    font-family: Tanav-Lato-Bold;
    font-size: 38px;
    margin-bottom: 15px;
    margin-top: 38px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-loginHeaderContainerHeavy {
    font-family: Tanav-Lato-Heavy;
  }
  #tanavContainer .ta-nav-loginBodyContainer {
    width: 100%;
  }
  #tanavContainer .ta-nav-LoginSocialGPBtn {
    height: 45px !important;
  }
  #tanavContainer .ta-nav-LoginSocialFBBtn {
    height: 45px !important;
    background-size: cover;
  }
  #tanavContainer .ta-nav-LoginBtnText {
    padding: 8px;
  }
  #tanavContainer .ta-nav-LoginForgotSection {
    float: right;
    padding-top: 3px;
    text-align: right;
  }
  #tanavContainer .ta-nav-LoginsocialBodyContainer {
    margin: 18px auto;
    width: 54%;
    margin-bottom: 15px;
  }
  #tanavContainer .ta-nav-LoginFooterContainer {
    color: #6c6e6f;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-RememberOption {
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    position: relative;
    width: 98%;
    color: #6c6e6f;
  }
  #tanavContainer #tanavChkRememberMe {
    margin-right: 10px !important;
    margin-top: 0 !important;
  }
  #tanavContainer .ta-nav-RememberMeCaption {
    float: left;
  }
  #tanavContainer .ta-nav-checkRemember {
    float: left;
    margin: 3px 0 0 0;
  }
  #tanavContainer .ta-nav-spnCommon {
    color: #1690d0;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-LoginSocialText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Medium;
    font-size: 14px;
    line-height: 15px;
    margin: 14px auto 14px 12px;
    text-align: center;
  }
  #tanavContainer .ta-nav-LoginsocialButtons {
    width: 100%;
    margin: 18px auto !important;
    background: #3B5998;
    box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    height: 45px;
    max-width: 220px;
  }
  #tanavContainer .ta-nav-OrDivider {
    background: #1690d0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 15px;
    height: 36px;
    line-height: 39px;
    text-align: center;
    width: 36px;
  }
  #tanavContainer .ta-nav-OrDividerContainer {
    margin: 13px auto;
    width: 94%;
  }
  #tanavContainer .ta-nav-OrDividerContainerBorder {
    background-color: #fff;
    float: left;
    height: 3px;
    margin-top: 20px;
    width: 44%;
  }
  #tanavContainer .ta-nav-Benifiters {
    /*border: 1px solid;*/
    height: 48px;
  }
  #tanavContainer .ta-nav-BeniftsBodyContainer {
    margin-top: 15px;
  }
  #tanavContainer .ta-nav-HeaderContainer {
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-subHeaderContainer {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-seperator {
    border-top: 1px solid;
    color: #ffffff;
    height: 0;
    margin: 18px auto;
    text-align: center;
    width: 300px;
  }
  #tanavContainer .ta-nav-seperator1 {
    border-top: 1px solid;
    color: #ffffff;
    height: 0;
    margin: 13px auto;
    text-align: right;
    width: 225px;
  }
  #tanavContainer .ta-nav-benifitsHeader {
    color: #6c6e6e;
    font-family: Tanav-Lato-Heavy;
    font-size: 25px;
    line-height: 27px;
    text-transform: uppercase;
    width: 300px;
  }
  #tanavContainer .ta-nav-BenifitImage {
    border: 1px solid #ffffff;
    border-radius: 100%;
    float: left;
    height: 60px;
    width: 60px;
  }
  #tanavContainer .ta-nav-BenifitText {
    color: #6c6e6e;
    float: left;
    font-family: Tanav-Lato-Bold;
    font-size: 18px;
    line-height: 20px;
    margin: 14px auto 14px 27px;
    text-transform: uppercase;
    width: 264px;
  }
  #tanavContainer .ta-nav-hotShotBtn {
    height: 40px;
    width: 96px;
    background-image: url('https://tcstg.tennis.com.au/TA/Images/3E276C41.png');
    float: left;
    background-size: cover;
    margin-left: 5px;
  }
  #tanavContainer .ta-nav-undertext {
    color: #FFFFFF;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    line-height: 15px;
    margin-left: 10px;
    margin-top: 6px;
    width: 53px;
  }
  #tanavContainer .ta-nav-SignUpFooterContainer {
    float: right;
    max-width: 429px;
    width: 100%;
  }
  #tanavContainer .ta-nav-scrollarea {
    float: right;
    width: 100%;
  }
  #tanavContainer .ta-nav-footerText {
    color: #ffffff;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    line-height: 17px;
    max-width: 203px;
    text-align: center;
    width: 41%;
  }
  #tanavContainer .ta-nav-subDvider {
    float: left;
    max-width: 30px;
    width: 10%;
  }
  #tanavContainer .ta-nav-subDviderStyle {
    border-left: 1px solid;
    color: #FFFFFF;
    height: 45px;
    width: 0;
  }
  #tanavContainer .ta-nav-footerLoginLink {
    margin: 15px auto !important;
    text-align: left;
    width: 40% !important;
  }
  #tanavContainer .ta-nav-EmailheaderText {
    color: #CDCD61;
    font-family: Tanav-Lato-Light;
    font-size: 30px;
    line-height: 38px;
    margin: 0 auto 12px;
    text-align: center;
    width: 400px;
  }
  #tanavContainer .ta-nav-EmailRegBody,
  #tanavContainer .ta-nav-Under15RegBody {
    margin: 27px auto;
    width: 100%;
  }
  #tanavContainer .ta-nav-EmailRegBodyContainer,
  #tanavContainer .ta-nav-Under15RegBodyContainer {
    border-top: 1px solid white;
    margin: 25px auto;
    max-width: 334px;
    width: 100%;
  }
  #tanavContainer .ta-nav-EmailCommonTextBox,
  #tanavContainer .ta-nav-Under15CommonTextBox,
  #tanavContainer .ta-nav-LoginCommonButton {
    margin: 12px auto;
    width: 100%;
    position: relative;
  }
  #tanavContainer .ta-nav-LoginCommonTextBox {
    margin: 12px auto;
    width: 100%;
    position: relative;
  }
  #tanavContainer .ta-nav-EmailtxtBox,
  #tanavContainer .ta-nav-Under15txtBox {
    border: 2px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-lato-medium;
    font-size: 11px;
    height: 30px;
    max-width: none;
    padding: 0;
    width: 100%;
    border-radius: 0 !important;
    -webkit-appearance: none;
    text-indent: 8px;
    box-sizing: border-box !important;
    /* css3 rec */
    -moz-box-sizing: border-box !important;
    /* ff2 */
    -ms-box-sizing: border-box !important;
    /* ie8 */
    -webkit-box-sizing: border-box !important;
    /* safari3 */
  }
  #tanavContainer .ta-nav-loginTxtBox {
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    height: 14px;
    max-width: none;
    padding: 8px;
    width: 95%;
    -webkit-appearance: none;
    border-radius: 0 !important;
  }
  #tanavContainer .ta-nav-DobText {
    color: white;
    float: left;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    margin: 10px auto;
    text-align: left;
    width: 33%;
  }
  #tanavContainer .ta-nav-selectDayField {
    float: left;
    width: 31%;
  }
  #tanavContainer .ta-nav-selectMonthField {
    float: left;
    width: 38%;
  }
  #tanavContainer .ta-nav-selectYearField {
    float: left;
    width: 31%;
  }
  #tanavContainer .ta-nav-selectDay {
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    height: 18px;
    width: 74%;
    padding: 6px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    line-height: 18px;
    background-color: #ffffff !important;
    color: #6e6e6e !important;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #tanavContainer .ta-nav-selectMonth {
    float: left;
    height: 18px;
    width: 80%;
    padding: 6px;
    text-transform: uppercase;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    border: 1px solid #ffffff;
    line-height: 18px;
    background-color: #ffffff !important;
    color: #6e6e6e !important;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #tanavContainer .ta-nav-selectYear {
    float: left;
    height: 18px;
    width: 83%;
    padding: 6px;
    text-transform: uppercase;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    border: 1px solid #ffffff;
    line-height: 18px;
    background-color: #ffffff !important;
    color: #6e6e6e !important;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #tanavContainer .ta-nav-divUserName {
    float: left;
    width: 100%;
    position: relative;
  }
  #tanavContainer .ta-nav-MarginAlignment {
    margin-bottom: 12px;
  }
  #tanavContainer .ta-nav-SignUpBtnText {
    background: #d7d700;
    color: #FFFFFF;
    padding: 10px;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
  }
  #tanavContainer * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  #tanavContainer *:before,
  #tanavContainer *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  #tanavContainer a:hover,
  #tanavContainer a:focus {
    color: inherit;
    text-decoration: inherit;
  }
  #tanavContainer input,
  #tanavContainer select,
  #tanavContainer textarea {
    max-width: none;
  }
  #tanavContainer .ta-nav-ErrorMessage {
    color: red;
    height: auto;
    /*height: 18px;*/
    text-align: left;
    padding-bottom: 6px;
    padding-top: 0;
  }
  #tanavContainer .ta-nav-ErrorMessageBorder {
    border: 1px solid red !important;
  }
  #tanavContainer .ta-nav-forgotUserNameContainer {
    max-width: 400px;
    width: 100%;
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Vernalis_Tennis-Connect_LogIn_v2.jpg');
  }
  #tanavContainer .ta-nav-subHeaderContentDetail {
    color: #6c6e6f;
    font-family: lato-regular;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 98%;
  }
  #tanavContainer #tanavPswdStrengthMeter {
    left: 1px;
  }
  #tanavContainer #tanavPswdStrengthMeterChild {
    left: 1px;
  }
  #tanavContainer .ta-nav-ErrorMessageText {
    border: none !important;
  }
  #tanavContainer .ta-nav-forgotUserNameCommonTextBox {
    margin: 12px auto;
    width: 94%;
    position: relative;
  }
  #tanavContainer .ta-nav-forgotUserNameBtnText {
    padding: 10px;
  }
  #tanavContainer .ta-nav-forgotUserNameCommonButton {
    background-color: #2596BE;
    cursor: pointer;
    font-family: Tanav-Lato-medium;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    height: 30px;
    width: 400px;
    float: left;
  }
  #tanavContainer .ta-nav-subHeaderContent {
    color: #6c6e6f;
    font-family: Tanav-Lato-bold;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
  #tanavContainer .ta-nav-forgotUserNameFooterLink {
    color: #1690d0;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-forgotUserNameCheckRemember {
    float: left;
    margin: 10px auto;
  }
  #tanavContainer .ta-nav-forgotUserNameSpnCommon {
    color: #1690d0;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-forgotUserNameRememberOption {
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    margin: 11px auto;
    position: relative;
    width: 93%;
  }
  #tanavContainer .ta-nav-ForgotUserBtn {
    width: 94% !important;
  }
  #tanavContainer .ta-nav-forgotUserNameAddAccount {
    float: right;
    margin: 10px auto;
  }
  #tanavContainer .ta-nav-forgotUserNameHeaderContainer {
    color: #1590cf;
    font-family: Tanav-Lato-Medium;
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-forgotUserNameContent {
    margin: 40px auto 26px;
    width: 93%;
  }
  #tanavContainer .ta-nav-changepasswordBodyContainer {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Reg_panelBg_Desktopupto1024.jpg");
    background-size: auto;
    box-shadow: 0 3px 10px #777777;
    height: 560px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
    background-position: 100% 0;
  }
  #tanavContainer .ta-nav-changepasswordBody {
    margin: 52px auto;
    width: 90%;
  }
  #tanavContainer .ta-nav-changepasswordBodyContent {
    float: right;
    max-width: 480px;
    width: 100%;
  }
  #tanavContainer .ta-nav-ChangePswdLogoBody {
    width: 100%;
    margin: 6px auto;
  }
  #tanavContainer .ta-nav-CircleLogo {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Tennis_Logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 158px;
    width: 158px;
    margin: 0 auto;
  }
  #tanavContainer .ta-nav-changePswdText {
    width: 100%;
    color: #d7d700;
    font-family: Tanav-Lato-Heavy;
    font-size: 30px;
    text-align: center;
  }
  #tanavContainer .ta-nav-ChangePswdDesc {
    color: white;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
  }
  #tanavContainer .ta-nav-ChangePswdDesc1 {
    color: white;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    line-height: 22px;
    margin: 13px auto;
    max-width: 84%;
    text-align: center;
  }
  #tanavContainer .ta-nav-ChangePswdTxtboxBody {
    margin: 0 auto;
    width: 70%;
  }
  #tanavContainer .ta-nav-ChangePswdTextBody {
    margin: 12px auto;
    width: 100%;
    max-width: 340px;
  }
  #tanavContainer .ta-nav-ChangePswdTextBox {
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    height: 15px;
    padding: 8px;
    width: 95%;
  }
  #tanavContainer .ta-nav-ResetPasswordBtn {
    background: #d7d700;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    width: 95%;
  }
  #tanavContainer .ta-nav-SignUpSuccessPageBody {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/background-NewJoin.jpg');
    background-position: 100% 0;
    background-size: cover;
    max-width: 942px;
    position: absolute;
    width: 100%;
  }
  #tanavContainer .ta-nav-newJoinSuccessSubHeader {
    margin: 7px auto;
  }
  #tanavContainer .ta-nav-newJoinSuccessIndividualHeader {
    margin: 5px auto;
    text-align: center;
  }
  #tanavContainer .ta-nav-newJoinSuccessIndividualHeaderContent {
    margin: 19px auto;
    text-align: center;
  }
  #tanavContainer .ta-nav-newJoinSubHeaderBoldContent {
    font-size: 15px;
    font-family: Tanav-Lato-Medium;
    color: white;
    margin: 6px auto;
  }
  #tanavContainer .ta-nav-newJoinBenefitHeaderContainer {
    color: #1590cf;
    font-size: 29px;
    font-family: Tanav-Lato-Heavy;
    text-align: center;
    margin: 17px auto;
  }
  #tanavContainer .ta-nav-SuccessPageBody {
    margin: 40px auto 20px;
    width: 94%;
  }
  #tanavContainer .ta-nav-ForgotUsernameTextbox {
    border: 2px solid #ffffff;
    box-shadow: 1px 1px 2px;
    color: #6e6e6e;
    font-family: Tanav-Lato-Medium;
    font-size: 11px;
    height: 30px;
    padding: 0 8px;
    width: 95%;
    -webkit-appearance: none;
    border-radius: 0 !important;
  }
  #tanavContainer .ta-nav-newJoinbenifits {
    float: left;
    width: 303px;
  }
  #tanavContainer .ta-nav-successpageTextBody {
    margin: 0 auto;
    width: 94%;
  }
  #tanavContainer .ta-nav-SucceessdescText {
    color: #ffffff;
    font-family: Tanav-Lato-Medium;
    font-size: 14px;
    line-height: 20px;
    width: 87%;
    margin: 5px auto;
    text-align: center;
  }
  #tanavContainer .ta-nav-SucceessdescText1 {
    color: #ffffff;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    line-height: 20px;
    margin: 16px auto;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .ta-nav-SucceessdescText2 {
    color: #ffffff;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    line-height: 20px;
    margin: 16px auto;
    text-align: center;
    width: 91%;
  }
  #tanavContainer .ta-nav-newJoinCircleImage {
    font-size: 29px;
    /*width: 100%;*/
    font-family: Tanav-Lato-Light;
    font-family: Tanav-Lato-Heavy;
    height: 50px;
    width: 50px;
    float: left;
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Reg_Success.svg");
    background-size: cover;
  }
  #tanavContainer .ta-nav-newJoinSuccessLabel {
    color: #D7D700;
    font-size: 36px;
    font-family: Tanav-Lato-Heavy;
    /*width: 128px;*/
    float: left;
    margin: 9px 0 9px 13px;
    text-align: center;
  }
  #tanavContainer .ta-nav-newJoinSignUppage {
    float: right;
    width: 321px;
  }
  #tanavContainer .ta-nav-newJoinBenefitPurchaseTicketsIcon {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/PurchaseTickets.svg');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    margin-top: 4px;
    width: 40px;
  }
  #tanavContainer .ta-nav-newJoinBenefitFindaClubIcon {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/FindaClub.svg");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    margin-top: 6px;
    width: 40px;
  }
  #tanavContainer .ta-nav-newJoinBenefitPlayCompetitionsIcon {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/PlayCompetitions.svg');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    margin-top: 6px;
    width: 39px;
  }
  #tanavContainer .ta-nav-newJoinBenefitPlayInaLeagueIcon {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/PlayinLeague.svg');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 22px;
    margin-top: 9px;
    width: 39px;
  }
  #tanavContainer .ta-nav-PartnerSiteLinkSuccessPage {
    background: #0091d2;
    float: left;
    height: 40px;
    width: 40px;
  }
  #tanavContainer .ta-nav-heightAdjust {
    margin: 10px 0;
    width: 280px;
    background: none repeat scroll 0 0 #819819;
    height: 40px;
  }
  #tanavContainer .ta-nav-successImageContainer {
    margin: 19px auto;
    width: 85%;
  }
  #tanavContainer .ta-nav-newJoinBenefitLink {
    background-color: #819819;
    float: left;
    font-family: Tanav-Lato-Regular;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 206px;
    color: white;
    margin: 13px auto;
  }
  #tanavContainer .ta-nav-newJoinInnerDiv {
    font-size: 14px;
    color: white;
    font-family: Tanav-Lato-Regular;
  }
  #tanavContainer .ta-nav-newJoinSubHeaderContent {
    font-size: 15px;
    font-family: Tanav-Lato-Regular;
    color: white;
    margin: 6px auto;
  }
  #tanavContainer .ta-nav-successContainer {
    background-size: cover;
    height: 247px;
    position: absolute;
    right: 0;
    width: 400px;
    background-image: url("https://tcstg.tennis.com.au/TA/Images/LoginBG.png");
    box-shadow: 0 3px 10px #777777;
  }
  #tanavContainer .ta-nav-successContent {
    margin: 33px auto;
    width: 90%;
  }
  #tanavContainer .ta-nav-circleImage {
    height: 40px;
    width: 40px;
    float: left;
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Login_Success.svg");
    background-size: cover;
  }
  #tanavContainer .ta-nav-successLabel {
    color: #0091d2;
    float: left;
    font-family: Tanav-Lato-Heavy;
    font-size: 30px;
    margin: 6px 11px;
  }
  #tanavContainer .ta-nav-successCommonDescStyle {
    color: #6c6e6f;
    font-family: Tanav-Lato-Bold;
    font-size: 14px;
    line-height: 20px;
  }
  #tanavContainer .ta-nav-successCommonTextStyle {
    margin: 7px auto;
    text-align: center;
    width: 70%;
  }
  #tanavContainer .ta-nav-subHeaderContentContinueDetail {
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
    font-family: Tanav-Lato-Heavy;
  }
  #tanavContainer .ta-nav-successCommonButton {
    background-color: #2596be;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 92%;
  }
  #tanavContainer .ta-nav-successRememberOption {
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    margin: 17px auto;
    position: relative;
    width: 98%;
    color: #6e6e6e;
  }
  #tanavContainer .ta-nav-successHeaderImage {
    margin: 0 auto;
    width: 56%;
  }
  #tanavContainer .ta-nav-clickHere {
    color: #0091d2;
    cursor: pointer;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
  }
  #tanavContainer .signupPopupFooter {
    color: #6c6e6f;
    font-family: Tanav-Lato-Regular;
    font-size: 11px;
    margin: 15px auto;
    text-align: center;
    width: 68%;
  }
  #tanavContainer .signupPopupMember {
    font-size: 16px;
    font-family: Tanav-Lato-Bold;
    text-align: center;
    margin: 20px auto;
    color: #6c6e6f;
  }
  #tanavContainer .signupPopupCommonButton {
    width: 75% !important;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #tanavContainer .LoginCommonButton {
    background-color: #2596be;
    box-shadow: 1px 1px 2px #6c6e6f;
    color: #ffffff;
    cursor: pointer;
    font-family: Tanav-Lato-Medium;
    font-size: 14px;
    height: 31px;
    text-align: center;
    width: 100%;
  }
  #tanavContainer .LoginBtnText {
    padding: 10px;
  }
  #tanavContainer .ta-nav-dateFiledSetup {
    float: left;
    width: 67%;
  }
  #tanavContainer .ta-nav-verifyEmailContainer {
    width: 420px;
  }
  #tanavContainer .ta-nav-popupBodyHeaderDiv {
    background-color: #0091d2;
    padding: 7px 18px;
  }
  #tanavContainer .ta-nav-verifyEmailHeader {
    font-family: Tanav-Lato-Bold;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 5px 5px 10px 5px;
  }
  #tanavContainer .ta-nav-closeImagePopUp {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    margin: 0 auto;
    position: absolute;
    right: -16px;
    top: -19px;
    width: 36px;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-HeaderSeperator {
    margin: 0 5px;
    border-top: 1px solid #33a7db;
  }
  #tanavContainer .ta-nav-verifyEmailSubHeaderContent {
    font-family: Tanav-Lato-Regular;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
    padding: 5px;
  }
  #tanavContainer .ta-nav-popupBodyContainerDiv {
    padding: 10px;
    background: #ffffff;
  }
  #tanavContainer .ta-nav-PopupBodySubContainer {
    padding: 5px;
  }
  #tanavContainer .ta-nav-PopUpBodySubContainerBold {
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    text-align: center;
    color: #6e6e6e;
  }
  #tanavContainer .ta-nav-verifyEmailStyle {
    font-size: 14px;
    padding: 10px;
    color: #6e6e6e;
    font-family: tanav-lato-bold;
  }
  #tanavContainer .ta-nav-Asteric {
    vertical-align: super;
  }
  #tanavContainer .ta-nav-CmnBtnStyle {
    height: 25px;
    font-family: Tanav-Lato-Bold;
    font-size: 12px;
    width: 179px;
    float: left;
    text-align: center;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-ResendEmailBtn {
    background: #ffffff;
    color: #6e6e6e;
    border: 1px solid #d9da26;
    margin: 5px;
  }
  #tanavContainer .ta-nav-VerifiedBtn {
    background: #d7d700;
    color: #ffffff;
    margin: 5px;
    float: right;
  }
  #tanavContainer .ta-nav-CmnBtnPadding {
    padding-top: 6px;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterLink {
    font-family: Tanav-Lato-Bold;
    font-size: 10px;
    color: #d7d700;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterContent {
    font-family: Tanav-Lato-Regular;
    font-size: 10px;
    color: #6e6e6e;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterDiv {
    text-align: center;
    font-size: 12px;
    padding: 5px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #tanavContainer {
    /*Forced Promotion Child Pop up */
  }
  #tanavContainer #tanavSignupContainer {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Reg_panelBg_Desktopupto1024.jpg');
    box-shadow: 0 3px 10px #777777;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    right: 0;
    /*height: 470px;*/
    display: none;
    background-size: auto;
    background-position: 100% 0;
  }
  #tanavContainer .ta-nav-toolTipPasswordContainer {
    width: 38%;
    background-color: white;
    margin-top: 10px;
    position: absolute;
    z-index: 100;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword {
    position: relative;
    background: #0091D2;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword:after,
  #tanavContainer .arrow_box_toolTipPassword:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 9px;
    width: 0;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword:after {
    border-color: rgba(0, 45, 134, 0) rgba(0, 183, 213, 0) #0091d2;
    border-width: 7px;
    margin-left: 105px;
    position: absolute;
  }
  #tanavContainer .ta-nav-toolTipPasswordHeaderDiv {
    background-color: #0091D2;
    text-align: center;
    color: white;
    font-family: Tanav-Lato-Regular;
    padding: 10px;
    line-height: 14px;
    font-size: 11px;
  }
  #tanavContainer .ta-nav-toolTipPasswordSubContainer {
    height: 72%;
    padding: 10px;
  }
  #tanavContainer .ta-nav-toolTipPasswordListOfSuggestDiv {
    border-bottom: 1px solid #D7D700;
    font-family: Tanav-Lato-Regular;
    margin: 2px auto;
    position: relative;
    padding: 3px;
    text-align: left;
    height: 12px;
  }
  #tanavContainer .ta-nav-toolTipPasswordAddImage {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/password_tick.svg");
    position: relative;
    line-height: 27px;
    float: right;
    height: 12px;
    width: 12px;
  }
  #tanavContainer .ta-nav-toolTipPasswordRemoveImage {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/password_remove.svg");
    position: relative;
    line-height: 27px;
    float: right;
    height: 12px;
    width: 12px;
  }
  #tanavContainer .ta-nav-toolTipHeaderLabel {
    font-size: 12px;
    font-family: lato-medium;
  }
  #tanavContainer .ta-nav-EmailtxtBox,
  #tanavContainer .ta-nav-loginTxtBox,
  #tanavContainer .ta-nav-Under15txtBox {
    border: 2px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-medium;
    font-size: 11px;
    height: 30px;
    max-width: none;
    line-height: normal;
    padding: 0;
    width: 100%;
    border-radius: 0;
    text-indent: 6px;
    box-sizing: border-box !important;
    /* css3 rec */
    -moz-box-sizing: border-box !important;
    /* ff2 */
    -ms-box-sizing: border-box !important;
    /* ie8 */
    -webkit-box-sizing: border-box !important;
    /* safari3 */
  }
  #tanavContainer .ta-nav-toolTipHeaderLabelContent {
    font-size: 11px;
    font-family: Tanav-Lato-Regular;
    text-align: left;
  }
  #tanavContainer .ta-nav-ForcedPromoteChildContainer {
    width: 620px;
    background-color: #ffffff;
    box-shadow: -5px 25px 35px #888888;
  }
  #tanavContainer .ta-nav-totalPopupBackgroundDiv {
    background-color: #ffffff;
  }
  #tanavContainer .ta-nav-ForcepopupBodyHeaderDiv {
    background-color: #0091d2;
    padding: 5px 20px;
  }
  #tanavContainer .ta-nav-editConnectAnotherAccHeaderDiv {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #33a7db;
    padding: 5px;
    font-family: Tanav-Lato-Medium;
  }
  #tanavContainer .ta-nav-popupSubBodyContentAccount {
    padding: 20px 15px 20px 20px;
    width: 253px;
    float: left;
  }
  #tanavContainer .ta-nav-closeImageSetup {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/Verify_Email_Popup_Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    margin: 0 auto;
    position: absolute;
    right: -16px;
    top: -19px;
    width: 36px;
    cursor: pointer;
  }
  #tanavContainer .ta-nav-promoteChildModalSubHeader {
    font-size: 11px;
    color: #8e8e8e;
    font-family: Tanav-Lato-Regular;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
  }
  #tanavContainer .ta-nav-promoteChildModalContent {
    font-size: 11px;
    color: #8e8e8e;
    font-family: Tanav-Lato-Regular;
    text-align: center;
    padding-top: 5px;
    line-height: 18px;
  }
  #tanavContainer .ta-nav-promoteChildModalWarning {
    font-size: 11px;
    color: #E00073;
    font-family: Tanav-Lato-Medium;
    text-align: center;
    padding-top: 15px;
    line-height: 18px;
  }
  #tanavContainer .ta-nav-connectSocialFacebookDiv {
    background: #3B5998;
    /*padding: 6px;*/
    margin: 20px auto;
    width: 280px;
    height: 40px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-socialFaceBookImg {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/SocialAccounts_FB.svg');
    background-size: cover;
    float: left;
    height: 35px;
    width: 35px;
    margin: 5px 0 0 10px;
  }
  #tanavContainer .ta-nav-connectSocialGooglePlusDiv {
    color: #ffffff;
    font-family: Tanav-Lato-Medium;
    padding: 13px;
    text-align: center;
  }
  #tanavContainer .ta-nav-bodyContentConnectAnotherAcc {
    background: #d34836;
    margin: 20px auto;
    width: 280px;
    height: 40px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-socialGooglePlusImage {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/GooglePlus_Icon.svg');
    background-size: cover;
    float: left;
    height: 31px;
    width: 30px;
    margin: 5px 0 0 10px;
  }
  #tanavContainer .ta-nav-connectSocialMailDiv {
    background: #6E6E6E;
    margin: 20px auto;
    width: 280px;
    height: 40px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-socialMailImage {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Email_Icon.svg');
    background-size: cover;
    float: left;
    height: 20px;
    width: 30px;
    margin: 10px 0 0 10px;
  }
  #tanavContainer .ta-nav-emailTxtBox {
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    height: 12px;
    padding: 9px 8px 7px;
    width: 93%;
  }
  #tanavContainer #tanavpromoteEmailAddress {
    border: none;
    box-shadow: 1px 1px 2px #808080;
    font-family: Tanav-Lato-Medium;
    font-size: 12px;
    height: 30px;
    text-indent: 10px;
    width: 100%;
  }
  #tanavContainer #tanavpromoteEmailAddress:focus {
    outline: 2px solid #0091d2;
  }
  #tanavContainer .ta-nav-popupSubBodyRightContentAccount {
    width: 316px;
    padding-left: 15px;
    float: left;
  }
  #tanavContainer .ta-nav-promoteSocialBtnFont {
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    color: #ffffff;
  }
  #tanavContainer #tanavEmailLoginDetails {
    margin: 20px;
  }
  #tanavContainer .ta-nav-promoteCancelBtn {
    border: 2px solid #0091d2;
    border-radius: 0;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-prmoteSubmitBtn {
    background-color: #0091d2;
    color: white;
    border: 2px solid #0091d2;
    border-radius: 0;
    font-family: Tanav-Lato-Medium;
    font-size: 13px;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 15px;
    box-shadow: 1px 1px 2px #8e8e8e;
  }
  #tanavContainer .ta-nav-bottomBtnDiv {
    margin-bottom: 20px;
    float: right;
  }
  #tanavContainer .ta-nav-btnMargin {
    margin-bottom: 20px;
  }
  #tanavContainer #tanavContainer .ta-nav-completeSuccessBackgroundSetup {
    margin-top: 114px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #tanavContainer .ta-nav-arrow_box_toolTipPassword {
    position: relative;
    background: #0091D2;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword:after,
  #tanavContainer .arrow_box_toolTipPassword:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 9px;
    width: 0;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword:after {
    border-color: rgba(0, 45, 134, 0) rgba(0, 183, 213, 0) #0091d2;
    border-width: 7px;
    margin-left: 105px;
    position: absolute;
  }
  #tanavContainer #tanavSignupContainer {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/Reg_panelBg_Desktopupto780_1.jpg');
    box-shadow: 0 3px 10px #777777;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    right: 0;
    display: none;
    background-size: auto;
    background-position: 100% 0;
  }
  #tanavContainer .ta-nav-toolTipPasswordContainer {
    width: 38%;
    background-color: white;
    margin-top: 10px;
    position: absolute;
    z-index: 100;
  }
  #tanavContainer .ta-nav-toolTipPasswordHeaderDiv {
    background-color: #0091D2;
    text-align: center;
    color: white;
    font-family: Tanav-Lato-Regular;
    padding: 10px;
    line-height: 14px;
    font-size: 11px;
  }
  #tanavContainer .ta-nav-toolTipPasswordSubContainer {
    height: 72%;
    padding: 10px;
  }
  #tanavContainer .ta-nav-toolTipPasswordListOfSuggestDiv {
    border-bottom: 1px solid #D7D700;
    font-family: Tanav-Lato-Regular;
    margin: 2px auto;
    position: relative;
    padding: 3px;
    text-align: left;
    height: 12px;
  }
  #tanavContainer .ta-nav-toolTipPasswordAddImage {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/password_tick.svg");
    position: relative;
    line-height: 27px;
    float: right;
    height: 12px;
    width: 12px;
  }
  #tanavContainer .ta-nav-toolTipPasswordRemoveImage {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/password_remove.svg");
    position: relative;
    line-height: 27px;
    float: right;
    height: 12px;
    width: 12px;
  }
}
.applyBackgroundBlur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  pointer-events: none;
  /*filter: url(blur.svg#blur);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');*/
}
.blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.applyBackgroundBlurForIE {
  filter: url(blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  pointer-events: none;
}
.ta-nav-selectSetPlaceholderDay {
  float: left;
  font-family: Tanav-Lato-medium;
  font-size: 11px;
  height: 28px;
  padding: 0 6px;
  text-transform: uppercase;
  width: 70%;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #9e9e9e;
  box-shadow: 1px 1px 2px;
  border: 1px solid #ffffff;
  line-height: 28px;
  background-color: #ffffff;
  border-radius: 0;
}
.ta-nav-selectSetPlaceholderMonth {
  float: left;
  height: 28px;
  width: 75%;
  padding: 0 6px;
  text-transform: uppercase;
  font-family: Tanav-Lato-medium;
  font-size: 11px;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 2px;
  line-height: 28px;
  background-color: #ffffff;
  color: #9e9e9e;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ta-nav-selectSetPlaceholderYear {
  float: left;
  height: 28px;
  width: 86%;
  padding: 0 6px;
  text-transform: uppercase;
  font-family: Tanav-Lato-Medium;
  font-size: 11px;
  border: 1px solid #ffffff;
  color: #9e9e9e;
  box-shadow: 1px 1px 2px;
  line-height: 28px;
  background-color: #ffffff;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #tanavContainer #tanavLoginContent {
    /*left: 300px !important;*/
  }
  #tanavContainer #tanavSignupContainer {
    /*left: 300px !important;*/
  }
  #tanavContainer .ta-nav-SignUpBtnText {
    background: #D7D700;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-SignUpBtnText {
    background-color: #0091d2;
  }
  #tanavContainer .ta-nav-notificationHeaderDivLabel {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #tanavContainer .ta-nav-changedModalStyle #tanavEmailRegSignUpButton {
    width: 100% !important;
  }
  #tanavContainer .ta-nav-changedModalStyle #tanavPswdStrengthMeter {
    left: 0;
  }
  #tanavContainer .signupPopupFooter {
    width: 68% !important;
    line-height: 16px !important;
  }
  #tanavContainer .ta-nav-DobText {
    color: #ffffff;
    font-family: tanav-lato-medium;
    font-size: 13px !important;
  }
  #tanavContainer .ta-nav-SignUpBtnText {
    font-family: tanav-lato-medium;
  }
  #tanavContainer .signupPopupMember {
    font-family: Tanav-Lato-Bold;
  }
  #tanavContainer .ta-nav-selectYear {
    width: 79% !important;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-SignUpBtnText {
    background-color: #0091d2;
  }
  #tanavContainer .ta-nav-MemberNotificationSetting {
    width: 482px !important;
  }
  #tanavContainer .ta-nav-MemberNotificationSetting {
    left: -313px !important;
  }
}
@media only screen and (max-width: 768px) {
  #tanavContainer .ta-nav-changedModalStyle #tanavEmailRegSignUpButton {
    width: 100% !important;
  }
  #tanavContainer .ta-nav-changedModalStyle #tanavPswdStrengthMeter {
    left: 0;
  }
  #tanavContainer .ta-nav-spnInnerNotificationIcon {
    background: #d7d700;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-family: Tanav-Lato-Light;
    font-size: 15px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    width: 26px;
  }
  #tanavContainer .ta-nav-AllEmptyErrorMessage {
    color: #FF0000;
    padding-top: 0;
    padding-bottom: 2px;
    text-align: left;
  }
  #tanavContainer .ta-nav-EmailCommonTextBox {
    width: 100% !important;
  }
  #tanavContainer .ta-nav-completeSuccessButtonPanel {
    width: 125% !important;
  }
  #tanavContainer .ta-nav-completeSuccessProfileButton {
    width: 96% !important;
    font-size: 11px !important;
  }
  #tanavContainer .signupPopupFooter {
    width: 94% !important;
    line-height: 14px !important;
  }
  #tanavContainer .ta-nav-completeSuccessBackgroundSetup {
    width: 300px !important;
    margin-left: 3px !important;
    left: 0 !important;
  }
  #tanavContainer .ta-nav-completeSuccessShowImage {
    width: 35px !important;
    height: 35px !important;
  }
  #tanavContainer .ta-nav-EmptyNotificationSetup {
    height: 50px;
    width: 50px;
  }
  #tanavContainer .ta-nav-completeSuccessHeaderDiv {
    font-size: 28px !important;
    padding: 15px 10px 10px !important;
  }
  #tanavContainer .ta-nav-completeSuccessButtonContainer {
    width: 129px !important;
  }
  #tanavContainer .ta-nav-completeSuccessOkayButton {
    width: 101px !important;
  }
  #tanavContainer #tanavAlreadyLoggedInPopup .ta-nav-completeSuccessBackgroundSetup {
    width: 300px !important;
    margin-left: 10px !important;
  }
  #tanavContainer .ta-nav-completeSuccessImageContainer {
    width: 23% !important;
  }
  #tanavContainer #tanavAlreadyLoggedInPopup .ta-nav-completeSuccessHeaderDiv {
    color: #FFFFFF;
    float: left;
    font-family: Tanav-Lato-bold;
    font-size: 25px;
    padding: 17px 10px 10px;
    text-align: left;
    width: 53%;
  }
  #tanavContainer #tanavAlreadyLoggedInPopup .ta-nav-completeSuccessShowImage {
    background-image: url('https://tcstg.tennis.com.au/TA/Images/ActiveLogin_Tick.svg');
    background-size: cover;
    height: 35px;
    width: 35px;
    float: right;
  }
  #tanavContainer .ta-nav-completeSuccessOkayButton {
    width: 95% !important;
    font-size: 12px !important;
  }
  #tanavContainer .ta-nav-completeSuccessCloseImageSetup {
    height: 25px;
    right: -9px;
    top: -11px;
    width: 25px;
  }
  #tanavContainer .ta-nav-notificationHeaderDivLabel {
    padding-left: 24px;
    font-size: 26px;
  }
  #tanavContainer .ta-nav-topArrowMargin {
    top: 31px;
  }
  #tanavContainer .ta-nav-verifyEmailSubHeaderContent {
    font-size: 11px !important;
  }
  #tanavContainer .ta-nav-CmnBtnStyle {
    /*width: 127px !important;*/
  }
  #tanavContainer .VerifyEmailFooterDiv {
    padding: 5px 10px !important;
  }
  #tanavContainer .ta-nav-VerifyEmailFooterDiv {
    padding: 5px 18px !important;
  }
  #tanavContainer .ta-nav-verifyEmailContainer {
    /*width: 296px !important;*/
  }
  #tanavContainer .ta-nav-verifyEmailHeader {
    font-size: 14px !important;
  }
  #tanavContainer .ta-nav-closeImagePopUp {
    height: 25px !important;
    width: 25px !important;
    right: -10px !important;
    top: -14px !important;
  }
  #tanavContainer .ta-nav-forgotUserNameHeaderContainer {
    font-size: 20px !important;
  }
  #tanavContainer .ta-nav-MemberNotificationSetting {
    top: 45px;
    left: -102px;
    width: 300px;
  }
  #tanavContainer .ta-nav-spnNotificationIconDetails {
    font-size: 27px;
    left: 244px;
    line-height: 28px;
    width: 30px;
  }
  #tanavContainer .ta-nav-MemberNotificationSetting {
    width: 300px;
  }
  #tanavContainer .ta-nav-toolTipPasswordRemoveImage {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/password_remove.svg");
    position: relative;
    line-height: 27px;
    float: right;
    height: 12px;
    width: 12px;
  }
  #tanavContainer .ta-nav-toolTipPasswordAddImage {
    background-image: url("https://tcstg.tennis.com.au/TA/Images/password_tick.svg");
    position: relative;
    line-height: 27px;
    float: right;
    height: 12px;
    width: 12px;
  }
  #tanavContainer .ta-nav-toolTipPasswordContainer {
    width: 38%;
    background-color: white;
    margin-top: 10px;
    position: absolute;
    z-index: 100;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword {
    position: relative;
    background: #0091D2;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword:after,
  #tanavContainer .arrow_box_toolTipPassword:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 9px;
    width: 0;
  }
  #tanavContainer .ta-nav-arrow_box_toolTipPassword:after {
    border-color: rgba(0, 45, 134, 0) rgba(0, 183, 213, 0) #0091d2;
    border-width: 7px;
    margin-left: 105px;
    position: absolute;
  }
  #tanavContainer .ta-nav-toolTipPasswordHeaderDiv {
    background-color: #0091D2;
    text-align: center;
    color: white;
    font-family: Tanav-Lato-Regular;
    padding: 10px;
    line-height: 14px;
    font-size: 11px;
  }
  #tanavContainer .ta-nav-toolTipPasswordSubContainer {
    height: 72%;
    padding: 10px;
  }
  #tanavContainer .ta-nav-toolTipPasswordListOfSuggestDiv {
    border-bottom: 1px solid #D7D700;
    font-family: Tanav-Lato-Regular;
    margin: 2px auto;
    position: relative;
    padding: 3px;
    text-align: left;
    height: 12px;
  }
  #tanavContainer .ta-nav-toolTipHeaderLabel {
    font-size: 10px;
    text-align: left;
    font-family: Tanav-Lato-Bold;
    color: #6e6e6e;
  }
  #tanavContainer .ta-nav-toolTipHeaderLabelContent {
    font-size: 11px;
    font-family: Tanav-Lato-Regular;
    text-align: left;
  }
  #tanavContainer .tanav-BrowserNotification-Msg {
    width: 84%;
  }
  #tanavContainer input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  #tanavContainer .ta-nav-changedModalStyle .ta-nav-SignUpBtnText {
    background-color: #0091d2;
  }
}
/*# sourceMappingURL=canvas.css.map */