/*@font-face {
    font-family: 'Chunkfive';
    src: url('../external/websymbols/websymbols-regular-webfont.eot');
    src: url('../external/chunkfive/webfonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
        url('../external/chunkfive/webfonts/Chunkfive-webfont.woff') format('woff'),
        url('../external/chunkfive/webfonts/Chunkfive-webfont.ttf') format('truetype'),
        url('../external/chunkfive/webfonts/Chunkfive-webfont.svg#Chunkfive') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/*h2{
    font-family: 'Chunkfive';
}*/

* {
    min-height: 0.01px;
}

html, body{
    min-height: 100%;
    height: 100%;
    min-width: 100%;
    width: 100%;
}

#page{
    min-height: 100%;
    min-width: 100%;
    background-color: white;
    color: black;
}

#header{
}

#body{
}

#body-content{
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    padding-top: 75px;  
}

#footer{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 5%;
}

#footer-content{
    width: 100%;
    max-width: 95%;
    font-size: 11px;
    font-weight: lighter;
    margin: 0 auto;
    color: rgba(0, 162, 232, 1);
}

.content-form{
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

.content-form-large{
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

div.subtitle{
    display: flex;
    justify-content: space-between;
}

div.subtitle > button{
    height: 50%;
}

ul{
    list-style: none;
    /*padding-left: 5px !important;*/
}

.fa-angle-right{
    color: rgba(0, 162, 232, 0.3);
}

/* Flash Messages adjustements (success & info only > temporary msg at the top) */
#success-from-backend, #success, #info{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 35%;
    right: 35%;
}

/* Loading animation for AJAX requests */
.modal-loading{
    display:    none;
    position:   fixed;
    z-index:    1001;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/ajax-loader.gif')
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;   
}
body.loading .modal-loading {
    display: block;
}

.caps{
    position: fixed;
    top: 95px;
    left: 1%;
    color: rgba(0, 162, 232, 0.3);
    font-size: larger;
}

#rellax_background{
    position: fixed;
    top: 0;
    left: 0;
    width: 150%;
    height: 150%;
    opacity: 0.1;
    object-fit: cover;
}

#content{
    padding-top: 60px;
}

#flash_messages div{
    z-index: 1999;
    position: absolute;
    top: 0;
    left: 35%;
    right: 35%;
}