/**
 * CSS styles for CLinkPager.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 * @since 1.0
 */

ul.yiiPager
{
	font-size:13px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

ul.yiiPager li
{
	display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border:solid 1px #7a7a7a;
	font-weight:bold;
	color:#17a6a;
	padding:5px 10px;
	text-decoration:none;
	border-radius: 90px;
}

ul.yiiPager .page a
{
	font-weight:normal;
}

ul.yiiPager a:hover
{
	border:solid 1px #17a6a;
}

ul.yiiPager .selected a
{
	background-color: #7a7a7a;
	color:#FFFFFF;
	font-weight:bold;
	border-radius: 90px;
}

ul.yiiPager .hidden a
{
	border:solid 1px #17a6ac;
	color:#888888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}


/*
de la pagina 
*/


.circle-customer > span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    line-height: 50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.circle-customer {
    text-align: center;
}
.text-muted {
    color: #6c757d;
	margin-right: .10rem;
	 text-align:left;
}
	
.coment-customer {
    line-break: anywhere;
}
.mr-2, .mx-2 {
    margin-right: .5rem;
}
.rounded {
    border-radius: .25rem !important;
}
.rounded, .rounded-sm {
    border-radius: 8px !important;
}
.circle-customer2 {
	/*
    background-color: #0ABEEF;
    height: 50px;
    width: 50px;
    text-align: center;
	*/
    height: 40px;
    width: 40px;
    margin-left: 5px;
} 

.circle-customer3 {
	/*
    background-color: #0080C5;
    height: 50px;
    width: 50px;
    text-align: center;
	*/
    height: 40px;
    width: 40px;
    margin-left: 5px;
}


.my-lst > :hover {
  /*  transform: scale(1.04);*/
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


ul.yiiPager .first, ul.yiiPager .last {
display: none;
}


