﻿/* General HTML Changes
-------------------------------------------------- */
html {
    background-color: #282529;
}
.dl-horizontal dt {
    white-space: normal;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    /* font-family: fontAwesome; */
    font-family: "Font Awesome\ 5 Free"; /* cjr */
}

    .main-header .sidebar-toggle:before {
        content: "\f0c9";
        font-weight: 900; /* cjr */
    }

#view-header {
    background-color: #6699CC;
    color: #ffffff;
    padding-top: 32px;
}

#mod-header {
    background-color: #F39C12;
}

#details-header {
    background-color: #00C0ED;
}

#delete-header {
    background-color: #DD4B39;
}

.login {
    padding-right: 30px;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.content-wrapper {
    background-color: #282529;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 400px) {
    .nav > li > a {
        padding: 0px;
    }
}

#nav-color {
    background-color: #E4F1ED;
}

.alert-style {
    padding: 10px;
    background-color: #D73925;
    padding: 8px;
    color: #E4F1ED;
    display: flex;
    align-items: center;
    float: left;
    border: 1px solid #000;
    border-radius: 3px;
}

.alert-btn {
    margin-left: 5px;
}

input,
select,
textarea {
    max-width: 280px;
    color: #000000;
}

.fixed .content-wrapper {
    padding-left: 20px;
}

h2 {
    color: #e4f1ed;
}

.log-off {
    background: none;
    color: #FFFFFF;
    border: none;
    padding: 18px;
    outline: none;
}

    .log-off:hover {
        background-color: rgba(68, 68, 68, 0.5);
    }

.content-wrapper > a {
    text-decoration: none;
}

    .content-wrapper > a:hover {
        text-decoration: none;
        color: #82868A;
    }

.pagination > li:last-child > a, .pagination > li:last-child > span {
    background-color: #6699CC;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
   overflow: hidden;
}

ul {
    list-style-type: none;
}

.items-filter {
    display: flex;
    flex-flow: row;
    align-items: baseline;
    justify-content: flex-end;
}

.form-filters {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    float: left;
}

#number-input {
    width: 40px;
    margin: 10px;
    padding: 0px;
    text-align: center;
}

.widgit-buttons {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    float: right;
}

#my-tabstyle {
    display: block;
    line-height: 1;
    padding: 6px 12px;
    font-size: 14px;
    color: #FFFFFF;
    background: #00A65A;
    list-style: none;
}

#my-tabstyle:hover {
    color: #FFFFFF;
    background-color: #449D44;
    border-color: #398439;
}

.tabs-left {
    margin: 4px 6px 0px 0px;
    float: left;
    list-style-type: none;
    display: flex;
}

.tab-title-center {
    list-style-type: none;
    display: flex;
    justify-content:center;
    color: #fff;
}

.tabs-right {
    float: right;
    list-style-type: none;
    display: flex;
    margin-top: 4px;
}

.tabs-margin {
    margin-left: 5px;
}
.disabled {
    padding: 0 !important;
}

.save-btn {
    margin: 8px;
}

li a {
    text-decoration: none;
}

.display-box {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

/* Footer Changes
-------------------------------------------------- */
.main-footer {
    background: #731D13;
}

.footer-center {
    display: flex;
    justify-content: space-between;
}

.main-footer > p {
    color: #FFFFFF;
}

.para-margin { 
    margin-bottom: 0;
}

.pull-right {
    color: #E4F1ED;
}

.footer-text {
    color: lightgray;
}
.error-message {
    color: #FFF;
}
/* Footer Changes
-------------------------------------------------- */
