html,
body {
    height: 100%;
    position: relative;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}


@media (min-width: 576px) {
    .footer {
        height: 60px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px !important;
}


.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.sidenav {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 59px;
    background-color: #fff;
}

.main {
    margin-left: 300px; /* Same as the width of the sidenav */
    top: 50px;
    padding-left: 50px;
    padding-top: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.navbar{
    position: sticky;
    top: 0;
    z-index: 1071;
}

p.help-block {
    color: #bb0303;
}

.section-item{
    padding-top: 30px;
}

.section-text{
    font-size: 18px;
    color: #5c5c5c;
    margin-bottom: 15px;
}

.nav-link.title{
    font-weight: bold;
    color: blue;
}
p.help-block {
    color: #bb0303;
}

.text-code{
    font-size: 1rem; font-family: monospace
}

pre.code-example{
    background-color: #262626;
    color: white;
    border-radius: 5px;
    padding: 25px 30px 15px 0;
    font-size: 1rem;
    font-family: monospace;
}
span.variable{
    color: #AE81FF;
}
span.constant{
    color: #AE81FF;
}
span.function{
    color: #66D9EF;
}
span.string{
    color: #E6DB74;
}
span.keyword{
    color: #F92672;
}
span.comment{
    color: #969696;
}
span.number{
    color: #AE81FF;
}
span.semicolon{
    color: #FD971F;
}
span.argument{
    color: #FD971F;
}
span.function-name{
    color: #A6E22E;
}

.code-scrolipsy .list-group-item:not(.active){
    color: #007bff;
    border: none;
}
.content-code-scrollipsy h3{
    padding-top: 70px;
}

#code-list .list-group-item:first-child {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}

#code-list .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.type-label{
    font-size: 22px;
}
.cv-element, .cv-element-first{
    text-align: center;
}
.cv-element::before{
    background-color: #e2e2e2;
    content: "";
    display: block;
    margin-top: -32.5px;
    height: 65px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 1px;
}

.alert.alert-darker{
    color: #fff;
    background-color: #343a40;
    border-color: #32383e;
}

.list-group-item.list-group-small{
    padding: 0.40rem 1.25rem;!important;
}

.doc-mobile{
    margin-top: 25px;
}

.only-col{
    padding-right: unset;!important;
    padding-left: unset;!important;
}

.only-row{
    margin-right: unset;!important;
    margin-left: unset;!important;
}