/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 11, 2021, 3:43:35 PM
    Author     : vanesa
*/

/*------------------------------------------general---------------------------------------------------*/
.float_right {
    float: right;
}

.text_center {
    text-align: center;
}

.inline_flex {
    display: inline-flex;
}

.width_auto {
    width: auto;
}

/*------------------------------------------start layout-----------------------------------------------*/

.breadcrumb {
    background-color: initial;
    margin-top: 15px;
}


/*-------------------------------------------notes-----------------------------------------------------*/

.checknotes {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.notes_public {
    display: contents;
}

/*----------------------------------------chart_accounts---------------------------------------------------*/
.btn_concepts {
    margin-top: -7px;
}

/*-------------------------------------detailviews------------------------------------------------------*/
table.detail-view th {
    width: 25%;
}

table.detail-view td {
    width: 75%;
}


/*---------------------------------------invoices----------------------------------------------------*/
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table_liquidation {
    margin-top: -30px;
}

.button_liquidation{
    margin-top: 32px;
}

.table_invoices_description{
    word-wrap: break-word;
    max-width: 570px;
}