.btnAgregar{
    background-color: #861473 ;
    border-color:#861473 ;
    width: 200px ;
    height: 35px;
    font-size: 15px;
    margin-top: 20px;
    align-self: center;
    color: white;
    border-radius: 10px;

}
#abrir{

font-size: 10px;
margin-top: 40px;
align-self: center;
color: white;
height:  35px;
margin-left: -50px;
background-color: #ab0052;
border-color: #ab0052;
}
#presupuesto{
    margin-left: 20px;
}

#presuMonto{
    margin-left: 30%;
    width: 40% !important;
    height: 20% !important;
    border-color: #9B3675 !important;
}
#volver{
    background-color: #861473 ;
    border-color:#861473;
    border-radius: 5px;
}
.fa-arrow-alt-circle-left{
    color: white;
}


#agregar{
    background-color: #ab0052 ;
    border-color:#ab0052 ;
    height: auto;
    font-size: 15px;
    border-radius: 10px;
    color: white;
    width: 100%;
    max-width: 300px;
}

#agregar1{
    background-color: #ab0052;
    border-color:#ab0052;
    height: 40px;
    font-size: 15px;
    border-radius: 10px;
    color: white;
    margin-top: 5px;
}
#agregarRubro{
    background-color: #ab0052;
    border-color:#ab0052;
    height: 40px;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 100%;
    color: white;
}
label{
    font-size: 16px;
}

#reportes{
    padding: auto;
}




/*********************************************************************************/
.demo{ font-family: 'Noto Sans', sans-serif; }
.panel{
    padding: 0;
    border-radius: 10px;
    border: none;
    margin-left: 5px;
}
.panel .panel-heading{
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    margin: 0;
    align-items: center;
    background-color: white;
    position: sticky;
    top: 6em;
    z-index: 200;
}
.panel .panel-heading .title{
    color:#9B3675;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}
.panel .panel-heading .btn{
    color: #9B3675;
    background: transparent;
    font-size: 15px;
    text-transform: capitalize;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}
.panel .panel-heading .btn:hover{
    color: #fff;
    text-shadow: 3px 3px rgba(255,255,255,0.2);
}
.panel .panel-heading .form-control{
    color: black;
    background-color: transparent;
    height: 40px;
    border: 1px solid #9B3675;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.panel .panel-heading .form-control:focus{
    box-shadow: none;
    outline: none;
}
/* #busqueda{
    border-color: #9B3675 !important;
    border-radius: 0;
    width: 300px;

    margin-top: 10px;
} */

.panel .panel-heading .form-control::placeholder{
    color: rgba(8, 8, 8, 0.5);
    font-size: 15px;
    font-weight: 500;
}
.panel .panel-body{ padding: 0; }
.panel .panel-body .table thead tr th{
    color:white;
    background-color: #9B3675;
    font-size: 15px;
    font-weight: 500;
    padding: 12px;
    border: none;
}
.panel .panel-body .table tbody tr td{
    color: black;
    font-size: 15px;
    padding: 10px 12px;
    vertical-align: middle;
    border: none;
}
.panel .panel-body .table tbody tr:nth-child(even){ background-color: rgba(255,255,255,0.05); }
.panel .panel-body .table tbody .action-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.panel .panel-body .table tbody .action-list li{
    display: inline-block;
    margin: 0 5px;
}
.panel .panel-body .table tbody .action-list li a{
    color: black;
    font-size: 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .action-list li a:hover{ text-shadow: 3px 3px 0 rgba(255,255,255,0.3); }
.panel .panel-body .table tbody .action-list li a:before,
.panel .panel-body .table tbody .action-list li a:after{
    content: attr(data-tip);
    color: black;
    background-color: #111;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 4px;
    text-transform: capitalize;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -32px;
    transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .action-list li a:after{
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}
.panel .panel-body .table tbody .action-list li a:hover:before,
.panel .panel-body .table tbody .action-list li a:hover:after{
    display: block;
}
.panel .panel-footer{
    color: black;
    background-color: transparent;
    padding: 15px;
    border: none;
}
.panel .panel-footer .col{ line-height: 35px; }
.pagination{ margin: 0; }
.pagination li a{
    color: #9B3675 !important;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 31px;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0 3px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}
.pagination li a:hover{
    color: rgb(244, 240, 243);
    background-color: transparent;
    border-color: rgba(255,255,255,0.2);
}
.pagination li a:focus,
.pagination li.active a,
.pagination li.active a:hover{
    color: rgb(19, 17, 19);
    background-color: transparent;
    border-color: #fff;
}

@media only screen and (max-width:767px){
    .panel .panel-heading .title{
        text-align: center;
        margin: 0 0 10px;
    }
    .panel .panel-heading .btn_group{ text-align: center; }
}

.form-group1{
    padding-right: 50px;
    padding-top: 10px;
    column-width: 13em;

}
.form-group2{
    padding-right: 50px;
    padding-left: 50px;
}
.swal2-confirm{
   background-color : #9B3675 !important;
   border-color: #9B3675 !important;
   border-top-color: #9B3675 !important;
}
#container{
 width: 100% !important;
}

.btnJovenes{
    background-color: #ab0052;
    height: 40px;
    font-size: 15px;
    border-radius: 10px;
    color: white;
    position: relative;
    flex: 1 1 auto;
    color: #fff;
    border-color: white;
    width: 200px !important;
    height: 50px !important;
    margin-left: 30px;
    margin-top: 20px;

}

.formulario{
    border-color: #9B3675 !important;
    border-bottom: solid;
    border-block-start: solid;
    border-radius: solid;
    border-right: solid;
    border-left: solid;
}


.btnReportes{
    background-color: #ab0052;
    height: 40px;
    font-size: 15px;
    border-radius: 10px;
    color: white;
    position: relative;
    flex: 1 1 auto;
    color: #fff;
    border-color: white;
    width: 320px !important;
    height: 50px !important;
    margin-left: 30px;
    margin-top: 20px;

}
.btnReportes:hover{
    color:#83003f;
}

.btnJovenes:hover{
    color:#83003f;
}
#grupoJovenes{
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 15px !important;
}
.card-footer{
    background-color: white !important;
}

#botonJovenes{
    background-color:#ab0052;
    border-color:#ab0052;

}
a{
    color: white !important;
}
a:hover{
   color: #d15fa5 !important;
}

li.em:hover{
color: #d15fa5;
}
#jovenes:hover{
    color:#beb4b9 !important;
}
.panel{
 width: 100%;

}
.pdf{
    color: #9B3675 !important;
}
.imgtable{
    width: 200px !important;
    height: 150px !important;
}

.logo{

}
.foto{
    margin-top: 20px;
}
em{
    font-size: 16px;
}


.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    vertical-align: 0;
    font-weight: 900;
    content: "\f105";
    float:none !important;
    display: inline-block !important;
    font-family: "Font Awesome 5 Free";
}

.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    height: 48px;
}




