/* 
    Created on : 20 nov. 2023, 09:31:32
    Css para el panel de gestion para las empresas
*/

/*
Wizard
*/
.wizard_vertical ul.wizard_pasos {
    display: table;
    list-style: none;
    position: relative; 
    float: left;
    margin: 0 0 10px
}
.wizard_vertical ul.wizard_pasos li {
    display: list-item;
    text-align: center
}
.wizard_vertical ul.wizard_pasosli a {
    height: 80px
}
.wizard_vertical ul.wizard_pasos li a:first-child {
    margin-top: 20px
}
.wizard_vertical ul.wizard_pasos li a,
.wizard_vertical ul.wizard_pasos li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}
.wizard_vertical ul.wizard_pasos li a:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #ccc;
    top: 20px;
    width: 4px;
    z-index: 4;
    left: 49%
}
.wizard_vertical ul.wizard_pasos li a.disabled .step_no {
    background: #ccc
}
.wizard_vertical ul.wizard_pasos li a .step_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 110px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_vertical ul.wizard_pasos li a.selected:before,
.step_no {
    background: purple;
    background: #7F0056;
    color: #fff
}
.wizard_vertical ul.wizard_pasos li a.done:before,
.wizard_vertical ul.wizard_pasos li a.done .step_no {
    background: #1ABB9C;
    color: #fff
}
.wizard_vertical ul.wizard_pasos li:first-child a:before {
    left: 49%
}
.wizard_vertical ul.wizard_pasos li:last-child a:before {
    left: 49%;
    left: auto;
    width: 0
        .wizard_pasos {
        background-color: #F2F2F2;
        border-radius: 10px;
        padding: 20px;
        -webkit-box-shadow: 2px 10px 9px -10px rgba(0,0,0,0.22);
        -moz-box-shadow: 2px 10px 9px -10px rgba(0,0,0,0.22);
        box-shadow: 2px 10px 9px -10px rgba(0,0,0,0.22);
    }

    #contenedorscroll::-webkit-scrollbar-thumb{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10%;
        background-color: #8244C1;
    }           }
#modalNoti {
    overflow: hidden; 
    margin: 0 auto; 
    margin-top: 52px; 
    width: 87%; 
    height: 90%;  
    border-radius: 10px;
    z-index: 1000000;
}
@media only screen and (min-width: 768px) {
    #modalNoti {
        overflow: hidden; 
        margin: 81px auto 0 auto; 
        width: 700px; 
        height: 90%;  
        border-radius: 10px;
    }
}
@media only screen and (min-width: 1080px) {
    #modalNoti {
        overflow: hidden; 
        margin: 81px auto 0 33%; 
        width: 700px; 
        height: 90%;  
        border-radius: 10px;
    }
}
.statistics-dashboard-squares.company-variant{
    grid-template-columns: repeat(4, 1fr);
}


.statistics-dashboard-squares.company-variant.new{
    padding: 0 10%;
    grid-template-columns: repeat(4, 1fr);
}
.statistics-dashboard-squares.company-variant .default-content-container:nth-child(1) .square-content{
    margin-top: 10px;
    gap: 10px;
}
.statistics-dashboard-squares.company-variant .default-content-container:nth-child(1) .icon-square{
    margin: auto 0;
    padding: 0;
    background-color: var(--primary-color);
    transition: all 0.5s ease 0s;
}
.statistics-dashboard-squares.company-variant .default-content-container:nth-child(1) .icon-square path{
    fill: var(--neutral-light);
}
.statistics-dashboard-squares.company-variant .default-content-containere:nth-child(1):hover .icon-square{
    background-color: var(--purple);
}
.statistics-dashboard-squares.company-variant .default-content-container:nth-child(2) .icon-square{
    background-color: #B3E5FB;
}
.statistics-dashboard-squares.company-variant .default-content-container:nth-child(3) .icon-square{
    background-color: #CABFFD;
}
.statistics-dashboard-squares.company-variant .default-content-container:nth-child(4) .icon-square{
    background-color: #FEBC9C;
}
.statistics-dashboard-squares.company-variant .default-content-container:nth-child(5) .icon-square{
    background-color: #B7E4CB;
}
.page-content-custom .bottom-header.panel-company{
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
}
.list-of-chips .job-tab-role p{
    text-transform: uppercase;
    font-size: 14px;
    color: var(--neutral-medium);
}
.icon-cont{
    min-width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: purple;
    color: white;
    margin-right: 10%;
}

.progbar{
    display: flex;
    align-items: center;
    background: #E1ADC9;
    color: var(--neutral-dark); 
    border-radius: 5px; 
    font-size: 16px;
    margin-left: 3%;
    margin-right: 4%;
    background-color: whitesmoke;
    height: 38px;
    width: 100%;
}

.progbarnew{
    display: flex;
    align-items: center;
    color: dimgray; 
    border-radius: 5px; 
    font-size: 16px;
    margin-left: 3%;
    margin-right: 4%;
    height: 38px;
    width: 100%;
}
.dropdown{
    float: none;
}
.chips{
    min-width: 170px;
    max-height: 100px;
    display: flex;
    align-content: flex-start;
}
/*
.chips2{
    width: 25%;
    min-width: 250px;
    height: 30%;
    display: flex;
    justify-content: center;
}*/
.list-of-chips {
    gap: 8px;
    justify-content: space-between;

}
@media only screen and (min-width: 599px) and (max-width: 970px) {
    .list-of-chips {
        flex-wrap: wrap;
}

.list-of-chips > div {
    flex-basis: 48%;
}
    .list-of-chips:nth-child(1) {
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    justify-content: space-between;
}

.md-button.md-icon-button label{
    line-height: inherit;
    margin-bottom: 0px;
}
.mapstyle{
    margin-top: 20px;
    box-shadow: 0px 0.910526px 9.10526px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: 15px; 
    height: 500px;
}
/*css equipos de trabajo*/

input[type=checkbox] {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.contenedor_icono_user{
    background-color: var(--shade-greys-background);
    width: 54px;
    height: 54px;
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sinimg{
    color: var(--primary-color);
}

.new-grid-row{
    align-items: center;
    background-color: white;
    padding: 10px;
    font-size: 18px;
    color: #5261a3;
    box-shadow: 0px 0.910526px 9.10526px rgba(0, 0, 0, 0.2);
    border-bottom: 1pt solid #c10c0c; 
    border-radius: 12px 0 0 12px;
}

.purple-button{
    background: #8244C1;
    border-radius: 10px;
    color: white;
    border: none;
    margin-bottom: 30px;
    height: 42px;
    font-size: 18px; 
    vertical-align: middle;
    line-height: 30px;
}

.purple-button:hover{
    background: #8244C1;
}
.md-dialog.md-default-theme, md-dialog{
    border-radius: 20px;
}
.md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: #FFF;
}
.md-toolbar-tools {
    background: #FFFFFF;
}
.controlador.panel-company .preview-container.preview-main-header{
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
}
@media screen and (max-width: 480px){
    .controlador.panel-company .preview-container.team-members{
        grid-auto-flow: column;
    }
}
.panel-company .icon-text{
    align-items: center;
    justify-content: flex-start;
}
@media screen and (max-width: 1024px){
    .panel-company .dataTables_wrapper{
        width: max-content;
    }
}
@media only all and (max-width: 1024px) {
    .panel-company .datatable-container{
        overflow-x: auto;
    }
}
@media only all and (max-width: 769px) {
    .panel-company .datatable-container{
        width: 88vw;
        overflow-x: auto;
    }
}
@media only all and (max-width: 480px) {
    .panel-company .datatable-container{
        width: 82vw;
        overflow-x: auto;
    }
}
@media only all and (max-width: 480px){
    .panel-company.icon-text-content {
        width: 200px;
    }
}
.panel_toolbox{
    margin-top: 20px;
}
.panel_toolbox .fa-plus-circle{
    color: var(--neutral-light);
}

@media only all and (max-width: 769px){
    .panel-company .navbar-custom.bottom-header .profile-container {
        padding: 0;
        position: relative;
    }
}
.notifications{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.notifications .bi-question-circle{
    color: var(--primary-color);
}
.notifications-icon{
    line-height: 0;
}
@media only all and (max-width: 769px){
    .notifications-icon{
        z-index: 1399;
        position: relative;
        right: -50px;
    }
}
@media only all and (max-width: 979px) {
    .side-menu-open-notification{
        right: 10px;
    }
}
.notifications-icon svg{
    width: 20px;
    height: 20px;
}
.notifications-icon .notification-red-point{
    position: absolute;
    top: -5px;
    left: 70%;
    padding: 5px;
    background-color: var(--tone-red);
    border-radius: 15px;
    color: var(--neutral-light);
    min-width: 15px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 0;
    text-align: center;
}
.notifications-container{
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only all and (max-width: 769px){
    .notifications-container{
        display: flex;
        align-items: center;
        gap: 0px;
    }
}
@media only all and (max-width: 769px){
    .notifications-container{
        padding-left: 10px;
    }
}
@media screen and (max-width: 767px){
    .dataTables_wrapper .dataTables_paginate {
        margin: 0px !important;
    }
}
/*Vacantes*/
.krajee-default .file-other-icon {
    font-size: 2em;
    line-height: 1;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 30px;
}
.krajee-default .file-footer-caption {
    display: block;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    /* margin-bottom: 30px; */
}
.krajee-default.file-preview-frame {
    margin: 8px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    padding: 6px;
    float: left;
    text-align: center;
}
.krajee-default.file-preview-frame .kv-file-content {
    width: 90px;
    height: auto;
}
.krajee-default .file-caption-info, .krajee-default .file-size-info {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px;
    height: 15px;
    margin: auto;
}
.file-actions{
    display: none;
}
.file-upload-indicator{
    display: none;
}
.md-dialog.md-default-theme, md-dialog {
    border-radius: 20px;
}
.md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: #FFF;
}
.md-toolbar-tools {
    background: #FFFFFF;
}
.file-preview .fileinput-remove{
    color:#FFF;
}
.datatable-column-team{
    display: flex;
    justify-content: center;
}
.avatar-caper-job {
    font-weight: bold;
    border: 2px solid var(--primary-color);
}
.avatar-mini {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.avatar-img, .avatar-text {
    /*display: inline-block;*/
    vertical-align: top;
    text-align: center;
    text-shadow: none;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.datatable-deadline{
    color: var(--tone-red);
}
@media screen and (max-width: 480px){
    .controlador.company-vacants .preview-container.preview-main-header {
        grid-auto-flow: row;
    }
}
.panel-company-select-jobs{
    z-index: 699;
    width: 230px;
    position: absolute;
    right: 30px;
}
@media screen and (max-width: 480px){
    .panel-company-select-jobs{
        z-index: initial;
        position: relative;
        right: 0px;
        width: 242px;
    }
}
/*Post Job*/
.form_wizard{
    margin-top:30px;
}
.form_wizard .job-to-apply-container{
    padding-left: 20px;
}
.step-form .form-group{
    width: 100%;
}
.step-form .form-control{
    border-radius: 10px;
}
.step-form  h5{
    margin-bottom: 10px!important;
}
.step-form .vacante-subtitulo{
    margin-bottom: 20px;
}
/*
.wizard_horizontal ul.wizard_steps {
    position: static;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    border-radius: 1px;
}
.wizard_horizontal ul.wizard_steps li {
    display: flex;
    text-align: center;
    flex: 1;
}
.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #9497AE;
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #FBFBFF;
    color:#9497AE;
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    color: #fff
}
.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto
}
.wizard_verticle .stepContainer {

    float: left;
    padding: 0 10px
}*/
.aling-r{
    display: flex;
    justify-content: end;
}
.aling-r button:first-child{
    margin-right: 10px;
}
.aling-r .ellipse{
    margin-left: 20px;
}

.fc-button-primary{
   background-color: var(--primary-color)!important;
    border-color: transparent!important;
}
.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active{
    
     background-color: var(--neutral-medium-dark)!important;
}

/*Upload*/
.lb-info{
    padding-left: 14px
}
.upload-cover{
    width: 100%;
    position: relative; 
    overflow: hidden; 
    background: #f9f9f9; 
    height: 250px; 
    border: 1px dashed #ddd;
    border-radius: 6px;
    margin-bottom: 21px;
}
.team-member{
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 300px;
    height: 74px;
    background: var(--neutral-light);
    border-radius: 10px;
    align-items: center;
    font-size: 16px;
    border: 1px solid var(--shade-greys-border-line) !important;
}
tags-input .tags .tag-item {
    border: none !important;
    border-radius: 3px;
    background: transparent !important;
    margin: 8px !important;
}

tags-input .tags .tag-item .well{
    border: 1px solid var(--shade-greys-border-line) !important;
}

tags-input .tags input {
    margin: 8px !important;
}

tags-input .autocomplete .suggestion-item.selected{
    background-color: var(--neutral-light) !important;
}

tags-input .autocomplete {
    padding: 0px !important;
}

tags-input .autocomplete .suggestion-item.selected .team-member {
    border: 1px solid var(--neutral-dark) !important;
}
.bold-text{
    font-weight: bold;
}
.normal-size-text{
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: 400;
}
tags-input .autocomplete .suggestion-item.selected .team-member .row{
    color: var(--neutral-dark) !important;
}
.section-vac-list{
    overflow-y: initial !important;
    padding-top: 0px;
}
@media only screen and (max-width: 480px) {
    .section-vac-list{
        padding: 0px;
    }
}
@media only screen and (max-width: 480px) {
    .mheader-vac-list{
        padding-left: 0px;
        padding-right: 0px;
    }
}
.input-custom-state .btn-default{
    width: 50%;
    margin-bottom: 10px;
    text-align: left;
    line-height: 28px;
    border-radius: 10px 0px 0px 10px !important;
}
@media only screen and (max-width: 480px) {
    .input-custom-state .btn-default {
        width: 100%;
    }
}
.input-custom-state button.btn.dropdown-toggle.btn-default{
    width: initial;
    border-radius: 0px 10px 10px 0px !important;
}
.input-group.custom-search-form {
    width: 100%;
}

.input-group.custom-search-form.company-select .dropdown.open .dropdown-menu {
    height: 350px !important;
}
.input-group.custom-search-form.company-select .dropdown-menu .inner.open .inner{
     height: 270px !important;
}

.panel_candidatos .input-group-addon{
    border: none;
    background: none;
    color: #68449A;
}
.panel_candidatos input {
    border: none;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.candidatos_list{
    background: var(--neutral-light);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--shade-greys-border-line);
}
.candidatos_selected{
    border: 1px solid var(--primary-color);
}
.percent_reclutamiento {
    font-size: 16px;
    line-height: 19px;
    color: #7FBA4C;
    font-weight: bold;
}
.candidato_reclutamiento{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #68449A;
}
.renglon{
    width: 100%;
    min-width: 100%;
}
.header_seleccionado_item{
    width: calc(100% - 200px)
}
.header_seleccionado_info{
    display: flex;
    gap: 15px;
}
.header_seleccionado_item{
    display: flex;
    gap: 15px;
}
.header_seleccionado_item .layout_row{
    display: flex;
    align-items: center;
    gap:10px;
}
.custom_chip{
    display: inline-flex;
    border: 1px solid var(--shade-greys-border-line);
    padding: 7px 10px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    gap: 6px;
}
.header_seleccionado_options .layout_row{
    margin-top: 10px;
}
#whosaid {
    display: flex;
    justify-content: space-between;
}
#whosaid .grafics{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.total_expenses {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--tone-green);
    display: flex;
    align-items: center;
}
#gas_fecha .md-icon-button+.md-datepicker-input-container{
    width: calc(100% - 62px);
}
#gas_fecha .md-button.md-icon-button{
    width: 48px;
    height: 48px;
    background: #EEEEEE;
    margin:0;
}
#gas_fecha .md-button.md-icon-button.md-datepicker-triangle-button{
    background: transparent;
}
.evapercent{
    font-size: 30px;
    position: absolute;
    width: 100%;
    height: 97%;
    display: inline-block;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.evapercent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: 0.8em;
}
md-chips .md-chips {
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    

    /*border: 1px solid var(--shade-greys-border-line) !important;*/
    box-sizing: border-box;
    border-radius: 10px !important;
    width: 100%;
    padding: 10px;  
}
md-chips.md-default-theme .md-chips.md-focused, md-chips .md-chips.md-focused {
    box-shadow: none;
}
.md-chips .md-chip-input-container {
    margin: 0;
}