.logo,
.navbar-gris,
.card-login,
.card-login .card-footer,
.card-login .card-header,
.btn.btn-primary {
    background-color: #5C666F !important;
}

.btn.btn-login {
    background-color: #008995 !important;
}

.tabla-operaciones .btn.btn-primary {
    background-color: transparent !important;
}

.card-login {
    border-top: 5px solid #fff;
    color: #fff;
}

.card-login label,
.card-login input {
    color: #fff !important;
}

.card-login input:focus {
    background-color: #5C666F !important;
    background-image: linear-gradient(#62D0DF, #62D0DF), linear-gradient(#D2D2D2, #D2D2D2);
}

.card-login .btn-login-recuperar {
    color: #62D0DF;
}

.alert-success {
    background: #008995;
    border-color: #62D0DF;
    color: #fff;
}

.main-panel > .content {
    min-height: calc(100vh - 95px);
}

.copy {
    display: none;
}


/***********************************
	Artículos
***********************************/
/*
 Quitamos de la Wiki el texto lateral que dice por ejemplo "En categoría: " por
 ser conflictivo al haber agregado servicios
 */
.buscador-condicion {
    display: none;
}

.articulos-categorias-titulo {
    background-color: #008995 !important;
    border-color: transparent !important;
}

.articulos-articulo-editar,
.articulos-boton-ver-mas {
    background-color: #008995 !important;
    border-color: #00626a !important;
}

/***********************************
	Fin artículos
***********************************/

.notification-success {
    background: #008995 !important;
}

.notification-error {
    background: #FF5E00 !important;
}

.notification-info {
    background: #62D0DF !important;
}

a {
    color: #62D0DF;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #62D0DF !important;
    border-color: #62D0DF !important;
}

.articulos-portada-articulo-a {
    color: #008995 !important;
}

.card-listado {
    border-top: 5px solid #008995;
}

.card-filtros {
    border-top: 5px solid #FF5E00;
}

.togglebutton label input.toggle-info[type=checkbox]:checked + .toggle {
    background-color: #62D0DF;
}

.tabla-operaciones .btn-info {
    background: transparent !important;
    box-shadow: none;
    color: #62D0DF !important;
}

.btn.btn-success.btn-simple, .tabla-operaciones .btn-success {
    background: transparent !important;
    box-shadow: none;
    color: #008995 !important;
}

.btn.btn-danger.btn-simple, .tabla-operaciones .btn-danger {
    background: transparent !important;
    box-shadow: none;
    color: #FF5E00 !important;
}

.tabla-operaciones .btn-success:hover {
    color: #5A9BA1 !important;
}

.tabla-operaciones .btn-info:hover {
    color: #ABD2D6 !important;
}

.tabla-operaciones .btn-warning:hover {
    color: #D6D9A5 !important;
}

.tabla-operaciones .btn-danger:hover {
    color: #FAA97A !important;
}

.btn-success {
    background-color: #008995 !important;
}

.btn-info {
    color: #FFF !important;
    background-color: #62D0DF !important;
}

.btn-danger {
    color: #FFF !important;
    background-color: #FF5E00 !important;
}

.btn-warning {
    color: #CEDB00 !important;
}

.alert-info {
    background-color: #008995;
}

.swal2-icon-text, .swal2-warning {
    border-color: #ff5e00 !important;
    color: #ff5e00 !important;
}

/***********************************
	Ayudantes
***********************************/
.fondo-azul-verdoso {
    background: #008995 !important;
}

.fondo-celeste {
    background: #62D0DF !important;
}

.fondo-amarillo {
    background: #CEDB00 !important;
}

.fondo-naranja {
    background: #FF5E00 !important;
}

.fondo-azul-verdoso-pastel {
    background: #79d2cc !important;
}

.fondo-celeste-pastel {
    background: #b3dfe6 !important;
}

.fondo-amarillo-pastel {
    background: #e6ec93 !important;
}

.fondo-naranja-pastel {
    background: #ecac93 !important;
}

.fondo-gris {
    background: #5C666F !important;
}

.fondo-gris-claro {
    background: #EBEBEB !important;
}

.fondo-pastel {
    background: #d8d1c9 !important;
}

.fondo-blanco {
    background: #fff !important;
}

.color-azul-verdoso {
    color: #008995 !important;
}

.color-celeste {
    color: #62D0DF !important;
}

.color-amarillo {
    color: #CEDB00 !important;
}

.color-naranja {
    color: #FF5E00 !important;
}

.color-gris {
    color: #5C666F !important;
}

.color-pastel {
    color: #d8d1c9 !important;
}

.text-info {
    color: #008995 !important;
}

.text-info:hover {
    color: #379199 !important;
}

.border-top-azul-verdoso {
    border-top: 4px solid #008995 !important;
}

.border-top-amarillo {
    border-top: 4px solid #CEDB00 !important;
}

.border-top-naranja {
    border-top: 4px solid #FF5E00 !important;
}

.border-top-celeste {
    border-top: 4px solid #62D0DF !important;
}

.form-default {
    background-color: #FFF;
    margin: 0 auto;
    border-radius: 15px;
    border-top: solid 7px #008995;
}

.separador {
    border-top: 1px solid #dbd9d9;
}

.border-tarjeta {
    border-radius: 10px;
    border: #CCC 1px solid;
    background-color: #FFF;
}

/***********************************
	Fin ayudantes
***********************************/