@font-face {
  font-family: myFirstFont;
  src: url(../font/PhosphateSolid.ttf);
}
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin,latin-ext);

.pfont{
  /*font-family: myFirstFont !important;*/
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}
.header_menu a{
  color: #0f3663;
  text-decoration: none;
}

.playthru-color{
  color: #0f3663;
}

.link_inside{
  color: #0f3663;
  text-decoration: none;
  font-family: 'Times New Roman', cursive, sans-serif;
}

.link_inside:hover{
	color: #0d6efd;
	text-decoration: underline;
}

.font-visible{
  font-family: 'Times New Roman', cursive, sans-serif;
}

nav .nav-tabs .nav-link{
  color:#888888;
  border: none !important; 
  text-align: left; 
  font-size: 1.2em;
}

nav .nav-tabs .active{
  color:#0f3663 !important;
  font-size: 1.8em;    
}


.nav-link:hover{
  color:#888888;
}

.nextbutton{
    background: #ffc107;
    padding: 10px 20px;
    color: #0f3663;
    float: right;
    
}

.ooinst{
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    font-style:italic;
    color: #0f3663;
    padding-top: 0;
}

.border-playthru{
  border-color: #0f3663;
}

.golfer_border{
  border-color: #0f3663;
  border-left: none;
  border-right: none;
  border-top: none;
  outline: none;
}
.golfer_border:focus {
  outline: none;
  outline: 0px solid transparent;
}

.right-mod{
    border-left:2px solid #ffc107; 
    padding-left: 40px; 
    box-sizing: border-box;
}

.directions{
    color: #ffc107;
    font-size: 0.85em;
    font-style: italic;
}

.require {
    color: #0f3663;
    font-style: italic;
    font-weight: 400;
}


.eventlink{
    font-size: 3em;
    color: #0f3663 !important;
    font-weight: 600;
    font-family:'Times New Roman', serif;
    text-decoration:none !important;
}

.emess{
    font-style: italic;
    color: #626262;
}

.saved {
    position: fixed; 
    top: 0; 
    padding: 10px 5px;
    z-index: 999;  
    border-radius: 5px;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    width: 300px;
    margin: auto;
    float: none;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.reg-toast {
  position: fixed; 
  top: 0; 
  padding: 10px 5px;
  z-index: 999;  
  border-radius: 5px;
  width: 300px;
  margin: auto;
  float: none;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.reg-toast.success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.reg-toast.error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.saved p {
    padding-bottom:10px;
}

.warning{
    color: darkred;
    font-style: italic;
}

/* Customize the label (the container) */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  /* background-color: #eee; */
  /*background-image: url('../aworan/checkbox.png');
  background-position: center center;
  background-size: cover;*/
  margin-right: 20px;
	/*background: #fcfff4;
    background: -webkit-linear-gradient(top, #666 0%, #444 20%, #0f3663 100%);
    background: -moz-linear-gradient(top, #666 0%, #444 20%, #0f3663 100%);
    background: -o-linear-gradient(top, #666 0%, #444 20%, #0f3663 100%);
    background: -ms-linear-gradient(top, #666 0%, #444 20%, #0f3663 100%);
    background: linear-gradient(top, #666 0%, #444 20%, #0f3663 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );*/
    border: 1px solid #ffcc00;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	/*-webkit-box-shadow: inset 0px 5px 1px #DDD, 0px 0px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0px 5px 1px #DDD, 0px 0px 0px rgba(255,255,255,0.5);
	box-shadow: inset 0px 5px 1px #DDD, 0px 0px 0px rgba(255,255,255,0.5);*/

	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}



/* Create a custom checkbox */
.checkmarkoo {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  /* background-color: #eee; */
  /*background-image: url('../aworan/checkbox-ring.png');*/
	background-image: url('../aworan/round_active.svg');
  background-position: center center;
  background-size: cover;
  margin-right: 20px;
    
       
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  /* background-color: #2196F3; 
  background-image: url('../aworan/checkbox_checked.png');
  background-position: center center;
  background-size: cover;*/
    opacity: 100;
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 0;
	left: 0;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);

	background: -webkit-linear-gradient(top, #FFF 30%, #333 100%);
	background: -moz-linear-gradient(top, #FFF 30%, #333 100%);
	background: -o-linear-gradient(top, #FFF 30%, #333 100%);
	background: -ms-linear-gradient(top, #FFF 30%, #333 100%);
	background: linear-gradient(top, #FFF 30%, #333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );

 
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmarkoo {
  /* background-color: #2196F3; */
  /*background-image: url('../aworan/checkbox_checked-ring.png');*/
	background-image: url('../aworan/round_played.svg');
  background-position: center center;
  background-size: cover;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  /*content: "";*/
  position: absolute;
  /*display: none;*/

}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  /*visibility: hidden;*/
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);         
}

.sc_font{
  font-size:0.8em;
}

.ssc_font{
  font-size:0.6em;
}

.sc_big_font{
  font-size:1.2em;
}

@media only screen and (max-width: 600px) {
    .mobilecol{
        max-width: 400px;
        margin-left: 0px !important;
    }
}

@media (max-width: 993px){
 .horizontal {
     overflow-x: scroll;
     border-right:1px solid #dddddd;
     box-shadow: inset -25px 0 15px -18px rgba(15,54,99,0.5);

  }

}

@media (min-width: 176px){
    .col-sm-2 {
        /*flex: 0 0 auto !important;*/
        width: 16.6666666667% !important;
    }
}
@media only screen and (max-width:1000px){
    
    .display-5 {
        font-size: 1.75em;
    } 
    
    .nav-link{
      font-size: 1em !important;
    }

    .nav-link.active{
      font-size: 1.5em !important;    
    }

}

@media only screen and (max-width: 767px){
    .ooinst{
        font-size: 1.15em;
    }
    .right-mod{
        border-left: none; 
        padding-left:20px;
    }
    .nav-link{
        width:100%;
    }
}

@media (min-width: 176px){
    .col-sm-1{
        flex: 0 0 auto;
        width: 8.3333333333% !important; 
    }
}
