/* Zenapolae Website
	ak 2017
*/


body {
   color: #EDEDED;
   background-color: #262626;
   background: url(graph/bk_rust.jpg) repeat;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   font-size: 13px;   
}


a {
	color: #F7F7F7 !important; 
	font-weight: bolder !important;
	text-decoration: none !important;
	transition: all 0.5s ease-in-out 0s;
}

a:hover {
	color: #C7D5FF !important;
	text-decoration: none !important;
}

input {
	border-radius: 3px;
	color: #262626;
	padding: 5px;
	width: 240px;
}

h1 {
	color: #B5B5B5;
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	margin-top: 0px;
}

h2 {
	color: #B5B5B5;
	font-weight: bold;
	font-size: 22px;
	margin-top: 0px;
}

h3 {
	font-size: 20px;
	margin: 0px;
}

h4 {
	font-size: 15px;
	margin-bottom: 5px;
}

hr {
	border: 1px solid #474747;
}

p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

td {
	padding: 5px;
}




/****** dataTables ***************************************************************************************************************************/

/* jquery.dataTables.min.css | http://localhost/zenapolae/jquery/datatables/DataTables-1.10.22/css/jquery.dataTables.min.css */

.dataTables table {
	color: white !important;
} 

table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #aaa !important;
}

table.dataTable tbody tr {
	background-color: transparent !important;
}
  
table.dataTable tbody tr td {
	word-break: break-word;
}

  
.dataTables_wrapper input {
	color: white !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: white !important;
}
  

/****** CSS CLASSES ***************************************************************************************************************************/

.a_button {
   background: #474747;
	border: 0;
	/*border-radius: 5px;*/
	color: white;
	cursor: pointer;
	display: inline-block;
   font-size: 15px; 
	height: 35px;
	line-height: 1;
	min-width: 100px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
	transition: all 0.5s ease-in-out 0s;
	vertical-align: top;
	-webkit-user-drag: none;
}


.a_button:hover { 
	background-color: #797979; 
}

.a_button_submit {
	background: transparent;
	border: 1px solid white;
	border-radius: 5px;
	/*margin-top: 10px;*/
	color: white;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	min-width: 100px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	vertical-align: top;
	-webkit-user-drag: none;
}
.a_button_submit:hover { 
	background-color: #797979; 
}


.bg_grey { 
	background: #474747;
}

.bg_lightgrey { 
	background: #585757;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}



@media (min-width: 1024px) {
	.container {
		width: 970px;	
	}	
}


.cursorHand {
	cursor: pointer;
}


.p_CenteredTitle {
	background:transparent;
	font-weight: bold;
  	font-size: 22px;
	text-align: center;
}


.div_Header {
	 background: url(graph/header_zenapolae.gif) no-repeat center top;
	 background-size: 80%;
    position: relative;
    z-index: -5;
    height: 130px;
    margin-top: 50px;
    margin-bottom: 0;
}

.div_PagingButtons {
	margin-bottom: 40px;
}

.div_Panel { 
	background: #474747;
	/*padding: 20px 50px 20px 50px;*/
	padding: 20px;
	margin-bottom: 20px;
}

.div_Panel_Sidebar {
	text-align: center;
}

.div_Panel_Title { 
	color: #D1D1D1;
	font-weight: bold;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.div_ReleaseDate {
	color: #D1D1D1;
	margin-top: -20px;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.div_ReleaseTitle {
	padding-top: 5px;
	padding-bottom: 10px;
	/* display: flex;
  	align-content: center;
	*/
}

.hidden_ak {
	display: none;
}

.hoverLight:hover {
	background: #777 !important;
	color: #C7D5FF !important;
}



/* JP Audio Player */

.jp-details, .jp-playlist {
	background-color: #a0a0a0;
}
.jp-audio .jp-type-playlist .jp-progress {
	
	/*width: 130px;*/
	/*@media (max-width: 320px) {width: 70px;}*/
	
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current,
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	color: #0d88c1 !important;
}

@media (max-width: 399px) {
  .jp-audio .jp-type-playlist .jp-progress,
  .jp-audio .jp-type-playlist .jp-time-holder {
   	width: 70px;
  }
  .jp-duration {
  		display: none;
  }
}

/* JP Audio Player end. */



/* Navigation Bar */

.navbar {
	min-height: 0px;
	padding: 0px;
}

.container navbar, .container-navbar {
	min-height: 0px;
	padding: 0px;
}

.navbar-collapse {
	padding-right: 4px;
	padding-left: 4px;
	border: none;
}

.navbar-default {
	background-color: #474747;
	border: none;
	border-radius: 0;
	padding: 0px;
}

.navbar-nav > li {
	background-color: #595959;
	margin: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}
.navbar-nav > li:hover {
	background-color: #797979;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Navigation Bar end. */



.nobr {
	white-space: nowrap;
}

.p_em_margin {
	font-style: italic;
	margin-bottom: 10px;
	padding: 0;
}

.redbar {
/* for the Statistics page */
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.sel_Offset {
	padding: 0px;
}

.small {
	font-size: small;
}

.smaller {
	font-size: smaller;
}

.td_top {
	vertical-align: top;
}

.td_TrackNo {
	vertical-align: top;
}

.td_TrackTime {
	text-align: right;
	vertical-align: top;
}

.td_redbar {
	min-width: 200px;
}

.table_Catalog {
	border-collapse: collapse !important;
}
.tr_Catalog {
	border-bottom: 1px solid #aaa;
}

.vcenter {
  vertical-align: middle;
}
  

/* Smartphone adjustments */

@media (max-width: 767px) {
	
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  		margin-right: 0px;
	}
	
	.div_Header {
		background-size: 95%;
		height: 70px;
		margin-top: 30px;
	}

	.div_PagingButtons {
		margin-bottom: 100px;
	}

	.hidden-xxs {
		display: none !important;
	}
	
	.navbar-toggle {
  		margin-top: 4px;
  		margin-bottom: 4px;
	}

	.nobr {
		white-space: normal;
	}

}