/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
.box-title small {
  font-size: 75%;
}
.box-solid-custom {
  border-top: 0;
}
.box-solid-custom.box-default {
  border: 1px solid #d2d6de;
}
.box-solid-custom.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box-solid-custom.box-default > .box-header a,
.box-solid-custom.box-default > .box-header .btn {
  color: #444;
}
.box-solid-custom.box-primary {
  border: 1px solid #3c8dbc;
}
.box-solid-custom.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box-solid-custom.box-primary > .box-header a,
.box-solid-custom.box-primary > .box-header .btn {
  color: #fff;
}
.box-solid-custom.box-info {
  border: 1px solid #00c0ef;
}
.box-solid-custom.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box-solid-custom.box-info > .box-header a,
.box-solid-custom.box-info > .box-header .btn {
  color: #fff;
}
.box-solid-custom.box-danger {
  border: 1px solid #dd4b39;
}
.box-solid-custom.box-danger > .box-header {
  color: #fff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box-solid-custom.box-danger > .box-header a,
.box-solid-custom.box-danger > .box-header .btn {
  color: #fff;
}
.box-solid-custom.box-warning {
  border: 1px solid #f39c12;
}
.box-solid-custom.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box-solid-custom.box-warning > .box-header a,
.box-solid-custom.box-warning > .box-header .btn {
  color: #fff;
}
.box-solid-custom.box-success {
  border: 1px solid #00a65a;
}
.box-solid-custom.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box-solid-custom.box-success > .box-header a,
.box-solid-custom.box-success > .box-header .btn {
  color: #fff;
}
.box-solid-custom > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box-solid-custom[class*='bg'] > .box-header {
  color: #fff;
}
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
.label {
  padding: 0.3em 0.6em;
}
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
div.input-group.error,
input.error,
input.error:focus {
  border: 2px solid #dd4b39;
  color: inherit;
}
.text-error {
  display: none;
}
.text-error.error {
  display: block;
}
.error {
  color: #dd4b39;
}
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
input.readonly-false[readonly]:not(:disabled) {
  cursor: text;
  background-color: #fff;
}
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
.main-header .logo {
  padding: 0 0 0 1px;
  line-height: unset;
}
.main-header .logo .logo-lg > img {
  width: 100%;
  max-width: 230px;
}
.main-header .logo .logo-mini {
  margin: 0 !important;
}
.main-header .logo .logo-mini > img {
  width: 100%;
}
.main-header .user-menu .user-image,
.main-header .user-menu .user-header > img {
  background-color: #f9f9f9;
}
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
/*	USO:                                                                      */
/*	    <div class="legend">                                                  */
/*	        <div class="legend-box bg-class"></div>                           */
/*	        Leyenda                                                           */
/*	    </div>                                                                */
/*                                                                            */
/*     .legend {                                                              */
/*         .legend(40px, 20px);                                               */
/*     	        margin-bottom: 3px;                                           */
/*                                                                            */
/*     	    .festivo {                                                        */
/*     		    background-color: @bg-festivo;                                */
/*     	    }                                                                 */
/*     }                                                                      */
/******************************************************************************/
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
#modal-session {
  z-index: 9999;
}
.modal {
  margin-left: inherit;
}
.modal.modal-custom .modal-body {
  font-size: 16px;
}
.modal-centered.in {
  display: flex !important;
}
.modal-centered .modal-dialog {
  margin: auto;
}
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
.custom-pace-wrapper {
  display: none;
}
body.pace-running:not(.no-pace),
body.pace-start {
  overflow: hidden;
}
body.pace-running:not(.no-pace) .content-wrapper,
body.pace-start .content-wrapper {
  position: relative;
}
body.pace-running:not(.no-pace) .custom-pace-backdrop,
body.pace-start .custom-pace-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6);
}
body.pace-running:not(.no-pace) .custom-pace-layout,
body.pace-start .custom-pace-layout {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.pace-running:not(.no-pace) .custom-pace-sidebar,
body.pace-start .custom-pace-sidebar {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 100%;
  width: calc(100vw - 100%);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.pace-running:not(.no-pace) .custom-pace-wrapper,
body.pace-start .custom-pace-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.pace-running:not(.no-pace) .custom-pace-wrapper .pace-text,
body.pace-start .custom-pace-wrapper .pace-text {
  display: block;
  color: #eee;
  font-size: 20px;
}
body.pace-running:not(.no-pace) .custom-pace-wrapper .sk-wave,
body.pace-start .custom-pace-wrapper .sk-wave {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
body.pace-running:not(.no-pace) .custom-pace-wrapper .sk-wave-rect,
body.pace-start .custom-pace-wrapper .sk-wave-rect {
  background-color: #eee;
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}
body.pace-running:not(.no-pace) .custom-pace-wrapper .sk-wave-rect:nth-child(1),
body.pace-start .custom-pace-wrapper .sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}
body.pace-running:not(.no-pace) .custom-pace-wrapper .sk-wave-rect:nth-child(2),
body.pace-start .custom-pace-wrapper .sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}
body.pace-running:not(.no-pace) .custom-pace-wrapper .sk-wave-rect:nth-child(3),
body.pace-start .custom-pace-wrapper .sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}
body.pace-running:not(.no-pace) .custom-pace-wrapper .sk-wave-rect:nth-child(4),
body.pace-start .custom-pace-wrapper .sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}
body.pace-running:not(.no-pace) .custom-pace-wrapper .sk-wave-rect:nth-child(5),
body.pace-start .custom-pace-wrapper .sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}
@keyframes sk-wave {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
table.table.dataTable tbody .tool-buttons {
  display: flex;
  justify-content: flex-end;
}
table.table.dataTable tbody .tool-buttons .btn {
  min-width: 22.3px;
  margin-right: 0.175em;
}
table.table.dataTable tbody .tool-buttons .btn:last-child {
  margin-right: 0;
}
table.table.dataTable .search-row th {
  padding: 2px;
}
table.table.dataTable .search-row input {
  width: 100%;
  padding: 0 5px;
  height: 28px;
  font-weight: normal;
}
table.table.dataTable .search-row input::placeholder {
  font-weight: normal;
}
table.table.dataTable tr.table-row {
  cursor: pointer;
}
table.table.dataTable tr.lineas-wrapper,
table.table.dataTable tr.dtrg-group td {
  background-color: #ecf0f5;
}
table.table.dataTable .sorting:after,
table.table.dataTable .sorting_asc:after,
table.table.dataTable .sorting_desc:after {
  top: unset !important;
  bottom: 4px !important;
}
table.table.dataTable .checkbox-column {
  text-align: center !important;
  padding: 5px !important;
}
.dataTables_scrollBody table.dataTable thead .checkbox-column {
  padding: 0 5px !important;
}
.well .table {
  background-color: #e4e4e4;
}
/******************************************************************************/
/*    ATENCIÓN: cualquier cambio introducido en este fichero                  */
/*              quedará borrado al actualizar la plantilla.                   */
/******************************************************************************/
/*	USO:                                                                      */
/*	    <div class="tag-list">                                                */
/*	        <li data-id="id1"><span>x</span>Dato 1</li>                       */
/*	        <li data-id="id2"><span>x</span>Dato 2</li>                       */
/*	    </div>                                                                */
/******************************************************************************/
.tag-list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-list > li {
  list-style: none;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-bottom: 5px;
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
  width: 100%;
}
.tag-list > li:last-child {
  margin-bottom: 0;
}
.tag-list > li > span {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.tag-list > li > span:hover {
  color: #fff;
}
.easy-autocomplete input {
  border-radius: 0 !important;
  box-shadow: unset !important;
}
.modificado {
  background-color: #faf2cc !important;
}
.modificado .ck-content {
  background-color: #faf2cc !important;
}
