.dbpac-form-style{
  max-width:450px;
	padding:30px;
	margin:40px auto;
	background: #FFF;
	
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.dbpac-form-style .inner-wrap{
	padding: 30px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 15px;
}
.dbpac-form-style h1{
	background:  #2A88AD;/*#607D8B;/*#00897B; */
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
}
.dbpac-form-style h1 > span{
	display: block;
	margin-top: 2px;
	font: 13px Arial, Helvetica, sans-serif;
}
.dbpac-form-style label{
	display: block;
	font: 13px Arial, Helvetica, sans-serif;
	color: #888;
	margin-bottom: 15px;
}
.dbpac-form-style input[type="text"],
.dbpac-form-style input[type="date"],
.dbpac-form-style input[type="datetime"],
.dbpac-form-style input[type="email"],
.dbpac-form-style input[type="number"],
.dbpac-form-style input[type="search"],
.dbpac-form-style input[type="time"],
.dbpac-form-style input[type="url"],
.dbpac-form-style input[type="password"],
.dbpac-form-style textarea,
.dbpac-form-style select {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 90%;
	padding: 10px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.dbpac-form-style .section{
	font: normal 20px 'Bitter', serif;
	color: #2A88AD;
	margin-bottom: 5px;
}
.dbpac-form-style .section span {
	background: #2A88AD;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}
.dbpac-form-style input[type="button"], 
.dbpac-form-style input[type="submit"]{
	background: #2A88AD; /*#2A6881; /* #00796B;*/
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	/*-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);*/
	/*border: 1px solid #257C9E;*/
	font-size: 15px;
}
.dbpac-form-style input[type="button"]:hover, 
.dbpac-form-style input[type="submit"]:hover{
	background: #2A6881;/*#263238 /*#009688;*/
	/*-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	/*box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);*/
}
.dbpac-form-style .privacy-policy{
	float: right;	
	font: 12px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-top: 10px;
	text-align: left;
}
.dbpac-form-style .required{
  color: red;
}

.dbpac-form-style p.login-error{
	color: red;
	font-weight: bold;
}

.dbpac-form-style a.login-error{
	color: blue;
}

.dbpac-form-style form .error {
	color: #ff0000;
}


.view_table {
	padding: 20px;	
}

.view_table h3 {
	background: #4E342E; /*#0277BD;*/ 
	padding: 15px 20px 10px 20px;
	margin: -30px -30px 30px -30px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	color: #f0f0f0;	
}

table {
	max-width: 800px;
    border-collapse: collapse;
    width: 100%;   
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #E0E0E0}
tr:nth-child(odd){background-color: #FAFAFA}/*#f2f2f2}*/

th {
    background-color: #90CAF9;
    color: white;
}


@media screen and (max-width: 600px) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
tbody td {display: block;  text-align:center;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
}

#pagination{
	float: right;
    padding: 10px;
}

#pagination a {
	display: inline-block;
	margin-right: 5px;
	right: 0px;
}

/*
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	table, thead, tbody, th, td, tr {
		display: block;
	}
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr {
		border:1px solid #ccc;
	}
	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	td:nth-of-type(1):before {content: "First Name";}
	td:nth-of-type(2):before {content: "Last Name";}
	td:nth-of-type(3):before {content: "Instrument";}
	td:nth-of-type(4):before {content: "DOB";}
	td:nth-of-type(5):before {content: "Composer Name";}
	td:nth-of-type(6):before {content: "Song Title";}
	td:nth-of-type(7):before {content: "Duration";}
	td:nth-of-type(8):before {content: "Group ID";}
	td:nth-of-type(9):before {content: "Fees";}
}
*/

/****************************** Additional css ***********************************/
.contest_form{
	/* display: none; */
}

/*
 * turn on/off here for the seasonal contests between dbpac and baroque
 */
#sel_dbpac{
	 display: none;
}

#sel_baroque{
	/*display: none;*/
}

#instruction {
	/*display: none;*/
}
#update_profile_form{
	display: none;
}

.profile-style{
  	width:50%;
	padding:10px;
	margin:5px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.view-enrollment-style{
  	/*width:50%;*/
	padding:10px;
	margin:5px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}


