﻿@charset "UTF-8";

:root {
    --brand: #308685;
    --blue: #007bff;
    --indigo: #6125C4;
    --purple: #6f42c1;
    --pink: #ad7a77;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #519548;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #308685;
    --secondary: #75a4a7;
    --success: #6AA84F;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .875rem;
    color: #212529;
    background-color: #eee;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    width: 100%;
    overflow: hidden;
}

a {
    color: #75a4a7;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #778fad;
        text-decoration: none
    }

input[type="submit"].btn-block, 
input[type="reset"].btn-block, 
input[type="button"].btn-block {
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: .875rem;
    margin-bottom: .875rem;
    background-color: #fff !important;
}



.news-background {
        padding: 10px 0 40px 0;
        width: 100vw;
        margin: 0 calc(-50vw + 50%);
        background-color: rgba(136,196,37, .30)
    }

#form1 {
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

.cestel-main {
  flex: 1 0 auto;
  /*padding: 0 17px;*/
  padding: 0 17px 20px 17px; }

@media (max-width: 767px) {
  .cestel-main {
    padding: 0; } }

/* Variables y cestel-main */
.cestel-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  background: white; }

.cestel-header__section {
  display: flex; }

.cestel-header__module {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
  height: 60px; }

.cestel-header__module--btn {
  min-width: 40px;
  padding: 0 6px; }

.cestel-header__section:last-of-type .cestel-header__module {
  border-left: 1px solid #eee;
  border-right: none; }

.cestel-header__section:first-of-type .cestel-header__module:last-of-type {
  border-right: none; }


@media (min-width: 768px) {
    .cestel-header__module {
        height: 90px;
    }

    .cestel-header__module--btn {
        min-width: 70px;
        padding: 0 7px;
    }
}

@media (min-width: 1025px) {
    .cestel-header__module {
        height: 90px;
    }

    .cestel-header__module--btn {
        width: 80px;
        padding: 0 7px;
    }
}


/* Module: btn-menu */
.cestel-btn-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 42px;
    height: 42px;*/
    font-size: 24px;
    color: #333;
    text-decoration: none;
}

.cestel-btn-menu__icon:before {
  font-family: 'icons';
  content: "\eb58"; }

.cestel-btn-menu__icon.cestel-js-active:before {
  content: "\e999"; }

.cestel-btn-menu:hover {
  color: var(--brand);
  text-decoration: none; }

.cestel-btn-menu:focus {
  color: var(--brand);
  text-decoration: inherit; }

/* Module: Logos */
.cestel-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 14px;
}

    /*.cestel-logos img {
        display: none;
        width: auto;
        height: 35px;
    }*/

    .cestel-logos img {
        display: block;
        height: 35px;
    }

    .cestel-logos h1.pre {
        font-size: 0.6rem !important;
        overflow-wrap: break-word;
        color: red;
        padding-left: 5px;
        inline-size: 20px;
    }

.cestel-logo {
    display: block;
    margin-right: 0px;
}

.cestel-logo--main {
    display: flex;
    align-items: center;
    font-family: serif;
    font-size: 18px !important;
    text-transform: uppercase;
    line-height: 1;
    color: #333;
}

    .cestel-logo--main:after {
        content: "";
        display: none;
        height: 48px;
        border-left: 1px solid #eee;
        margin-left: 14px;
    }

.cestel-logo--cyl {
    display: none;
}

@media (min-width: 425px) {
    .cestel-logos h1.pre {
        font-size: 0.9rem !important;
        overflow-wrap: break-word;
        inline-size: 40px;
        padding-left: 5px;
    }

    .cestel-logo {
        margin-right: 5px;
    }

    .cestel-logos img {
        display: block;
        height: 30px;
    }

    .cestel-logo--main:after {
        display: block;
    }

}

@media (min-width: 558px) {
    .cestel-logos img {
        display: block;
        height: 50px;
    }

    .cestel-logo--main:after {
        display: block;
    }

}

@media (min-width: 768px) {
    .cestel-logos img {
        display: block;
        height: 65px;
    }

    .cestel-logos h1.pre {
        font-size: 1.4rem !important;
        overflow-wrap: break-word;
        inline-size: max-content;
        padding-left: 12px;
    }

    .cestel-logo--cyl {
        display: block;
    }

    .cestel-logo--main {
        font-size: 24px !important;
    }

}


/* Module: Messages; */
.cestel-messages {
    position: relative;
}

    .cestel-messages:hover {
        text-decoration: none;
    }

.cestel-messages__icon {
    font-size: 24px;
    line-height: 1;
    color: #333;
}

.cestel-messages__iconRed {
    font-size: 24px;
    line-height: 1;
    color: red;
}

.cestel-messages:hover .cestel-messages__icon {
    color: var(--brand);
}

.cestel-messages__number {
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--secondary);
    font-size: 10px;
    color: white;
}

@media (min-width: 768px) {
    .cestel-messages__icon {
        font-size: 40px;
        line-height: 1;
        color: #333;
    }

    .cestel-messages__iconRed {
        font-size: 40px;
        line-height: 1;
        color: red;
    }

    .cestel-messages__number {
        position: absolute;
        top: -8px;
        right: -8px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--secondary);
        font-size: 14px;
        color: white;
    }
}

.cestel__parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}



/* Module: User */
.cestel-user {
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    color: black;
    text-decoration: none;
}

    .cestel-user:hover {
        color: black;
        text-decoration: none;
    }

.cestel-user__icon {
    font-size: 24px;
}

.cestel-user:hover .cestel-user__icon {
    color: var(--primary-color);
}

.cestel-user__info {
    display: none;
    font-size: 12px;
    line-height: 1;
    margin: 0 10px;
}

.cestel-user__name {
    font-weight: 700;
    margin-bottom: 5px;
}

.cestel-user__profile {
    font-weight: 300;
    margin-bottom: 0;
}

.cestel-user__icon--small {
    display: none;
    font-size: 18px;
    margin-right: 18px;
}

@media (min-width: 768px) {
    .cestel-user {
        display: flex;
        align-items: center;
        margin-left: 14px;
        margin-right: 14px;
        color: black;
        text-decoration: none;
    }

    .cestel-user {
        margin-right: 0;
    }

    .cestel-user__icon--small {
        display: block;
    }
}

@media (min-width: 1024px) {
    .cestel-user__info {
        display: block;
        font-size: 14px;
        line-height: 1;
        margin: 0 16px;
    }

    .cestel-user {
        margin-right: 0;
    }

    .cestel-user__icon--small {
        display: block;
    }
}

/* Dropdown de usuario */
.cestel-user__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    right: 14px;
    width: calc(100vw - 28px);
    max-width: 320px;
    z-index: 9999;
    background: white;
    padding: 24px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

@media (max-width: 515px)
{
    .cestel-user__dropdown {
        display: none;
        position: absolute;
        top: calc(100% + 14px);
        left: -40px;
        right: 0px;
        width: 200px;
        z-index: 9999;
        background: white;
        padding: 18px;
        box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    }
}

.cestel-user__dropdown.js-show {
  display: block; }

.cestel-user__dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.cestel-user__dropdown a {
  font-size: 14px;
  color: #333; }
  .cestel-user__dropdown a:hover {
    color: var(--brand); }

/* Module: login; */
.cestel-header__module--login {
    display: flex;
}

@media (min-width: 1024px) {
    .cestel-header__module--login {
        display: none;
    }
}

.cestel-login-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.cestel-login-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--brand);
    margin: 0;
}

    .cestel-login-btn__icon:before {
        font-size: 21px;
        color: white;
    }

.cestel-login-btn__text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}



/************************************
FOOTER
************************************/
/*.cestel-footer {
    margin-top:80px;
    background: var(--brand);
}

.cestel-footer__contenedor {
    padding: 14px;
}

.cestel-footer__logos {
    margin-top: 5px;
}

.cestel-footer__logo {
  height: 65px;
  margin-left: 14px; }

.cestel-footer__logo:first-child {
  margin-left: 0; }

.cestel-footer__logo img {
  height: inherit;
  width: auto; }

.cestel-footer hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #fff;
}
.cestel-footer ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}
.cestel-footer li {
    display: inline-block;
    color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
}
.cestel-footer p,
.cestel-footer span {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}
.cestel-footer a {
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
}
    .cestel-footer a:hover {
        color: #ffffff;
        text-decoration: underline;
    }*/


/* BOTON SCROLLUP */
/*.scrollup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--brand);
  background: white;
  position: fixed;
  bottom: 28px;
  right: 28px;
  display: none;
  z-index: 9999 !important;
  font-size: 24px;
  color: var(--brand);
  text-decoration: inherit;
  text-align: center; }

.scrollup:hover,
.scrollup:focus {
  color: var(--brand);
  text-decoration: inherit; }*/




/*********************************
MENU
*********************************/
.cestel-menu-container {
  background: #eee;
  padding: 28px;
  border-top: 1px solid #eee;
  display: none; }

.cestel-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.cestel-menu-container .pushy-content > ul {
  display: flex;
  flex-wrap: wrap; }

.cestel-menu-container .pushy-content > ul > li {
  width: 25%;
  border: 14px solid transparent;
  background: white;
  background-clip: padding-box;
  padding: 28px; }

.cestel-menu-container .pushy-content > ul > li > p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand);
  position: relative;
  margin-bottom: 14px; }

.cestel-menu-container .pushy-content .pushy-link {
  margin-bottom: 8px; }
  .cestel-menu-container .pushy-content .pushy-link:last-child {
    margin-bottom: 0; }

.cestel-menu-container .pushy-content a {
  color: inherit;
  text-decoration: inherit; }

.cestel-menu-container .pushy-content a:hover {
  color: var(--brand); }

.cestel-menu-container .pushy-content a.btn-primary {
  color: white; }

.cestel-menu-container .pushy-content a.btn-primary:hover {
  color: white; }

@media (max-width: 1330px) {
  .cestel-menu-container .pushy-content > ul > li {
    width: 33.333%;
    border: 14px solid transparent;
    padding: 28px; } }

@media (max-width: 1023px) {
  .cestel-menu-container .pushy-content > ul > li {
    width: 50%;
    border: 14px solid transparent;
    padding: 28px; } }

@media (max-width: 767px) {
  .cestel-menu-container .pushy-content > ul > li {
    width: 100%;
    border: none;
    border-top: 2px solid #eee;
    padding: 28px; } }

/* VARIA */
.cestel-titulo-pagina {
  margin: 50px 0 0; }

@media (max-width: 767px) {
  .cestel-titulo-pagina {
    margin: 30px 0 0; } }

.cestel-subtitulos {
  margin: 14px 0 0; }

.cestel-subtitulo-pagina {
    /*display: flex;*/
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: inherit !important;
    line-height: 1.1;
}
    .cestel-subtitulo-pagina .text-info {
        color: inherit !important;
    }

    .cestel-subtitulo-pagina .codeNormal {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: inherit !important;
        line-height: 1.1;
    }

    .cestel-subtitulo-pagina + .cestel-subtitulo-pagina {
        margin-top: 8px;
    }

.cestel-titulo-seccion {
  margin: 60px 0 34px;
  border-bottom: 1px solid var(--dark);
  font-size: 24px;
  font-weight: 700; }



.hidden {
  display: none; }


label {
    font-weight: 500;
    display: inline-block;
    margin-bottom: .5rem;
}

.checkbox label,
.checkbox .label {
  margin-bottom: 0; }

select {
  -webkit-appearance: none;
  background: url(../Images/dropdown.png) 98%/24px no-repeat #eee; }

/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */ }

/* Inputs de tipo File */
input[type="file"] {
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: normal;
  width: 100% !important;
  max-width: 100% !important; }
  input[type="file"]:hover {
    color: var(--green); }

::-webkit-file-upload-button {
  background: var(--brand);
  padding: 0.375rem 0.75rem;
  color: white;
  border: 1px solid transparent;
  cursor: pointer; }
  ::-webkit-file-upload-button:hover {
    background: var(--green);
    color: white; }

/* Radio y checkboxes */
.label + input[type="radio"],
label + input[type="radio"],
.label + input[type="checkbox"],
label + input[type="checkbox"],
input[type="radio"] + .label,
input[type="radio"] + label,
input[type="checkbox"] + .label,
input[type="checkbox"] + label {
    margin-left: 4px;
    white-space: pre-wrap;
    display: inline;
}

.form-check-inline {
  height: 39px; }




/***********************

Elementos de formulario de alta

************************/
.cestel-label-block {
  font-weight: 500;
  display: block; }

.cestel-faux-input {
  display: flex;
  align-items: center;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da; }

.cestel-faux-input-block {
  display: block; }

.custom-combobox {
  display: flex; 
}

.custom-combobox-input {
  flex: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out; 
  width:80% !important;
}

.custom-combobox-toggle {
  width: 39px;
  height: calc(1.5em + 1rem + 2px);
  border-radius: 0;
  border-left: none; 
}

input[type="text"].aspNetDisabled {
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out; }




.table-responsive {
    /*padding: 0 14px;*/
    padding: 0px;
}

[class*="col-"] .table-responsive {
  padding: 0; }

.thead-custom,
.table-hover .thead-custom:hover {
  background: white; }

.ico-listado-especie,
.ico-listado-sexo {
  width: 32px;
  border-radius: 50%;
  padding: 4px;
  background: #eee;
  margin-bottom: 4px; }


/******************** cestel-filtros *************************/

.cestel-filtros {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 8px;
}

    .cestel-filtros li {
        display: flex;
        align-items: center;
        margin-top: 8px; 
        margin-left:10px;
        cursor: pointer;
        
    }

        .cestel-filtros li input[type="image"],
        .cestel-filtros li img {
            width: auto;
            height: 20px;
            margin-right: 8px;
        }

        .cestel-filtros li a, .cestel-filtros li span {
            color: var(--dark);
            font-weight: 700;
            text-transform: uppercase;
            font-size: 12px;
            white-space: nowrap;
        }

            .cestel-filtros li a br, .cestel-filtros li span br {
                display: none;
            }

            .cestel-filtros li a:hover {
                color: var(--brand);
            }

        /*.cestel-filtros li + li {
            margin-left: 16px;
        }*/

.cestel-filtros--badges li a, .cestel-filtros--badges li span {
    color: white;
    font-weight: 400;
    text-transform: initial;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
}

    .cestel-filtros--badges li a br, .cestel-filtros--badges li span br {
        display: none;
    }

    .cestel-filtros--badges li a:hover, .cestel-filtros--badges li span:hover {
        color: white;
    }

@media(max-width: 768px)
{
    .cestel-filtros--badges {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block !important;
        flex-wrap: wrap;
        margin-bottom: 8px;
    }

    .cestel-filtros--badges li {
        display: block !important;
        margin-top: 8px;
        margin-left: 2px;
        cursor: pointer;
    }
}



/************************************************************/

    .cestel-botonera {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-end;
        padding: 0 14px;
    }

    .cestel-boton {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: stretch;
        margin-bottom: 4px;
    }

        .cestel-boton + .cestel-boton {
            margin-left: 8px;
        }

        /* ULTIMO BOTÓN */
        .cestel-boton .combo-phases {
            -webkit-appearance: none;
            background: url(../Images/dropdown.png) 98%/24px no-repeat white;
            padding: 4.5px 8px;
            border-radius: 0;
            border: 1px solid var(--brand);
            font-size: 12px;
        }


    .modal-header {
        font-size: 16px;
        font-weight: 700;
    }

    /* Fin correcciones bootstrap */
    .cestel-modal {
        width: 100%;
        max-width: 320px;
        background: white;
        padding: 14px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .cestel-modal-seccion + .cestel-modal-seccion {
        margin-top: 14px;
    }

    .cestel-modal-titulo {
        font-weight: 700;
    }

    .cestel-tabs-menu {
        display: none;
    }

    @media (min-width: 1024px) {
        .cestel-tabs-menu {
            display: block;
        }
    }

    .cestel-tab-content .card-header {
        cursor: pointer;
    }

    @media (min-width: 1024px) {
        .cestel-tab-content .card-header {
            display: none;
        }
    }

    @media (min-width: 750px) {
        .cestel-tabs-menu--animal-registrado,
        .cestel-tabs-menu--animal-gossera {
            display: block;
        }
    }

    @media (min-width: 768px) {
        .cestel-tabs-menu--almacen-central,
        .cestel-tabs-menu--buscador-animales {
            display: block;
        }
    }

    @media (min-width: 750px) {
        .cestel-tab-content--animal-registrado .card-header,
        .cestel-tab-content--animal-gossera .card-header {
            display: none;
        }
    }

    @media (min-width: 768px) {
        .cestel-tab-content--almacen-central .card-header,
        .cestel-tab-content--buscador-animales .card-header {
            display: none;
        }
    }

    /* Pestañas superiores */
    .cestel-tabs-menu .nav-link {
        background-color: var(--brand);
        color: white;
        border: none;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
    }

        .cestel-tabs-menu .nav-link:hover {
            background-color: #72a41f;
        }

        .cestel-tabs-menu .nav-link.active {
            color: var(--brand);
        }

            .cestel-tabs-menu .nav-link.active:hover {
                background-color: white;
                color: var(--brand);
                cursor: default;
            }

    /* Paneles */
    .cestel-tab-content .card {
        border-top: none;
    }

    .card-header {
        background: var(--brand);
        color: white;
        font-weight: 700;
    }

        .card-header span {
            background: var(--brand);
            color: white;
            font-weight: 700;
        }

        .card-header a:hover,
        .card-header a:link,
        .card-header a:visited {
            background: var(--brand);
            color: white;
            font-weight: 700;
            text-decoration: underline;
        }

    .card-body {
        background: white;
        padding: 14px;
    }

    .card-header--flex {
        display: flex;
    }

    /* Cards dentro de cards */
    .card-subheader {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0;
        padding: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        color: var(--brand);
        font-weight: 700;
        font-size: 14px;
    }

        .card-subheader.collapsed {
            border-bottom: none;
        }

    /* Secciones dentro de cards */
    .cestel-card-titulo-seccion {
        display: block;
        border-bottom: 1px solid;
        font-size: 16px;
        font-weight: 700;
    }

    .alert br {
        display: block;
        content: "";
        font-size: 1px;
        line-height: 1em;
    }

    .alert--flex {
        display: flex;
    }

    .alert {
        /*display: flex;*/
    }

        .alert img {
            margin-right: 10px;
            width: 24px;
            height: 24px;
        }

        .alert .alert__image {
            width: 32px;
            height: 100%;
        }

   


.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 9px;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
}

.badge-primary {
    color: #212529;
    background-color: #6AA84F;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #6a991d;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(136,196,37,0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6125C4;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #4c1d99;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(97,37,196,0.5)
}

.badge-success {
    color: #212529;
    background-color: #6AA84F;
}

a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: #6a991d;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(136,196,37,0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5);
}





    /* SECCIONES ESPECÍFICAS */
    /*
Área principal de portada
*/
    .portada {
        background-color: var(--brand);
    }

        .portada .cestel-main {
            padding: 0;
            display: flex;
            align-items: stretch;
            flex: 1 0 auto;
            height:auto;
        }

    .cestel-slider-contenedor {
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        align-items: stretch;
    }

    /* SLIDER */
    .cestel-slider {
        width: 200vw;
        transform: translateX(0);
        transition: all .3s ease-in-out;
        display: flex;
        align-items: stretch;
    }

        .cestel-slider.js-is-moved {
            transform: translateX(-100vw);
        }

    .cestel-slider__contenedor {
        float: left;
        width: 100vw;
        background: #eee;
        padding: 14px;
    }

    .cestel-slider__contenedor--menu {
        background-color: var(--brand);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (max-height: 500px) {
        .cestel-slider__contenedor--menu {
            height: auto !important;
        }

        .portada .cestel-main {
            height: 65vh !important;
        }
    }

    @media only screen and (max-width: 500px) {
        .portada .cestel-main {
            height: 65vh !important;
        }
    }

    .cestel-slider__contenedor--contenidos {
        padding: 0;
    }

    .cestel-slider__contenedor-interior {
        display: flex;
        width: 100%;
        max-width: 960px;
    }

    /* LOGIN */
    .cestel-login__contenedor {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100vw;
        height: 100%;
        overflow: hidden;
        outline: 0;
        background: rgba(0, 0, 0, 0.55);
    }

        .cestel-login__contenedor.js-show {
            display: block;
        }

    #formlogin {
        position: absolute;
        top: 14px;
        right: 14px;
        bottom: auto;
        left: 14px;
        margin: 0;
        background: white;
        padding: 24px;
        box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.15);
        height:380px;
    }

    .cestel-login__contenedor.show #formlogin {
        transform: none;
    }

    .cestel-login__contenedor.fade #formlogin {
        transition: transform 0.3s ease-out;
    }

    @media (min-width: 500px) {
        .cestel-login__contenedor {
            background: none;
        }

        #formlogin {
            position: absolute;
            top: 14px;
            right: 14px;
            bottom: auto;
            left: auto;
            width: 100%;
            max-width: 320px;
            margin: 0;
            height:auto;
        }
    }

    @media (min-width: 1024px) {
        .cestel-login__contenedor {
            position: static;
            display: block;
            width: 360px;
            height: auto;
            background: white;
            border-bottom: 1px solid var(--brand);
            overflow: initial;
        }

        #formlogin {
            position: static;
            top: auto;
            right: auto;
            left: auto;
            width: 100%;
            max-width: none;
            box-shadow: none;
            height: auto;
        }
    }

    .cestel-login__titulo {
        text-align: center;
        margin-bottom: 24px;
    }

    @media (min-width: 1024px) {
        .cestel-login__titulo {
            margin-bottom: 48px;
        }
    }

    /* MENU */
    .cestel-menu-portada {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .cestel-menu-item {
        position: relative;
        display: block;
        width: calc(33.333% - 1px);
        margin: 0 1px 1px 0;
        background: white;
    }

        .cestel-menu-item:after {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

    .cestel-menu-item__contenedor {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 24px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .cestel-menu-item__contenedor--imagen {
        padding: 0;
    }

        .cestel-menu-item__contenedor--imagen img {
            height: 100%;
        }

    .cestel-menu-item__titulo {
        display: block;
        font-size: 13px;
        color: #333;
        line-height: 1.1;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .cestel-menu-item__icono {
        font-size: 48px;
        text-align: center;
    }

    .cestel-menu-item:hover {
        background: var(--primary);
        color: white;
    }

        .cestel-menu-item:hover .cestel-menu-item__titulo {
            color: white;
        }

    @media (max-width: 600px) {
        .cestel-menu-item {
            width: 100%;
        }

            .cestel-menu-item:after {
                display: none;
            }

        .cestel-menu-item__contenedor {
            position: static;
            display: flex;
            flex-flow: row-reverse;
            justify-content: flex-end;
            align-items: center;
            padding: 14px;
        }

        .cestel-menu-item__contenedor--imagen {
            display: none;
        }

        .cestel-menu-item__icono {
            font-size: 24px;
            margin-right: 14px;
        }
    }

    /* Artículos del slider */
    .cestel-articulo-portada {
        height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }

        .cestel-articulo-portada.altura-auto {
            height: auto;
        }

    .cestel-articulo-portada__cabecera {
        background: var(--primary);
        padding: 36px;
    }

    .cestel-articulo-portada__titulo {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
        font-size: 36px;
        color: white;
        text-align: center;
    }

    .cestel-articulo-portada__contenedor-btn-menu {
        width: 100%;
        max-width: 768px;
        margin: 72px auto 14px;
        padding: 0 14px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
    }

        .cestel-articulo-portada__contenedor-btn-menu .cestel-articulo-portada__btn-menu {
            display: flex;
            align-items: center;
            color: #333;
        }

        .cestel-articulo-portada__contenedor-btn-menu i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            margin-right: 14px;
            background-color: var(--primary);
            border-radius: 50%;
            color: white;
            font-size: 24px;
        }

    .cestel-articulo-portada__contenido {
        width: 100%;
        max-width: 768px;
        margin: 0 auto 72px;
        background: white;
        background-clip: padding-box;
        padding: 48px;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        font-size: 16px;
    }

        .cestel-articulo-portada__contenido label {
            font-size: 14px;
            margin-bottom: 4px;
        }

    @media (max-width: 1024px) {
        .cestel-articulo-portada__contenedor-btn-menu {
            margin: 48px auto 14px;
        }

            .cestel-articulo-portada__contenedor-btn-menu i {
                width: 42px;
                height: 42px;
                margin-right: 14px;
                font-size: 24px;
            }

        .cestel-articulo-portada__contenido {
            margin: 0 auto 48px;
            padding: 48px;
        }
    }

    @media (max-width: 600px) {
        .cestel-articulo-portada__cabecera {
            padding: 28px;
        }

        .cestel-articulo-portada__titulo {
            font-size: 28px;
        }

        .cestel-articulo-portada__contenedor-btn-menu {
            margin: 14px auto 14px;
        }

            .cestel-articulo-portada__contenedor-btn-menu i {
                width: 32px;
                height: 32px;
                margin-right: 14px;
                font-size: 14px;
            }

        .cestel-articulo-portada__contenido {
            margin: 0 auto 7px;
            padding: 14px;
        }
    }

    /* CONTADORES (home) */
    .counters {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 28px;
        max-width: 1024px;
        margin: 0 auto;
    }

    .one-counter {
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
        width: 25%;
        min-width: 130px;
        margin: 0;
        flex: 0 0 auto;
        border: 14px solid transparent;
        padding: 14px;
        background-color: white;
        background-clip: padding-box;
    }

        .one-counter .shiva {
            order: -1;
            flex: 1 0 auto;
        }

            .one-counter .shiva a {
                font-size: 42px;
                line-height: 1;
                font-weight: 700;
                color: var(--brand);
                text-decoration: inherit;
            }

                .one-counter .shiva a:hover,
                .one-counter .shiva a:focus {
                    color: var(--secondary);
                    text-decoration: inherit;
                }
        .one-counter .shivasp {
            font-size: 42px;
            line-height: 1;
            font-weight: 700;
            color: var(--brand);
            text-decoration: inherit;
            order: -1;
            flex: 1 0 auto;
        }
    .counter-name {
        font-size: 14px;
        line-height: 1.1;
        font-weight: 500;
    }

    @media (max-width: 1024px) {
        .one-counter {
            width: 50%;
            min-width: 0;
            border: 1px solid #eee;
        }
    }

    @media (max-width: 767px) {
        .counters {
            padding: 14px;
        }
        /* .one-counter {
    width: 50%;
    border: 14px solid transparent; }*/
        .one-counter .shiva a {
            font-size: 32px;
        }
    }

    /*@media (max-width: 540px) {
  .one-counter {
    width: 50%;
    min-width: 0;
    border: 1px solid #eee; } }*/

    /* ACCESOS RÁPIDOS (home) */
    .cestel-accesos-rapidos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 28px;
        max-width: 1024px;
        margin: 0 auto;
    }

        .cestel-accesos-rapidos figure {
            position: relative;
            display: flex;
            flex-flow: column;
            align-items: center;
            text-align: center;
            width: 25%;
            min-width: 130px;
            margin: 0;
            flex: 0 0 auto;
            border: 14px solid transparent;
            padding: 14px;
            background-color: white;
            background-clip: padding-box;
            transition: .3s all ease-in-out;
        }

        .cestel-accesos-rapidos figcaption {
            width: 100%;
        }

        .cestel-accesos-rapidos img {
            width: 32px;
            margin-bottom: 17px;
        }

        .cestel-accesos-rapidos h2 {
            font-size: 14px;
            color: var(--brand);
            text-transform: uppercase;
            margin: 0;
            transition: .3s all ease-in-out;
        }

        .cestel-accesos-rapidos h6 {
            font-size: 10px !important;
            color: var(--brand);
            text-transform: uppercase;
            margin: 0;
            transition: .3s all ease-in-out;
        }


        .cestel-accesos-rapidos a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10;
        }

        .cestel-accesos-rapidos figure:hover {
            background-color: var(--brand);
            /*background-clip: padding-box;*/
        }

            .cestel-accesos-rapidos figure:hover h2 {
                color: white;
            }

    @media (max-width: 767px) {
        .cestel-accesos-rapidos {
            padding: 14px;
        }

            .cestel-accesos-rapidos figure {
                width: 50%;
                border: 14px solid transparent;
            }
    }

    @media (max-width: 540px) {
        .cestel-accesos-rapidos figure {
            width: 50%;
            min-width: 0;
            margin: 0;
            padding: 17px;
            border: 1px solid #eee;
        }

        .cestel-accesos-rapidos h2 {
            font-size: 12px;
        }
    }

    /***********************************************************
    Formulario Registrar Identificación
***********************************************************/
    .cestel-steps-container {
        display: none;
    }

    @media (min-width: 1024px) {
        .cestel-steps-container {
            display: block;
        }
    }

    /***********************************************************
   Menú de opciones formulario de Registrar Identificación 
    media < 1024px o 64rem
***********************************************************/
    .cestel-steps {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    /* Barra de progreso */
    .cestel-steps__progress-bar-container {
        position: absolute;
        top: 24px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ddd;
    }

    .cestel-steps__progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        background: var(--brand);
    }

    /* Bullets */
    .f1-step,
    .menu-step {
        position: relative;
        float: left;
        width: calc(100% / 7);
        /* dividir 100 entre el número de steps */
        padding: 0 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: default;
        text-decoration: none;
    }

        .f1-step:hover,
        .menu-step:hover {
            cursor: pointer;
        }

    .menu-step {
        width: calc(100% / 14);
    }

        .f1-step .f1-step-icon,
        .menu-step .menu-step-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            margin-top: 4px;
            background: #ddd;
            border-radius: 50%;
            font-size: 16px;
            color: #fff;
        }

        .f1-step .f1-step-text,
        .menu-step .menu-step-text {
            display: block;
            margin: 12px 0 0;
            width: 100%;
            font-size: 13px;
            line-height: 1.1;
            color: #ccc;
            text-align: center;
        }

        /* 

Estados de los bullets
- Activo: brand (verde lima);
- Completado: secondary (verde oscuro);
- Activado: blanco con borde secondary;

*/
        .f1-step.active .f1-step-icon,
        .f1-step.active .menu-step-icon,
        .menu-step.active .f1-step-icon,
        .menu-step.active .menu-step-icon {
            background: var(--brand);
            transform: scale(1.22);
        }

        .f1-step.active .f1-step-text,
        .f1-step.active .menu-step-text,
        .menu-step.active .f1-step-text,
        .menu-step.active .menu-step-text {
            color: var(--brand);
            font-weight: bold;
        }

        .f1-step.active:hover,
        .menu-step.active:hover {
            cursor: default;
        }

        .f1-step.activated .f1-step-icon,
        .f1-step.activated .menu-step-icon,
        .menu-step.activated .f1-step-icon,
        .menu-step.activated .menu-step-icon {
            background: #fff;
            border: 1px solid;
            color: var(--green);
        }

        .f1-step.activated .f1-step-text,
        .f1-step.activated .menu-step-text,
        .menu-step.activated .f1-step-text,
        .menu-step.activated .menu-step-text {
            color: var(--green);
        }

        .f1-step.activated:hover .f1-step-icon,
        .f1-step.activated:hover .menu-step-icon,
        .menu-step.activated:hover .f1-step-icon,
        .menu-step.activated:hover .menu-step-icon {
            background: #28822a;
            /* verde oscuro */
            color: white;
        }

        .f1-step.activated:hover .f1-step-text,
        .f1-step.activated:hover .menu-step-text,
        .menu-step.activated:hover .f1-step-text,
        .menu-step.activated:hover .menu-step-text {
            color: #28822a;
        }

        .f1-step.completed .f1-step-icon,
        .f1-step.completed .menu-step-icon,
        .menu-step.completed .f1-step-icon,
        .menu-step.completed .menu-step-icon {
            background: var(--green);
            border: 1px solid var(--green);
            color: #fff;
        }

        .f1-step.completed .f1-step-text,
        .f1-step.completed .menu-step-text,
        .menu-step.completed .f1-step-text,
        .menu-step.completed .menu-step-text {
            color: var(--green);
        }

        .f1-step.completed:hover .f1-step-icon,
        .f1-step.completed:hover .menu-step-icon,
        .menu-step.completed:hover .f1-step-icon,
        .menu-step.completed:hover .menu-step-icon {
            background: #28822a;
            /* verde oscuro */
            color: white;
        }

        .f1-step.completed:hover .f1-step-text,
        .f1-step.completed:hover .menu-step-text,
        .menu-step.completed:hover .f1-step-text,
        .menu-step.completed:hover .menu-step-text {
            color: #28822a;
        }

    /***********************************************************
    Cabeceras clickables de tipo acordeon (Alta expediente, denuncia, alta de registro)
***********************************************************/
    .tab-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: -1px;
        /* evita la superposición de border-top y border-bottom */
        margin-bottom: 0;
    }

        span.tab-item,
        .tab-item > span {
            display: flex;
            width: 100%;
            background: var(--brand);
            padding: 8px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: white;
            text-decoration: none;
        }

        a.tab-item,
        .tab-item > a,
        .cestel-tab-item-active {
            display: flex;
            width: 100%;
            background: var(--brand);
            padding: 8px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: white;
            cursor: pointer;
            text-decoration: none;
        }

    /* Formulario Alta */
    #panelMenuAlta3 .tab-item,
    #panelMenuAlta2 .tab-item {
        margin-top: 7px;
    }

    #panelMenuAlta2,
    #panelMenuAlta3 {
        display: block;
    }

    @media (min-width: 1024px) {
        #panelMenuAlta2,
        #panelMenuAlta3 {
            display: none;
        }
    }

    /*



.tab-item.completed {
    background-color: var(--green);
    border: 1px solid var(--green);
    color: white;

    &:hover {
        color: white;
        background: darken(#2E9630, 5%);
        cursor: pointer;
    }
}

.tab-item.activated {
    background-color: #fff;
    color: var(--green);
    border: 1px solid;

    &:hover {
        color: white;
        background-color: var(--green);
        border: 1px solid var(--green);
        cursor: pointer;
    }
}

*/
    /* Contenido del panel */
    /*.tab-form-card {
    background-color: #fff;
    padding: 14px;
    
    @media (max-width:767px){
        padding: 17px 0;
    }
}*/
    /* Elemento para la subida de archivos en Expedientes */
    .userControl {
        padding: 28px;
        background: #eee;
    }

    @media (max-width: 767px) {
        .userControl {
            padding: 14px;
        }
    }

    .chip-date,
    .chip-num {
        display: block;
    }

    .texto-error-reiac {
        padding: 14px;
        border: 1px solid #f5c6cb;
        background: #f8d7da;
        color: #dc3545;
    }

    /* UTILIDADES */
    .cestel-align-middle {
        display: flex;
        align-items: center;
    }

    .cestel-strong {
        font-weight: 700;
    }

    .cestel-block {
        display: block;
        width: 100%;
    }

    .cestel-width-100 {
        width: 100%;
    }

    .label-plaintext {
        display: block;
        background: #f6f6f6 !important;
        padding: 14px;
        min-height: 45px;
    }

    .image-plaintext {
        height: 42px;
        width: auto;
    }

    .alert-warning .label-plaintext {
        background: transparent;
        border: 1px solid var(--warning);
    }

    #ContentPlaceHolderSite_DivCausasBajasSubtiposMuerte {
        margin-top: .875rem !important;
        position: relative;
        width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }

    @media (min-width: 768px) {
        #ContentPlaceHolderSite_DivCausasBajasSubtiposMuerte {
            -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
    }


/*********************************************************************************************
    CG.20241218. AÑADIDO TRAS EL CAMBIO A BOOTSTRAP 5.0.1
*********************************************************************************************/
textarea,
textarea.form-control {
    resize: vertical !important;
    height: auto;
}

select.form-control {
    height: auto;
}

.text-right {
    text-align: right !important;
}

.btn {
    color: white;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: .6rem .75rem;
}

    .btn i:last-child {
        margin-left: 0px;
    }

    .btn i:first-child {
        margin-right: 0px;
    }

.aspNetDisabled {
    opacity: .65;
    cursor: not-allowed;
}

.btn.aspNetDisabled {
    color: white !important;
}

.btn-warning:hover {
    color: white;
}

.btn-outline-primary {
    color: var(--brand);
}

    .btn-outline-primary:hover {
        color: white;
    }

.btn-outline-info {
    color: var(--info);
}

    .btn-outline-info:hover {
        color: white;
    }

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

.btn-primary {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #97C2C2 !important;
        border-color: #97C2C2 !important;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #97C2C2;
        border-color: #97C2C2;
        box-shadow: 0 0 0 .2rem rgba(121,172,38,0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #212529;
        background-color: #97C2C2;
        border-color: #97C2C2
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #97C2C2;
        border-color: #97C2C2;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(121,172,38,0.5)
        }


.btn-secondary {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #ACC8CA;
        border-color: #ACC8CA;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #ACC8CA;
        border-color: #ACC8CA;
        box-shadow: 0 0 0 .2rem rgba(121,70,205,0.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary)
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ACC8CA;
        border-color: #ACC8CA;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(121,70,205,0.5)
        }





.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary)
}

    .btn-outline-primary:hover {
        color: #212529;
        background-color: var(--primary);
        border-color: var(--primary)
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(136,196,37,0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: var(--primary);
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #212529;
        background-color: var(--primary);
        border-color: var(--primary)
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(136,196,37,0.5)
        }

.btn-outline-secondary {
    color: var(--secondary);
    border-color: var(--secondary)
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary)
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(97,37,196,0.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: var(--secondary);
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary)
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(97,37,196,0.5)
        }


.btn-info {
    color: #fff;
    background-color: var(--info);
    border-color: var(--info);
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 .2rem rgba(58,176,195,0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: var(--info);
        border-color: var(--info);
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(58,176,195,0.5);
        }

.btn-outline-info {
    color: var(--info);
    border-color: var(--info);
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: var(--info);
        border-color: var(--info);
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: var(--info);
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: var(--info);
        border-color: var(--info);
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5);
        }


.btn-success {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

    .btn-success:hover {
        color: #fff;
        background-color: #629F5A;
        border-color: #71A86A;
    }
    
    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #629F5A;
        border-color: #71A86A;
        box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #71A86A;
        border-color: #71A86A;
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #fff;
        background-color: var(--green);
        border-color: var(--green);
    }

.btn-outline-success {
    color: var(--green);
    border-color: var(--green);
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: var(--green);
        border-color: var(--green);
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #fff;
        background-color: var(--green);
        border-color: var(--green);
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: var(--green);
        background-color: transparent;
    }



