body {
    overflow-y: hidden;
}

.sidebar-wrapper {
    position: fixed;
    width: 150px;
    background-color: #dce8ff;
    height: 100vh;
}

.sidebar {
    margin-left: 0;
}

.sidebar a {
    color: Black;
}

.sidebar .nav-item.active {
    background-color: #aebdd9;
}

.sidebar .nav-link {
    padding-left: 15px;
    padding-right: 0;
}

.jumbotron {
    width: calc(100vw - 150px);
    border-radius: 0;
    margin-bottom: 0;
    background-color: #e9ecef;
    padding: 1.5rem 2rem;
}

.code-group {
    margin-bottom: 1rem;
}

.code-group p {
    margin-bottom: 0;
}

.code-block {
    background-color: #aaa;
    border: 1px solid #1b2a1f;
    border-radius: 5px;
    padding: 1.5rem;
    max-width: 500px;
}

.code-block code {
    color: #111;
}

.copy {
    position: relative;
    left: 470px;
    top: -28px;
    border-radius: 5px;
    border: 1px solid #1b2a1f;
}

#login_cell {
    position: absolute;
    right: 0;
    top: 0;
    display: inline;
    width: 96px;
    background-color: #dce8ff;
    height: 126px;
}

#logged_cell {
    position: absolute;
    right: 0;
    top: 0;
    display: inline;
    width: 200px;
    background-color: #dce8ff;
    height: 126px;
}

#login_wrapper {
    margin-left: 15px;
}

#login_cell .logged-name {
    display: block;
    padding: .5rem 1rem;
    font-weight: bold;
    margin: 10px;

}

#logged_cell .logged-name {
    display: block;
    padding: .5rem 1rem;
    font-weight: bold;
    margin: 10px;

}

#login_cell .logged-menu {
    position: absolute;
    transform: translate3d(0px, 60px, 0px);
    top: 0;
    left: 0;
    will-change: transform;
    width: 300px;
    z-index: 1000;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0 25px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

#login_cell .logged-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.content {
    margin-left: 150px;
}

#main {
    overflow-y: auto;
}

#main .nav {
    border-bottom: 1px solid #dce8ff;
}

#main .nav-item {
    border-right: 1px solid #dce8ff;
}

#main .nav-item.active {
    background-color: #dce8ff;
}

.logo {
    margin: 25px 25px;
    height: 77px;
}

.card {
    height: calc(100vh - 182px);
    overflow-y: auto;
}

.card-body {
    padding: 10px 15px 9px 15px;
}

.card-header {
    padding: .35rem 1.5rem .35rem .75rem;
}

.form-group {
    margin-bottom: .75rem;
}

.form-group.last {
    margin-bottom: 0;
}

#login_btn {
    margin-top: 4px;
}

.hidden {
    display: none;
}

a.calendartip:hover {
    position: relative;
}

a.calendartip span.tip {
    /*display: none;*/
}

a.calendartip span.tip {
    border: #666 2px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: #e3e3e3;
    left: 0;
    margin: 15px;
    width: 300px;
    position: absolute;
    top: 15px;
    text-decoration: none;
}

.tooltip-inner {
    text-align:left;
    background-color: #dce8ff;
    color: #333;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #dce8ff;
}

.tox-tinymce {
    margin-top: 12px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: center left !important;
}

input[type='search'] {
    border-radius: 3px;
    border-color: lightgray;
    background-color: white;
    color: black;
}

th {
    color: #002868;
}

.hr-small {
    margin: 3px 0;
    padding: 0;
}

.icon-edit:after {
    content: '\270F';
}

.btn-edit {
    color: #fff;
    background-color: #c3cfeb;
    border-color: #c3cfeb;
}

.btn-edit:hover {
    color: #fff;
    background-color: #dce8ff;
    border-color: #dce8ff;
}

.tox-tinymce {
    margin-bottom: 5px;
}

#eventSelect {
    margin: 0 5px
}

.event {
    padding: 15px;
}

div.event:not(:first-child) {
    border-top: 1px solid #dfdfdf;
}

#editor_wrapper label {
    margin-bottom: 0;
    margin-top: 0.75rem;
}

#editor_wrapper .form-control {
    margin-top: 12px;
}

#iconMenuButton button {
    display: none;
    border: none;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 20000 !important;
    background-color: #dce8ff;
}

.jumbotron {
    min-height: 126px;
}

@media (max-width: 768px) {
    .content {
        margin-left: 0;
    }

    .jumbotron {
        width: 100vw;
    }

    #iconMenuButton button {
        display: block;
    }

    .mobileShow {
        display: block !important;
        z-index: 10000 !important;
    }
}
