
/***************************** 
 Member of RB-Master

Name: css_noprint
UID: css_noprint
Author: Mario Lovric (ARITHNEA)
Last change date: 14.01.2016 15:29
Copyright 2013 ARITHNEA GmbH
Release version: Generated with version 2.6.0
Framework version: 1.0
Summary: css for no-print, hides dom elements on the screen, which should be only displayed in a print output
Necessary libraries: -

*************************//************************************************************************
 * CSS for NO-PRINT
 *
 * Version 1.0 - 25.04.2013 LM
 ************************************************************************/
 
 /*Special classes to hide content*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
