﻿.navbar-default-site {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-linear-gradient(left,#137aa9,#23a9e6);
    background: linear-gradient(90deg,#137aa9 0,#23a9e6);
    -webkit-transition: all .4s cubic-bezier(.05,.74,.27,.99);
    transition: all .4s cubic-bezier(.05,.74,.27,.99);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

    .navbar-default-site .navbar-brand {
        color: white;
    }

.navbar-top-links li a {
    color: white;
    margin-top: 10px;
}

.timeline-badge {
    z-index: 100;
    top: 8px;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    line-height: 35px;
    color: #428bca;
    background-color: white;
}

.navbar-brand {
    float: left;
    width: 120px;
    height 120px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 7px;
    margin-top: -2px;
    
    
    
    
}




.navbar-nav > li > a {
    line-height: 20px;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: bold;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #9d000045;
    border-color: black;
    color: #ffffff;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #9d000045;
    color: #ffffff;
}

/*.navbar {
    min-height: 70px;
}*/

.modal-primary {
    color: black;

    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-danger {
    color: white;
    padding: 9px 15px;
    border-bottom: 1px solid #ac2925;
    background-color: #c9302c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*scroll de tabla*/
.table-fixed {
    width: 100%;
}
.table-fixed tbody {
    /*height: 200px;*/
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td {
    float: left;
}
.table-fixed thead tr th {
    float: left;
}