html,
body {
    height: 100%;
    position: relative;
}
/*
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    color: #fff;
    background-color:#2C3E50;
  }

  #footer p { margin-bottom: 0px; }
*/

.ui.menu .item img.logo {
    margin-right: 1.5em;
}

.main.container {
    margin-top: 4em;
    padding-left: 1em;
}

.wireframe {
    margin-top: 2em;
}

.ui.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 30px;
    width: 100%;
}

.ui.footer.segment {
    margin: 1em 0em 0em;
    padding: 5px/*1em 0em;*/
}

.ui.inverted.menu .active.item {
    background-color: #2185d0;
}

#brand_toggle {
    border-radius: 0;
}

#brand_toggle .dropdown.icon{
    background: none;
}

.ui.form .field > label.error {
    color: red;
}

#iptClosingDate-error {
    color: red;
    position: absolute;
    top: 38px;
    display: block;
    margin: 0 0 .28571429rem 0;
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none;
}
