.jstree li.jstree_file > a > .jstree-icon {  display:none !important; } 
 #container {margin: 0 auto; width:100%;}
 /* Clearable text inputs */
.search{
  position: relative;
  display: inline-block;
}
.search input[type=text]{
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}
.search_clear{
  display: none;
  position: absolute;
  right:0; top:17.5px;
  padding: 0 8px;
  font-style: normal;
  font-size: 1em;
  user-select: none;
  cursor: pointer;
}
.search input::-ms-clear {  /* Remove IE default X */
  display: none;
}
.search {display:none;}
#fileTree {border: 2px solid #333;text-align:left;margin:0 auto; }
.input_fields {width:33%; margin: 0 auto;}
.csv_file h1, .search {text-align: center;}
@media screen and (min-width: 600px) {
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.input_fields, .content {
  display:block;
}
}
.hidden {display:none;}
#fileTree {overflow:auto;}
.loading_list, .loading_csv {display:none;}
#viewer .image.main {border: 2px dotted white;}


.file-upload {
  background-color: #333;
  /*width: 600px;
  margin: 0 auto;
  padding: 20px;*/
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #4e4e4e;
  border: none;
  padding: 5px;
  border-radius: 1px;
  border-bottom: 1px solid #252525;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #4e4e4e;
  color: #333;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
#form_status {width:100%;}
#form_status .status {
  margin: 5px 0px;
  padding:6px;
   
  }
  .isa_success {
      color: #4F8A10;
      background-color: #DFF2BF;
  }
  .isa_warning {
      color: #9F6000;
      background-color: #FEEFB3;
  }
  .isa_error {
      color: #D8000C;
      background-color: #FFD2D2;
  }
  .isa_info i, .isa_success i, .isa_warning i, .isa_error i {
      margin:5px 11px;
      font-size:1em;
      vertical-align:middle;
  }
  .file-button {display:inline-block;}


 /* /////////////////////////// CSV Converter //////////////////////////////////////////////// */

textarea {width:100%;height:100%;}
.tabs .content p {color:#fff;}
.tabs {
 position: relative;   
 min-height: 200px; /* This part sucks */
 clear: both;
 margin: 35px 0 25px;
 /*background: #24282D;*/
}
.tab {
 float: left;
  
}
.tab label {
  background-color: rgba(0, 0, 0, 0.2);
 padding: 10px; 
 border: 1px solid #ccc; 
 margin-left: -1px; 
 position: relative;
 left: 1px; 
 top: -45px;
 -webkit-transition: background-color .17s linear;
}
.tab [type=radio] {
 display: none; 
 content: "";  
}
.tab .content {
 position: absolute;
 top: -1px;
 left: 0;
 /*background: #24282D;*/
 right: 0;
 bottom: 0;
 padding: 20px;
 border: 1px solid rgba(255, 255, 255, 0.5);
 -webkit-transition: opacity .6s linear;
 opacity: 0;
}
.tab [type=radio] ~ label {
  padding-left:5px;
}
.tab [type=radio]:checked ~ label {
  background-color: rgba(0, 0, 0, 09);
 border-bottom: 1px solid white;
 z-index: 2;
 color:#fff;
}
[type=radio]:checked ~ label ~ .content {
 z-index: 1;
 opacity: 1;
}

.tab input[type="checkbox"]:checked + label:before, .tab input[type="radio"]:checked + label:before {    
  /*background: #1b1f22 !important;
  border-color: #1b1f22 !important;*/
  color: #fff;
  content: '';
}
.tab .command.input {
/*width: 450px;
border: 1px solid #30343a;
background: #24282D;*/
margin: 0 0 5px;
padding: 8px;
border-radius: 5px;
font-size: 12px;
padding-right: 30px;
color: #DDD;  
}
.input_text_ {
background: #2D3538 url(http://picbox.im/image/cba14e57f0-validicon.png) no-repeat 99% 50%;
background-position: right 6px center;
}
.content .command {width:100%;}


 .switch-field {
 display: flex;
 margin-bottom: 36px;
 overflow: hidden;
}

.switch-field input {
 position: absolute !important;
 clip: rect(0, 0, 0, 0);
 height: 1px;
 width: 1px;
 border: 0;
 overflow: hidden;
}
input[type="radio"] + label:before {display:none;}
.switch-field label, .switch-field input[type="radio"] + label {
 background-color: rgba(0, 0, 0, 0.1);
 color: #e4e4e4;
 font-size: 14px;
 line-height: 1;
 text-align: center;
 padding: 8px 16px;
 margin-right: -1px;
 border: 1px solid rgba(0, 0, 0, 0.5);
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
 transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
 cursor: pointer;
}

.switch-field input:checked + label {
  background-color: rgba(0, 0, 0, 0.5);
 box-shadow: none;
 color:#fff;
}

.switch-field label:first-of-type {
 border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
 border-radius: 0 4px 4px 0;
}



 .txt-file-input {
 color: transparent;
}
.txt-file-input::-webkit-file-upload-button {
 visibility: hidden;
}
.txt-file-input::before {
 content: 'Select File';
 color: rgb(58, 58, 58);
 display: inline-block;
 background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
 border: 1px solid #999;
 border-radius: 3px;
 padding: 5px 8px;
 outline: none;
 white-space: nowrap;
 -webkit-user-select: none;
 cursor: pointer;
 /*text-shadow: 1px 1px rgb(34, 34, 34);*/
 font-weight: 700;
 font-size: 10pt;
}
.txt-file-input:hover::before {
 border-color: black;
}
.txt-file-input:active {
 outline: 0;
}
.txt-file-input:active::before {
 background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
.input_loader {display:none;}

   .hidden {display:none;} 
   .generator_ {display:none;}

.download_csv {display:none;}
span.href_send_to_viewer{border-bottom: dotted 1px rgba(255, 255, 255, 0.5); cursor:pointer;};