.study-request-text-header {
	font-size: 12px;
	word-wrap:break-word;
	white-space:normal;
	padding-right: 5px !important;
	padding-left: 5px !important;
	display: inline-flex;
	font-weight: bold;
}

.study-request-span-mutted-sv {
	font-size: 10px;
	word-wrap:break-word;
	white-space:normal;
	display: inline-flex;
	font-weight: bold;
}

.study-request-span-mutted-sa {
	font-size: 11px;
	word-wrap:break-word;
	white-space:normal;
	display: inline-flex;
}

.study-request-span-mutted-svL {
	font-size: 12px;
	word-wrap:break-word;
	white-space:normal;
	display: inline-flex;
	font-weight: bold;
}

.study-request-span-mutted-saL {
	font-size: 12px;
	word-wrap:break-word;
	white-space:normal;
	display: inline-flex;
}

.study-request-span-mutted-saList {
	font-size: 11px;
	word-wrap:break-word;
	white-space:normal;
	display: inline-flex;
}

.table-study-request {
	margin-top: 0px !important;
	width: 99.5%;
    max-width: 100%;
    margin-bottom: 10px;
}

.table-study-request > thead > tr > th,
.table-study-request > tbody > tr > th,
.table-study-request > tfoot > tr > th,
.table-study-request > thead > tr > td,
.table-study-request > tbody > tr > td,
.table-study-request > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding-left: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
  vertical-align: top;
}

.hr-study-request {
	width:180px;
	margin-bottom: 0px;
	border: .5px solid #020202;
}

.hr-dashed-study-request {
	border:1px dashed;
	width:750px;
	display: inline-flex;
}

.img-left {
	width: 130px;
	height: 60px;
	float: left;
}

.img-right {
	width: 80px;
	height: 60px;
	float: right;
}

.center-text {
	text-align: center;
}

.bordered-request-study {
  border: 1px solid #EBEBEB;
}

.bordered-request-study > thead > tr > th,
.bordered-request-study > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}

.bordered-request-study > thead > tr > th,
.bordered-request-study > tbody > tr > th,
.bordered-request-study > tfoot > tr > th,
.bordered-request-study > thead > tr > td,
.bordered-request-study > tbody > tr > td,
.bordered-request-study > tfoot > tr > td {
  border: 1px solid #020202;
}


.table-study-request-no-border {
	margin-top: 0px !important;
	width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.table-study-request-no-border > thead > tr > th,
.table-study-request-no-border > tbody > tr > th,
.table-study-request-no-border > tfoot > tr > th,
.table-study-request-no-border > thead > tr > td,
.table-study-request-no-border > tbody > tr > td,
.table-study-request-no-border > tfoot > tr > td {
  line-height: 1.42857;
  padding-left: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
  vertical-align: top;
}

@media print
{
	@page :left {
margin-left: 1cm;
}

@page :right {
margin-left: 1cm;
}

    @page {
      size: letter; /* DIN A4 standard, Europe */

    }
    html, body {
        width: 210mm;
        /* height: 297mm; */
        height: 282mm;
        font-size: 11px;
        background: #FFF;
        overflow:visible;
    }
    body {
        padding-top:15mm;
    }
}
