﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

div.link.active .base-link {
    color: #fff;
    font-weight: bold;
}

div.link.active {
    background-color: #404040;
}

.grid-container {
    height: 120vh;
    display: grid;
    grid-template-areas: "sl center";
    grid-template-columns: 180px 1fr;
    background-color: green;
    color: #fff;
}

.sidebar-left {
    grid-area: sl;
    background-color: #343434;
    text-align: left;
}

.center {
    grid-area: center;
    /*overflow-x:auto;*/
    background-color: #ccc;
}

@media (min-width: 1200px) {
    .container.body-content {
        max-width: 1800px;
    }
}

p {
    /*line-height: 24px;*/
    padding: 5px 15px;
    color: #999;
}

div.link {
    /*line-height: 24px;*/
    padding: 5px 15px;
    color: #999;
}

a.base-link:hover, a.base-link:focus, a.glyphicon:hover, a.glyphicon:focus {
    text-decoration: none;
    color: #fff;
    border: 0px;
    -moz-outline-style: none;
}

a.base-link, a.glyphicon {
    text-decoration: none;
    color: #999;
    border: 0px;
    -moz-outline-style: none;
    font-size: 13px;
}

a.glyphicon {
    float: right;
    color: #343434;
}


.test-type {
    padding: 15px 0;
    border-bottom: 1px solid #4d4d4d;
}

.link:hover, .link:hover .base-link {
    color: #fff;
    background-color: #404040;
}

.left-menu-collapse {
    padding: 25px 15px;
    border-bottom: 1px solid #4d4d4d;
}

.test-type-name {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.link:hover .date, .link:hover .glyphicon, div.link.active .date, div.link.active .glyphicon {
    color: #fff;
    font-weight: normal;
}

.date {
    color: #343434;
    font-size: 13px;
}

.help.visible {
    display: block;
    width: 500px;
    margin: 100px auto;
    color: #343434;
}

.help.invisible {
    display: none;
}
