.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-6 {
    width: 50%;
}
.col-md-12 {
    width: 100%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}






.table-relatorio {
	width: 100%;
}

.table-relatorio tr td {
	padding: 5px;
}

.table-relatorio tr td, p {
	font-size: 14px;
}

.table-relatorio tr th {
	font-size: 14px;
	padding: 5px;
}

[name="printIframe"] {
    position: absolute;
    top: -10000px;
}

#relatorio-data p {
	margin: 0;
}

#relatorio-data.horizontal {
	width: 28.7cm !important;
    /*height: 20cm*/;
    padding: 0.5cm;
}

#relatorio-data.vertical {
    width: 28.7cm !important;
    /*height: 20cm*/;
    padding: 0.5cm;
}

.table-cotacao-fechada tr td{
    font-size: 12px !important;
    border-bottom: 1px solid #000;
}

.table-analise tr td{
    border-bottom: 1px solid #000;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f5f5f5;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #eee;
}

.espelho-contrato table td {
    height: 16px;
    padding: 5px;
    border: 1px solid #000;
    font-size: 11px;
}

.espelho-contrato .col1, .espelho-contrato .col2 {
    float: left;
}

.espelho-contrato tr.titulo td {
    padding: 10px 5px;
}

.only-print {
    display: none;
}

.table-previsao-entrega td {
    font-size: 11px !important;
    padding: 0 !important;
}

@media print {
    .only-print {
        display: block;
    }

    .page-break {
        page-break-after: always;
        clear: both;
    }

    .espelho-contrato .col2 {
        max-width: 396px !important;
        overflow-x: hidden !important;
    }

    .espelho-contrato tr.titulo td div {
        height: 32px !important;
    }
}