@charset "utf-8";
a {
	font-weight: bold;
	color: #0F1BF3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
  background-color: #FFFFFF;
  overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  box-sizing: border-box;
}

.clear {
	clear: both;
}
.header {
	overflow: hidden;
	padding: 10px;
}

.header div {
	height: 100px;
}

.footer {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	
}

.pageContent {
	margin-top: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 10px;
}

#headerLogo   {
	width: 300px;
	float: left;
	display: block;
	background-image: url(../../sb20Assets/SB20_vector.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

#headerPageTitle {
	display: block;
	overflow: hidden;
	text-align: center;
	border-left: 1px solid #E9E9E9;
	vertical-align: middle;
	
}

#titlelrg {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	display: inline-block;
	margin-top: 25px;
}

#titleSml {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-style: italic;
	font-size: 13px;
	color: #B3B3B3;
}

.regattaHandle {
	width: 95%;
	height: 90px;
	display: block;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background-color: #F1F2F4;
	transition: background 0.5s linear;
	cursor: default;
}


.regattaHandle:hover {
	background-color: #FFFDCE;
}

#handleLogo {
	height: 90px;
	float: left;
	width: 90px;
}

#handleText {
	float: left;
	height: 90px;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	display: table;
	overflow: hidden;	
}

#handleTextHeader {
	height: 75px;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
}

#handleTextDate {
	font-size: 12px;
	display: table-row;
}

#handleIcons {
	float: right;
	width: 65px;
	height: 90px;
	border-left: 1px solid #e5e6e9;
	background-color: #FCFCFC;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	background-repeat: no-repeat;
}

#handleCountDown {
	float: left;
	width: 300px;
	height: 90px;
	text-align: center;
	
}

#daysLeft {
	font-size: 50px;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}

#daysLeftActive {
	font-size: 20px;
	display: block;
	margin-top: 10px;
}

#previousRacesBreak {
	margin-top: 90px;
	margin-bottom: 15px;
	color: #B8B8B8;
	font-style: italic;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	overflow: hidden;
	text-align: center;
}

#previousRacesBreak:before,
#previousRacesBreak:after {
	display: inline-block;
	content: "";
	background-color: #B8B8B8;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

#previousRacesBreak:before {
	right: 0.5em;
	margin-left: -50%;
}

#previousRacesBreak:after {
	left: 0.5em;
	margin-right: -50%;
}

.pastRegattas {
	width: 95%;
	height: 45px;
	display: block;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background-color: #F1F2F4;
	transition: background 0.5s linear;
	cursor: default;
}

.pastRegattas:hover {
	background-color: #FFF6AC;
}

.pastHeaderInfo {
	float: left;
	width: 65%;
}
#pastRegattaName {
	font-size: 20px;
	margin: 5px 0px 5px 5px;
}

#pastRegattaDates {
	font-size: 12px;
	margin-left: 5px;
}

#pastRegattaLinks {
	float: left;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.4; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.4; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.4; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.4; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.iconInfo {
	width: 50%;
	height: 50%;
	float: left;
	background-image: url(../imgs/system/logoVectorInfo-03.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s linear;
}
.iconInfo:hover{
	opacity: 1;
}

.iconNOR {
	width: 50%;
	height: 50%;
	float: left;
	background-image: url(../imgs/system/logoVectorNOR-02.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s linear;
}
.iconNOR:hover{
	opacity: 1;
}

.iconWebLink {
	width: 50%;
	height: 50%;
	float: left;
	background-image: url(../imgs/system/logoVectorLink-04.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s linear;
}
.iconWebLink:hover{
	opacity: 1;
}

.iconFBLink {
	width: 50%;
	height: 50%;
	float: left;
	background-image: url(../imgs/system/logoVectorFB-01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s linear;
}
.iconFBLink:hover{
	opacity: 1;
}

.iconResults{
	width: 155px;
	height: 60px;
	margin: 2px auto 2px auto;
	display: block;
	background-image: url(../imgs/system/logoVectorResults.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s linear;
}

.iconResults:hover{
	opacity: 1;
}

.iconNull{
	opacity: 0.2 !important;
	filter: alpha(opacity=20);
	cursor: not-allowed !important;
	transition: none !important;
}

.iconResults-past{
	width: 125px;
	height: 45px;
	display: block;
	background-image: url(../imgs/system/logoVectorResults.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s linear;
	float: left;
}

.iconResults-past:hover{
	opacity: 1;
}

.tracLogo-past {
	height: 45px;
	width: 110px;
	display: block;
	background-image: url(../imgs/system/tractraclogo.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-left: 4px;
	background-size: contain;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s linear;
	float: left;
}

.tracTracker-past:hover{
	opacity: 1;
}

.tracTracker {
	width: 630px;
	height: 50px;
	display: block;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	margin-top: -16px;
	margin-left: 50px;
	margin-bottom: 15px;
	background-color: #FCFCFC;
	transition: background 0.5s linear;
	cursor: pointer;
}

.tracTracker:hover {
	background-color: #A2EBFF;
}

#tracLogo {
	height: 50px;
	width: 175px;
	display: block;
	background-image: url(../imgs/system/tractraclogo.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 15px;
	float: left;
}

#tracText {
	margin-left: 10px;
	text-align: center;
	width: 100%;
}

#tracApps {
	
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 650px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

#modal-Loaded {
	margin: 5px 0px 0px 0px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #002C73;
    color: white;
	height: 30px;
	font-size: 24px;
}

.modal-body {
	min-height: 55px;
}

#modal-Loaded {
	display: none;
}

.modal-map {
	margin-bottom: -3px;
	border-top: 1px solid #E9E9E9;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/* System Stuff */

.msg {
	/*margin: 20px auto 20px auto;*/
	width: 90%;
	min-height: 20px;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	background-color: #d9edf7;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border-left: 5px solid #0328FF;
	line-height: normal;
	
}

.msgInfo {
	background-color: #d9edf7;
	border-left: 5px solid #0328FF;
	margin-left: auto;
	margin-right: auto;
}

.msgWarning {
	background-color: #fcf8e3;
	border-left: 5px solid #EDD65C;	
	margin-left: auto;
	margin-right: auto;
}

.msgDanger {
	background-color: #f2dede;
	border-left: 5px solid #FF1010;
	margin-left: auto;
	margin-right: auto;
}

.msgSuccess {
	background-color: #dff0d8;
	border-left: 5px solid #7AFC45;
	margin-left: auto;
	margin-right: auto;
}

.loaderAnimation {
	margin: 10px auto 10px auto;
	text-align: center;
	border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
