﻿.print-area .btn-custom{
	cursor: pointer;
}
.print-area{
	overflow: hidden;
	padding: 32px 0 2px 0;
    font: 12px/16px 'alright_sanslight', Arial;
}
.print-logo {
    display: none;
}
.printable{
	width: 100%;
    float: left;
    border-bottom: 1px solid #000;
	margin: 32px 0;
}
.print-area table{
    width: 100%;
}
.print-area table th{
	background: #8c8c8c;
	color: #fff;
}
.print-area table tr{
	border-top: 1px solid #000;
}
.print-area table td,
.print-area table th{
	padding: 10px 5px;
}
.print-area table td.one-line {
    padding: 10px 5px 10px 0;
}
.print-area table td.checbox-td {
    width: 140px;
    padding: 31px 5px 10px 0;    
}
.print-area table td.thickness-td {
    width: 115px;   
}
.print-area table td h2{
	margin: 0;
	font-family:'alright_sansmedium', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.print-area table td h3{
	font-family:'alright_sansmedium', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 0 16px;
}
.print-area table td a,
.print-area table td h2,
.print-area table td h3{
	color: #000;
}
.print-area table td a:hover{
	text-decoration: none;
}
.print-area table td.thickness-td input,
.print-area table td.thickness-td .title-mm{
    float: left;   
}
.print-area table td.thickness-td .title-mm{
    margin: 10px 0 0 5px;
}
.print-area .btn-custom:hover {
    color: #fff;
}

.print-area table.jobTable td h3{
    margin: 0;
}
.print-area table.jobTable td{
   vertical-align: top;
}
.btns-print-area {
    overflow: hidden;
    padding: 0 0 32px 0;
}

.print-area table.jobTable td .checkbox{
    float: left;
    margin: 1px 6px 0 0;
}
.print-area table.jobTable td small{
    font-size: 12px;
}
.print-area table.jobTable .last-td {
    width: 250px;
    padding: 38px 0 10px 10px;
    text-align: right;
}
.print-area table.jobTable.bottom-jobTable .last-td {
    width: 350px;
    padding: 10px 0 10px 10px;
}
.jobTable input {
    border-radius: 0;
    box-shadow: none;
    padding: 1px 10px 0 10px;
    font-size: 12px;
    text-align: center;
    border-radius: 0;
}
.jobTable .finish-new-wall,
.jobTable .finish-white-wall,
.jobTable .print-title {
    font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    float: left;
}
.input-mm{
    width: 48px;
    height: 35px !important;
    background: #f0f0f0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    font-family: Verdana, 'alright_sanslight', Arial, Helvetica, sans-serif !important;
    padding: 0 5px !important;
}

.print-table h2,
.print-table h3 {
    font-weight: normal;
    text-transform: uppercase;
    float: left;
}
.print-table h2 {
    margin: 0;
    line-height: 16px;
}
.print-table h3 {
    font-size: 14px;
    font-family: 'alright_sansmedium', Arial, Helvetica, sans-serif;
    line-height: 14px;
}
.print-table a {
    color: #000;
}

.product-tr,
.print-table-titles,
.print-table-title {
    width: 100%;
    border-top: 1px solid #000;
    padding: 15px 0;
    float: left;
}
.product-td {
    width: 24.28%;
    min-height: 1px;
    padding: 0 2% 0 0;
    float: left;
}
.product-td.small {
    width: 10.28%;
    padding: 0 1% 0 0;
}
.print-table-titles {
    background: #8c8c8c;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
}
.print-table-titles .product-td.first:first-letter {
    margin: 0 0 0 5px;
}
.print-table .color-print .right {
    height: 30px;
    display: table;
}
.print-table .color-print .right span {
    display: table-cell;
    vertical-align: middle;
}
.td-with-large-select {
    width: 220px;
}
.custom-select-area{
	position: relative;
	float: left;
}
.custom-select-area .unactive-select-helper{
	width: 100%;
	height: 100%;
	background: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.5;
	cursor: no-drop;
}
.false .unactive-select-helper{
	display: block;
}
.true .unactive-select-helper{
	display: none;
}
.false .input-mm{
	cursor: no-drop;
}

@media only screen and (max-width: 768px) {
    .product-td,
    .product-td.small {
        width: 100%;
        min-height: 39px;
        padding: 10px 0;
        border-top: 1px solid #000;
        position: relative;
    }
    .product-tr {
        background: #f0f0f0;
        border-bottom: 1px solid #000;
        padding: 0;
    }
    .product-td:before {
        content: attr(data-title);
        width: 30%;
        float: left;
    }
}

@media print{
    @page {
        margin: 0.3cm;
    }
    body {
        font-family: Arial, sans-serif;
    }

    div.tablePage {
        page-break-inside:avoid; page-break-after:always;            
    }
    .prodColor {
       -webkit-print-color-adjust: exact; 
    }
    /*header, footer, .main-nav, a.btn-custom, .calculator-info input
    {
        display:none !important;
    }*/

    /*.no-print,
    input[type="checkbox"],
    .print-area table.jobTable td br {
        display: none;
    }*/

    .calculator-info input
    {
        display:none !important;
    }

    .print-area table td,
    .print-area table th{
	    padding: 10px 5px 10px 0;
    }

    tr.true td:first-child span.ng-scope:after, span.ng-scope small:after, tr.true td small:after,
    span.finish-new-wall:after, span.finish-white-wall:after {
        content: ": "
    }

    tr.true td:first-child span.ng-scope{
        text-transform: uppercase;
        font-size: 11px!important;
        padding-right: 12px;
    }

    .print-area table.jobTable td:last-child {
        width: auto!important;
    }

    .print-area table.jobTable  td {
        width: 20%;
        border-bottom: 1px solid #000;
    }

    .print-area table.jobTable  td:first-child {
        width: 15%!important;
    }

    .print-area table.jobTable td small,
    .print-area table.jobTable td span {
         font-size: 11px;
     }

    span.finish-new-wall, span.finish-white-wall {
        text-transform: uppercase;
        font-size: 11px!important;
    }
    .jobTable .finish-new-wall {
        white-space: nowrap;
    }

    tr td div.hidden-bottom-info {
        width: 247px;
        font-size: 11px;
    }

    .print-logo {
        display: block;
        overflow: hidden;
        margin: 0 0 50px 0;
    }
    .print-logo  img{
        width: 300px;
        float: left;
    }
    .print-logo  .date-and-time{
        float: right;
    }
    .print-area.print-material-calc {
        padding: 0;
    }
    .print-material-calc,
    .print-area table .hidden-bottom-info {
        font: 12px/16px Arial!important;
        color: #000;
    }
    .print-material-calc h2 {
        font: 18px/20px Arial!important;
        font-weight: 600;
        padding: 0;
    }
    .print-material-calc .title-list-articles {
        color: #000;
        margin: 0;
        padding: 0;
    }
    .print-material-calc table {
        margin: 0 0 12px 0;
    }
    .print-material-calc table tr {
        border-top: none;
        border-bottom: 1px solid #000;
    }
    .print-material-calc table h3 {
        padding: 30px 0 0 0;
    }
    .print-material-calc table h3.mortel-title {
        padding: 20px 0 0 0;
    }
    .print-material-calc .print-title,
    .print-material-calc .finish-new-wall,
    .print-material-calc .finish-white-wall {
        margin: 0;
    }
    .print-material-calc .print-title {
        margin: 0; 
    }
    .print-material-calc .finish-new-wall,
    .print-material-calc .finish-white-wall {
        margin: 3px 0 0 0;
    }
   .print-material-calc table td{
        width: 23% !important;
    }
    .print-material-calc table td.td-with-large-select {
        width: 43% !important;
    }
    .print-material-calc table td.last-td {
        width: 12% !important;
        padding: 10px 0;
    }
   .print-area table .amount-kg,
   .print-area table .hidden-bottom-info {
        width: 100px;
        float: right;
    }
   .print-area table.bottom-jobTable .hidden-bottom-info {
        width: auto;
        float: none;
    }
    .bottom-jobTable td {
        float: left;
    }
    .bottom-jobTable .one-line {
        white-space: nowrap;
    }
    .toggle, .toggleR {
        display: none !important;
    }
    .calculator-info {
        padding: 13px 0 0 0;
    }
    .calculator-info,
    .calculator-info strong {
        font: 16px/20px Arial!important;
        font-weight: normal;
    }
    .calculator-info .calculatorText {
        padding: 0;
        float: left;
    }
    .calculator-info .input-area {
        padding: 0 0 0 5px;
        float: left;
    }
    .calculator-info .col-md-6,
    .print-area table td.checbox-td,
    .print-area table td.checbox-td {
        width: auto;
    }
    .print-area table td.checbox-td,
    .print-area table td.one-line{
        padding: 7px 5px 10px 0;    
    }
    .print-area table.jobTable .last-td {
        padding: 10px 5px;    
    }
    .print-area table td.thickness-td input,
    .print-area table td.thickness-td .title-mm{
        float: none;  
        margin: 0; 
    }
   
}