﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 150px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.modalBackground {
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.50;
}

nav#mainMenu.navbar * {
}

nav#mainMenu.navbar {
    background: white;
    border: 0px none;
    height: 125px;
}

nav#mainMenu .navbar-collapse {
    margin-top: 50px;
    color: Black;
}

    nav#mainMenu .navbar-collapse li {
    }

nav#mainMenu .navbar-nav > li > a {
    line-height: normal;
}

nav#mainMenu .navbar-nav > li > a {
    height: 50px;
}

nav#mainMenu .navbar-nav > li {
    padding-top: 10px;
}

nav#mainMenu .navbar-default .navbar-nav > .active > a {
    background-color: inherit;
    border-bottom: solid 2px #5fa829;
}

nav#mainMenu .navbar-brand {
    margin-top: 10px;
}

.dragover {
    background-color: aqua;
}

.folderNode {
    word-wrap: break-word;
}

    .folderNode.selected {
        font-weight: bold;
    }

        .folderNode.selected a {
            font-weight: bold;
        }

h1, h1 * {
    font-size: 22px;
    font-weight: bold;
    color: #5fa829;
}

h2 {
    font-weight: normal;
    color: #5fa829;
}

    h2, h2 * {
        font-size: 20px;
    }

h3 {
    font-weight: bold;
}

    h3, h3 * {
        font-size: 18px;
    }

ul.nobullets {
    list-style: none;
}

    ul.nobullets li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

.printlogo {
    display: none;
}
div.filter {
    margin-right:20px;
}
    div.filter select, div.filter input[type=text] {
        min-width:100px;
    }
    div.filter:last-child {
        margin-right:0px;
    }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media print {
    .printlogo {
        display: inherit;
        position: absolute;
        top: 0px;
    }

    .table-responsive {
        overflow-x: inherit;
        overflow-y: inherit;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > td {
            white-space: inherit;
        }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }
}
