
body{
  font-family: verdana, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  margin: 0px;
  color: #eee;
  background: #333333;
}

.clr{
  clear: both;
}

a{
  color: #eee;
  text-decoration: none;
}

.all{
  margin: 2em;
  padding: 0;
}

.all_controls_wrap{
  margin: 0 0 20px 0;
}

.files_name_and_upload{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.files_names_ajax{
  flex: 1 1 auto;
  position: relative;
  z-index: 10;
}

.files_names_wrap{
}

ul.files_names{
  position: absolute;
  width: 100%;
  z-index: 100;
  padding: 0;
  margin: 0;
  list-style: none;
}

li.file_name{
  max-height: 0;
  padding: 0 .4em;
  overflow: hidden;
  background: #666;
}

li.file_name.selected{
  max-height: unset;
}

ul.files_names:hover li.file_name{
  max-height: unset;
  border-bottom: 1px solid #999;
}

li.file_name:hover{
  background: #444;
}

li.file_name .sb_waveform_anchor{
  display: inline-block;
}

li.file_name .file_delete{
  float: right;
  display: inline-block;
  margin: 0 .1em;
  width: 16px;
  overflow: hidden;
  text-indent: -999em;
  background: url('./img/ico-ajax-delete.png') 50% 50% no-repeat;
}

.upload{
  flex: 0 0 400px;
  position: relative;
  z-index: 10;
}

.upload .upload_inputs, .upload .upload_submit{
  display: none;
}

.uploads_state{
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  background: #666;
}

.uploads_state .upload_info{
  display: none;
}

.uploads_state .upload_cancel{
  flex: 0 0 20px;
  display: inline-block;
  margin: 0 .1em;
  width: 16px;
  overflow: hidden;
  text-indent: -999em;
  background: url('./img/ico-ajax-delete.png') 50% 50% no-repeat;
}

.upload_state{
  display: flex;
  justify-content: space-between;
}

.upload_percentage{
  flex: 0 0 60px;
  text-align: center;
}

.upload_progress {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.upload_progress progress{
  margin: 0 20px;
}

.upload .upload_link{
  position: absolute;
  top: 0; left: 5px; right: 5px; bottom: 0;
  background: #666;
  text-align: center;
}

.file_download{
  flex: 0 0 100px;
  position: relative;
  z-index: 10;
  background: #666;
  text-align: center;
}

.transport_controls{
  display: flex;
  width: 100%;
}

.controls{
  margin: 2px 2px 0 2px;
  outline: 1px solid #ccc;
  position: relative;
}

.controls.zoom{
}

.controls .controls_name{
  text-align: center;
  border-bottom: 1px solid #999;
}

.controls.zoom{
  flex: 0 0 200px;
}

.controls.zoom .input_zoom{
  position: absolute;
  top: 3px;
  right: 3px;
}

.controls.zoom .input_zoom input{
  border: 0;
  background: transparent;
  color: #888;
  text-align: right;
}

.controls.zoom .range_zoom{
  text-align: center;
}

.controls.zoom .zoom_buttons{
  display: flex;
  width: calc(100% - 4px);
  margin: 0 2px;
  justify-content: space-between;
}

.controls.zoom .zoom_buttons button{
  flex: 1 1 50px;
  border: unset;
  background: rgb(204,255,0);
  margin: 1px;
  font-size: .8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 3px;
}

.controls.checkbox{
  flex: 1 1 50px;
}

.controls.checkbox .switchs{
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
}

.controls.checkbox .switch{
  flex: 1 0 50%;
  width: 160px;
}

.controls.checkbox input[type=checkbox]{
  height: 0;
  width: 0;
  visibility: hidden;
}

.controls.checkbox label {
  cursor: pointer;
  text-indent: -9999px;
  width: 28px;
  height: 14px;
  background: grey;
  display: inline-block;
  margin: 0 4px 0 0;
  border-radius: 7px;
  position: relative;
  top: 4px;
  left: -2px;
}

.controls.checkbox label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 6px;
  transition: 0.3s;
}

.controls.checkbox input:checked + label {
  background: #bada55;
}

.controls.checkbox input:checked + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}

.controls.checkbox label:active:after {
  width: 12px;
}

.controls.time{
  flex: 1 0 auto;
}

.controls.time .input_time{
  display: none;
}

.controls.time .inputs_time{
  display: flex;
  justify-content: center;
  margin: 10px 0;
  line-height: 2em;
}

.controls.time .inputs_time input{
  border: unset;
  width: 30px;
  margin: 0 2px;
  background: rgb(204,255,0);
  font-size: 1.8em;
  text-align: center;
  border-radius: 3px;
  font-family: monospace;
}

.controls.play .play_buttons_wrap{
  display: flex;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 23.5px);
    margin: 0 2px;
    
}

.controls.play .play_buttons{
  display: flex;
  justify-content: space-between;
  _border-top: 1px solid rgb(204,255,0);
  _border-bottom: 1px solid rgb(204,255,0);
}

.controls.play .play_buttons button{
  flex: 1 0 auto;
  border: unset;
  background: rgb(204,255,0);
  margin: 1px;
  font-size: .8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 3px;
  font-family: monospace;
}

.controls.play .play_buttons button#play{
  width: 40px;
  text-indent: -999em;
  background: rgb(204,255,0) url('./img/media-playback-pauseplay.png') 50% 50% no-repeat;
}

.controls.play .controls_separator{
  display: inline-block;
  margin: 0 2px;
  width: 1px;
  background: rgb(204,255,0);
  
}

.controls.marker{
  flex: 0 0 390px;
}

.controls.marker .marker_buttons{
  position: absolute;
  top: 1px;
  right: 1px;
}

.controls.marker .marker_buttons button{
  flex: 1 0 auto;
  border: unset;
  background: rgb(204,255,0);
  margin: 1px;
  font-size: .8em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 3px;
  font-family: monospace;
}

.cut_names{
  margin: 0 2px; 
}

.cut_item{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #999;
}

.cut_item .cut_index{
  flex: 0 0 20px;
  padding: 0 4px 0 0;
  border-right: 1px solid #999;
  text-align: right;
}


.cut_item .cut_name{
  flex: 2 0 auto;
  padding: 0 10px 0 0;
  border-right: 1px solid #999;
  text-align: right;
}

.cut_item .cut_tc_in, .cut_item .cut_tc_out{
  flex: 0 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1px 0 0 0;
  border-right: 1px solid #999;
  text-align: right;
}


.cut_item .cut_tc_in input, .cut_item .cut_tc_out input{
  border: 0;
  padding: 0;
  background: transparent;
  width: 80px;
  color: rgb(204,255,0);
  outline: unset;
  text-align: center;
}


.cut_item .export_before, .cut_item .export_after, .cut_item .cut_delete{
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.cut_item .export_before a, .cut_item .export_after a, .cut_item .cut_delete{
  display: block;
  width: 16px;
  text-indent: -999em;
}

.cut_item .export_before a{
  background: url('./img/ico-right-to.png') 50% 50% no-repeat;
}

.cut_item .export_after a{
  background: url('./img/ico-left-to.png') 50% 50% no-repeat;
}

.cut_item .cut_delete{
  background: url('./img/ico-ajax-delete.png') 50% 50% no-repeat;
}

.clip_item {
  margin: 20px 0 0 0;
}

.sb_waveform_wrap{
  position: relative;
  border-bottom: 1px solid #999;
}

.sb_waveform_wrap.loading{
  border-bottom: 1px solid transparent;
}

.fake_minimap{
  position: absolute;
  top: 0; left: 0; right: 0; height: 40px;
  background: rgba(255,255,255,.1);
}

.sb_waveform_wrap .sb_waveform_load_process{
  position: absolute;
  top: 40px; left: 0; right: 0; bottom: -40px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  background: rgba(255,255,255,.1);
  display: none;
}

.sb_waveform_wrap.loading .sb_waveform_load_process{
  display: flex;
}

.sb_waveform_load_process_left, .sb_waveform_load_process_right{
  flex: 0 0 auto;
}

.sb_waveform_load_process_left{
  background: #ffffff;
}

.sb_waveform_wrap.decoding .sb_waveform_load_process{
  display: flex;
  background: #ffffff url('./img/loading1.gif') 50% 50% no-repeat;
}

.sb_waveform_wrap.decoding .sb_waveform_load_process > div{
  display: none;
}

.sb_waveform_wrap a.sb_waveform_anchor{
   display: none !important;
}





