﻿/* Modal */

.modal-body {
    min-height: 150px;
}

.modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* Navbar */

.navbar-brand > img {
    display:inline-block;
    float: left;
    height: 30px;
    margin-right: .5em;
}
.nav-item{
    text-decoration:none;
}
.navbar-nav > .active > a {
    color:white !important;
}
.navbar-nav > .nav-item:not(.active) > a {
    color:gray !important;
}
.navbar-nav .nav-divider {
    height: 40px;
    border-right: 2px solid #999;
    border-bottom: none;
}

@media (max-width:767px) {
   .navbar-nav .nav-divider {
        height: 0;
        border-right: none;
        border-bottom: 2px solid #999;
    }
}

/* Table */

.table-fixed {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

    .table-fixed th,
    .table-fixed td {
        vertical-align: middle !important;
    }

.table-responsive {
    margin: 0;
}

/* Check List */
.checklist .form-check {
    padding-left: 2.5em;
}