﻿.fixed-button {
    position: fixed;
    bottom: 20px; /* Espaciado desde la parte inferior */
    right: 20px; /* Espaciado desde la derecha */
    z-index: 1000; /* Asegura que esté encima de otros elementos */
    background-color: #28a745; /* Color de fondo (verde éxito) */
    color: #fff; /* Color del texto */
    border: none; /* Sin bordes */
    padding: 10px 20px; /* Ajusta el padding para hacerlo más estilizado */
    border-radius: 30px; /* Bordes redondeados */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Sombra */
    font-size: 14px; /* Tamaño de fuente */
    display: flex; /* Alinea el icono y el texto */
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    transition: all 0.3s ease; /* Animación para interacciones */
}

.fixed-button:hover {
    background-color: #218838; /* Cambia el color al pasar el mouse */
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3); /* Aumenta la sombra */
    transform: translateY(-2px); /* Levanta un poco el botón */
}

.fixed-button:active {
    transform: translateY(0); /* Vuelve a la posición original */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Disminuye la sombra */
}

.custom-border {
    border: 1px solid #ccc; /* Color del borde */
    border-radius: 8px; /* Bordes redondeados */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra suave */
    transition: all 0.3s ease; /* Animación suave en hover */
}

    .custom-border:hover {
        border-color: #007bff; /* Color del borde al pasar el mouse */
        box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3); /* Sombra más intensa */
    }

.btn-light.custom-border {
    color: #212529;
}

.form-control-sm {
    border-radius: .2rem !important;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../Styles/fonts/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

.NoBorderRadiusRight {
    border-start-end-radius: 0px !important;
    border-end-end-radius: 0px !important;
}

.NoBorderRadiusLeft {
    border-start-start-radius: 0px !important;
    border-end-start-radius: 0px !important;
}

.NoBorderRadiusAll {
    border-radius: 0px !important;
}
/*Para la foto de perfil de profesionales*/
.AutoWidthImportant {
    width: auto !important;
}
/*Fin foto de perfiles*/
/*Pager de los Grids*/
.table th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #55768C; /* Para mantener un fondo blanco en los encabezados */
    height: 15px;
}

.sysPagination {
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 1;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}
/*Fin Pager defs los Grids*/
/*Labels y Otros*/
.Sys-form-control-sm {
    padding-right: 0;
    padding-left: 0;
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.Sys-form-control-sm-Addon {
    position: relative;
    flex: 1 1 auto;
    padding-right: 0;
    padding-left: 0;
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.SysLabelControl {
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: 'Roboto-Regular';
    font-weight: normal;
}

.SysLabelControlBold {
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: 'Roboto-Regular';
    font-weight: bold;
}

.SysLabelControl-sm {
    font-size: .875rem;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /*font-family: 'Roboto-Regular';*/
    font-weight: normal;
    margin-top: 5px;
}

.SysLabel {
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 7px;
    font-weight: normal;
}

.SysLabel-sm {
    /*font-size: .83rem;*/
    font-size: 100%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: normal;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.SysLabelBold {
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 7px;
    font-weight: bold;
}
/*Fin Labels y Otros*/
/*Busqueda de especialidades*/
.lblHeaderSearch {
    font-family: 'Roboto-Regular';
    font-size: 24px;
    font-weight: normal;
}

.lblModalTitle {
    font-family: 'Roboto-Regular';
    font-size: 18px;
    font-weight: bold;
    color: #039283;
    line-height: 21.511px;
    letter-spacing: -0.09px;
    text-transform: uppercase;
}

.lblModalDescription {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: bold;
    line-height: 21.511px;
    letter-spacing: -0.09px;
    text-transform: uppercase;
}

.Sys-Search-Card {
    border-radius: 15px;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 0.7rem;
    flex-shrink: 0;
    margin-bottom: 1rem;
}

.Sys-Search-Card-Body {
    position: relative;
    padding-bottom: 2rem;
    height: 100%;
}

.Sys-Search-Card-Title {
    color: #039283;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.511px;
    letter-spacing: -0.09px;
    text-transform: uppercase;
}

.Sys-Search-Card-Description {
    color: #53565a;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.Sys-Search-Card-Link-Container {
    display: flex;
    width: 100vw;
    max-width: 100%;
    position: absolute;
    bottom: 1.5rem;
}

.Sys-Search-Card-Link {
    margin-right: 1.5rem;
    color: #307fe2;
    font-feature-settings: "liga" off;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.07px;
    text-decoration: underline !important;
}

.Sys-Search-Card-Img-Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding-left: 15px;
}

.Sys-Search-Card-Img {
    width: 90px;
    height: 150px;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.SysModalFullScreen {
    margin: 0px !important;
    max-width: none !important;
    width: 100vw !important;
    height: 100% !important;
}

.Sys-Professional-Descripction-Img {
    width: 200px;
    height: 250px;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.Sys-Professional-Descripction-Img-Sm {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .Sys-Professional-Descripction-Img-Sm {
        width: 320px;
        height: 320px;
    }
}

.Sys-Search-Img {
    border: 0;
}

.Sys-Search-Img-Fluid {
    max-width: 100%;
}
/*Fin Busqueda de especialidades*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 6px 12px;
}

.SysTextLabelLeft {
    text-align: right;
    margin-top: 5px;
    color: #000;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px;
}

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #ac2925;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    padding: 10px 16px;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 5px 10px;
}

.btn-group-xs > .btn, .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
}


.btn-SysBlue {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-SysBlue.focus, .btn-SysBlue:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-SysBlue:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-SysBlue.active, .btn-SysBlue:active, .open > .dropdown-toggle.btn-SysBlue {
        color: #fff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74;
    }

        .btn-SysBlue.active.focus, .btn-SysBlue.active:focus, .btn-SysBlue.active:hover, .btn-SysBlue:active.focus, .btn-SysBlue:active:focus, .btn-SysBlue:active:hover, .open > .dropdown-toggle.btn-SysBlue.focus, .open > .dropdown-toggle.btn-SysBlue:focus, .open > .dropdown-toggle.btn-SysBlue:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-SysBlue.disabled.focus, .btn-SysBlue.disabled:focus, .btn-SysBlue.disabled:hover, .btn-SysBlue[disabled].focus, .btn-SysBlue[disabled]:focus, .btn-SysBlue[disabled]:hover, fieldset[disabled] .btn-SysBlue.focus, fieldset[disabled] .btn-SysBlue:focus, fieldset[disabled] .btn-SysBlue:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

.divWaitingForProgress {
    position: fixed;
    background-color: dimgrey;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}
.overlay-spinner {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-container img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.overSyscomp {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #333;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overSyscompContent {
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}

    .overSyscompContent img {
        width: 140px;
        height: 140px;
    }

.panel-Facebook {
    border-color: #337ab7;
}

    .panel-Facebook > .panel-heading {
        color: #fff;
        background-color: #2F477A;
        border-color: #2F477A;
    }

        .panel-Facebook > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #2F477A;
        }

        .panel-Facebook > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-Facebook > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #2F477A;
    }

.panel-Dark {
    border-color: #343a40;
}

    .panel-Dark > .panel-heading {
        color: white;
        background-color: #343a40;
        border-color: #343a40;
    }

        .panel-Dark > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #2F477A;
        }

        .panel-Dark > .panel-heading .badge {
            color: #343a40;
            background-color: #fff;
        }

    .panel-Dark > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #2F477A;
    }



.btn-Facebook {
    color: #fff;
    background-color: #2F477A;
    border-color: #2e6da4;
}

    .btn-Facebook.focus, .btn-Facebook:focus {
        color: #fff;
        background-color: #2F477A;
        border-color: #122b40;
    }

    .btn-Facebook:hover {
        color: #fff;
        background-color: #2F477A;
        border-color: #204d74;
    }

    .btn-Facebook.active, .btn-Facebook:active, .open > .dropdown-toggle.btn-Facebook {
        color: #fff;
        background-color: #2F477A;
        background-image: none;
        border-color: #204d74;
    }

        .btn-Facebook.active.focus, .btn-Facebook.active:focus, .btn-Facebook.active:hover, .btn-Facebook:active.focus, .btn-Facebook:active:focus, .btn-Facebook:active:hover, .open > .dropdown-toggle.btn-Facebook.focus, .open > .dropdown-toggle.btn-Facebook:focus, .open > .dropdown-toggle.btn-Facebook:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-Facebook.disabled.focus, .btn-Facebook.disabled:focus, .btn-Facebook.disabled:hover, .btn-Facebook[disabled].focus, .btn-Facebook[disabled]:focus, .btn-Facebook[disabled]:hover, fieldset[disabled] .btn-Facebook.focus, fieldset[disabled] .btn-Facebook:focus, fieldset[disabled] .btn-Facebook:hover {
        background-color: #2F477A;
        border-color: #2e6da4;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*PARA PONER UN GRID CON 7 COLUMNAS DEL MISMO ANCHO*/
@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

.LittleBox {
    margin-top: 10px;
    border: #cdcdcd medium solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.LittleBoxUp {
    margin-top: 10px;
    border-top: #cdcdcd medium solid;
    border-left: #cdcdcd medium solid;
    border-right: #cdcdcd medium solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-tradius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-tradius: 10px;
}

.LittleBoxDown {
    border-bottom: #cdcdcd medium solid;
    border-left: #cdcdcd medium solid;
    border-right: #cdcdcd medium solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.bg-Facebook {
    color: #fff;
    background-color: #2F477A;
}

a.bg-Facebook:focus, a.bg-Facebook:hover {
    background-color: #4161A7;
}

.bg-Sys-Gray {
    color: #fff;
    background-color: #6A6A6A;
}

.bg-Sys-Confirm {
    color: #fff;
    background-color: #4682B4;
}


/*Estilos para los banners */
.widgets-header {
    padding: 1rem 1rem;
    position: relative;
    z-index: 10;
    background: #07477b;
}

.gutters {
    margin-right: -7px;
    margin-left: -7px;
}

    .gutters > .col,
    .gutters > [class*=col-] {
        padding-right: 7px;
        padding-left: 7px;
    }

.profile-header .welcome-msg .welcome-title {
    color: #ffffff;
}

@media (max-width: 767px) {
    .profile-header .welcome-msg .btn {
        display: none;
    }

    .profile-header .welcome-msg .welcome-title {
        margin-bottom: 0;
    }

    .profile-header .welcome-msg .welcome-designation {
        margin-bottom: 0;
    }
}

.welcome-msg {
    padding-left: 0;
}

    .welcome-msg .welcome-user-thumb {
        margin-bottom: 10px;
    }

        .welcome-msg .welcome-user-thumb img {
            width: 60px;
            height: 60px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
        }

    .welcome-msg .welcome-title {
        font-size: 2rem;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 0.7rem;
    }

        .welcome-msg .welcome-title span {
            font-weight: 500;
        }

    .welcome-msg .welcome-designation {
        color: #ffffff;
        line-height: 150%;
        margin-bottom: 0;
        margin-right: 10%;
        font-weight: 100;
    }

@media (max-width: 767px) {
    .welcome-msg .btn {
        display: none;
    }

    .welcome-msg .welcome-title {
        margin-bottom: 0;
        font-size: 1.5rem;
    }

    .welcome-msg .welcome-designation {
        margin-bottom: 0;
    }

    .welcome-msg .welcome-user-thumb img {
        width: 32px;
        height: 32px;
    }
}
/*Fin Estilos param los banners*/

.input-group-text.mdi {
    font-size: 1rem; /* Ajusta según necesidad */
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(1.8125rem + 2px); /* Altura del input sm */
}


/* Grid compacto y alineado */
.Sys-grid-sm th,
.Sys-grid-sm td {
    padding: .35rem .5rem;
    vertical-align: middle;
}

/* Columna de acciones más angosta */
.Sys-grid-sm .col-actions {
    width: 50px;
}

/* Opcional: header un poco más sobrio */
.Sys-grid-sm thead.thead-light th {
    font-weight: 600;
    font-size: 0.80rem;
}

/* Badge para origen (por si quieres ajustar tamaños) */
.Sys-grid-sm .badge {
    font-size: 0.70rem;
    padding: .25em .5em;
}
