/* GENERAL */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html, body {
    height: 100%;
}

body {
    background-color: #FFF;
    margin: 0;
    color: #333;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-repeat: repeat-x;
    height: 100%;
}

img {
    border: 0;
}

dt {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: inherit;
}

td {
    margin: 0;
    border: 0;
    padding: 0;
}

h1 {
    margin: 0;
}

#body {
    clear: both;
    margin: 0 auto;
    max-width: 900px;
    min-height: 900px;
}

ul {
    list-style: none
}

a:link {
    text-decoration: none
}

p {
    color: #999;
}

#user_block {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
}

.sgbenchmarktoggle {
    font-size: 12px;
}

#body {
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 900px;
    box-sizing: border-box;
}

/* PAGE LAYOUT */

#body_table {
    min-height: 600px;
    border-collapse: collapse;
    display: table;
}

#dash_col {
    background-color: white;
    padding: 5px 10px;
    display: table-cell;
    width: 180px;
    min-height: 800px;
    vertical-align: top;
}

#body_col {
    background-color: white;
    display: table-cell;
    width: 800px;
    min-height: 800px;
    vertical-align: top;
    border-left: 1px solid #E8E8E8;
    padding: 10px;
    margin-top: 10px;
}

#full_body {
    background-color: white;
    width: 980px;
    height: 800px;
    vertical-align: top;
    border-left: 1px solid #E8E8E8;
    padding: 5px;
    margin-top: 10px;
}

.row-box {
    width: 100%;
    text-align: center;
}

.box5050 {
    display: inline-block;
    width: 376px;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}

.box33 {
    display: inline-block;
    width: 266px;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}

#dash_col .info-box {
    margin-top: 20px;
    font-size: 12px;
    padding: 5px 8px;
    background-color: rgba(255, 144, 8, 0.37);
    border-radius: 6px;
}

.side_tabs {
    margin-top: 50px;
}

.side_tabs ul li {
    background: none;
    font-size: 14px;
    margin: 8px 0px;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
}

.side_tabs ul li i {
    width: 25px;
    font-size: 16px;
    vertical-align: middle;
    color: #42647F;
}

.side_tabs ul li.focus {
    width: 140px;
    background: #04204b;
    border-radius: 3px;
    box-shadow: 0px 4px 12px #42647F;
    color: white;
}

.side_tabs ul li.focus i {
    color: white;
}


.side_tabs ul li a:link, .side_tabs ul li a:visited {
    text-decoration: none;
    color: #42647F;
}

.side_tabs ul li a:hover {
    color: #04204b;
    width: 100%;
    height: 100%;
}

.side_tabs ul li.focus {
    font-weight: bold;
}

.side_tabs ul li.focus a:hover {
    color: white;
    background: None;
}

.side_tabs ul li.focus a {
    color: white;
}

#body_col {
    border-left: 4px solid #44cc4b;
}

.decade .side_tabs ul li i {
    color: goldenrod;
}

.decade .side_tabs ul li.focus i {
    color: white;
}

.decade .side_tabs ul li.focus {
    color: white;
    background: goldenrod;
}


.decade .side_tabs ul li a:link, .decade .side_tabs ul li a:visited {
    color: goldenrod;
}

.decade .side_tabs ul li.focus a:link, .decade .side_tabs ul li.focus a:visited {
    color: white;
}

/* CHANNEL PAGE */
.channel {
    width: 100%;
    margin: 5px;
}

.channel h2 {
    color: #44cc4b;
}

.channel .header {
    width: 100%;
    height: 400px;
    text-align: center;
}

.channel .header:before {
    content: ' ';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.06;
    background-image: url("../images/dc_video_background.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.channel .video-container {
    width: 100%;
    height: 400px;
    text-align: center;
}

.channel .header .name {
    font-size: 46px;
    color: #44cc4b;
    position: relative;
    bottom: 150px;
}

.channel .videos {
    border: 1px solid rgba(219, 219, 219, 0.3);
    padding: 4px;
    overflow-y: scroll;
    height: 300px;
}

.channel .videos .watched {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 14px;
    color: #44cc4b;
}

.channel .videos .watched a:link, .channel .videos .watched a:visited {
    font-size: 14px;
    color: #44cc4b;
}

.channel .videos::-webkit-scrollbar {
    width: 12px;
}

.channel .videos::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #42647F;
    border-radius: 10px;
}

.channel .videos::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #04204b;
}

.channel .videos .s-title {
    font-size: 18px;
    color: black;
}

.channel .videos .s-details {
    font-size: 12px;
    color: black;
}

/*  Green Dash */
.dashnav {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0;
    padding-bottom: 50px;
    border-bottom: 3px solid #44cc4b;
    font-size: 40px;
}

.dashnav ul {
    margin: 0 20px;
    padding: 0;
    width: 100%;
}

.dashnav ul li {
    display: block;
    float: left;
    list-style-type: none;
}

.dashnav ul li.section_30 {
    width: 30%;
}

.dashnav ul a:link, .dashnav ul a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #44cc4b;
    padding: 4px 20px;
}

.dashnav ul a:hover {
    color: #FFF;
    background: #44cc4b;
}

.dashnav ul a.focus {
    color: #FFF;
    background: #44cc4b;
}

/*   DASH */
.block {
    width: 100%;
    font-size: 24px;
    margin-bottom: 5px;
}

.block a:link, .block a:visited {
    color: #04204B;
}

.block a:hover {
    color: #44cc4b;
}

.block table {
    width: 100%;
}

.block td {
    text-align: center;
    vertical-align: middle;
}

.block td.border {
    border-right: 4px solid #eee;
}

.block-basics td {
    height: 60px;
    width: 16%;
}

.block-ratio td {
    height: 40px;
    width: 25%;
}

.block-strategy td {
    padding: 15px 0px;
}

td.img {
    width: 30%;
    text-align: center;
}

td.img img {
    width: 80%;
    max-width: 216px;
    max-height: 145px;
    border: solid 1px #eee;
    margin-bottom: 20px;
}

td.text {
    width: 70%;
    text-align: left;
}

td.text div.s-details {
    font-size: 20px;
}

.section-header {
    width: 100%;
    min-height: 25px;
    background: #eee;
    padding: 6px 2px;
    text-align: left;
    margin-bottom: 4px;
}

.title {
    display: block;
    float: left;
    text-align: center;
}

.title_50 {
    width: 50%;
}

.data {
    font-size: 30px;
    font-weight: bold;
}

.block div.video {
    min-height: 75px;
    border-bottom: 1px solid #aaa;
}

div.video table td.thumbnail {
    width: 30%;
}

div.video table td.text {
    width: 70%;
    text-align: left;
}

/* PAGE_TABS */

.page_tabs {
/ / margin: 0;
/ / padding: 0;
/ / background: #DEF; /* tab colour */
    border-bottom: 1px solid #CFECEC;
    margin-bottom: 12px;
}

.page_tabs ul {
/ / float: left;
    margin: 0 20px;
    padding: 0;
}

.page_tabs ul li {
    display: inline;
    list-style-type: none;
}

.page_tabs ul li.header {
    font-weight: bold;
    font-size: 16px;
    color: #42647F;
    padding-right: 14px;
}

.page_tabs ul a:link, .page_tabs ul a:visited {
/ / float: left;
    font-weight: bold;
    text-decoration: none;
    color: #42647F;
    padding: 4px 8px;
}

.page_tabs ul a:hover {
    color: #FFF;
    background: #42647F;
}

.page_tabs .divider {
    color: #42647F;
}

.page_tabs ul li.focus {
    background-color: #ddd;
}

.page_tabs ul li.focus a:hover {
/ / stays the same color: #42647F;
    background: #DDD;
}

.stat-table {
    margin: 8px;
    font-size: 12px;
}

.stat-table td {
    padding: 3px;
}

ul#messages {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

ul#messages li {
    padding: 5px 10px;
    background: #EFD;
    margin: 3px;
    border: 1px solid #BC9;
}

ul#messages li a.clear {
    float: right;
    color: #693;
}

ul#messages li.warning {
    color: #444;
    background-color: #FEBA12;
}

/*** scorecard ***/
#playerscorecard {
    width: 100%;
    border: 1px solid #555;
    padding: 3px;
    text-align: center;
}

#playerscorecard td {
    width: 4.55%;
    border: 1px solid #999;
}

#playerscorecard td.half {
    width: 4.65%;
}

#playerscorecard td.total {
    width: 6%;
}

#playerscorecard td.start {
    background-color: #CCC;
}

#playerscorecard td.current {
    background-color: #A0CFEC;
}

#playerscorecard td.hole_number {
    font-weight: bold;
}

#playerscorecard td.par {
    background-color: #CCFB5D;
    font-weight: bold;
    font-style: italic;
}

#playerscorecard td.head {
    font-size: 10px;
    font-style: normal;
}

#playerscorecard td.total {
    font-weight: bold;
}

#playerscorecard tr {
    border: 1px solid #666;
}

#playerscorecard tr.to_par_row {
    /* for IE */
    filter: alpha(opacity=50);
    /* CSS3 standard */
    opacity: 0.5;
}

table.round-card {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

table.round-card tr th {
    font-weight: normal;
}

table.round-card tr th {
    background: rgb(1, 43, 107);
    background: -moz-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1, 43, 107, 1)), color-stop(100%, rgba(4, 32, 76, 1)));
    background: -webkit-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012b6b', endColorstr='#04204c', GradientType=0);
}

table.round-card tr th,
table.round-card tr td {
    width: 10%;
    text-align: center;
    border: 1px solid #000;
    font-size: 15px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.round-card tr.light td {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.round-card tr.light td.total {
    background: #EFEFEF;
}

table.round-card tr.dark td {
    background: #021634;
}

table.round-card tr td span {
    width: 22px;
    margin: 0 auto;
    height: 22px;
    display: block;
    line-height: 22px;
}

table.round-card tr td.check1 span {
    background: #000;
    color: #fff;
}

table.round-card tr td.check2 span {
    border: 1px solid #000;
    border-radius: 11px;
}

table.round-card tr td.check3 span {
    background: #000;
    color: #fff;
    border-radius: 11px;
}

table.round-card td.total {
    height: 44px;
    margin-top: 5px;
    position: relative;
}

table.round-card td.total {
    background: rgb(1, 43, 107);
    background: -moz-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1, 43, 107, 1)), color-stop(100%, rgba(4, 32, 76, 1)));
    background: -webkit-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 43, 107, 1) 0%, rgba(4, 32, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012b6b', endColorstr='#04204c', GradientType=0);
}

/* scoring */
td.eagle {
    background-color: #32b1e4;
}

td.birdie {
    background-color: #aed4f6;
}

td.par {
}

td.bogey {
    background-color: #f7b942;
}

td.double {
    background-color: #ee5a00;
}

td.more-bogey {
    background: #9e5912 !important;
}

table.score-legend td p {
    color: #777;
    font-weight: bold;
    padding: 0 4px 0 18px;
    line-height: 20px;
}

table.score-legend td p.eagle {
    background: url("../images/leaderboard/buble-eagle.png") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
}

table.score-legend td p.birdie {
    background: url("../images/leaderboard/buble-birdie.png") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
}

table.score-legend td p.bogey {
    background: url("../images/leaderboard/buble-bogey.png") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
}

table.score-legend td p.double {
    background: url("../images/leaderboard/buble-double-bogey.png") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
}

/* ==========================================================================
	#Media Queries
========================================================================== */

@media (max-width: 951px) {
}

@media (max-width: 768px) {
    .page_tabs ul li a {
        font-size: 14px;
    }

    .dashnav {
        font-size: 18px;
        margin-top: 4px;
        margin-bottom: 18px;
        padding: 0;
        padding-bottom: 25px;
        border-bottom: 3px solid #44cc4b;
    }

    .block {
        font-size: 18px;
    }

    .block-basics td {
        height: 30px;
        font-size: 16px;
    }

    .data {
        font-size: 20px;
    }

    h1#logo {
        left: 180px;
    }
}

@media (max-width: 570px) {
    .stat-table {
        width: 100%;
    }

    .page_tabs ul li a {
        font-size: 12px;
    }

    .stat-table tr td {
        font-size: 14px;
    }

    .block {
        font-size: 14px;
    }

    .block-basics td {
        height: 30px;
        font-size: 14px;
    }

    .data {
        font-size: 16px;
    }

    td.text div.s-details {
        font-size: 16px;
        padding: 0 4px;
    }

    h1#logo {
        left: 160px;
    }
}

@media (max-width: 320px) {
    .stat-table tr td {
        font-size: 12px;
    }

    h1#logo {
        left: 100px;
    }
}
