/* Custom stylesheet */

/*
a { color: white !important; }
a:link { color: white !important; }
a:active { color: white !important; }
a:visited { color: white !important; }
a:hover { color: goldenrod !important; }
*/

/* uncomment this to highlight grid layout */

/*
[class*="col-"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);
}
*/
 
/* general css */
html {
    background-color: #1a5f46;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

body {
    background-color: #1a5f46;
    text-align: center;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: white;
}

/* prevent modal jumping */
body {
  overflow: inherit;
  padding-right: 0 !important;
}

/* content sections */

#container {
    
}

#header {
    text-align: center;
    background-image: url('../images/logger_topbar_bkg.png') !important; background-repeat: repeat-x;
    height:85px; /* the gap between top of page and start of content */
}

#3_col_layout {
    
}

#left_column {
    text-align: left;
}

#center_column {
    text-align: center;
}

.content_box {
    
    border-radius:10px; border-top-left-radius:8px;
    border:1px solid #black;
	margin: 5px 2px 10px 2px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	position: relative;
    
    background-color: #093028;
    background: #093028;
    background: -moz-linear-gradient(top, #093028 0%, #0f4133 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #093028), color-stop(100%, #0f4133));
    background: -webkit-linear-gradient(top, #093028 0%, #0f4133 100%);
    background: -o-linear-gradient(top, #093028 0%, #0f4133 100%);
    background: -ms-linear-gradient(top, #093028 0%, #0f4133 100%);
    background: linear-gradient(to bottom, #093028 0%, #0f4133 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093028', endColorstr='#0f4133', GradientType=0 );

    /*
    border-radius:10px; border-top-left-radius:8px;
    border:1px solid #ccc;
	margin: 5px 2px 10px 2px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	position: relative;
    
    background-color: #757378;
    background: #757378;
    background: -moz-linear-gradient(top, dimgrey 0%, grey 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, dimgrey), color-stop(100%, grey));
    background: -webkit-linear-gradient(top, dimgrey 0%, grey 100%);
    background: -o-linear-gradient(top, dimgrey 0%, grey 100%);
    background: -ms-linear-gradient(top, dimgrey 0%, grey 100%);
    background: linear-gradient(to bottom, dimgrey 0%, grey 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='dimgrey', endColorstr='grey', GradientType=0 );
    */
}


#right_column {
    text-align: right;
}



#footer {
    text-align: center;
    padding:2px 0;
    color: white;
    font-size: small;
}
    
/* button styling */

.icon-on {
    color: DarkGreen;
}

.icon-off {
    color: DarkRed;
}

.btn-on  {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    background: #093028 !important;
    border-color: white !important;
    box-shadow: 0 1px 1px goldenrod inset, 0 0 8px goldenrod;
    background-color: #093028 !important;
  
    color: white !important;
    outline-color: white !important;  /* the border colour on button depress */
    font-weight: bold;
}

.btn-on:active  {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    background: #093028 !important;
    border-color: white !important;
    box-shadow: 0 1px 1px goldenrod inset, 0 0 8px goldenrod;
    background-color: goldenrod !important;
  
    color: white !important;
    outline-color: white !important;  /* the border colour on button depress */
    font-weight: bold;
}

.btn-off  {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    background-image: -ms-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: -moz-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: -o-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, gainsboro), color-stop(100, silver));
    background-image: -webkit-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: linear-gradient(to bottom left, gainsboro 0%, silver 100%);
    background-color: gainsboro;
    border: solid 1px silver;
  
    outline-color: silver !important;  /* the border colour on button depress */
    color: black;
    font-weight: bold;
}

.btn-off:active  {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    background: darkgreen !important;
    border-color: grey !important;
    box-shadow: 0 1px 1px grey inset, 0 0 8px grey;
    background-color: darkgreen !important;
  
    color: white !important;
    outline-color: silver !important;  /* the border colour on button depress */
    font-weight: bold;
}

.btn-go {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    background-image: -ms-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: -moz-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: -o-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, gainsboro), color-stop(100, silver));
    background-image: -webkit-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: linear-gradient(to bottom left, gainsboro 0%, silver 100%);
    background-color: gainsboro;
    border: solid 1px silver;
  
    outline-color: darkgreen !important;  /* the border colour on button depress */
    color: black;
    font-weight: bold;
}

.btn-go:hover, .btn-go:focus, .btn-go:active  {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    background: silver;
    border-color: grey !important;
    box-shadow: 0 1px 1px grey inset, 0 0 8px grey;
    background-color: silver !important;
  
    color: darkgreen !important;
    outline-color: darkgreen !important;  /* the border colour on button depress */
    font-weight: bold;
}

.btn-stop {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    background-image: -ms-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: -moz-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: -o-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, gainsboro), color-stop(100, silver));
    background-image: -webkit-linear-gradient(top right, gainsboro 0%, silver 100%);
    background-image: linear-gradient(to bottom left, gainsboro 0%, silver 100%);
    background-color: gainsboro;
    border: solid 1px silver;
  
    outline-color: darkred !important;  /* the border colour on button depress */
    color: black;
    font-weight: bold;
}

.btn-stop:hover, .btn-stop:focus, .btn-stop:active  {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    background: silver;
    border-color: grey !important;
    box-shadow: 0 1px 1px grey inset, 0 0 8px grey;
    background-color: silver !important;
  
    color: maroon !important;
    outline-color: maroon !important;  /* the border colour on button depress */
    font-weight: bold;
}

/* end of button styling */




/* change highlight colour for input fields */

/* the text field background colour */
.form-control {
    background-color: #093028;
    background: #093028;
    background: -moz-linear-gradient(top, #093028 0%, #0f4133 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #093028), color-stop(100%, #0f4133));
    background: -webkit-linear-gradient(top, #093028 0%, #0f4133 100%);
    background: -o-linear-gradient(top, #093028 0%, #0f4133 100%);
    background: -ms-linear-gradient(top, #093028 0%, #0f4133 100%);
    background: linear-gradient(to bottom, #093028 0%, #0f4133 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093028', endColorstr='#0f4133', GradientType=0 );

    
    color: white;
}

/* the highlight focus colour for text fields */
.form-control:focus {
    border-color: goldenrod;
    box-shadow: 0 1px 1px goldenrod inset, 0 0 8px goldenrod;
    outline: 0 none;
}

.form-control::-webkit-input-placeholder {
    color: gray;
}
.form-control:-moz-placeholder {
    color: gray;
}
.form-control::-moz-placeholder {
    color: gray;
}
.form-control:-ms-input-placeholder {
    color: gray;
}




/* custom */

.page_title {
    color: goldenrod; /*  #d2df51  */
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
	font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.page_subtitle {
    color: white;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
	font-size: 22px;
}

.label_style {
    font-size: 13px;
    color: black;
}

.indent {margin-left: 12px;}

.no_border {border: 0px;}

.r_float {float:right;}

.l_float {float:left;}

.c_float {margin: 0px auto;}

.center {text-align:center}

#no_padding {
    padding: 0px 0px 0px 0px;
}

#pad_top_bottom {
    padding-bottom: 2px;
    padding-top: 2px;
}

/* the colour for the top bar of content boxes (e.g login or register) */
.panel-default > .panel-heading {
    color: white;
    background-color: #093028;
    border-color: black;
}

/* the colour for the bottom section of content boxes (e.g login or register) */
.panel-default > .panel-body {
    color: #093028;
    background-color: #b8ecda;
    border-color: black;  
}

.navbar-default {
    background-image: -ms-linear-gradient(top, #093028 0%, #1A5F46 100%);
    background-image: -moz-linear-gradient(top, #093028 0%, #1A5F46 100%);
    background-image: -o-linear-gradient(top, #093028 0%, #1A5F46 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #093028), color-stop(100, #1A5F46));
    background-image: -webkit-linear-gradient(top, #093028 0%, #1A5F46 100%);
    background-image: linear-gradient(to bottom, #093028 0%, #1A5F46 100%);
    /* background-color: #093028; */
    color: white;
    border-bottom: solid goldenrod 3px;
    height: 50px;
}

#fixture {
    color: black;
    font-size: 16px;
}

.racecard {
    color: black;
    font-size: 16px;
}

.green_icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 3px;
    border: 1px solid #2b2b2b;
    border-radius: 3px;
    background: #17570f;
    background: -webkit-gradient(linear, left top, left bottom, from(#17570f), to(#1d7810));
    background: -moz-linear-gradient(top, #17570f, #1d7810);
    background: linear-gradient(to bottom, #17570f, #1d7810);
    font: normal normal bold 12px arial;
    color: #ffffff;
    text-decoration: none;
}
.green_icon:hover {
    text-decoration: none;
}

.yellow_icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 3px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #dbdb00;
    background: -webkit-gradient(linear, left top, left bottom, from(#dbdb00), to(#fff200));
    background: -moz-linear-gradient(top, #dbdb00, #fff200);
    background: linear-gradient(to bottom, #dbdb00, #fff200);
    font: normal normal bold 12px arial;
    color: #000000;
    text-decoration: none;
}
.yellow_icon:hover {
    text-decoration: none;
}

.red_icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 3px;
    border: 1px solid #2b2b2b;
    border-radius: 3px;
    background: #570f0f;
    background: -webkit-gradient(linear, left top, left bottom, from(#570f0f), to(#781010));
    background: -moz-linear-gradient(top, #570f0f, #781010);
    background: linear-gradient(to bottom, #570f0f, #781010);
    font: normal normal bold 12px arial;
    color: #ffffff;
    text-decoration: none;
}
.red_icon:hover {
    text-decoration: none;
}

.white_icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 3px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    font: normal normal bold 12px arial;
    color: #5c0303;
    text-decoration: none;
}
.white_icon:hover {
    text-decoration: none;
}


.purple_icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 3px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #b803f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#b803f5), to(#ff08ff));
    background: -moz-linear-gradient(top, #b803f5, #ff08ff);
    background: linear-gradient(to bottom, #b803f5, #ff08ff);
    font: normal normal bold 12px arial;
    color: #000000;
    text-decoration: none;
}
.purple_icon:hover,
.purple_icon:focus {
    background: #dd04ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#dd04ff), to(#ff0aff));
    background: -moz-linear-gradient(top, #dd04ff, #ff0aff);
    background: linear-gradient(to bottom, #dd04ff, #ff0aff);
    color: #000000;
    text-decoration: none;
}
.purple_icon:active {
    background: #6e0293;
    background: -webkit-gradient(linear, left top, left bottom, from(#6e0293), to(#ff08ff));
    background: -moz-linear-gradient(top, #6e0293, #ff08ff);
    background: linear-gradient(to bottom, #6e0293, #ff08ff);
}
.db-bk-color-one {
    background-color: #f55039;
}
.db-bk-color-two {
    background-color: #46A6F7;
}
.db-bk-color-three {
    background-color: #47887E;
}
.db-bk-color-six {
    background-color: #F59B24;
}
.db-padding-btm {
    padding-bottom: 50px;
}
.db-button-color-square {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none;
    border-radius: 0px;
}
.db-button-color-square:hover {
    color: #fff;
    border: none;
}
.db-pricing-eleven {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}
.db-pricing-eleven ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0px;
}
.db-pricing-eleven ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.db-pricing-eleven ul li i {
    margin-right: 5px;
}
.db-pricing-eleven .price {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20px 20px 20px;
    font-size: 60px;
    font-weight: 900;
    color: #FFFFFF;
}
.db-pricing-eleven .price small {
    color: #B8B8B8;
    display: block;
    font-size: 22px;
    margin-top: 22px;
}
.db-pricing-eleven .type {
    background-color: #daa520;
    padding: 40px 10px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28px;
    color: black;
}
.db-pricing-eleven .pricing-footer {
    padding: 10px;
}
.db-pricing-eleven.popular {
    margin-top: 10px;
}
.db-pricing-eleven.popular .price {
	padding-top: 50px;
}
.green_bkg {
    background-color: #093028;
}
.gold {
    background-color: goldenrod;
}
.silver {
    background-color: silver;
}

/* hide specific content if screen size is limited */

/* iPhone 5 & 5s & smaller devices */
@media all and (max-width: 320px) {
    /* hide all non essential */
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
    .collapseFormline {display:none;}
}

/* Galaxy S6 & Google Pixel & HTC One */
@media all and (max-width: 360px) {
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
    .collapseFormline {display:none;}
}

/* iPhone 6 & iPhone X */
@media all and (max-width: 375px) {
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
    .collapseFormline {display:none;}
}

/* iPhone 6+ */
@media all and (max-width: 414px) {
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
    .collapseFormline {display:none;}
}

/* Windows Phone */
@media all and (max-width: 480px) {
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
    
}

/* Nexus Tablets */
@media all and (max-width: 601px) {
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
}

/* iPads */
@media all and (max-width: 768px) {
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
}

/* Galaxy Tabs & Kindle Fire */
@media all and (max-width: 800px) {
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
}

/* iPads Pro 10.5" */
@media all and (max-width: 834px) {
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
}

/* iPads Pro 12.9" */
@media all and (max-width: 1024px) {
    .collapseSilks {display:none;}
    .collapseOdds {display:none;}
}

/* desktop */
@media all and (max-width: 1200px) {
    /* show everything */
}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    background-color: #205f48;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: white;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/*
.modal {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modal:target {
		opacity:1;
		pointer-events: auto;
	}

	.modal > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
*/