/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    line-height: 1.4;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   COMMON
   ========================================================================== */

html {
}

body { 
    font-family: Verdana, sans-serif;
}

.table {
    display: table;    
    border-spacing: 0px;       
}

.table-100 {
    display: table;    
    border-spacing: 0px;   
    width: 100%;  
    height: 100%;   
}

.table-row {
    display: table-row;    
}

.table-row-90 {
    display: table-row;    
    width: 90%;              
}

.table-row-100 {
    display: table-row;    
    width: 100%;              
}

.table-row-100-100 {
    display: table-row;    
    width: 100%;         
    height: 100%;      
}

.table-cell {
    display: table-cell;   
}

.table-cell-100 {
    display: table-cell;   
    width: 100%;                  
}

.table-cell-vmiddle {
    display: table-cell;   
    vertical-align: middle;
    white-space:nowrap;
}

.table-cell-hcenter {
    display: table-cell;   
    text-align: center;
}

.table-cell-lcenter {
    display: table-cell;   
    text-align: left;
}

.mdata {
    display: none;
}

.page {
	width: 100%; 
	height: 100%;
	position:fixed;
}

/*
@media screen and (orientation: landscape) {

    .page {
        width: 100%; 
        height: 100%;
        position:fixed;
    }
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {

    .page {
        width: 100%; 
        height: 100%;
    }
}
*/


/* ==========================================================================
   LOGIN
   ========================================================================== */

.loginpage {        
	background-color: white;
	display: table;    
	border-spacing: 3px;     
	margin:100px auto;
	width: 600px;
}   

/*
@media screen and (orientation: landscape) {

    .loginpage {        
        background-color: white;
        display: table;    
        border-spacing: 3px;     
        margin:100px auto;
        width: 600px;
    }
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {

    .loginpage {
        background-color: white;
        display: table;    
        border-spacing: 3px;     
        margin:100px auto;
    }
}
*/

.loginpage-margin {
    margin:10px 25px 10px 25px;
}

.loginpage-header {
    display: table;    
    width: 100%;
    background-color: rgb(69,69,71);     
    border-spacing: 5px;     
}

.loginpage-header-row {
    display: table-row;    
    width: 100%;          
    height: 20px;
}

.loginpage-header-title {  
    display: table-cell;       
    font-weight: bold;
    color: white;
    text-align: left;
    font-size: 22pt;
}

.loginpage-header-image {  
    display: table-cell;    
    text-align: right;
    vertical-align: top;
}

.loginpage-header-image-margin {  
    margin: 0px 0px 0px 20px;
}

.loginpage-header-descr {
    color: rgb(26,153,206);
    display: table-cell;    
    font-size: 11pt;
    white-space: nowrap;
}

.loginpage-input {
    display: table;    
    width: 100%;
    background-color: rgb(69,69,71);     
    border-spacing: 5px;     
}

.loginpage-input-data {
    display: table;
    border-spacing: 0px;
    color: white;        
}

.loginpage-input-data-descr {
    margin:0px 15px 5px 0px;
}

.loginpage-input-data-input-input {
    border: 1px solid black;
    background-color: white; 
}

.loginpage-input-data-input-input-error {
    border: 1px solid #f00;
    background-color: red; 
}

.loginpage-input-action-table {
    display: table;
    border-spacing: 0px;
    color: white;        
}

.loginpage-message {
    display: none;
    font-size: 11pt;         
    /*
    padding-left: 10px;                 
    padding-right: 10px;    
    */
    color: red;     
}

.loginpage-message.error {
    display: table-cell;
}

.loginpage-input-action {
    color: white;
    font-size: 16pt;    
    text-decoration:none;   
}

.loginpage-help {
    display: table;    
    width: 100%;
    background-color: rgb(69,69,71); 
    color: rgb(26,153,206);      
    border-spacing: 5px;     
    font-size: 11pt;
}

.loginpage-help-wrapper {
    display: table;    
    width: 100%;
    border-spacing: 1px;     
}

.loginpage-help-title {
    display: table-cell;   
}

.loginpage-help-title:hover { 
    cursor:pointer 
}


/* ==========================================================================
   RESTORE PASSWORD
   ========================================================================== */

.restorepage-description {
    font-size: 15pt;   
    color: white;  
}

.restorepage-noerror {
    display: none;
    font-size: 13pt;         
    padding-left: 10px;                 
    padding-right: 10px;    
    color: red;     
}

.restorepage-ok {
    display: table-cell;
    font-size: 13pt;           
    padding-left: 10px;                 
    padding-right: 10px;    
    color: white;     
}

.restorepage-error {
    display: table-cell;
    font-size: 13pt;         
    padding-left: 10px;                 
    padding-right: 10px;    
    color: red;     
}


/* ==========================================================================
   REQUEST AREA
   ========================================================================== */

.header {
    width: 100%; 
    /*background-color: white;*/
    font-size: 10pt;
    display: table;
    border-spacing: 2px;
}

.header-logo {
    padding: 5px 20px 5px 20px;    
    color: white;
    background-color: rgb(26,153,206);
    display: table-cell;
}

.header-access_type {
    padding: 5px 20px 5px 10px;    
    color: white;
    background-color: rgb(153,153,154);
    overflow:hidden;width:100%;
    display: table-cell;    
}

.header-logout { 
    padding: 5px 20px 5px 20px;    
    color: rgb(255, 0, 0);
    background-color: rgb(153,153,154);
    display: table-cell;
}

.header-logout:hover { 
    cursor:pointer 
}

.container {
	margin-top: 2px;
	width: 100%; 
	height: 100%;
	display: block;
	position: fixed;
}

.left {
	display: inline-block;
	width: 35%;
	height: 100%;    
	float: left;      
}

.right {
	display: inline-block;
	height: 100%;    
	width:65%;          
	float: left;  
}

.right-block {     
	height: 100%; 
}    
/*
@media screen and (orientation: landscape) {

    .container {
        margin-top: 2px;
        width: 100%; 
        height: 100%;
        display: block;
        position: fixed;
    }

    .left {
        display: inline-block;
        width: 35%;
        height: 100%;    
        float: left;      
    }

    .right {
        display: inline-block;
        height: 100%;    
        width:65%;          
        float: left;  
    }

    .right-block {     
        height: 100%; 
    }    
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {

    .container {
        margin-top: 0px;
        width: 100%; 
        height: 100%;
        display:block;
        // position: fixed;
    }

    .left {
        display: inline-block;
        width: 100%;        
    }

    .right {
        display: inline-block;
        width:100%;          
        height: 100%;
    }

    .right-block {             
        width:100%;          
        height: 100%;        
    } 
}
*/

.nav {    
    width: 100%;
    height: 100%;
    color: white;
    display: table;
    /*background-color: brown; */
    border-spacing: 2px;    
}

.nav-request-table {
    display: table;    
    border-spacing: 10px;   
    width: 100%;       
    background-color: rgb(26,153,206);
    color: white;
}

.nav-request-descr {
    display: table-cell;  
    font-size: 12pt;  
}

.nav-request-additionaldata {
    display: table-cell;  
    font-size: 11pt;  
}

.nav-action-table {
    display: table;    
    border-spacing: 10px;   
}

.nav-action-cell {
    display: table-cell;
}

.nav-action-cell:hover {
    cursor: pointer;
}   

.nav-action-cell-nodisplay {
    display: none;
} 

@media screen and (max-width: 1280px) and (orientation: landscape) {

    .nav-action-image {
        width: 24px;
        height: 24px;
    }   
}

@media screen and (min-width: 1281px) and (orientation: landscape) {

    .nav-action-image {
        width: 32px;
        height: 32px;
    }   
}


.nav-action-personalarea {
	display: none;
}

.nav-request-triangle {
	margin-left: 20px; 
	margin-bottom: 5px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: rgb(26,153,206) transparent transparent transparent;
}

/*
@media screen and (orientation: landscape) {

    .nav-action-personalarea {
        display: none;
    }

    .nav-request-triangle {
        margin-left: 20px; 
        margin-bottom: 5px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: rgb(26,153,206) transparent transparent transparent;
    }
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {

    .nav-action-image {
        width: 24px;
        height: 24px;
    }   

    .nav-action-personalarea {
        display: table-cell;
    }

    .nav-request-triangle {
        border-width: 0px 0px 0px 0px;  
    }
}
*/

.nav-data {
    color: white;
    display: table;
    border-spacing: 0px;
    width: 100%;         
}

.nav-spacer {
    color: white;
    display: table-row;
    width: 100%;         
    height: 1px;
}

.nav-data-title {
	background-color: rgb(69,69,71);        
	padding: 10px 20px 10px 20px;      
	display: table-cell;           
	font-size: 12pt;
}

.nav-data-date {
	background-color: rgb(69,69,71);
	padding: 10px 20px 10px 20px;      
	display: table-cell; 
	text-align: right;   
	vertical-align: bottom;
	white-space: nowrap;   
	font-size: 10pt;
}

.nav-data-report {
	padding: 10px 20px 10px 20px;      
	display: table-cell; 
	width: 100%;
}

.nav-data-study {
	padding: 10px 20px 10px 20px;      
	display: table-cell; 
	width: 100%;
}	

.nav-data-image {
	padding: 10px 20px 10px 20px;      
	display: table-cell; 
	width: 100%;
}	

.nav-data-serie {
	padding: 5px 20px 5px 20px;      
	display: table; 
}		

.nav-data-serie-descr {
	text-align: left;   
	vertical-align: middle;
	display: table-cell; 
}

.nav-data-serie-image {
	padding-right: 10px;
	width: 40px;
	height: 40px;
	display: table-cell; 
} 		
/*
@media screen and (orientation: landscape) {
    .nav-data-title {
        background-color: rgb(69,69,71);        
        padding: 10px 20px 10px 20px;      
        display: table-cell;           
        font-size: 12pt;
    }

    .nav-data-date {
        background-color: rgb(69,69,71);
        padding: 10px 20px 10px 20px;      
        display: table-cell; 
        text-align: right;   
        vertical-align: bottom;
        white-space: nowrap;   
        font-size: 10pt;
    }

    .nav-data-report {
        padding: 10px 20px 10px 20px;      
        display: table-cell; 
        width: 100%;
    }
	
    .nav-data-study {
        padding: 10px 20px 10px 20px;      
        display: table-cell; 
        width: 100%;
    }	
	
    .nav-data-image {
        padding: 10px 20px 10px 20px;      
        display: table-cell; 
        width: 100%;
    }	
	
    .nav-data-serie {
        padding: 5px 20px 5px 20px;      
        display: table; 
    }		
	
	.nav-data-serie-descr {
		text-align: left;   
		vertical-align: middle;
		display: table-cell; 
	}
	
    .nav-data-serie-image {
		padding-right: 10px;
        width: 40px;
		height: 40px;
		display: table-cell; 
    } 		
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {

    .nav-data-title {
        background-color: rgb(69,69,71);        
        padding: 5px 20px 5px 20px;      
        display: table-cell;           
        font-size: 12pt;
    }

    .nav-data-date {
        background-color: rgb(69,69,71);
        padding: 5px 20px 5px 20px;      
        display: table-cell; 
        text-align: right;   
        vertical-align: bottom;
        white-space: nowrap;   
        font-size: 10pt;
    }

    .nav-data-report {
        padding: 5px 20px 5px 20px;      
        display: table-cell; 
        width: 100%;
    }    
}
*/

.nav-data-report:hover { 
    color: rgb(95,127,151); 
    cursor:pointer 
}

.nav-data-serie:hover { 
    color: rgb(95,127,151); 
    cursor:pointer 
}

.nav-row2 {
    background-color: rgb(69,69,71);    
    display: table-row;    
    width: 90%;       
    float:right;  
}

.nav-row3 {
    background-color: rgb(69,69,71);    
    display: table-row;    
    width: 80%;       
    float:right;  
}

.nav-row3-box {   
	width: 100%;      
	max-height: 500px;      
	overflow-y: auto;
}

.nav-data-title2 {
    font-size: 10pt;
}

.nav-data-title3 {
    font-size: 9pt;
}

.nav-sep {
    margin: 5px 0px;
    width: 100%; 
    height: 5px; 
    background: rgb(26,153,206); 
    overflow: hidden;
    display:inline-block;
}

.nav-personalarea {
    padding: 10px 20px 10px 15px;      
    background-color: rgb(153,153,154);        
    font-size: 12pt;  
    display: table-cell;     
}

.nav-sep-row-100-100 {
	display: table-row;    
	width: 100%;         
	height: 100%;      
}

.nav-sep-row-100 {
	display: table-row;    
	width: 100%;    
}  

.nav-sep-row-100-100px {
	display: table-row;    
	width: 100%;  
	height: 100px;
}    

/*
@media screen and (orientation: landscape) {

    .nav-sep-row-100-100 {
        display: table-row;    
        width: 100%;         
        height: 100%;      
    }

    .nav-sep-row-100 {
        display: table-row;    
        width: 100%;    
    }  

    .nav-sep-row-100-100px {
        display: table-row;    
        width: 100%;  
        height: 100px;
    }    
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {

    .nav-sep-row-100-100 {
        display: none; 
    }

    .nav-sep-row-100 {
        display: none;
    }  

    .nav-sep-row-100-100px {
        display: none;
    } 
}
*/

.nav-personalarea:hover { 
    color: rgb(95,127,151); 
    cursor:pointer 
}    

.content {    
    width: 100%;
    height: 100%;
    display: table;
    /*background-color: gray; TEST*/
    border-spacing: 2px;    
}

.content-header-row {
    background-color: rgb(69,69,71);      
    display: table-row;     
    width: 100%;
    color: white;       
    font-size: 12pt;
}

.content-header {
	padding: 10px 10px 10px 10px;              
	display: table-cell; 
	width: 100%;
	-webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
	-moz-box-sizing: border-box;    // Firefox, other Gecko
	box-sizing: border-box;         // Opera/IE 8+
}

.content-header-savepdf {  
	padding: 10px 10px 10px 10px;              
	display: table-cell; 
	text-align: right;
	white-space: nowrap;   
	-webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
	-moz-box-sizing: border-box;    // Firefox, other Gecko
	box-sizing: border-box;         // Opera/IE 8+
}    
/*
@media screen and (orientation: landscape) {

    .content-header {
        padding: 10px 10px 10px 10px;              
        display: table-cell; 
        width: 100%;
        -webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
        -moz-box-sizing: border-box;    // Firefox, other Gecko
        box-sizing: border-box;         // Opera/IE 8+
    }

    .content-header-savepdf {  
        padding: 10px 10px 10px 10px;              
        display: table-cell; 
        text-align: right;
        white-space: nowrap;   
        -webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
        -moz-box-sizing: border-box;    // Firefox, other Gecko
        box-sizing: border-box;         // Opera/IE 8+
    }    
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {

    .content-header {               
        padding: 5px 10px 5px 10px;              
        display: table-cell; 
        -webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
        -moz-box-sizing: border-box;    // Firefox, other Gecko
        box-sizing: border-box;         // Opera/IE 8+
    }       

    .content-header-savepdf {      
        padding: 5px 10px 5px 10px;   
        display: table-cell; 
        text-align: right;
        white-space: nowrap;   
        -webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
        -moz-box-sizing: border-box;    // Firefox, other Gecko
        box-sizing: border-box;         // Opera/IE 8+
    }     
}
*/

.content-header-savepdf:hover { 
    cursor:pointer 
}

.content-data {
    width: 100%; 
    height: 100%; 
    display: table-cell; 
} 

.data {
    width: 100%; 
    height: 100%; 
    border: 1px; 
    z-index: 1;
}

.content-data-android {
    width: 100%; 
    height: 100%; 
}

.data-android {
    /*border:1px solid red;*/
}

.content-data-ios {
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    -webkit-overflow-scrolling:touch;
}

.data-ios {
    width: 100%; 
    height: 100%;
}

.content-data-reportpreview {
    width: 100%; 
	max-height: 900px;
	overflow: scroll;
} 

.data-reportpreview {	
}




/* ==========================================================================
   PERSONAL AREA
   ========================================================================== */

.pa-container {
	margin: 2px;
	display:block;position: fixed;
	float: left;          
}   
   
/*
@media screen and (orientation: landscape) {

    .pa-container {
        margin: 2px;
        display:block;position: fixed;
        float: left;          
    }
}
*/

/* Smartphone / Tables portrait */
/*
@media screen and (orientation: portrait) {

    .pa-container {
        margin-top: 0px;
        display:block;position: fixed;
        float: left;          
    }
}
*/

.pa-nav {    
    /* width: 100%; */
    height: 100%;
    color: white;
    display: table;
    border-spacing: 0px;    
}

.pa-title {
    display: table;
}

.pa-data {
    color: white;
    display: table;
    width: 100%;
    border-spacing: 0px 5px;
}

.pa-nav-row2 {
    background-color: rgb(74,74,76);    
    display: table-row;        
}

.pa-nav-icon {
    background-color: rgb(26,153,206);
    display: table-cell;   
    vertical-align: middle; 
}

.pa-nav-icon-margin {
    margin: 0px 35px 0px 35px;
}

.pa-nav-title {
    padding: 10px 60px 10px 0px;          
    color: white;
    background-color: rgb(26,153,206);
    display: table-cell;
    width: 100%;     
    font-size: 16pt;     
    font-weight: bold;
    line-height: 90%;
}

.pa-nav-title2 {
    font-size: 12pt;     
    font-weight: normal;
}

.pa-nav-table {
    color: white;
    display: table;
    border-spacing: 0px;
    width: 100%;
}

.pa-nav-table-row {
    display: table-row;
    width: 100%;
}

.pa-nav-data {
    padding: 10px 30px 5px 0px;          
    color: white;
    display: table-cell;
    width: 100%;     
    white-space:nowrap;    
    font-size: 12pt;     
    /* background-color: yellow;  TEST*/
}

.pa-nav-data-icon {
    display: table-cell;   
    vertical-align: middle; 
}

.pa-nav-data-icon-margin {
    margin: 0px 35px 0px 35px;
}

.pa-nav-data:hover { 
    color: rgb(95,127,151); 
    cursor:pointer 
}

.pa-nav-data-title2 {
    font-size: 10pt;   
    line-height: 1,5;            
}

.pa-nav-expiretimeline {
    margin: 5px 0px;
    height: 5px; 
    background-color: rgb(26,153,206);
    overflow: hidden;
    display:inline-block;
}

.pa-nav-expiretimeline2 {
    margin: 5px 0px;
    height: 5px;     
    background-color: rgb(153,153,154);
    overflow: hidden;
    display:inline-block;    
}


/* ==========================================================================
   CONFIRM DIALOG
   ========================================================================== */

#confirmOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background: -ms-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index:100000;
}

#confirmBox{
    /*background-color: rgb(69,69,71);   */
    background-color: black; 
    width:460px;
    position:fixed;
    left:50%;
    top:50%;
    margin:-130px 0 0 -230px;
    border: 1px solid rgba(33, 33, 33, 0.6);
    
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmTitle{
    text-align: left;
    font-size: 16pt;
    padding: 20px 20px;
    color: white;   
    display:block;   
}

#confirmImage{
    margin-right: 10px;  
}

#confirmMessage{
    text-align: left;    
    font-size:11pt;
    padding: 5px 20px;
    margin-left: 45px;
    color: white;          
    display:block;   
}

#confirmInputs{
    text-align: left;    
    display:block;
    padding: 0px 20px;
    margin-left: 45px;
}

.confirmPassword {
}

.confirmPassword.error {
    border: 1px solid #f00;
    background-color: red; 
}

.confirmError{
    text-align: left;
    display:none;
    color: red;
    font-size:11pt;
    padding: 0px 20px;
    margin-left: 45px;
}

.confirmError.error{
    display:block;
}

#confirmButtons{
    padding:20px 0 20px 20px;
    margin-left: 45px;
    text-align: left;
    display:block;
}

#confirmBox .button{
    display:inline-block;
    /* background:url('buttons.png') no-repeat; */
    /* color:white; */
    position:relative;
    height: 33px;
    
    /* font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif; */
    font-size: 16pt;
    
    margin-right: 15px;
    /* padding: 0 35px 0 40px; */
    text-decoration:none;
    border:none;
    color: gray;
}

#confirmBox .button_cancel{
    display:inline-block;
    position:relative;
    height: 33px;
    font-size: 16pt;    
    margin-right: 30px;
    text-decoration:none;
    border:none;
    color: gray;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    height: 100%;

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
