body{
	background-size: cover;
    background-repeat: no-repeat;
    color:#dfdede !important;
    background-color: #1c1c1c !important;
    font-size:14px;
    font-family:Courier, Times, serif !important; 
    //font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

/** TopContainer **/
.clickButton{
    height: 180px;
    width: 320px;
    width: 180px;
    background-color: #1c1c1c; 
    //background-image: url("http://users.telenet.be/coh/resources/resources/images/cent.png");
    background-image: url("images/Coin.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    margin-top: 1px;
    margin-left: 1px;
}

.topMainContainer{
	height: 180px;
}

.missionContainer{
	margin-top: 5px;;
}

.clickButton:hover {
	width: 182px;
	height: 182px;
	margin: 0px;
}
.clickButton:active {
	width: 176px;
	height: 176px;
	margin-top: 3px;
    margin-left: 3px;
}
	
.clickButtonContainer{
    margin-top: 15px;
    margin-left: auto;
}


.clickLabel{
    font-size:22px !important;
    margin-top: 20px;    
}

.secondLabel{
    font-size:14px !important;
    margin-top: 5px;
}

.currentLevelLabel{
	font-size: 22px;
	margin-top: 10px;
}

.allTooltips{
	width: 100px;
}

.levelBar{
	background-color: #464444;
	border-width: 1px;
	height: 12px;
 	border-color: #dfdede !important;
 	width: 250px;
 	margin-top: 15px;
}

.speedUpButton, .repeatMissionButton{
	margin-top: 10px;
}

.nextMissionLabel{
	font-size:14px;
	margin-top: 20px;
}

.nextMissionCounterLabel{
	font-size:22px;
    margin-top: 10px;
    color: red;  
}
.missionResultContainer{
	border:3px solid #dfdede;
	border-radius:15px;
	margin-top: -5px;
}

.totalBulletsLabel, .totalHonorLabel{
	font-size: 22px;
	margin-top: 20px;
}

.missionDeadLabel, .missionJailedLabel{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 330px;
}

.missionResultLabelFailed, .fightResultLabelLost{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
	color: red;
}

.missionResultLabelSucceeded, .fightResultLabelWon{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
	color: green;
}

.missionDeadLabel, .missionJailedLabel{
	font-style: italic;
	font-size: 12px;
}


.x-btn-default-small, .recruitButton{
	border-top: 1px solid #dfdede;
	border-right: 1px solid #dfdede;
	border-left: 1px solid #dfdede;
	border-bottom: 1px solid #dfdede;
   	background: #464444;
   	background: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#464444));
   	background: -webkit-linear-gradient(top, #1c1c1c, #464444);
   	background: -moz-linear-gradient(top, #1c1c1c, #464444);
   	background: -ms-linear-gradient(top, #1c1c1c, #464444);
   	background: -o-linear-gradient(top, #1c1c1c, #464444);
   	padding: 4.5px 10px;
   	-webkit-border-radius: 6px;
   	-moz-border-radius: 6px;
   	border-radius: 6px;
   	//-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	//-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	//box-shadow: rgba(0,0,0,1) 0 1px 0;
   	//text-shadow: rgba(0,0,0,.4) 0 1px 0;
   	color: #dfdede;
   	font-size: 14px;
   	font-family:Courier, Times, serif !important; 
   	text-decoration: none;
   	vertical-align: middle;
   	cursor: pointer;
}

.x-btn-default-small-menu-active, .x-btn-default-small-pressed, .recruitButton:active {
   background: #1c1c1c !important;
}

.x-btn-default-small-over, .recruitButton:hover{
	background: #464444;
}

.x-btn-default-small .x-btn-inner {
	font-size: 14px;
	color: #dfdede;
	font-family:Courier, Times, serif !important; 
}

.x-progress-default .x-progress-bar-default{
	background-image: none !important;
	background-color: #dfdede !important;

}

.x-panel-body-default{
    background-color: #1c1c1c !important;
    border: none !important;
}

.x-tab-bar-default-top{
    background-color: #1c1c1c !important;
    background-image: none !important;
    border: none !important;
    margin-top: 15px;
}

.x-tab-bar-strip-default{
	border: none !important;
	background-color: #1c1c1c !important;
}

.x-tab-default-top, .x-tab-default-left, .x-tab-default-right{
	border: none !important;
	background-color: #464444 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.x-tab-default-top-active, .x-tab-default-left-active, .x-tab-default-right-active{
	background-color: #1c1c1c !important;
}

.x-tab-default .x-tab-inner {
	font-size: 16px;
	font-weight: bold;
	font-family:Courier, Times, serif !important; 
	color: #1c1c1c;
	line-height: 30px;
}

.x-tab-default-active .x-tab-inner {
	color: #dfdede !important;
}

:focus {
outline: 0;
}

.x-panel-header-text-container-default {
	color: #dfdede !important;
	font-size:14px !important;
    font-family:Courier, Times, serif !important;  
}

.x-panel-header-default{
	background-image: none !important;
	background-color: #464444;
}

.x-panel-header-default {
	border: none !important;
}

.x-panel-header-default-top {
	-webkit-box-shadow: #dfdede 0 1px 0 0 inset;
	-moz-box-shadow: #dfdede 0 1px 0 0 inset;
	box-shadow: #dfdede 0 1px 0 0 inset;
}

/** WarContainer **/
.totalAttackPowerLabel{
	font-size: 22px;
	margin-top: 20px;
}

.x-form-cb-checked .x-form-checkbox {
	background-position: 0 -13px;
}
//.x-form-checkbox {
	//width: 17px;
	//height: 17px;
	//background: url("images/form/checkbox.gif") no-repeat;
//}

.x-form-field, .x-form-checkbox, .x-form-cb {
	margin-right: 10px;	
}

.useGunsCheckbox, .autoAttackCheckbox{
	margin-top: 10px;	
}

.bulletsRequiredLabel, .autoAttackLabel{
	float: left;
	font-size: 12px;	
}

.rivalGang{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #464444;
	padding: 5px;
	border-radius:15px;
	//width: 280px;
	font-size: 12px;
	line-height: 10px;
}

.nameGang{
	margin-top: 10px;	
}

.rivalGangConditionPassed{
	color: green;
}

.rivalGangConditionDepends{
	color: orange;
}

.rivalGangConditionFailed{
	color: red;
}

.NextFightLabel{
	margin-top: 10px;	
}

.rivalGangRight{
	float: left;
	width: 200px;
	height: 50px;
	margin-left: 10px;
}

.rivalGangLeft{	
	float: left;
	background-color: #1c1c1c;
	border-radius:15px;
}

.rivalGangPicture{
	//margin-bottom: -5px;
	width: 90px;
}

.rivalGangOverview{
	margin-left: -50px;	
}

/** TurfContainer **/

.buildingOverview{
	width: 317px;
	margin-top: 20px;	
}

.garageOverview{
	width: 510px;
	margin-top: 20px;
	font-size: 12px;	
}

.garageCarPicture{
	background-color: #1c1c1c;
	border-radius:15px;
	border:2px solid #dfdede;
	margin-top: 3px;
}

.garageCollection{
	float: left;
	margin-top: -10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #464444;
	border-radius:15px;
	margin: 5px;
}

.landContainer{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #464444;
	padding: 5px;
	border-radius:15px;
	width: 315px;
	font-size: 12px;
	line-height: 20px;
}

.rightLandContainer{
	margin-left: 10px;
	//width: 192px;
}

.landImage{
	float: left;
	background-color: #1c1c1c;
	border-radius:15px;
	width: 105px;
}

.landTitleLabel{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.landButton{
	margin-right: 10px;
	margin-top: 10px;
}

.buildingContainer{
	float: left;
	margin-top: 10px;
	background-color: #464444;
	padding: 5px;
	border-radius:15px;
	font-size: 12px;
	line-height: 10px;
}

.buildingRight{
	float: left;
	width: 192px;
	margin-left: 10px;	
	margin-top: -15px;
}

.buildingLeft{	
	float: left;
	background-color: #1c1c1c;
	border-radius:15px;
}

.buildingPicture{
	width: 105px;
}

.queueContainer{
	float: left;
	margin-top: 10px;
	background-color: #464444;
	padding: 5px;
	border-radius:15px;
	margin-bottom: 15px;
	height: 81px;
	width: 315px;
}

.queueBuildingContainer{
	float: left;
	margin-right: 5px;
	width: 57px;
//	height: 57px;
//	background-color: #1c1c1c;
//	border-radius:15px;
//	border:2px solid #dfdede;
	
}

.queueImage{
	width: 57px;
	background-color: #1c1c1c;
	border-radius:15px;
	border:2px solid #dfdede;
}

.queueLabel{
	font-size: 12px;
}

.buildingTitleLarge{
	font-size: 20px;
}

.buildingPictureLarge{
	width: 200px;
}

.buildingInfoLarge{
	margin-top: 5px;
	font-size: 12px;
}

.buildingInfo2Large{
	font-size: 12px;
}

.buildingLevelLarge{
	font-size: 18px;
	margin-top: 5px;
}

.buildingBonusLarge{
	color: green;
	margin-top: 15px;
}


/** RightContainer **/

.rightContainer{
	background-color: #464444;
	padding: 5px;
	border-radius:15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.upgradesLabel{
	font-size: 22px;
	margin-bottom: 5px;
}

.resetLabel, .nextUpgradesLabel, .instructionsLabel, .missionResultLabel{
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 20px;
}

 .resetLabel{
	margin-top: 15px;
}

.instructionsTextLabel, .resetInfoLabel, .thanksLabel, .missionResultTitleLabel{
	font-size: 12px;
}

.upgradeFalsePicture{
	border:2px solid #464444;
	border-radius:15px;
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
}


.upgradePicture{
	border:2px solid #dfdede;
	border-radius:15px;
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
}

.upgradeOverview, .nextUpgradeOverview{
	width: 225px;
}

.resetButton{
	margin-top: 10px;
}

.nextUpgradesLabel{
	font-size: 20px;
}

.collectionItemLabel{
	color: green;
	margin-top: 15px;
}


/** RecruitContainer **/

.recruit, .bulletFactoryWorker{
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	background-color: #464444;
	padding: 5px;
	border-radius:15px;
}

.recruitLeft, .bulletFactoryWorkerLeft{	
	float: left;
	background-color: #1c1c1c;
	border-radius:15px;
}

.recruitRight, .bulletFactoryWorkerRight{
	float: left;
	color: #dfdede;
	margin-top: -10px;
	padding-left: 10px;
	width: 200px;
	font-size: 12px;
	line-height: 10px;
}



.nameRecruit, .nameWorker, .nameGang{
	font-size: 18px;
	font-weight:bold;
}

/** CollectionsContainer **/

.collection{
	float: left;
	margin-top: -10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	text-align: center;
}

.collectionPicture, .missionResultRewardImage{
	background-color: #1c1c1c;
	border-radius:15px;
	border:2px solid #dfdede;
}

.uncommonCollectionPicture, .rareCollectionPicture, .epicCollectionPicture, .legendaryCollectionPicture, .uncommonMissionResultRewardImage, .rareMissionResultRewardImage, .epicMissionResultRewardImage, .legendaryMissionResultRewardImage{
	background-color: #1c1c1c;
	border-radius:15px;
}

.uncommonCollectionPicture, .uncommonMissionResultRewardImage{
	border:2px solid green;
}

.rareCollectionPicture, .rareMissionResultRewardImage{
	border:2px solid blue;
}

.epicCollectionPicture, .epicMissionResultRewardImage{
	border:2px solid purple;
}

.legendaryCollectionPicture, .legendaryMissionResultRewardImage{
	border:2px solid orange;
}

.missionResultRewardImage, .uncommonMissionResultRewardImage, .rareMissionResultRewardImage, .epicMissionResultRewardImage, .legendaryMissionResultRewardImage{
	margin-top: 10px;
}


.collectionsContainer{
	background-color: #464444;
	border-radius:15px;
	margin-top: 10px;
	width: 920px;
	margin-left: 15px;
	margin-bottom: 25px;
	
}

.CollectionTitleLabel{
	margin-left: 15px;
	//margin-top: 25px;
	font-size: 20px;
}

.CollectionRewardLabel{
	margin-left: 20px;
	font-size: 12px;
}

.CurrentCollectionRewardLabel{
	margin-left: 5px;
	font-size: 12px;
	color: green;
}

/** AchievementsContainer **/

.achievement{
	float: left;
	margin-top: 8px;
	margin-left: 8px;
	background-color: #464444;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-radius:15px;
	width: 270px;
	height: 62px;
}

.achievementFalsePicture{
	border:2px solid #1c1c1c;
	border-radius:15px;
	width: 52px;
	height: 52px;
	float: left;
	background-color: #1c1c1c;
}


.achievementPicture{
	border:2px solid #dfdede;
	border-radius:15px;
	width: 52px;
	height: 52px;
	float: left;
	background-color: #1c1c1c;
}

.achievementDescriptionUncompleted{
	float: left;
	font-size: 12px;
	color: #1c1c1c;
	margin-left: 5px;
	margin-top: -8px;
	width: 180px;
}

.achievementDescription{
	float: left;
	font-size: 12px;
	color: #dfdede;
	margin-left: 5px;
	margin-top: -8px;
	width: 180px;
}

.achievementRewardPicture{
	float: left;
	margin-top: -2px;
}

/** MissionContainer **/

.mission{
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #464444;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-radius:15px;
	width: 425px;
	height: 90px;
}

.missionLeft{	
	float: left;
	background-color: #1c1c1c;
	border-radius:15px;
}

.missionPicture{
	//border:3px solid #dfdede;
	//border-radius:15px;
	margin-bottom: -5px;
	width: 80px;
}

.nameMission{
	font-size: 15px;
	color: #dfdede;
	margin-top: -5px;
	margin-bottom: 3px;
	text-align: center;
	font-style: normal;
}

.nameMissionBusy{
	font-size: 15px;
	color: #1c1c1c;
	margin-top: -5px;
	margin-bottom: 3px;
	text-align: center;
	font-style: normal;
}

.missionConditions{
	float: left;
	color: #dfdede;
	width: 325px;
	height: 40px;
	line-height: 25px !important;
	font-style: italic;
	color: red;
	font-size: 12px;
}

.missionBottom{
	padding-bottom: -5px;
	margin-top: 7px;
}

.missionConditionPassed{
	color: green;
	margin-top: -4px;
	float: left;
}

.missionConditionFailed{
	margin-top: -4px;
	float: left;
}

.missionConditionGains{
	color: #dfdede;
	margin-top: -4px;
	float: left;
}

.missionConditionGainsBusy{
	color: #1c1c1c;
	margin-top: -4px;
	float: left;
}

.missionOverview div.mission, .upgradeOverview div.upgrade, .rivalGangOverview div.rivalGang{
	cursor: pointer;
}

/** BulletFactoryContainer **/

.factoryImage{
	width: 350px;
}

.bulletsLabel{
	font-size: 22px;
	margin-top: 20px;
}

.x-panel-body-default {
	color:#dfdede !important;
	font-size: 14px !important;
}

.buyFactoryButton{
	margin-top: 20px;
}

.bulletsSpeedLabel{
	margin-top: 5px;
}

.collectBulletsButton{
	margin-top: 15px;
}

.bulletFactoryOverview{
	margin-left: -100px;
}

/** StatisticsContainer **/

.totalMoneyEarnedLabel, .totalMoneyPickedUpLabel, .totalRecruitsBustedOutLabel, .totalRecruitsReleasedLabel, .totalMissionsSucceededLabel, .totalMoneyMadeWithMissionsLabel, .totalBulletsCollectedLabel, .totalHonorEarnedLabel{	
	margin-top: 5px;
	width: 100%;
	
}

.statisticsTitleLabel, .upgradesTitleLabel{
	margin-top: 15px;
	font-size: 22px;
	padding-left: 50px;
}

.upgradeBoughtOverview{
	width: 600px;
}

.generalContainer{
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom:solid #464444;
	padding-left: 50px;
	width: 100%;
}

.reputationContainer, .currentReputationLabel{
	margin-top: 10px;
	width: 100%;
}

/** UpdatesContainer **/
.dayTitleLabel{
	padding-left: 50px;
	margin-top: 15px;
	font-size: 22px;
}

.dayLabel{
	padding-left: 60px;
	margin-top: 15px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom:solid #464444;
}

/** PopUpWindow **/

.x-window-default {
	padding: 4px 4px 4px 4px;
	border-width: 1px;
	border-style: solid;
	background-color: #1c1c1c;
	border-color: #464444;
}

.x-window-body-default {
	border-color: #dfdede;
	border-width: 1px;
	border-style: solid;
	background: #464444;
	color: #dfdede;
}

.x-window-header-default-top {
	background-color: #1c1c1c;
}

.softResetMessageLabel, .softResetTitleLabel{
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
}

/** JailContainer **/

.lawyerOutsideContainer{
	margin-top: 10px;
	margin-left: 15px;
	background-color: #464444;
	padding: 5px;
	border-radius:15px;
}

.lawyerInsideContainer{
	margin-top: 10px;
	float: left;
	background-color: #1c1c1c;
	border-radius:15px;
}

.lawyerBar{
	background-color: #464444;
	border-width: 1px;
	height: 8px;
 	border-color: #dfdede !important;
 	width: 120px;
 	margin-top: 5px;
}

.lawyerTitleLabel{
	font-size: 22px;
}

.lawyerNameLabel{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.lawyerVboxContainer{
	height: max;
}

.activateLawyerButton, .hireLawyerButton{
	width: 170px;
	margin-top: 10px;
}
