﻿/* Zoptirik Oyun ve Oyunlar*/
body {
	margin: 10px 0 0 0; 	
	padding: 0;
	font: normal .70em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #fff;
	background: url('images/zopback.jpg');
	background-repeat: repeat-x;
	
 	
}

a {
	color: #333; 
	text-decoration: none;	
}

a:hover {
	color: #333;
	text-decoration: none;
}

a img {
	border: 0;
}

.clear {
	height: 0;
	font-size: 0;
	clear: both;
}

p {
	margin: 0;
	padding: 2px;
}

h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #A0080D;
}

h1 { 
	font-size: 1.6em;
} 

h2 {
	font-size: 1.6em; 
	color:#2200c1;
}

h3 {
	font-size: 1.3em;
	font-weight: bolder;
}

hr {
	background: #68050A;
	color: #68050A;
}

/* Header Bolumu */
#header {
	background: url(images/menubg.png);
	width: 982px;
	height: 154px;
	position: relative;	
	margin: 0 auto;
	padding:0;	
	border-top-left-radius:12px;
    border-top-right-radius:12px;
	border-left:4px solid #1a0064;
	border-right:4px solid #1a0064;
	border-top:4px solid #1a0064;
}

#logo {	
    width: 127px;
	height: 120px;
	border: 0;
	margin: 5px;
	position: absolute;
	top: 25px;
	left: 0;	
}

#text {
    width: 428px;
	height: 70px;
	border: 0;
	margin: 5px;
	position: absolute;
	top: 0px;
	left: 250px;
}
#slogan{
	padding:0;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2200c1;
	padding-left:10px;}
#searchform{
	width: 290px;
	position: absolute;
	top: 0px; 
	right: 1px;
    margin: 0; 
	padding-top: 30px;
}

#searchform h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2200c1;	
}

#searchform input[type='text'] { 
	margin: 0 3px; 
	padding: 2px 2px;
	width: 120px;
	background: #d2ddfb;
	font: bold 12px Arial, Sans-serif;
	color: #000; 
	height: 17px;
	border: 2px solid #1a0064;
	border-radius:12px;
	float:right;
}

#searchform input[type='submit'] { 
    margin: 0 3px; 
	padding: 2px 2px;
	width: 80px;
	background: #d2ddfb;
	font: bold 12px Arial, Sans-serif;	
	color: #000;	
	height: 25px;
	border: 2px solid #1a0064;
	border-radius:12px;
}

#searchform input[type='submit']:hover { 
	background: #6993ff;
	color:#FFF;
}

p.dddd {	
    width: 100px;
	position: absolute;
	bottom: 10px; 
	right: 5px;
    margin: 0; 
	padding: 0;
	text-align: left;

}
/* Header Menu Bolumu */
#menu {
	background: url(images/menubg.png) bottom repeat-x;
	width: 855px;
	height: 80px;
	margin: 0 auto;	
	padding-top: 73px;	
	padding-left: 100px;
	border-top-left-radius:12px;
    border-top-right-radius:12px;
}

#menu img {
	width: 48px; 
	height: 48px; 
	border: none;
}

#menu ul {
	font: bolder 1.0em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;		
}

#menu li {
	list-style-type: none;
	float: left;
}

#menu li a {
	float: left;
	display: block;
	padding: 3px 10px;	
	color: #000;
	text-align: center;
	height: 1px;
}

#menu li a:hover {
	color: #A0080D;
	background: #A0080D;
}

/* Ana Sayfa */

#oyun_govde {
	background:#FFF;
	width: 980px;
	margin: 0 auto;
	padding: 1px 1px 30px 1px;
	position: relative;
	min-height: 400px;
	border-left:4px solid #1a0064;
	border-right:4px solid #1a0064;
	
}
#oyun_govde2 {
	background:#FFF;
	width: 980px;
	margin: 0 auto;
	padding: 1px 1px 30px 1px;
	position: relative;
	min-height: 700px;
	border-left:4px solid #1a0064;
	border-right:4px solid #1a0064;
	
}
#yenioyunliste {
	width: 450px;
	float: left;	
	margin-right: 5px;
}

#yenioyunbaslik {
	width: 438px;
	height: 17px;
	padding: 6px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #FCD45F; 
	float: left;
	margin-bottom: 2px;
	background: url(images/yeni.gif) repeat-x;	
}
#reklambaslik {
	width: 780px;
	height: 17px;
	padding: 6px;
	text-align:center;
	font-size: 14px;
	font-family: Arial;
	color: #fff; 
	float: left;
	margin-bottom: 2px;
	margin-left:8px;
	background: url(images/yeniliste.png) repeat-x;	
}

#yenioyunbaslik span {
	text-align: center;
	float: right;
	font-weight: normal;	
}

#yenioyunbaslik span a{
	padding: 2px 6px;
	margin: 0px;
	border: 1px solid #000;
	color: #000;
	background: #FDEFC3;
}

#yenioyunbaslik span a:hover{
	padding: 2px 6px;
	margin: 0px;
	color: #993366;
	background: #FCD45F;
	border-color: #3A4659;
}

#yenioyunlisteme {
	width: 450px;
	padding: 5px 0;
	float : left;
	background: #F8F8EC;

}

.oyunliste {
	width : 106px;
	height : 122px;
	margin: 0 0 2px 5px;
	float : left;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	overflow: hidden;
	font-family : Verdana; 
	color:#262E3B;
}

.oyunliste img{
	width : 102px;
	border: 1px solid #000;
	padding: 1px;
        background: #44526A;
}


.oyunliste img a:hover{
       font-weight: bold;
       color: #000;
 }

#kategorioyun {
	width: 350px;
	min-height: 397px;
	margin-right: 5px;
	float: left;	

}

#kategorioyun .kategoriblok {
	width: 336px;
	min-height: 160px;
	padding: 5px; 
	margin-bottom: 5px;
	border: 3px solid #662299;
	
}

#kategorioyun .mavi{
	background: #25aae1;
}
#kategorioyun .mavi a{
	color: #fff;
}
 #kategorioyun .mavi a:hover{
color: #000;
 }

#kategorioyun .pembe{
	background: #ff99cc;
}
#kategorioyun .pembe a{
	color: #000;
}
 #kategorioyun .pembe a:hover{
color: #fff;
 }
#kategorioyun .mor{
	background: #A349A4;
}	
#kategorioyun .mor a{
	color: #fff;
}
 #kategorioyun .mor a:hover{
color: #000;
 }
.kategoriblok span{
  width: 65px;
  height: 160px;
  display: block;
  float: left;	

}

.oyunk {
	width : 85px;
	height : 80px;
	margin: 0 0 2px 5px;
	float : left;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	overflow: hidden;
	font-family : Verdana; 
}

.oyunk img{
	width : 80px;
	border: 1px solid #FFA31A;
	padding: 1px;
    background: #FFF5CC;
}

#sagblok {
	width: 170px;
	float: right;	
}

.sagblok {
	float: left;
	width: 164px;
	border: 3px solid #034d80;
	margin: 0 0 5px 0;
	background-color: #7c73ff;
}

.sagblok ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sagblok li {
	list-style: none;
	padding: 0;
	margin: 2px 0 2px 5px;
	display:block;
}

.sagblok li a {
	list-style:none;
	width:150px;
	color:#000;
	display:block;
	text-decoration:none;
	background:#e0deff;
	padding:2px 0 3px 5px;
}

.sagblok li a:hover{
	list-style:none;
	width:150px;
	color:#fff;
	display:block;
	text-decoration:none;
	background:#392bff;
	padding:2px 0 3px 5px;
}

.sagblokheader {
	color: #fff;
	border-bottom: 2px solid #e0deff;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 4px;
	margin: 2px;
}

#altblok {
    width: 805px;
	min-height: 60px;
	float: left;	
	margin: 5px 0 0px 0;
	padding: 10px 0px 1px 0px;
	border-top: 2px solid #662299;
}

#altblok ul {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#altblok li {
	display: inline;
}

#altblok li img  {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align:middle;
}

#altblok li a{
	float: left;
	width: 150px;
	padding: 0;
	color: #000;
	font-weight: normal;
	height: 20px;
	font-size: 11px;
	text-align: left;
	margin-left: 8px;
	margin-bottom: 5px;
	background: #E3E3B5;
	border: 1px solid #000;
}

#altblok li a:hover{
	float: left;
	font-weight: bold;
	background: #FFE47A;
	color: #000;
}
#altblok_bottom {
    width: 170px;
	height: 90px;
	float: right;	
	margin: 0;
	/*background: url('images/Sonic.png') no-repeat;*/
	text-align:center;
}
#altblok_bottom a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #03C;
	margin:0 0px;
	padding:0px 0;
    vertical-align:middle;

}

#altblok_bottom img{
    vertical-align: top;
}

#randomoyun {
    width: 600px;
	float: left;	
	background: #E7F6F9;
	margin: 0 0 5px 0;
	padding: 5px;
	

}

#randomoyun p  {
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	margin-bottom: 10px;
	color:black;
}

#randomoyun ul {
	float : left;
	margin : 0 auto;
	padding: 0;
	list-style-type : none;
	width : 100%;
}

#randomoyun li {

	display : block;
	background : #E7F6F9;
	height : 100px;
	width : 100px;
	text-decoration : none;
	display : inline;
	float : left;
	margin : 0px 9px 10px 10px;
	text-align : center;
}

#randomoyun li a {
	text-decoration: none;
	color: #000;
}
#randomoyun li a:hover {
	font-weight: bold;
	color: #000;
}
#randomoyun li:hover {
	text-decoration: none;

}

#randomoyun img{
	width : 98px;
	border: 1px solid #000;
	padding: 1px;
}

#sol_govde {
	float: left;
	width: 602px;
	margin-right: 20px;
}

#cateheader {
	width: 590px;
	height: 17px;
	float: left;
	padding: 6px;
	font-size: 15px;
        
        border-bottom: 2px solid #FCD45F;
	background: url(images/yeni.gif) repeat-x;
	font-family: Arial;
	text-align: center;
}

#catebody {
	width: 586px;
	padding: 6px 6px 6px 10px;
	margin: 0 0 10px 0; 
	float: left;
	height: 670px;
	background: #F8F8EC;
}

.katoyun {
	width : 114px;
	height : 120px;
	float : left;
	margin: 0 2px 2px 0;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	overflow: hidden;
	text-decoration : none;
	font-family : Verdana;
	color:#8F8F8F;
}
.katoyun a{
	color:#FFF;
}
.katoyun img{
	width : 100px;
	border: 1px solid #000;
	padding: 1px;
        background: #4F5F78;
}

#popheader {
	width: 590px;
	height: 17px;
	float: left;
	padding: 6px;
	font-size: 14px;
	border-bottom: 2px solid #FCD45F;
	background: url(images/yeni.gif) repeat-x;
	font-family: Arial;
	text-align: center;
}
#popheader h3{
	width: 590px;
	height: 17px;
	margin:0;
	float: left;
	color:#FFCC33;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
}
#popbody {
	width: 586px;
	padding: 6px 6px 6px 10px;
	margin: 0 0 10px 0; 
	float: left;
	height: 235px;
	background: #F8F8EC;
}

#sag_govde {
	float: left;
	width: 345px;
	padding: 0 5px;
}

.KatDiz {  	
	float: left; 	
	color: #000; 
	margin-bottom: 5px; 
	text-align: left;	
	margin-right: 4px; 
	
	width: 150px;  	
	padding: 0.3em 0 0.3em 15px; 	
	background: #F1F1DA;
	border: 1px solid #000;
	font-weight: normal;
	font-size: 12px;
}

.KatDiz:hover {  	
	float: left;
	color: #fff;
	margin-bottom: 5px;
	text-align: left;
	margin-right: 4px;
	width: 150px;
	padding: 0.3em 0 0.3em 15px;
	background: #EAEAC8;
}

.KatAltDiz {
	float: left;
	width: 171px;
}

#YaziPopUst {
	width: 151px;
	height: 17px;
	float: left;
	padding: 6px;
	margin-bottom: 2px;
	font-size: 14px;
	background: url(images/yazipop.gif) repeat-x;
	font-family: Arial;
}

#YaziPopAlt {
	width: 149px;
	float: left;
	height: 17px;
	text-align: left;
	border: 1px solid #DC7B09;;
	padding: 6px;
	height: 85px;
	background: #FFCC99;
	margin-bottom: 2px;
}

#YaziYeniUst {
	width: 151px;
	height: 17px;
	float: left;
	padding: 6px;
	margin-bottom: 2px;
	font-size: 14px;
	background: url(images/popyeni.gif) repeat-x;
	font-family: Arial;
}

#YaziYeniAlt {
	width: 149px;
	height: 17px;
	text-align: left;
	float: left;
	border: 1px solid #4F9C75;
	padding: 6px;
	height: 160px;
	margin-bottom: 2px;
	background: #B8C6A9;
}

.arasayfasol {
	width: 450px;
	margin-right: 5px;
	float: left;
}

.arasayfabaslik {
	width: 438px;
	height: 17px;
	padding: 6px;
	margin-bottom: 2px;
	font-size: 14px;
	background: url('images/yeniliste.png') repeat-x;
	font-family: Arial;
	font-weight: bold;
	color:#FFF;
}

.arasayfabody {
	width: 450px;
	min-height: 430px;
	float : left;
	background: #FFF4DB;
	color:#000;
}

.arasayfaresim {
	float: left;
	width: 190px;
	height: 140px;
	background: #617698;
	padding: 1px;
	margin: 2px 10px 2px 2px;
	border: 1px solid #000;
}

.arasayfadesc {
	float: left;
	width: 240px;
	font-size: 14px;
}
.arreklam {
	float: right;
	margin: 5px 5px 35px 5px;
}

.arareklam {
	width: 340px;
	margin: 10px auto;

}

.arasayfaorta {
	width: 273px;
	margin-right: 5px;
	float: left;
}	

.benzertitle {
	width: 261px;
	height: 17px;
	margin-bottom: 2px;
	padding: 6px;
	font-size: 14px ;
	background: url(images/benzerbg.png) repeat-x;
	font-family: Arial ;
	color:#FFF;


} 

.benzerbody {
	background: #25aae1;
	float : left;
	padding: 5px 0;
	margin-bottom: 5px;
} 

.benoyun {
	width : 84px;
	height : 90px;
	float : left;
	margin: 0 0 5px 5px;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	overflow: hidden;
	text-decoration : none;
	font-family : Verdana;
	color:#FFF;
} 
.benoyun a{
	color:#FFF;
	
}
.benoyun img{
	width : 80px;
	height : 60px;
	border: 1px solid #AE380A;
	padding: 1px;
    background: #FFF;
}

.arasayfasag {
	width: 160px;
	min-height: 320px;
	float: left;
	margin-bottom: 5px;
}	
.arasayfasag select {
   margin-left:5px;
   width: 150px;
   font-size: 12px;
   font:bold;
   height: 24px;
   border:2px solid #00F;
}

.sagbox {
	margin-bottom: 0px;	
}

#arasayfayeni {
	width: 525px;
	float: right;	
}
	
.arasayfayenititle {
	width: 513px;
	height: 17px;
	padding: 6px;
	margin-bottom: 2px;
	font-size: 14px;
	background: url(images/yeni1.gif) repeat-x;
	font-family: Arial;	
}

.arasayfayenibody {
	width: 513px;
	padding: 6px;
	float: right;
	background: #8CC63F; 
	
}

.arasayfayenibody ul {
	float: left;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}

.arasayfayenibody li {
	display: inline;
	float: left;
}

.arasayfayenibody li a {
	float: left;
	width: 155px;
	padding:0px 5px;
	color: #fff;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	margin-left:5px;
	margin-bottom:5px;
	background: #0a803b; 
}

.arasayfayenibody li a:hover {
	float: left;
	width: 155px;
	color: #000;
	background: #88C8AE;
}

/* Oyun Oynama Sayfası */

#OyunOynama {
	width: 680px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

#OynamaUst {
	width: 668px;
	height: 17px;
	padding: 6px;
	font-size: 14px;
	margin-bottom: 2px;
	background: url(images/yeniliste.png) repeat-x;
	font-family: Arial;
	color:#fff;
}

#OyunBenzer {
	width: 188px;
	float: left;
	/*background: #9c0a0d;*/
	border-left: 1px solid #DC7B09;
	border-bottom: 1px solid #DC7B09;
	border-right: 1px solid #DC7B09;
	margin-left: 4px;
	color:#000;
}

.benz2 {
	width: 192px;
	height: 17px;
	font-size: 14px;
	font-family: Arial;
}

/* tabs */

.container {
	width: 235px;
	float:left;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 29px;
	width: 100%;
	color:#fff;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 31px;
	background: url(images/populer.gif) repeat-x;
	overflow: hidden;
	position: relative;
	color:#fff;
}

ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12px;
	width: 91px;
	border: 1px solid #DC7B09;	
	text-align: center;
	height: 29px;
	outline: none
}

ul.tabs li a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12px;
	width: 91px;
	background: #F7B288;
	border: 1px solid #DC7B09;
	font-weight: bold;
	text-align: center;
	height: 29px;
	outline: none
}

.tab_container {
	border-top: medium none;
	clear: both;
	float: left; 
	width: 100%;
	margin-top: 5px;
	background: url('images/sol_ic.png') repeat-y;
}

.oyun44 {
	width : 86px;
	height : 82px;
	float : left;
	margin: 7px 2px 2px 0;
	font-size: 9px;
	padding-left: 5px;
	font-family: Arial;
	text-align: center;
	overflow: hidden;
	text-decoration : none;
	font-family : Verdana;
	color:#000;
}

.oyunresim6 {
	border: 1px solid #666;
	padding: 1px;
    background: #FFF;
}

#oyuntable {
	float: left;
	padding: 5px;
}

.right-side .baslik, .left-side .baslik {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	height: 17px;
	padding: 6px;
	margin: 5px;
}
.left-side{float:left;width:320px;}
.middle-side{float:left;width:320px;}
.right-side{float:left;width:320px;}

#BenzerUst {
	/*width: 288px;*/
	height: 17px;
	padding: 6px;
	margin-bottom: 2px;
	margin-top: 5px;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	background: url(images/editor-oyunlari.jpg) repeat-x;
}

#BenzerAlt {
	width: 980px;
	float: left;
	
}

.eniyi {
	width : 86px;
	height : 82px;
	float : left;
	margin: 7px 2px 2px 0;
	font-size: 9px;
	padding-left: 5px;
	font-family: Arial;
	text-align: center;
	overflow: hidden;
	text-decoration : none;
	font-family : Verdana;
}

.eniyi img {
	border: 1px solid #8FB266;
	padding: 1px;
    background: #FFF;
}

/* sayfalama */
.sayfalama {
	width: 582px;
	padding: 2px;
	margin: 2px; 
	text-align: center;
	position: relative;
	float: left;
}

.sayfalama a {
	width: 30px; 
	background: #637797; 
	height: 20px; 
	padding-top: 2px; 
	float: left; 
	margin-right: 2px;
}

.sayfalama a:hover {
	width: 30px; 
	height: 20px; 
	background: #445269; 
	padding-top: 2px; 
	float: left; 
	margin-right: 2px;
	color:#FFCC33;
}

.sayfalama b {
	width: 30px;
	height: 20px;
	padding-top: 2px;
	margin-right: 2px;
	font-weight: bold;
	background: #3A4659;
	float: left;
	color:#FFCC33;
}
/* Friv Oyunlar */
.frioyun{float:left; width:80px; height:80px; background:url(images/oyunli.png); margin:4px 5px 3px 4px; overflow:hidden; color:transparent; }
.frioyun:hover{background:url(images/oyunlih.png);}
.frioyun img {float:left; width:70px; height:70px; margin:5px 0 0 5px; background:url(images/yukleniyor1.gif) no-repeat scroll center center #fff;	}
/* Footer Bolumu */
#footer {
	width: 972px;

	border-left:4px solid #1a0064;
	border-right:4px solid #1a0064;
	border-bottom:4px solid #1a0064;
	border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
	text-align: center;	
	background-image: url(/images/footerbg.png);
	background-repeat: repeat-x;
	color: #000;
	padding: 0px 5px 0px 5px;
	margin: 0 auto;
	min-height:153px;
}

#footer a {
	text-decoration: underline;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

#kategoriblok {
    width: 340px;
	min-height: 60px;
	float: left;	
	margin: 0;
	padding: 10px 0px 1px 0px;
	border-top: 2px solid #662299;
}

#kategoriblok ul {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#kategoriblok li {
	display: inline;
}

#kategoriblok li img  {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align:middle;
}

#kategoriblok li a{
	float: left;
	width: 150px;
	padding: 0;
	color: #000;
	font-weight: normal;
	height: 20px;
	font-size: 12px;
	text-align: left;
	margin-left: 11px;
	margin-bottom: 5px;
	background: #F1F1DA;
	border: 1px solid #000;
}

#kategoriblok li a:hover{
	float: left;
	text-decoration: none;
	background: #E3E3B5;
	color: #993399;
}

 .white_content {
			display: none;
            position: relative;
            top: 10%;
            left: 0%;
            width: 100%;
            height: 0%;
            background-color: white;
            z-index:1001;
            opacity:.0;
            filter: alpha(opacity=0);        
		}
		#jpreButton {
			border-radius: 30px 30px 30px 30px;
			background-color: #23A6ED;
			border: 1px solid #2EACEA;
			color: #000;
			cursor: pointer;
			font-weight: bold;
			line-height: 1.5;
			margin: 0 auto;
			padding: 3px 10px;
			text-align: center;
			width: 100px;
            opacity:.0;
            filter: alpha(opacity=0);        
		}
		#jpreLoader {
			height: 25px;
			width: 300px;
			color:#000;
			font-size:14px;
		}
	
		#jprePercentage {
			color: # 000;
			font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
			font-weight: bold;
			text-align: center;
			top: -80%;
		}
		
		
		
		
/*yeni progress bar stili*/		




/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
  to {
    background-position: 0 0;
  }

  from {
    background-position: 44px 0;
  }
}

@-moz-keyframes animate-stripes {
  to {
    background-position: 0 0;
  }

  from {
    background-position: 36px 0;
  }
}

/* Bar which is placed behind the progress */
.ui-progress-bar {
  /* Usual setup stuff */
  position: relative;
  height: 25px;
  /* Pad right so we don't cover the borders when fully progressed */
  padding-right: 2px;
  /* For browser that don't support gradients, we'll set a blanket background colour */
  background-color: #abb2bc;
  /* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
  /* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress */
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  /* Background gradient */
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #949daa), color-stop(100%, #abb2bc));
  background: -webkit-linear-gradient(#949daa 0%, #abb2bc 100%);
  background: -moz-linear-gradient(#949daa 0%, #abb2bc 100%);
  background: -o-linear-gradient(#949daa 0%, #abb2bc 100%);
  background: -ms-linear-gradient(#949daa 0%, #abb2bc 100%);
  background: linear-gradient(#949daa 0%, #abb2bc 100%);
  /* Give it the inset look by adding some shadows and highlights */
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  -o-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
  /* Alt colours */
  /* Progress part of the progress bar */
}
.ui-progress-bar.blue .ui-progress {
  background-color: #339BB9!important;
  border: 1px solid #287a91;
}
.ui-progress-bar.error .ui-progress {
  background-color: #C43C35 !important;
  border: 1px solid #9c302a;
}
.ui-progress-bar.warning .ui-progress {
  background-color: #D9B31A!important;
  border: 1px solid #ab8d15;
}
.ui-progress-bar.success .ui-progress {
  background-color: #57A957!important;
  border: 1px solid #458845;
}
.ui-progress-bar.transition .ui-progress {
  -moz-transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
  -webkit-transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
  -o-transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
  transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
}
.ui-progress-bar .ui-progress {
  /* Usual setup stuff */
  position: relative;
  display: block;
  overflow: hidden;
  /* Height should be 2px less than .ui-progress-bar so as to not cover borders and give it a look of being inset */
  height: 23px;
  /* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
  /* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress-bar */
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  /* Set the background size so the stripes work correctly */

  /* Webkit */
  /* For browser that don't support gradients, we'll set a base background colour */
  background-color: #74d04c;
  /* Webkit background stripes and gradient */
  background: -webkit-gradient(linear, 0 0, 44 44, color-stop(0, rgba(255, 255, 255, 0.17)), color-stop(0.25, rgba(255, 255, 255, 0.17)), color-stop(0.26, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.51, rgba(255, 255, 255, 0.17)), color-stop(0.75, rgba(255, 255, 255, 0.17)), color-stop(0.76, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0.35))), #74d04c;
  /* Mozilla (Firefox etc) background stripes */
  /* Note: Mozilla's support for gradients is more true to the original design, allowing gradients at 30 degrees, as apposed to 45 degress in webkit. */
  background: -moz-repeating-linear-gradient(top left -30deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17) 15px, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0) 30px), -moz-linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #74d04c;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 1px rgba(0, 0, 0, 0.2);
  /* Give it a higher contrast outline */
  border: 1px solid #4c8932;
  /* Animate */

  /* Style status label */
}
.ui-progress-bar .ui-progress span.ui-label {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 13px;
  position: absolute;
  right: 0;
  line-height: 23px;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: rgba(255, 255, 255, 0.45) 0 1px 0px;
  white-space: nowrap;
}
.ui-progress-bar .ui-progress span.ui-label b {
  font-weight: bold;
}