@charset "UTF-8";
html {
    height: 100%;
    background: none;
}

body {
    background: #F6F6F6;
    height: 100%;
    color: #333;
}

div#container {
    min-height: 100%;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    min-width: 980px;
}

* html div#container {
    height: 100%;
}

body div#body {
    padding: 8px 15px;
    margin-bottom: 100px;
}

body #container .authenticated div#body {
    margin-left: 235px;
    padding: 7px 15px 15px 20px;
    margin-bottom: 70px;
}

div#header {
    right: 0;
    top: 0;
    height: 75px;
    background-color: #003399;
    border-bottom: 1px solid #666;
}

div#header #app_title {
    margin: -65px 0 0 395px;
}

div#header #fse_logo {
    background-color: #FEFEFE;
    padding-left: 2px;
    position: absolute;
    right: 0;
    top: 0;
}

div#header h1 {
    padding-top: 5px;
    font-size: 23px;
}

div#header h4 {
    font-size: 17px;
}

div#header h1,
div#header h4 {
    color: #FFF;
    margin-bottom: 1px;
}

div#wrap {
    position: relative;
    padding-bottom: 15px;
}

p,
li {
    line-height: 150%;
    padding: 0;
}

p {
    margin: 0 0 1em 0;
}

ul {
    padding-bottom: 0.5em;
}

li {
    margin: 0 0 0.5em 0;
}

li.bullet {
    list-style: square;
    margin-left: 1.5em;
}

textarea {
    font-family: Arial;
}

a:hover {
    text-decoration: none;
}

div.containermenu ul li {
    list-style: none !important;
}

hr,
.hr {
    width: 100%;
    border: 1px solid #ddd;
    height: 0px;
    clear: both;
}

.right {
    float: right;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

body #container .scroll-nav li a,
body #container .containermenuheader li a,
body #container .containermenuheader li:hover li a {
    background: #EFEFEF;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#CCCCCC')";
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#CCCCCC');
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#CCC));
    background: -moz-linear-gradient(#FFF, #CCC), url('../images/icons/mark.png');
    background: -khtml-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
    background: linear-gradient(#FFF, #CCC);
    border-radius: 6px;
    border: 1px solid #AAA;
    list-style: none;
    color: #333;
    font-weight: bold;
    display: block;
    padding: 5px 8px;
}

body #container .containermenuheader ul {
    background: #FEDD70;
    padding: 6px 8px 0 8px;
    behavior: url(../css/ie-css3.htc);
    margin: 0;
    overflow: hidden;
}

body #container .containermenuheader li {
    float: left;
    list-style: none;
    margin-right: 8px;
    padding-bottom: 6px;
    margin-bottom: 0;
}

body #container .scroll-nav li a:hover,
body #container .scroll-nav .scroll-nav__item.active a,
body #container .containermenuheader li a:hover,
body #container .containermenuheader li:hover li a:hover {
    background: #0E4096;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6B8CBF', endColorstr='#0E4096')";
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#6B8CBF', endColorstr='#0E4096');
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6B8CBF), to(#0E4096));
    background: -moz-linear-gradient(#6B8CBF, #0E4096);
    background: linear-gradient(#6B8CBF, #0E4096);
    border: 1px solid #081D3F;
    color: #FFF;
    text-decoration: none;
}

body #container .containermenuheader li ul {
    border-top: 0;
    display: none;
    margin-top: 6px;
    position: absolute;
    z-index: 100;
}

body #container .containermenuheader li ul li {
    float: none;
    margin-right: 0;
}

body #container .containermenuheader li:hover ul {
    display: block;
}

div#footer {
    background: #3F3F3F;
    min-width: 980px;
    margin: 0 auto;
    height: 50px;
    margin-top: -50px;
}

div#footer .copy {
    color: #ccc;
    font-size: 95%;
    padding: 15px;
    border-top: 2px solid #000;
}

div#requisitos-tecnicos li {
    list-style: square;
}

div#requisitos-tecnicos li ul {
    margin-top: 0.5em;
    padding: 0;
}

#cntLoad {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
    width: 100%;
    height: 100%;
    background: #FFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#cntMsgLoad {
    background: url("../images/load.gif") no-repeat fixed center;
    font-weight: bold;
    padding-top: 110px;
    text-align: center;
    margin: 30% 0;
    z-index: 101;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.clearboth,
.ulclearboth li {
    zoom: 1;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h2.title {
    background: #EFEFEF;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#CCCCCC')";
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#FFFFFF", endColorstr="#CCCCCC");
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#CCC));
    background: -moz-linear-gradient(#FFF, #CCC);
    background: linear-gradient(#FFF, #CCC);
    margin: 0 0 8px -5px;
    border: 1px solid #E1E1E1;
    padding: 10px;
    border-radius: 5px;
}

#accordion h4 {
    padding: 4px 25px;
}

#accordion h4 .num {
    color: SlateGray;
    padding-right: 5px;
}

#accordion .apartado {}

#accordion_print {
    padding: 10px;
}

.desc {
    padding: 5px;
    font-size: 11px;
    color: Gray;
}

.bott-ann {
    background: url("../images/icons/add.png") no-repeat scroll 4px 6px #F1F0F0;
    padding: 2px 6px 3px 20px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.bott-ann:HOVER {
    color: #0074C7;
    text-decoration: none;
}

.rowadd {
    text-align: right;
}

.del {
    margin-left: 5px;
}

.del_button a span,
.del_municipio span,
.del_itinerario span,
.del span {
    background: url("../images/icons/remove.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 16px;
    width: 16px;
}

.del.borrar-proyecto {
    margin: 0 5px;
}

.icono-requerimientos span {
    background: url("../images/icons/requerimientos.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 16px;
    width: 16px;
}

.icono-aceptarayuda span {
    background: url("../images/icons/aceptar_ayuda.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 16px;
    width: 16px;
}

.icono_download span {
    background: url("../images/icons/download.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 16px;
    width: 16px;
}

.icono_print span {
    background: url("../images/icons/print.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 16px;
    width: 16px;
}

.icono_documentos span {
    background: url("../images/icons/documents.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 16px;
    width: 16px;
}

.icono-ajuste span {
    background: url("../images/icons/ajustes.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 16px;
    width: 16px;
}

#user-boxes {
    margin-top: 10px;
}

div.success-box,
div.info-box,
div.warning-box,
div.error-box {
    margin-bottom: 10px;
    border: 1px solid #D6D6D6;
    padding: 12px 15px 12px 45px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font: normal 100% Arial, sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

div.info-box {
    color: #00529B;
    background: #BDE5F8 url(../images/icons/boxes_info.png) top left no-repeat;
    background-position: 5px 3px;
}

div.success-box {
    color: #4F8A10;
    background: #DFF2BF url(../images/icons/boxes_success.png) top left no-repeat;
    background-position: 5px 3px;
}

div.warning-box {
    color: #9F6000;
    background: #FEEFB3 url(../images/icons/boxes_warning.png) top left no-repeat;
    background-position: 5px 3px;
}

div.error-box {
    color: #D8000C;
    background: #FFBABA url(../images/icons/boxes_error.png) top left no-repeat;
    background-position: 5px 3px;
}

#user-boxes {
    /*background: #000;*/
}

#user-boxes div {
    /*background: none;*/
}

.error_list {
    color: red;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
}

#perfil_usuario_entidad {
    background-color: #FCECB6;
    padding: 2px;
    text-align: right;
    color: #747474;
    font-size: 11px;
}

#perfil_usuario_entidad,
#menu-header,
#menu-header ul ul {
    border-style: solid;
    border-color: #D19405;
    border-width: 0 1px 1px 1px;
}

#perfil_usuario_entidad span {
    padding: 2px 15px;
    display: inline-block;
}


/*** FIRMA DOCUMENTOS ***/

#contenido_firmar h4 {
    font-weight: bold;
    background-color: #c2d59e;
    color: #FFFFFF;
    border: 1px solid #000000;
    text-align: center;
}

#contenido_firmar a {
    text-decoration: none;
    color: #003399;
}

#contenido_firmar table {
    border: 1px solid #000000;
    /*min-height: 100%;*/
    width: 100%;
    text-align: left;
    /*min-width: 980px;*/
    margin-top: 10px;
}

#contenido_firmar tr {
    border-collapse: collapse;
    background-color: #fff;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

#contenido_firmar th {
    border: 1px solid #000000;
    background-color: #91b2d9;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 12px;
}

#contenido_firmar td {
    border: 1px solid #000000;
    vertical-align: middle;
    padding: 12px;
}

#contenido_firmar tr td {
    vertical-align: top;
    text-align: left;
}

#contenido_firmar tr td ul {
    margin: 0;
}

#contenido_firmar tr td ul li {
    padding: 0 0 6px 0;
    list-style-position: inside;
}

#contenido_firmar tr td ul li:last-child {
    padding: 0;
}


/* Acuerdo aprobación */

#contenido_firmar .center {
    text-align: center;
}

#contenido_firmar .txt_acuerdos {
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    text-align: justify;
}

#contenido_firmar .cabecera_acuerdos {
    text-align: right;
    width: 50%;
    margin: 0 auto;
}

#contenido_firmar .txt_acuerdos table,
#contenido_firmar .txt_acuerdos tr,
#contenido_firmar .txt_acuerdos td {
    border: 0px;
}

#contenido_firmar .txt_legend {
    width: 50%;
    border-top: 1px solid;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 10px;
    text-align: justify;
}

#contenido_firmar h4.cab_acuerdos {
    background: none;
    color: #000000;
    border: 0px;
}

#contenido_firmar h5.cab_acuerdos {
    background: none;
    color: #000000;
    border: 0px;
}

#contenido_firmar sup {
    font-size: 8px;
}

#contenido_firmar table label {
    width: auto;
}

#sf_admin_container .para_firmar fieldset {
    border: 0;
    background: none;
}


/*** FIN Firma documentos ***/

.table-border {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-border tr td {
    border: 1px solid #DCDCDC;
    padding: 6px;
}

.table-border thead {
    background-color: #EDEDED;
}

#sf_admin_container tfoot td {
    text-align: left;
}

#sf_admin_container tfoot tr.fila_totales {
    background: #f6f6f6;
}

.data_cell {
    /*color: #00635E;*/
    font-weight: bold;
}

.total_cell {
    color: #1C672D;
    font-weight: bold;
    font-size: 15px;
}

table.data {
    width: 100%;
    margin: 5px 0;
}

table.data tr td {
    border: 1px solid #DCDCDC;
    padding: 6px 17px;
}

table.data thead {
    background-color: #EDEDED;
}

ul.lista-disco {
    list-style: disc;
}

form .actions *,
table .actions * {
    display: inline-block;
    vertical-align: middle;
}

table .actions {
    white-space: nowrap;
}

table .fila_totales {
    font-style: normal;
    white-space: nowrap;
}


/*
#sf_admin_container form table tfoot .fila_totales td {
padding-right: 1em;
} */

.contenedor-tabla {
    overflow-x: auto;
}

.flipped {
    transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotateX(180deg);
    /* Safari and Chrome */
}

.flipped>* {
    transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotateX(180deg);
    /* Safari and Chrome */
}

.campo-textarea label {
    display: block;
    margin-bottom: 5px;
}

.campo-textarea textarea {
    clear: both;
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#presave_message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}


/* ---------------------------------- MÓDULO 2 -------------------------------*/

body #selUserProyecto {
    background: #FCECB6;
    padding: 1px;
    font-size: 11px;
    width: 200px;
}

.treeview {
    font-size: 140%;
}

.treeview .sf_admin_action_new {
    font-size: 70%;
}

#sf_admin_content .treeview li {
    background-position: 0 6px;
    list-style: none;
}

#sf_admin_content .treeview li.collapsable,
#sf_admin_content .treeview li.expandable {
    background-position: 0 -170px;
}

#sf_admin_content .treeview li.last {
    background-position: 0 -1760px;
}

#sf_admin_content .treeview li.lastCollapsable {
    background-position: 0 -106px;
}

#sf_admin_content .treeview li.expandable .lastExpandable-hitarea {
    background-position: -32px -70px;
}

#sf_admin_content .treeview li a {
    margin-left: 5px;
}

#sf_admin_content .treeview .hitarea {
    margin-top: 6px;
}


/* SOBRE GENERADOS SYMFONY */

#sf_admin_container h1 {
    margin-bottom: 0.5em;
}

#sf_admin_bar {
    float: none;
    margin: 0 0 21px 0;
}

.sf_admin_filter table,
.sf_admin_list table {
    width: 100%;
}

#sf_admin_container th,
#sf_admin_container td {
    padding: 0.5em;
    vertical-align: middle;
}

#sf_admin_container tfoot th {
    font-weight: normal;
}

#sf_admin_container form ul.error_list {
    margin: 0;
}

#sf_admin_container ul.sf_admin_td_actions li {
    font-size: 100%;
    margin-right: 3px;
}

#sf_admin_container .notice,
#sf_admin_container .error,
#sf_admin_container ul.error_list li {
    font-weight: bold;
}

#sf_admin_container .error,
#sf_admin_container ul.error_list li {
    background-color: #FFBABA;
    color: #D8000C;
}

#sf_admin_container form .error,
#sf_admin_container form ul.error_list li {
    font-weight: normal;
}

#sf_admin_container .notice,
#sf_admin_container .success {
    background-color: #DFF2BF;
    color: #4F8A10;
}

#sf_admin_container .warning {
    color: #9F6000;
    background: #FEEFB3 url(../sfDoctrinePlugin/images/error.png) top left no-repeat;
    background-position: 5px 3px;
    font-weight: bold;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 4px 0;
    padding: 4px 4px 4px 30px;
}

#sf_admin_container .warning-no-icon {
    color: #9F6000;
    background: #FEEFB3;
    background-position: 5px 3px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 4px 0;
}

#sf_admin_container .errors label {
    color: #D8000C;
}

#sf_admin_container fieldset {
    border-radius: 8px;
}

#sf_admin_container .help {
    color: #015FC8;
    font-style: italic;
    font-size: 0.9em;
    margin-top: 0.3em;
}

.content_left_sidebar {
    margin-left: 6em;
}

.content_left_sidebar.open_menu {
    margin-left: 230px;
}

.scroll-nav {
    position: absolute;
}

.scroll-nav.fixed .scroll-nav__wrapper {
    position: fixed;
    top: 0;
}

.scroll-nav__wrapper {
    background: #FEDD70;
    border: 1px solid #AAA;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #AAA;
}

.scroll-nav__heading {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
}

#sidebarbutton {
    background: #FEDD70;
    border: 1px solid #AAA;
    box-shadow: none;
    float: right;
    margin-right: 0;
}

.scroll-nav__list {
    margin: 0;
    padding: 0;
}

.scroll-nav__item {
    line-height: 1.2em;
    list-style: none;
    padding: 0;
    margin: 0 auto 0.3em auto;
    width: 200px;
}

.scroll-nav__item:before {
    color: #fff;
    display: block;
    position: absolute;
    pointer-events: none;
    text-align: center;
}

.scroll-nav__item.active {
    font-weight: 800;
}

.scroll-nav__item.active a:hover {
    font-weight: 800;
}

#sf_admin_container .scroll-nav__link,
#sf_admin_container .scroll-nav__link:hover {
    display: block;
    margin: 0 auto;
}

.scroll-nav__link:hover {
    color: #fff;
}

.proyectos_itinerarios_content .content_left_sidebar.open_menu {
    margin-left: 180px;
}

.proyectos_itinerarios_content .scroll-nav__item {
    width: 150px;
}


/* VENTANA LOADING*/

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    left: 50%;
    top: 50%;
    position: fixed;
    overflow: hidden;
    padding: 10px;
    width: 500px;
    margin-left: -250px;
    height: 250px;
    margin-top: -125px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

div.loading {
    width: 50%;
    margin-top: 80px;
    margin-left: 120px;
    margin-right: 0px;
    text-align: center;
    display: none;
}

.content-popup h2 {
    color: #48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background-color: #777777;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
    display: none;
}

div#mensaje {
    margin: 0 auto;
    text-align: center;
}

.hide {
    display: none;
}

.pdf_preview {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 2em;
    border: 1px solid #000;
    border-right: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    margin-bottom: 10px;
}

.pdf_preview table {
    width: 100%;
    max-width: 100%;
}

.pdf_preview table th,
.pdf_preview table th label {
    color: #fff !important;
    font-weight: bold !important;
}

.pdf_preview table tr td table {
    padding: 5px;
}

.pdf_preview .tr {
    text-align: right !important;
}

.nolineheight {
    line-height: 6px;
    margin-top: 10px;
    white-space: nowrap;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#sf_admin_container th.centrado {
    text-align: center;
}

#sf_admin_container td.vtop {
    vertical-align: top;
    padding-top: 8px;
    text-align: center;
}

#sf_admin_container td.txtareatop {
    vertical-align: top;
}

.txtareatop  textarea{
    height: 10em;
}

.allancho {
    width: 100%;
}

#sf_admin_container td.paddingleft {
    padding-left: 20px;
}

#sf_admin_container td.paddingleft16 {
    padding-left: 16px;
}

#sf_admin_container input.minwidth{
    width: 50px;
    margin: 0 auto;
}

#sf_admin_container .sf_admin_td_actions li a{
    margin-top:0px;    
}

#sf_admin_container ul.sf_admin_td_actions li.noimgbtn a{line-height: 19px; padding: 3px 11px 4px 10px; vertical-align:top;}

#sf_admin_container ul.sf_admin_td_actions li{
    vertical-align:top;
}

#sf_admin_container .sf_admin_form_row .content {
    padding-left: 15em;
    padding-top: 6px;
    line-height: 150%;
    padding-bottom: 6px;
}

ol.upperlatin li{
    list-style-type: upper-latin;
}

ol.lowerlatin li{
    list-style-type: lower-latin;
}

ol.upperlatin li ul li{
    list-style-type: square;
}

ol.lowerlatin li ul li{
    list-style-type: disc;
}

#contenido_firmar h5 {
    font-weight: bold;
    background-color: #C6D9F1;
    color: #FFFFFF;
    text-align: left;
    padding: 5px;
    text-transform: uppercase;
}


#contenido_firmar .white th {
    border: 1px solid #BFBFBF;
    background-color: #FFFFFF;
    color: #000000;
    vertical-align: middle;
    padding: 6px;
}

#contenido_firmar .white td {
    border: 1px solid #BFBFBF;
    background-color: #F2F2F2;
    color: #000000;
    vertical-align: middle;
    padding: 6px;
}

#contenido_firmar .white th strong{color:#000000; font-weight: normal}

#contenido_firmar .gray th {
    border: 1px solid #FFFFFF;
    background-color: #BFBFBF;
    color: #000000;
    vertical-align: middle;
    padding: 6px;
}

#contenido_firmar .gray th strong{color:#000000; font-weight: normal}


#contenido_firmar .gray th label{
    color: #000000;
}

#contenido_firmar .gray td {
    border: 1px solid #BFBFBF;
    background-color: #FFFFFF;
    color: #000000;
    vertical-align: middle;
    padding: 6px;
}

#contenido_firmar .gray td.tdgray{background-color: #D9D9D9;}

.oculto{display: none}

.lightgray{ background-color:#F2F2F2; border: 1px solid #BFBFBF;}

.middlecolumn{width:49%; display: inline-block;}

.noform{
    border: none;
    background-color: #FFF !important;
   /* pointer-events:none;*/
    -webkit-appearance:none;
}

.right-euro{
    text-align: right !important;
}

#sf_admin_container tfoot th.rightalign { 
    text-align: right;
    padding-right: 5px;
}

.logoClave {
    border-radius: 3px;
}