/*-----------------------------------------+
 | Site: Sports Injury Surveillance System |
 | Part: Master styles                     |
 +-----------------------------------------*/


/* CSS hacks
=====================================================================*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
@import "/styles/forms.css";
@import "/styles/reset.css";


/* Fonts
======================================================================*/
body { font-family: "Droid Sans", Arial, sans-serif; }
input, select, textarea { font-family: Arial, sans-serif; }


/* Basics
======================================================================*/
a { color: #004094; }
a:hover { text-decoration: none; }
abbr, acronym { border-bottom: 1px dotted #0078d5; cursor: help; }
address { font-style: normal; }
body { background: #fff; color: #000; font-size: 14px; line-height: 1.58; padding-bottom: 3em; }

caption {
	background: #f1f6fc;
	border-bottom: 3px double #0078D5;
	font-size: 0.9em;
	padding: 0.4em 0 0.5em;
	text-transform: uppercase;
}

dl, hr, ol, p, table, ul { margin-bottom: 1.5em; }
dt { margin-top: 1.5em; }
dt:first-child { margin: 0; }
dt, h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }
em { font-style: italic; }
h1 { font-size: 1.51em; line-height: 1.1; margin-bottom: 0.72em; }
h2 { font-size: 1.33em; line-height: 1.18; margin-bottom: 0.31em; }
h2 { color: #3393dd; }
h3 { font-size: 1.16em; line-height: 1.35; margin-bottom: 0.35em; }
h6 { margin-bottom: 0.4em; }
hr { background: #d0d0d0; border: 0; clear: both; color: #d0d0d0; height: 1px; }
img { border: 0; max-width: 100%; }
ol { list-style: decimal; margin-left: 2.5em; }
sup { font-size: 0.8em; line-height: 1; vertical-align: super; }
table { border-collapse: collapse; empty-cells: show; width: 100%; }
thead { display: table-header-group; }
tbody th, td { border-bottom: 1px solid #ddd; padding: 0.3em 0.8em; }
td, th { vertical-align: top; }
td.first, th.first { padding-left: 0; }
td.last, th.last { padding-right: 0; }
th, th a { color: #0078d5; }
th { border-bottom: 1px solid #0078d5; font-weight: normal; padding: 0 0.8em 0.3em; text-align: left; }
ul { list-style: disc; margin-left: 1.5em; }
ul ol { margin-left: 0; }
ul ol li { background: none; padding: 0; }

.l { float: left; }
.r { float: right; }
.nb { white-space: nowrap; }


/* Core layout
======================================================================*/
.clear { clear: both; }
#content { clear: both; height: 1%; padding: 30px 0; }
#content-primary { float: left; width: 73%; }
#content-secondary { float: right; width: 23%; }
#content, #footer, #header-content, #nav ul { margin: 0 auto; width: 980px; }

/* Columns */
.c2l, .c2r, .c3l, .c3m, .c3r { margin: 0; }
.c2l, .c2r { width: 48%; }
.c2l, .c3l, .c3m { float: left; }
.c2r, .c3r { float: right; }
.c3l, .c3m, .c3r { width: 30%; }
.c3m { padding-left: 3.5%; }

/* Full layout */
#full #content { background: none; }
#full #content-primary { float: none; width: 100%; }
#full #content-primary, #full #content-secondary { margin-bottom: 1em; }
#full #content-secondary { display: none; }

/* Login */
#home #content-primary, #home #content-secondary { width: 48%; }
#home #content-secondary { padding-top: 40px; }

/* Register */
#register #content-primary { float: none; margin: 0 auto; width: 50%; }


/* Content
======================================================================*/

/* Action buttons */
.action {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #3393dd;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px 10px 0;
    padding: 0.4em 1em;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
}

.action:hover { background: #ffffff; filter: none; }

/* Announcements */
.announcement { border: 5px solid #ffe65e; border-radius: 10px; font-size: 16px; margin-bottom: 20px; padding: 20px; text-align: center; }

/* Browse options */
.browse-options.r li { margin-right: 0; margin-left: 1em; }
.browse-options .txt { width: 13em; }
.browse-options > ul { list-style: none; margin-left: 0; }
.browse-options > ul > li { display: inline-block; margin-right: 1em; position: relative; }

/* Callouts */
div.call-l, img.call-l { clear: left; }
div.call-r, img.call-r { clear: right; }
dt img.call-l { margin-top: 0; }
.call-l { float: left; margin: 0 1em 0.5em 0; }
.call-r { float: right; margin: 0 0 0.5em 1em; }
.call, div.call-l, div.call-r { font-size: 12px; }
.call img, .call-l img, .call-r img { display: block; }
.call img.icon, .call-l img.icon, .call-r img.icon { display: inline; }
.call, .call-l p, .call-r p { margin-bottom: 0.5em; }
.credit { color: #7f8183; font-size: 0.75em; letter-spacing: 0.01em; margin-bottom: 0.5em; text-align: right; }

/* Certificate */
#certificate #content { text-align: center; }
#certificate #content-primary, #certificate #content-secondary { float: none; width: 100%; }

/* DataTables */
.dataTables_filter { margin-bottom: 20px; }
.dataTable thead th { background: #fff; cursor: pointer; white-space: nowrap; }
.dataTable thead th[class*="sorting"] { color: #0f5bcf; }
.dataTable thead th[class*="sorting_"] span { background-position: 100% 50%; background-repeat: no-repeat; cursor: pointer; padding-right: 15px; }
.dataTable th.sorting_asc span { background-image: url(/images/sort-up.png); }
.dataTable th.sorting_desc span { background-image: url(/images/sort-down.png); }

/* Disclaimer */
.disclaimer { border: 1px solid #ddd; border-radius: 4px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); margin-bottom: 20px; padding: 20px 20px 1px; }

/* Dropdowns */
.dropdown {
    background: #fff;
    border: 1px solid #7f7f7f;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 2.1em;
    white-space: nowrap;
    z-index: 1000;
}

.dropdown a { display: block; padding: 0.6em 1em; text-decoration: none; }
.dropdown a:hover { background: #ededed; text-decoration: none; }
.dropdown li { float: none; margin: 0; }
.dropdown li:first-child a { border-top-left-radius: 7px; border-top-right-radius: 7px; }
.dropdown li:last-child a { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; }

/* Footer */
#footer { border-top: 1px solid #ddd; clear: both; color: #585858; font-size: 11px; padding: 0.8em 0; }
#footer br { display: none; }
#footer span { border-right: 1px solid #a7a7a7; margin-right: 0.8em; padding-right: 0.8em; }
#footer span.last { border: 0; margin: 0; padding: 0; }
#footer p { margin: 0; }

/* Gallery */
.gallery { line-height: 1.3; list-style: none; margin-left: 0; }
.gallery a { text-decoration: none; }
.gallery img { display: block; margin-bottom: 5px; }
.gallery li { float: left; height: 120px; margin: 0 20px 30px 0; width: 120px; }
div.pp_default .pp_details { margin: 0; position: static; }
a.pp_expand, a.pp_contract { left: 30px; }
div.pp_default a.pp_close { right: 10px; top: -50px; }

/* Header */
#header { background: #fff; border-bottom: 1px solid #ddf0ff; color: #414141; font-size: 12px; padding: 20px 0; }
#header p { margin-bottom: 0; }
#status { clear: right; float: right; padding-top: 20px; text-align: right; }

    /* Logo */
    #logo { float: left; font-size: 20px; }
    #logo a { color: #0078d5; text-decoration: none; }
    #logo #umbrella { border-right: 1px solid #ddd; float: left; margin-right: 21px; padding-right: 21px; }
    #logo #subbranding { float: left; padding-top: 5px; }

/* Hidden */
.hidden { display: none; }

/* Icons */
.icon { background-repeat: no-repeat; background-position: 0 0.1em; padding: 3px 0 3px 22px; }
.icon-pdf { background-image: url(/images/pdf.png); }
.icon-ppt { background-image: url(/images/ppt.png); }

/* Logos */
.logos { font-size: 14px; list-style: none; margin-left: 0; line-height: 80px; text-align: center; }
.logos a:hover { opacity: 0.7; }
.logos img { max-height: 100px; vertical-align: middle; }
.logos img, .logos li { max-width: 200px; }
.logos li { display: inline-block; line-height: 1.2; margin: 0 12px; vertical-align: middle; }

/* Muted text */
.mute { color: #777; font-size: 12px; }

/* Navigation */
#nav { background: #ddf0ff; clear: both; padding: 9px 0; }
#nav a { text-decoration: none; }
#nav li { background: none; display: inline; margin-right: 1.5em; padding: 0; }
#nav li.current a { color: #000; font-weight: bold; }
#nav li.current a:hover { text-decoration: underline; }

/* Progress chart */
.progress-chart {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: right;
    height: 30px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.progress-chart .idx {
    background: #eee;
    border-radius: 4px;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}

.progress-chart .count { display: block; padding: 0.35em 0 0 0.7em; position: relative; }

/* Reports */
.report { margin-bottom: 50px; }
.report .bar { background: #3393dd; display: block; height: 20px; }
.report td, .report th { padding: 0.5em 1em 0.5em 0; vertical-align: middle; }

/* Road map */
#roadmap { list-style: none; margin-left: 0; }

#roadmap li {
    background-color: #eef7ff;
    background-position: 50% 15px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 6px;
    float: left;
    font-size: 15px;
    margin: 15px 2% 10px 0;
    padding: 55px 0 10px;
    text-align: center;
    width: 14%;
}

#roadmap li .mute { display: block; font-weight: normal; }
#roadmap li.completed { background-image: url(/images/complete.png); }
#roadmap li.current { background-color: #fff; background-image: url(/images/current.png); font-weight: bold; }
#roadmap li.to-do { background-color: #f7f7f7; background-image: url(/images/todo.png); }

/* Seconday content */
#content-secondary { font-size: 12px; }
#home #content-secondary { font-size: 1em; }

/* Team */
.team dd { margin-bottom: 0.5em; }

/* Video */
#video { margin-bottom: 15px; }