﻿#ColonyRidgeHeader {
    display: block;
    background-color: #333333;
    position: absolute;
    top: 0; 
    width: 100vw;
    height: 47px;
    margin: 0;
    padding: 0;
}

#ColonyRidgeLongLogo {
    margin-top: 5px;
    position: relative;
    left: 15%;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

footer .container {
    margin-left: 15%;
}

div.k-animation-container {
    padding-bottom: 5px;
}

.success, .error {
    width: auto;
    padding: 2%;
}

.success div, .error div {
    font-weight: normal;
    display: block;
    max-width: 90%;
}

.success p, .error p {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
}

.success img, .error img {
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: left;
    vertical-align: top;
}

#NotificationContainer {
    width: 90%;
    margin: 5% 5% 0 5%;
}

body {
    margin-bottom: 60px;
}