
dt {
  float: left;
  clear: left;
  font-weight: bold;
  width: 100px;
}

dd {
  width: 500px;
}
  
a {
  cursor: pointer;
}

ul.macro {
  list-style: none;
  padding: 5px;
}

ul.lista_etiquetas {
  padding-left: 0px;
  padding-top: 0px;
  margin-block-start: 0px;
}

ul.lista_etiquetas li {
  display: inline-block;
  border: 1px solid darkgray;
  background-color: #EEE;
  border-radius: 5px;
  padding: 3px;
  margin: 2px;
}

td.macro {
  border: 1px solid #c1c7d0;
  color: #172b4d;
  padding: 7px 10px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.middle {
  vertical-align: middle;
}

.right {
  text-align: right;
}

.aui-container {
  width: 150px;
  height: 150px;
  margin: 10px;
  display: inline-block;
}
  
.aui-inline-dialog-contents {
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 20px 3px rgba(9, 30, 66, 0.31) !important;
  max-height: 250px;
  overflow-y: auto !important;
}
  
.bold {
  font-weight: bold !important;
}

.font_monospace {
  font-family: monospace !important;
}

.soporte {
  color: red !important;
}

.celda_soporte {
  background-color: rgba(252, 162, 162, 0.678);
}
  
.gestion {
  color: blue !important;
}

.celda_gestion {
  background-color: rgba(139, 218, 255, 0.678);
}
  
.desarrollo {
  color: green !important;
}

.celda_desarrollo {
  background-color: rgba(152, 250, 185, 0.678);
}

.celda_total {
  border-left: 2px solid black !important;
  background: #f4f5f7 !important;
  font-weight: bold !important;
}

.pie_totales {
  border-top: 2px solid black !important;
  background: #f4f5f7 !important;
}
  
ul.inline-task-list time.date-future{
    color: green !important;
    font-weight: 500 !important;
}

time.fecha-ok {
  color: green !important;
  font-weight: 500 !important;
}

time.fecha-warning {
  color: orange !important;
  font-weight: 500 !important;
}

time.fecha-error {
  color: red !important;
  font-weight: 500 !important;
}

select.macro {
  border: 1px solid #c1c7d0;
  border-radius: 3.01px;
  box-sizing: border-box;
  font-size: inherit;
  margin: 0;
  vertical-align: baseline;
  width: 85%;
  margin-left: 3px;
  padding: 4px;
}

.tarea {
  background-color: rgb(216, 255, 154);
}

.proyecto {
  background-color: rgba(255, 187, 0, 0.288);
}

.portico {
  background-color: rgb(213, 231, 255);
}

.est_level_1 {
  color: green !important;
}

.est_level_2 {
  color: orange !important;
}

.est_level_3 {
  color: red !important;
}

.est_level_4 {
  color: white !important;
  background-color: darkgray !important;
}


.porc_level_1 {
  background-color: rgb(116, 218, 116) !important;
}

.porc_level_2 {
  background-color: rgb(245, 243, 132) !important;
}

.porc_level_3 {
  background-color: rgb(245, 90, 90) !important;
}

.porc_level_4 {
  color: white !important;
  background-color: darkgray !important;
}

.totales, .porcentajes {
  background-color: rgb(231, 200, 252);
  font-weight: bold;
}

.pulsado {
  font-style: italic;
  font-weight: bold;
}

.cuadro {
	width: 80%;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    padding: 15px 20px;
    border: 2px solid;
}

.cuadro_error {
color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.cuadro_warning {
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.cuadro_success {
color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.cuadro_info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gadget.needs-min {
	min-height: 5em;
	font-family: arial, sans-serif;
}

.gadget #gh {
	background: transparent;
}

.view {
	padding: .5em 1em;
}

.ghx-remaining-wrap {
	font-family: arial;
	border-radius: 8px;
	background: none repeat scroll 0 0 #f0f0f0;
	margin: 1em 0;
	padding: 1em 0;
}

.ghx-remaining-value {
	font-size: 8em;
	margin: 0 8px;
}

.ghx-remaining-text {
	font-size: 1.8em;
	padding-bottom: 15px;
	margin: 0 8px;
}

.ghx-remaining-box {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	text-align: center;
	margin: .5em auto;
	min-width: 16em;
	width: 20%;
}

.ghx-remaining-red {
	color: #c00;
}

.ghx-remaining-greeen {
	color: #569515;
}

.gg-subtitle {
	font-weight: normal;
	font-size: 14px;
}

.gg-subtitle-label {
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.gg-name {
	font-size: 18px;
	font-weight: normal;
	margin-left: 16px;
	margin-top: 10px;
}

.ghx-column-headers .ghx-column {
	background: #f4f5f7;
	-moz-box-sizing: border box;
	-webkit-box-sizing: border box;
	box-sizing: border box;
	display: table-cell;
	list-style: none;
	margin: 0;
	padding: 1px 0 0;
	position: relative;
	vertical-align: top;
}

#ghx-pool-column: {
	display: table-cell;
	height: inherit;
	vertical-align: top;
}

#ghx-rabid {
	position: relative;
}

#ghx-work {
	height: auto !important;
	border: none;
}

#gh {
	line-height: 1.2;
}

.ghx-gh {
	font-size: 14px;
	line-height: 1.43;
}

#ghx-pool {
	padding: 10px !important;
	box-sizing: border-box;
	height: inherit;
	background: #fff;
	overflow-y: auto;
	position: relative;
	z-index: 1;
}

.ghx-column:after {
	content: " ";
}
	
.ghx-swimlane-header:after {
    background-color: #fff;
    -webkit-box-shadow: -5px 0 10px 5px #fff;
    box-shadow: -5px 0 10px 5px #fff;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    width: 10px;
}

.ghx-swimlane-header .ghx-heading {
    display: flex;
    align-items: center;
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.ghx-swimlane-header {
    font-size: 14px;
    line-height: 1.45;
    margin: 0 10px;
    overflow: hidden;
    padding-left: 13px;
    position: relative;
}

.ghx-column-headers .ghx-column, .ghx-columns .ghx-column {
    background: #f4f5f7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    list-style: none;
    margin: 0;
    padding: 1px 0 0;
    position: relative;
    vertical-align: top;
}
.ghx-column-headers, .ghx-columns {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 10px 0;
    display: table;
    list-style: none;
    margin: 0;
    table-layout: fixed;
    width: 100%;
    padding: 0;
}
.ghx-gh {
    font-size: 14px;
    line-height: 1.42857143;
}

.wallboard .ghx-column:after, .gadget .ghx-column:after {
    content: " ";
}

.ghx-swimlane-header.ghx-done .ghx-parent-key {
    text-decoration: line-through;
}
.ghx-swimlane-header .ghx-heading {
    display: flex;
    align-items: center;
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
.ghx-swimlane-header {
    font-size: 14px;
    line-height: 1.45;
    margin: 0 10px;
    overflow: hidden;
    padding-left: 13px;
    position: relative;
}

.ghx-gh {
    font-size: 14px;
    line-height: 1.42857143;
}

.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-green {
    background-color: #fff;
    border-color: #b2d8b9;
    color: #14892c;
}
.aui-lozenge.jira-issue-status-lozenge-green {
    background-color: #14892c;
    border-color: #14892c;
    color: #fff;
}
.jira-issue-status-lozenge-max-width-medium {
    max-width: 12em;
}
.jira-issue-status-lozenge {
    vertical-align: text-bottom;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12em;
    word-wrap: normal;
    word-break: normal;
}

.ghx-issue .ghx-issue-content {
    min-height: 66px;
    padding: 10px 10px 10px 36px;
}

.ghx-grabber-transparent {
    background-color: transparent;
}
.ghx-grabber {
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ghx-grabber {
    background-color: #eee;
}

.ghx-gh aui-badge, .ghx-gh .aui-badge {
    white-space: pre-wrap;
    text-transform: lowercase;
}

aui-badge, .aui-badge {
    background: rgba(9,30,66,0.08);
    border-radius: 2em;
    color: rgba(9,30,66,0.95);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    min-height: 1em;
    min-width: 1em;
    padding: 2px 6px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}
.ghx-issue .ghx-corner {
    min-width: 24px;
    display: flex;
    text-align: right;
}

.ghx-issue .ghx-highlighted-fields .ghx-highlighted-field .aui-label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ghx-issue {
    background: #fff;
    color: #172b4d;
    cursor: move;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    position: relative;
    box-shadow: 0 0 1px 0 rgba(9,30,66,0.31), 0 2px 4px -1px rgba(9,30,66,0.25);
    border-radius: 2px;
    margin: 5px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #c1c7d0;
    margin: -1px 0 0 0;
}

span.aui-label {
    color: #172b4d;
}

.aui-label {
    background: #f4f5f7;
    border: 1px solid #dfe1e6;
    border-radius: 3.01px;
    color: #0052cc;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 1px 5px;
    margin: 0 5px 0 0;
    text-align: left;
    text-decoration: none;
}

.ghx-issue .ghx-end {
    bottom: 10px;
    position: absolute;
    right: 10px;
    background: #fff;
    -webkit-box-shadow: -4px 0 3px #fff;
    box-shadow: -4px 0 3px #fff;
    -webkit-box-shadow: -4px 0 3px #fff, 0 -3px 3px #fff;
    box-shadow: -4px 0 3px #fff, 0 -3px 3px #fff;
}




.jira-issue-status-lozenge-max-width-medium {
    max-width: 12em;
}
.jira-issue-status-lozenge {
    vertical-align: text-bottom;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12em;
    word-wrap: normal;
    word-break: normal;
}

.ghx-description {
    color: #7a869a;
    font-size: 12px;
}

#gh img, .gh-pop img, .gh-modal img {
    border: 0;
}
.ghx-issue .ghx-type, .ghx-issue .ghx-type img, .ghx-issue .ghx-flags, .ghx-issue .ghx-priority, .ghx-issue .ghx-priority img {
    height: 16px;
    width: 16px;
    overflow: hidden;
}

.ghx-issue-fields .ghx-summary .ghx-inner {
    display: block;
    line-height: 1.1;
    max-height: 3.3em;
    overflow: hidden;
    word-wrap: break-word;
}

.ghx-avatar-img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    color: #fff;
    cursor: default;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.ghx-issue .ghx-flags {
    left: 11px;
    position: absolute;
    top: 31px;
}

.ghx-issue .ghx-type {
    left: 11px;
    position: absolute;
    top: 10px;
}

.ghx-issue.ghx-has-avatar .ghx-avatar {
    display: block;
}

.ghx-issue .ghx-avatar {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.ghx-issue .ghx-issue-content {
    min-height: 66px;
    padding: 10px 40px 10px 36px;
}

span.faq, span.projectStatus {
  display: inline-block;
  width: 100px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 99%;
  border: 1px solid white;
  padding: 3px 5px 2px 5px;
}

span.ok {
  background-color: #00875a;
  border-color: #00875a;
  color: white;
}

span.error, span.planificacion {
  background-color: #de350b;
  border-color: #de350b;
  color: white
}

span.inprogress, span.mantenimiento {
  background-color: #dfe1e6;
  border-color: #dfe1e6;
  color: black;
}

span.desarrollo {
  background-color: #ffab00;
  border-color: #ffab00;
  color: #253858 !important;
}

span.pruebas {
  background-color: #0052cc;
  border-color: #0052cc;
  color: #b3d4ff;
}

pre.datosPortico {
  font-size: 14px;
  white-space: break-spaces;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.tablaResumenPar {
  background-color: linen;
}

	.cajaTarea {
      display: inline-block;
    }

  .nfl {
    margin-left: 30px;
  }

  .cajaTarea .icono {
      float: left;
    }
  .cajaTarea .enlace {
      padding-left: 3px;
      float: left;
    }
.cerrada {
 text-decoration: line-through;
}

  tbody.grupo, tr.subfila {
    display: none;
  }

  tr.nivel0 {
    background-color: rgb(255, 255, 255) !important;
  }

  tr.nivel1 {
    background-color: rgb(213, 231, 255);
  }

  tr.nivel2 {
    background-color: rgba(255, 187, 0, 0.288);
  }

  tr.nivel3 {
    background-color: #75c775;
  }

tr.release {
background-color: #ffd8ff;
font-weight: bold;
}
  td.nivel1 {
    padding-left: 30px;
  }

  td.nivel2 {
    padding-left: 50px;
  }

  td.nivel3 {
    padding-left: 70px;
  }

                .tperm  td {  
vertical-align: middle !important;  
}  
/*
dt {  
width: 80px;  
float: left;  
font-weight: bold;  
}  
  
dd {  
display: block;  
white-space: nowrap;  
margin-right: 40px;  
}  
*/


