#player_container, #header, #mess_cont, #plist, #controls, #field_cont, #debug, #search_result {
	margin: auto;
	width:70%;
}

#vid1 {
	display: block;
	margin: auto;
}

#playlist, audio, video {
	background:#aaa;
/*	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;*/
	list-style:none;
	border: 1px solid black;
	width:100%;
}
#playlist .active a {
	color:#5DB0E6;
	text-decoration:none;
	text-decoration:none;
}
#playlist li a {
	color:#eeeedd;
	background:#333;
	padding:5px;
	display:block;
	text-decoration:none;
}
#sortable li a:hover {
	text-decoration:none;
	color:#5DB0E6;
}
/*#player_container input {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ccc;
    border: 1px solid black;
    border-radius: 25px;
}*/
/*#player_container input:hover {
	background:#666
}
*/
#sortable {
	list-style-type: none;
	padding: 0px;
	/*width: 800px;*/
	/*cursor: pointer;*/ 
	font-size:12px;
	font-family: Arial;
	-webkit-column-count: 2;
    column-count: 2;
    -moz-column-count: 2;
}
#sortable li {
	display: flex;
	align-items: center;
	margin: 0 3px 3px 3px;
	/*padding: 0.3em 0em;*/
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	box-sizing: content-box;
	position: relative;
	height: 30px;
}

#sortable li span {
	position: absolute;
	margin-left: -1.3em;
}

ul#sortable li.active a {
  color: blue;
}
ul#sortable li.gactive a {
	color:red;
}

ul#sortable {
	margin: 0px auto 10px;
}
ul#sortable li img.minus {
	height: 16px;
	margin: 0 7px;
	float: right;
}
.trash {
	/*position: absolute;
	right: 3px;*/
	margin-left: auto;
	cursor: pointer;
	height: 100%;
	display: flex;
    align-items: center;
}
.repo {
	padding-left: 7px;
}
ul#sortable li a.repo_a {
	margin: .5em 0;
}
.hide {
	display: none;
}
/*ul#sortable li:hover img.minus {
	display:inline-block;
}*/
ul#sortable li a {
	display: inline-block;
	margin: .5em 0 .5em 30px;
	/*margin: .5em 0;*/
	/*max-width: 95%; */
	text-align: left;
}
.text_cont {
	float: left;
	width: 95%;
}
.ui-state-default {
	border: 1px solid #000;
	background: white;
}
.ui-state-default.ui-sortable-helper {
	background: #ddd;
}
#mess_cont {
	/*z-index: 2;*/
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 0;
}

#field_cont {
	position: relative;
}

#controls {
	text-align: center;
	padding-top: 10px;
}
#controls img {
	height: 19px;
	padding: 0px 5px;
	margin: -3px 0 0 0;
	vertical-align: top;
}
#controls {
/*	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	position: sticky;
    top: 0;
    background: #ccc;
    z-index: 2;
}
::-webkit-media-controls-enclosure {
   display:none !important; 
}

/*#player_container:hover #controls {
	opacity: .9;
}*/

/*body:hover #controls {
	opacity: .9;
}
*/
#pl_hide{
	float: right;
	display:none;
}

.svg_btn {
	fill:#fff;
	width: 25px;
	height: 25px;
	display: inline-block;
	-webkit-filter: drop-shadow(1px 1px 0px black);
    filter: drop-shadow(1px 1px 0px black);
}
.ctrl_btn {
	background:transparent;
	padding:0;
	border:none;
	width:25px;
	outline:0;
	height:100%;
	/*margin: -11px 0 0 0;*/
}

button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

button:hover {
	cursor: pointer;
}

#seek-bar {
/*	width: 100%;*/
	margin-left: 0;
	display: block;
	margin-bottom: 10px;
	background: transparent;
	height: 20px;
}

#volume-bar, #vol_slide {
	width: 60px;
	/*margin: -3px 0 0 0;*/
	vertical-align: top;
	background: transparent;
}

#vidWrap {
/*    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;*/
}
#vid1 {
/*    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}
#time, #dur {
    /*display: block;*/
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    text-shadow: 1px 1px black;		
}
#dur{
	padding-right:6px;
}
#plist {
/*	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	user-select: none;*/
}

/*RANGE INPUT*/
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  /*margin: 9px 0;*/
}
input[type=range]:focus {
  outline: none;
}
#volume-bar::-webkit-slider-runnable-track, #vol_slide::-webkit-slider-runnable-track{
	margin-top: 7px;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #dedede;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
  /*margin-bottom: 9px*/
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 19px;
  width: 6px;
  border-radius: 3px;
  background: #42c5f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.2px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ebebeb;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #dedede;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 19px;
  width: 6px;
  border-radius: 3px;
  background: #42c5f4;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #d1d1d1;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #dedede;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 19px;
  width: 6px;
  border-radius: 3px;
  background: #42c5f4;
  cursor: pointer;
  height: 1px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #dedede;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ebebeb;
}
/*END RANGE INPUT*/

#header{
	text-align: center;
}

.header_div{
	/*display: inline-block;*/
	text-align: center;
}

/*Collapsibles*/
.collapsible {
	background-color: #777;
	color: white;
	cursor: pointer;
	padding: 5px;
	width: 70%;
	border: none;
	/*text-align: left;*/
	outline: none;
	font-size: 15px;
	/*text-align: center;*/
	border: 1px solid black;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2px auto;
}
.coll_active, .collapsible:hover {
	background-color: #555;
}

.coll_content {
	/*padding: 0 18px;*/
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	/*background-color: #f1f1f1;*/
}

#search_result div:hover {
	color:blue;
}
#search_result {
	text-align:left;
	padding: 0 10px;
}
#search_result div {
/*	border: 1px solid black;
	background: #ddd;
	font-size: 12px;
	margin: 2px 0;
	padding: 8px;*/
}
.search_span {
	display: inline-block;
	float: right;
}

.src_ico {
	height: 15px;
}
.search_container {
	border: 1px solid black;
	display: grid;
	grid-template-columns: 95fr 5fr;
	grid-column-gap: 10px;
	margin: 2px 0;
	background: #ddd;
	font-size: 12px;
	padding: 8px;
}

@media screen and (max-width: 800px), (max-device-width: 800px) {
	.collapsible {
		width: 99%;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#plist, #header, #mess_cont {
		width: 99%;
		margin: auto;
	}
	#player_container, #controls, #nowPlaying, #debug, #search_result, #field_cont {
		width: 99%;
		margin: auto;
	}
    #sortable {
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-count: 1;
    }
    #sortable li {
    	height: 40px;
    }
    /*.arrows, .minus {
    	height:16px;
    }*/

	@viewport {
		width: device-width;
	}
}
