.exportTypeliStart{  
    margin-left: 10px
  }

 /* .exportTypeliNext  {        
    position: absolute;
    left: 200px        
  } */

  /* .chooseFileButton  {        
    position: absolute;
    left: 290px        
  } */
.import-list,.export-list{
  display: inline-block;
  min-width:210px;
}
.exportInput {
      height: 20px;
      width: 20px;
      vertical-align: middle
  }

 .exportTypeul {
    list-style-type: none;    
    padding: 0;
    overflow: hidden;
    /* background-color: #eff0f0; */
    min-width: 370px;
  }

.exportTypeulNext {
    margin-top: 15px;
    list-style-type: none;        
    padding: 0;
    overflow: hidden;
    /* background-color: #eff0f0 */
  }

.exportTypeLabel,.exportTypeLabel i {
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: sub;
    font-style:normal;
  }

  .importedFileNameLabel {
    padding: 10px 0px 10px 10px;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: sub;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .chooseFileStyle {
    margin-top: 7px;
    float: right;
    margin-right: 20px;
  }
  .export-list:hover input[type='radio']:before,.import-list:hover input[type='radio']:before{
    background-color: #8661c546;
  }
  .export-header,.import-header{
    padding: 15px 10px 15px 20px;
    background: #eff0f0;
    font-weight: bold;
    margin-bottom: 0;
  }
  #ExportModal .modal-body,#ImportModal .modal-body{
    padding:0;
  }
