html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
    overflow-x:hidden;
}

.offset-top-1{margin-top:10px;}
.offset-top-2{margin-top:20px;}
.offset-top-3{margin-top:30px;}

.centered-text {
    text-align:center
} 

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.background-catalogue{
    background-color: #f6f6f6; 
}
.container h1,a{
    color:#4d4d4d;
}

.navbar-item-spacing{
    letter-spacing: 5px;
}

.navbar-fixed{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;    
    width: 100%;    
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}

.navbar-fixed li a{
    color: #fff;
    text-decoration: none;
}

.navbar-fixed li{
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;    
    font-size: 1em;
    color: #fff;  
    font-family: Open Sans;
    -webkit-transition: all .2s ease-in-out;
}

.navbar-fixed li:hover{
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}

.navbar-fixed .icon {
    display: none;
}

.navbar-item-spacing{
    letter-spacing: 5px;
}

.navbar-right{
    margin-right: 20px;
    float: right;  
}

.canvas{   
    position: absolute;   
}

.over-particles{
    z-index: 1000;
}

.container-dashboard{
    padding: 15px;
    color:#fff;
    margin: 15px;
    font-family: Open Sans;    
}

.container-dsh-primary{
    background: #0191DA;
}
.container-dsh-success{
    background: #0AA699;
}
.container-dsh-warning{
    background: #FFA000;
}

.container-dashboard span.glyphicon {
    font-size: 1.2em;
}

.container-dsh-number{
    font-weight: bold;
    font-size: 16px;
}

.container-email{
    font-family: Open Sans;
    font-size:1em;
}

.body-email{
    color:#949494;
}

.equal {
    display: flex;
    display: -webkit-flex;
}

.email-topic{
    background: #31A9C4;       
    color:#fff; 
    width: 100%;
    text-align: center;
    margin-top: 5px;
    padding:10px;
}

.email-topic span.glyphicon{
    font-size: 24px;
}

footer {   
    font-family: Open Sans;
    color: #fff;
    background-color: #292929;  
    padding: 20px;  
    text-align:center; 
    position: fixed;    
    bottom: 0px; 
    height: 60px;
    width: 100%; 
    z-index: 1000;
}

