html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
.brand-image {
   opacity: .8
}

.nobr td {
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   
}

.nobr {
    float: left;
    margin: 0 0 0 0;
    table-layout: fixed;
    width: 100%;
}
.nav-treeview .nav-item, .nav-treeview .nav-item i {
    font-size: .9em !important;
    margin-left: 1em !important;
}
.right {
    float: right;
}

.validation-summary-errors {
    color: red;
}
#upload-iframe {
    zoom: 0.60
}
#upload-iframe-container {
    max-width: 600px
}