﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

.navbar{
    background-color: #cf2e2e;
}

.navbar a {
    color: #ffdd00 !important;
}
.navbar-dark .navbar-toggler { 
    border-color: #ffdd00 !important;
}
.navbar-brand{
    margin-left:12px;
}
@media (min-width: 1200px) {
    .container {
        width: 95% !important;
    }
}


@media (min-width: 768px) {
    .container {
        width: 95% !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95% !important;
    }
}

@media (min-width: 768px) {
    .masterpage-content {
        margin-top: 12px;
        margin-left: 12px;
        margin-right: 12px;
    }
}
    .masterpage-content {
        margin-top: 35px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .default-header-row {
        margin-bottom: 12px;
        width: 100%;
    }

    .card {
        margin-bottom: 12px;
    }

    .card-header {
        background-color: #2a2d33 !important;
        color: white !important;
    }

    .search-bar {
        margin-bottom: 12px;
    }

    .placements-list-searchbox {
        /*width:400px!important;*/
    }

    .placements-page {
        margin-top: 12px;
    }

    .login-dialog {
        background-color: white;
    }

    .login-container {
        background-color: #a4082f;
    }

    .login-body {
        background-color: #a4082f !important;
    }

    .login-head {
        background-color: #a4082f !important;
    }

    .lmstable-title {
        background-color: darkslateblue !important;
        padding: 5px 5px 5px 5px;
    }

        .lmstable-title h2 {
            color: white !important;
        }