@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
  
    .modal{
      margin: 0;
    }
    
    .divTemplateDialog .modal-content {
      margin: 0;
      position: absolute;
      top: 0;
      left: 50%;
  
    }
  
    html{
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .mainContent{
      -ms-overflow-style: -ms-autohiding-scrollbar;
  
    }
  
    // fixed for not vertical center on IE
    #commandbar-wrapper nav{
      height: 40px;
    }
  
  
  }
  
  @media(max-width:767px) {
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  
      .divTemplateDialog .modal-content {
        left: 0;
  
      }
  
  
    }
  
  
  
  }