/* Generales */
.componente-gestioncontenido .col-tabs {
    width: auto;
}
.componente-gestioncontenido .mapa-creacion{
    position: relative;
    height: 400px;

    .campo_geo{
        height: 100%;
    }
    #crosshair {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 21px;
        width: 21px;
        z-index: 12;
        margin-left: -10px;
        margin-top: -10px;
    }

    #crosshair:before, #crosshair:after {
        content: '';
        display: block;
        position: absolute;
        background-color: #000;
        outline: rgba(255, 255, 255, 0.75);
    }

    #crosshair:before {
        top: 10px;
        left: 0;
        width: 21px;
        height: 1px;
    }

    #crosshair:before, #crosshair:after {
        content: '';
        display: block;
        position: absolute;
        background-color: #000;
        outline: rgba(255, 255, 255, 0.75);
    }
    #crosshair:after {
        top: 0;
        left: 10px;
        width: 1px;
        height: 21px;
    }

}

div#lat-padre, div#lng-padre {
    display: none;
}

.componente-gestioncontenido>div>div:first-child>div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-end;
}

.componente-gestioncontenido .crear_nuevo {
    display: block;
}

.componente-gestioncontenido .crear_nuevo.disabled {
    background-color: #E9E9E9;
}

.componente-gestioncontenido .div-edit,
.componente-gestioncontenido .col-titulo {
    display: none;
}

.componente-gestioncontenido .col-titulo {
    margin-bottom: 10px;
}

.componente-gestioncontenido .titulo_tipo {
    font-size: 32px;
}

/* Fin Generales */

/* Formulario */
.componente-gestioncontenido .tab-formcontenido {
    margin-top: 15px;
}

.componente-gestioncontenido div.actions {
    text-align: right;
    height: 40px;
}

.componente-gestioncontenido div.actions .icon {
    width: 50px;
    text-align: center;
    font-size: 20px;
    float: right;
    height: 100%;
    border-left: 1px solid #ddd;
}

.componente-gestioncontenido div.actions a {
    display: block;
    height: 100%;
    padding: 7px;
}

.componente-gestioncontenido .required-validacion {
    color: #a94442;
}

.componente-gestioncontenido .tab-formcontenido .atabcampos>span {
    margin-left: 8px;
}

.componente-gestioncontenido .col-actions {
    margin-bottom: 50px;
}

.rowdependencias {
    padding: 12px;
}

.contenedor-campodependencias label {
    border: 1px solid #ddd;
    border-bottom: 0;
    background-color: #ffffff;
    margin: 0;
    font-weight: 500;
    height: 40px;
    line-height: 38px;
}

.contenedor-dependencias {
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #f6f6f6;
}

/* Fin Formulario */

/* Listado */
.componente-gestioncontenido .tabla_listado {
    width: 100%;
}

.componente-gestioncontenido thead th input,
.componente-gestioncontenido thead th span {
    width: calc(100% - 20px);
}

.componente-gestioncontenido .input_filter {
    border: 0;
    text-transform: uppercase;
}

.componente-gestioncontenido .input_filter::placeholder {
    color: inherit !important;
}

@media (max-width: 1000px) {
    .componente-gestioncontenido .tabla_listado {
        width: 100%;
        display: block;
    }
}

.componente-gestioncontenido .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

.componente-gestioncontenido table thead .sorting:after {
    content: "\f160";
    color: #c1b9b9;
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
}

.componente-gestioncontenido table thead .sorting_asc:after {
    content: "\f160";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
}

.componente-gestioncontenido table thead .sorting_desc:after {
    content: "\f884";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
}

.componente-gestioncontenido .change_estado {
    text-decoration: none !important;
}

.componente-gestioncontenido .change_estado.disabled span {
    background: #777777;
    color: #ffff !important;
}

.componente-gestioncontenido .rechazado {
    outline: none;
    text-decoration: none;
}

.componente-gestioncontenido .titleoriginal {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

/* Fin Listado */

/* Comentarios */

.componente-gestioncontenido .adicionarcomentario>div {
    display: inline-block;
}

.componente-gestioncontenido .adicionarcomentario .texto {
    width: calc(100% - 55px);
    vertical-align: bottom;
}

.componente-gestioncontenido .adicionarcomentario .foto,
.comment .foto {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    vertical-align: top;
}

.comment .foto {
    float: left;
}

.componente-gestioncontenido .adicionarcomentario .foto img,
.comment .foto img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.componente-gestioncontenido .headercomment {
    margin-left: 53px;
}

.componente-gestioncontenido .headercomment>div {
    display: inline-block;
}

.componente-gestioncontenido .headercomment .hora {
    margin-left: 10px;
    color: #777;
}

.componente-gestioncontenido .headercomment .nombre {
    font-weight: 600;
}

.componente-gestioncontenido .contentcomment {
    margin-left: 53px;
    display: block;
    width: calc(100% - 53px);
    word-break: break-word;
}

.componente-gestioncontenido .actionscomment {
    margin-top: 5px;
    margin-left: 53px;
}

.componente-gestioncontenido .actionscomment a {
    text-decoration: none !important;
}

.componente-gestioncontenido .comment {
    margin-bottom: 15px;
}

.componente-gestioncontenido .comment:last-child {
    margin-bottom: 20px;
}

.componente-gestioncontenido .titlecomentarios {
    font-weight: 600;
    margin-bottom: 14px;
    display: block;
}

.componente-gestioncontenido .divcomentarios {
    background: #ffff;
    border: 1px solid #ddd;
    box-shadow: 0 0 6px 1px rgba(172, 181, 194, 0.56);
    bottom: 100px;
    border-radius: 12px;
    width: 440px;
    right: 38px;
    max-height: 550px;
    padding: 22px;
    position: fixed;
    z-index: 2;
}

.componente-gestioncontenido .opencomments {
    width: 60px;
    height: 60px;
    background: #ffff;
    border: 1px solid #dddd;
    position: fixed;
    right: 32px;
    bottom: 40px;
    z-index: 2;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
}

.componente-gestioncontenido .historial {
    max-height: 315px;
    overflow-y: auto;
    padding-right: 5px;
    margin-bottom: 10px;
}

.componente-gestioncontenido .footercomment {
    display: block;
    margin-left: 53px;
    margin-top: 10px;
}

.componente-gestioncontenido .actions .icon>.dropdown {
    height: 100%;
}

.componente-gestioncontenido .dropdownsave {
    color: #337ab7;
    border: 0;
    height: 100%;
    padding: 7px;
    font-size: 20px;
    width: 100%;
}

.componente-gestioncontenido .actions .icon .dropdown-menu i {
    margin-right: 6px;
}

.componente-gestioncontenido .actions .icon .dropdown-menu .fa-save,
.componente-gestioncontenido .actions .icon>.dropdown-menu .fa-check {
    color: #3c763d;
}

.componente-gestioncontenido .actions .icon .dropdown-menu .fa-ban {
    color: #a94442;
}

.componente-gestioncontenido .actions .icon .dropdown-menu li a {
    padding: 5px 15px;
}

.componente-gestioncontenido .opencomments .numbercomments {
    position: absolute;
    top: -10px;
    right: -9px;
    font-size: 15px;
    background: rgb(75 147 209 / 1);
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    padding-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.componente-gestioncontenido .cerrardivcomentarios {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: -13px;
    top: -8px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    background: #e6504d;
    padding-top: 2px;
    color: #fff;
}