html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.company-logo {
    font-size: 3.4rem;
    font-weight: bold;
}

._list_110_thumb_custom {
    background: #f7f7f7;
}

.input-validation-error {
    border: 1px solid red !important;
}

.table th {
    white-space: nowrap;
}

#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background-color: rgb(255, 255, 255);*/
    z-index: 30001;
    opacity: 0.8;
}

#loading {
    position: absolute;
    /*color: White;*/
    top: 50%;
    left: 45%;
}

/*.nav-dropdown .nav-submenu li.active{
    background: darkgreen;
}*/
