body {
    background: #EFEFEF;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}
div.breadcrumbs {
    font-size: 0.9em;
    padding: 5px 20px;
}
div.breadcrumbs span {
    font-weight: bold;
}
.containerDiv {
    border: 2px solid black;
    float: left;
    margin: 0 0 20px;
    padding: 5px;
    width: 100%;
}
.containerDiv h3 {
    background: #870000;
    color: #fff;
    margin: -5px -5px 10px;
    padding: 5px;
    width: 100%;
}
.containerDiv .icon {
    cursor: pointer;
    height: 20px;
    float: right;
    position: relative;
    top: -35px;
}
#content {
    padding: 20px;
}
#eventEdit {
    display: none;
}
div.flash-error, div.flash-notice, div.flash-success {
    border: 2px solid #ddd;
    margin-bottom: 1em;
    padding: .8em;
}
div.flash-error {
    background: #FBE3E4;
    border-color: #FBC2C4;
    color: #8a1f11;
}
div.flash-error a {
    color: #8a1f11;
}
div.flash-notice {
    background: #FFF6BF;
    border-color: #FFD324;
    color: #514721;
}
div.flash-notice a {
    color: #514721;
}
div.flash-success {
    background: #E6EFC2;
    border-color: #C6D880;
    color: #264409;
}
div.flash-success a {
    color: #264409;
}
#footer {
    border-top: 1px solid #C9E0ED;
    font-size: 0.8em;
    padding: 10px;
    margin: 10px 20px;
    text-align: center;
}
div.form .rememberMe label {
    display: inline;
}
#header {
    margin: 0;
    padding: 0;
    background: url('../header.jpg');
    background-position: top right;
    background-size: cover;
}
#leftColumn {
    float: left;
    width: 46%;
}
#logo {
    display: flex;
    background-repeat: no-repeat;
    align-items: center;
    min-height: 250px;
    width: auto;
    padding: 0x;

}
#logo img {
    display: block;
    margin: 0 0 0 5%;
    width: auto;
    max-height: 250px;
}
#mainmenu {
    background: #e23a40;
    height: 32px;
    padding-top: 3px;
}
#mainmenu ul {
    padding: 6px 20px 6px 20px;
    margin: 0;
}
#mainmenu ul li {
    display: inline;
}
#mainmenu ul li a {
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 8px;
    text-decoration: none;
}
#mainmenu ul li a:hover,
#mainmenu ul li.active a {
    text-decoration: none;
}
.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.operations li {
    padding-bottom: 2px;
}
.operations li a {
    color: #0066A4;
    display: block;
    font: bold 12px Arial;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}
.operations li a:visited {
    color: #0066A4;
}
.operations li a:hover {
    background: #80CFFF;
}
#page {
    background: white;
    border-right: 2px solid #f0f0f0;
    border-left: 2px solid #f0f0f0;
    margin: 0px auto;
    padding: 0;
}

#page.container {
    width: 75vw;
}

/* For Mobile */

 @media only screen and (max-width: 1024px) {
    #page.container {
        width: 100vw;
        margin: 0;
        padding: 0;
    }
 }

 /* End Mobile */

.panel {
    margin-bottom: 20px;
}
.panel span {
    display: block;
}
.panel-info {
    border: 1px solid #e23a40!important;
}
.panel-info>.panel-heading {
    background: #e23a40!important;
    color: #fff!important;
 }
.panel .control-label span {
    display: inline;
}
.panel .name {
    font-weight: bold;
}

.table > thead > tr > th {

background: #e23a40;
color: #fff;
}

.portlet-content {
    background: #EFFDFF;
    font-size: 0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
}
.portlet-content li {
    padding: 2px 0 4px 0;
}
.portlet-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.portlet-decoration {
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
    padding: 3px 8px;
}
.portlet-title {
    color: #660000;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#registeredPanels .panel,
#confirmedPanels .panel {
    display: block;
    margin-bottom: 10px;
}
#registeredPanels .panel span,
#confirmedPanels .panel span {
    display: block;
}
#registeredPanels .panel .name,
#confirmedPanels .panel .name {
    font-weight: bold;
}
#register-form .radio input,
div.form .radio label {
    display: inline;
}
#RegisterForm_status,
#RegisterForm_age {
    display: block;
}
.reportButton {
    background-color: hsl(340, 42%, 44%);
    border: 1px solid hsl(340, 42%, 25%);
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 150px;
    margin: 5px 25px;
    padding: 8px;
    text-decoration: none;
    width: 25%;
}
#rightColumn {
    float: right;
    margin-right: 25px;
    width: 46%;
}
.room {
    clear: both;
}
.rooms a,
a.button {
    border: 1px solid;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 1px;
    padding: 4px;
    text-decoration: none;
    width: 100px;
}
div.search-form {
    background: #eee;
    margin: 10px 0;
    padding: 10px;
}
a.selected {
    background: #888;
    color: white;
}
#sidebar {
    padding: 20px 20px 20px 0;
}
div.view {
    border: 1px solid #C9E0ED;
    margin: 10px 0;
    padding: 10px;
}
.grid-view table.items {
    font-size: 14px;
}
ul.event-nav {
    margin-bottom: 0;
}
a.filters-link {
    top: 9px;
    position: relative;
    font-weight: bold;
}
a.filters-link:hover {
    text-decoration: none;
}
a.filters-link span.glyphicon-chevron-down {
    display: inline;
    top: 3px;
}

@media (max-width: 600px) {
    #logo {
        display: none;
    }
    #leftColumn {
        float: left;
        width: 100%;
    }
    #rightColumn {
        float: left;
        margin-right: 25px;
        width: 100%;
    }
    body  {
        font-size: 2em;
    }
    #mainmenu {
        height: 150px;
    }
    #mainmenu ul li a {
        font-size: 34px;
    }
}