/* Add here all your CSS customizations */
/* customized */


body {
	background-color: #FFF;
	color: #000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.panel-heading {

	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;	
	
}



.waiver {
  font-size: 12px;
}

h1 {
	font-size: 3.2em;
	line-height: 44px;
	margin: 0 0 5px 0;
}

/*for data table search box fix */
.form-control {
height: 36px;
padding: 12px;
}
.toolbar {
    float: left;
}

/* used to display first few lines  of the article */
.article-summary {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 105px; /* Fallback for non-webkit */
  margin: 0 auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.page-top {
	background-color: #0b8da9;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 35px;
	min-height: 50px;
	padding: 0;
	padding: 20px 0;
	position: relative;
	text-align: left;
}


section.page-top a {
  color: #a9d5eb;
}

section.page-top ul.breadcrumb > li {
	text-shadow: none;
	color: #ffffff;
}

/* Footer */
footer {
	background: #0b8da9;
	border-top: 4px solid #565557;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 80px 0 0;
	position: relative;
	clear: both;
}

footer p {
	color: #ffffff;
	line-height: 24px;
	margin: 0 0 20px;
}

div.footer-copyright {
	background: #752f8f;
	border-top: 4px solid #565557;
	margin-top: 40px;
	padding: 30px 0 10px;
}

div.footer-copyright p {
	color: #fff;
	margin: 0;
	padding: 0;
}



table.dataTable thead .sorting_asc {  color: #fff;background: #752f8f url('images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc { color: #fff;background: #752f8f url('images/sort_desc.png') no-repeat center right; }


/* all styles below are for old template*/
.tablehead {
	color: #000;
	font-style: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#dcdcdc;
 	vertical-align:top;
	width: 100%;
	margin:5px 0 5px 0;
	xxborder-collapse: collapse;
	xxbordercolor:#DCDCDC;
	
	
	
}

.tablehead td {
	padding: 4px 2px;
}



.tablehead a:link, .tablehead a:visited {
	color: #000; 
}

.tablehead a:hover {
	color: #FF0000;
}

/* colour used for table header */
.stathead {
	background:#752f8f;
	font-size: 10pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;

	background-repeat:repeat-x;
	background-position:right center;
	
	
}

.panel-custom {
	background:#752f8f; /*001240; */
	color: #ffffff;
	
}


.statheadBoxScore{
	background:#752f8f;
	font-size: 10pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	
	text-align:center;
	background-repeat:repeat-x;
	background-position:right center;
}

.boxscoreRows {
	xcolor: #000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	xbackground:#dcdcdc;
 	vertical-align:middle;
	width: 100%;
	margin:5px 0 5px 0;
	border-collapse: collapse;
	bordercolor:#FFFFFF;
	text-align:center;
	
}


.oddrow {
	background-color: #ffffff;
	text-align:center;
}

.evenrow {
	background-color: #ececec;
	text-align:center;
}

.oddrowTeams {
	background-color: #ffffff;
}

.evenrowTeams {
	background-color: #ececec;
}

.sortCol {
	background-color: #b5b7ba;
}

.sortFirstCol {
	background-color: #b5b7ba;
	text-align:left; 
}

.titlerow {
	background-color: #b5b7ba;
	font-size: 10pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center; 
	height:12px;

}

.firstCol {
	xbackground-color: #b5b7ba;
	xfont-weight: bold;
	text-align:left; 
	xheight:12px;
}

.logo-col
{
    display: inline-block;
 
   vertical-align: middle;
   width: 50px;
   height: 35px;
    
}

.name-col
{
    display: inline-block;
    width: 150px;
    

}
