@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
  width: 100%;
  height: 100%;
  /*font-family: "Barlow Semi Condensed", sans-serif;*/
  /*font-size: 16px;*/
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
}

*::-webkit-scrollbar {
  width: 9px;
  /* width of the entire scrollbar */
}

*::-webkit-scrollbar-track {
  background: #eee;
  /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 0;
  /* creates padding around scroll thumb */
}

b {
  font-weight: 500;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadcolr {
  padding-right: 2px;
}

.bgdist-purple {
  background-color: #f3f7fa;
  margin-bottom: 25px;
}

.bgdist-brown {
  background-color: #faf8f0;
  margin-bottom: 25px;
}

.bgdist-green {
  background-color: #f2f6ed;
  margin-bottom: 25px;
}

.bgdist-yellow {
  background-color: #f6f6ed;
  margin-bottom: 25px;
}

.bg-block {
  background-color: #f6f9fc;
  border-radius: 6px;
  border: 1px dashed #4ba3e2;
  min-height: 145px;
}

.bg-aqua {
  background-color: #ebf2f2 !important;
}

.nopadcoll {
  padding-left: 2px;
}

.pte {
  color: #e9780e;
}

.flexrow {
  flex: 1;
  display: flex;
  height: 100%;
}

.flexpanel {
  flex: 1;
  display: flex;
  height: 100%;
}

.panelleft {
  width: 55%;
  overflow-y: visible;
  overflow-x: hidden;
}

.panelright {
  width: 45%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: sticky;
  top: 0;
  padding: 15px;
}

nav {
  position: relative;
  width: 100%;
  height: 26px;
  border-bottom: 2px solid #666;
  background-color: #000000;
  color: #f4f7f7;
  text-align: center;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 0 auto;
  max-width: 1200px;
}

nav ul li {
  display: inline-block;
  padding: 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 14px;
  color: #e1f3f4;
}

nav ul li:hover {
  text-decoration: underline;
}

.bold {
  font-weight: 600;
}

.fullwh {
  width: 100%;
  height: 100%;
}

.grid {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100vh;
}

.left-panel {
  background-color: #e1e5ea;
  border-right: 1px solid #ddd;
  min-width: 450px;
  max-width: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.center-panel {
  position: fixed;
  top: 46px;
  height: calc(100% - 70px);
  padding: 0;
  background-color: #f4f7f7;
  border-right: 1px solid #ddd;
  width: 100%;
  overflow-y: scroll;
}

.right-panel {
  background-color: #fff;
  border-right: 1px solid #ddd;
  min-width: 260px;
  overflow-y: scroll;
}

.fullscroll {
  width: 100%;
  padding: 5px;
  margin: 0px;
  overflow-y: scroll;
  height: 100%;
}

.fullscroll li {
  cursor: pointer;
}

.fullscroll li:hover {
  background-color: #e8eff3;
}

.copy {
  border: 1px solid #71bdae;
}

.options-list-header {
  width: 99%;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  margin: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #e9f2f5;
  align-items: center;
  padding-left: 12px;
  color: rgb(36, 87, 131);
  transition: all linear 0.1s;
  height: 0;
  overflow: hidden;
}

#infocif {
  font-size: 11px;
}

.header-list-control {
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
  background-color: #ffffff;
  color: #21474e;
  max-width: 99%;
  font-size: 11.5px;
  text-transform: uppercase;
}


.header-list-control:has(>option[seleccionable="1"]:checked) {background-color: green; color: #fff;}


.btnsend{
  padding: 1px;
  border-radius: 3px;
  border: 1px solid #eee;
}

.item-envio{
  padding: 4px;
  border-bottom: 1px solid #eee;
}

.options-list-header.active {
  height: 210px;
}

.options-list-header .titles {
  font-weight: 600;
}

.nexpediente {
  color: #7995b6 !important;
  font-size: 20px;
  text-align: center;
  display: inline;
  width: 100%;
  padding: 3px;
  vertical-align: middle;
}

.chkoptions {
  margin-right: 10px;
  min-width: 100px;
}


.fullw{
  width: 99%;
}

#infoexpediente{
  padding-left: 25px;
  margin-bottom: 15px;
}

.alertaexpediente{
  padding: 4px;
  margin: 0;
  background-color: #f0e5de;
  color: #6e431a;
  margin-bottom: 6px;
  list-style: none;
  border-left: 5px solid #e6762b;
  padding-left: 25px;
}



.revision-informe {
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 4px;
  min-height: 39px;
  font-size: 15px;
  display: flex;
  flex: 1;
  align-items: center;
}

.revision-informe:hover {
  background-color: #e1f3f4;
}

.revision-informe.active {
  background-color: #75c0cc;
  color: white;
}

.linklabel {
  font-size: 12px;
  color: #708894;
  cursor: pointer;
  line-height: normal;
}

.indicator {
  width: 70px;
  height: 70px;
  line-height: 68px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  display: inline-block;
  border-radius: 50%;
  background-color: #183e5e;
  color: white;
  clear: both;
  opacity: 0.1;
  margin-top: 7px;
}

.indicator.active {
  opacity: 1;
}

.list {
  padding-bottom: 200px;
}

.item-row {
  display: flex;
  flex: 1;
  align-items: center;
  width: 99%;
}

.item-list {
  display: flex;
  flex: 1;
  width: 99%;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  margin: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #ffffff;
  min-height: 50px;
  align-items: center;
  text-transform: uppercase;
  padding-left: 12px;
  color: rgb(36, 87, 131);
  transition: all linear 0.1s;
}

.item-list.item-list-minimal {
  margin: 5px;
  min-height: 30px;
}

.item-list.expira1 .dias {
  color: rgb(255, 136, 0);
  font-weight: bold;
}

.item-list.expira2 .dias {
  color: red;
  font-weight: bold;
}

.item-details {
  overflow: hidden;
  height: 0;
  transition: all linear 0.2s;
  width: 100%;
  border: 1px dashed #eee;
}

.item-details.active {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  height: fit-content;
}

.item-list.partered {
  flex-direction: column;
}

.item-list .item-full-title {
  width: 100%;
  background-color: #f8f9f9;
  font-weight: 600;
  font-size: 12px;
  padding-left: 15px;
}

.item-list .item-full-text {
  width: 100%;
  background-color: #fff;
  padding: 15px;
}

.item-list .actions {
  word-break: normal;
  white-space: inherit;
}

.item-list .details {
  display: inline-block;
  word-break: normal;
  white-space: inherit;
}

.item-list button.details {
  border: none;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  padding: 0;
  margin: 1px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.item-list button.details img {
  width: 100%;
}

.item-list:hover {
  background-color: #e1f3f4;
  color: #333;
}

.item-list.active {
  background-color: #4dbfd2;
  color: #ffffff;
}

.item-list.active small {
  color: #f8e91d;
}

.item-list.nopub {
  display: none;
  opacity: 0.4;
}

.item-list small {
  color: chocolate;
}

.item-list .text-blue {
  min-width: 102px;
  display: inline-block;
}

.item-list.expediente {
  font-family: "Source Sans 3", sans-serif;
}

.item-part {
  padding: 4px;
  width: 140px;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-all;
  align-items: inherit;
  text-align: inherit;
}

.item-part.mid {
  padding: 4px;
  min-width: 340px;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-all;
}

.item-part.half {
  padding: 4px;
  min-width: 240px;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-all;
}

.item-part.min {
  padding: 4px;
  min-width: 105px;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: normal;
  width: 10%;
}

.item-part.micro {
  padding: 4px;
  min-width: 60px;
  max-width: 60px;
}

.item-part.full {
  padding: 4px;
  min-width: auto;
  max-width: 100%;
  width: 90%;
}

.item-part.texto {
  text-transform: none !important;
  font-size: 13px;
}

.item-part.center {
  text-align: center;
}

.item-part.item-title {
  font-weight: 600;
  width: 30%;
  min-width: 390px;
  word-break: normal !important;
}

.item-part.text-min {
  font-size: 12px;
  text-align: left;
}

/*

.item-part:nth-child(odd){
    background-color: #f7fafc94;
}

.item-part:nth-child(even){
    background-color: #ffffff;
}
*/

.item-cat {
  color: #57afaf;
  font-size: 10px;
  text-align: right;
  width: 80px;
}

.item-status {
  color: #70af57;
  font-size: 10px;
  text-align: center;
  width: 40px;
}

.header-list-content {
  position: sticky;
  top: 0;
  background-color: #ebefe3;
}

.item-list.header-list {
  position: sticky;
  top: 0;
  background-color: #ebefe3;
}

.item-list.header-list .item-part {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: bottom;
  /*flex-grow: 1;*/
  display: flex;
  flex-direction: column;
}

.hlbl {
  height: 21px;
}

.white-btn {
  background: linear-gradient(#f8f9f9, #eee);
  border: 1px solid #d6dcdd;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}

.inline-control {
  background: linear-gradient(#f8f9f9, #eee);
  border: 1px solid #d6dcdd;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  width: 150px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.inline {
  display: inline-block;
  width: auto !important;
}

.inline-block {
  display: inline-block;
}

.textbtn {
  font-size: 13px;
  color: #124d89;
  cursor: pointer;
}

.textbtn:hover {
  text-decoration: underline;
}

.selbtn {
  border: none;
  border-radius: 4px;
  outline: none;
}

.combo {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 7px 22px 0 rgba(0, 0, 45, 0.4);
  z-index: 999;

  font-size: 14px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  display: none;
}

#combo .combohd {
  background-color: #f3f7fa;
  color: #1f567e;
  font-size: 12px;
  font-weight: 600;
  height: 29px;
  margin-bottom: 5px;
  padding: 2px;
  padding-top: 5px;
}

#combo .combolist {
  padding: 7px;
  height: 315px;
  width: 360px;
  overflow-y: scroll;
}

#combo .combolist .combooption {
  font-size: 13px;
  cursor: pointer;
  padding: 2px;
  padding-top: 4px;
  border-bottom: 1px solid #eaecec;
}

#combo .combolist .combooption:nth-child(even) {
  /*background-color: rgb(247, 249, 247);*/
}

#combo .combolist .combooption:nth-child(odd) {
  background-color: rgb(248, 249, 248);
}

#combo .combolist .combooption:hover {
  background-color: aliceblue;
}

#combo .combotitle {
  padding: 7px;
  padding-top: 2px;
  height: 20px;
}

#combo .closemin {
  float: right;
  cursor: pointer;
  background-color: brown;
  color: #ffffff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
}

.lightbutton {
  font-size: 13px;
  color: #e6762b;
  font-weight: 600;
  cursor: pointer;
  margin-left: 10px;
}

.leyenda {
  font-size: 13px;
  color: #a7a4a4;
  font-style: italic;
}

.line-separator {
  margin-top: 15px;
  margin-bottom: 10px;
  height: 1px;
  border-bottom: 1px dashed #7dc7d8;
}

.framelayer {
  position: fixed;
  border: 25px solid rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
}

.framelayer.active {
  display: block;
  background-color: #fff;
}

#edit-content {
  margin: 0 auto;
  max-width: 1200px;
}

.minfinder {
  position: sticky;
  top: -11px;
  background-color: #f7f7f8;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.finder {
  padding: 3px;
  width: 100%;
  max-width: 97%;
  outline: none;
  border: 1px solid #467897;
  border-radius: 4px;
  font-size: 14px;
  margin: 5px;
  background-color: #fff;
  text-transform: capitalize;
  color: #7e9396;
  margin-bottom: 5px;
  padding-left: 10px;
}

.minfinder .finder {
  font-size: 18px;
}

.finder::placeholder {
  color: #999;
  font-size: 14px;
  font-style: italic;
}

.finder-expedientes {
  background-color: #e4f7f7;
}

.control {
  padding: 4px;
  width: 100%;
  max-width: 97%;
  outline: none;
  border: 1px solid #467897;
  border-radius: 4px;
  font-size: 14px;
  margin: 4px;
  background-color: #fff;
  color: #21636d;
  margin-bottom: 5px;
}

.control::placeholder {
  color: #345c74;
  font-size: 14px;
  font-style: italic;
}

.tipo-contratos {
  opacity: 0.3;
  cursor: not-allowed;
}

.tipo-contratos.display {
  opacity: 1;
}

.ellipsischk {
  text-overflow: ellipsis;
  width: calc(100% - 28px);
  display: inline-block;
  overflow-y: clip;
  white-space: nowrap;
  overflow-x: visible;
}

.ellipsis {
  text-overflow: ellipsis;
  width: calc(100% - 77px);
  display: inline-block;
  overflow-y: clip;
  white-space: nowrap;
  overflow-x: hidden;
}

#menu {
  border-bottom: 2px solid #0687c8;
  background-color: #ebf7ff;
  margin-bottom: 0;
}

.submenu {
  background-color: #0687c8;
  padding-top: 15px;
  padding-bottom: 15px;
}

.lowecase {
  text-transform: lowercase !important;
}

.text-red {
  color: crimson;
}

.text-brown {
  color: rgb(175, 123, 11);
}

.text-green {
  color: rgb(11, 160, 85);
}

.tab-button {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  font-weight: 500;
  color: #5278a7;
  cursor: pointer;
  padding: 3px;
}

.tab-button.active {
  border-bottom: 2px solid #5babdc;
  background-color: #0687c8;
  color: white;
  box-sizing: border-box;
  z-index: 20;
}

.col-icon {
  height: 20px;
  float: right;
}

.minbtn.go {
  border: none;
  background-color: #f8f9f9;
  background-image: url("../img/icon/avance-rapido.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.genbtn {
  padding: 7px;
  padding-top: 4px;
  padding-bottom: 2px;
  max-width: 1200px;
  min-width: 10px;
  outline: none;
  border: 1px solid #94b5b9;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  background-color: #7caadd;
  transition: all linear 0.1s;
  outline: 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 16px 14px;
  margin-left: 1px;
  margin-right: 1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  min-height: 25px;
}

.genbtn.mid {
  padding: 7px;
  padding-top: 8px;
  height: 35px;
}

.genbtn.mid {
  border: 1px solid #5894b8;
  border-radius: 4px;
  background-color: #5cbfd3;
  transition: all linear 0.1s;
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 12px;
  padding-right: 12px;
  text-shadow: none;
  padding-left: 28px;
  background-size: 20px 20px;
  background-image: url("../img/icon/add-white.png");

  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.dragin {
  border: 1px dashed #70bd0b;
}

.genbtn.mid:hover {
  background-color: rgb(36, 87, 131);
  color: #ffffff;
}

.genbtn.save {
  background-color: #57afaf;
  color: #fff;
  padding-left: 26px;
  background-image: url("../img/icon/save-white.png");
}

.genbtn.save {
  padding-left: 26px;
  background-image: url("../img/icon/save-white.png");
}

.genbtn.openupload {
  height: 32px;
  float: right;
  min-width: 0;
  padding-top: 1px;
  background-color: #9cb6cf;
  border: 1px solid #fff;
  background-position: 7px center;
  padding-left: 26px;
  background-image: url("../img/icon/informe_2.png");
}

.genbtn.waitupload {
  height: 32px;
  float: right;
  min-width: 0;
  padding-top: 1px;
  background-color: #f4f5f7 !important;
  border: 1px solid #fff;
  background-position: center center;
  padding-left: 26px;
  background-image: url("../img/loading.gif");
  background-size: 20px 20px;
}

.genbtn.minselupload {
  height: 25px;
  min-width: 0;
  padding-top: 1px;
  vertical-align: middle;
}

.genbtn.upload {
  height: 32px;
  min-width: 32px;
  padding-top: 1px;
  border: 1px solid #fff;
  background-image: url("../img/icon/sendw.png");
  background-color: #4bc2ca;
  text-transform: uppercase;
  width: 31px;
  background-position: 4px center;
  background-size: 18px;
  margin-top: -4px;
  animation: infinite bgwait 1.5s;
}

@keyframes bgwait {
  from {
    background-color: #fad712;
  }
  to {
    background-color: #4bc2ca;
  }
}

.genbtn.excel {
  padding-left: 26px;
  background-image: url("../img/icon/excel.png");
}

.genbtn.print {
  padding-left: 26px;
  background-image: url("../img/icon/imprimir.png");
}

.genbtn.informe {
  padding-left: 26px;
  background-image: url("../img/icon/informe.png");
}

.genbtn.person {
  padding-left: 26px;
  background-image: url("../img/icon/usericon.png");
}

.genbtn.copy {
  padding-left: 26px;
  background-image: url("../img/icon/copyw.png");
}

.genbtn.copy.copiado {
  padding-left: 26px;
  background-image: url("../img/icon/copiedw.png");
  background-color: #0894b5;
}

.genbtn.eliminar {
  padding-left: 26px;
  background-image: url("../img/icon/borrarw.png");
  background-color: #f3ada0;
}

.genbtn:hover {
  background-color: #94b5b9;
}

.genbtn:focus {
  outline: none;
}

.blockheader {
  color: #333;
  background-color: #f8f9f9;
  padding: 15px;
  text-align: center;
}

.text-center {
  text-align: center;
}

.text-blue {
  color: #4ba3e2;
}

.graylabel {
  font-size: 12px;
  color: #5587d3;
  display: inline-block;
}

.toggle-text {
  padding: 4px;
  background-color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 2px;
}

.tab-control {
  padding-left: 15px;
  border-bottom: 4px solid #78a2e2;
  margin-top: 13px;
}

.tab-control .tab-btn {
  border: 1px solid #d8e2f0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  padding: 5px;
  padding-bottom: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  background: linear-gradient(#f8f9f9, #eee);
  min-width: 120px;
  text-align: center;
}

.tab-control .tab-btn:hover {
  background: linear-gradient(#e4f7f7, #eaeff1);
}

.tab-control .tab-btn.active {
  background: linear-gradient(#78a2e2, #6898e0);
  color: #fff;
}

.tab-control .tab-btn.active:hover {
  background: linear-gradient(#6a95d4, #5587d3);
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
  flex-direction: column;
}

.info-informe {
  padding: 6px;
  background-color: #e4e9ec;
  color: #3b67aa;
  margin-top: 3px;
}

#list_fragmentos_informe {
  /* height: 250px; */
  overflow-y: scroll;
}

#list_fragmentos_informe .nomostrar {
  opacity: 1;
}

.bloques-informe {
  overflow-y: scroll;
  height: calc(100vh - 160px);
}

.perfilesinforme {
  padding: 2px;
  margin: 2px;
  line-height: normal;
  columns: 3;
}

.perfilesinforme li {
  list-style: none;
  padding: 1px;
  cursor: pointer;
  margin: 1px;
  line-height: normal;
}

.fragmento_informe {
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  padding: 4px;
  border: 1px solid #eee;
  margin-bottom: 4px;
  font-size: 13px;
  display: flex;
  flex-direction: row;
}

.fragmento_informe.incluido {
  opacity: 1;
  background-color: #e2eceb;
}

.fragmento_informe.incluido .fragmento_add {
  display: none;
}

.fragmento_titulo {
  width: 100%;
}

.fragmento_referencia {
  width: 100%;
  font-size: 12px;
  color: #5278a7;
  font-weight: 500;
}

.fragmento_ver {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icon/ojo.png");
  max-width: 30px;
  min-width: 30px;
  background-size: 18px 18px;
  opacity: 0.3;
}

.fragmento_add {
  max-width: 30px;
  min-width: 30px;
  background-color: #ffffff;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icon/avance-rapido.png");
  background-size: 18px 18px;
  opacity: 0.3;
  border-radius: 4px;
  border: 1px solid #eee;
}

.detalle_fragmento_informe {
  display: none;
  padding: 15px;
  background-color: #fff;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 45px;
  border: 1px dashed #444;
  border-radius: 4px;
  text-align: justify;
}

.detalle_fragmento_informe h1 {
  font-size: 16px;
  font-weight: bold;
}

.fragmento_add:hover {
  opacity: 0.8;
}

.bloque-informe {
  border-radius: 4px;
  border: 2px dotted #ccc;
  margin: 20px;
  display: flex;
  flex: 1;
  flex-direction: row;
  position: relative;
}

.bloque-informe .panel {
  width: 40px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #eee;
}

.bloque-informe .panel .panel-btn {
  border-radius: 4px;
  background-color: #eee;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  margin: 5px;
  cursor: pointer;
}

.bloque-informe .content {
  padding: 15px;
  font-family: "Times New Roman", Times, serif;
}

.bloque-informe .content h1 {
  font-size: 14px;
  font-weight: bold;
}

.bloque-informe .blocklabel {
  color: #94b5b9;
  font-size: 13px;
  padding: 4px;
  position: absolute;
  left: 42px;
  top: 2px;
}

.process {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(41, 58, 83, 0.8);
  color: #fff;
  align-items: center;
  flex-direction: row;
  display: none;
}

.process_content {
  max-width: 300px;
  margin: 0 auto;
}

.process.active {
  display: flex;
  flex: 1;
}

.white {
  color: #f8f9f9;
}

.sticky {
  position: sticky;
  top: 0;
  padding-bottom: 5px;
  background-color: #e1e5ea;
}

.schema-title {
  color: #f8f9f9;
  margin-bottom: 4px;
  padding-bottom: 3px;
}

fieldset {
  margin: 15px;
  border: 1px solid #eee;
  background-color: transparent;
  margin-top: 25px;
}

fieldset legend {
  font-size: 13px;
  color: #e1e5ea;
}

.cselect {
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.title-content {
  font-size: 24px;
  text-align: center;
}

.new-item {
  background: linear-gradient(#547871, #547578);
}

.new-item:hover {
  background: linear-gradient(#71bdae, #5aa1a7);
  color: #fff;
}

.aytologo {
  height: 40px;
  opacity: 0.7;
}

.header {
  padding: 1px;
  border-bottom: 1px solid #fff;
  background-color: #bfd3e0;
  color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
}

.menu {
}

.header .usericon {
  cursor: pointer;
  opacity: 0.7;
  margin-right: 2px;
}

.header .usericon:hover {
  opacity: 1;
}

.header .usermenu {
  margin-left: 4px;
  cursor: pointer;
  opacity: 0.7;
  vertical-align: middle;
  display: inline-block;
  filter: invert();
  max-height: 28px;
}

.header .usermenu:hover {
  opacity: 1;
}

.header .username {
  font-size: 13px;
}

.apptitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.appsubtitle {
  line-height: 22px;
  font-size: 13px;
  font-weight: 300;
}

.session {
  padding: 4px;
  background-color: #ffffff47;
  border-radius: 4px;
  margin-top: 1px;
  margin-left: 2px;
  display: inline-block;
  cursor: pointer;
}

/* ---------------------------- MSGBOX -------------------------------------------*/

.msgbox {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  display: none;
  flex: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.msgbox.active {
  top: 0;
  display: flex;
  flex: 1;
  margin-top: 0;
}

.msgbox .msgbox-content {
  position: relative;
  border-radius: 7px;
  background-color: #f8f9f9;
  margin: 20px;
  height: 49vh;
  max-width: 800px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex: 1;
  flex-direction: column;
  border: 2px solid #ffffff;
  margin-top: 100px;
}

.msgbox.active .msgbox-content {
  margin-top: 0;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  animation: fadein 0.3s;
}

.msgbox .msgbox-title {
  background-color: #eee;
  min-height: 35px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 37px;
  font-weight: 400;
  color: #495a8e;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.msgbox .msgbox-text {
  height: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.msgbox .msgbox-controls {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.msgbox .msgbox-button {
  border: 1px solid #eee;
  background: linear-gradient(#f8f9f9, #eee);
  text-align: center;
  border-radius: 8px;
  color: #555a5e;
  cursor: pointer;
  min-width: 110px;
  max-height: 47px;
  margin: 5px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  min-height: 47px;
}

.msgbox .msgbox-button:hover {
  outline: 4px solid #bbe3eb;
}

.msgbox .msgbox-button-ok {
  background: linear-gradient(#65d1f6, #55c2d7);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.msgbox .msgbox-button-cancel {
}

.documentostiposelupload:hover {
  background-color: #e4f7f7;
}

.documentostiposelupload.active {
  background-color: #28a1b1;
  color: #fff !important;
}

@keyframes fadein {
  from {
    translate: 0 150vh;
    scale: 200% 1;
  }

  to {
    translate: 0 0;
    scale: 100% 1;
  }
}

@keyframes fadeout {
  from {
    translate: 0 0;
    scale: 100% 1;
  }

  to {
    translate: 0 150vh;
    scale: 200% 1;
  }
}

/* MODAL */
.modal_window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 116, 187, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity linear 0.2s;
}

.modal_window.level2 {
  z-index: 200;
}

.modal_window.active {
  opacity: 1;
  visibility: visible;
  transition: opacity linear 0.2s;
}

.modal_window .modal_page {
  margin: 0 auto;
  border-radius: 15px;
  background-color: #f8f9f9;
  margin: 20px;
  height: calc(100% - 40px);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  flex: 1;
  flex-direction: column;
}

.modal_window.level2 .modal_page {
  border-radius: 15px;
  margin: 40px;
  margin-top: 55px;
  height: calc(100% - 70px);
}

.modal_window .modal_header {
  background-color: #e6ebec;
  height: 40px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  flex: 1;
  align-items: center;
}

.modal_window .modal_title {
  width: 90%;
  font-size: 16px;
  color: #124d89;
  padding-left: 25px;
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.space {
  clear: both;
  height: 15px;
}

.modal_window .modal_closer {
  width: 12%;
  background-color: brown;
  height: 100%;
  border-top-right-radius: 15px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: all linear 0.2s;
}

.modal_window .modal_closer:hover {
  background-color: crimson;
}

.modal_window .modal_saver {
  width: 12%;
  background-color: rgb(42, 165, 138);
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: all linear 0.2s;
}

.modal_window .modal_saver:hover {
  background-color: rgb(20, 220, 143);
}

.modal_window .modal_content {
  overflow-y: scroll;
  height: 100%;
  padding: 25px;
  padding-top: 1px;
}

.modal_window.selection {
  z-index: 300;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 360px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal_window.selection .modal_page {
  margin: 0 auto;
  border-radius: 10px;
  background-color: #f8f9f9;
  margin: 0px;
  height: calc(100% - 40px);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  flex: 1;
  flex-direction: column;
}

.modal_window .modal_controls {
  padding: 15px;
}

/* LOGIN */
.login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #717c86;
  z-index: 99999;
  background-image: url("../img/murcia.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  visibility: hidden;
}

.login.active {
  visibility: visible;
}

.chklabel {
  font-size: 13px;
  margin-bottom: 2px;
  width: calc(100% - 122px);
}

.docgray {
  opacity: 0.4;
}

.login .loginform {
  width: 380px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(41, 58, 83, 0.4);
  margin-top: -100px;
  padding-bottom: 25px;
}

.login .loginlabel {
  padding: 10px;
  text-align: right;
  max-width: 150px;
}

.login .loginvalue {
  padding: 10px;
}

.login .logintitle {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  color: #1f567e;
  background-color: rgba(70, 116, 187, 0.2);
  margin-bottom: 15px;
}

/* FILES */

.files {
  background-color: #dbf2f4;
  border-radius: 4px;
  padding: 7px;
}

.file_item {
  list-style: none;
  padding: 3px;
  margin: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  border: 1px solid #e1e5ea;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 20px 20px;
  padding-left: 30px;
  font-size: 14px;
}

.file_item.png {
  background-image: url("../img/icon/imagen.png");
}

.file_item.jpg {
  background-image: url("../img/icon/imagen.png");
}

.file_item.jpeg {
  background-image: url("../img/icon/imagen.png");
}

.file_item.doc {
  background-image: url("../img/icon/word.png");
}

.file_item.docx {
  background-image: url("../img/icon/word.png");
}

.file_item.excel {
  background-image: url("../img/icon/excel.png");
}

.file_item.pdf {
  background-image: url("../img/icon/pdf.png");
}

.info_file_prev {
  font-size: 14px;
  color: #57afaf;
  padding: 3px;
}

#form_expedientes .upload {
  display: none;
}

.admin-item-menu {
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 4px;
  display: block;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  margin-right: 3px;
  transition: all linear 0.2x;
  cursor: pointer;
  margin-bottom: 4px;
}

.admin-item-menu:hover {
  background-color: #7ab5df;
}

.admin-item-menu.active {
  background-color: #4d9bd1;
}

.admin-menu {
  min-width: 230px;
  max-width: 230px;
  background-color: #183e5e;
  padding-top: 25px;
}

.tipos_documento {
  padding: 5px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px dashed #e1e5ea;
  min-height: 30px;
  margin-bottom: 12px;
}

.plus {
  border-radius: 4px;
  background-color: #4d9bd1;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: none;
}

#doc_informe {
  border: 1px solid #000;
  /*margin: 0 auto;*/
  width: 100%;
  max-width: 21cm;
  height: calc(100vh - 120px);
  background-color: #fff;
  overflow-y: scroll;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: justify;
  margin-top: 15px;
  display: block;
}

.imginvert {
  filter: invert(1);
}

.traza_expediente {
  background-color: #e8eff3;
  top: 0;
  margin-right: -25px;
  margin-left: -25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.traza_expediente ul {
  list-style-type: none;
  color: #6d85a5;
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.onlypc {
}

.onlymovile {
  display: none;
}

.inline-titles {
  font-weight: 600;
}

.resume-line {
  border-bottom: 1px solid #fff;
  margin: 3px;
}

.resume-line .icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #f5f2e7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.resume-line .key {
  text-align: left;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.resume-line .val {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.resume-line.ok .icon {
  background-color: #70bd0b;
}

.resume-line.ko .icon {
  background-color: #e9780e;
}

.resume-line.na .key {
  color: #bbb1a8;
}

.resume-line.na .val {
  color: #bbb1a8;
}

.minpadding {
  padding: 1px !important;
}

.totalesexpediente {
  background-color: #fff;
  padding: 4px;
  border-radius: 4px;
}

.alertasexpediente {
  background-color: #fff;
  padding: 4px;
  border-radius: 4px;
}

.toggletitle {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  cursor: pointer;
  color: #4d9bd1;
}

.togglebutton {
  border-radius: 3px;
  background-color: #d0dae0;
  color: #ffffff;
  text-align: center;
  width: 29px;
  height: 32px;
  line-height: 31px;
  display: inline-block;
  cursor: pointer;
  margin-right: 4px;
  top: -7px;
  position: relative;
  left: 0px;
  vertical-align: middle;
  margin-bottom: -9px;
}

.togglebutton:hover {
  background-color: #4ba3e2;
}

.togglebutton::after {
  content: "+";
}

.togglebutton.active::after {
  content: "-";
}

.linkbutton {
  cursor: pointer;
}

.linkbutton:hover {
  color: #1070e6;
}

.gen-list-line {
  background-color: #fff;
  border: 1px dashed #ddd;
  font-size: 14px;
}

.gen-list-line .gen-list-col {
  padding: 4px;
}

.gen-list-icon {
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  margin-top: 4px;
}

.printdoc {
  display: block;
  margin: 0 auto;
  width: 21cm;
  height: 27cm;
  border: 1px solid #333;
  margin-top: 55px;
  background-color: #fff;
}

.destinatariosqueja {
  padding: 7px;
}

.float-right {
  float: right;
}

.listcol {
}

.listcol.colhide {
  display: none !important;
}

#anotaciones_internas {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .onlymovile {
    display: inherit;
  }

  .header {
    height: auto;
  }

  .center-panel {
    top: 46px;
  }

  .header-list {
    display: none;
  }

  .item-list {
    /*display: block;
        flex: 0;*/
  }

  .item-row {
    display: block;
    flex: 0;
  }

  .movil-text-left {
    text-align: left !important;
  }

  .item-part {
    width: 100% !important;
    white-space: inherit;
    word-break: normal;
  }

  .item-part.micro {
    width: 100% !important;
    display: block;
  }

  .hidemovile {
    display: none;
  }

  .session {
    width: 27px;
  }

  .modal_window .modal_page {
    margin: 0 auto;
    border-radius: 15px;
    background-color: #f8f9f9;
    margin: 5px;
    height: calc(100% - 40px);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .usermenu {
    display: none !important;
  }
}

.vistarapida {
  zoom: 95%;
  width: 550px;
  left: auto;
  right: 0;
}

.vistarapida .row {
  display: block !important;
}

.vistarapida .col {
  width: 100%;
}
.vistarapida .col-md-1 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-2 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-3 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-4 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-5 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-7 {
  width: 100% !important;
  max-width: 96% !important;
  padding: 4px;
}
.vistarapida .col-md-8 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-9 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-10 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-11 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}
.vistarapida .col-md-12 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px;
}

.vistarapida .form-line .minlabel {
  font-size: 13px;
  text-transform: uppercase;
  color: #0894b5;
}

.vistarapida .item-list.header-list .item-part {
  font-size: 13px;
  word-wrap: normal;
  word-break: normal;
}

.vistarapida .onlymovile {
  display: inherit;
}

.vistarapida .center-panel {
  top: 46px;
}

.vistarapida .header-list {
  display: none;
}

.vistarapida .item-row {
  display: block;
  flex: 0;
}

.vistarapida .movil-text-left {
  text-align: left !important;
}

.vistarapida .item-part {
  width: 100% !important;
  white-space: inherit;
  word-break: normal;
}

.vistarapida .item-part.micro {
  width: 100% !important;
  display: block;
}

.vistarapida .hidemovile {
  display: none;
}

.vistarapida .modal_window .modal_page {
  margin: 0 auto;
  border-radius: 15px;
  background-color: #f8f9f9;
  margin: 5px;
  height: calc(100% - 40px);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  flex: 1;
  flex-direction: column;
}

.uploadcontainer_false {
  min-height: 30px;
}
.uploadcontainer {
  min-height: 30px;
}

.uploadcontainer .genbtn,
.uploadcontainer_false .genbtn {
  padding: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 33px !important;
}

.file_download,
.file_show {
  margin-top: 2px;
}

.info_file_prev .file_download {
  margin-top: 1px;
}

.info_file_prev .file_delete {
  margin-top: 4px;
}

.btn_envios {
  background-color: #4d9bd1;
  color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 10px 5px 10px;
  cursor: pointer;
  font-size: 15px;
  transition: all linear 0.2s;
}

.btn_envios:hover {
  background-color: #7caadd;
}

.wrapContentEnvios {
  padding: 15px;
  background-color: #ffffff;
  width: 100%;
  min-height: 500px;
  border-radius: 8px;
}

.vistaEnvios {
  display: none;
}

.wrapContentEnvios small {
  background-color: #ff7839;
  color: #ffffff;
  padding: 0px 4px;
  border-radius: 5px;
  margin-bottom: 8px;
}

.txt_mail {
  padding: 5px;
}

.editable-div {
  border: 1px solid #ccc;
  padding: 10px;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  border-radius: 8px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.editable-div:focus {
  outline: none;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(89, 161, 255, 0.295);
  border-color: #7caadd;
}

.destinatarios {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.destinatario {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 5px;
  display: flex;
  align-items: center;
}
.destinatario .btn-remove {
  background-color: transparent;
  border: none;
  color: #ff7839;
  margin-left: 10px;
  cursor: pointer;
}
.destinatario .btn-remove:hover {
  color: #ff7839;
}

/*boton .sendMensaje con tono verde y letra blanca centrada, padding */
.sendMensaje {
  background-color: #589b5b;
  color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  max-width: 200px;
  text-align: center;
  margin-bottom: 10px;
  padding: 7px 10px 5px 10px;
  cursor: pointer;
  font-size: 15px;
  transition: all linear 0.2s;
}
