/* SECCION DE GENERAR PRESUPUESTO */

#lgbudget {
    padding: 15px 0;
    border: 1px solid #EAEAEA;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
#lgbudget .text-container {
    text-align: left;
}
#lgbudget .text-container .icon {
    margin-right: 10px;
}
#lgbudget .text-container .icon i {
    background: url('../img/ico_budget.png');
    height: 20px;
    width: 20px;
    display: block;
}
#lgbudget .button-container {
    text-align: right;
}
#lgbudget .button-container .btn {
    text-align: center;
    background: #f59d03;
    color: #fff;
    padding:10px;
}
#lgbudget_save {
    background: #f59d03;
    color: #fff;
    padding:5px 10px;
}

/* DIALOGO EMERGENTE */

#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;
}
#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:100px !important;
}
#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;
}
#lgbudget_message .overlay .dialog .header .icon.title {
    background: url('../img/ico_budget_name.png');
    height: 20px;
    width: 20px;
}
#lgbudget_message .overlay .dialog .header .icon.create {
    background: url('../img/ico_budget_create.png');
    height: 20px;
    width: 20px;
}
#lgbudget_message .overlay .dialog .header .icon.delete {
    background: url('../img/ico_budget_delete.png');
    height: 20px;
    width: 20px;
}
#lgbudget_message .overlay .dialog .header .icon.loading {
    background: url('../img/ajax-loader.gif');
    height: 24px;
    width: 24px;
}
#lgbudget_message .overlay .dialog .header .icon.error {
    background: url('../img/ico_error.png');
    height: 30px;
    width: 30px;
}
#lgbudget_message .overlay .dialog .header .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;
    font-size: 15px;
    color: #BBBBBB;
    cursor: pointer;
    margin: 0;
    background: #EAEAEA;
    padding: 5px;
    border-radius: 2px;
    text-shadow: none;
}
#lgbudget_message .overlay .dialog .header i.close:hover {
    color: #888888;
}
#lgbudget_message .overlay .dialog .content {
    margin-top: 20px;
}
#lgbudget_message .overlay .dialog .content input {
    border: 1px solid #076C9D;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 6px 5px 5px 5px;
}
#lgbudget_message .overlay .dialog .content input.error {
    border-color: #D82D2D;
}
#lgbudget_message .overlay .dialog .content .btn-default:not(.rounded) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* HISTORIAL DE PRESUPUESTOS */

#lgbudget_account {
    margin-bottom: 30px;
}
#lgbudget_account .budget {
    color: #202020;
}
#lgbudget_account .budget .header {
    padding: 14px 0;
    border-bottom: 1px solid #EAEAEA;
}
#lgbudget_account .budget .header .toogle-budget:after {
    margin-right: 20px;
    cursor: pointer;
    content: "\f067";
    font-family: FontAwesome;
}
#lgbudget_account .budget .header .toogle-budget.active:after {
    content: "\f068";
}
#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;
    background: #f59d03;
    color: #fff;
    padding:3px 10px;
}
#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 {
    padding: 10px 0 10px 20px;
    display: none;
}
#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;
}

/* 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;
    }
}