/* CSS Document */
/*
.contenedor_paginacion {
    font-family       : verdana;
    color             : #5E5E5E;
    font-size         : 12px;
    display           : block;
    margin-top        : 3px;
    margin-bottom     : 5px;
    padding-left      : 5px;
    padding-top       : 6px;
    color             : #fff;
}

.paginador {
    font-family       : verdana;
    font-size         : 11px;
  	border            : 1px solid #999;
  	margin-left       : 4px;
  	padding           : 2px;
  	cursor				    : pointer;
  	background-color	: #ffffff;
  	color             : #5E5E5E;
}

.paginador_seleccionado {
  	background-color  : #FF901C;
  	border            : 1px solid #000000;
  	margin-left       : 4px;
  	padding           : 2px;
  	cursor            : pointer;
  	color             : #5E5E5E;
}
*/

div.contenedor_paginacion {
    text-align        : center!important;
    margin            : 3px auto 0px auto;
    width             : auto;
    position          : relative;
    clear             : both;
    display           : table-cell; /*table-row; */
    padding           : 0px 10px;
}

div.contenedor_paginacion div {
    width             : 30px;
    height            : auto;/*28px;*/
    background-color  : rgba(0, 0, 0, 0.06); /*#DFDFDF;*/
    padding           : 4px 0px 4px 0px;
    border            : 1px solid #BEBEBE;
    float             : left;
    border-radius     : 3px;
    color             : #000;
    font-size         : 12px;
    font-family       : verdana;
    margin-left       : 4px;
    margin-bottom     : 3px;
    cursor            : pointer;
}

div.contenedor_paginacion div:first-child {
    width           : 50px;
    height          : 15px;
    background-color: transparent !important;
    padding         : 0;
    border          : none;
    color           : #fff;
    float           : left;
    font-size       : 12px !important;
    cursor          : default;
}

.paginador_seleccionado {
    width           : 30px;
    height          : 15px;
    background      : #337ab7 !important; /*#8ab933*/
    padding         : 0;
    border          : 1px solid #343434 !important;
    font-weight     : bold;
    color           : #fff !important;
}

/*******************************
    ESTILO MENSAJE EMERGENTE
*******************************/
#contenedor_mensaje {
    padding-top     : 10px;
    line-height     : 16px;
    font-size       : 14px !important;
}

.paginador.slideshow { width:70px !important; }

div#records_paginator { width:115px !important; /*height:28px;*/ padding:0px; margin:0px; margin-left:5px; }
div#records_paginator select { border:none;background:transparent;/*height:23px;*/ padding:4px 0px; margin:0px; text-align:center; }

@media screen and (max-width: 769px) {
    div.contenedor_paginacion div { font-size:15px; }
    div#records_paginator select { font-size:15px !important; }
}
