/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0;
    padding: 0;
    background: #000000 url(../images/img01.jpg) repeat left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4D4D4D;
    /* Without this, the body has excess horizontal scroll when the menu is open */
    overflow-x: hidden;
}

h1, h2, h3 {
    margin: 10px;
    padding: 0;
    font-weight: normal;
    color: #3E3530;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.6em;
    text-decoration: underline
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}

ul, ol {
}

a {
    text-decoration: underline;
    color: #3E3530;
}

a:hover {
    cursor: pointer;
}

#wrapper {
    background: #FFFFFF;
    max-width: 900px;
    margin: 0;
    padding: 0;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid gray;
    /*display: inline-block;*/
}

/* Header */

#header {
    /*min-width: 965px;*/
    /*width: 100%;*/
    height: 50px;
    margin: 0;
    padding: 20px 0 0 30px;
}

#header-wrapper {
    background: #4B4646;
}

/* Logo */

#logo {
    margin: 0 0 0 35px;
    padding: 0;
    color: #000000;
}

#logo h1, #logo p {
    margin: 0 0 0 80px;
    padding: 0;
}

#logo h1 {
    letter-spacing: -1px;
}

#logo p {
    margin: 0;
    padding: 0px 0 0 2px;
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #FFFFFF;
}

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #FFFFFF;
}

/* Search */

#search {
    float: left;
    width: 240px;
    height: 30px;
    padding: 20px 0px 0px 0px;
}

#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 50px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 120px;
    padding: 6px 5px 2px 5px;
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #5D781D;
}

#search-submit {
    width: 50px;
    height: 22px;
    border: none;
    background: #B9B9B9;
    color: #000000;
}

/* Menu */

#menu {
    width: 980px;
    height: 90px;
    margin: 0;
    padding: 0;
}

#menu ul {
    margin: 0;
    padding: 50px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    width: 130px;
    height: 30px;
    margin-right: 1px;
    padding: 9px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
}

#menu a:hover, #menu .current_page_item a {
    text-decoration: none;
}

#menu .current_page_item a {
    padding-left: 0;
}

/* Page */
#page {
    max-width: 940px;
    min-height: 700px;
    width: 100%;
    margin: 0;
    padding: 0px;

}

#page-bgtop {
    background: url(../images/img03.jpg) no-repeat left top;
}

#page-bgbtm {
    background: url(../images/img05.jpg) no-repeat left bottom;
}

/* Content */
#content {
    /*float: left;*/
    /*min-width: 945px;*/
    padding: 0px 10px 0px 0px;
}

.post {
    margin-left: 10px;
    border-bottom: 1px dotted #E7E2DC;
    max-width: 100%;
}

.post .title {
    letter-spacing: -.5px;
    padding: 10px 10px 0px 30px;
    /*font-size: 30px;*/
}

.post .title a {
    color: #3E3530;
    border: none;
}

.post .meta {
    margin-bottom: 30px;
    padding: 0px 30px 0px 30px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}

.post .meta .date {
    float: left;
}

.post .meta .posted {
    float: right;
}

.post .meta a {
}

.post .entity {
    padding: 10px 30px 10px 30px;
    margin: 10px 0 10px 0;
    text-align: justify;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    overflow: scroll;
    background: white;
}

.post .row {
    padding: 0px 30px 30px 00px;
    padding-bottom: 20px;
    text-align: justify;
}

.post .row .label {
    font-weight: bold;
}

.post .framed {
    padding: 10px 30px 20px 30px;
    margin: 10px;
    padding-bottom: 10px;
    text-align: justify;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: solid;
    border-radius: 5px;
}

.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

.buttons {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

.adminTable {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 75%;
    border:solid grey 1px;
    border-collapse: separate;
    background-color: WhiteSmoke;
}

.adminTable td, th {
    padding: 5px;
    border-left:dotted gray 1px;
    border-top:dotted gray 1px;
}

.adminTable th {
    border-top: none;
    background-color: lightgray;
}

.adminTable td:first-child, th:first-child {
     border-left: none;
}

/* Sidebar */

#sidebar {
    float: left;
    /*width: 240px;*/
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #787878;

    /* critical sizing and position styles */
    /*width: 965px;*/
    min-height: 100%;
    height: 880px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;

    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

#sidebar-items {
    background: url(../images/img04.jpg) repeat-y left top;
}

/*
#sidebar-filler{
    background: #FFFFFF url(images/img08.jpg) repeat-y left top;
    min-width:965px;
}
  */

#sidebar-table {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0;
}

#sidebar li ul {
    margin: 0px 0px;
    padding-left: 25px;
    padding-bottom: 15px;
}

#sidebar li li {
    line-height: 30px;
    margin: 0px 30px;
    padding: 0px 0px 0px 15px;
    border-left: none;
    background: url(../images/img07.jpg) no-repeat left 12px;
}

#sidebar li ul li ul li {
    line-height: 30px;
    margin: 0px -20px;
    padding: 0px 0px 0px 15px;
    border-left: none;
    /* background: url(images/img07.jpg) no-repeat left 12px; */
}

#sidebar li li span {
    display: block;
    margin-top: -20px;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}

#sidebar h2 {
    height: 46px;
    padding-top: 13px;
    padding-left: 50px;
    margin-bottom: 10px;
    background: url(../images/img06.jpg) no-repeat left 4px;
    letter-spacing: -.5px;
    font-size: 1.8em;
    color: #696969;
}

#sidebar p {
    margin: 0 0px;
    padding: 0px 30px 20px 50px;
    text-align: justify;
}

#sidebar a {
    border: none;
    color: #4D4D4D;
}

#sidebar a:hover {
    text-decoration: underline;
    color: #8A8A8A;
}

/* Footer */

#footer {
    height: 10px;
    margin: 0;
    /*padding: 0px 0 15px 20px;*/
    font-family: Arial, Helvetica, sans-serif;
    /*background: url(images/img08.jpg) repeat-y left top;*/
}

#footer p {
    margin: 0;
    /*padding-top: 5px;*/
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #A0A0A0;
}

#footer a {
    color: #8A8A8A;
}

/* Custom CSS */

.group-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    padding: 10px;
    place-items: center;
}

.group-item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 2px 8px 2px 8px;
    margin: 10px;
    min-width: 250px;
}

.userInfo {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 2px 8px 2px 8px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font: 9px sans-serif;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    min-width: 50px;
}

.userInfo a {
    color: #FFFFFF;
}

.alert-success {
    color: ForestGreen;
    padding: 10px 30px 20px 30px;
    margin: 10px;
    padding-bottom: 10px;
    text-align: justify;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;

}

.alert-error {
    color: Red;
    padding: 10px 30px 20px 30px;
    margin: 10px;
    padding-bottom: 10px;
    text-align: justify;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
}

.alert-warning {
    color: Orange;
    padding: 10px 30px 20px 30px;
    margin: 10px;
    padding-bottom: 10px;
    text-align: justify;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
}

.error {
    color: Red;
}

.error a {
    color: Red;
}

.warning {
    color: Orange;
}

.ignore {
    background-color: darkgrey;
    text-decoration: line-through;
}

.border_red {
    border: 1px solid red;
}

.border_warning {
    border: 1px solid orange;
}

.status_good {
    background-color: #4CAF50;
}

.status_error {
    color: White;
    border: 1px solid red;
    background-color: Red;
    border-collapse: collapse;
}

.status_error a {
    color: White;
}

.status_warning {
    border: 1px solid Orange;
    background-color: Orange;
    border-collapse: collapse;
}

.status_ignore {
    border: 1px solid darkgrey;
    background-color: darkgrey;
    border-collapse: collapse;
}

.status_missing {
    border: 1px solid deepskyblue;
    background-color: deepskyblue;
    border-collapse: collapse;
}

.status_hasError {
    border: 1px solid red;
}

.actions {
    white-space: nowrap;
}

.stepRow {
    outline: thin solid black;
    height: 25px;
}

.taskRow {
    border-right: thin solid black;
}

.taskRowLineBottom {
    border-bottom: thin solid black;
}

.taskTable td {
    padding-left: 6px
}

.flowHeaderTable td {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: gray;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    min-width: 53px;
}

.rounded-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 2px 8px 2px 8px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background: #222222;
    color: #FFFFFF;
    cursor: pointer;
    font: 11px sans-serif;
    min-width: 35px;
    vertical-align: middle;
}

.rounded-button:hover {
    text-decoration: none;
    color: #000000;
    background: #FFFFFF;
    cursor: pointer;
    border: 1px solid gray;
    vertical-align: middle;
}

.pin-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 2px 8px 2px 8px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: #EEEEEE;
    color: #000000;
    cursor: pointer;
    font: 11px sans-serif;
    min-width: 55px;
    min-height: 55px;
}

.pin-button:hover {
    text-decoration: none;
    color: #000000;
    background: #FFFFFF;
    cursor: pointer;
    border: 1px solid gray;
}

.popup {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25px;
    #padding-left: 70px;

    height: 100%;
    width: 100%;
    display: none;

    border: 1px solid #000000;
    border-radius: 25px;
    color: #000000;
    background-color: rgba(0,0,0,.5);
    overflow: scroll;
}


/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
    /* Critical position and size styles */
    min-height: 100%;
    /*min-width: 965px;*/
    /*background-color: white; /* Needs a background or else the nav will show through */
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

/* Nav Trigger */
.nav-trigger {
    /* critical styles - hide the checkbox input */
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    /* critical positioning styles */
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 2;

    /* non-critical apperance styles */
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6' style='fill:rgb(255,255,255)'/><rect y='24' width='30' height='6' style='fill:rgb(255,255,255)'/><rect y='12' width='30' height='6' style='fill:rgb(255,255,255)'/></svg>");
    background-size: contain;
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}

.nav-trigger:checked + label {
    left: 200px;
}

.nav-trigger:checked ~ .site-wrap {
    left: 250px;
    /*box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);*/
}

@media screen and (max-width: 720px) {
    .nav-trigger:checked ~ .site-wrap {
        left: 180px;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
    }

    .post .entity {
        padding: 10px;
    }

    .post .title {
        padding: 10px;
    }
}
