body {
    font-family: 'Roboto', sans-serif;
}

td.td_title, td.td-cuerpo {
    background-color: #f2f2f2;
}

td.td_title {
    font-weight: 800;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    font-weight: bold;
    background: linear-gradient( to top, #ffa500, #ff0000 );
}

.btn-info {
    background-color: black;
    margin: 0px 5px;
    border-radius: 30px;
    border:0;
}

.btn-info:hover {
    background-color: rgb(63, 63, 63);
}

.btn-success {
   
    background-color: rgb(105, 105, 105);
    border-radius: 30px;
    border: 0;
    transition-duration: 0.2s;
}

table.tabla-cotizacion {
    width: 100%;
}

.tabla-contenedora-cot{
    display: flex;
    flex-direction: row;
}

.tabla-cotizacion-izq, .tabla-cotizacion-der {
    width: 50%;
}

.card-primary.card-outline {
    border-top: 3px solid;
    border-image:  linear-gradient( 90deg, #ffa500, #ff0000 ) 1;
}

.btn-primary {
    background-color: #000000;
    border: 0;
    border-radius: 30px;
}

.btn-primary:hover{
    background-color: rgb(63, 63, 63);
}

.btn-default {
    background-color: black;
    color: #fff;
    border-radius: 30px;
}

.btn-default:hover {
    background-color: rgb(63, 63, 63);
    color: #fff;
}


.btn-success:hover {
    border: 0;
    background: linear-gradient( to top, #ffa500, #ff0000 );
    background-color: #ffffff00;
}