/*Private-area-layout*/

#private-area {
    background-color: #f4f4f4;
}

/*Navigation-drawer*/

.private-area-navigation-drawer {
    align-items: center;
    border-radius: 20px;
    /* height: auto !important; */
    height: -webkit-fill-available !important;
    width: 220px !important;
    margin: 10px 6px 10px 24px;
    /* margin-top: 10px;
    margin-left: 20px; */
    /* background-color: crimson !important; */
}

.v-app-bar__nav-icon {
    color: #464d54  !important;
    z-index: 5 !important;
    position: fixed !important;
    margin-top: 20px !important;
    margin-bottom: -40px !important;
}

#menu-intranet .v-list-item__title {
    font-weight: bold;
}

#menu-intranet .v-list .theme--light.v-icon {
    font-size: 16px;
}

.v-list .theme--light.v-icon {
    color: #b5bc5b !important;
}


#menu-intranet .v-list-item__action {
    margin-right: 4px;
    margin-left: 6px;
}

#menu-intranet .v-list-item__icon.v-list-group__header__prepend-icon {
    margin-right: 4px;
    margin-left: 6px;
}

#menu-intranet .v-list-group__header.v-list-item.v-list-item--active.v-list-item--link.theme--light {
    /* align-items: center;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1;
    overflow: hidden;
    padding: 12px 0; */
}

.private-area-logo-symbinet {
    height: 50px;
    margin: 20px 50px 30px 50px;
    /* margin-bottom: 20px; */
}

/* .private-area-navigation-drawer .v-navigation-drawer__content {
    background-color: tomato !important;
} */

/*App-bar*/

.private-area-toolbar {
    height: auto !important;
    background-color: #f4f4f4 !important;
    box-shadow: none !important;
    padding: 10px 20px !important;
}

.private-area-toolbar .v-toolbar__content {
    border-bottom: 2px solid #CFDC35;
}

.private-area-toolbar .v-btn--round .v-btn__content .v-icon {
    color: #464d54 !important;
}

/* Formulario */

.card-form {
    font-family:'Lato', sans-serif !important;
    box-shadow: none !important;
    margin: 10px;
}

.div-form {
    background-color: #f4f4f4;
}

.form-template {
    background-color: white;
    border-radius: 20px !important;
    margin-top: 15px;
    padding: 10px;
}

.toolbar-template-list{
    box-shadow: none !important;    
}

.v-card__subtitle, .v-card__text {
    color: #464d54 !important;
}

.text-codes{
    color: rgba(0,0,0,.87) !important;
}

/*Componentes DevExtreme*/

.dx-texteditor-input-container {
    display: flex;
    flex-grow: 1;
    position: relative;
    align-items: baseline;    
    background-color: #f4f4f4;
}

.dx-texteditor.dx-editor-outlined{
    border-color: #ddd !important; 
    /* border-color: #474d55 !important;     */
}

.dx-texteditor.dx-state-hover {
    border-color: #CFDC35 !important;
}

.dx-texteditor.dx-state-focused.dx-editor-outlined {
    border-color: #CFDC35 !important;
}

.dx-invalid.dx-texteditor {
    border-color: #DB3F3A !important;
}

.toolbar-devExtreme-table{
    box-shadow: none !important;    
}

/* Botones mensaje de confirmación */

.swal2-actions button {
    border: 1px solid black !important; 
    border-radius: 5px !important;
    background-color: #464d54 !important; 
    font-family:"Lato", sans-serif !important; 
    font-size: 18px !important; 
    font-weight: 800 !important; 
    color: white !important; 
    padding: 10px 40px 10px 40px !important;
    text-decoration: none !important;
    margin: 10px !important;
}


.swal2-actions button:hover {
    background-color: #7c7b7b !important; 
    border: 1px solid black !important; 
}

.swal2-actions button:focus {
    background-color: #464d54 !important;
    opacity: 0.8 !important;
    border: 1px solid black !important;
    box-shadow: none !important;
}

.swal2-actions button:active {
    background-color: #464d54 !important; 
    opacity: 0.3 !important;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border: .25em solid transparent !important;
    border-left-color: #b5bc5b !important;
    border-right-color: #b5bc5b !important;
    border-radius: 100px !important;
    width: 45px !important;
    height: 45px !important;
    padding: 0px 0px 0px 0px !important;
}

/* Botón crear área colaborativa */
.btn-create-area.v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom {
    bottom: 8px;
}


/* Ofertas y Demandas */
.result-matching-text {
    font-size: 16px;
    font-weight: bold;    
    margin: 0px 0px 10px 8px;    
}

.result-matching-value {
    font-size: 16px;        
    margin-left: 60px;   
}

.algorithm-name {
margin: -20px 0px 0px -10px;
}

.company-location {
    margin: 40px 0px 0px 10px; 
}

#matching-offer-demand .row {
    margin: 0px !important;
}

#matching-offer-demand .form-template {
    margin-left: -10px;
    margin-right: -10px;
}

/* Algoritmos */
.flex-estado-registrado {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
