﻿div.nav-responsive {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

div.toolbar-margin {
    position: fixed;
    left: 0;
    top: 106px;
    z-index: 102;
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 10px;
    border-bottom: solid 1px #ccc;
    background-color: #eeeeee;
    box-shadow: 0 2px 2px #ddd;
}

div.form-content {
    margin-top: 60px;
}

div.panel-content {
    margin-top: 60px;
}

form.form-horizontal {
    margin-top: 114px;
}

@media (max-width: 768px) {
    form.form-horizontal {
        margin-top: 210px;
    }
}

ul.nav-tabs {
    padding: 64px 0 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #eee;
}

.navbar-fixed-top {
    border-bottom-width: 2px;
    box-shadow: 0px 2px 2px #ddd;
}

div.table-responsive {
    margin: 64px 0 15px 0;
}

.fc {
    margin-top: 180px !important;
}