.logo-container {
    float: left;
    min-height: 50px;
    overflow: hidden;
}

.header-logo {
    max-height: 100%;
    padding-right: 20px;
}

.page-title {
    display: inline-block;
}

.login-box {
    width: 224px;
    margin-left: auto;
    margin-right: auto;
}

.sidebar-nav {
    padding: 8px;
    clear: both;
}

.content-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.content-header h3 {
    margin: 0;
    line-height: 30px;
}

.content-body {
    padding: 15px;
    overflow-y: auto;
}

.content-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.content-footer:before,
.content-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.content-footer:after {
    clear: both;
}

.content-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.content-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.content-header .btn + .btn {
    margin-right: 9px;
}

.item-label {
    float: left;
    width: 160px;
    text-align: right;
}

.item-detail {
    font-weight: bold;
}

html {
    height: 100%;
}

body {
    background-color: transparent;
    height: 100%;
}

.container {
    min-height: 100%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .sidebar-nav {
        margin-top: 15px;
    }
}

.date-selection {
    width: 179px;
}

