@font-face
{
  font-family: "Roboto";
  src: url("../fonts/roboto.woff2");
  font-weight: 200;
}

@font-face
{
	font-family: "Electro";
	src: url("../fonts/electro.otf");
	font-weight: 200;
}

@font-face
{
	font-family: "Equinox";
	src: url("../fonts/equinox.otf");
	font-weight: 200;
}

*
{
	font-family: "Roboto";
    border: 0;
    font-size: 14px;
    padding: 0;
    margin: 0;		
	cursor: url(../images/cursor/normal.cur), auto;
}

.unselectionable *, img, .button, button
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a, a img, .button, .button *, button, button *, .pageButton, .pageButtonSelected, input, textarea, .selectCursor
{
	cursor: url(../images/cursor/select.cur), auto;
}

.shadow
{
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.37), 0 2px 10px 0 rgba(0, 0, 0, 0.33);
}

.button:hover, .pageButton:hover, button:hover, .pageButtonSelected
{
	background-color: rgb(108, 148, 183);
	box-shadow: 0 2px 30px 0 rgba(0, 160, 255, 0.8);
}

.mouseoverTransition, .button, .pageButton, button
{
	transition: all 0.3s ease-out;
}

.button, .buttonOff, button, .pageButton, .pageButtonSelected
{
	background: none;
	text-align: center;
	border-radius: 5px;
	color: white;
	border: solid 1px rgba(255, 255, 255, 0.15);
}

.button, .buttonOff, button
{
    padding: 5px 15px 5px 15px;
    min-width: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.pageButton, .pageButtonSelected
{
	padding: 5px;
	display: inline-block;
	border-radius: 5px;
	margin: 2px;
}

.buttonOff, .buttonOff:hover
{
	background-color: #4D5559;
	opacity: 0.5;
	cursor: url(../images/cursor/off.cur), auto;;
	box-shadow: none;
}

.inputArea
{
	position: relative;
	height: 45px;
}

.inputArea input
{
	margin-top: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffbd;
	font-family: "Roboto";
	width: 100%;
	padding-bottom: 2px;
	border-bottom:1px solid #8EABBD;
	height: 20px;
}

label
{
	color: #B1C7D3;
}

.inputArea label
{
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 20px;
	left: 5px;
	pointer-events: none;
	transition:0.2s ease all; 
}

.inputArea input:focus
{
	outline:none;
	border-bottom:1px solid #ffffbd;
}

.inputArea input:focus ~ label, .inputArea input:valid ~ label
{
 	top: 0;
	left: 0;
 	font-size:12px;
 	color:#C5EBFF;
	font-weight: normal;	
}

a
{
    color: #ffffbd; 
    font-weight: bold;
	text-decoration: none;   
	transition: all 0.3s ease-out;
}

a:hover
{
    color: #ffce8c;    
}

.folderBulletPoint, .fileBulletPoint
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.folderBulletPoint
{
	background-color: rgba(255, 209, 164, 0.5);
}

.fileBulletPoint
{
	background-color: rgb(169, 111, 99);
	border-radius: 10px;
}

.withMargin
{
	padding: 30px;
}

.fullScreenList
{
    background-color: #05111c;
    border: solid 1px #36586b;
    border-radius: 5px;
    list-style-type: none;
}

.fullScreenList li
{
    border-bottom: solid 1px #36586b;
    padding: 11px;
    text-align: center;
    color: #dae6f1;
}

.fullScreenList li:last-child
{
	border: none;
}

.textBorder
{
	border: solid 1px #4e7384;
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0;
}

.blueButton
{
    display: inline-block;
    border: 1px solid rgba(80, 160, 255, 0.5);
    background: rgba(4, 12, 35, 0.9);
    padding: 15px 55px;
    color: #a8d8f0;
    font-size: 13px;
    letter-spacing: 3px;
    cursor: url(../images/cursor/select.cur), auto;
	text-transform: uppercase;
}

.blueButton:hover
{
    border-color: rgba(80, 160, 255, 0.8);
    box-shadow: 0 0 20px rgba(60, 130, 255, 0.7);
    background: rgba(46, 134, 212, 0.9);
}
