html,*{
	font-family: 'Roboto';
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;

}

body{
	margin: 0px;
	padding: 0px;
	background-color: #28313c;
}

button,
input[type="submit"] {
	outline: none;
	border: none;
	cursor: pointer;
}

a {
	color: #28313c;
}

h1{
	font-size: 20px;
	font-weight: 100;
	display: inline-block;
	position: absolute;
	top: 22px;
	left: 70px;
}

h2{
	display: inline-block;
	position: absolute;
	font-weight: 100;
	font-size: 16px;
	top: 25px;
	right: 10px;
	color: #a7a7a7;
}

#nav a {
	text-decoration: none;
}

.row-70px{
	height: 70px;
	width: 100%;
	padding: 10px;
}

.row-140px{
	height: 140px;
	width: 100%;
	padding: 10px;
}

.col-350px{
	position: relative;
	width: 350px;
	height: 100%;
	float: left;
}

.col-660px{
	position: relative;
	width: 660px;
	height: 100%;
	float: left;
}

.col-25p{
	/*width: 25%;*/
	margin-right: 40px;
	height: 100%;
	display: inline-block;
	text-align: center;
}

/* Landing page */

.col-33p{
	height: 100vh;
	width: calc(33.33vw - 60px);
	padding: 30px 0px;
	float: left;
	text-align: center;
	position: relative;
}

.col-66p{
	width: 66.66vw;
	height: calc(100vh - 60px);
	margin: 30px; 
	float: left;  
	position: relative;
	border-radius: 5px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
}

.col-50p{
	width: 50%;
	float: left;
	height: 100%;
	padding: 80px;
	text-align: center;
	position: relative;
}

.col-50p h2, .col-33p h2, .col-50p h1, .col-33p h1{
	position: initial;
	margin-bottom: 20px;
	font-size: 25px;
}

#login{
	background-color: #000000;
	border-radius: 0px 5px 5px 0px;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
}

#login ul li, #register ul li{
	list-style: none;
	margin: 10px 0px;
}

#login label, #register label{
	width: 35%;
	font-size: 12px;
	line-height: 22px;
	float: left;
	text-align: left;
	color: #ffffff;
}

#login input, #register input{
	width: 65%;
	height: 22px;
	display: inherit;
	background-color: transparent;
	border: 1px solid #ffffff4d;
    color: #ffffff;
}

#login button, #register button{
	border-radius: 1px;
    background-color: transparent;
    width: 76px;
    height: 25px;
    position: relative;
    border: 1px solid #ffffff4d;
    color: #ffffff6d;
    position: absolute;
    right: 80px;
    margin-top: 20px;
}

#welcome{
	background-color: #ffffff;
	border-radius: 5px 0px 0px 5px;
	text-align: left;
	font-size: 14px;
}

#welcome h1{
	font-size: 40px;
}

#welcome #logo{
	width: 180px;
	height: 180px;
}

#register{
	padding: 110px 80px 110px 50px;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
}

/*.centerX{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}*/

/*.centerY{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}*/

#nav{
	background-color: #ffffff;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,.1);
}

#logo{
	height: 50px;
	width: 50px;
	display: inline-block;
	background-image: url(../assets/logo_ot.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}



.mainControls{
	background-color: #000000;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
	overflow: hidden;
	margin-right: 10px;
}

.mainControls input{
	border: none;
	color: #ffffff;
	font-size: 20px;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
}

.mainControl{
	position: absolute;
	bottom: 0px;
	width: 50%;
	height: 50px;
	padding: 10px;
	color: #ffffff;
}

.mainControl label{
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	color: #828282;
}

.speed{
	right: 0px;
	top: 0px;
}

.speed input{
	width: 111px;
}

.measure{
	right: 0px;
	top: 0px;
}

.measure input{
	width: 89px;
}

.nameTrack{
	position: absolute;
	top: 0px;
	left: 0px;
}

.nameTrack input{
	width: 155px;
}

.nameBeat,
.measureBeat {
	display: inline-block;
	background-color: #000000;
	position: relative;
}
.nameBeat {
	padding: 10px 3px 10px 10px;
}
.measureBeat {
	padding: 10px 3px 10px 0;
}

.nameBeat label,
.measureBeat label{
	font-size: 12px;
	line-height: 22px;
	vertical-align: bottom;
	color: #828282;
	margin-right: 10px;
}

.nameBeat input,
.measureBeat input {
	font-size: 20px;
	border: none;
	line-height: 30px;
	background-color: transparent;
	color: #ffffff;
	vertical-align: middle;
}

.beatMeasure{
	width: 43px;
}

.nameBeat button,
.measureBeat button {
	width: 30px;
	height: 30px;
	margin-right: 6px;
	display: inline-block;
	background-color: transparent;
	vertical-align: middle;
}

.nameBeat button:last-child,
.measureBeat button:last-child {
	margin-right: 0px;
}

.beatBtns{
	float: right;
	padding: 10px 10px 10px 5px;
}

.beatBtn{
	float: right;
	padding: 0px 3px 3px 3px;
	font-size: 9px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,.1);
	margin: 4px 5px 0px 0px;
	border-radius: 1px;
	background-color: transparent;
	width: 76px;
	height: 25px;
	position: relative;
	border: 1px solid #ffffff4d;
	color: #ffffff4d;
}

.timer{
	position: absolute;
	bottom: 10px;
}

.time{
	display: inline-flex;
}

.timerBtns{
	display: inline-flex;
	background-color: transparent;
}

.timerBtns button{
	background-color: transparent;
	margin-right: 12px;
}

.timerBtns button svg{
	margin-bottom: -3px;
}

.timerBtns button:last-child{
	margin-bottom: -3px;
	margin-right: 0px;
	height: 38px;
}

.libaryBtns{
	position: absolute;
	bottom: 20px;
	background-color: red;
	left: 20px;
	width: calc(100% - 40px);
	height: 30px;
}

.libaryBtn{
	width: 150px;
	height: 100%;
	margin-right: 10px;
}

.libaryBtn:last-child{
	margin-right: 0px;
}

.timeUnit{
	color: white;
	float: left;
	margin-right: 10px;
	font-size: 55px;
	line-height: 55px;
}

.smlCaps{
	font-size: 30px;
	color: red;
}

.timeline, .library{
	position: relative;
	overflow-y: hidden;
	overflow-x: scroll;
	background-color: #313131;
	white-space: nowrap;
	height: 100%;
	border-radius: 5px;
	background-color: #f7f7f7;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
	padding: 10px;
}

.oneBeat{
	height: 100px;
	width: 120px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	background-color: #ffffff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
	vertical-align: top;
	padding: 25px 15px;
	color: #333;
	cursor: pointer;
}

#indicator{
	position: relative;
	width: 10px;
	top: -10px;
}

#line{
	width: 2px;
	height: 120px;
	position: absolute;
	left: 0px;
	background-color: red;
}

#triangletop{
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 8px solid transparent;
	border-top: 8px solid red;
}

#trianglebottom{
	width: 0;
	height: 0;
	position: absolute;
	top: 112px;
	left: 0px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid red;
}

.dummyContainer{
	position: relative;
}

.dummy{
	z-index: 9;
	opacity: .05;
	position: relative;
	pointer-events: none;
}

.addTrack{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 10px;
	background-color: #8291a5;
	border-radius: 5px;
	transform: translateX(-50%);
	z-index: 10;
}

.horizontal{
	position: absolute;
	width: 26px;
	height: 6px;
	left: 12px;
	top: 22px;
	background-color: #ffffff;
}

.vertical{
	position: absolute;
	width: 6px;
	height: 26px;
	left: 22px;
	top: 12px;
	background-color: #ffffff;
}

.trackName{
	position: relative;
	width: 50%;
	height: 100%;
	padding: 10px 5px 10px 10px;
	background-color: black;
	float: left;
}

/*.editColor{
	position: absolute;
    left: -15px;
    top: 0px;
    width: 15px;
    height: 100%;
    background-color: transparent;
}

.editColor .fa.fa-edit{
	position: absolute;
    top: 17px;
    left: 6px;
    font-size: 12px;
    padding: 3px 1px 1px 3px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.3);
}*/

.trackName .fa.fa-angle-down {
	position: absolute;
	right: 10px;
	top: calc(50% - 8px);
	color: #FFF;
}

.trackIcon{
	background-image: url(../assets/drumSet.svg);
	background-size: 25px 25px;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	float: left;
	background-color: rgb(0, 0, 0);
}

.sampleSetName{
	color: white;
	font-size: 8px;
	line-height: 12px;
}

.trackLabel{
	font-weight: bolder;
	float: left;
	color: white;
	width: calc(100% - 35px);
	position: relative;
}

.trackLabel i{
	content: "\f107";
	position: absolute;
	right: 5px;
	bottom: 2px;
}

.trackBtns{
	width: 50%;
	height: 100%;
	padding: 10px 10px 10px 5px;
	float: right;
}

.beats{
	/*width: calc(100% - 360px);*/
	white-space: nowrap;
	height: 100%;
	margin-left: 357px;
	overflow-x: scroll;
}

.step{
	width: 40px;
	height: 40px;
	margin: 5px;
	border-radius: 5px;
	background-color: #f7f7f7;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
}

.stepLabel{
	font-size: 12px;
	font-variant: diagonal-fractions;
	color: #ffffff;
}

.stepActive{
	background-color: #ff7f7f;
}

.controls{
	margin-right: 40px;
	border-radius: 5px;
	background-color: #000000;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
	overflow: hidden;
}

.controlBtn{
	float: right;
	padding: 0px 3px 3px 3px;
	font-size: 9px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,.1);
	margin: 4px 5px 0px 0px;
	border-radius: 1px;
	width: 34px;
	height: 25px;
	position: relative;
	border: 1px solid rgba(255,255,255,.25);
	color: #ffffff4d;
	background-color: transparent;
}

.btnIndicator{
	display: none;
	position: absolute;
	height: 2px;
	right: 6px;
	left: 6px;
	bottom: 3px;
	border-radius: 10px;
	background-color: red;
}

.controlBtnActive{
	color: white;
	border: 1px solid;
}


.box-error {
	margin-top: 10px;
	padding: 10px 10px;
	border-left: red solid 2px;
}
