#lgbudget {
    width: 100%;
    text-align: center;
}
#lgbudget_message {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
#lgbudget_message .overlay {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 1;
}
#lgbudget_message .overlay .dialog {
    background: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    color: #202020;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    position: relative;
    padding: 30px;
    border-radius: 3px;
    margin-top: 200px;
    min-width: 400px;
}
#lgbudget_message .overlay .dialog i {
    font-size: 20px;
    color: #076C9D;
}
#lgbudget_message .overlay .dialog .header *,
#lgbudget_message .overlay .dialog .content * {
    vertical-align: middle;
}
#lgbudget_message .overlay .dialog .header {
    text-align: left;
    margin-bottom: 20px;
}
#lgbudget_message .overlay .dialog .icon.title {
    background: url('../../img/ico_budget_name.png');
    height: 20px;
    width: 20px;
}
#lgbudget_message .overlay .dialog .icon.create {
    background: url('../../img/ico_budget_create.png');
    height: 20px;
    width: 20px;
}
#lgbudget_message .overlay .dialog .icon.delete {
    background: url('../../img/ico_budget_delete.png');
    height: 20px;
    width: 20px;
}
#lgbudget_message .overlay .dialog .icon.loading {
    background: url('../../img/ajax-loader.gif');
    height: 24px;
    width: 24px;
}
#lgbudget_message .overlay .dialog .icon.error {
    background: url('../../img/ico_error.png');
    height: 30px;
    width: 30px;
}
#lgbudget_message .overlay .dialog .icon.ok {
    background: url('../../img/ico_ok.png');
    height: 30px;
    width: 30px;
}
#lgbudget_message .overlay .dialog .header .text {
    margin-left: 10px;
}
#lgbudget_message .overlay .dialog .header i.close {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #000;
    cursor: pointer;
    margin: 0;
    background: #EAEAEA;
    border-radius: 2px;
    text-shadow: none;
}
#lgbudget_message .overlay .dialog .header i.close:hover {
    color: #888888;
}
#lgbudget_message .overlay .dialog input.error {
    border-color: #D82D2D;
}
#lgbudget_message .overlay .dialog .btn-default:not(.rounded) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* HISTORIAL DE PRESUPUESTOS */

#lgbudget_account .budget {
    color: #202020;
}
#lgbudget_account .budget .header {
    padding: 15px 0;
}
#lgbudget_account .budget .header .toogle-budget {
    margin: 0 20px;
    cursor: pointer;
}
#lgbudget_account .budget .header .toogle-budget:after {
    content: "\e145";
}
#lgbudget_account .budget .header .toogle-budget.active:after {
    content: "\e15b";
}
#lgbudget_account .budget .header .toogle-budget:hover {
    color: #AAAAAA;
}
#lgbudget_account .budget .header .name {
    font-weight: 600;
    text-transform: uppercase;
}
#lgbudget_account .budget .header .date_add {
    background: #EAEAEA;
    padding: 5px 15px;
    border-radius: 3px;
    margin-left: 100px;
}
#lgbudget_account .budget .header .btn {
    line-height: normal;
    font-size: 12px;
}
#lgbudget_account .budget .header form {
    display: inline;
}
#lgbudget_account .budget .header .btn-delete {
    background: #EAEAEA;
    color: #202020;
    padding: 3px 15px 4px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
}
#lgbudget_account .budget .header .btn-delete:hover {
    background: #DDDDDD;
}
#lgbudget_account .budget .header .btn-delete i.fa-spinner {
    font-size: 15px;
    cursor: default;
}
#lgbudget_account .budget .content {
    display: none;
}
#lgbudget_account .budget .content table {
    display: table;
}
#lgbudget_account .budget .content table thead th,
#lgbudget_account .budget .content table tfoot td {
    background: #FFFFFF;
}
#lgbudget_account .budget .content table tfoot td {
    border-top: 2px solid #076C9D;
    font-weight: 600;
    color: #076C9D;
    text-transform: uppercase;
}
#lgbudget_save {
    margin-top: 15px;
}
#lgbudget_text {
    width: 100%;
    height: 40px;
}
#lgbudget_text.error {
    color: red;
}
#lgbudget_error {
    margin-top: 15px;
}

/* VERSION RESPONSIVE */

@media(max-width: 768px) {
    #lgbudget .text-container {
        text-align: center;
        margin-bottom: 15px;
    }
    #lgbudget .button-container {
        text-align: center;
    }
    #lgbudget .button-container .btn {
        padding: 5px 20px;
    }
    #lgbudget_account .budget .header .name {
        width:50%;
    }
    #lgbudget_account .budget .header .date_add {
        width:50%;
    }
}

.lgbudget-card {
    margin-top: 10px;
    padding: 15px;
}
.lgbudget-card > .input-group {
    overflow: hidden;
}
.cart-grid .budget .content {
    padding: 1rem;
}
.cart-grid .budget .line-total {
    text-align: right;
    font-weight: bold;
}
.budget.card .date_add {
    display: inline-block;
    padding: .5rem 1rem;
    line-height: 1.25;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 400;
}
