﻿
html, body{
  width: 100%;
  overflow-x: hidden;
}
body
{
    background-color:White ;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px; /* con esto queda centrada la pagina */
    padding: 0px;
    color: #696969;
    /*border:1px solid #e4e4e4;*/
    /* width:980px; */
	  text-align:left;
}

img{
  max-width: 100%;
}

/* a:link, a:visited
{
    color: #333333;
    text-decoration: none;
} */

a:hover
{
    color: #000000;
    background-color: #C0C0C0;
}

a:active
{
    color: #333333;
}


p
{
    margin-bottom: 1px;
    line-height: 1.1em;
}

.IMAGE
{
    color: #FF0000;
    text-decoration: none;

}

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 16px;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
h2
{
    font-size: 16px;
    font-weight: 600;
}

h3
{
    font-size: 13px;
}

h4
{
    font-size: 13px;
}

h5, h6
{
    font-size: 9px;
}

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
.imgZoom{
  height: 47px;
  padding: 0;
  -moz-transition:-moz-transform 0.5s ease-in;
  -webkit-transition:-webkit-transform 0.5s ease-in;
  -o-transition:-o-transform .5s ease-in;
  position: relative;
  z-index: 10;
  border: 0;
}
.imgZoom:hover{
  transform: translate(130px,120px) scale(8);
  position: absolute;
  z-index: 15;
  cursor: zoom-in;
}
.page
{
    /* width: 970px; */
    background-color: #fff;
    /* margin: 5px; */

}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color:White;
    width: 100%;
    top: 0px;
    left: 0px;
}
.title{
  padding: 15px 30px;
}
img.logoImg{
  width: 100%;
  max-width: 250px;
  height: auto;
}
img.logo-login{
  max-width: 100%;
  max-height: 120px;
  height: auto;
  width: auto;
}
.header h1
{
    font-weight: 700;
    border: none;
    color: #000000;
    font-size: 15px;
    padding: 0px 0px 0px 5px;
}

.mapa_sitio
{
    padding: 5px 5px;
    margin: 0 0 5px;
    min-height: auto; /*: 420px;*/
    background-color:#fff;
    border-bottom: solid 1px #ddd;
}
.mapa_sitio a{
  color: #aaa !important;
}
.mapa_sitio a:hover{
  background-color: transparent;
  color: blue;
}
.mapa_sitio_nodo_actual
{
    color:#aaa ;
    font-weight: bold;
}

.main
{
    margin: 0px;
    min-height:calc(100vh - 216px) ;
    text-align:left;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

footer
{
    /* width: 960px; */
    color: #FFFFFF;
    background-color: #666 ;
    margin: 0;
    padding: 1px 5px 2px 5px;
    text-align: center;
    line-height: normal;
    height: 45px;
}




/* TAB MENU
----------------------------------------------------------*/
.navbar {
    background-color: #646464;
    padding: 0 15px;
}
.navbar-nav ul li a{
  padding: 10px !important;
  color: white;
}
.navbar-nav ul li a.popout{
  background-image: none !important;
}
.navbar-nav ul li a.popout:after{
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}
    .navbar-nav ul li a:hover {
        background-color: #0303B8;
    }
.navbar-nav ul li ul.level3 {
    background-color: #646464;
    transition: all ease 250ms;
}
.navbar-nav ul li ul.level3 li:hover ul.level4,
.navbar-nav ul li ul.level3 li:hover ul.level4 ul.level5{
  background-color: #646464;
}

@media only screen and (max-width: 991px){
  .navbar{
    padding: 0;
    padding-top: 50px;
    position: relative;
  }
  .navbar-nav ul li a{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  button.navbar-toggler {
    background: white;
    right: 15px;
    position: absolute;
    top: 5px;
    height: 40px;
    width: 60px;
  }
    button.navbar-toggler .burger-icon,
    button.navbar-toggler .burger-icon:before,
    button.navbar-toggler .burger-icon:after {
        width: 40px;
        height: 4px;
        border-radius: 2px;
        background-color: #646464;
        position: absolute;
        top: calc(50% - 2px);
        left: 10px;
        transition: all ease-in 150ms;
    }
  button.navbar-toggler .burger-icon{
    background-color: white;
  }
  button.navbar-toggler .burger-icon:before{
    content: '';
    left: 0;
    top: -10px;
    transform: rotate(45deg) translateX(7px) translateY(8px);
  }
  button.navbar-toggler .burger-icon:after{
    content: '';
    top: initial;
    bottom: -10px;
    left: 0;
    transform: rotate(-45deg) translateX(5px) translateY(-8px);
  }
  .navbar-collapse.collapse.show{
    padding-bottom: 10px;
  }
    button.navbar-toggler.collapsed .burger-icon {
        background-color: #646464;
    }
  button.navbar-toggler.collapsed .burger-icon:before{
    transform: rotate(0deg) translateX(0px) translateY(0px);
  }
  button.navbar-toggler.collapsed .burger-icon:after{
    transform: rotate(0deg) translateX(0px) translateY(0px);
  }
  .navbar-nav ul li{
    position: relative;
    width: 100%;
  }
    .navbar-nav ul li ul.level3 {
        position: relative !important;
        width: 100% !important;
        background-color: #646464;
    }
  .navbar-nav ul li ul.level3 li:hover ul.level4,
  .navbar-nav ul li ul.level3 li:hover ul.level4 ul.level5{
    position: relative !important;
    left: 0 !important;
  }
}
.btn.btn-outline-primary.addCard{
  font-size: 24px;
  line-height: 0;
  height: 42px;
  width: 42px;
  padding-bottom: 8px;
  font-weight: bold;
}
#pageMessages {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 30%;
}

.alert {
  position: relative;
}

.alert .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1em;
}

.alert .fa {
  margin-right:.3em;
}
/*
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-style: normal;
    background-color:#B0006F;
    width: 100%;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index:999;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #B0006F;
    border: 1px solid #000000;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
} */



/* FORM ELEMENTS
----------------------------------------------------------*/
.card-loginDisplay{
  padding: 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.20);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.20);
}
.form-group{
  margin-bottom: 0;
}
    .form-group input {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px); /* 2020-03-23 cambio juge para achicar los circulos de los radio buttom */
        height: calc(2.25rem + 2px);
        /* padding: .375rem .75rem; */ /* 2022-08-24 anulo juan gerlero */
        font-size: 1rem !important;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da !important; 
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
.form-group input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.form-group input[type=checkbox]{
  display: none;
}
.form-group input[type=checkbox] + label{
  padding-left: 30px;
  position: relative;
}
.form-group input[type=checkbox] + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% -10px);
  height: 20px;
  width: 20px;
  border: solid 1px #ced4da;
  border-radius: 3px;
  transition: all ease 250ms;
}
.form-group input[type=checkbox] + label:after{
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  position: absolute;
  left: 2px;
  top: calc(50% - 22px);
  font-size: 25px;
  color: #28a745;
  transition: all ease 250ms;
}
.form-group input[type=checkbox]:checked + label:before{
  border: solid 1px #28a745;
}
.form-group input[type=checkbox]:checked + label:after{
  opacity: 1;
}

/* agrego jgerlero 2020-03-23 para radio*/
        .form-group input[type=radio]{
  display: none;
}
.form-group input[type=radio] + label{
  padding-left: 30px;
  position: relative;
}
.form-group input[type=radio] + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% -10px);
  height: 20px;
  width: 20px;
  border: solid 1px #ced4da;
  border-radius: 30px;
  transition: all ease 250ms;
}
.form-group input[type=radio] + label:after{
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  position: absolute;
  left: 2px;
  top: calc(50% - 22px);
  font-size: 25px;
  color: #28a745;
  transition: all ease 250ms;
}
.form-group input[type=radio]:checked + label:before{
  border: solid 1px #28a745;
}
.form-group input[type=radio]:checked + label:after{
  opacity: 1;
}

/* fin agregado  juan gerlero para radio*/


fieldset
{
    margin: 0;
}

fieldset p
{
    margin: 0px 0px 0px 0px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1em;
    font-weight:600;
    padding: 1px 1px 1px 1px;
}


div.ImagenCentrada
{
    position:absolute;
    top:25px;
    left:405px;
    margin-top:110px;
    margin-left:-300px;
}



/* MISC
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 15px 30px;
    color:Gray ;
}

/* .loginDisplay a:link
{
    color: gray;
}

.loginDisplay a:visited
{
    color: gray;
}

.loginDisplay a:hover
{
    color:#00B050;
} */

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    margin:10px 10px 10px 10px;
}

.bold
{
    font-weight: bold;
    text-align: right;
}

.submitButton
{
    text-align: right;
}

/* DATAGRID */

.gridView
{
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	padding:2px;
}

.headerStyle
{
	font-family:Arial;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#666666;
	text-align:left;
	text-decoration:none;

}

.headerStyle a:link {
     color: #FFFFFF;
     text-decoration:none;
}

.headerStyle a:hover {
     color:#CCCCCC;
     text-decoration:none;
}

.rowStyle
{
	font-family:Arial;
	font-size:8pt;
	background-color:#FFFFFF;
	text-align:left;
}

.alternatingRowStyle
{
	font-family:Arial;
	font-size:8pt;
	background-color:#E6E6E6;
	text-align:left;
}


.SelectedRowStyle
{
  background-color:Yellow;
}

.pagerStyle
{
	font-family:Arial;
	font-size:10pt;
	color:#FFFFFF;
	background-color:#666666;
	text-align:center;
	font-weight:bold;
}

.pagerStyle a:link
{
	font-size:9pt;
	color:#999999;
    text-decoration:none;
    font-weight:normal;
}

.pagerStyle a:hover
{
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}

.pagerStyle a:active
{
    color:#FFFFFF;
    font-weight:normal;
}

.pagerStyle a:visited
{
    color:#FFFFFF;
    font-weight:normal;
}

/* FIN DATAGRID */

/* UTIL PARA OSMOSIS INVERSA */
/* ------------------------- */

.Columna1de4
{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:230px;
    height:auto;
    /*background-color:Yellow  ;*/
    font-size:11px;
    }


.Columna2de4
{
    float:left  ;
    margin:0px 0px 0px 0px;
    padding:0px ;
    width:275px;
    height:auto;
   /*background-color:blue;*/
   font-size:11px;
}

.Columna3de4
{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:275px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}

.Columna4de4
{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:155px;
    height:auto;
  /* background-color:Yellow;*/
   font-size:11px;
}


/* Inicio: Centrar verticalmente dentro de un DIV */
.TablaAlto30
{
    display: table;
	height:30px;
	width:100%;
	/*background-color:Red;*/
}

.Fila
{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: Gray;
    font-weight: bold;
}

.FilaNivel1
{
    display: table-cell;
	vertical-align: middle;
	font-size: 11px;
}

.FilaNivel1Descripcion
{
    display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	height:100px; /* valido para 6 filas en los textbox*/
	/*background-color:Red;*/
}


/* Uso: <div class="TablaAlto30"> <div class="Fila"> AQUI VA EL TEXTO QUE SE CENTRARA VERTICALMENTE </div> </div>  */
/* Fin: Centrar verticalmente dentro de un DIV */

/* FIN UTIL PARA OSMOSIS INVERSA */
/* ----------------------------- */

/* General */

.titulo
{
    float: left;
    left: 0px;
    margin: 2px 3px 3px 0px;
    width: 100%;
    border-bottom: 1px solid #00B050;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}



.imageW190
{
    border: 0px solid #ccc;
    margin:0 auto;
}

.imageW970max
{
    float:left;
    border: 1px solid #ccc;
    padding:2px;
    margin:5px 5px 0px 0px;
    max-width:960px;
}

/* Utiles para DEFAULT.ASPX */
.PanelesDefault
{
      float: left;
      /*background-color:Aqua;*/
      width:300px;
      height:auto;
      /*border: 1px solid #ccc;*/
      margin: 10px 10px 10px 10px;

}


.labelContacto
{
    font-weight: bold;
}

input.boton {
    color: #fff;
    background-color: #0303B8;
    margin-right: 0px;
    height: 27px;
    width: 100% !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
    input.boton:hover {
        background-color: #059ddd;
    }
.cancelButton input.boton{
  background-color: #dc3545;
}
.cancelButton input.boton:hover{
  background-color: #c82333;
}
.ClaseTextBox
{
    padding: 2px;
    margin: 3px 0px 3px 0px;
  /*  text-transform: uppercase; PONE EN MAYUSCULA */
}


.LabelMultiLinea
{
    WHITE-SPACE:pre-wrap;
}


/* PANELES */
/* ------- */

.PanelCompleto
{
    float:left ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:930px;
    height:auto;
    background-color:red ;
    font-size:11px;
}


.PanelIzquiero250
{
    float:left;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:250px;
    height:auto;
    background-color:Blue  ;
    font-size:11px;
}


.PanelCentro250
{
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:250px;
    height:auto;
   background-color:blue;
   font-size:11px;
}

.PanelDerecho250
{
    float:left;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:250px;
    height:auto;
   /*background-color:orange;*/
   /*font-size:11px;*/
}


.PanelIzquiero420
{
    float:left ;
    margin:0px 10px 0px 0px;
    padding:5px;
    width:300px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
}


.PanelDerecho460
{
    float:right   ;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:460px;
    height:auto;
   /*background-color:orange;*/
   /*font-size:12px;*/
}

.PanelDerecho420
{
    float:right   ;
    margin:0px 0px 5px 0px;
    padding:5px;
    width:630px;
    height:auto;
   /*background-color:orange;*/
   /*font-size:12px;*/
}


.PanelIzquiero500
{
    float:left ;
    margin:0px 10px 0px 0px;
    padding:0px;
    width:500px;
    height:auto;
    /*background-color:red ;*/
    /*font-size:11px;*/
}

.PanelIzquierdo30
{
    float:left ;
    margin:0px 10px 0px 0px;
    padding:5px;
    width:10px;
    height:auto;
    /*background-color:red;*/
    font-size:11px;
}


.PanelDerecho370
{
    float:right   ;
    margin:0px 0px 5px 0px;
    padding:5px;
    width:370px;
    height:auto;
    vertical-align:top;
   /*background-color:orange;*/
   font-size:11px;
}

.PanelDerecho370
{
    float:right   ;
    margin:0px 0px 5px 0px;
    padding:5px;
    width:370px;
    height:auto;
    vertical-align:top;
   /*background-color:orange;*/
   font-size:11px;
}

/* Utiles para DIVIDIR EN 3 PANELES */
/* la suma no debe superar los 970 px */
.PanelLeft250
{
      float: left;
     /*background-color:blue;*/
      width:240px;
      height:auto;
      /*border: 1px solid #ccc;*/
      margin: 0px 10px 10px 0px;
}

.PanelLeft350
{
      float: left;
     /*background-color:blue;*/
      width:340px;
      height:auto;
      /*border: 1px solid #ccc;*/
      margin: 0px 10px 10px 0px;
}


.PanelRight370
{
      float:right;
     /*background-color:Red;*/
      width:370px;
      height:auto;
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 10px 0px;
}


.Producto750
{
    float:left;
    margin:5px 0px 0px 0px;
    padding:0px 10px 0px 10px;
    width:750px;
    /*height:100%;*/
     /*min-height:300px;*/
    /*background-color:red ;*/
    font-size:11px;
    }


.ComprobanteIzquierdo50Porc
{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:480px;
    /*height:100%;*/
     /*min-height:300px;*/
   /* background-color:blue ;*/
    font-size:11px;
}

.ComprobanteDerecha50Porc
{
    float:right ;
    margin:0px 0px 0px 0px;
    padding:0px 00px 0px 0px;
    width:480px;
    /*height:100%;*/
     /*min-height:300px;*/
   /* background-color:red ;*/
    font-size:11px;
    }

/* se usa en producto/productoComponente */
.ProductoComponenteIzquierdo35
{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:310px;
    /*height:100%;*/
     /*min-height:300px;*/
   /* background-color:blue ;*/
    font-size:13px;
}

.ProductoComponenteIzquierdo65
{
    float:left ;
    margin:0px 0px 0px 0px;
    padding:0px 00px 0px 0px;
    width:650px;
    /*height:100%;*/
     /*min-height:300px;*/
   /* background-color:red ;*/
    font-size:13px;
    }

.ProductoComponenteDerecho65
{
    float:right ;
    margin:0px 0px 0px 0px;
    padding:0px 00px 0px 0px;
    width:650px;
    /*height:100%;*/
     /*min-height:300px;*/
   /* background-color:red ;*/
    font-size:13px;
    }

/*PAginador*/
.paginador {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px; }
  .paginador > .paginador {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    font-weight: bold; }
    .paginador > .paginador a.aspNetDisabled{
      opacity: 0.5;
    }

    .paginador > .paginador a, .paginador > .paginador a span {
      height: 38px;
      width: 38px;
      border-radius: .25rem;
      background-color: #d8d9de;
      color: #464647;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 5px;
      font-size: 14px; }
      .paginador > .paginador a:hover, .paginador > .paginador a span:hover {
        text-decoration: none;
        background-color: #007bff;
        color: white;
        -webkit-box-shadow: inherit;
                box-shadow: inherit; }
      .paginador > .paginador a.icon, .paginador > .paginador a span.icon {
        background-color: white;
        color: #007bff;
        font-size: 3rem; }
        .paginador > .paginador a.icon:hover, .paginador > .paginador a span.icon:hover {
          color: rgba(0, 123, 255, 0.5); }
    .paginador > .paginador a.aspNetDisabled, .paginador > .paginador span {
      pointer-events: none; }
    .paginador > .paginador a span {
      margin: 0;
      pointer-events: inherit; }
    .paginador > .paginador span {
      height: 38px;
      width: 38px;
      border-radius: .25rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 5px;
      font-size: 14px;
      background-color: #007bff;
      -webkit-box-shadow: inset none;
              box-shadow: inset none;
      color: white; }


.proveedoresH{
  max-height: calc(100vh - 327px);
  overflow-x: hidden;
}


/* PAGINADOR EN GRIDVIEW - AGREGADO 2019-04-15 */

    /* Data Pager Styles */
    tr.pager-row td
    {
        border-top:solid 2px #bbd9ee;
    }
    .pager
    {
        font-family:arial,sans-serif;
        text-align:center;
        padding:6px;
        font-size:18px;
    }
    .pager span.command,
    .pager span.current,
    .pager a.command,
    tr.pager-row td a
    {
        color:#5a90ce;
        padding:0px 5px;
        text-decoration:none;
        border:none;
    }
    .pager a.command:hover,
    tr.pager-row td a:hover
    {
        border:solid 2px #408BB6;
        background-color:#59A5D1;
        color:#fff;
        padding:0px 3px;
        text-decoration:none;
    }
    .pager span.current,
    tr.pager-row td span
    {
	    border:solid 2px #3c3c3c;
        background-color:#3e3e3e;
        color:#fff;
        font-weight:bold;
        padding:0px 6px;
    }
    tr.pager-row td
    {
	    border-top:none;
	    text-align:center;
    }
     tr.pager-row table
    {
	    height:20px;
	    margin:0 auto 0 auto;
    }
    