/**************** GENERAL *******************/

#left-side-bar-fases{
    position: relative;
    left: 128px;
}

.brown{
    color: brown!important;
}

.table td,
.tabulator-cell {
    padding: 0.4rem!important;
}

.table {
    font-size: 1rem!important;
}

.table tr a {
    height: 100%!important;
}

.card-header {
    padding: 1.2rem 1.5rem 0.2 1.5rem!important;
}

#left-side-bar-fases li:first-child {
    margin-top: 10px;
}

#left-side-bar-fases {
    padding-bottom: 10px !important;
}

#left-side-bar-fases li {
    padding: 30px auto;
}

#tabla,
#tabla-users,
#tabla-grupos {
    margin-top: 20px;
}

.content-wrapper {
    max-width: 1600px;
    margin: auto;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 !important;
}

.brand-logo {
    max-height: 100% !important;
    width: 100% !important;
}

.brand-text {
    color: #FFF !important;
}

th {
    color: #428bca !important;
}

.project-title {
    color: #428bca !important;
    font-size: 23px;
}

.inmueble-title {
    margin-top: -15px;
    font-size: 15px;
}

.donde-estoy {
    line-height: 30px;
    font-size: 20px !important;
}

.proy-nombre {
    margin-top: -15px;
    padding: 0;
}

.text-small {
    font-size: 0.8em !important;
}

.head-card {
    padding: 15px;
    box-shadow: none !important;
    background-color: transparent !important;
    margin-bottom: -15px;
}

.estado-fase-h4-container {
    display: inline-block;
    padding: 2px
}

.estado-fase-h4 {
    margin-top: 10px;
}

#but_add {
    border-radius: 5px !important;
}

.opciones-contenedor {
    color: #428BCA;
    font-size: 22px;
}

.tooltip {
    pointer-events: none !important;
    ;
}

popover {
    pointer-events: none !important;
}

.visorPDF-minimizado {
    width: 90%;
    min-height: 80% !important;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 30px;
    border: 2px ridge rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.visorPDF-maximizado {
    width: 100% !important;
    height: 90% !important;
}

*:focus {
    outline: none !important;
}

.card-title {
    color: #428BCA;
    font-weight: 500;
    font-size: 16px !important;
}

.card-title i {
    font-size: 20px !important;
    position: relative;
    top: 1px;
}


/* width */

::-webkit-scrollbar {
    width: 6px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #428bca;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media screen and (max-height: 768px) {
    .visorPDF-minimizado {
        height: 60%;
    }
    .proy-nombre {
        margin-top: -5px !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .proy-nombre {
        margin-top: -20px !important;
    }
}

@media (min-width: 768px) and (max-width: 1150px) {
    .brand-logo {
        display: none;
    }
}

#login-form .form-group:nth-child(3) .input-group-prepend {
    height: 40.5px !important;
}

.modal {
    z-index: 9999;
}

#dg-first-card button,
#dg-second-card button,
#diseño-card button,
#planificacion-first-card button,
#planificacion-second-card button {
    font-size: 13px;
}

.content-header-title {
    text-transform: uppercase !important;
}

.content-body {
    margin-top: 15px;
}

#tabla-licencias,
#tabla-revisions,
#tabla-planificacion {
    margin: 40px auto !important;
}

.selected {
    background: rgba(66, 139, 202, 0.7) !important;
}

#listado tr:hover,
#inmuebles tr:hover {
    cursor: pointer !important;
}

#listado tr {
    line-height: 15px;
}

#listado .btn-xs,
#bidding-table .btn-xs,
#costes-table .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
    height: 30px;
    width: 38px;
    margin: -8px auto -5px auto;
}

#costes-table .btn-xs {
    margin: -6px 0 !important;
}

#tabla-licencias .btn-xs i {
    font-size: 10px;
}

.addRow {
    margin-top: -10px;
    font-weight: 600;
    padding-bottom: 9px;
}

.addRow i {
    font-size: 18px;
}


/* input file */

.custom-file-label::after {
    content: 'Buscar';
}


/**************** / GENERAL *******************/


/******************* LICENSE *******************/

#tabla-licencias .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
    height: 30px;
    width: 38px;
    margin: -4px auto -3px auto;
}

#tabla-licencias .btn-xs i{
    font-size: 17px;
    margin-top: 1px;
}

#tabla-revisions .delete-revision i{
    font-size: 17px;
    margin-top: 1px;
}

#tabla-revisions .delete-revision {
   padding: 5px 8px;
}

#tabla-revisions {
    text-align: center;
}


.delete-license-row {
    margin-bottom: -10px;
}

#tabla-licencias .add-btn, 
#tabla-revisions  .add-btn {
    margin-right: -20px !important;
}

#tabla-licencias .delete-btn, 
#tabla-revisions .delete-revision {
    margin-right: -20px !important;
    background-color: #de6764 !important;
    border-color: #de6764 !important;
}


/******************* / LICENSE *******************/


/******************* HOME *******************/

.card-home,
.boton-todos-home {
    cursor: pointer;
}

.widgets-container-home {
    margin-top: 50px;
}

.boton-todos-home {
    width: 25%;
    margin-left: 37.5%;
    border-radius: 15px;
    margin-top: 20px;
    height: 60px
}

.total-proyectos-home {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .boton-todos-home {
        width: 100%;
        margin-left: auto;
    }
    .total-proyectos-home {
        margin: 50px 0;
    }
}


/***************** / HOME *******************/


/*********** Documentación gráfica *************/

#dg-first-card,
#design-first-card {
    height: auto;
    height: 70vh;
    overflow: hidden;
}

.dg-first-card-header {
    height: 65px;
}

#diseño-card .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#diseño-card .content-container .gallery-container {
    width: 90%!important;
    margin-top: 0;
    position: relative;
    top: -20px;
    height: 10%;
}

#diseño-card .content-container .comment-container {
    width: 90%!important;
    margin-top: 15px;
    height: 10%;
}

#dg-first-card .content-container,
#design-first-card .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 65px);
}

#dg-first-card .visorPDF-minimizado,
#design-first-card .visorPDF-minimizado {
    height: 90%!important;
    margin-left: 0;
}

.card-header-mod {
    height: 45px !important;
}

.btn-rev {
    position: relative;
    bottom: 5px;
}

.btn-rev-mod {
    bottom: 0 !important;
}

.comment-container {
    width: 90%!important;
    margin-top: 0;
    position: relative;
    top: -20px;
    height: 10%;
}

.comment-view {
    width: 100%;
}

.comment-label {
    font-variant-caps: all-small-caps;
    font-size: 22px;
    font-weight: 600;
    color: #0275d8;
}

.comment {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: block;
    overflow-y: auto;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    height: 60px;
}

.edit-input {
    display: none;
    height: 60px!important;
    width: 100%;
    border-radius: 5px;
    resize: none;
}

.edit-comment-btn {
    display: inline-block;
    border-radius: 5px 0 0 5px;
    height: 60px;
    width: 50px;
    font-size: 20px!important;
}

.save-comment-btn {
    display: none;
    border-radius: 5px 0 0 5px;
    height: 60px;
    width: 50px;
    font-size: 20px!important;
}

.card-header-mod {
    position: relative;
    top: -10px;
}

.comment-container-mod {
    top: 15px!important;
    height: auto;
}

.edit-comment-btn+.comment-view>.comment {
    width: calc(100% - 50px);
    border-radius: 0 5px 5px 0;
}

.save-comment-btn+.edit-input {
    width: calc(100% - 50px);
    border-radius: 0 5px 5px 0;
}

#dg-first-card .visorPDF-maximizado,
#design-first-card .visorPDF-maximizado {
    height: 95%!important;
    margin-left: 0;
}

.revision-item {
    display: flex;
}

.revision-item button {
    border-radius: 0;
    border: none;
}

.hide {
    display: none;
}

@media screen and (max-height: 640px) {
    #dg-first-card,
    #design-first-card {
        height: 80vh;
    }
}

@media screen and (max-width: 765px) {
    #dg-first-card,
    #design-first-card {
        height: 75vh;
    }
}


/*********** / Documentación gráfica *************/


/******************* Costes **********************/


/*datatables*/

.table-container-costes {
    padding: 30px !important;
}

#costes-table {
    width: 100%;
}

#costes-table td {
    line-height: 15px;
}

#costes-table tbody tr {
    text-align: center;
}

#costes-table tbody td:first-child {
    text-align: center !important;
}

#costes-table tfoot th {
    text-align: center;
    color: grey !important;
}

#costes-table tfoot th:first-child {
    text-align: center !important;
    color: #428BCA !important;
}

#costes-table input {
    width: 100px !important;
}

#costes-table .edit-confirm,
#costes-table .edit-cancel {
    width: 24px !important;
    height: 24px !important;
    padding: 2px 4px 4px 4px;
    margin-top: 5px !important;
}

#costes-table .edit-confirm i,
#costes-table .edit-cancel i {
    font-size: 12px !important;
}

.buttons-excel,
.buttons-print,
.buttons-pdf {
    background-color: #33b5e5 !important;
    margin-top: 20px;
    padding: 10px;
    ;
}


/*tabulator*/

#tabla-costes .tabulator-table .tabulator-row:first-child svg,
#tabla-costes .tabulator-table .tabulator-row:last-child svg {
    display: none;
}

.w-coste-contratado-card {
    overflow: hidden;
}

.w-coste-total-card {
    overflow: hidden;
}

#coste-total-widget {
    font-size: 40px !important;
}

#coste-contratado-widget {
    font-size: 40px !important;
}

.coste-contratado-widget-icon {
    font-size: 60px !important;
}

.coste-total-widget-icon {
    font-size: 60px !important;
}

@media screen and (max-width: 576px) {
    #coste-total-widget {
        font-size: 30px !important;
    }
    #coste-contratado-widget {
        font-size: 30px !important;
    }
    .coste-contratado-widget-icon {
        font-size: 50px !important;
    }
    .coste-total-widget-icon {
        font-size: 50px !important;
    }
}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1200px) and (max-width: 1599px) {}


/****************** / Costes *********************/


/***************  Planificacion ******************/

#planificacion-first-card {
    height: 55vh;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.planificacion-first-card-header-mod {
    height: 20px !important;
}

#planificacion-second-card {
}

.tabulator-col-content {
    text-align: left;
    color: #428BCA;
}

.pl-table-container {
    max-height: 100%;
    height: 48vh !important;
}

.tableFixHead          { overflow: auto; height: 85%; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

.tabulator-editing {
    border: 1px solid #5BC0DE !important;
    -moz-box-shadow: inset 0 0 10px #999;
    -webkit-box-shadow: inset 0 0 10px #999;
    box-shadow: inset 0 0 10px #999;
    border-radius: 5px;
}

.tabulator-validation-fail {
    border: 1px solid #d9534f !important;
    -moz-box-shadow: inset 0 0 10px #d9534f;
    -webkit-box-shadow: inset 0 0 10px #d9534f;
    box-shadow: inset 0 0 10px #d9534f;
    border-radius: 5px;
}

.tabulator-placeholder span {
    color: #666 !important;
    font-size: 18px !important;
    font-weight: 400;
}

.end-dates {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: fit-content;
    min-width: 49%;
    border: 1px solid #1e9ff2 !important;
}

.bc-date{
    margin-bottom: 10px;
}

.bc-date-label, .real-date-label {
    color: #428BCA;
    font-weight: 600;
}

@media screen and (max-height: 640px) {
    #planificacion-first-card {
        height: 80vh !important;
    }
}


/************** / Planificacion ******************/


/******************* Diseño **********************/


/*.diseño-card-header{
    margin-bottom: -30px!important;    
}*/

.visorPDF-tab-minimizado {
    height: 60vh;
    width: 90%;
    margin-left: 5%;
    border: 1rem solid rgba(0, 0, 0, .1);
}

.visorPDF-tab-maximizado {
    height: 85vh !important;
    width: 100% !important;
    border: 1rem solid rgba(0, 0, 0, .1);
}

.save-engineering,
.save-description,
.save-execution-description {
    display: none;
    border-radius: 5px 0 0 5px;
    height: 40px;
}

.engineering-input,
.description-input,
.execution-description-input {
    margin-bottom: 5px;
    display: none;
    width: auto;
    max-width: 70%;
    border-radius: 0 5px 5px 0;
}

.edit-engineering,
.edit-description,
.edit-execution-description {
    display: inline-block;
    border-radius: 5px 0 0 5px;
    height: 40px;
    background-color: #FFF;
}

.engineering-container,
.description-container,
.execution-description-container {
    border-radius: 0 5px 5px 0;
    height: 40px;
    width: auto;
    max-width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #5bc0de;
    display: inline-block;
    padding: 1px 20px 0px 10px;
    background-color: #FFF;
}

.engineering-label,
.description-label,
.execution-description-label {
    font-variant-caps: all-small-caps;
    font-size: 22px;
    font-weight: 600;
    color: #0275d8;
}

.engineering,
.description,
.execution-description {
    font-size: 14px;
    font-weight: 600;
}


/*Galeria*/


.gallery-container img {
    width: 100%;
    height: auto !important;
}

.gallery {
    margin-bottom: 10px;
    position: relative;
}

.gallery-container .caption {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.galeria-vacia {
    color: #d9534f;
    margin: 100px auto;
    font-weight: bold;
    font-size: 16px;
}

.gallery .caption {
    font-weight: 600;
}

.gallery .remove-file {
    color: #d9534f;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: -9px;
    font-size: 18px;
}


/*Galeria*/


/***************** / Diseño **********************/


/*************** Bidding-Fase ********************/

.ofertas-card .card-body {
    padding-top: 10px;
}

.view-btn {
    border-radius: 5px 0 0 5px !important;
}

.delete-btn {
    border-radius: 0 5px 5px 0 !important;
}

.formato-ofertas {
    padding: 20px;
}

.formato-ofertas span {
    display: block;
    font-weight: bold;
}

.formato-ofertas p {
    color: #428bca;
}

.go-back-button {
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    padding: 15px;
    margin: auto;
    position: fixed;
    bottom: 10px;
    cursor: pointer;
    background-color: rgba(0, 204, 153, 0.8) !important;
}

@media screen and (max-width: 768px) {
    .go-back-button {
        padding: 10px;
    }
}


/*************** / Bidding-Fase *******************/

.dropdown-menu-lg {
    min-width: 300px;
    padding: 20px;
}

.dropdown-menu-lg label {
    color: #428bca;
    font-weight: 600;
}

.dropdown-menu-lg input {
    border: 1px solid #5BC0DE !important;
    -moz-box-shadow: inset 0 0 5px #999;
    -webkit-box-shadow: inset 0 0 5px #999;
    box-shadow: inset 0 0 5px #999;
    border-radius: 5px;
    padding: 4px;
}

/*******************  Execution **********************/
.pending-data {
    color: #6b6f82;
}

.pending-date{
    color: #428BCA;
}
/*******************  / Execution **********************/

/*******************  Steps **********************/

.step-container {
    padding: 20px 0 0 0 !important;
}

.multi-steps>li.is-active:after,
.multi-steps>li.is-active~li:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.multi-steps>li:nth-child(2) {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #d9534f;
    z-index: 1;
}

.multi-steps>li:nth-child(3) {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #f0ad4e;
    z-index: 1;
}

.multi-steps>li:nth-child(4) {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: red;
    z-index: 1;
}

.multi-steps>li:nth-child(5) {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: red;
    z-index: 1;
}

.multi-steps>li:nth-child(6) {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: red;
    z-index: 1;
}

.multi-steps>li:before {
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
}

.multi-steps>li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #BCE2FB;
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: -1;
}

.multi-steps>li:last-child:after {
    display: none;
}

.multi-steps>li.is-active:before {
    background-color: #fff;
    border-color: #428bca;
    cursor: auto;
}

.multi-steps>li.is-active~li {
    color: #808080;
    cursor: auto;
}

.multi-steps>li.is-active~li:before {
    background-color: #ededed;
    border-color: #ededed;
    color: #333;
}

.multi-steps>li:nth-child(2):before {
    font-family: "Font Awesome 5 Free";
    content: "\f5ae";
    background-color: #FF4961;
    color: #FFF;
    border-color: #BCE2FB;
    font-size: 20px;
    cursor: pointer;
}

.multi-steps>li:nth-child(3):before {
    font-family: "Font Awesome 5 Free";
    content: "\f573";
    background-color: #FF9149;
    color: #FFF;
    border-color: #BCE2FB;
    font-size: 20px;
    cursor: pointer;
}

.multi-steps>li:nth-child(4):before {
    font-family: "Font Awesome 5 Free";
    content: "\f2b5";
    background-color: #1E9FF2;
    color: #FFF;
    border-color: #BCE2FB;
    font-size: 20px;
    cursor: pointer;
}

.multi-steps>li:nth-child(5):before {
    font-family: "Font Awesome 5 Free";
    content: "\f6e3";
    background-color: #28D094;
    color: #FFF;
    border-color: #BCE2FB;
    font-size: 20px;
    cursor: pointer;
}

.multi-steps>li:nth-child(6):before {
    font-family: "Font Awesome 5 Free";
    content: "\f084";
    color: #FFF;
    background-color: #9C27B0;
    color: #FFF;
    border-color: #BCE2FB;
    font-size: 20px;
    cursor: pointer;
}

@media screen and (max-width: 576px) {
    .fase-button-text {
        display: none;
    }
}

@media screen and (min-width: 577px) {
    .fase-button-text {
        display: inline;
    }
}


/******************* / Steps **********************/


/******************* Left Side Bar ****************/

#left-side-bar li.disabled .menu-item {
    color: #6b6f82 !important;
}


/****************** / Left Side Bar ***************/


/******************* Preloader *******************/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #FFF url('/app-assets/images/preloader/loader.gif') no-repeat center center;
}


/***************** / Preloader ******************/


/**************** Project add ********************/

.numberCircle_1 {
    border-radius: 50%;
    padding: 2px 9px 3px 9px;
    background: #fff;
    border: 2px solid #428BCA;
    color: #428BCA;
    text-align: center;
    margin-right: 10px;
}

.numberCircle_2 {
    border-radius: 50%;
    padding: 2px 8px 3px 8px;
    background: #fff;
    border: 2px solid #428BCA;
    color: #428BCA;
    text-align: center;
    margin-right: 10px;
}

.proyecto-seleccionado-resumen {
    border: 1px solid #CCC;
    border-radius: 15px;
    padding: 15px;
}

.proyecto-seleccionado-resumen-botones {
    padding: 15px;
}

.global-project-container,
.global-project-description {
    width: 100%;
}


/**************** / Project add ********************/


/**************** Project resume ********************/

.resume-container .card-body,
.comments-container .card-body {
    padding-bottom: 50px;
}

.resume-container .row,
.comments-container .row {
    padding: 0 15px;
}

.resume-container ul,
.comments-container ul {
    padding: 0;
    list-style-type: none;
}

.resume-container ul li,
.comments-container ul li {
    list-style: none;
    color: #428BCA;
    font-size: 1rem;
    text-transform: none;
}

.resume-container .list-title {
    text-align: left;
    color: #428BCA;
    text-transform: none;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    ;
}

.resume-container .item-data,
.comments-container .item-data {
    text-align: center;
    color: #6b6f82;
    text-transform: uppercase;
}

.no-data {
    text-transform: none;
    color: #de6764;
    font-size: 12px;
}

.pending-actions-form-container {
    padding: 20px;
}

.pending-actions-form-container label {
    font-size: 1rem;
    margin-bottom: -8px;
}

.pending-list-container,
.comments-container {
    max-height: 430px;
    height: 430px;
    min-height: 300px;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    border: 1px solid #ffc107;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    -webkit-overflow-scrolling: touch;
}

.pending-list-container li,
.comments-container li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.pending-list-container li:last-child,
.comments-container li:last-child {
    border-bottom: none;
}

.pending-list-container li:nth-child(even),
.comments-container li:nth-child(even) {
    background: #f8f8f8;
}

@media screen and (max-width: 1200px) {
    .resume-container .resume-block {
        min-height: inherit;
    }
}


/**************** / Project resume ********************/


/**************** Driver.js ********************/

div#driver-popover-item {
    max-width: 425px;
}


/*************** / Project add ********************/


/******************  Login ***********************/

#email-error {
    display: block;
    width: 100%;
}


/******************* / Login *********************/

.tooltip-inner {
    background-color: #5bc0de;
    color: #FFF;
    font-weight: 600;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 92, 92, 1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 92, 92, 1);
    box-shadow: 0px 1px 1px 0px rgba(0, 92, 92, 1);
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #5bc0de !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #5bc0de !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #5bc0de !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #5bc0de !important;
}


/******************  HELP ***********************/

.help-tip {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 5px;
    background-color: #5bc0de;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 22px;
    z-index: 9999;
}


/****************** /  HELP ***********************/


/****************** TABLA USERS ***********************/

#tabla-users table {
    padding: 15px 80px;
}

#tabla-users {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #tabla-users {
        width: 100%;
    }
    #tabla-users table {
        padding: 5px;
    }
}

@media screen and (max-width: 992px) {
    #tabla-users {
        width: 80%;
    }
    #tabla-users table {
        padding: 15px 15px;
    }
}

@media screen and (max-width: 1100px) {
    #tabla-users {
        width: 80%;
    }
    #tabla-users table {
        padding: 15px 25px;
    }
}


/******************* / TABLA USERS *********************/


/****************** TABLA  GRUPOS ***********************/

#tabla-grupos table {
    padding: 15px 80px;
}

#tabla-grupos .sorting_1 {
    width: 700px !important;
}

#tabla-grupos {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    #tabla-grupos {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    #tabla-grupos {
        width: 90%;
    }
    #tabla-grupos table {
        padding: 5px;
    }
}

@media screen and (max-width: 768px) {
    #tabla-grupos {
        width: 100%;
    }
    #tabla-grupos table {
        padding: 5px;
    }
}


/******************* /TABLA GRUPOS *********************/


/*************** Datatables edit ***********************/

.edit-input-class {
    padding: 3px 6px;
    border: 1px solid #5bc0de;
    border-radius: 4px;
}

.confirm-edit button {
    height: 27px !important;
    width: 27px !important;
    margin-top: -2px;
}

.confirm-edit button i {
    font-size: 14px !important;
}

.cancel-edit button i {
    font-size: 14px !important;
}

.cancel-edit button {
    height: 27px !important;
    width: 27px !important;
    margin-top: -2px;
}

.input-datepicker {
    max-width: 120px !important;
}

.confirm-edit-date button {
    height: 27px !important;
    width: 27px !important;
}

.confirm-edit-date button i {
    font-size: 14px !important;
}

.cancel-edit-date button i {
    font-size: 14px !important;
}

.cancel-edit-date button {
    height: 27px !important;
    width: 27px !important;
}

.error {
    border: solid 1px !important;
    border-color: #a94442 !important;
}


/*************** /Datatables edit **********************/


/*************** Comments **********************/

.comments-container {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.comment {
    display: block;
    transition: all 1s;
}

.comments-list {
    width: 100%;
}

.comment-item {
    display: flex;
    width: 100%;
    color: #626e82;
    align-items: center;
    justify-content: space-between;
}

.comment-text {
    color: #626e82;
    font-size: 1rem;
}

.comment-date {
    color: #428BCA;
    padding-right: 15px;
}

.remove-comment a {
    color: #d9534f;
    background: transparent!important;
    padding: 4px!important;
    position: relative;
    right: -10px;
}


/*************** / Comments **********************/