body{
  -webkit-print-color-adjust:exact;
}

.container_ticket{
    border-style: solid;
    border-width: 1px;
    border-color: #337ab7 !important;
    margin-bottom: 2%;
    margin-top:2%;
    padding-left: 0px;
}

.container_ticket h5 {
	font-size: 12px;
}

.container_ticket h5.center-text{
	text-align: center;
}

.header_title_background{
    color:#337ab7 !important;
    font-weight:bold;
}

.backgruond_ficha{
    background-color: #1F4E78 !important;
}

.title_ficha_background{
    color: white !important;
}

.color_black_client_convenio{
    color:black !important;
    font-weight:bold;
}

.div_space{
    background: #1F4E78 !important;
    height: 20px;
}

.content_table_background{
        background-color: #E3E7ED !important;
}

.space_logo{
    margin-top: 1%;
    padding-left: 0;
}

.color_table_background2{
    background-color: #CED5DC !important;
}
.aling_text_moneda{
    text-align: right;
}
.aling_text_cantidad{
    text-align:center;
}

table.table.table-condensed.table-preview {
    font-size: 11px;
}

.space_logo img {
	width: 196px;
}

.text-offset {
    width: 5%;
}

.total-offset{
	width: 5%;
}

.clear-left{
	margin-left: 0;
	padding-left: 0;
}

.clear-right{
	margin-right: 0;
	padding-right: 0;
}

/* bootstrap overrides 
----------------------------------*/

.ticket-print-container .row, 
.ticket-preview-content .row {
        margin-left: 0px;
        margin-right: 0px;
}

