

div.pagination {
	display: block;
	height: 28px;
	margin: 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #007fd4;
    visibility: hidden;
}
div.pagination div.pagelist,
div.pagination div.photo_pagesize_wrap {
    display: inline-block;
}

div.pagination div.pagelist span,
div.pagination div.pagelist a {
	margin: 0 2px;
}

div.pagination div.pagelist span.inactive {
	color: #ebebeb;
	border-color: #d4d5d6;
	background-color: #fff;
	background-image: none;
}

div.pagination .viewopts {
    color: #666;
    font-weight: bold;
}
div.pagination .viewopts span {
    color: #fff;
    font-weight: bold;
    line-height: 18px;
}
div.pagination .viewopts a {
    color: #000;
}
div.pagination .viewopts {
    display: none;
}

body.cbs-entertainment div.pagination .photo_pagesize_wrap,
body.cbs-entertainment div.pagination .viewopts {
    display: inline-block;
    float: right;
    font-weight: normal;
    height: 28px;
}
body.cbs-entertainment.mobile div.pagination .photo_pagesize_wrap,
body.cbs-entertainment.mobile div.pagination .viewopts {
    display: none !important;
}



div.pagination div.pagelist a,
div.pagination div.pagelist span {
    border-color: #007fd4;
	border-width: 1px;
	border-radius: 1px;
	border-style: solid;
	color: #007fd4;
		
    background-color: #fcfcfc;
	background: #fcfcfc;
	display: inline-block;
	
	margin: 0 2px 0 0;
	padding: 2px 8px;
	text-decoration: none;
}

body.mobile div.pagination {
    height: 36px;
}
body.mobile div.pagination div.pagelist a,
body.mobile div.pagination div.pagelist span {
    padding: 8px 14px;
}

div.pagination div.pagelist a.arrow {
    background-color: #fcfcfc;
    background: #fcfcfc;
    
    border-color: #007fd4;
    color: #007fd4;
}
div.pagination div.pagelist a.arrow:hover,
div.pagination div.pagelist a:hover {
    background-color: #1f6db2;
	background: #1f6db2;
	border-color: #000;
    color: #fff;
}

div.pagination div.pagelist span.current:hover,
div.pagination div.pagelist span.current {
    border-color: #007fd4;
    color: #007fd4;
    background: #ebebeb;
    background-color: #ebebeb;    
}
div.pagination div.pagelist span {
    cursor: default !important;
}
div.paginationwrap {
    padding-bottom: 10px;
}



.select2-container .select2-choice {
    border-radius: 1px !important;
    
}
.select2-default {
	color: #333 !important;
}
.select2-container .select2-choice .select2-arrow {
    border-radius: 0;
    border-left: none;
    background-image: none;
    background-color: transparent;
}
.select2-container .select2-choice > .select2-chosen {
    color: #007fd4 !important;
}
