﻿/*----------------------------
COLORES PRINCIPALES
NARANJA #E57200
VERDE OSCURO #024638
VERDE CLARO #84bd00 
----------------------------*/

html,body
{
    height:100%;
    padding:0;
}

body 
{
    overflow:visible !important;
    padding-right: 0 !important;
}

/*----------------------------
ENCABEZADOS IMPRESIÓN
----------------------------*/
thead
{
    display: table-header-group;
    font-weight: normal;
}
tfoot
{
    display: table-footer-group;
}
tbody
{
    display: table-row-group;
}

th {
  font-weight: normal;
}
/*----------------------------
Login
----------------------------*/

.FondoLogin
{
    /*---------------------------------*/
/* Nueva pantalla login 25/11/2013 */
/*---------------------------------*/
/* IE10 Consumer Preview */ 
/* Mozilla Firefox */ 
/* Opera */ 
/* Webkit (Safari/Chrome 10) */ 
/* Webkit (Chrome 11+) */ 
/* W3C Markup, IE10 Release Preview */ 
height: 100%;
/*background-image:url('../Entorno/fondologin.png');*/
background-repeat:no-repeat;
background-position:bottom;
    
}

/***************************************
DESARROLLO
****************************************/
/*.pnLogin
{
    
    border: 1px solid #dadada;
    width: 270px;
    margin: 0 auto;
    margin-top: 100px;
    float:left;
    padding:10px 0px 30px 0px ;
    background-color:white;
    border-top:15px solid #3333CC;
}*/
/***************************************
PREPRODUCCIÓN
****************************************/
/*.pnLogin
{
    
    border: 1px solid #dadada;
    width: 270px;
    margin: 0 auto;
    margin-top: 100px;
    float:left;
    padding:10px 0px 30px 0px ;
    background-color:white;
    border-top:15px solid #E90707;
}*/
/***************************************
PRODUCCIÓN
****************************************/
.pnLogin
{
    
    border: 1px solid #dadada;
    width: 270px;
    margin: 0 auto;
    margin-top: 100px;
    float:left;
    padding:10px 0px 30px 0px ;
    background-color:white;
    border-top:15px solid #024638;
}
.ContLogin, #ContCiasLogin
{
    
    padding-top:5px;
    padding-bottom:0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 210px;
    margin:0 auto;
    color: #4D4C4A;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;    
}

.ContLogo
{
    text-align:center;    
    padding-bottom :20px;
}

#CamposLogin
{
    font-size: 1.3em;
}
#ContBotonLogin
{
     margin-top:10px;
}
#CamposCiasLogin
{
    font-size: 1.3em;
    margin-top: 30px;
}
.CajaTextoLogin, .CajaTextoCiasLogin
{
    width: 205px;
    border:0;
    outline:0;
    background:transparent;
    border-bottom: 1px solid #d3d3d3;
    height:35px;
    background-color: white;
    margin-bottom:10px;
}
.CajaTextoCiasLogin
{
    font-size: 0.9em;
}
#MensajesLogin, #MensajesPassword
{
    
    width:210px;
    color:#E90707;
    margin-top:10px;
    font-size:13px;
}

#MensajesMail
{

    width:240px;
    color:#E90707;
    margin-top:10px;
    font-size:13px;

}
#MensajeCambioPassword
{
    margin-top:10px;
    font-size:0.9em;
    text-align:right;
    cursor:pointer;
}

.ContBotonLogin
{
    padding: 15px 30px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 310px;
    height: 30px;
    color: #4D4C4A;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
}
.BotonLogin
{    
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding:0;
    width: 210px;
    height: 43px;
    color: White;
    background-color: #024638 !important;
    font-weight: bold;
    cursor: pointer;
}

.BotonLogin:hover
{
   background-color: #84bd00 !important;
   color: white !important;
   border:#84bd00;
}
.BotonAceptarFichero
{
    padding: 5px 7px;
    color: White;
    background-color: #E57200;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    border: none;
    font-weight: bold;
    cursor: pointer;
}
/*BMA 03/02/2020 - Añadidos botones de nueva declaracion*/
 .btn-nuevad
{
  background-image: url("/Entorno/icoNueva.png"); 
  background-position: 3px; 
  background-repeat: no-repeat; 
  padding-left: 25px; 
  height:40px;
  background-color: #024638 !important;
  border: 0px solid #FFFFFF;     
}

 .btn-nuevad:hover
{
  background-image: url("/Entorno/icoNueva2.png"); 
  background-color: #FFFFFF !important;
}

.btn-anulaciones
{   
    text-decoration: none;
    color: white;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    background-color: #E57200;
    height:40px;
    cursor: pointer;
    text-align: center;
    font-size:15px;
    border:1px solid #E57200;
     white-space: normal;
}




#Banners
{
    float:left;
    margin-top:378px;
    margin-right:150px;
}

#ContenedorLogin
{
    width:270px;
    margin:0 auto;
   
}

/*----------------------------
Dynamic Data
----------------------------*/
table.DDGridView
{
    border: 0;
}

table.DDGridView
{
    border: 0;
    overflow: hidden;
}

table.DDGridViewNoScroll
{
    border: 0;
    overflow: hidden;
    height: 100%;
    
}


select.DDDropDown
{
    min-width: 300px;
}

botonHyperlink
{
}
/*----------------------------
GENERAL
----------------------------*/
body
{
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    margin:0 auto;
    font-size: 12px !important;
}

body * 
{
    font-size: 0.8rem;
}

.frameCargando
{    
    background:url(../Entorno/iProgreso.gif) center center no-repeat !important;
}

#bodyFrame, .contFrames
{
    font-size:12px;
}

a
{
    text-decoration: none;
    color: #E57200;
}


h2.DDSubHeader
{
    font-size: 20px;
    font-weight: bold;
    color: #E57200;
    margin-top: 0;
    margin-bottom: 10px;
}

h2.DDSubHeaderNoImp
{
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 2px solid #024638;    
    color: #024638;
    margin-top: 0;
    margin-bottom: 10px;
}


h2.DDFicha
{
    margin-top: 20px;
    margin-left: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #616D6A;
    margin-bottom: 10px;
}

h1
{
    margin: 0;
    padding: 0;
}

fieldset
{
    /*border: 1px solid #589088;*/
    border: 1px solid #d3d3d3; 
    margin-bottom:15px;   
}

fieldset legend
{    
    color: #E57200;
}

a img
{
    border: none;
}

.CajasTexto, .DDDropDown
{
    
    text-decoration: none;
    color: #666666;
    border: #d3d3d3 1px solid;
    vertical-align: bottom;
}

.clearfix:after
{
    clear: both;
}
.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}
.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}
.clearfix
{
}

.wrapper
{
    margin: 0 auto;
  
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
{
    display: block;
}

#Breadcrumb
{   
    font-style: italic;
    color: #E57200;    
    margin-top: 0;
    margin-bottom: 5px;
}

#Breadcrumb a
{
    font-weight: bold;
    text-decoration: none;
}

#Breadcrumb a:hover
{
    font-weight:normal ;
    text-decoration: none;
}
#Cargando
{
   background-color: transparent;
}
    
/***************************************
DESARROLLO
****************************************/

#Cabecera
{
    height: 50px;
    border-bottom: 3px solid #3333CC;
}

/***************************************
PREPRODUCCIÓN
****************************************/
/*
#Cabecera
{
    height: 50px;
    border-bottom: 3px solid #E90707;
}
*/
/***************************************
PRODUCCIÓN
****************************************/
/*
#Cabecera
{
    height: 46px;
    border-bottom: 3px solid #024638;
}
*/
/****************************************/
#InfoUsuario
{
    color: #8c8c8c;
    text-align: right; 
    margin-right: 10px;
    float: right;
    line-height:50px;
}

#lblNombreUsuario
{
    color:#E57200;
    font-weight:bold; 
}
.InfoError
{
    font-style: italic;
    color: #024638;
    margin-left: 10px;
}
.InfoGeneral
{
    font-style: italic;
    color: #111111;
}
.DDValidator
{
    font-style: italic;
    color: #E90707;
}
#ContCerrar a
{
    text-align: right;
    float: right;
   
}
#ContCerrar a
{
    color: #8c8c8c;
    font-size: 12px;
    text-decoration: none;
}

#ContCerrar a:hover
{
    text-decoration: underline;
    font-weight:normal;
}

a.enlace
{
    font-size: 1em;
    font-weight: bold;
    color: #E57200;
    text-decoration: none;
}
a.enlace:hover
{
    font-size: 1em;
    color: #000000;
    text-decoration: underline;
}
.enlacePanel
{
    
    font-weight: normal;
    color: #E57200; 
}
.enlacePanel:hover
{
    
    color: #D0D0D0;
}
a.enlaceSinEstilo
{   
    font-weight :normal ; 
    color:#000000;
    text-decoration: none !important;
}
a.enlaceSinEstilo:hover
{
     font-weight :normal ; 
     text-decoration: underline  !important;
}


.linkGVR
{
    font-size: 1em;
    color: #E57200;
    text-decoration: underline;
}
/*----------------------------
MENÚ
----------------------------*/

#LogoWA
{
    float: left;
    width: 8%;
    margin-bottom: 5px;
}

#logo-menu
{
    float: right;
    width: 75%;
}

#MenuSuperior
{
    height: 40px;
    float: right;
       
}

#BotonesMenu
{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

#BotonesMenu a
{
    background-color: #e6e6e6;
    padding: 10px;
    text-decoration: none;
    
    color: #53565A;
}

#BotonesMenu a:hover
{  
    background-color: #024638;
    color: white;
    text-decoration: none;
}

#BotonesMenu a.BotonesMenuACT
{
    background-color: #024638;
    padding: 10px;  
    color: white;
    text-decoration: none;
}
#BotonesMenu a.BotonesMenuDES
{
    background-color: #e6e6e6;
    padding: 10px;  
    color: #53565A;
    text-decoration: none;
}
#BotonesMenu a.BotonesMenuDES:hover
{
    background-color: #024638;
    color: white;
    text-decoration: none;
}
#Breadcrumb
{
    float: right;
    text-align: right;
    margin-top: 10px;
}

#divFavoritos
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-right:25px;
   
}
#dividioma
{
    float: left;
    margin-right: 15px;
    display:none;
}
#divAyuda
{
    float: left;
}
#imgAyuda
{
    margin-left: 5px;
    cursor: pointer;
}
#MenuLateral
{
    padding-top: 15px;
    float:right;
}

#LateralBotones
{
    border-right:2px solid #d3d3d3;
    padding-left :5px;
    float:left;
}

#LateralBotones a
{
  
    padding-right: 8px;
    display: inline-block;
    color: #53565A;
}

#LateralBotones a:hover
{
    text-decoration:underline;
    font-weight:normal;
    color:#024638 !important;   
}

#LateralBotones a.BotonesMenuACT
{
  
    font-weight: bold;
    color: #024638;
   
}
#LateralBotones a.BotonesMenuDES
{    
    display: inline-block;
    color: #53565A;
}
#LateralBotones a.BotonesMenuDES:hover
{
    text-decoration:underline;   
}

#LateralBotonesTxt
{
    float: left;
}

.MenuTextoInicialNegrita
{
    color: #E57200;
    font-style: italic;
    font-weight: bold;
}
.MenuTextoInicial
{
    color: #024638;
    font-style: italic;
}

/*---------------------------*/

#Contenido
{  
    margin-top :5px;
    text-align: left;
    min-height: 110px;
}


table
{
    width: 100%;
}

tr:nth-child(even)
{
    background: #F2F2F2;
}
tr:nth-child(odd)
{
    background: #FFF;
}

table td
{
    border: 1px solid #ADADAD;
}

.GridViewFilteredDiv table td
{
    border: none;
     text-align:left;
     min-width :60px;
    }

table th
{
    border: 1px solid #DADADA;
    color: White;   
}

.cabecera
{
    background-color: #024638;    
    color: White;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
.cabeceraCenterGrande
{
    background-color: #024638;    
    color: White;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    font-size :1.1em;
}
.cabeceraPeq
{
    background-color: #E57200;
    color: White;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: smaller;
}
.cabeceraCenter
{
    background-color: #E57200;    
    color: White;
    text-decoration: none;
    cursor: pointer;    
    text-align: center;
}
.cabeceraCenterAcciones
{
    background-color: #E57200; 
    color: White;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border: 0px;
}
.cabecera2
{
    background-color: #DADADA;
    color: Black;
    text-decoration: none;
    padding: 4px;
    text-align: center;
    border: 0px !important;
}
.cabeceraIzda
{
    background-color: #DADADA;
    color: Black;
    text-decoration: none;
    padding: 4px;
    text-align: left;
    border: 0px !important;
}
.cabeceraDocumentos
{
    cursor: pointer;
    margin-left: 15px; 
    color: #E57200;
 }
 
.panelCabecera
{
   
    margin-top: 10px; 
    
 }

table a
{
    color: #E57200;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

table a:hover
{
    color: #616d6a;
}


table th
{    
    background-color: #024638;
}

table th a
{
    color: White;
}

table th a:hover
{
    color: White;
}

.detailsTable
{
    border: none;
}

.detailsTable tr
{
    height: 30px;
}

.detailsTable td
{
    border: none;
    padding-left: 5px;
}

.detailsTable label
{
    padding-right: 0px;
}

.detailsTable input
{
    margin-top: 0px;
}

input[type="text"]
{
    
    text-decoration: none;
    color: #666666;
    border: #d3d3d3 1px solid;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
   
}


input[type="submit"], .botonHyperlink, button
{
   
    text-decoration: none;
    color: white;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    background-color: #E57200;
    cursor: pointer;
    text-align: center;
    font-size:15px;
    border:1px solid #E57200;
}

input[type="submit"]:hover, .botonHyperlink:hover
{
    background-color: white;
    color: #024638;
}


select
{
   
    text-decoration: none;
    color: #666666;
    border: #d3d3d3 1px solid;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    
}

.botonHyperlink
{
    padding: 1px;
}


.contFiltrosLeft
{
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}
.contTabla
{
    background: #999;
}

.contTablaMargen
{
    margin-top:10px;
    margin-bottom:20px;
}

.contTablaMargenCodigos
{
    margin-top:10px;
    margin-bottom:20px;
    font-size:15px;
}
.TablaDocumento
{
    border: none;
}

.TablaDocumento tr
{
    border: none;
}

.TablaDocumento tr td
{
    border: none;
    width: 25%;
}

.txtCabeceraCorto
{
    width: 60%;
}

.txtCabeceraSolicitud
{
    width: 55%;
}
.txtCabeceraLargo
{
    width: 80%;
}

.txtCabeceraLargoCias
{
    width: 77%;
    float: right;
    margin-right: 20px;
}


.TablaDocumento tr td input
{
    width: 100%;
}


.TablaDocumentoSolicitud
{
    border: none;
}

.TablaDocumentoSolicitud tr
{
    border: none;
}

.TablaDocumentoSolicitud tr td
{
    border: none;
    width: 100%;
}
.divInfoBotones
{
    float: left;
}
.divBotones
{
    float: right;
    margin-left: 10px;
}

.divBotonesDialog
{
    float: right;
    margin-top: 15px;
}

.divBotonesDialog1
{
    float: right;
    margin-right: 10px;
}
.divNuevoElemento
{
    float: left;
    margin-left: 12px;
    margin-top: 5px;
    cursor: pointer;
    color: #E57200;
}
.filaDetalleCabIzda
{
    float: left;
    width: 50%;
    margin-bottom: 4px;
}
.filaDetalleCabDcha
{
    float: right;
    width: 50%;
    margin-bottom: 4px;
}

.filaDetalleCab
{
    margin-bottom: 4px;
}

.labelCabecera
{
    width: 32%;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
}

.labelCabeceraCorto
{
    width: 23%;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
}

.labelCabeceraTercero
{
    font-weight: bold;
}

.labelCabeceraLargo
{
    width: 16%;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
}


.labelCabeceraLargoCias
{
    width: 16%;
    display: inline-block;
    margin-left: 20px;
}


.nomLineaEdicionResiduoLargo
{
    width: 17.5%;
    text-align: center;
}



.panelDcha
{
    float: right;
    text-align: right;
    margin-top: 10px;
}

.CodigoQR
{
    height: 81px;
    float: right;
    margin-left: 15px;
}

.LogoEmpresa
{
    float: left;
    height: 81px;
}

#DatosSolicitud
{
    margin-top: 25px;
}

.lineasedicionmargen
{
    padding-left:5px;
    }
.cajaslineasedicion
{
    width: 23.75%;
}

.cajaslineasedicionSolicitud
{
    width: 19%;
}

.cajaslineasedicionMed
{
    width: 9%;
}

.cajaslineasedicionPeq
{
    width:6.9%;
    text-align: right;
}

.cajaslineasedicionPeq2
{
    width:7%;
    text-align: right;
}
.cajaslineasedicionPeq3
{
    width:6.9%;
    text-align: right;
}
.textolineasedicion
{
    width: 24%;
    display: inline-block;
    text-align: center;
    background-color: #E57200;    
    color: White;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
}

.textolineasedicionSolicitud
{
    width: 19%;
    display: inline-block;
    text-align: center;
    background-color: #E57200; 
    color: White;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
}

.textolineasedicionMed
{
    width: 9%;
    display: inline-block;
    text-align: center;
    background-color: #E57200; 
    color: White;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
}

.textolineasedicionPeq
{
    width: 6.9%;
    display: inline-block;
    text-align: center;
    background-color: #E57200; 
    color: White;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
}

.botonlineasedicion
{
    width: 18px;
}

.Codigo
{
    font-weight: bold;
    margin-left: 10px;
}


#enchufes
{
    width:140px;
    margin-left:5px;
    margin-top:50px;
}

.ListaIconos
{
    margin: 0;
    padding: 0;
}

.ListaIconos li
{
    list-style-image: none;
    list-style: none;
    width: 130px;
    height:130px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    padding:10px;
    border:1px solid #eaeaea;
    /*background-image: url('../Entorno/fondo_li.png');*/
}

.ListaIconos li:hover
{
    font-weight:bold;
    border:1px solid #E57200;
    cursor:pointer;
    color:White;
    background-image:none;
    background-color:#E57200;
}

/*****************************************
NUEVO DISEÑO
******************************************

.ListaIconos li
{
    list-style-image: none;
    list-style: none;
    width: 150px;
    height:190px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    background-image: url('../Entorno/enchufe.png');
    background-repeat: no-repeat ;
}

.ListaIconos li:hover
{
    font-weight:bold;
    cursor:pointer;
    color:White;
    background-image: url('../Entorno/enchufe_hover.png');
}

.ListaIconos li a
{
    text-decoration: none;
    border: none;
}
*/
.fondogris
{
    background-color: #4F4F4D;
    border: 2px solid #4F4F4D;
    width: 60px;
    border-radius: 15px;
    display: inline-block;
    color: White;
    font-size: 30px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
    height: 35px;
    padding-left: 0;
    padding-top: 25px;
    text-align: right; /*non hover*/
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.fondogris:hover
{
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg); /* IE 9 */
    -moz-transform: rotate(-15deg); /* Firefox */
    -webkit-transform: rotate(-15deg); /* Safari and Chrome */
    -o-transform: rotate(-15deg); /* Opera */
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
}

.textoverde
{  
    color: #024638;
    font-size: 22px;    
    display: inline-block;
    margin-top: 10px;
}

.textoblanco
{
    color: #AAAAAA;
    font-size: 20px;
    display: inline-block;
}

.CajasTextoMenu
{
    font-size: 0.8em;
    text-decoration: none;
    color: #666666;
    border: #666666 1px solid;
    vertical-align: text-top;
    width: 85px;
    height: 20px;
}

.CajasTextoNum
{
    
    text-decoration: none;
    color: #666666;
    border: #666666 1px solid;
    vertical-align: middle;
    text-align: right;
    margin-top: 0;
}

.CajasTexto, .CajasTextoDesplegable
{
 
    text-decoration: none;
    color: #666666;
    border: #666666 1px solid;
    vertical-align: bottom;
}

#divBotonesDerecha
{
    float: right;
    text-align: center;
}

.divBotonesDerecha
{
    float: right; /*width:5%;*/
    text-align: center;
}

.divPanelIzquierda
{
    float: left;
    width: 100%;
    text-align: center;
}

.divBotonDcha
{
    margin-top: 20px;
    margin-left: 10px;
    opacity: 0.6;
}

.divBotonDcha:hover
{
    opacity: 1;
}


.msgError
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #E90707;
}

/*----------------------------
Titulos
----------------------------*/
.titulosPeq
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: black;
}

a:hover
{
    text-decoration: none;
    color: #616D6A;
    
}

.estiloLegend
{
    color: #E57200;
}


/*Tabla TbBotones*/

.tbBotones
{
    margin: 0px;
    border: none;
    background-color: transparent;
}

.tbBotones td
{
    margin: 0px;
    border: none;
    background-color: transparent;
}

.tbBotones tr
{
    margin: 0px;
    border: none;
    background-color: transparent;
}


.PestanaACT
{
    height: 33px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    color: white !important;
    border-top: #666666 1px solid !important;
    border-left: #666666 1px solid !important;
    border-right: #666666 1px solid !important;
    border-bottom: 0px !important;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #024638 !important;
    cursor: pointer;
    text-align: center;
    float: left !important;
    margin: 0px !important;
}


.PestanaDES
{
    color: #024638 !important;
    height: 33px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    border-top: #666666 1px solid !important;
    border-left: #666666 1px solid !important;
    border-right: #666666 1px solid !important;
    border-bottom: 0px !important;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #84bd00 !important;
    cursor: pointer;
    text-align: center;
    float: left !important;
    margin: 0px !important;
}

.PestanaACTROJO
{
    height: 33px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    color: white !important;
    border-top: #666666 1px solid !important;
    border-left: #666666 1px solid !important;
    border-right: #666666 1px solid !important;
    border-bottom: 0px !important;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #b81d2f !important;
    cursor: pointer;
    text-align: center;
    float: left !important;
    margin: 0px !important;
}

.PestanaDESROJO
{
    height: 33px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    color: #000000 !important;
    border-top: #666666 1px solid !important;
    border-left: #666666 1px solid !important;
    border-right: #666666 1px solid !important;
    border-bottom: 0px !important;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #ed919c !important;
    cursor: pointer;
    text-align: center;
    float: left !important;
    margin: 0px !important;
}
.PestanaACTNARANJA
{
    height: 33px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    color: white !important;
    border-top: #666666 1px solid !important;
    border-left: #666666 1px solid !important;
    border-right: #666666 1px solid !important;
    border-bottom: 0px !important;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #f68c1e !important;
    cursor: pointer;
    text-align: center;
    float: left !important;
    margin: 0px !important;
}

.PestanaDESNARANJA
{
    height: 33px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    color: #000000 !important;
    border-top: #666666 1px solid !important;
    border-left: #666666 1px solid !important;
    border-right: #666666 1px solid !important;
    border-bottom: 0px !important;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #fbb771 !important;
    cursor: pointer;
    text-align: center;
    float: left !important;
    margin: 0px !important;
}

.DivPestana
{
    background-color: transparent;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: #024638 1px solid;
}

.DivPestanaNoVisible
{
    background-color: transparent;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: #E57200 1px solid;
    display:none; 
}

/*----------------------------
MENÚ FICHA
----------------------------*/
.MenuIconos
{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.MenuIconos a
{
    text-decoration: none;
    border: 0;
    background-color: transparent;
}

.MenuIconos a:hover
{
    text-decoration: none;
    border: 0;
    background-color: transparent;
}

.MenuSuperiorLogos
{
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 115px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.MenuSuperiorLogos li
{
    float: left;
    width: 160px;
    height: 125px;
}
.MenuSuperiorLogos li a
{
    text-decoration: none;
}

.MenuSuperiorLogos li a:hover
{
    cursor: pointer;
}

.TextoLogoMenu
{
    
    font-weight: bold;
    color: #E57200;
}
.TextoLogoMenu2
{
    font-size: 1em;
    font-weight: bold;
    color: #E57200;
}
.TextoListadoMenu
{
    text-decoration: none;
}
.TextoListadoMenu:hover
{
    color: #E57200;
}

.PanelFicha
{
    float: left;
    width: 160px;
    height: 150px;
}

.tbSinBordes
{
    border: none;
    background-color: transparent !important;
}

.tbSinBordesAncho100
{
    border: none;
    background-color: transparent !important;
    width: 100%; 
}

.tbSinBordesAncho100Derecha
{
    border: none;
    background-color: transparent !important;
    width: 100%; 
    float: right;  
}

.tbSinBordesAcciones
{
    border: none;
    background-color: transparent !important;
}
.CabeceraTabla
{
    background-color: #024638; 
    /*font-weight: bold;*/
    color: White;
}

/*******************************
    Declaraciones
*******************************/
.textolineasedicionDeclaracion
{
    width: 21.3%;
    display: inline-block;
    text-align: center;
    background-color: #E57200; 
    color: White;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
}


.cajaslineasedicionDeclaracion
{
    width: 21.3%;
}

.textolineasedicionDeclaracionMed
{
    width: 11.5%;
    display: inline-block;
    text-align: center;
    background-color: #E57200; 
    color: White;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
}
.cajaslineasedicionDeclaracionMed
{
    width: 11.7%;
}

.textolineasedicionDeclaracionGrande
{
    width: 22.7%;
    display: inline-block;
    text-align: center;
    background-color: #E57200; 
    color: White;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
}
.cajaslineasedicionDeclaracionGrande
{
    width: 22.7%;
}

.erroresValidacion
{
    color: #E90707;
}

.lineaRoja
{
    color: #E90707;
}
.lineaVerde
{
    color: green;
}
.lineaAjuste
{
    color:Maroon;
}
.lineaDES
{
    color:Gray;
}
.textoNegrita
{
    font-weight: bold;
}
.textoNegritaRojo
{
    font-weight: bold;
    color: #b81d2f !important;
}
.textoNegritaRojoMayuscula
{
    font-weight: bold;
        
    color: #b81d2f !important;
    
}
.textoNegritaVerde
{
    font-weight: bold;
    color: #E57200 !important;
}
.cabeceraFactura
{
    font-weight: bold;
    text-align: center;
}
.numeroNegrita
{
    font-weight: bold;
    text-align: right;
}
.numeroNegritaRojo
{
    font-weight: bold;
    text-align: right;
    color: #b81d2f !important;
}
.numero
{
    text-align: right;
}
.numeroGrande
{
    text-align: right;
    font-size :1.1em;
}
.numeroGrandeBorde
{
    text-align: right;
    border-color: #DADADA !important;
    font-size :1.1em;
}


/*----------------------------
Factura Adheridos
----------------------------*/
.cabeceraFactura
{
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    border: none;
    background-color: #dedede !important;
}
.cabeceraFacturaTransparente
{
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    border: none;
    background-color: transparent !important;
}
.lineaFactura
{
    font-size: 0.8em;
    padding-left: 2px;
}

.lineaFacturaGrande
{
    font-size: 0.9em;
    padding-left: 2px;
}

.lineaFacturaMediana
{
    font-size: 0.8em;
    padding-left: 2px;
}

.lineaFacturaNumeroMediana
{
    font-size: 0.8em;
    text-align: right;
    padding-right: 2px;
}

.lineaFacturaNegrita
{
    font-size: 0.8em;
    padding-left: 2px;
    font-weight: bold;
}

.lineaFacturaNumero
{
    font-size: 0.85em;
    text-align: right;
    padding-right: 2px;
}

.lineaFacturaNumeroGrande
{
    font-size: 0.9em;
    text-align: right;
    padding-right: 2px;
}

.lineaFacturaNumeroNegrita
{
    font-size: 0.9em;
    text-align: right;
    padding-right: 2px;
    font-weight: bold;
}
.filaCabeceraFactura
{
    background-color: #dedede !important;
}

.filaCabeceraFacturaVacia
{
    background-color: #dedede !important;
    border:none; 
}

.filaCabeceraFacturaTransparente
{
    background-color: transparent !important;
}

.celdaCabeceraFactura
{
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    border: none;
}

.celdaCabeceraFacturaGrande
{
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    border: none;
}

.celdaCabeceraFacturaTitulo
{
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    border: none;
}

#contFormaPago
{
    margin-top: 20px;
}
.contPieFactura
{
    margin-top: 20px;
    font-size: 0.8em;
}
.contResiduosFactura
{
    margin-bottom: 5px;
    padding: 4px;
    font-weight: bold;
}
#contTotalesFactura
{
    margin-bottom: 10;
}

.tablaSimulada th
{
    background-color: #797979;
}

.tablaSimulada
{
    color: gray;
}
/*----------------------------
Responsabilidades
----------------------------*/

/*----------------------------
Solicitudes
----------------------------*/
td.CeldaVerde
{
    background-color: Green;
    border: 0px;
}
td.CeldaAmarilla
{
    background-color: Yellow;
    border: 0px;
}
td.CeldaRoja
{
    background-color: Red;
    border: 0px;
}
td.CeldaAzul
{
    background-color: Blue;
    border: 0px;
}
/*----------------------------
Tarifas
----------------------------*/
td.CeldaACT
{
    background-color: Green;
    border: 0px;
}
td.CeldaDES
{
    background-color: Orange;
    border:0px;
}
td.CeldaBLOQ
{
    background-color: Black;
    border:0px;
}
td.Linea1
{
    background-color: #F2F2F2;
    border: 0px;
}
td.Linea1Acciones
{
    background-color: #F2F2F2;
    border: 0px;
}
td.Linea1Rojo
{
    background-color: #F2F2F2;
    border: 0px;
    color: #b81d2f !important;
}
td.Linea2
{
    background-color: #ffffff;
    border: 0px;
}
td.Linea1Selec
{
    background-color: #BCD7F3;
    border: 0px;
}

td.Linea1SelecRojo
{
    background-color: #91c5be;
    border: 0px;
    color: #b81d2f !important;
}
.contTermino
{
    min-height: 200px;
}
.imgClic
{
    cursor: pointer;
}
.labelTarifasCabecera
{
    font-weight: bold;
    padding: 2px;
}
.tdSelect
{
    background-color:  #91c5be;
    color: #ffffff;
}
.gridCabeceraTitulo
{
    width: 100%;
    min-height: 20px;
}
.divTerminoSuperior
{
    padding: 10px;
    min-height: 25px;
}
.divTerminoCentral
{
    padding: 10px;
}
.divTerminoCentralT1
{
    background: #AAAAAA;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.CajasTextoNumGrande
{
    font-size: 1.3em;
    text-decoration: none;
    color: #000000;
    border: #666666 1px solid;
    vertical-align: middle;
    text-align: right;
    margin-top: 0;
    height: 20px;
}

.inputNumero
{
    text-align: right;
}
.inputNumeroSoloLectura
{
    text-align: right;
    background-color: #F2F2F2;
}
.tablaSinAncho
{
    width: 0px !important;
}
.tablaAnchoTotal
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.spanNumero
{
    text-align: right;
    float: right;
}


.asterisco
{
    float:left;
    margin-left:3px;
}

.asteriscoDcha
{
    float:right;
}

/*----------------------------
Dialogs
----------------------------*/

.ui-widget-header 
{
    /*background-color: #589088 !important;*/
    background-color: #E57200 !important;    
}


table.tablaTotales
{
    margin-top:20px;
    float:right;
}

table.tablaTotales td

{
    /*width:50px;*/
}

table.tablaLineasFactura td
{
    /*width:50px;*/
}

table.tablaLineasFactura
{
   /* width:1024px;*/
}

.VerAlImprimir
{
    display:none;
}

/*----------------------------
Pie del gridview
----------------------------*/
.FooterStyle
{ 
    color: black;
    text-align: right;
    border-color: #DADADA !important;
    font-size:1em;
    font-weight: bold;
}

.FooterStyleIzq
{    
    color: black;
    text-align: left;
    font-size:1em;
    border-color: #DADADA;  
}

.PieGridViewIzq
{
    color: black;
    text-align: left;    
    font-size:1em;    
 }
 
 .PieGridView{
    color: black;
    text-align: right; 
    font-size:1em;
 }

/*----------------------------
Proyecciones
----------------------------*/
.numFacturadoPequeño
{
    background-color: #666666;
    color: White;
    font-size: 0.8em;
    text-align: right;
}
.numFacturado
{
    background-color:#666666;
    color:White;
    text-align: right;
}
.numVerdePequeño
{
    color:#00483F;
    font-size: 0.8em;
    text-align: right; 
}
.numVerde
{
    color:#00483F;
    text-align: right; 
}
.textPequeño
{
    font-size: 0.8em;
}
.numPequeño
{
    font-size: 0.8em;
    text-align: right;
}
.numeroNegritaPequeño
{
    font-weight: bold;
    text-align: right;
    font-size: 0.8em;
}
.noVisible
{
    display:none;
}

.ValorIdCaEmbalaje
{
    display:none;
}

.ValorIdEmbalaje
{
    display:none;
}

/*----------------------------
Embalajes y pedidos
----------------------------*/
.CajaTextoPedido
{
    width: 95% 
}

.LabelPedido
{
    font-weight: bold;
}

.LabelPedidoUrgente
{
    font-weight: bold;
}

.pnUrgentePedido
{
    border: none;
    background-color: transparent !important;
}


/*--------------------------------------
Incidencias/reclamaciones/solicitudes
--------------------------------------*/
.LabelIncRecSol
{
    font-weight: bold;
}

/*--------------------------------------
Informe seguimiento
--------------------------------------*/
.textoCentrado
{
    text-align: center;
}
.numeroInfSeg
{
    text-align: right;
    padding-right:5px; 
}
.numeroNegritaInfSeg
{
    font-weight: bold;
    text-align: right;
    padding-right:5px; 
}
.textoNegritaInfSeg
{
    font-weight: bold;
    padding-left:5px;
}

/*--------------------------------------
Certificados: Abonos/Cargos
--------------------------------------*/
#contAbonosCargos
{
    margin-top:5px;
    width:100%;   
    }
    

.divCabeceraInfoCertGVR
{
    font-weight: bold;
    margin-top: 5px;
    color: #E57200;
    margin-left: 15px;
}


.desplegable
{
    
    text-decoration: none;
    color: #666666;
    border: #666666 1px solid !important;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial !important;
    border-radius: 5px;
}

.ValorIdAgrupacion
{
    display:none;    display:none; 
}

.textoLink
{
    font-weight: bold;
    cursor: pointer;
    color: #E57200;
}

.cabeceraFacAdherido
{
    font-weight: bold;
    }
    
 .ultTercerosCod
 { 
    float: left;
    width: 50px;
    }
    
 .ultTercerosId
 { 
    float: left;
    width:50px;
    text-align: right;
    }
        
.signature{
 width: 300px; height: 200px;
 border: 1px solid black;
 background: #cdcdcd;
}

#pieDcha {
   position:absolute;
   bottom:0;
   width:98%;
   text-align:right;
   margin-bottom:10px;
}
/****************************
FIRMAS
*****************************/
#divContFirmas
{
    margin:30px;
}

/*PANTALLA VINCULACION DE SOLICITUDES*/

fieldset 
{
/*-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin:4;
  width: 49%;*/
}

/*Menú de la versión móvil.*/

.navbar-toggler-icon
        {
            width:20px !important;
            height:20px !important;
        }
.nav-link
        {
            font-size:smaller !important;
            background-color:white;
        }

.navbar
{
    background-color:white !important;
}

.alinDerecha
{
    text-align: right;
}

.bordeRedondeado
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px double;
}

.gridviewMovil
{
    border:hidden;
}

    .gridviewMovil td
    {
        border:hidden;
    }

.offcanvas-start 
{
    width: 250px !important;
}

/* ESTILOS GENERADOS PARA APLICACIÓN MOVIL */
/* Formateo de la tabla de listado de servicios */
table.lstServicios, table.lstServiciosGrp
{
    border-spacing: 0 5px !important;
    border-collapse: separate !important;
    border: 0 !important;
}
    table.lstServicios td, table.lstServiciosGrp td
    {
        vertical-align: middle !important;
    }

    table.lstServiciosGrp tr:not(.DDFooter) {
        border: 0 !important;
        border-collapse: separate !important;
        border-spacing: 15px !important;
    }

    table.lstServicios tr:not(.DDFooter) 
    {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        transition: box-shadow !important;
        background-color: white !important;
        border-collapse: separate !important;
        border-spacing: 15px !important;
    }

        table.lstServiciosGrp tr:not(.DDFooter) td {
            border: 0 !important;
            border-collapse: separate !important;
            border-spacing: 15px !important;
            padding: 7px !important;
        }

        table.lstServicios tr:not(.DDFooter) td
        {
            border-width: 1px 0 1px 0 !important;
            border-style: solid !important;
            border-color: #dee2e6 !important;
            padding: 7px !important;
        }

        table.lstServicios tr:not(.DDFooter) td:first-child
        {
            border-top-left-radius: 10px !important;
            border-bottom-left-radius: 10px !important;
            border-left: 1px solid #dee2e6 !important;
        }

        table.lstServicios tr:not(.DDFooter) td:last-child
        {
            border-top-right-radius: 10px !important;
            border-bottom-right-radius: 10px !important;
            border-right: 1px solid #dee2e6 !important;
        }
    
    table.lstServicios tr.DDFooter, table.lstServiciosGrp tr.DDFooter
    {
        border-width: 0 !important;
        text-align: right !important;
        background-color: white !important;
    }
    
    table.lstServicios tr.DDFooter td, table.lstServiciosGrp tr.DDFooter td
    {
        border-width: 0 !important;
        text-align: right !important;
        background-color: white !important;
    }

    table.lstServiciosGrp tr:nth-child(even)
    {
        background: none;
    }
    
/* Estilos de visualizacion del detalle de servicio */
div.solMunicipio 
{
    border: 1px solid #dee2e6 !important;
    border-radius: 10px;
    padding: 15px 15px 5px 15px;
    margin-bottom: 10px;
}

    div.solMunicipio button.btnVerSolicitudes 
    {
        background-color: transparent !important;
        border: none !important;
        color: black;
    }

    div.solMunicipio div.collapse > div,
    div.solMunicipio div.collapsing > div
    {
        margin-bottom: 10px;
    }
    
   div.solMunicipio hr {
        width: 50%;
        text-align: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    
    div.solMunicipio div.collapse hr:last-child,
    div.solMunicipio div.collapsing hr:last-child {
        display: none !important;
    }
    
    
div.solMunicipio div[visible="False"] 
{
    display:none !important;
}

table thead th 
{
    background-color: #024638 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #E57200 !important;
}

button.border.border-warn {
    border:1px solid #E57200 !important;
}

button.btn.btn-primary, input.btn.btn-primary
{
    background-color: #E57200 !important;
    border: 1px solid #E57200 !important;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial !important;
}

button.btn.btn-primary:hover, input.btn.btn-primary:hover
{
    color: White !important;
}

#modalFirma 
{
    min-width: 325px !important;
}

#modalFirma .signature-pad 
{
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

input:checkbox {
    border-radius: .25em !important;
}
.form-check input:checkbox {
    float: left !important;
    margin-left: -1.5em !important;
}

input:checkbox {
    width: 1em !important;
    height: 1em !important;
    margin-top: .25em !important;
    vertical-align: top !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    border: 1px solid rgba(0,0,0,.25) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}
button, input, optgroup, select, textarea {
    margin: 0 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

input[type="image"]:disabled 
{
    opacity: 25%;
} 

input[type="image"].ImgCertPendiente
{
    filter: hue-rotate(197deg) invert(1) saturate(200%);
} 

div.leyenda {
    flex-wrap: wrap;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid rgb(222 226 230);
}
    div.leyenda div {
        display: flex;
        align-items: center;
        margin-right: 0.75rem !important;
    }

    div.leyenda div div {
        margin-right: 0.5rem !important;
    }

    div.leyenda div.marcaMultiviaje, div.leyenda div.marcaCont,
    div.leyenda div.marcaTrailer {
        padding-left:2.5px;
    }

div.marcaMultiviaje, div.marcaCont, div.marcaTrailer
{
    text-align: center;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: .3rem;
    background-color: forestgreen;
    color: White;
}

.btndetalles {
    background-color: transparent !important;
    border: none !important;
    color: black;
}


#navTiposListados a {
    text-decoration: none;
    color: white;
    vertical-align: bottom;
    font-family: Source Sans Pro, Century Gothic, Verdana, Arial;
    background-color: #E57200;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    border: 1px solid #E57200;
}

#navTiposListados a:hover {
    background-color: white;
    color: #024638;
}

