.parrafo {
	background-color: #F3F3F3;
	border: 1px gray solid;
	width: 30%;
	border-radius: 25px;
	padding: 10px;
}

.parrafo .parrafo {
	background-color: transparent;
	border: none;
}

.parrafo p {
	margin: 0px;
}

/* 4-0.001 */
.dx-vam {
    color: #666;
}

#ASPxPanelLogin_ASPxPanelUsuario_BTEnviar .dx-vam,
#ASPxPanelLogin_ASPxPanelMFA_BtValidar .dx-vam {
    color: #FFFFFF;
}

.etiquetaGris {
    color: #AAA;
}

.etiquetaLegal {
    font-size: 0.7em;
}

.etiqueta, .etiquetaTitulo { 
    font-weight: bold;
    margin-right: 5px;
    color: black;
}
.etiquetaCabecera {
    padding-right: 5px;

}

.etiquetaTitulo {
    font-style:italic;
    color: black;
}

.etiquetaError {
    color: #d93025;
}

.etiquetaHelp {
    font-style: italic;
    color: #d93025;
}
.help {
    margin: 10px 0px 10px 0px;
    background-color: #fce8e6;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(217,48,37,0.4);
}

h2 {
    color: #222222;
    -webkit-margin-before: 0.1em;
    -webkit-margin-after: 0.1em;
    line-height: 120%;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

h2.art-postheader, div.fondo h1 {
    padding-left: 35px;
    background-image: url("./images/postheadericon.png");
    background-repeat: no-repeat;
}

h3 {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.1em;
    font-size: 1em;
}

/* Botones */
.dxbButton_MaterialCompact.dxbTSys,
.dxbButton_Office2010Silver.dxbTSys {
    width: auto;
    margin: 7px 0px 7px 0px;
    padding: 0px;
}

.dxbButton_Office2010Silver.dxbTSys {
    background: white;
}
 
.botonBarra {
    padding: 6px 10px;
    margin-bottom: 2px;
    text-align: left;
    margin-top: 8px;
    /*
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
    */
    background-color: White;
    border: 1px solid #DFDFDF;
    border-bottom-width: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    border-collapse: separate !important;
}

.botonTop {
    border: none !important;
    background-color: transparent;
    box-shadow: none;
    margin: 0px!important;
}

.botonMenu {
    background-color: #f0f0f0;
    margin: 0px !important;
    padding: 2px 0px!important;
}

.botonIcono {
    padding: 6px 10px;
    margin-bottom: 2px;
    text-align: left;
    margin-top: 8px;
    background-color: #58AC40;
    border: 1px solid #58AC40;
    border-bottom-width: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    border-collapse: separate !important;
}

input[type='image']:hover, 
.dxbButtonHover_MaterialCompact,
.dxbButtonHover_Office2010Silver {
    box-shadow: 0 2px 4px 0 rgba(88, 172, 64, 0.2), 0 2px 10px 0 rgba(88, 172, 64, 0.19);
}

/* Panel */
.dxpnlControl_Office2010Silver.dxpnl-edge, .dxpnlControl_Office2010Silver.dxpnl-edge.dxpnl-bar {
    background-color: white;
}

.left {
    position:relative;
    float: left;
    display: block;
    padding: 2px;
}

#headerUsuariosActividades div.left {
    padding: 0px;
}

.marginTop {
    margin-top: 5px;
}
.complete {
    width: 100%;
    display: table;
}

.paneCalendar {
    max-width: 100%;
}

.panelBorde {
    margin: 2px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px;
    padding: 5px 15px 5px 15px;
}

.contenido-derecha {
    text-align: -webkit-right;
}

.contenido-centro {
    text-align: -webkit-center;
}

/* ASPxGridView*/

/*.dxgvAdaptiveHeaderPanel_MaterialCompact {
    display: none;
}*/

.dxgvDataRow_MaterialCompact .dxeHyperlink_MaterialCompact,
.dxgvDataRow_Office2010Silver .dxeHyperlink_Office2010Silver {
    font-weight: bold;
    color: black;
}

.dxgvDetailRow_MaterialCompact{
    background-color: #f9f9f9;
}

/* master */
body {
    padding: 0;
    margin: 0;
    min-height: 240px;
    min-width: 250px;
    font-family: "Roboto Regular", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
}

.leftPanel {
    width: 20%;
    max-width: 215px;
}

.topPanel .dxm-side-menu-button {
    display:none;
}

.art-main {
    padding: 10px 10px 0px;
    margin: 0; /*auto;*/
    width: 98%;
    min-width: 180px;
    line-height: 150%;
}

.panelLogo {
    position: relative;
    float: left;
    display:block;
}

#ASPxPanelTop_ImageLogo {
    max-width: 220px;
    max-height: 45px;
}

@media only screen and (max-width: 1280px) { /*1024*/
    .topPanel .dxm-side-menu-button {
        display: block;
        margin-left: 5px;
        margin-top: 12px;
    }

    .leftPanel .dxm-side-menu-button {
        display: none;
    }
    
    .leftPanel {
        display:none;
    }

    .panelLogo{
        display:none;
    }

    .paneCalendar {
        max-width: 900px;
    }

    h3 {
        font-size: 0.85em;
    }
}

.dxm-side-menu-mode .dxm-slide-panel {
    top: initial; /* Para que el menú se despliegue debajo de la cabecera */
}

.dxm-side-menu-mode .dxm-slide-panel.dxm-expanded .dxm-main, .dxm-side-menu-mode .dxm-slide-panel.dxm-expanded .dxm-popup {
        width: 95% !important;
}
.custom-menu {
    padding-top: 13px;
}

#ASPxPanelLeft .dxm-noSubMenu, 
.dxm-subMenu {
    width: 100%;
}

#ASPxPanelLeft .dxm-separator {
    height: 1px !important;
    border-bottom: 1px solid rgb(192, 192, 192);
    width: 100%;
}

.imagenAlerta {
    margin: 2px;
}

.imagenAlerta {
    background-color: #FFFDF0;
    border-radius: 5px;
    border: #e5e5e5 1px solid;
    margin-bottom: 3px;
    padding: 3px;
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite; /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite; /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 1s infinite; /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: #FFFDF0;
    }

    50%, 100% {
        background-color: yellow;
    }
}

/* Login */
#DDLEmpresa {
    margin-top: 3px;
    margin-bottom: 5px;
    max-width: 200px;
    width: 100%;
    font-size: 17px;
}

.backend_login {
    margin: 10px auto;
    max-width: 300px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #E5E5E5;
    background-color: #F6F6F6;
    border-width: 1px;
    border-style: solid;
    text-align: -webkit-center;
}

.backend_login_imagen {
    margin: 20px auto;
    max-width: 300px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.botonDialogoLogin {
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid transparent;
    border-radius: 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px;
    padding: 5px 15px 5px 15px;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #0C6403;
    /*background-image: -webkit-linear-gradient(top,#0C6403,#006000);
    background-image: linear-gradient(top,#0C6403,#006000);
        */
    color: #FFFFFF!important;
    text-transform: none!important;
    font-weight: bold;
}

.textBoxLogin {
    max-width: 200px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 17px;
}

.etiquetaLogin {
    font-size: 17px;
    color: #222222;
    font-weight: bold;
}

.enlaces_portada {
    margin: 30px auto;
    max-width: 1000px;
}

.enlaces_portada p {
    text-align: center;
}

.artiEnlace {
    color: #006000;
    font-size: 0.9em;
}

@media only screen and (max-resolution: 800px) {
    .backend_login {
        margin: 10px;
    }

    .backend_login_imagen {
        margin: 20px ;
    }
}

/* Master */



/* Facturas Recibidas */
.tieneAdjuntos {
    background-color: lightgreen !important;
    border: 1px solid green !important;
    border-radius: 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px;
    margin-bottom: 2px;
    text-align: left;
}

/* giFichaApliada3.aspx */
.compuesto {
    margin-right: 5px;
}

.visita_imagen, .visita_1, .visita_2, .visita_3, .visita_4 {
    float: left;
    padding: 5px;
}

.visita_3 {
    border: 1px Solid #9F9F9F;
    margin-top: 5px;
    background-color: #fafafa;
}

.barra-0, .barra-1, .barra-2, .barra-3, .barra-4, .PanelDiagnostico {
    float: left;
    vertical-align: top;
}

.barra-0 {
    padding-right: 5px;
}

.barra-2 img {
    margin: 0px;
}

.barra-4 {
    display: none;
}

.barraDatos, .barraDatosAmpliada4 {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    display: table-cell;
}

.barraDatosAmpliada4 {
    display: table;
}

.visita_3_left, .visita_3_right {
    float: left;
    padding: 5px;
}

/* dsSignView */
.formularioFirmas {
    padding: 10px;
}

/* Merge cliente */
.cliente-origen {
    background-color: papayawhip;
    padding: 10px;
    border-top: 3px solid orange;
    width: 50%;
}

.cliente-destino {
    background-color: palegreen;
    padding: 10px;
    border-top: 3px solid green;
    width: 50%;
}

/* Formularios */
.escala, .ampliado {
    border-top: 1px black dotted;
    border-bottom: 1px black dotted;
}
    /* 4-0.001 */

    /* Ficha ampliada */

#ContentPlaceHolderARTI_ASPxPageFicha_GVxVisitas_tcrow0 {
    padding: 5px;
}

#texto_visita {
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Popups */
#ContentPlaceHolderARTI_PanelDiagnostico1_ASPxGVDiagnosticos_DXPEForm_PW-1.dxpcLite_MaterialCompact {
    width: 700px!important;
}

/* Fichaje */
.panelFichaje {
    max-width: 310px;
}

.botonFichaje {
    color: black;
}

/* Tienda virtual */
#ContentPlaceHolderARTI_ASPxCallbackPanelPagos_ASPxFLPago_ASPxFLPago_E1_CD .dx-vam {
    color: gray;
}
    /*
td {
    padding: 2px;
}

body, p
{
  margin: 0.5em 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

body
{
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 0 auto;
  padding: 0;
  color: #242424;
  background-color: #FFFFFF;
}

.izquierda {
    float: left;
    margin-right: 5px;
}

.panel_derecha {
    text-align: right;
    padding: 2px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover,
.art-blockheader .t, .art-vmenublockheader .t, 
h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  padding-bottom: 3px;
  padding-top: 3px;
}


a,
.art-post li a,
a:link,
.art-post li a:link,
a:hover, a.hover,
.art-post li a:hover, .art-post li a.hover {
    text-decoration: none;
    font-size: 12px;
    color: #666;
}


.dxgvControl_Office2010Silver a {
  font-size: 11px;
  color: #666;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
    margin: 0px;
    color: #666;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin: 0;
    color: #444;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.formLogin {
    padding: 5px;
}

.etiqueta {	
		color: #222222;
		font-weight: bold;
		font-size: 12px;
		}

.etiquetaError {
    color: red;
    border: 1px solid red;
    background-color: lightpink;
    padding: 5px;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.etiquetaMensaje {	
		color: #006000;
		border: solid 1px #006000;
		margin: 2px;
		padding:2px;
		background-color: #FFEFD5;
		}

.etiquetaHelp {
    color: silver;
    font-size: 0.9em;
    padding: 5px 0px;
}

.dxsplControl, .dxsplVSeparator, .dxsplHSeparator, .dxsplPane, .dxsplPaneCollapsed, .dxsplVSeparator, .dxsplHSeparator, .dxsplVSeparatorCollapsed, .dxsplHSeparatorCollapsed {
    border: none;
}

#1_CC {
    height: 100%;
}

.dxbButton {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: none ;

    padding: 0px !important;
    text-align: left;
}




.botonCabecera {
    background-color: transparent;
}

.compuesto {
    height: 28px;
    padding-top: 0px!important;
}

select {
    font-size: 12px;
}

input, select, textarea
{
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial;
}

.EditorIdoa {
    color: gray;
}

.textoExplicacion {
    color: #353535;
    font-style: italic;
}
*/



    /* Login */
    /*
.botonDialogo {
    border: 1px solid transparent;
    border-radius: 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px;
    padding: 5px 15px 5px 15px;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #006000;
    background-image: -webkit-linear-gradient(top,#0C6403,#006000);
    background-image: linear-gradient(top,#0C6403,#006000);
    color: #FFFFFF;
    font-weight: bold;
}

    */
    /* Barra izquierda */
    /*
#ASPxNavBarLateral a {
    font-size: 11px;
}
.slogan-4 
{
    padding-top: 10px;
}

.labelDatosGestion
{   color: #666666;
    font-style: italic;
    font-size:11px;
}

    */
    /* Post */
    /*
.art-post
{
  min-height: 600px;
  height: 99%;
  border: 1px solid #e5e5e5;
  padding: 4px;
}

.art-post h3.art-postheader
{
  color: #222222;
  font-size: 13px;
  font-weight: bold;
  line-height: 2em;
  margin-top: 5px;
  margin-bottom: 5px;
}
    */

    /* Buscador */
    /*
.buscador 
{
	float: left;
	padding:0;
	margin:0px;
	width: 100%;
}

.buscador-izq, .buscador-dch 
{
	float: left;
	padding: 0 0 0 2px;
	margin: 5px;
}

.etiquetaBuscador 
{
    color:#666666;
    font-weight:bold;
    font-size: 12px ;
}

.cssPanel 
{
	padding: 5px;
}

    */
    /* Barra herramientas */
    /*

#artiContenido {
    height: 100%;
}
    */
    /* gicalendariovista3 */
    /*
#ContentPlaceHolderARTI_PanelImprimir {
    display: inline-block;
    vertical-align: top;
}
.barraCalendario3 {
    width: 175px;
}

.calendarioDiaSeleccionado {
  background-color: #cccccc!important;
}

.usuarioCalendario, .calendarheader {
  color: #333333;
}

.calendarioComentario {
  color: #666666;
}
    */
    /* Mantenimiento calendarios */
    /*
.calendario_mnto a {
    font-size: 11px;
}
    */

    /* Update panel */
    /*
#ContentPlaceHolderARTI_UpdateProgress1
{
	position: fixed;
	left: 50%;
	top: 50%;
	border: 1px solid gray;
	background-color: Silver;
	margin: -20px 0 0 -20px;
	padding: 20px;
	z-index: 5;
}
    */
    /* Ficha Facturación */
    /*
#factura_left {
    float: left;
    position: relative;
    max-width: 800px;
    min-width: 665px;
}

#factura_right {
    float: left;
    position: relative;
    min-width: 600px;
    margin-left: 10px;
}
*/

    /* uc001 */
    /*
.form_caption_001 {
    width: 85px!important;
}
    */
    /* Paypal */
    /*
.paypal_boton {
    width: 770px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.disclaimer {
    font-style: italic;
}
    */
    /* Producto */
    /*
.producto-descripcion {
    border: none;
}

#ContentPlaceHolderARTI_ucProductoDescripcion1_ASPxFormLayoutFicha_descripcionProducto_I {
    font-family: arial;
    font-size: 13px;
    line-height: 18px;
    color: #3c3c3c;
    min-height: 150px;
    height: 100%;
}

#ContentPlaceHolderARTI_ucProductoDescripcion1_ASPxFormLayoutFicha_0_2 .dxflCaption {
    font-weight: bold;
}

#ContentPlaceHolderARTI_ASPxFLPago_ddAnticipos_B-1 {
    display: none;
}

#ContentPlaceHolderARTI_ASPxFLPago_ddAnticipos {
    border: none;
    font-style: italic;
}
    */

    /* Ficha */
    /*
.barra 
{
	display: table-row;
}

.fichaFoto 
{
	width: auto;
	position: relative;
	float: left;
	padding: 0 5px 5px 0px;
}

.fichaCliente 
{
	width: auto;
	position: relative;
	float: left;
}

.fichaContenido 
{ float: left;
  position: relative;
  left: 0px;
}

#ContentPlaceHolderARTI_PanelInteres 
{ float: left;
  position: relative;
  left: 0px;
  width: 100%;
}

#EventDetailTableUsuario 
{
	z-index: 99;
	width: inherit;
}
    */

    /* Ficha 2 */
    /*
#ContentPlaceHolderARTI_ASPxCallbackPanel1_ASPxPanelInteres_ASPxFormLayout2 {
    max-width: 840px;
    width: 100%;
}
    */
    /* Mantenimiento Clientes */
    /*
.anticipo_importe {
    margin-bottom: 5px;
}

.anticipos_texto {
    padding-left: 5px;
}
    */
    /* Ficha Grafica */
    /*
#ASPxLBEstados {
	width: 100%;
}

.fichaAmpliadaComentarios {
	width: 98%;
}

    */
    /* Calendario */
    /*
TableTitle {
	width: 250px;
}
    */
    /* AsistenciaSecretaria */
    /*
#giAgendaDiariaSecretaria .dxgvCommandColumnItem_Office2010Silver,
#giAgendaDiaria .dxgvCommandColumnItem_Office2010Silver,
#giCitasPropias .dxgvCommandColumnItem_Office2010Silver,
#ContentPlaceHolderARTI_PanelSesionesPendientes .dxgvCommandColumnItem_Office2010Silver {
    margin-left: 3px;
    margin-right: 3px;
}

.dxeRadioButtonList_Office2010Silver {
    margin: 5px 0px;
}
    */
    /* Cuadro de Mando */
    /*
#cuadro_datos {
    display: block;
    width: 100%;
}

#cuadro_datos_cuantitativos, #cuadro_datos_cualitativos {
    display: block;
    width: 100%;
    float: left;
    position: relative ;
}
    */
    /* Ficha ampliada */
    /*
#ContentPlaceHolderARTI_ASPxPageFicha_GVxVisitas_tcrow0 {
    padding: 5px;
}

#ficha_izquierda {
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
}

#ficha_derecha {
    display: block;
    float: left;
    position: relative;
}


#grafico_visita {
    display: block;
    float: left;
    position: relative;
    border: 1px solid gray;
    padding: 10px;
    width: 114px;
    height: 187px;
    margin-bottom: 200px;
    background-color: #cdcad1;
}
    */
    /* Ficha ampliada 3 */
    /*
#ContentPlaceHolderARTI_ASPxPanelDiagnostico2_ASPxGVDiagnostico_DXEFL_DXEditor14_I {
    width: 400px;
}
    */
    /* Login */
    /*


div.resumen.revision {
    border-top: 1px dotted black;
    margin-top: 15px;
}

td.dxgv.ocupada a, td.dxgv.ocupada a:visited {
    color: white!important;
}

.art-postcontent 
{
	margin-bottom: 10px;
}


.destino {
    color: green;
}

.orange {
    color: darkorange;
}

.padding_5px {
    padding: 5px;
}

#ContentPlaceHolderARTI_PanelDiagnostico1 {
    float: left;
}
    */
    /* Agenda diaria */
    /*
#ContentPlaceHolderARTI_ASPxGridViewAgenda_DXMainTable a {
    color: black;
    font-weight: bold;
}
    */
    /* Panel */
    /*
.leftZone {
    float: left;
}

.rightZone {
    float: left;
}
    */
    /* prod006.apsx */
    /*
.rpanelResultadosVN {
    margin-left: 12px;
}

#ContentPlaceHolderARTI_uc0011_ASPxRoundPanelResultado_ASPxLabelVN {
    color: black;
    font-size: 1.3em;
    line-height: 2em;
}
    */
