@import url('https://fonts.googleapis.com/css?family=Poppins:500,700,800');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,800;1,800&display=swap');



/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@media only screen and (min-width : 601px) and (max-width : 1260px) {
    .toast {
        width: 100%;
        border-radius: 0;} }

@media only screen and (min-width : 1261px) {
    .toast {
        width: 100%;
        border-radius: 0; } }

@media only screen and (min-width : 601px) and (max-width : 1260px) {
    #toast-container {
        min-width: 100%;
        bottom: 0;
        top: 70%;
        right: 0;
        left: 0;} }

@media only screen and (min-width : 1261px) {
    #toast-container {
        min-width: 100%;
        bottom: 0;
        top: 70%;
        right: 0;
        left: 0; } }

#ListadoPerfiles{
    margin: 5px;
}

#chipsPacientes .dropdown-content
{
    width: 400px !important;
}


h1, h2, h3, h4, h5, h6, p, a {
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-family: 'Lexend', sans-serif;*/
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    /*font-family: 'Inter', sans-serif;*/
}

h1 {
    font-weight: 400;
}

table{
    /*font-family: GillSans, Calibri, Trebuchet, sans-serif;*/
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: 500;
    /*font-family: 'Noto Sans JP', sans-serif;*/
}



.tabs_cool
{
    background-color: transparent !important;
    color: #9c27b0 !important;
}

.fondo-login{
    background : linear-gradient(0deg, #54996c, #dbd871) !important;
}
.fondo-boton-login{
    background : linear-gradient(0deg, #54996c, rgba(84, 153, 108, 0.96)) !important;
}

div.material-table {
    padding: 0;
}

div.material-table .hiddensearch {
    padding: 0 14px 0 24px;
    border-bottom: solid 1px #3c92cd;
    display: none;
    float:right;
}

div.material-table .hiddensearch input {
    margin: 0;
    border: #0f9d58 0 !important;
    height: 48px;
    color: rgba(0, 0, 0, .84);
}

div.material-table .hiddensearch input:active {
    border: transparent 0 !important;
}

div.material-table table {
    table-layout: fixed;
}

div.material-table .table-header {
    height: 64px;
    padding-left: 24px;
    padding-right: 14px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-display: flex;
    border-bottom: solid 1px #DDDDDD;
}

div.material-table .table-header .actions {
    display: -webkit-flex;
    margin-left: auto;
}

div.material-table .table-header .btn-flat {
    min-width: 36px;
    padding: 0 8px;
}

div.material-table .table-header input {
    margin: 0;
    height: auto;
}

div.material-table .table-header i {
    color: rgba(0, 0, 0, 0.54);
    font-size: 24px;
}

div.material-table .table-footer {
    /*height: 56px;*/
    padding-left: 24px;
    padding-right: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .dataTables_length {
    display: -webkit-flex;
    display: flex;
}

div.material-table .table-footer label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    display: -webkit-flex;
    /*display: flex;*/
    display: block;
    -webkit-flex-direction: row;
    /* works with row or column */

    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div.material-table .table-footer .select-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */

    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
    margin-right: 32px;
}

div.material-table .table-footer .material-pagination {
    display: flex;
    -webkit-display: flex;
    margin: 0;
}

div.material-table .table-footer .material-pagination li:first-child {
    margin-right: 24px;
}

div.material-table .table-footer .material-pagination li a {
    color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .select-wrapper input.select-dropdown {
    margin: 0;
    border-bottom: none;
    height: auto;
    line-height: normal;
    font-size: 12px;
    width: 40px;
    text-align: center;
}

div.material-table .table-footer select {
    background-color: transparent;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    margin-left: 20px;
}

div.material-table .table-title {
    font-size: 20px;
    color: #000;
}

div.material-table table tr td {
    /*padding: 0 0 0 56px;*/
    height: 48px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: solid 1px #DDDDDD;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

div.material-table table tr td a {
    color: inherit;
}

div.material-table table tr td a i {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.54);
}

div.material-table table tr {
    font-size: 12px;
}

div.material-table table th {
    font-size: 14px;
    font-weight: 900;
    color: rgb(19, 1, 47);
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    padding: 0;
    height: 47px;
    padding-left: 0px;
    vertical-align: middle;
    outline: none !important;
}

div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
    color: rgba(0, 0, 0, 0.87);
}

div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "arrow_back";
    -webkit-transform: rotate(90deg);
    display: none;
    vertical-align: middle;
}

div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
    display: inline-block;
}

div.material-table table th.sorting_desc:after {
    content: "arrow_forward";
}

div.material-table table tbody tr:hover {
    background-color: #EEE;
}

div.material-table table th:first-child,
div.material-table table td:first-child {
    /*padding: 0 0 0 24px;*/
}

div.material-table table th:last-child,
div.material-table table td:last-child {
    padding: 0 14px 0 0;
}


.hover_mano:hover
{
    cursor: pointer;
    cursor: hand;
}
.hover_mano_cancel:hover
{
    cursor: not-allowed;
}
.modal_ancho
{ width: 80% !important ; }

.modal_angosto
{ width: 75% !important ;  }

#ul-horizontal-nav_administracion {
    margin-top: -64px;
}

.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;

    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overflow
{
    overflow-x: hidden !important;
}

.step-disabled{
    pointer-events: none !important;
}

th.dt-center, td.dt-center, .dt-body-center { text-align: center; }

/*.cards_dashboard*/
/*{*/
/*    width:380px !important; !* or whatever width you want. *!*/
/*    max-width:380px  !important; !* or whatever width you want. *!*/
/*    height:300px !important; !* or whatever width you want. *!*/
/*    max-height:300px  !important; !* or whatever width you want. *!*/
/*    display: inline-block;*/
/*}*/

.botones_small
{
    font-size: 13px;
    line-height: 18.4px;
    height: 20.4px;
    margin: 4px;
}

.tabs_protocolo
{
background-color: rgba(100, 206, 142, 0.3) !important;
}

/*#verProtocolos_tabVerProtocolo*/
/*{*/

/*    border-radius: 10px !important;*/
/*    background-color: rgba(63, 81, 181, 0.32) !important;*/

/*    background: #3f51b5ba;*/
/*    background: -webkit-linear-gradient(45deg, #3f51b5ba, rgba(79, 195, 247, 0.59)) !important;*/
/*    background: linear-gradient(45deg, rgba(32, 89, 228, 0.07), rgba(32, 89, 228, 0.05)) !important;*/
/*}*/

.altaImportacionSolicitudAnalisis
{
    border-radius: 10px !important;
    background-color: rgba(63, 81, 181, 0.32) !important;

    background: #3f51b5ba;
    background: -webkit-linear-gradient(45deg, #3f51b5ba, rgba(79, 195, 247, 0.59)) !important;
    background:         linear-gradient(45deg, #3f51b5ba, rgba(79, 195, 247, 0.59)) !important;
}

.overflow
{
    /*background-color: rgba(63, 81, 181, 0.32) !important;*/
    /*background-color: rgba(145, 255, 120, 0.48) !important;*/

    /*background: #91FF787A;*/
    /*background: -webkit-linear-gradient(45deg, #3f51b5ba, rgba(79, 195, 247, 0.59)) !important;*/
    /*background: linear-gradient(45deg, #3f51b51a    , #4fc3f721) !important;*/
    /*background: linear-gradient(45deg, #3f8fb5b8    , #4b68541f) !important;*/
    /*background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(12,116,117,1) 90%  , rgba(14,174,87,1) 0% );*/
    background: linear-gradient(45deg, rgba(12,116,117,1) 90%    , rgba(14,174,87,1) 0%) !important;

}
.navbar_custom
{
    /*background:        linear-gradient(2deg, #0096886e, #009688) !important;*/
    /*background : linear-gradient(0deg, #54996c, rgba(84, 153, 108, 0.96)) !important;*/

    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(14,174,87,1) 0%, rgba(12,116,117,1) 90% );


}

.cool_tabs
{

    /*background-color: #3f51b5;*/
    background-color: #9ecadea3 !important;
    color: black !important;

}

.display-content
{
    display: contents !important;
}

.requisitos_contraseña {
    /*font-family: 'Roboto';*/
    /*max-width: 450px;*/
    padding: .3rem 1rem;
    color: #757575;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.43);
    box-shadow:1px 1px 10px 0 rgb(0 0 0 / 14%)
}

.requisitos_contraseña .invalid {
    background:url(../../images/login/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.requisitos_contraseña .valid {
    background:url(../../images/login/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}



.header-especial
{
    font-family: Lexend, serif;
    font-size: 1.1rem;
    text-transform: unset;
    font-weight: 600;
}

.acuerdo_texto_legales
{
    font-size: .7rem !important;
}

.title_registro
{
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgb(0, 100, 0) 0%, rgba(12,116,117,1) 90% );

    color: white;
    padding: 10px;

    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #e2edda;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px !important;
    text-align: center !important;
}

textarea {
    height: 10rem !important;
}

.header-simulador_gestion_ayudas_economicas
{
    font-family: Lexend, serif;
    font-size: 1.6rem;
    text-transform: unset;
    font-weight: 600;
}
.subtitulos-simulador_gestion_ayudas_economicas
{
    font-family: Lexend, serif;
    font-size: 1.15rem;
    text-transform: unset;
    font-weight: 600;
}

.header-modals, .card-panel-modals
{
    /*background: linear-gradient(0deg, #54996c, rgba(84, 153, 108, 0.96)) !important;*/
    background: linear-gradient(0deg, rgba(48, 89, 62, 0.96), rgb(62, 114, 79)) !important;
    /*background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(14,174,87,1) 0%, rgba(12,116,117,1) 90% );*/
    color: rgba(250, 250, 250, 0.91) !important;
    border-radius: 10px;
    padding: 0.5% !important;
    /*padding: 1.3% !important;*/
}

.header-modals h4
{
    /*background-color: #3f00ff52;*/
    /*background-color: #0043ff52;*/
    border-radius: 13px;
    padding: 4px;
    max-width: fit-content;
    color: #fff !important;
    font-size: 1.55rem;
}

.card-panel-modals h4
{
    /*background-color: #3f00ff52;*/
    /*background-color: #0043ff52;*/
    border-radius: 13px;
    padding: 4px;
    color: #fff !important;
    font-size: 1.55rem;
}

/*.card-panel-modals*/
/*{*/
/*    border-radius: 10px;*/
/*    padding: 2% !important;*/
/*}*/

.footer_custom
{
    color: #fafafa !important;
}

.boton_zh{
    text-transform: uppercase;

    background-color: #6496d0 !important;
    color: #fff !important;
    border: 1px solid transparent;
}
.bigger_label{
    font-size: 0.85rem;
    font-weight: 600;
}

.cards_legajo_usuario
{
    border-radius: 10px !important;
    padding: 2% !important;
}

.card_perfil_asociado_emoji {
    position: relative;

    -webkit-box-shadow:0px 0px 129px 11px rgba(45,255,196,0.9);
    -moz-box-shadow: 0px 0px 129px 11px rgba(45,255,196,0.9);
    box-shadow: 0px 0px 129px 11px rgba(45,255,196,0.9);


}
.shadow-animate {
    box-shadow: 0px 0px 20px 10px rgba(93, 3, 248, 0);
    animation: shadows 2s 7;
}

@keyframes shadows {

    0% {
        box-shadow: 0px 0px 20px 10px #e8e5ee;
    }
    50% {
        box-shadow: 0px 0px 20px 10px #bb97da;
    }
    75% {
        box-shadow: 0px 0px 20px 10px #bb97da;
    }
    100% {
        box-shadow: 0px 0px 20px 10px #e8e5ee;
    }
}
.card_perfil_asociado_emoji::before {
    content: "👥";
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 1.9em;
}

.card_perfil_asociado_links::before {
    content: "🖱";
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 1.9em;
}
.card_solicitud_ayudas_emoji {
    position: relative;
}

.card_solicitud_ayudas_emoji::before {
    content: "💰";
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 1.9em;
}
.card_subsidios_emoji {
    position: relative;
}

.card_subsidios_emoji::before {
    content: "🙂";
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 1.9em;
}
.card_registro_asociados_landing_emoji {
    position: relative;

}

.card_registro_asociados_landing_emoji::before {
    content: "📖";
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 1.9em;
}
.card_beneficios_emoji {
    position: relative;
}

.card_beneficios_emoji::before {
    content: "🌟";
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 1.9em;
}
.card_campanas_mail_emoji {
    position: relative;
}

.card_campanas_mail_emoji::before {
    content: "📨";
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 1.9em;
}
.card_panel_visitas_emoji {
    position: relative;
}

.card_panel_visitas_emoji::before {
    content: "📈";
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 1.9em;
}
.card_panel_cursos_emoji {
    position: relative;
}

.card_panel_cursos_emoji::before {
    content: "😀";
    position: absolute;
    top: 16px;
    right: 27px;
    font-size: 1.9em;
}
