<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#coolWinLoading {
	display: none;
}

#mainContent {
    display: inline-block;
    padding: 20px;
}

#skygolf_360_cloud {
	background: url('/images/sky/360-multi-device.jpg') no-repeat;
	height: 265px; 
	width: 415px;
	margin: 0 auto 30px auto;
	background-size: contain;
}

.pageTitle {
	font-family: Magistral;
	color: #abb80e;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 20px;
	display: inline-block;
}

input.sg360Button {
	background-color: #abb80e!important;
	border: none!important;
	border-radius: 5px!important;
	color: #fff!important;
	padding: 6px!important;
	font-size: 13px!important;
	text-transform: uppercase!important;
	font-weight: bold!important;
	text-align: center!important;
	cursor: pointer!important;
	height: 34px!important;
	width: 120px!important;
}

#myBags {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 50px;
	display: inline-block;
	width: 862px;
}

#myBags .bags {
	padding-left: 20px;
}

#myBags .bags .bag {
	border-bottom: 1px dotted #333333;
	display: inline-block;
	height: 30px;
	margin-bottom: 5px;
	width: 100%;
}
.bagName, .actionLink {
	display: inline-block;
	position: relative;
	width: 40%;
}

.ai {
    border: 1px solid #bed600;
	border-radius: 5px;
	padding: 0px 5px;
	margin-left: 5px;
	background: #bed600;
	position: absolute;
	right: 6px;
	margin-right: 10px;
	color: #fff;
}

.actionLink {
		width: 60%;
}

.bagName {
	padding-top: 5px;
	cursor: pointer;
	overflow: hidden;
    text-overflow: ellipsis;
}

.subTitle {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: Magistral;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
}

#overviewSection .subTitle {

	margin-top: 6px;
}

.rightAlign {
	float: right;
	padding-top: 8px;
}

.rightAlign a {
	color: #0099cc;
}
	
.centerAlign {
	text-align: center;
}

hr {
	border-color: #333333;
	margin: 5px 0 10px;
}

.group {
	display: block;
	width: 48%;
	padding-top: 10px;
	float: left;
	margin-top: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.groupTitle {
	display: inline-block;
	font-size: 18px;
}

.group .row {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #333333;
}

.group .hide {
	display: none;
}

#selectedBag {
	padding-top: 20px;
}

#selectedBag .subTitle{
	width: 100%;
}

.equipImage {
	border:1px solid #999999;
	float:left;
	margin-right:10px;
	margin-bottom:6px;
	width:100px;
	height:100px;
	padding:4px;
	text-align:center;
}
.action {
	padding: 15px 0px;
}

.group .innerContent {
	padding-left: 10px;
}

.icon {
	display: inline-block;
	width: auto;
	height: 16px;
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
	color: #0099cc;
	line-height: 16px;
}

.icon:hover {
	text-decoration: underline;
}

.remove {
	background-image: url('/images/publish_x.png');
}

.add {
	background-image: url('/images/icons/16x16/w_add2.png');
}

.disableRemove {
	background-image: url('/images/icons/16x16/inactive-delete.png');
}
.newsIcon {
	background-image: url('/images/icons/16x16/news-icon.png');
}

.edit {
	background-image: url('/images/icons/16x16/edit-icon.png');
}

.renameBag {
	margin: 0 14px;
}

.save {
	background: url(/images/sprite.png) 0 -112px no-repeat;
}

.view {
	background-image: url('/images/icons/16x16/view.png');
}
/**Remove magnifier glass as baground for carousel**/
.view-display-id-sg360_front_slider {
	background-image: none;
}

.recycle {
	background-image: url('/images/icons/16x16/recycle2.png');
}

.question {
	background-image: url('/images/icons/16x16/help2.png');
}

.email {
	background-image: url('/images/icons/16x16/email-icon.png');
}

.back {
	background-image: url('/images/icons/16x16/arrow-left-icon.png');
}

.list {
	background-image: url('/images/icons/16x16/list.png');
}

.help {
	background-image: url('/images/icons/16x16/help.png');
}

.stat {
	background-image: url('/images/icons/16x16/w_chart.png');
}

.rate {
	background-image: url('/images/icons/16x16/w_star_blue.png');
}

.flag {
	background-image: url('/images/icons/16x16/flag_green.png');
}


.default {
	background-image: url('/images/icons/32x32/default-bag-large.png');
	height: 25px;
	width: 52px;
}

.waiting {
	background-image: url('/images/loader_.gif');
	height: 25px;
	width: 52px;
	background-repeat: no-repeat;
	background-size: 25px auto;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -5px;
}

.smallIcon {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: 10px;
}

.largeIcon {
	background-repeat: no-repeat;
	background-size: 25px auto;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -5px;
}

.disable {
	color: #ccc;
	cursor: default;
}

.disable:hover {
	text-decoration: unset;
}

#clubList {
	background-color: #eeeeee;
	margin: 10%;
	width: 80%;
}

.editBagName {
	padding-top: 0px;
}

#clubList .bagName {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	width: 100%;
}

#clubList .header {
	width: 100%;
	font-weight: bold;
	
}

#clubList .header div:first-child,
#clubList .rowClub div:first-child {
	padding-left: 20px;
	text-align: left;
	width: 48%;
}

#clubList .header div,
#clubList .rowClub div {
	display: inline-block;
	text-align: center;
	width: 20%;
	padding: 5px 0px;
}

.darkRow {
	background-color: #cccccc;
}

.rating {
	padding-top: 15px;
}

.rateBox {
	display: none;
	width: 174px;
	height: 85px;
	border: 1px solid #cccccc;
	position: absolute;
	background-color: #ffffff;
	padding: 5px 10px;
	z-index: 999;
}

.rateBox div {
	width: 90px;
	display: inline-block;
}
#chart-avgScore,
#chart-Fairway,
#chart-GIR,
#chart-Putting {width:239px;height:231px;display: table-cell;text-align: center;vertical-align: middle;/*text-shadow: 1px 1px #FFFFFF;*/color: #BBBBBB;}
.sectionChart .chart {width: 239px; display:inline-block;}
.sectionChart .chart:first-child {width: 172px; float: left;}
.sectionChart .chart .label {text-align:center;padding:5px;font-weight:bold;}
.space {height:10px;width:100%;display:inline-block;}

#chart-avgScore .avgScore {
	background-color: #40b3d9;
    color: #fff;
    font-size:32px;
    height: 120px;
    line-height: 120px;
    margin: 10px auto 22px;
    width: 120px;
	font-weight: bold;
}

#chart-avgScore #totalScore {
	border: 1px solid #999;
    border-radius: 5px;
    color: #274b6d;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 3px auto 0;
    width: 100px;
}

/*Home page*/

.statsSection {
	font-family: Magistral;
	font-weight: bold;
	background-color: #E7E7E7;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #ccc;
	letter-spacing: 1.2px;
}

.statsSection .stats {
	border: 1px solid #979797;
	border-radius: 9px;
	float: left;
	height: 63px;
	margin: 15px 0px 15px 15px;
}

.statName {
	color: #abb80e;
}

.holePlayed {
	padding: 5px;
	width: 176px;
}

.holePlayed .statName {
	font-size: 15px;
}

.statBox .statName.hio {
	width: 107px;
}

.holePlayed .statValue {
	font-size: 28px;
	font-weight: normal;
}


.statsSection .stats:nth-child(2) {
	width: 745px;
	height: 64px;
}

.scoreCard {
	background-color: #cccccc;
	height: 44px;
	width: 117px;
	border-radius: 9px 0px 0px 9px;
	border-right: 1px solid #979797;
	padding: 10px;
	float: left;
}

.font24 {
	font-size: 24px;
}

.scoreCard div:nth-child(1) {
	font-size: 14px;
}

.scoreCard div:nth-child(2) {
	font-size: 17px;
}

.stat360Wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
	-webkit-justify-content: space-around;
	    justify-content: space-around;
}

.statBox {
	float: left;
	padding: 10px 11px;
	width: 98px;
}

.statBox.statBox360 {
	padding: 10px 6px;
	width: auto;
}

.statBox .statValue {
	font-size: 21px;
	font-weight: normal;
}

.statBox .statName {
	font-size: 12px;
}

.mainContent {
	margin-top: 20px;
	width: 100%;
}
.mainContent .column {
	width: 52%;
	float: left;
	padding-left: 20px
}

.mainContent .column:nth-child(2) {
	width: 42%;
}

.scoreList {
	width: 100%;
}

.scoreList .score {
	width: 100%;
	height: 50px;
	display: inline-block;
	position: relative;
}

.scoreList .score div {
	float: left;
}

.scoreList .score div:nth-child(1) {
	float: left;
	font-weight: bold;
	width: 100%;
}

.scoreList .score div:nth-child(2) {
	float: left;
	
}

.scoreList .score div:nth-child(3) {
	background-color: #ccc;
	float: right;
	font-weight: bold;
	height: 30px;
	position: absolute;
	right: 0;
	width: 30px;
	padding: 5px;
	border-radius: 6px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}

.newsList {
	margin-bottom: 20px;
}

.newsList .news {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.articleThumbnail {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
}

.articleParagraph {
	padding: 5px 0px 5px 89px;
}

a.readMore {
	color: #abb80e;
    padding-top: 5px;
    text-decoration: underline;
    display: inline-block;
}

.score a {
	color: #000;
}

a.readMore:hover, .score a:hover {
	color: #0099cc;
	text-decoration: underline;
}

.learnMore {
	background-color: #abb80e;
	border-radius: 5px;
	color: #fff;
	height: 16px;
	padding: 6px;
	width: 88px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 15px;
	cursor: pointer;
}
/*End Home page*/

/* Login page and Reset password */
#signin h1.pageTitle.font24 {font-size: 24px;}
#signin .box {width: 450px;}
#signin #login_container, #create_container { 
  border: 1px solid #e2e2e2; 
  background: none; 
	display: block;
	width: 405px;
	height: 185px;
}
#signin #login_container h2, #create_container h2 {color: #555555; font-size: 16px;}

#signin #login_container .waiting, #signin #login_container .loginerr {
	position: absolute;
	left: 0;
	top: 0;
	width: 425px;
	height: 110px;
	margin: 0;
}

#signin #login_container input {width: 260px;}

#signin #login_container label {width: 120px;}
#signin label,
#signin label span,
#signin legend span {color: #777; font-size: 14px !important;}

#signin .button,
#resetpass input[type="button"],
#resetpass a.btn span,
#resetpass #screenFifth .button {
	 cursor:pointer;
	 border: none;
	 border-radius: 4px;
	 text-align:center;
	 padding-top:undefinedpx;
	 padding-bottom:undefinedpx;
	 font-size:16px;
	 font-family: 'Open Sans';
	 font-weight:bold;
	 color:#ffffff;
	 background: #848484;
	 -webkit-filter: none;
	         filter: none;
	 box-shadow: none;
	 display: block;
	 margin: 5px auto;
	 width: 265px;
	 text-transform: uppercase;
}

#resetpass #screenFifth .button,
#resetpass #screenSixth .button {background: #abb80e; margin: 0;}
#resetpass #screenFifth .button *, #resetpass #screenSixth .button * {color: #fff;}
	
#signin .button *,
#resetpass input[type="button"] * {
	text-shadow: none;
}

#signin .button:hover,
#resetpass input[type="button"]:hover,
#resetpass a.btn span:hover {
	background: #abb80e;
}

#signin .note {font-size: 14px;}
#signin .note.in-middle {height: 81px;}
#signin a.note {color: #0000f0;}

/* Reset password */
#resetpass h1.subTitle {font-size: 18px;}
#resetpass h2 {color: #555555; font-size: 16px;}
#resetpass .maintextarea * {color: #777; font-size: 14px;}
#resetpass .genericformdiv ul.reset_help li {padding: 3px 0 0 20px;}
#resetpass .genericformdiv ul.reset_help a, #resetpass .genericformdiv ul.reset_help a span {color: #0099cc;}
#resetpass .maintextarea .button_link_blue a .text {color: #fff;}
#resetpass .genericformdiv .labelli {text-align: left; width: auto;}
#resetpass .genericformdiv .genericcheckboxli {width: auto;}
#resetpass .genericsubmitdiv {margin-left: 0;}
#resetpass .genericformdiv input[type="text"] {width: 260px;}
#resetpass input[type="button"] {display: inline-block; height: 32px!important; padding: 5px 40px; margin-right: 50px;}
#resetpass a.btn {display: inline-block; margin-top: 12px;}
#resetpass a.btn span {padding: 5px 40px;}
/* End Password */

/*Begin Score*/
#scorecardContainer {
	padding: 0 23px 12px 18px;
	background: url('/images/clubsg/score/scorecard_background.png');
}

#scorecardHeader {
	background: url('/images/clubsg/score/scorecard_header.png');
	width: 940px;
	height: 25px;
}

#scorecardFooter {
	background: url('/images/clubsg/score/scorecard_footer.png');
	width: 940px;
	height: 55px;
}

#scorecardBackground {
	background: url('/images/clubsg/score/scorecard_footer.png');
}

#scorecardUsername {
	float: left;
	width: 30%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 22px;
}

#scorecardRightInfoContainer {
	float: right;
	text-align: right;
	width: 65%;
	font-size: 18px;
	font-weight: bold;
}

#scorecardUsername a {
	color: black;
}

#scorecardCourseName a {
	color: black;
}
#holevueContainer {

	padding: 10px;
	background: #ccc;
	position: relative;
	width: 311px;
	height: 410px;
}

#holevue {

	margin-left: auto;
	margin-right: auto;
}

#hole_selector_container {

	height: 410px;
	margin-bottom: 30px;
}

#hole_selector_container &gt; div {

	width: 33%;
	text-align: center;
}

#hole_selector_container .value {
	
	font-size: 28px;
	font-weight: bold;
	margin-right: 25px;
	height: 30px;
}

#hole_selector_desc {

	margin-top: 10px;
}

#hole_selector_container .title {

	font-size: 15px !important;
	float: none !important;
	font-weight: bold;
	margin-top: 25px;
}

#holevue div.page {

	width: 165px;
	height: 300px;
}

#holevue .slider .content {
	
	position: relative;	
}

#holeVueFull .fullPage,
#holevue .page {

	float: left;
	background-repeat: no-repeat;
	background-size: cover;
}

#holeVueFull .slider,
#holevue .slider {

    display: inline-block;
    overflow: hidden;
    background: url("/images/loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#lblLastUpdate {
    color: #ccc;
    font-size: 11px;
    height: auto;
    left: 0;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    bottom: 4px;
    width: 100%;
    z-index: 999;
    display: none;
}

#btnEditHoleVue {

	background: #abb80e;
	padding: 10px;
	border-radius: 8px;
	margin-top: 20px;
	width: 154px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

#holevueNumContainer {

	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.controlContainer {

	margin-left: 85px;
	margin-top: 8px;
}

.controlNumber {
	
	border: 1px solid grey;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 30px;
    width: 30px;
	text-align: center;
	cursor: pointer;
}

.controlNumber.increase {
	background-image: url("/images/icons/16x16/plus_black.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.controlNumber.decrease {
	background-color: #EAEAEA;
	background-image: url("/images/icons/16x16/minus_black.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.holevueStats {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	width: 61px;
	border: 1px solid grey;
}

.holevueStats .textbox {
	margin: 0 20px;
}

.combobox {
	height: 40px;
	width: 55px;
	font-size: 28px;
	padding: 2px 14px;
	background-image: url("/images/icons/arrow_down.png");
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: 10px auto;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    margin: 2px;
    text-align: left;
}

#lblHoleFairway {

	margin-left: 21px;
}

#lblHoleFairway img {
	margin: 10px 21px 8px 0;
}

.editBox {
	background-color: #ffffff;
    border: 1px solid #afc603;
    display: none;
    margin: 0 3%;
    padding: 0px;
    position: fixed;
    top: 235px;
    left: 500px;
    width: 36%;
	z-index: 99999;
	text-align: center;
}

.editBox .number {
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 41px;
    float: none!important;
}

.editBox .fairway {
	width: 55px;
	height: 58px;
}

.editBox .number:hover,
.controlNumber:hover,
.editBox .number.selected {
	background-color: #afc603;
    border: 0px solid #afc603;
}
.editBox .title{
	background-color: #afc603;
    color: #fff;
    font-size: 18px!important;
    padding: 5px;
    text-align: center;
    float: none!important;
    margin-right: 0!important;
}

/*End Score*/

/*#search box container*/
.search-container {
	position: absolute;
	top: 53px;
	right: 145px;
	width: auto;
	display: none;
}
.search-container form {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
justify-content: space-between;
}
.search-container .input-group {
	display: -webkit-flex;
	display: flex;
}
.search-container #search-icon {
	position: absolute;
	top: 9px;
	left: 9px;
	font-size: 20px;
	color: silver;
	font-weight: 200;
}
.search-container .input-group input, .search-container .input-group select {
	margin: 0;
}
.search-container .input-group input {
	padding-left: 35px;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 250px;
}

.search-container .input-group input:focus {
    border-right: 0;
    box-shadow: none;
    outline: none;
}

.search-container button {
	margin-left: 10px;
    margin-right: 0px;
    height: 36px;
    margin-top: 4px;
}

.search-container .input-group select::-ms-expand {
	display: none; /* hide the default arrow in ie10 and ie11 */
}
.search-container .input-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	background-image: url('//marketing2.skygolf.com/www/INT/sites/default/files/arrow-down.svg');   /* add custom arrow */
	background-repeat: no-repeat;
	background-position: right 8px center;
	border-left: 0;
	position: relative;
	height: 100%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
	padding-right: 25px;
	padding-left: 5px;
}
.search-container .input-group #select-wrapper {
	height: 42px;
	position: relative;
}
.search-container .input-group #select-wrapper::before {
	content: '';
	height: 20px;
	width: 1px !important;
	background-color: #dbdbdb;
	top: 12px;
	left: 0;
	position: absolute;
	z-index: 1;
}
.search-container .ui-autocomplete {
	top: 41px !important;
	max-height: 200px !important;
	overflow-y: auto;
	overflow-x: hidden;
	width: 405px;
	height: auto !important;
}
.search-container .ui-autocomplete table {
	width: 100%;
    table-layout: fixed;
}

.search-container .ui-autocomplete table th {
	color: #333;
    text-align: left;
    font-weight: bold;
}

.search-container .ui-autocomplete table td a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-container .ui-autocomplete table tr:nth-child(even) {
	background: #F1F1F1;
}

.search-container #advanced-search-id {
	position: absolute;
	bottom: -25px;
	width: auto;
	white-space: nowrap;
	right: 0px;
	color: #2323e0;
	font-size: 13px;
}
.search-container .ui-autocomplete-loading { background:url('../images/loader_16.gif') no-repeat right 10px center }

#searchResultsContainer {
	min-height: 350px;
}
#word-list {
	background-color: #efecec;
	border: 1px solid #a5a3a3;
	color: #888;
	font-size: 14px;
	display: none;
	max-height: 300px;
	max-width: 318px;
	overflow-y: auto;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 100%;
}
.listItem {
    padding: 9px;
    z-index: 9999;
}
.currentListItem, .listItem:hover {
    background: #f4f272 !important;
}

#gmap-container {
    width: 275px;
    height: 195px;
    float: right;
    margin-top: 136px;
}
#gmap-container #gmap {
    width: 100%;
    height: 100%;
}

#extendSearch {
    width: 100%;
    height: 50px;
    background-image: url("/images/loading_icon.gif") !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 96px 16px;
    display: none;
}

#searchResults {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: baseline;
 justify-content: baseline;
    -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}
.userWrap {
    margin-bottom: 30px;
    -webkit-flex: 0;
         flex: 0 1 33%;
}
.userWrap img {
    float: left;
    margin-right: 10px;
}
#endoflist {
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
}
.showOnSearch {
	display: none;
	margin-top: 29px;
}
/* end search */
/* settings button */
#my360settingsbtn {
	position: absolute;
  top: 0px;
  right: -145px;
  width: auto;
}
#my360settingsbtn .buttonHS {
  padding: 9px;
	font-weight: bold;
  margin-right: 0;
}
#my360settingsbtn::before {
	content: '';
  height: 32px;
  width: 2px;
  background-color: #dbdbdb;
  top: 6px;
  left: -5px;
  position: absolute;
  z-index: 1;
}
#my360settingsbtn .fa-gear{
	margin-right: 4px;
}
#my360settingsbtn a{
	text-decoration: none;
}
/* settings button end */
/* dashboard profile */
#user-profile-section {
	margin-top: 38px;
	position: relative;
	display: block;
	height: auto;
}
#user-profile-section .user-profile-info {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
justify-content: space-between;
	margin-bottom: 20px;
	height: auto;
}
#user-profile-section .user-profile-info input, #user-profile-section .user-profile-info select, #user-profile-section .user-profile-info textarea {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	height: 32px;
	margin-bottom: 10px;
}
#user-profile-section .user-profile-info.edit-mode {
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	display: block;
}
#user-profile-section .user-profile-info &gt; div{
	-webkit-flex: 1;
		 flex: 1 50%;
		 height: 100%;
		 display: block;
}
#user-profile-section .user-profile-info ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
justify-content: space-between;
	margin-bottom: 5px;
    overflow-x: hidden;
}
#user-profile-section .user-profile-info ul li div {
	-webkit-flex: 0;
	     flex: 0 auto;
	text-align: left;
	font-size: 14px;
}

#user-profile-section .user-profile-info .label-name {
	vertical-align: middle;
	font-size: 13px;
	width: 145px;
}

#user-profile-section .user-profile-info .label-value {
	width: auto;
	font-size: 14px;
}

#user-profile-section .label-value-edit {
	display: none;
	position: relative;
}

#user-profile-section .user-profile-info .label-value-edit .input-group {
	display: -webkit-flex;
	display: flex;
}
#user-profile-section .user-profile-info .brands_dd {
	width: 127px;
	position: relative;
}

#user-profile-section .user-profile-info .brands_dd select {
	height: 32px !important;
	margin: 0;
}

#user-profile-section .user-profile-info .label-value-edit .input-group .brands_dd::before {
	content: '';
	position: absolute;
	height: 70%;
	width: 1px;
	background-color: #e4e4e4;
	left: 0;
	z-index: 1;
	top: 4px;
}

#user-profile-section .user-profile-info .label-value-edit .input-group select::-ms-expand {
	display: none;
}

#user-profile-section .user-profile-info .label-value-edit .input-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* remove default arrow */
	background-image: url('//intclubsg.skygolf.com/images/language_down_arrow.gif');
	/* add custom arrow */
	background-repeat: no-repeat;
	background-position: right 8px center;
	position: relative;
	height: 100%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
	padding-right: 25px;
	padding-left: 5px;
	width: 100%;
}

#user-profile-section .user-profile-info .label-value-edit .input-group &gt; div:first-child {
	flex: 2;
	-webkit-flex: 2;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}

#user-profile-section .user-profile-info .label-value-edit .input-group &gt; div:last-of-type {
	flex:5;
	-webkit-flex: 5;
	-webkit-flex-grow: 5;
	flex-grow: 5;
}

#user-profile-section &gt; * {
	font-size: 14px !important;
	box-sizing: border-box;
}

#user-profile-section .user-profile-info .label-value-edit .ui-autocomplete {
	top: 100% !important;
	height: auto !important;
	max-height: 200px;
	overflow: auto;
	background: white;
	width: 100%;
}

#user-profile-section .user-profile-info .label-value-edit .ui-autocomplete table {
	width: 100%;
	table-layout: fixed;
}

#user-profile-section .user-profile-info .label-value-edit .ui-autocomplete table th {
	color: #333;
	text-align: left;
	font-weight: bold;
}

#user-profile-section .user-profile-info .label-value-edit .ui-autocomplete table td a {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

#user-profile-section .user-profile-info .label-value-edit .ui-autocomplete table tr:nth-child(even) {
	background: #F1F1F1;
}

#user-profile-section .user-profile-info .label-value-edit .ui-autocomplete-loading { background:url('../images/loader_16.gif') no-repeat right 10px center }

#user-profile-section .user-profile-info .label-value-edit .ui-autocomplete a{
	white-space: nowrap;
}

#user-profile-section .user-profile-body p {
	font-size: 13px !important;
}

#user-profile-section textarea {
	width: 97.5%;
	height: 200px;
	margin-bottom: 5px;
	font-family: 'Noto Sans';
}

#user-profile-section select:invalid {
	color: #333;
}

#user-profile-section select[value=""][disabled] {
	display: none;
}

#user-profile-section #bio_txt {
	display: block;
	height: auto;
	overflow: hidden;
}

#user-profile-section #bio_txt #read_more_bio, #user-profile-section #bio_txt #read_less_bio {
	white-space: nowrap;
	cursor: pointer;
	color: #0000ee !important;
}

#user-profile-section .save-editing, #user-profile-section .cancel-editing {
	color: #0000ee;
}

.user-profile-row {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-bottom: 5px;
	min-height: 20px;
}

.user-profile-row&gt;div:last-child {
	-webkit-flex: 4;
	flex: 4;
}

#nineteenth-hole-section {
	margin: 0 0 60px 0;
}

.feed-wrapper {
	display: none;
	-webkit-justify-content: space-between;
justify-content: space-between;
	margin-bottom: 25px;
}

.feed-wrapper.show {
	display: -webkit-flex;
	display: flex;
}

.feed-wrapper&gt;.feed-icon {
	margin-right: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex: 0 0 90px;
	flex: 0 0 90px;
}

.feed-wrapper &gt; .feed-content {
	flex: 1;
	-webkit-flex: 1;
	        -webkit-flex-grow: 1;
	     flex-grow: 1;
}

.feed-wrapper&gt;.feed-content&gt;.feed-body,
.feed-wrapper&gt;.feed-content&gt;.feed-body b,
.feed-wrapper&gt;.feed-content&gt;.feed-body a {
	font-size: 14px;
	font-weight: normal !important;
	color: #666666;
}

.feed-wrapper&gt;.feed-content&gt;.feed-body {
	line-height: 22px;
}

/*.feed-wrapper&gt;.feed-content&gt;.feed-body br {
	display: none;
}*/

.feed-wrapper .feed-title {
	font-size: 14px;
	margin-bottom: 2px;
}

.feed-wrapper .feed-footer {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
justify-content: space-between;
	font-size: 14px;
}

.feed-wrapper .feed-footer .left-col {
	font-size: 14px;
}

.feed-wrapper .feed-footer .right-col {
	font-size: 14px;
}

.feed-wrapper .feed-footer a {
	color: #2323e0;
}
#user_sex_txt {
	text-transform: capitalize;
}

.dirtyField {
	background: lightyellow !important;
}

.course-search .search-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	color: silver;
}

.course-search .search-icon + input {
	padding-left: 30px !important;
}

.sgEquipmentContainer .search-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	color: silver;
	z-index: 1;
}
.sgEquipmentContainer .sgicon-group {
	position: relative;
}
.sgEquipmentContainer .search-icon + input {
	padding-left: 30px !important;
}

.sgEquipmentContainer input[type=text].allowDropDown {
	padding-right: 25px;
}

.dropdownArrow {
	display: none;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
}

#user-profile-form.loadingProfile::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1;
}

#user-profile-form.loadingProfile::after {
	content: 'Loading profile...';
	position: absolute;
	top: 50%;
	left: 50%;
	color: #333;
	z-index: 1;
	font-size: 22px;
	-webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

#user-profile-form input:invalid {
  box-shadow: 0px 0px 2px red;
}

.invalidCourse, .invalidEquipment, .invalidInput {
	box-shadow: 0px 0px 2px red !important;
}

/* end dashboard profile */

/* Flex Tables */
.flex-table {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex-table .flex-table-row {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}


.flex-table .flex-table-row:not(.flex-table-header):hover {
	background-color: #fcfce3!important;
}


.flex-table .flex-table-row.flex-table-header {
	background-color: #aac005;
	font-weight: bold;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 5px 5px 0px 0px;
}

.flex-table .flex-table-row.flex-table-header .flex-table-item {
	font-size: 13px;
	text-transform: uppercase;
}

.flex-table .flex-table-row .flex-table-item {
	display: -webkit-flex;
	display: flex;
	text-align: left;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 9px 5px;
	-webkit-flex-basis: 0;
	        flex-basis: 0;
	font-size: 13px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.flex-table .flex-table-header .flex-table-item  {
	border-right: none;
}

.flex-table .flex-table-row:first-child .flex-table-item:first-child {
	border-radius: 5px 0px 0px 0px;
}

.flex-table .flex-table-row:first-child .flex-table-item:last-child {
	border-radius: 0px 5px 0px 0px;
}

.flex-table .flex-table-row:last-child .flex-table-item:first-child {
	border-radius: 0px 0px 0px 5px;
}

.flex-table .flex-table-row:last-child .flex-table-item:last-child {
	border-radius: 0px 0px 5px 0px;
}

.flex-table .flex-table-row .flex-table-item:first-child {
	border-left: 1px solid #ccc;
	max-width: 80px;
	overflow: hidden;
}

.flex-table .flex-table-row .flex-table-item:last-child {
	max-width: 80px;
}

.flex-table .flex-table-row .flex-table-item.item-center {
	        -webkit-justify-content: center;
	     justify-content: center;
}

.flex-table .flex-table-row .flex-table-item.item-right {
	-webkit-justify-content: flex-end;
justify-content: flex-end;
}

.flex-table .flex-table-row .flex-table-item.flex-table-grow-2 {
	/*-webkit-flex: 2;*/
	-webkit-flex-grow: 2;
	flex-grow: 2;
}

.flex-table .flex-table-row .flex-table-item.flex-table-grow-3 {
	-webkit-flex-grow: 3;
	flex-grow: 3;
}

.flex-table .flex-table-title {
	background-color: #798700;
	color: white;
	font-weight: bold;
	display: inline-block;
box-sizing: border-box;
}

.box-style {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: white !important;
	background: #77787b !important;
	border-radius: 3px;
	border-bottom: 5px solid #aac005 !important;
	width: 100%;
	height: 55px;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#friends_invite_banner_div {
	background: url('/images/clubsg/invite-a-friend.jpg') no-repeat;
	width: 275px;
	height: 125px;
	margin-bottom: 35px;
}

.loaderCSS {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #b0c704; /* green */
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: spin 2s linear infinite;
	margin: auto;
}
  
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}</pre></body></html>