﻿.textmessage {
    font-family: Webfont, Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight:500;
	color: #000000;
}

.textmessagelarge {
    font-family: Webfont, Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight:500;
	color: #000000;
}

.literature-filter-container, .literature-content-container, .literature-buttons-container {
    position: relative;
    width: 100%;
    height: 100%; 
    margin-left: auto; 
    margin-right: auto;
}

.literature-filter-container {
    padding-top: 25px;
    padding-bottom: 20px;

    border: 2px solid #e3e5e6;
}

.literature-filter-header {
    width: 100%;
    height: 60px;

    padding-top: 10px;
    padding-left: 10px;

    background-color: #e3e5e6;
}

.literature-filter-gradient-4 {
    background-color: rgba(255,255,255,1.00);
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 10px;
}

.literature-filter-gradient-3 {
    background: linear-gradient(rgba(255,255,255,1.00), rgba(255,255,255,0.66));
    width: 100%;
    height: 15px;
    position: relative;
}

.literature-filter-gradient-2 {
    background: linear-gradient(rgba(255,255,255,0.66), rgba(255,255,255,0.33));
    width: 100%;
    height: 15px;
    position: relative;
}

.literature-filter-gradient-1 {
    background: linear-gradient(rgba(255,255,255,0.33), rgba(255,255,255,0.00));
    width: 100%;
    height: 15px;
    position: relative;
}

.literature-buttons-gradient-1 {
    background: linear-gradient(rgba(255,255,255,0.00), rgba(255,255,255,0.33));
    width: 100%;
    height: 15px;
    position: relative;
}

.literature-buttons-gradient-2 {
    background: linear-gradient(rgba(255,255,255,0.33), rgba(255,255,255,0.66));
    width: 100%;
    height: 15px;
    position: relative;
}

.literature-buttons-gradient-3 {
    background: linear-gradient(rgba(255,255,255,0.66), rgba(255,255,255,1.00));
    width: 100%;
    height: 15px;
    position: relative;
}

.literature-buttons-gradient-4 {
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: 50px;
    position: relative;
}

.literature-filter-float {

    width: 100%;

    position: -webkit-sticky;
    position: sticky; 
    top: 0px;

    z-index: 99;
}

.literature-filter-float-ie {

    width: 100%;

    position: fixed; 
    top: 0px;

    z-index: 99;
}

.literature-buttons-float {

    width: 100%;
    height: 95px;

    position: -webkit-sticky;
    position: sticky; 
    bottom: 0px;
}

.literature-buttons-float-ie {

    width: 100%;
    height: 95px;

    position: fixed;
    bottom: 0px;
}

.button-literature-full {

    width: 160px;
    display: normal; 
}
