<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.partnerContent {
	margin-top: 20px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.partner {
	border: 1px solid #ccc;
	padding: 20px 20px 20px 90px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-bottom: 20px;
	border-radius: 5px;
}

.skycourse {
	background-image: url('/images/icons/partner/SkyCourses_icon.png');
}

.skypins {
	background-image: url('/images/icons/partner/SkyPins_icon.png');
}

.skytourney {
	background-image: url('/images/icons/partner/SkyTourney_icon.png');
}
.skycoach {
	background-image: url('/images/icons/partner/SkyCoach_icon.png');
}
.skyads {
	background-image: url('/images/icons/partner/SkyAds_icon.png');
}

.partnerColumnLeft {
	width: 62%;
	display: inline-block;
	margin-left: 30px;
}

.partnerColumnRight {
	width: 33%;
	float: right;
}

/** Dashboard **/

.spDashboard-title.dh4lb {
	font-size: 28px!important;
	margin: 15px;
	margin-bottom: 0;
}
#spDashboard {
	font-size: 13px;
}

#spDashboard ul {
	margin-bottom: 15px;
    margin-left: 40px;
	list-style-type: disc;
}


#sp-dashboard {
	margin-bottom: 15px;
}
#sp-dashboard ul li,
.partnerColumnLeft ul li {
	line-height: 30px;
}
#spDashboard p {
	font-size: 13px;
}
.spDashboard-left,
.spDashboard-right {
	margin: 15px;
}
.sky-product_item,
#sp-dashboard .sp-welcome {
	min-height: 300px;
}
.sp-feature-products {
	display: flex;
	flex-wrap: wrap;
}

.sp-f__p {
	flex: 1 33.33%;
	align-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sp-f__p-img {
	margin: 15px 0 10px 0;
}
.sp-spotlight p {
	font-weight: bold;
	margin-bottom: 0px;
}

.alert-spotlight {
	background-color: #f1f1f1;
	background-image: url(/images/icons/partner/icon-flag-solid.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	border: 1px solid #cccccc;
	padding: 20px 20px 20px 55px;
}

#spDashboard .flex2items-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.spDashboard-right .flex2items {
	align-items: center;
}
#spDashboard .grid {
	margin: 0;
}
#spDashboard .view-all {
	border: 1px solid #cccccc;
	padding: 10px;
	border-top: none;
	margin-bottom: 15px;
}
#spDashboard .grid .flex2items .headerList_left,
#spDashboard .grid .flex2items .bodyList_left {
	flex: 1 70%;
}
#spDashboard .headerList_right,
#spDashboard .bodyList_right {
	display: flex;
	justify-content: center;
}

#spDashboard .grid .flex2items .headerList_right,
#spDashboard .grid .flex2items .bodyList_right {
	flex: 1 20%;
}

#spDashboard .flex3col {
	display: flex;
}
#spDashboard .flex3col span {
	width: 0;
	display: flex;
	align-items: center;
}
#spDashboard .flex3col span:nth-child(1){
	flex: 1 20%;
}
#spDashboard .flex3col span:nth-child(2){
	flex: 1 40%;
}
#spDashboard .flex3col span:nth-child(3){
	flex: 1 40%;
}

#coursesList.grid .bodyList {
	display: flex;
}

#coursesList.grid span:nth-child(1) {
	flex: 1 40%;
}

#coursesList.grid span:nth-child(2) {
	flex: 1 15%;
}

#coursesList.grid span:nth-child(3) {
	flex: 1 15%;
}

#coursesList.grid span:nth-child(4) {
	flex: 1 15%;
}

#coursesList.grid span:nth-child(5) {
	flex: 1 15%;
}

#tournamentsList.grid .bodyList {
	display: flex;
}
#tournamentsList.grid span:nth-child(1) {
 flex: 1 10%;
}

#tournamentsList.grid span:nth-child(2) {
 flex: 1 20%;
}

#tournamentsList.grid span:nth-child(3) {
 flex: 1 20%;
}
#tournamentsList.grid span:nth-child(4) {
 flex: 1 28%;
}
#tournamentsList.grid span:nth-child(5) {
 flex: 1 15%;
}
#tournamentsList.grid span:nth-child(6) {
 flex: 1 7%;
 text-align: center;
}


#lessonsList.grid .bodyList,
#lessonsList.grid .headerList {
	display: flex;
}

#lessonsList.grid span:nth-child(1) {
 flex: 1 10%;
}

#lessonsList.grid span:nth-child(2) {
 flex: 1 10%;
}

#lessonsList.grid span:nth-child(3) {
 flex: 1 30%;
}

#lessonsList.grid span:nth-child(4) {
 flex: 1 20%;
}

#lessonsList.grid span:nth-child(5) {
 flex: 1 20%;
}

#lessonsList.grid span:nth-child(6) {
	flex: 1 10%;
}

#offersList.grid .bodyList {
	display: flex;
}
#offersList.grid span:nth-child(1) {
 flex: 1 20%;
}

#offersList.grid span:nth-child(2) {
 flex: 1 40%;
}

#offersList.grid span:nth-child(3) {
 flex: 1 40%;
}
.bodyList.no-results {
	display: flex;
	pointer-events: none;
	padding: 40px;
	text-align: center;
}
.bodyList.no-results span {
	flex: auto;
}

/** Course request modal **/
#requestNewCourse .modal-title i {
	color: #666666;
}
#requestNewCourse .searchCourse {
	display: flex;
}
#requestNewCourse .searchCourse i {
	position: absolute;
	color: #cccccc;
	padding: 12px;
}
#requestNewCourse .pageTitle {
	font-family: 'Magistral', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}
#requestNewCourse .searchCourse .link-button {
	padding: 10px 14px;
	margin: 5px;
	height: 40px;
	margin-top: -1px;
}
#requestNewCourse .searchResults select option{
	margin: 4px;
}
/** Flex 2 items with 50/50 */
.flex2items {
	display: flex;
}

.flex2items_item {
	flex: 1 50%;
}

/** Utilities */
.clear.clear-height15 {
	height: 15px;
}

.solid-r-border {
	border: 1px solid #cccccc;
}

.dotted-u-line {
	border-bottom: 1px dotted #333333;
}

.alert-message {
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	padding: 20px;
}
.alert-message.alert-c-soon {
	min-height: 80px;
	padding-top: 55px;
}

/* Font Awesome Styles */
i {
	color: #aac005;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
}

.notification &gt; li &gt; span i {
	color: #818386;
}
.notification &gt; li:hover &gt; span i {
	color: #919396;
}

i.pad-right {
	padding-right: 5px;
}

.field-select-alt {
    position: relative;
}

.field-select-alt::after {
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    font-weight: 900;
    content: '\f078';
    color: #cccccc;
	right: 11px;
	top: 1px;
	height: 28px;
	padding: 10px 0px 0px 10px;
	border-left: 1px solid #cccccc;
    pointer-events: none;
}

.field-select-alt select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 45px 0px 5px;
    color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 3px;
    cursor: pointer;
	margin-bottom: 20px;
}

#partners .logoImage {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	width: auto;
}

#partners .flyerFile {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	width: auto;
	height: 19px;
	padding: 20px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#partners .logoImage .deleteFile,
#partners .flyerFile .deleteFile {
	width: 21px;
	height: 18px;
	position: absolute;
	right: -8px;
	top: -8px;
	font-size: 25px;
	cursor: pointer;
	background: #fff;
}

#partners #upload_container {
	text-align: center;
}

/*SkyPins*/
#partners .pageTitle {
	font-family: 'Magistral', sans-serif;
	font-size: 28px;
	color: #a4b800;
	white-space: nowrap;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#partners .button {
	font-family: 'Magistral', sans-serif!important;
	font-size: 14px!important;
	padding: 10px 14px!important;
	background:	#aac005!important;
	border: 1px solid #a4b800!important;
	border-radius: 5px!important;
	letter-spacing: 1px!important;
	color:	#444444!important;
}

#partners .button:hover,
#partners .button.active {
	background: #bed600!important;
}

.pageTitle .button {
	margin: 0px 0px 0px 10px!important;
}

#partners .button i {
    color: #444444;
    vertical-align: middle;
}

#partners .button.btn-list-view {
border-top-right-radius: 0!important;
border-bottom-right-radius: 0!important;
}
#partners .button.btn-cal-view {
margin-left: 0!important;
border-top-left-radius: 0!important;
border-bottom-left-radius: 0!important;
}

#partners #filterBox {
	margin-top: 15px;
	display: inline-block;
	width: calc(100% - 42px);
	padding: 20px 20px 0px 20px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

#partners #filterBox .lbl {
	padding: 0px;
	width: 77px;
	display: inline-block;
}

#partners #filterBox .field-select-alt {
	display: inline-flex;
	width: 244px;
}

#partners #filterBox input[type=text] {
	display: inline-flex;
	width: 224px;
	height: 20px;
}

#partners #filterBox #btnFilter {
	margin: 30px 0px 0px 0px!important;
	float: right;
}

#partners #filterBox #btnFilter.btn-tour-filter {
	margin-top: 60px!important;
}

#partners #filterBox #btnFilter.btn-lesson-filter,
#partners #filterBox #btnFilter.btn-ads-filter {
	margin-top: 0px!important;
}

#partners .searchbox {
	min-width:50%;
	max-width: 500px;
}
.navigation {
	position:absolute;
	margin-top:40px;
}


#AdminList {
	width:100% !important;
}

.grid {
	margin: 20px 0px;
	border: 1px solid #ccc;
	width: calc(100% - 2px);
}

.grid .headerList {
	background-color: #aac005;
	display: flex;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.grid .bodyList {
	border-bottom: 1px solid #ccc;
}

.grid .bodyList:nth-child(odd) {
	background-color: #f1f1f1;
}

.grid .bodyList:last-child {
	border-bottom: none;
}

.grid span {
	padding: 10px;
	border-right: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
}

.grid span label {
	margin: auto;
}

.grid span:nth-child(1) {
	width: 100px;
}

.grid span:nth-child(2) {
	width: 240px;
}

.grid span:nth-child(3) {
	width: 210px;
}

.grid span:nth-child(4) {
	width: 318px;
}

.grid span:nth-child(5) {
	width: 128px;
}

.grid span:nth-child(6) {
	width: 83px;
}

.grid span:last-child {
	border-right: none;
}


.grid.zone span:nth-child(1) {
	width: 250px;
}

.grid.zone span:nth-child(2) {
	width: 250px;
}

.grid.zone span:nth-child(3) {
	width: 348px;
}

.grid.zone span:nth-child(4) {
	width: 160px;
}

.grid.zone span:nth-child(5) {
	width: 91px;
}

.grid .bodyList:hover {
	background-color: #f9f9ea;
	cursor: pointer;
}

.loading {
	background-size: 28px!important;
	background-position: center!important;
	width: 100%!important;
}

.fa-angle-left::before {
    content: "\f104";
}

.fa-print::before {
    content: "\f02f";
}

.page-division {
    font-family: 'Magistral', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #aac005;
	margin-top: 20px;
	text-transform: uppercase;
}

.fa-save::before {
    content: "\f0c7";
}

.fa-times-circle::before {
    content: "\f057";
}

.fa-cloud-upload::before {
    content: "\f0ee";
}

.actionGroup {
	text-align: center;
	margin: 30px 0px;
}

.half {
	width: 50%;
	display: inline-block;
	padding-top: 20px;
}

.half.first {
	width: 47%;
	margin-right: 3%;
	padding-top: 0px;
	float: left;
}

.half.second {
	width: 47%;
	margin-left: 3%;
	padding-top: 0px;
}

.half .lbl,
.full .lbl {
	width: 151px;
	line-height: 40px;
	float: left;

}

.half .lblValue {
	line-height: 40px;
	font-weight: bold;
}

.half .txt {
	width: 350px;
	float: left;
	position: relative;
}
#partners.pinedit .half .txt {
	width: 400px;
}
.full .txt {
	width: calc(100% - 220px);
	float: left;
	margin-right: 69px;
}

.field-text {
    width: 100%;
    border: 1px solid #cccccc!important;
    border-radius: 3px!important;
    padding: 10px!important;
    box-sizing: border-box!important;
	color: #333 !important;
}

.capital {
	text-transform: capitalize;
}

#pins {
	width: 100%;
	display: inline-block;
}

.pinHole {
	margin: 20px 12px;
	width: 175px;
	display: inline-grid;
	float: left;
	min-height: 195px;
	background-image: url('/images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 42%;
}

.pinHole img {
	cursor: pointer;
	border: 1px solid #ccc;
	margin: 0px auto;
}

.pinHole &gt; div {
	text-align: center;
}

.text-condensed {
    font-size: 11px;
}

#greenMode {
	display: none;
}

#dropzone,
.uploadBox {
	width: 50%;
	border: 1px dashed #666666;
	border-radius: 3px;
	text-align: center;
	height: 125px;
	margin: 35px auto 30px auto;
	position: relative;
	cursor: pointer;
}

#dropzone.hover {
	border: 1px solid #666666;
}

#dropzone.fade {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
}

#rememberLogo {
	margin: 0 auto;
	width: 285px;
}

.drop_label {
	margin-top: 26px;
}

input[type=file] {
    cursor: pointer;
    direction: ltr;
    font-size: 88px !important;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fileItem {
	padding: 0;
	margin: 0;
	list-style: none;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}

.fileNameColumn {
	display: none;
}

.progressbar {
  width: 100%;
}

.files img, .files canvas {
	max-width: 100%;
}

/*
@media all and (min-width: 800px) {
  .progressbar { order: 1; }
  .thumbnailColumn    { order: 2; }
  .fileNameColumn { order: 3; }
  .tagColumn  { order: 4; }
  .actionColumn  { order: 5; }
}
*/

.text-dim {
	color: #999999;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1;
}

.modal-title {
    font-family: 'Magistral', sans-serif;
    font-size: 20px;
    white-space: nowrap;
    padding-bottom: 20px;
	display: inline-flex;
	line-height: 36px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modal-close {
    font-size: 24px;
    float: right;
    cursor: pointer;
}

.modal-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 25px 25px 35px 25px;
    width: 650px;
    border-radius: 8px;
	display: inherit !important;

}

.text-center {
	text-align: center;
}

.edit-pin-note {
	font-size: 11px;
	text-align: center;
	padding: 10px 0px;
}

.yard-group span {
	display: inline-block;
	width: 84px;
	padding: 10px;
}

.link-button {
    font-family: 'Magistral', sans-serif;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #aac005;
	border: 1px solid #a4b800;
    border-radius: 5px;
    color: #444444;
	cursor: pointer;
}

#offGreenMsg {
	position: absolute;
	top: 264px;
	text-align: center;
	width: 93%;
	color:red;
	font-size: 20px;
	text-shadow: 1px 1px #fff;
	display: none;
}

#savePinsheet {
	position: absolute;
	display: none;
}

.link-button-container {
	position: relative;
}

.link-button-container i {
    color: #444444;
    vertical-align: middle;
}

.link-button-container a {
    color: #444444!important;
	margin: 0px 5px;
}

.link-button:hover {
	background: #bed600;
}

#nextHole.link-button:focus{
	outline:dotted !important;
}

#divEditContainer {
	text-align: center;
	position:relative;
	height:400px;
	width: auto;
	margin: 0px 100px;
	overflow: hidden;
}

.page-section {
	font-family: 'Magistral', sans-serif;
	font-size: 20px;
	white-space: nowrap;
}

.badge {
    border-radius: 5px;
    display: inline-block;
    padding: 1px 7px;
    color: #ffffff;
	background-color: #aac005;
	font-weight: bold;
	text-align: center;
	font-size: 0.75rem;
	line-height: 2;
}

.hole-selector {
    color: #aac005;
    cursor: pointer;
	margin: 20px 0px;
	text-align: center;
}

.hole-selector span {
    padding: 0px 5px 0px 5px;
	margin: 0px 2px;
}

.lblError {
	color: red;
	font-weight: bold;
}

.txtError {
	border: 1px solid red!important;
}

em.error {
	position: absolute;
	color: red;
	top: 39px;
	left: 0px;
}

.zoneType {
	display: none;
}

.column27 {
	width: 27% !important;
	display: inline-block;
}
.column3 {
	width: 29.5%;
	display: inline-block;
}
.column4 {
	width: 40%;
	display: inline-block;
}

.navigationcol8 {
	width: 79%;
	display: inline-block;
}

.newPinSheet span:nth-child(1) {
	width: 18%;
	display: inline-block;
}

.newPinSheet span:nth-child(2) {
	width: 70%;
	display: inline-block;
}

.modal-small {
    width: 380px !important;
}

.modal-medium {
    width: 500px !important;
}

.newPinSheet #txtPinDate {
	width: calc(100% - 18px);
}

.modal-large {
    width: 750px !important;
}

.first .lbl {
	width: 100px;
}

.first .txt {
	width: 252px;
}

#printOptions #txtColor {
	width: 233px;
	font-size: 0px;
	line-height: 17px;
	cursor: pointer;
}

.field-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.field-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: pointer;
	width: 100%!important;
}

.field-checkbox-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border: 1px solid
    #cccccc;
    border-radius: 3px;
    margin-top: -3px;
}

.field-checkbox .field-checkbox-check::after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	display: block;
}

.field-checkbox input:checked ~ .field-checkbox-check {
    background-color: #a4b800;
	border: 1px solid #a4b800;
}

.field-checkbox-check::after {
    content: "";
    position: absolute;
    display: none;
}

.floatRight {
	float: right!important;
}

.padding {
	padding-top: 20px;
}

.outerDatePicker {
	position: relative;
}

.cal {
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 3px;
	color: #666;
}

.fa-calendar-alt::before {
    content: "\f073";
}

#txtEntryFee {
	width: 200px;
}

.entryFee {
	display: inline-block;
	width: 140px;
	margin-left: 10px;
}

.chk {
	height: 59px;
}

.chk .field-checkbox {
	margin-top: 12px;
}

.field-textarea {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px;
    height: 150px;
    box-sizing: border-box;
    resize: none;
}

.full {
	width: 100%;
	padding-top: 20px;
}



.fa-cloud-upload {
	position: relative;
	cursor: pointer;
}


/** Tournaments Calendar **/
#tournamentCalendar .fc-toolbar {
	width: 335px;
	margin: 0 auto;
	padding: 40px 0;
}
#tournamentCalendar .fc-state-default {
	background: none;
	border:none;
	text-shadow: none;
	box-shadow: none;
	font-size: 1.5em;
	padding: 0;
}
#tournamentCalendar .fc-toolbar .fc-center {
	margin: 8px 0;
}
#tournamentCalendar .fc-day-header {
text-transform: uppercase;
font-size: 20px;
font-weight: 500;
color: #fff;
background: #808080;
padding: 8px;
}

/** Tournament calendar filter */
#tournamentCalendarFilter {
	display: flex;
	padding: 20px 0;
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
#tournamentCalendarFilter .column3 {
	flex: 1 50%;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
#tournamentCalendarFilter .column3:nth-child(1) {
justify-content: flex-end;
}
#tournamentCalendarFilter .column3:nth-child(2) {
justify-content: flex-start;
}
#tournamentCalendarFilter .lbl {
	width: 77px;
}
#tournamentCalendarFilter .field-select-alt {
	width: 230px;
  height: 40px;
}


/*SkyCourseData page*/

.pages_container {
	margin-top: 20px;
    width: 100%;
}

ul.pages {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
    border-top-left-radius: 3px;
    width: 100%;
}

.onTop {
	position: fixed;
	top: 176px;
	right: calc(50% - 600px);
	z-index: 99;
}

.page_container {
    border: 1px solid #cccccc;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
		background: #ffffff;
		border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
		-khtml-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

ul.pages li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #cccccc;
    border-left: none;
    margin-bottom: -1px;
    background: #F0F0F0;
    overflow: hidden;
    position: relative;
	border-radius: 3px;
}

ul.pages li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 15px;
    padding: 0 20px;
    border: 1px solid #ffffff;
    outline: none;
}

html ul.pages li.active, html ul.pages li.active a:hover {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}

ul.pages li a:hover {
    background: #cccccc;
	color: #000000;
}
.page_content {
    padding: 30px;
}

#partners.course_data .pageTitle span {
	padding-right: 30px;
}
#partners.course_data .pageTitle button {
	width: 185px;
}
#pinsheetsPage .new-pin button {
	margin-right: 0px !important;
}

#coursesPage,
#scorecardPage,
#pinsheetsPage,
#adsPage,
#statisticsPage {
	display: none;
}

.btn-disable,
.btn-disable:hover {
	background-color: #ddd;
	border: 1px solid #ccc;
	cursor: default;
}

.hidden {
	display: none;
}

.field-text.readonly {
	padding-left: 0px !important;
	border: none !important;
	font-weight: bold;
	color: #666 !important;
	box-shadow: none;
}

.colSC {
	width: 759px;
	text-align: center;
}

.colSCInfo {
	width: 354px;
}

.colSCInfo textarea {
	width: calc(100% - 18px);
	height: 160px;
}

.colSCInfo a.copy-snip {
 float: right;
 font-family: 'Noto Sans', Arial, sans-serif;
 font-size: 13px;
 text-transform: capitalize;
}

#scorecardPage .tee &gt; span {
	width: 100px;
	display: inline-block;
	margin-left: 30px;
}

#scorecardPage .slope {
	width: 28px;
	display: inline-flex;
	padding: 0px 5px;
}

#scorecardPage .tees {
	margin: 10px 0px;
}

.text-teaser {
	font-size: 16px;
	color: #aac005;
}

#scorecardPage .course {
	width: 100%;
	display: inline-block;
}

#scorecardPage .tee span.teeName {
	width: 50px;
	padding-right: 30px;
	margin-left: 0;
}

#pinsheetsPage .grid span:nth-child(4) {
	width: 265px;
}

.noRecords {
	width: 100%;
	text-align: center;
	margin: 150px 0px;
}

.datepicker {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url('/images/icons/calendar.png');
    background-repeat: no-repeat;
    display: inline-block;
}

#students {
    width: 190px;
    padding: 9px 5px !important;
}

.newLesson span:nth-child(1) {
	width: 30%;
	display: inline-block;
}

.newLesson span:nth-child(2) {
	width: 62%;
	display: inline-block;
}

.newLesson .txt {
	width: calc(100% - 18px);
}

.pad-top {
	top: 12px;
}

.ui-timepicker-standard {
	z-index: 999!important;
}

#newLesson #btnDeleteLesson {
	display: none;
}

.ui-widget.ui-widget-content {
	border: none!important;
}

.blockOverlay {
	z-index: 99;
}

#partners a #addNewAd {
	display:none !important;
}

#divEditControl .page-section-alt {
	display: none;
}

.lblZoneSelection {
	color: #666;
	font: 13px "Noto Sans",Arial,sans-serif;
	letter-spacing: normal;
}

.zoneSelection a {
	padding: 0 5px;
	cursor: pointer;
}

.zoneSelection a.selected {
	color: #fff;
	background: #aac005;
	border-radius: 3px;
	padding: 2px 4px;
	cursor: default;
}

.charCounter {
	position: absolute;
	right: 35px;
	top: 12px;
	color: #ccc;
}

#AdminList.grid span:nth-child(1) {
    width: 92px;
}
#AdminList.grid span:nth-child(2), #AdminList.grid span:nth-child(3) {
    width: 172px;
}
#AdminList.grid span:nth-child(4), #AdminList.grid span:nth-child(5) {
    width: 279px;
}
#AdminList.grid .bodyList:hover {
	cursor: default;
}


#addUserResultsGrid {
	height: 279px;
	overflow-y: auto;
}

#addUserResultsGrid.grid span:nth-child(1), #addUserResultsGrid.grid span:nth-child(2) , #addUserResultsGrid.grid span:nth-child(3) {
	width: 162px;
	max-width: 162px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#addUserResultsGrid.grid span:nth-child(4) {
	width: 350px;
	max-width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#addUserResultsGrid.grid span:nth-child(5) {
	width: 60px;
}
#addUserResultsGrid.grid .bodyList:hover {
	cursor: default;
}


@media only screen and (max-height: 788px) {
	#divEditContainer {
		width: 47%;
		float: left;
		margin: 0px;
	}

	#divEditControl {
		width: 53%;
		float: right;
	}

	.yard-group span:nth-child(odd) {
		width: 88px;
		padding: 10px 3px;
	}

	.yard-group span:nth-child(even) {
		width: 68px;
		padding: 10px 3px;
	}

	.modal-wide {
		width: 1000px !important;
	}

	.edit-pin-note {
		text-align: left;
		border-bottom: 1px dotted #333;
		padding: 30px 0px;
		margin-bottom: 20px;
	}

	#divEditControl .page-section-alt {
		font-family: 'Magistral', sans-serif;
		font-size: 20px;
		white-space: nowrap;
		color: #aac005;
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		border-bottom: 1px dotted #333;
		padding-bottom: 30px;
	}

	.yard-group {
		border-bottom: 1px dotted #333;
		margin-bottom: 30px;
	}

	#savePinsheet {
		position: relative;
	}
}

.edit_pin_link {
	display: inline;
	font: 14px "Noto Sans",Arial,sans-serif;
	text-transform: capitalize;
	margin-left: 10px;
	cursor: pointer;
}</pre></body></html>