@charset "utf-8";
/* CSS Document */
.left-margin{
    margin:0 .5em 0 0;
}
 
.right-button-margin{
    margin: 0 0 1em 0;
    overflow: hidden;
}
 
/* some changes in bootstrap modal */
.modal-body {
    padding: 20px 20px 0px 20px !important;
    text-align: center !important;
}
 
.modal-footer{
    text-align: center !important;
}

.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li {
	display:inline
}
.pagination>li>a, .pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index:3;
	color:#fff;
	cursor:default;
	background-color:#337ab7;
	border-color:#337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius:6px;
	border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
/*--------------------------------- rating ------------------------*/

.rating_wrapper *{margin:0; border:0; padding:0;}
.rating_wrapper {overflow:hidden; height:16px;}
.sp_rating{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; line-height:1.7em; color:#5f5f5f; display:block;}
	.rating{float:left; padding-right:4px;}
	.base{background:url(../images/ratings.png) 0 0 no-repeat; width:85px; height:100%; float:left; padding-right:4px; overflow:hidden;}
	.average{background:url(../images/ratings.png) 0 -16px no-repeat; text-indent:-9999px;}
	.votes{float:left; padding-right:4px;color: #000000;}
	.score{ background:url(../images/ratings.png) 0 0 no-repeat; width:85px; height:100%; float:left; position:relative;}
		.score a{display:block; height:100%; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:1em;}
		.score1 {width:20%; z-index:55;}
		.score2 {width:40%; z-index:54;}
		.score3 {width:60%; z-index:53;}
		.score4 {width:80%; z-index:52;}
		.score5 {width:100%; z-index:51;}
		.score a:hover{ background:url(../images/ratings.png) bottom right no-repeat;}
		
		.scorea{ background:url(../images/yes.png) 0 0 no-repeat; width:40px; height:100%; float:left; position:relative;}
		.scorea a{display:block; height:100%; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:1em;}
		.scorea1 {width:100%; z-index:55;}
		.scorea a:hover{ background:url(../images/yes.png) bottom right no-repeat;}
		
		.scoreb{ background:url(../images/no.png) 0 0 no-repeat; width:40px; height:100%; float:left; position:relative;}
		.scoreb a{display:block; height:100%; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:1em;}
		.scoreb1 {width:100%; z-index:55;}
		.scoreb a:hover{ background:url(../images/no.png) bottom right no-repeat;}
		
	.status {height:16px; width:100px; overflow:hidden; position:relative;}
	.statusa {height:16px; width:100px; overflow:hidden; position:relative;}
	.statusb {height:16px; width:100px; overflow:hidden; position:relative;}
	.statusc {height:16px; width:100px; overflow:hidden; position:relative;}
	.statusd {height:16px; width:100px; overflow:hidden; position:relative;}
		
	.score_this{ height:100%; overflow:hidden;}
	
		.score_this a{color:#f37800;}
		

/*--------------------------------------rating end ------------------------------------------------------------*/

/*------ films search by artist --------------------------------*/

.frmSearch {border: 1px solid #a8d4b1;background-color: #c6f7d0;margin: 2px 0px;padding:40px;border-radius:4px;}
#country-list{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;position: absolute; z-index:1000;}
#country-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
#country-list li:hover{background:#ece3d2;cursor: pointer;}
#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}

#country-list2{float:left;list-style:none;margin-top:-3px;padding:0;width:190px;position: absolute; z-index:1000;}
#country-list2 li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
#country-list2 li:hover{background:#ece3d2;cursor: pointer;}
#search-box2{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}

.yellow{background:#FFFF99;}