.pres-input {
    width: inherit;
}

.tabla-tarea .celda-tarea {
    border: none;
}

.tabla-tarea .celda-plantilla {
    text-align: center;
    height: 40px;
    vertical-align: middle;
    border: solid thin;
    min-width: 80px;
    width: 300px;
}
.tabla-tarea {
    width: 100%;
    border-spacing: 4px;
    border-collapse: separate;
    display:inline-table;
    /* border: solid; */
}
.tabla-tarea td {
    border: none;
}
.tabla-tarea .celda-plantilla-continuacion{
    border: none;
    border-bottom: solid #000000 1px;
}
.tabla-tarea .celda-plantilla-perfiles{
    border: none;
    border-top: solid #000000 1px;
}
/*.tabla-tarea thead {
    display: inline-block;
    width: 100%;
    height: 20px;
}
.tabla-tarea tbody {
    height: 200px;
    display: inline-block;
    width: 100%;
    overflow: auto;
}*/

.tabla-tarea .celda-personal {
    text-align: center;
    height: 40px;
    vertical-align: middle;
    border: solid thin;
    /* max-width: 80px; */
    min-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
}

.tabla-tarea .celda-unidad {
    text-align: right;
    vertical-align: middle;
    padding-right: 5px;
    font-size: small;
    border: none;
    min-width: 80px;
    width: 80px;
    max-width: 80px;
    /* background-color: white; */
}

.tabla-tarea .celda-costoAdicional {
    text-align: center;
    height: 40px;
    vertical-align: middle;
    border: solid thin;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}

.tabla-tarea .celda-espacio {
    width: 20px;
    border: none;
    min-width: 30px;
    max-width: 30px;
    width: 30px;
}

.tabla-tarea .celda-imagen {
    text-align: center;
    vertical-align: middle;
    padding-right: 5px;
    border: none;
}

.tabla-tarea .celda-vacia {
    border: none;
}


.tabla-tarea .cajaSeleccionada {
    background: lightblue;
}
.tabla-tarea .fase{
    padding: 10px;
    padding-bottom: 5px;
    border-bottom: solid 2px rgb(0,128,128);
    border-top: none;

}
.tabla-tarea .agrupador{
    padding: 10px;
    padding-bottom: 5px;
    border-bottom: solid 2px rgb(0,128,128);
    border-top: none;
}
.tabla-tarea .celda-linea{
    border:none;
}
.tabla-tarea .celda-texto{
    text-align: right;
    padding-right: 5px;
    vertical-align: middle;
    font-size: small;
    borde:none;
}
.tabla-tarea .celda-titulo{
    min-height: 50px;
    border: none;
    min-width: 260px;
    width: 30%;
    vertical-align: middle;
}
.tabla-tarea .celda-titulo-vacia{
    min-height: 50px;
    border: none;
}

.combobox-celda{
    min-height: 50px;
    font-size: smaller;
}
.input-entrada{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right:1px;
    height: 50px;
    border-radius: 0px;
    text-align: center;
}
.capa-info{
    position: fixed;
    bottom:0px;
    left: 0px;
    width: 100%;
    background-color: darkgray;
    color:#ffffff;
}
.text-correcto{
    font-size: xx-large;
    text-align: center;
    vertical-align: middle;
    color:#008000;
}
.text-error{
    color:red;
    font-size: xx-large;
    text-align: center;
    vertical-align: middle;
}
.text-aviso{
    color:orange;
    font-size: xx-large;
    text-align: center;
    vertical-align: middle;
}
.text-opcion{
    font-size: small;
}


#lstPresupuestos table tr td {
    text-align: center;
}
#lstPresupuestos table tr th {
    text-align: center;
}
.modal-body .form{
    /* width: 75%; */
    margin: auto;
}
.modal-body .form input[type="text"]{
    width: 95%;
}
.modal-body .form input[format="moneda"]{
    width: 100px;
}

.nav-tabs > li.active > a{
    border-top: 25px solid transparent;
}

.nav-tabs > li.active > a:before, .nav-tabs > li.active > a:after {
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    top:-1px;
}
.nav-tabs > li.active > a:after {
    border-left: 16px solid #C7E0E5;
    right: -15px;
    z-index: 2;
}

.nav-tabs > li.active > a:before {
    border-left: 16px solid #0cceff;
    right: -16px;
    z-index: 1;
}
.tabla-importes  {
    border:none;
    width: 100%;
}
.tabla-importes tr {
    border:none;
}
.tabla-importes tr td{
    border:none;
    vertical-align: middle;

}
.celda-importe-icono{
    width: 50px;
}
.celda-importe-titulo{
    text-align: left;
    font-size: larger;
    white-space: nowrap;
    padding-left: 20px;
    width:100px;
}
.linea-importe-intermedio{
    border:none;
    border-bottom:dotted;
    line-height: 1px;
    margin-top: 12px;
    margin-right: 20px;
    margin-left: 20px;
    vertical-align: inherit;
}
.linea-importe-intermedio-tiulo{
    border-bottom:none;
}

.celda-importe-horas{
    text-align: center;
    width: 100px;
    white-space: nowrap;
}
.celda-importe-horas-titulo{
    text-align: center;
}
.celda-importe-coste{
    text-align: center;
    width: 100px;
    white-space: nowrap;
}
.celda-importe-coste-titulo{
    text-align: right;
    padding: 5px;
}

.container-proeval{
    margin-left: 50px;
    margin-right: 50px;
}
.campo-titulo{
    font-size: small;
    font-weight: normal;
}
.campo-celda{
    max-width: 80px;
    text-align: center;
    margin: 5px;
}
.campo-celda-combo{
    text-align: center;
    margin: 5px;
}

/* barra de navegacion de flechas */
.barraFases {
    list-style: none;
    overflow: hidden;
    font: 13px Helvetica, Arial, Sans-Serif;
    font-size: medium;
    /* padding-top: 0px; */
    padding-bottom: 0px;
    padding-right: 40px;
    padding-left: 0px;
    margin: 0px;
}
.barraFases ul {
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-table;
    width: 100%;
}
.barraFases li {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    background: rgba(128,128,128,1);
}


.barraFases li a {
    color: white;
    text-decoration: none;
    padding: 15px 0 10px 35px;
    background: brown;                   /* fallback color */
    background: rgba(128,128,128,1);
    position: relative;
    display: block;
    float: left;
    height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
}

.barraFases li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid rgba(128,128,128,1);;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.barraFases li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.barraFases li:first-child a {
    padding-left: 10px;
}

.barraFases li:nth-child(2) a       { background:        rgba(128,128,128,1); }
.barraFases li:nth-child(2) a:after { border-left-color: rgba(128,128,128,1); }
.barraFases li:nth-child(3) a       { background:        rgba(128,128,128,1); }
.barraFases li:nth-child(3) a:after { border-left-color: rgba(128,128,128,1); }
.barraFases li:nth-child(4) a       { background:        rgba(128,128,128,1); }
.barraFases li:nth-child(4) a:after { border-left-color: rgba(128,128,128,1); }
.barraFases li:nth-child(5) a       { background:        rgba(128,128,128,1); }
.barraFases li:nth-child(5) a:after { border-left-color: rgba(128,128,128,1); }
.barraFases li:nth-child(6) a       { background:        rgba(128,128,128,1); }
.barraFases li:nth-child(6) a:after { border-left-color: rgba(128,128,128,1); }


.barraFases li a:hover { background: rgba(0,128,128,1); }
.barraFases li a:hover:after { border-left-color: rgba(0,128,128,1); !important; }
.barraFases li a:active { background: rgba(0,128,128,1); }

#t3-header{
    display: none;
}
#t3-mainnav{
    display: none;
}
#t3-mainbody{
    margin: 0px;
    padding: 0px;
}
#t3-footer{
    display: none;
}
#t3-content{
    margin: 0px;
    padding: 0px;
}
#cabecera-pagina{
    color:rgb(0,128,128);
    display: block;
    /* padding: 0px 15px; */
    /* margin-left: 5px; */
    /* margin-right: 20px; */
    margin-bottom: 0px;
    position: fixed;
    top: 0px;
    /* background: white; */
    z-index: 1;
    /* overflow: scroll; */
    width: 100%;
    left: 0px;
}
#cuerpo-pagina{
    /* overflow: auto; */
    margin-top: 250px;
    /* margin-left: 50px; */
    /* margin-right: 50px; */
    margin-bottom: 30px;
    /* height: 400px; */
    min-width: 1024;
}
#titulo h1, #titulo h2  {
    color: rgb(0,128,128);
    font-weight: bold;
}

.titulo-info{
    font-size: 15px;
    color:rgb(0,0,128);
}
.titulo-boton-mas{
    color:#008000;
    font-size: 25px;
}
.titulo-boton-mas:hover{
    color:#008000;
    font-size: 30px;
}
.titulo-boton-menos{
    color:red;
    font-size: 25px;
}
.titulo-boton-menos:hover{
    color:red;
    font-size: 30px;
}
#idPresupuestoDialog{
    padding-top:50px ;
}
.pestania-informacion{
    margin: 25px;
}
#idBarraFases .barraFases .pestania-seleccionada {
    background: rgba(0,64,128,1); !important
    font-size: -webkit-xxx-large;
    display: inline-block;
    /* vertical-align: middle; */
}
#idBarraFases .barraFases .pestania-seleccionada::after {
    border-left: 30px solid rgba(0,64,128,1); !important;
}
#idBarraFases .barraFases .pestania-seleccionada::before {
    border-left: 30px solid rgba(255,255,255,1); !important;

}
.titulo1{
    font-size: 35px;
}
.titulo2{
    font-size: 30px;

}
.titulo3{
    font-size: 25px;
}
.titulo4{
    font-size: 20px;

}
.titulo5{
    font-size: 15px;

}
.titulo6{
    font-size: 15px;

}
.titulo7{
    font-size: 15px;
}



#idTablaAgrupador td {
    padding: 10px;
    vertical-align: middle;
    border: none;
<?=
    JUri: :root() ?>;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#idTablaAgrupador tr {
    border: none;
}

.total_panel_importe {
    background-color: #ddd;
}

.importe_suma {
    font-weight: bold;
}

.fase_panel_importe {
    background-color: #eee;
}

.subfase_panel_importe {
    background-color: #F6F6F6;
}

.tabla-importes .pefiles .celda-importe-horas {
    font-size: 17px;
    font-weight: bold;
    background-color: grey;
    color: white;
}

td.celda-importe-coste.celda-importe-horas-titulo {
    background-color: grey;
    color: white;
    font-weight: bolder;
    text-align: center;
    font-size: 17px;
}

#idPresupuestoDialog input {
    width: 100%;
    /* text-align: right; */
}

input#txtNombreDestinatario {
    /* text-align: center; */
}

nav.wrap.t3-navhelper {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.tabla-tarea.flotantes .celda-plantilla {
    display: table-cell;
}

.tabla-tarea.flotantes .celda-personal {
    display: table-cell;
    /* max-width: 80px; */
}

.tabla-tarea.flotantes .fase {
    width: 30%;
    display: table-cell;
    min-width: 350px;
    border-bottom: none;
    background: transparent;
    /* border: solid; */
}

.tabla-tarea.flotantes .celda-imagen {
    display: table-cell;
    min-width: 15px;
}

.tabla-tarea.flotantes .celda-espacio {
    display: table-cell;
}

.fila-flotantes {
    display: table-row;
    width: 100%;
}

.celda-titulo div {
    min-width: 350px;
}

.col-sm-3.estado-presupuesto {
    min-width: 410px;
}

body {
    min-width: 1024px;
}

.titulo-botones {
    min-width: 300px;
    width: 25%;
    display: table-cell;
    vertical-align: top;
    /* text-align: center; */
}

.titulo-usuario {
    display: table-cell;
    width: 100%;
    /* text-align: center; */
    /* align-content: center; */
}

.titulo-estado-presupuesto {
    width: 25%;
    min-width: 350px;
    display: table-cell;
}

#cabecera-pagina .row {
    /* display: table-row; */
}

.cabecera-fila {
    display: table-row;
    width: 100%;
}
.cabecera-tabla{
    width: 100%;
}

input[format="moneda"], input[format="porcentaje"],input[format="horas"] {
    text-align: right;
}

.col-tercio {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
    padding-right: 15px;
}

.col-noveno {
    display: table-cell;
    width: 60%;
    padding-right: 15px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.fila-cabecera {
    display: table-row;
    width: 100%;
    white-space: nowrap;
}

.tabla-cabecera {
    display: table;
    width: 100%;
}

.col-noveno .progress {
    vertical-align: bottom;
    margin-bottom: 0px;
    margin-top: 10px;
}

#cabecera-p {}

#cabecera-pagina .row {
    margin-left: 0px;
    margin-right: 0px;
}

div#idRowMensajes {
    margin-left: 0px;
    margin-right: 0px;
}

.main-proeval .row {
    margin-left: 0px;
    margin-right: 0px;
}

.main-proeval {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: -60px;
}

.titulo-tarea {
    /* text-align: left; */
}

.titulo-tarea {
    padding-left: 37px;
    /* max-height: 100%; */
    /* display: block; */
}

div#idBarraFases {
    /* padding-left: 25px; */
}

.com_presupuesto .body .container {
    max-width: unset;
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
}

body.site.com_presupuesto {
    border: none;
    padding: unset;
    border-bottom-color: unset;
    min-width: 1100px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 16px;
}

.tabla-tarea.flotantes {
    padding: 0px 15px;
    background: white;
}

input .celda-costoAdicional .text-center {
    
}

.celda-costoAdicional input {
    margin-bottom: 0px !important;
}

.com_presupuesto .modal.fade.in {
    width: 100%;
    left: auto;
    border: none;
    background-color: #333333AA;
    top: 0px;}

.com_presupuesto .modal-dialog {
    padding-top: 10%;
}

.com_presupuesto input[type="text"], .com_presupuesto input[type="date"], .com_presupuesto input[type="number"], .com_presupuesto select {
    margin: 10px;
    height: 30px;
}

.com_presupuesto .celda-costoAdicional input[type="text"] {
    margin: 0px;
}

.com_presupuesto {}

.com_presupuesto button {/* background-color: blue; */}

.com_presupuesto .btn.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    padding: 6px 15px;
    background-color: #153f80;
    background-image: -moz-linear-gradient(top,#005e8d,#002f8d);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#002f8d));
    background-image: -webkit-linear-gradient(top,#005e8d,#002f8d);
    background-image: -o-linear-gradient(top,#005e8d,#002f8d);
    background-image: linear-gradient(to bottom,#153f80,#153f80);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff002e8d', GradientType=0);
    border-color: #333 #333 #333;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.com_presupuesto select[disabled] {
    margin: 16px 0px 0px 0px;
}

div .row .texto-aviso {
    font-size: 8px;
    margin: 12px;
}

#idPanelBotonesImporte span {
    margin-right: 10px;
}

.table_excel {
    display: table;
}

.fila_excel {
    display: table-row;
}

.celda_excel {
    display: table-cell;
}