﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

#loading-masterpage .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: 0.9;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#loading-masterpage .animation {
    position: fixed;
    margin: 0 auto;
    font-size: 30px;
    color: #286819;
    top: 20%;
    left: 0px;
    width: 100%;
    z-index: 1041;
    text-align: center;
}
    #loading-masterpage .animation div {
        border-left: 5px solid #5AB844;
        width: 100px;
        height: 100px;
        border-radius: 186px;
    }

@font-face {
    font-family: 'OswaldBold';
    src: url('../fonts/Oswald-Bold.ttf')format('truetype');
}

@font-face {
    font-family: 'OswaldLigth';
    src: url('../fonts/Oswald-Ligth.ttf')format('truetype');
}

@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/Oswald-Regular.ttf')format('truetype');
}