body{
	background: #151C25;
  font-family: 'Raleway', sans-serif;
	color: #A9B2BA;
	font-size: 11px;
	min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

footer {
	padding: 20px;
	background: #1B232F;
  text-align: right;
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
     url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
     url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'),
     url('../fonts/quicksand-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/quicksand-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('../fonts/quicksand-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
     url('../fonts/quicksand-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('../fonts/quicksand-v7-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

.logo-wrapper{
	margin-left: 0px;
}

.sidebar
{
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 20px;
  border: 1px solid;
  border-color:#3C424B;
  border-radius: 3px;
  background: #151C25;
  background: -webkit-gradient( linear, left top, right top, from( #151C25 ), to( #1B232F ) );
  background: -webkit-linear-gradient( left, #151C25, #1B232F );
  background: -moz-linear-gradient( left, #151C25, #1B232F );
  background: -ms-radial-gradient( left, #151C25, #1B232F );
  background: -o-linear-gradient( left, #151C25, #1B232F );
  background: linear-gradient( left, #151C25, #1B232F );
}


ul.wo-style{
	list-style-type: none !important;
	color: #A9B2BA;
}

ul.with-style{
  list-style-type: circle;
}

/*funktioniert nicht */
select.form-elements option:checked {
    box-shadow: 0 0 10px 100px #151C25 inset;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
    border-color: #3C424B;
    background-color: #3C424B;
    color: #3C424B;
}

#project-table audio { width: 120px; }


.content-container{
	height: 80%;
	min-height: 80%;
}

.form-elements{
	color: #A9B2BA;
}

.playlist-source .form-elements{
  max-width: 80px;
  width: 80px;
}

#playlist-source-songs table thead, table tbody{
  border: 0px;
  background-color: #151C25;
}

.back
{
	background-image: url('back.png');
	background-repeat: repeat-x;
	background-position: 200px 0px;
}

.hallo-user a{
  color: #EE9800; 
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 40px;
}
.trash-icon{
	font-size: 20px; 
}

.download-icon{
  font-size: 20px; 
  color: #EE9800;
}


.torso-icon
{ 
	font-size: 30px; 
	color: #EE9800; 
}

.register a{
  color: #EE9800;
}

.callout ul li {
  vertical-align: center;
}


.callout ul li a{
  color: #EE9800;
}

.callout  a{
  color: #EE9800;
}


.message-success{
  color: #2285a2;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.message-error{
  color: #F63F5E;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.col-download{
  text-align: center;
}

#project-table tbody tr:hover {
    background-color: #2285a2;
}

#project-table td:hover {
    cursor: pointer;
}

.download-song{
  margin-top: -30px;
  margin-left: 30px;
  margin-right: 30px;
}

.fi-paw:hover {
    cursor: -webkit-grab;
    cursor: grab;
}

.fi-paw::active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}


#playlist-save{
  float: right;
}

.fi-paw{
  font-size: 50px;
}



.pdf a{
  color: #EE9800;
}

.download-complete{
  text-align: right;
}

.download-complete a{
  font-size: 12px;
  color: #EE9800;
}

.btn_details{
  cursor: pointer;
}



.song-title{
  width:250px;
  min-width:250px;
  background-color: #000;
  font-size: 12px;
  font-weight: bold;
}

/** Playlisten **/ 
.connected-sortable {
  margin: 0 auto;
  list-style: none;
  width: 90%;
}

.connected-sortable audio { 
  width: 170px; 
}

li.draggable-item {
  width: inherit;
  background-color: #258dad;
  color: #ffffff;
  padding: 15px 20px;
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  
  -webkit-transition: box-shadow .25s ease-in-out;
  -moz-transition: box-shadow .25s ease-in-out;
  -o-transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  &:hover {
    cursor: pointer;
  }
}
/* styles during drag */
li.draggable-item.ui-sortable-helper {
  -webkit-box-shadow: 0 0 8px rgba(53,41,41, .8);
  -moz-box-shadow: 0 0 8px rgba(53,41,41, .8);
  box-shadow: 0 0 8px rgba(53,41,41, .8);
  transform: scale(1.015);
  z-index: 100;
}
li.draggable-item.ui-sortable-placeholder {
  -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.empty-space{
  margin-top: 119px;
}

.jp-audio-right {
  font-size: 12px;
  color: #fff;
  border-top: 1px solid #A9B2BA;
  border-right: 1px solid #A9B2BA;
  border-bottom: 1px solid #A9B2BA;
  background-color: #151C25; 
  padding-top: 130px;

}

.jp-audio-right ul{
  list-style-type: none;
}

.jp-audio-right ul li a{
   line-height: 2.07;
}

.jp-playlist{
  font-size: 12px;
  line-height: 1.6;
}

#fade-in-pl{
  display: none;
}

#edit-playlist{
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #A9B2BA;
  border-radius: 50%;
  display: inline-block;
  color: #151C25;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

#help-one{
  position: absolute;
  top: 20px;
  right: 10px;
  width: 25px;
  height: 25px;
}
#help-two{
  position: absolute;
  top: 177px;
  right: 10px;
  width: 25px;
  height: 25px;
}
#help-three{
  position: absolute;
  top: 20px;
  right: 10px;
  width: 25px;
  height: 25px;
}

.fi-pencil{
  font-size: 20px;
  color:#EE9800; 
}

.reveal{
  height: 100%;
  width: 100%;
}