/*------------------------------------*\
    Apaxy
    by @adamwhitcroft

    Theme name: Apaxy
    Theme author: @adamwhitcroft
\*------------------------------------*/
@import url('//fonts.googleapis.com/css?family=PT+Serif&subset=latin,cyrillic-ext');
/* Have to use @import for the font, as you can only specify a 

single stylesheet */
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	       box-sizing: border-box; 
}

html {
	overflow:hidden;
	min-height:100%;
	color:#61666c;
	font-weight:400;
	font-size:1em;
	font-family:'PT Serif', sans-serif;
	line-height:2em;
}

body {
	-webkit-backface-visibility:hidden;
	background: none repeat scroll 0% 0% #FAFAFA;
}
code {
	font-family:consolas,monospace;	
}

a.back {
    font-size:11px;
    text-decoration:underline;
}

a {
	color:#61666c;
	font-family:'Open Sans', sans-serif;
	text-decoration:none;
}
a:hover {
	color:#2a2a2a;
}

/*------------------------------------*\
    Wrapper
\*------------------------------------*/
.wrapper-inner {
  background: rgba(0,0,0,0.05);
  width: 100%;
}

.wrapper {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  height: 100%;
}
/*------------------------------------*\
    Demo block
\*------------------------------------*/
.block {
	font-size:.875em;
	margin:20px 0;
	padding:20px;
	color:#9099A3;
}
/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/
table {
  margin: 0;
	background: white;
	border-collapse:collapse;
	font-size:.875em;
  overflow: hidden;
}

tr td:nth-child(2) {
  width: 300px;
}

tr:nth-child(1), tr td:nth-child(3), tr td:nth-child(4), 
tr th:nth-child(1), tr th:nth-child(3), tr th:nth-child(4) {
  display: none;
}

video {
  background: black;
  object-position: center;
  height: 100%;
}

.column1 {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;

  float: left;
}

.webm {
  float: left;
  background: none repeat scroll 0% 0% #FAFAFA;
  overflow: hidden;
  border-bottom:1px solid #edf1f5;
}


i {
	font-size: 15px;
	font-style: normal;
	display: block;
	line-height: 30px;
	color: #aaa;
}

tr {
	outline:0;
	border:0;
	height: 60px;
}

tr:first-child {
	height: 30px !important;
}

.video-row-active td {
	background:#f1f1f1;
}

tr:hover td {
	background:#f6f6f6;
}

th {
	text-align:left;
	font-size:.75em;
	padding-right:20px;
}

td a {
  outline: 0;
}

td {
	padding-left: 5px;
}

th {
	width: 12px;
	font-size: 12px;
}

th + th {
	width: 430px;
}

th + th + th {
	width: 120px;
}

th + th + th + th {
	width: 50%;
	padding-left: 20px;
}

td + td {
	font-size: 16px;
}

td + td + td + td {
	padding-left: 20px;
}


td + td + td {
	line-height: 1em;
	font-size: 10px;
	padding: 3px;
}
td + td + td + td {
	font-size: 16px;
	color: #61666C;
}

td + td + td {
	color: #aaa;
}

tr td:first-of-type {
	padding-left:10px;
	padding-right:10px;
}

td {
	padding:5px 0;
	outline:0;
	border:0;
	border-bottom:1px solid #edf1f5;
	vertical-align:middle;
	text-align:left;
	-webkit-transition:background 300ms ease;
	   -moz-transition:background 300ms ease;
	    -ms-transition:background 300ms ease;
	     -o-transition:background 300ms ease;
	        transition:background 300ms ease;
}
td a{
	display: block;
}
tr.parent a[href^="/"] {
	color:#9099A3;
}
	.parent a[href^="/"]:hover {
		color:#2281d0;
	}
/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer {
	text-align:center;
	font-size:.75em;
}

#play {
  display: none;
  position: absolute;
  right: 100px;
  bottom: 100px;
  width: 200px;
  height: 150px;
}
