body {
    overflow-x: hidden;
}

h5 {
    -webkit-print-color-adjust: exact;
}

#header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    background-color: #EFEEEC;
}

#noData {
    display: none;
}

#content {
    margin-top: 95px;
}

#expandButton {
    font-family: "FontAwesome", "Arial";
}

#errorImage {
    font-size: 16em;
}

.sidebar {
    position: fixed;
    margin-top: 95px;
    left: 0;
    height: 100%;
    display: block;
    padding: 0;
    background-color: #EFEEEC;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-sidebar {

}

.expand {
    cursor: pointer;
}

.nav-sidebar > div > li > a {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.nav-sidebar > div > li > i {
    margin-left: 10px;
}

.nav-sidebar > div > li > i.fa {
    margin: 5px;
}

.nav-sidebar > li.header  > a,
.nav-sidebar > li.header  > a:hover {
    width: 100%;
    padding-left: 10px;
    color: #fff;
    background-color: #428bca;
    border-bottom: 2px solid #71a9ca;
}

.nav-sidebar > li.header > a > i.fa {
    color: #000;
    margin-top: 3px;
}

.navButtons {
    margin: 5px 5px 5px 0px;
}

.grid {
    margin: 5px 5px 5px 0px;
}

.properties {
    margin-right: 5px;
}

.fa.pull-right {
    margin-top: 4px;
    margin-left: 0em;
}

.cross {
    display: none;
    margin-right: 5px;
}

.panel-heading {
    font-weight: bold;
    font-size: 15px;
    color: #3E1487 !important;
}

.panel-body {
    padding: 2px;
}

label {
    margin-bottom: 0px;
}

input[type=checkbox], input[type=radio] {
    margin: 0px;
    border: 0px;
}

.form-group-sm {
    height: 20px;
    margin-bottom: 0px;
}

.inactive {
    color: #BFBFBF;
}


#title {
    text-align: center;
}

#subtitle {
    text-align: center;
    font-style: italic;
}

.dataTables_info {
    float:left;
}

table.fixedHeader-floating {
    margin-top: 90px !important;
}

.fa-times {
    color: #990000;
}

.alertCell {
    color: #990000;
}

.warnCell {
    color: #c09853;
}

#gdprMessage {
    border: 1px solid #A9A9A9;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
}