/*************************************
    WELCOME TO THE PRINT STYLESHEET
--------------------------------------
              print.css
        BlueTrip CSS Framework
   Thanks to Priss Print Framework
 http://github.com/mikecrittenden/priss
***************************************/

@page { size: A4 landscape; }



/*** BODY ***/
body {width:100% !important; margin:0 !important; padding:0 !important; line-height: 1.4; word-spacing:1.1pt; letter-spacing:0.2pt; font-family: Helvetica,"Times New Roman", serif; color: #000; background: none; font-size: 7.5pt;}
.sidebar{display: none !important;}

html > body > div.container-fluid > div.row-fluid > div.contenido{width: 100%;}

/*** HEADINGS ***/
h1,h2,h3,h4,h5,h6 {font-family: Helvetica, Arial, sans-serif;}
h1{font-size:18pt;}
h2{font-size:16pt;}
h3{font-size:14pt;}
h4,h5,h6{font-size:11pt;}

/*** ELEMENTS ***/
code {font: 9px monospace;}
blockquote {margin: 1.3em; padding: 1em; font-size: 9pt;}
hr {background-color: #ddd;}

/*** IMAGES ***/
img {float: left; margin: 1em 1.5em 1.5em 0;}
a img {border: none;}

/*** LINKS ***/
.table-inscripciones a[href]:after {content:"";}
.table-inscripciones a[href].text-danger:after { content: " - (Parado)"; color: red; } 
.table-inscripciones a[href].text-success:after { content:" - (Funcionario)"; color: green; }
.table-inscripciones a[href].text-info:after { content:" - (T.Activo)"; color: blue;}


/*** TABLES ***/
table {margin: 1px; text-align:left; page-break-before:avoid;}
th {border-bottom: 1px solid #ccc;  font-weight: bold;}
td {border-bottom: 1px solid #ccc;}
th,td {padding: 4px 5px 4px 0;}
tfoot {font-style: italic;}
caption {background: #fff; margin-bottom:2em; text-align:left;}
thead {display: table-header-group;}
tr {page-break-inside: avoid;}

/*** Add sections here to hide various parts of the site when printing ***/
#header, #footer, #navigation, #sidebar,  .navbar, .nav, .breadcumb, .form-search,  .hidden-print, .pagination, footer{display:none;}
html > body > div.container-fluid > div.row-fluid > div.span2 > ul.nav.nav-pills.nav-stacked {display:none;}
html > body > div.container-fluid > div.row-fluid > div.span10 > ul.breadcrumb {margin:0;}
label{font-size:8pt;}
	

