/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-Apr-2017, 14:57:04
    Author     : Zanelli
*/

html, body{
    height:100vh;
}

.sidebarbutton, .hidebar{
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 5px;
    z-index: 1001;
}

#main_col1{
    background-image: url(../img/backtest2.png);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    min-height: 100vh;
    height: 100%;
    z-index: 1000;
}

#main_col2{
    min-height: 100vh;
    height: 100%;
}

.controls{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
}

.addbutton{
    border: 1px dotted #7E7E7E;
    padding: 25px;
    margin: 20px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rowcontrols{
    float: left;
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100px;
    z-index: 100;
    clear: both;
}

    .rowcontrols .controls{
        top: 0px;
        left: 0px;
        margin: 0px;
        padding: 0px;
    }

.zd-search{
    margin: 10px;
    max-width: 60%;
}

.zd-search input{
    color: black;
    padding: 5px;
}

.forumcol1{
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 10px;
    margin: 0px;
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
    max-width: fit-content;
    border-right:1px solid #333;  
}

.forumcol1 img{
    width: 120px;
    height: 120px;
    max-width: 100%;
    max-height: 100%;
}

.forumcol2{
    box-sizing: border-box;
    position: relative;
    left: -1px;
    padding: 10px;
    margin: 0px;
    width: 80%;
    height: 100%;
    float: left;
    max-width: fit-content;
    border-left:1px solid #333;
}

.forumform{
    box-sizing: border-box;
    position: relative;
    float: left;
    padding: 5px;
    margin: 0px;
}

input.forumbutton{
    width: auto;
    padding: 5px;
    margin: 0px;
}

.clear{
    clear: both;
}

.center{
    text-align: center;
    padding: 20px;
    margin: 0px;
}

.just{
    text-align: justify;
}

.text{
    white-space: pre-wrap;
}

::-webkit-input-placeholder {
   font: bold;
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   font: bold;
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   font: bold;
   font-style: italic; 
}

:-ms-input-placeholder {  
   font: bold;
   font-style: italic; 
}

.dropdown {
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: url('../img/dropdown.png') no-repeat;  /*Adds background-image*/
      background-position: right;
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      height: 50px;
}
.dropdown option{
    margin: 0px;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    background-color: #333333;
    color: #FFF;
    border: 0px;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.clear{
    clear: both;
}

.slideThree input[type=checkbox] {
	visibility: hidden;
}

/* SLIDE THREE */
.slideThree {
	width: 80px;
	height: 26px;
	background: #333;
	margin: 20px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideThree:after {
	content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: #000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideThree:before {
	content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.slideThree label {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type=checkbox]:checked + label {
	left: 43px;
}

.bandcamp{
    border: 0;
    width: 100%;
    height: 470px;
}

@media screen and (min-width: 0px) and (max-width: 750px)  {
    
}

@media screen and (min-width: 750px) and (max-width: 970px)  {
    
}

@media screen and (min-width: 970px) and (max-width: 10000px)  {
    
    .zd-nav{
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    
    .content span img {
	float: right;
	margin: 20px;
	width: 35%;
    }
     
    .floatright{
	float: right;
	padding: 20px;
	margin: 0px;
	width: auto;
    }

    .floatleft{
	clear: left;
	float: left;
	padding: 20px;
	margin: 0px;
	width: auto;
    }
    
    hr{
        clear: both;
    }
    
    
}