@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

body{font-family:"Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;padding-bottom:100px}

h1,h2,h3,h4,h5,h6{font-family: 'Open Sans Condensed', sans-serif;}

h1{font-size:2.0em}
h2{font-size:1.8em}
h3{font-size:1.6em}
h4{font-size:1.4em}
h5{font-size:1.2em;font-weight:bold}
h6{font-size:1.6em;font-weight:bold}


.form-control:focus{
	background-color:rgba(102,175,233,0.2);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 10px rgba(102,175,233,1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 10px rgba(102,175,233,1);
}

.has-success .form-control {
	background-color:#D1EFC7
}

.navbar-fixed-bottom{background-color:#FFF;box-shadow:0 0 10px RGBA(0,0,0,0.5);padding-top:15px}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th,
.table-bordered{border-color:#888}

.table-condensed>thead>tr>th{height:200px;position:relative}
.rotate {
	width:170px;
  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90.0deg);
	position:absolute;
	bottom:80px;
	margin-left:-75px
}


@media (min-width: 768px) {
	h1{font-size:2.2em}
	h2{font-size:2.0em}
	h3{font-size:1.8em}
	h4{font-size:1.6em}
	h5{font-size:1.4em}
}

@media (min-width: 992px) {
	h1{font-size:2.6em}
	h2{font-size:2.4em}
	h3{font-size:2.2em}
	h4{font-size:2.0em}
	h5{font-size:1.8em}
}

@media (min-width: 1200px) {
	h1{font-size:3.0em}
	h2{font-size:2.8em}
	h3{font-size:2.6em}
	h4{font-size:2.4em}
	h5{font-size:2.2em}
}
@media print {
    a[href]:after {content: none !important}
    .pagebreak{page-break-after:always; break-after:always}
    
}
