﻿/*
    Este css debe funcionar en todas las paginas
*/

.shadow-mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}

.development {
    font-size: xx-large;
    color: black;
}

.ui-widget-overlay
{
    background: Black;
    opacity: 0.6;
    filter: Alpha(opacity=60); /* IE8 and earlier */
}

/* Pagination */
.pager{	
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;

}
.pager-selector{
float:none !important;
cursor: pointer;
padding: 3px!important;
border: solid 1px #ccc!important;
min-width: 33px;
min-height:30px;
line-height:1.8em;
margin:0!important;
margin-right: -1px!important;
display: inline-block!important;
font-size: .9em!important;  
color:#999;
}
.previousPage{
}
.unselected-page{
}
.previousPage,.nextPage{
}
.firstPage{
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.lastPage{
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.pager-selector:hover{
background: #ccc;

}
.pager .selected-page,.pager .selected-page:hover{
background:#003C63;
color:#fff;
font-weight:bold;
}

.fadeIn 
{ 
         display: block; 
         visibility: visible; 
         position: fixed; 
         z-index: 10000; 
         top: 0px; 
         left: 0px; 
         width: 105%; 
         height: 200%; 
         background-color: #ccc; 
         text-align: center; 
         padding-top: 20%; 
         filter: alpha(opacity=75); 
         opacity: 0.75; 
}

#fader img
{ 
    width: 40px;
}

.processing 
{
    margin: 0 auto;
    color: Red;
    font-size: large;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    background-color: #000000;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: black;
    border: solid;
    filter: alpha(opacity=100); 
    opacity: 1; 
}


.fadeOut 
{
         display: none; 
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

.hidden
{
    display: none;
}
