.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.floating-menu{
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 120px;
}

/* secondary nav bar */
.secondaryNav{
    height: 58px;
    border-bottom:solid 1px #F8F8F8;
    margin-bottom: 15px;
}

/* notificaciones */
.switchNotificaciones{
    margin: 19px auto auto 0;
}

div[name="route"]
{
    padding-left: 20px;
}
div[name="route"]>a, div[name="route"]>span
{
    color:grey;
    font-size:1rem;
    margin: 15px 2px 0 0;
    text-decoration: none;
}
div[name="route"] a:hover
{
    text-decoration: underline;
}
div.rutBut {
    padding-top:10px;
    text-align: right;
}

div.rutBut ul>li{
    display: inline-block;
    height: 100%;

}
div.rutBut ul > li > button{
    margin-top:10px;
    width: auto;
    height: auto;
    border:none;
}

table.general_grid>thead{
    background-color: rgb(0, 64, 255, 0.7);
    color:#ffffff;
    padding:0;
}








.form-alert{
    color: #FE2E64;
    font-size:0.7rem;
    margin-left: 0.8rem;
}
.home{
    height:65px; 
    width:65px; 
    background-color:grey; 
    background-image: url('/img/logoApp.jpg');

    background-size: 65px 65px;
    cursor: pointer;
}
.header.row{
    height: 60px; 
}
.bordered{
    border-bottom: 1px solid #F2F2F2;
    height: 5px;
    width: 110%;
}
.iconButton{
    width: auto;
    height: auto;
}