﻿.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.bg-navy {
    background-color: #001f3f !important;
    color: #fff !important;
}

.bg-rojo {
    color: #fff;
    background-color: #dd4b39;
}
.bg-rojo-detail {
    color: #fff;
    background-color: #dd4b39;
    font-size: .7rem;
}
    .bg-rojo:hover,
    .bg-rojo-detail:hover {
        color: #fff;
        background-color: #e52710 !important;
    }


.bg-seleccion {
    background-color: #00a65a;
    color: white;
}
.bg-seleccion-2 {
    background-color: #59698d !important;
    color: white;
}
.bg-seleccion-3 {
    background-color: #2980B9 !important;
    color: white;
}

.bg-confirmacion {
    color: #fff;
    background-color: #00a65a;
    border-color: #008d4c;
}

.bg-olive {
    color: #fff;
    background-color: #3d9970 !important;
}
    .bg-olive:hover {
        color: #fff;
        background-color: #18593c !important;
    }

.bg-bitbucket {
    color: #fff;
    background-color: #205081 !important;
}
.bg-bitbucket2 {
    color: #fff;
    background-color: #34495E !important;
}
    .bg-bitbucket2,
    .bg-bitbucket:hover {
        color: #fff;
        background-color: #163b60 !important;
    }

.bg-github-detail {
    color: #fff;
    background-color: #444 !important;
    font-size: .7rem;
}
.bg-github-md {
    color: #fff;
    background-color: #444 !important;
}
    .bg-github-md:hover,
    .bg-github-detail:hover {
        color: #fff;
        background-color: #212020 !important;
    }

.btn-static {
    background-color: white;
    border: 0px;
    cursor: default !important;
}

/*Nuevos Estilos WebCont 2.0*/
.boton {
    display: inline-block;
    color: #4f4f4f;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: .125rem solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.boton-rounded {
    border-radius: 10rem;
}
.boton-primary {
    background-color: #3b71ca;
    color: #fff;
    box-shadow: 0 4px 9px -4px #3b71ca;
}

.boton-primary:focus, .boton-primary:hover {
    background-color: #3265b9;
    color: #fff;
}

.boton-secondary {
    background-color: #e3ebf7;
    color: #285192;
    box-shadow: 0 4px 9px -4px #e3ebf7;
}

.boton-secondary:focus, .boton-secondary:hover {
    background-color: #dce4f0;
    box-shadow:none;
}

.boton-success {
    background-color: #14a44d;
    color: #fff;
    box-shadow: 0 4px 9px -4px #14a44d;
}

.boton-success:hover {
    background-color: #118d42;
    color: #fff;
}

.boton-danger {
    background-color: #dc4c64;
    color: #fff;
    box-shadow: 0 4px 9px -4px #dc4c64;
}

.boton-danger:focus, .boton-danger:hover {
    background-color: #d83752;
    color: #fff;
}

.boton-warning {
    background-color: #e4a11b;
    color: #fff;
    box-shadow: 0 4px 9px -4px #e4a11b;
}

.boton-warning:focus, .boton-warning:hover {
    background-color: #cd9118;
    color: #fff;
}

.boton-info {
    background-color: #54b4d3;
    color: #fff;
    box-shadow: 0 4px 9px -4px #54b4d3;
}

.boton-info:focus, .boton-info:hover {
    background-color: #40abce;
    color: #fff;
}

.boton-light {
    background-color: #fbfbfb;
    color: #4f4f4f;
    box-shadow: 0 4px 9px -4px #fbfbfb;
}

.boton-light:focus, .boton-light:hover {
    background-color: #eee;
    color: #4f4f4f;
}

.boton-dark {
    background-color: #332d2d;
    color: #fff;
    box-shadow: 0 4px 9px -4px #332d2d;
}

.boton-dark:focus, .boton-dark:hover {
    background-color: #252121;
    color: #4f4f4f;
}

.boton-outline {
    border-width: .125rem;
    border-style: solid;
    box-shadow: none;
    padding: .5rem 1.375rem .375rem;    
}

.boton-grid {
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    border: none;
}
    
.boton-lg {
    padding: .75rem 1.6875rem .6875rem;
    font-size: .875rem;
    line-height: 1.6;
}
.boton-sm {
    padding: .375rem 1rem .3125rem;
    font-size: .75rem;
    line-height: 1.5;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

/*Botón Acción 1 (Grilla)*/
.wb-ba {
    word-break: break-all !important;
}

.boton-descargar-grilla, .boton-descargar-grilla:hover {
    padding: 1px 5px;
    background-color: #64C167;
    font-size: 11px;
    color: white;
    float: right;
}
/*Botón Acción 1 (Grilla)*/