#yebbudget {
    width: 100%;
    text-align: right;
    height: 0px;
    top: -75px;
}
#yebbudget_message {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
#yebbudget_message .overlay {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    padding: 20px;
}
#yebbudget_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: 300px;
}
#yebbudget_message .overlay .dialog i {
    font-size: 20px;
    color: #076C9D;
}
#yebbudget_message .overlay .dialog .header *,
#yebbudget_message .overlay .dialog .content * {
    vertical-align: middle;
}
#yebbudget_message .overlay .dialog .header {
    text-align: left;
    margin-bottom: 20px;
}
#yebbudget_message .overlay .dialog .icon.title {
    background: url('../img/ico_budget_name.png');
    height: 20px;
    width: 20px;
}
#yebbudget_message .overlay .dialog .icon.create {
    background: url('../img/ico_budget_create.png');
    height: 20px;
    width: 20px;
}
#yebbudget_message .overlay .dialog .icon.delete {
    background: url('../img/ico_budget_delete.png');
    height: 20px;
    width: 20px;
}
#yebbudget_message .overlay .dialog .icon.loading {
    background: url('../img/ajax-loader.gif');
    height: 24px;
    width: 24px;
}
#yebbudget_message .overlay .dialog .icon.error {
    background: url('../img/ico_error.png') no-repeat;
    height: 30px;
    width: 30px;
    border:0px;
}
#yebbudget_message .overlay .dialog .icon.ok {
    background: url('../img/ico_ok.png');
    height: 30px;
    width: 30px;
}
#yebbudget_message .overlay .dialog .header .text {
    margin-left: 10px;
}
#yebbudget_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;
}
#yebbudget_message .overlay .dialog .header i.close:hover {
    color: #888888;
}
#yebbudget_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;
}
#yebbudget_message .overlay .dialog .content input.error {
    border-color: #D82D2D;
}
#yebbudget_message .overlay .dialog .content .btn-default:not(.rounded) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* HISTORIAL DE PRESUPUESTOS */

#yebbudget_account {
    margin-bottom: 30px;
}
#yebbudget_account .budget {
    color: #202020;
}
#yebbudget_account .budget .header {
    padding: 14px 0;
    justify-content: space-between;
}
@media(max-width: 991px) {
    #yebbudget_account .budget .header {
        padding: 14px 0 24px;
    }
}
@media(max-width: 575px) {
    #yebbudget_account .budget .header {
        padding: 14px 0 0px;
        flex-wrap: wrap;
    }
}
#yebbudget_account .budget:not(:last-child) .header {
    /* border-bottom: 1px solid #EAEAEA; */
}
#yebbudget_account .budget .header .toogle-budget:after {
    margin-right: 2px;
    cursor: pointer;
    content: "\e5cf";
    font-family: "Material Icons";
    font-style: initial;
    font-size: 23px;
    /*color: #1a60a3;*/
    vertical-align: bottom;
}
@media(min-width: 992px) {
    #yebbudget_account .budget .header .toogle-budget:after {
        margin-right: 20px;
    }
}
#yebbudget_account .budget .header .toogle-budget.active:after {
    content: "\e5ce";
}
#yebbudget_account .budget .header .toogle-budget:hover {
    color: #AAAAAA;
}
#yebbudget_account .budget .header .name {
    font-weight: 600;
    text-transform: uppercase;
    
    
}
@media(min-width: 992px) {
    #yebbudget_account .budget .header .name {
        min-width: 12%;
        display: inline-block;
    }
}
#yebbudget_account .budget .header .date_add {
    
    /* padding: 5px 2px; */
    border-radius: 3px;
    margin-right: 10px;
    clear: both;
    display: block;
}
@media(min-width: 992px) {
    #yebbudget_account .budget .header .date_add {
        /* margin-left: 100px; */
        padding: 5px 15px;
        /* background: #EAEAEA; */
        clear:none;
    display: inline;
    }
}
#yebbudget_account .budget .header .btn {
    /* line-height: normal;
    font-size: 12px; */
}
#yebbudget_account .budget .header form {
    display: inline;
}
#yebbudget_account .budget .header .btn-delete {
    background: #EAEAEA;
    color: #202020;
    padding: 3px 15px 4px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
}
#yebbudget_account .budget .header .btn-delete:hover {
    background: #DDDDDD;
}
#yebbudget_account .budget .header .btn-delete i.fa-spinner {
    font-size: 15px;
    cursor: default;
}
#yebbudget_account .budget .content {
    /* padding: 10px 10px 10px 10px; */
    display: none;
    margin-top:10px;
}
#yebbudget_account .budget .content table thead th,
#yebbudget_account .budget .content table tfoot td {
    background: #FFFFFF;
}
#yebbudget_account .budget .content table tfoot td {
    /* border-top: 2px solid #076C9D; */
    font-weight: 600;
    /* color: #076C9D; */
    text-transform: uppercase;
}
#yebbudget_save{
    margin-top: 15px;
}
#yebbudget_text{
    /* margin-bottom:18px; */
}
#yebbudget_text.error {
    color: red;
}
/* VERSION RESPONSIVE */

@media(max-width: 768px) {
    #yebbudget{
        float: left;
        top: -35px;
    }
    #yebbudget .text-container {
        text-align: center;
        margin-bottom: 15px;
    }
    #yebbudget .button-container {
        text-align: center;
    }
    #yebbudget .button-container .btn {
        padding: 5px 20px;
    }
}
#yebGenerateBudget {
    color: #fff;
}
#yebGenerateBudget:hover {
    color: #555454;
}
.budget {
    /* margin-top: 15px;
    padding: 1rem;
    background: #FBFBFB;
    border: 1px solid #d6d4d4 */
}

.budget .icon-budget {
    cursor: pointer;
    font-size: 1.2em;
    padding: 0px 7px;
}
.yebbudget-card {
    position: relative;
}

.yebbudget-card input[type='text'] {
    /* display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    background: #FFF;
    margin-right: 1px; */
}
@media(min-width: 768px) {
    .yebbudget-card button {
        /* position: absolute!important;
        height: 40px;
        top: 0px;
        right: 15px; */
        /* background: #333;
        display: block;
        border: none;
        color: #fff;
        width: 100px;
        text-align: center;
        padding: 10px 0 11px 0; */
    }
}
@media(max-width: 767px) {
    .yebbudget-card button{
        /* width: 100%;
        height: 40px; */
    }
}
.yebbudget-card button:hover {
    /* background: #333; */
}
.yebbudget-card {
    width: 50%;
}
@media(max-width: 768px) {
    .yebbudget-card {
        width: 100%;
    }
}