﻿.report-table td.identation2, .report-table th.identation2
{
    padding: 4px 0 6px 70px;
}

.report-underline
{
    border-bottom: solid thin white;
}

/* Jplot styles */
.jqplot-title
{
    left: 62px!important;
    text-align: left!important;
}

.jqplot-xaxis
{
    bottom: -30px!important;
}

.jqplot-yaxis
{
    left: 15px!important;
    top: 18px !important;
}

.jqplot-yaxis-label{
	left: -35px !important;
}

.jqplot-grid-canvas{
	top: 18px !important;
}

.jqplot-barRenderer-highlight-canvas, .jqplot-event-canvas, .jqplot-series-canvas, .jqplot-series-shadowCanvas{
	top: 34px !important;
}

#report-content-graphics
{
    display: inline-block;
    width: 100%;
    position: relative;
}

#chart2
{
    margin-top: 70px !important;
    margin-bottom: 30px !important;
}

.charts{
	position: relative;
	width: 600px;
	height: 350px;
}

.save-buttons{
	position: absolute;
	right: 0;
	top: 32px;
	display: none;
}

#report-filters .hideSelect{
    display: none;
}

#paginador{
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: none;
}

.btns-paginador{
	border: none;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

#btn-prev {
	background: url("/Content/Img/prev@2x.png") no-repeat;
	background-size: 100% 100%;
}

#myPaginator{
	display: inline-block; 	
	vertical-align: top;
}

#btn-next {
	background: url("/Content/Img//next@2x.png") no-repeat;
	background-size: 100% 100%;
}
a#downloadImage,a:visited#downloadImage,a:hover#downloadImage, a:active#downloadImage
{
	-webkit-appearance: button;
	padding: 4px 8px;
	color: inherit;
}


@media only screen and (min-width: 320px) and (max-width: 479px)
{
    #logo-ido
    {
        width: 55%;
        margin-left: 10px;
        margin-top: 11px;
    }

    #report-normal #scroller, #report-normal .report-table { width: 1092px; }
    #report5 #scroller, #report5 .report-table, .report5 .scroller, .report5 .report-table{ width: 1092px; }
    
    .jqplot-barRenderer-highlight-canvas, .jqplot-event-canvas, .jqplot-series-canvas, .jqplot-series-shadowCanvas{
		top: 49px !important;
	}

    #chart1, #chart2
    {
        width: 100%!important;
        margin: 34px auto 0 auto!important;
        float: none;
    }
    
	#report-content-graphics{
	 margin-top: 20px;
	}
    
    .charts{
		width: 100%;
		margin-bottom: 70px;
	}
	
	#chart-content-2{
		padding-top: 5px;
	}
	
	.jqplot-title{
		left: 0 !important;
	}
	
	.save-buttons{
		top: -32px;
	}
	
	#save-button-2{
		top: 0;
	}
	
	.jqplot-yaxis{
		left: 20px!important;
		font-size: 10px;
	}
	
	.jqplot-yaxis-label {
		left: -30px !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
    #logo-ido
    {
        width: 55%;
        margin-left: 10px;
        margin-top: 11px;
    }

    #content{ padding: 10px; }
    #content-filters{ padding: 0 95px; }

    #chart1, #chart2
    {
        width: 80%!important;
        margin: 34px auto 0 auto!important;
        float: none;
    }
    
    .charts{
		width: 100%;
		margin-bottom: 70px;
	}
	
	#chart-content-2{
		padding-top: 5px;
	}
	
	.jqplot-title{
		left: 0 !important;
	}
	
	.save-buttons{
		top: -32px;
	}
	
	#save-button-2{
		top: 0;
	}
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1024px)
{
    #logo-ido
    {
        width: 55%;
        margin-left: 10px;
        margin-top: 11px;
    }

    #chart1, #chart2
    {
        width: 80%!important;
        margin: 34px auto 0 auto!important;
        float: none;
    }
}




 /*inicia task162738*/
 
 
/*--------------*/


 
.report-table td, .report-table th{
    padding: 4px 0 6px 6px;
    text-align: left;
}

.formato tbody tr td, .formato thead tr th{
	
	padding: 4px 0 6px 6px;
    text-align: center;
}

 
.divFiltros{
		margin-bottom:20px;
}

.ocultarDiv{	
	display: none;
}
	
	
/* Use overflow:scroll on your container to enable scrolling: */

.pintar-tabla{	
	max-height: 300px;
}

.grande{
  /*max-height: 150px;*/
  overflow: scroll;
}

.pequena{
	overflow-y: scroll;
	overflow-x: hidden;
}


/* Use position: sticky to have it stick to the edge
 * and top, right, or left to choose which edge to stick to: */
 
  thead tr.first th, thead tr.first td {
       position: sticky;
       position: -webkit-sticky; /* Safari */
       top: 0;
       background: #4194c3!important; 
       color:white; 
       font-family:Tahoma, Helvetica;     
   }

   thead tr.second th, thead tr.second td {
       position: sticky;
       position: -webkit-sticky; /* Safari */
       background: #4194c3!important;      
       color:white;     
   }


.tabla-cuerpo th.fijar {
     position: sticky;
     left: 0px;  
}



/*.tabla-encabezado th.fijar {
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
   
}*/
/*
.tabla-cuerpo th.fijar {
  position: -webkit-sticky;
  position: sticky;
  left: 0;   
}*/



.odd{
	background: #FFFFFF; 
}

.even{
   background: #e2e2e2;
}


/* To have the header in the first column stick to the left: */

.tabla-encabezado th:first-child {
  left: 0;
  z-index: 2;
}



/* Just to display it nicely: */

.tabla-encabezado th {
 /* background: #4194c3!important; 
   Ensure this stays above the emulated border right in tbody th {}: 
    z-index: 1;*/
    min-width: 75px;
    max-width: 75px;

}

.tabla-cuerpo th {
   /*background: #FFF;
  Browsers tend to drop borders on sticky elements, so we emulate the border-right using a box-shadow to ensure it stays: 
  box-shadow: 1px 0 0 0 #ccc;*/
     min-width: 75px;
     max-width: 75px;      
}


.report_pronosdemanda{
  border-collapse: collapse;
}


.tabla-cuerpo tr td, .tabla-cuerpo tr th,
.tabla-encabezado tr th
{  
   border: dashed 1px lightblue;
}

 /*finaliza task162738*/
 
.alignRightBigTitle{
    text-align: right;
}

.alignCenterBigTitle{
    text-align: center;
}


.alignLeft{
    text-align: left;
    padding-left: 0; 
}

.num {
  mso-number-format:General;
}
.text{
  mso-number-format:"\@";/*force text*/
}



ul li {
list-style: disc;
display: list-item;
}
