/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
#div_fixa {
    position: fixed;
    margin: 5px;
    width: 80px;
    height: 72px;
    display: block;
    bottom: 10px;
    right: 10px;
    z-index: 9999999999;
}
 
body {

    color: #292929;
}


.uk-overlay-background {
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.pdf {
    margin-right: 5px;
    margin-top: -4px;
}