html,
body {
    height: 100%;
    min-height: 100%;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.who-is-lookup {
    padding: 8px 15px;
    background: #f5f5f5;
    list-style: none;
}

.who-is-lookup li {
    padding: 3px 0px;
}

.hightlight-me {
    background: yellow;
    font-weight: bold;
}
#file-diff {
    height: 90vh;
    overflow: scroll;
    width: 100%;
}
#file-diff span {color:#040008; text-decoration:none; font-family: monospace}
#file-diff ins {color:#509B1C; text-decoration:none; font-family: monospace}
#file-diff del {color:#CC031E; text-decoration:none;font-family: monospace}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #337ab7;
  overflow-x: hidden;
}
h3 {
    padding: 8px 8px 8px 25px;
    color: white;
}
.sidenav a {
  padding: 8px 8px 8px 25px;
  text-decoration: none;
  color: #fff;
  display: block;
  cursor: pointer;
}
.dropdown-btn, .logout-btn {
    padding: 8px 8px 8px 25px;
    background: inherit;
    border: none;
    color: #fff;
}

.sidenav a:hover, .dropdown-btn:hover, .logout-btn:hover {
  text-decoration: underline;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  padding: 10px 20px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
}
#livesearch {
    border: 1px solid #ccc;
    margin-top: -14px;
    margin-bottom: 5px;
    display:none;
    position: absolute;
    width: 92%;
    z-index: 10;
    overflow: hidden;
    background: #fff;
}
#livesearch ul {
    padding-left: 0px;
}
#livesearch li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#livesearch a {
    cursor: pointer;
}

.field-expirystartdate, .field-createdstartdate {
    width: 48%;
    float:left;
}
.field-expiryenddate, .field-createdenddate {
    width: 48%;
    float:right;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {}
}
.warning-text {
    color: #f0ad4e;
}