/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    margin-top:51px;
    padding-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    background: #ffffff;
    z-index: 1000;
    position: fixed;
    /* left: 250px; */
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    border-right: 3px solid #f3f3f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
.navbar-header .logo-small{ float:left;margin-top:5px; }

/* Sidebar Styles */

.sidebar-nav {
    /*position: absolute;
    top: 0;*/
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 40px;
}

.sidebar-nav li,
.sidebar-nav li a{ color: #999999; cursor:pointer; }
.sidebar-nav li a {
    display: block;
    text-decoration: none;
}

.sidebar-nav ul li a {
    line-height: 1.5em;
}

.sidebar-nav li a:hover {
    text-decoration: underline;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper.sidebar {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.details{ list-style-type:none; }
.details > div{ clear:both; }
.details label{ text-align: right; }

.row.row-buttons div.col-lg-3{ margin-top:10px; }

.highcharts-tooltip>span {
    background: white;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}

.zip-report div.form-group label.control-label{ text-align:right; }

label .instruction{
  font-weight: normal;
  font-style: italic;
  font-size: 9pt;
}

.no-bottom-margin {
    margin-bottom: 0px !important;
}

.modal-header > h3, .modal-header > h4 {
    margin: 10px 0px !important;
}

.bold {
    font-weight: bold !important;
}

.not-bold {
    font-weight: normal !important;
}

.btn.btn-submitted-spinner {
    position: relative !important;
    background-color: white !important;
    border-color: white !important;
}

.mvd-catch-up-nav {
    margin-bottom: 20px;
}

.mvd-file-name-column {
    display: none;
}

.pointer {
    cursor: pointer;
}

.link-color {
    color: #428bca;
}

.underline {
    text-decoration: underline;
}
.table-smaller {
    font-size: 0.9em;
}

.href {
    color: #428bca;
    cursor: pointer;
}

.href:hover {
    text-decoration: underline;
}

.activity-log-pdf-link {
    margin-bottom: 10px;
}

.monospace {
    font-family:monospace;
}

.smaller {
    font-size: 0.8em;
}

.bm-20 {
    margin-bottom: 20px;
}

textarea {
    resize: vertical;
}

.has-error input, .has-error textarea {
    background: #ffeaea;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.modal-header {
    padding: 10px 15px !important;
}

div.modal-header .close {
    margin-top: 0px !important;
}

.system-notification-admin-list {
    max-height: 360px;
    overflow: scroll;
    overflow-x: hidden;
}
