/*
  This will be moved to main.css (In resources/css/)
*/
body, html {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-top: 30px;
}

p {
    margin: 0;
}

.closebutton {
  margin-right: 0;
}

.endofcontrols {
  margin-right: 10px;
}

.navbar-form {
  padding: 10px 15px;
  height: 30px;
  margin-top: 6px;
  margin-bottom: 8.5px;
}
.navbar-form .input-group > .form-control {
  padding-left: 10px;
  width: 70px;
  border-radius: 3px;
  height: 30px;
}

.navbar-inverse {
  padding-right: 15px;
  margin-left: -1px;
  height: 60px;
  line-height: 60px;
}

.col-xs-1 {
  width: 70px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}

.col-md-2 {
  padding-right: 0px;
}

.container-fluid {
  margin: 0;
  padding: 0;
  padding-bottom: -60px;
  height: 100%;
}

.sidebar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  padding-left: 15px;
  height: 100%;
  width: 150px;
  maximum-width: 150px;
  z-index: 10;
  margin-right: -1px;
}

.dawcontent {
  padding-top: 15px;
  margin-left: 150px !important;
  position: absolute;
  height: 100% !important;
}

.rightsidebar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 10;
}

.instrumentsbutton {
  padding-left: 8px;
  width: 100% !important;
  border-right: 0;
}

.landingnav {
  margin: 0 auto;
  padding-right: 0;
  display: table;
  table-layout: fixed;
  float: none;
}

.new-content {
  min-height: 100%;
  max-height: 100%;
  padding-bottom: -60px;
}

.landingpage {
  padding-top: 25%;
  text-align: center;
}

.btn, .btn-mini {
    pdding-left: 15px;
}

.titlebar {
  line-height: 18px !important;
  padding-top: 14px;
  position: absolute;
  float: center !important;
  left: 50%;
}

.project {
  margin-top: -5px;
  font-size: 10px;
  line-height: 20px;
}

.volume-slider {
    max-width: 50px;
    max-height:50px;
}

.sidebarTabs {
  position: absolute;
  bottom: 0px;
}

.sidebarTab {
  height: 380px;
}

.tabContents {
  margin: 0px;
}

.clock {
  position: absolute;
  top: 12px;
}

#VUmeterCanvas {
  position: absolute;
  top: 5px;
  left: 12px;
}

#masterVolume {
  height: 72px;
  position: absolute;
  top: 14px;
  left: 48px;
}

#effectSortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#effectSortable li {
  margin: 3px 3px 3px 0;
  border-radius: 10px;
  padding: 1px;
  float: left;
  width: 190px;
  height: 80px;
  font-size: 4em;
  text-align: center;
  position: relative;
}

.hidden {
  display: none;
}

.effectsBed {
  margin-left: 80px;
  position: absolute;
  bottom: 0px;
}

.effectClose {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  right: 0px;
  top: 0px;
}
.effectClose:hover, .effectClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
}

.knobs {
  position: absolute;
  left: 5px;
  top: 35px;
}

.left-knob-label {
  font-size: 10px;
  margin-left: 5px;
  position: absolute;
  top: 17px;
}

.middle-knob-label {
  font-size: 10px;
  padding-bottom: 20px;
  top: 17px;
  left: 75px;
  position: absolute;
}

.right-knob-label {
  font-size: 10px;
  margin-right: 5px;
  position: absolute;
  right: 5px;
  top: 17px;
}

.track {
  height: 82px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  z-index: 90;
}

.addTrack {
  transition: opacity .5s;
  margin-left: -16px;
  width: 160px;
  position: fixed;
  bottom: 0;
}
.addTrack:hover {
  opacity: 100;
}

.plusButton {
  margin: 0 auto;
  padding: 15px 0 10px 0;
  width: 100%;
  height: 100%;
}

.trackBox {
  height: 90px;
  margin-top: 10px;
  padding-bottom: 5px !important;
  margin-bottom: -10px !important;
  margin-left: -15px;
  position: relative;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 160px;
  padding-left: 5px;
}

.timeline {
  height: 40px;
  padding: 0 5px 0 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  margin-left: 90px;
  width: 118%;
  max-width: 118%;
}

.tcontrols {
    margin-bottom: -37px;
}

.timeline_pull {
  padding-top: 5px;;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #ffffff;
  margin-left: -15px;
  padding-left: 15px;
}

.ui-resizable-helper {
  border: 2px dotted #00F;
}

#holder {
  min-height: 100%;
  position: relative;
}

.scrollable {
  overflow-x: hidden;
}

#trackEffects, #masterControl {
  display: none;
  height: 95px;
  position: relative;
}

#reverbList {
  width: 100%;
  font-size: 10px;
}

.popover {
  z-index: 1030;
}

.sidebar-list {
  list-style-type: none;
  padding: 0;
  margin-left: -30px;
}
.sidebar-list p {
  padding: 0;
}

/* Modal Modification */
body .collaboration {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow-x: none;
  overflow-y: none;
}

.collab-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.modal {
  overflow-y: auto;
}

.custom-search-form {
  margin-top: 5px;
  width: 100%;
}

div.new-content {
  text-align: center;
  padding-top: 6%;
}

div.landingpage-content {
  margin-top: 25px;
  text-align: left;
  padding-left: 40%;
}

a.landingpage-content {
  text-decoration: none;
}

.collab-title {
  text-align: center;
  padding: 0;
  margin: 0;
}

.fullheight {
  height: 30px;
}

.new-project {
  line-height: 20px;
}

#left ul.nav {
  margin-bottom: 2px;
  font-size: 12px;
}

#left ul.nav ul,
#left ul.nav ul li {
  list-style: none !important;
  list-style-type: none !important;
  margin-top: 1px;
  margin-bottom: 1px;
}

#left ul.nav ul {
  padding-left: 0;
  width: auto;
}

#left ul.nav ul.children {
  padding-left: 12px;
  width: auto;
}

#left ul.nav ul.children li {
  margin-left: 0px;
}

#left ul.nav li a:hover {
  text-decoration: none;
}

