/* These are the CSS styles applied by iKEMU Developers to avoid conflicts */

.img-circle-wrapper img {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}

#bd.container {
	width: 1170px;
}

.container .container {
	width: auto;
}

.hide {
	display: none;
}

.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
}

.span1 {width:70px;}
.span2 {width:170px;}
.span3 {width:270px;}
.span4 {width:370px;}
.span5 {width:470px;}
.span6 {width:570px;}
.span7 {width:670px;}
.span8 {width:770px;}
.span9 {width:870px;}
.span10 {width:970px;}
.span11 {width:1070px;}
.span12 {width:1170px;}

/* NOTIFICATIONS */

.username-dropdown {
	border-left: 1px solid #2b7c9b;
	border-right: 1px solid #2b7c9b;
}

.notif .notificationsy {
	position: static;
}

.navbar-inverse .navbar-inner {
	border-radius: 0px;
	border-bottom: 1px solid #2b7c9b;
	background: #2b7c9b;
	padding: 0 20px;
}
.navbar-inverse .brand {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 12px 20px 12px 20px;
}
.navbar-inverse .nav > li > a {
	padding: 13px 10px 8px;
	color: #fff;
	outline: 0px;
	height: 25px;
	transition: background .1s linear;
	-moz-transition: background .1s linear;
	-webkit-transition: background .1s linear;
	-o-transition: background .1s linear;
}
.navbar .nav i {
	color: #fff;
}

.navbar .nav .pop-dialog i {
	color: #333;
}

.navbar .nav .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	color: #fff;
}
.navbar-inverse .nav > li > a:hover {
	background: #254261;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background:  #254261 !important;
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
	color: #fff;
	background-color: #254261;
}
.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
	color: #fff;
	background-color: #254261;
}
.navbar-inverse .notification-dropdown .icon-warning-sign {
	font-size: 20px;
	color: #fff;
	margin-right: -5px;
}
.navbar-inverse .notification-dropdown .count {
	top: 5px;
	left: 60%;
}
.active-notif-true {
	background: #f0f0f0;
}

.notif-count.count {
	background: #D94747 !important;
}

.nav .hey {
	padding: 0px 5px;
	border-radius: 30px;
	color: #fff;
	line-height: 16px;
	z-index: 9999;
	text-align: center;
	font-size: 11px;
	background: #097ca8 !important;
}

.hey-wrapper .hey {
	margin: 0 5px 0 -9px;
}

/* disabled button */
body.anonymous-page h3 {
	margin: 20px;
}

body.anonymous-page .logo {
	height: 100px;
}

.btn.disabled, .btn[disabled],
.btn.disabled:hover, .btn[disabled]:hover,
.btn.disabled:active, .btn[disabled]:active {
	cursor: default !important;
	border: 1px solid #ccc !important;
	background: #ccc !important;
	color: #fff !important;
	opacity: 1 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Game details */

.modal .loading-mask {
	z-index: 1000 !important;
}

.logo {
	margin: -10px 0 -5px 0;
}

.required {
	font-size: 15px;
	color: #B94A48;
	margin-left: 3px;
}

.help-inline {
	display: block !important;
	padding-left: 0;
}

.choices .help-inline {
	display: inline-block !important;
	padding-left: 0;
}

.choices .optional {
	border-color: #ccc !important;
}

.table-wrapper table tbody td img {
	width: 25px;
	height: 25px;
}

.radio-wrapper, .checkbox-wrapper {
	width: 500px;
}

.checkbox-wrapper input[type="checkbox"] {
	margin-top: 3px;
	margin-right: 7px;
	float: left;
}

.radio-wrapper input[type="radio"] {
	margin-top: 3px;
	margin-right: 7px;
	float: left;
}

.screenshots .set {
	float: left;
	margin: 0 10px 10px 0;
}

.screenshots .img-wrapper {
	height: 220px !important;
	width: 240px !important;
	background: #eee;
	text-align: center;
	display: table-cell !important;
	vertical-align: middle
}

.game-files .file-wrapper {
	height: 35px;
	padding: 15px;
	width: 240px;
	background: #fafafa;
	margin: 0 10px 5px 0;
}

.game-files .file-wrapper i {
	float: left;
	margin-right: 10px;
}

.game-files #progress {
	width: 700px;
}

.screenshots .hide {
	display: none !important;
}

.screenshots .btn {
	margin-top: 10px;
}

.resolution.controls .control-group {
	float: left;
	width: 140px;
	margin: 0;
}

.resolution.controls .control-group input {
	width: 120px;
}

.screenshots .img-wrapper img {
	max-height: 220px;
	max-width: 240px;
	margin: 0 auto;
}

/* Game statuses */

.GAME_STATUS_REJECTED {
	color: #D94747;
}

.GAME_STATUS_IN_PROGRESS {
	color: #ffa500;
}

.GAME_STATUS_FOR_APPROVAL {
	color: #00ADEF;
}

.CAMPAIGN_STATUS_REJECTED {
	color: #D94747;
}

.CAMPAIGN_STATUS_IN_PROGRESS {
	color: #ffa500;
}

.CAMPAIGN_STATUS_FOR_APPROVAL {
	color: #00ADEF;
}

/* Datepicker fix */

.input-append .add-on,.input-prepend .add-on {
	height: 17px;
	padding: 4px 5px 3px 5px;
}

.input-append .add-on,.input-append .btn,.input-append .btn-group {
	margin-left: -6px;
}

.datepicker.datepicker-dropdown.dropdown-menu {
	margin-top: 32px;
}

/* campaigns */

.campaign-title h2 input {
	margin-top: 10px;
}

.campaign.rewards.list .view-only table td .img-wrapper {
	height: 50px;
	width: 50px;
	overflow: hidden;
}


.campaign.rewards.list .view-only table td img {
	width: auto;
	height: auto;
}

.overview-buttons button.primary i:before {
	content:"\f046";
}

.overview-buttons button.info i:before {
	content:"\f096";
}

/* ikemu image wrapper */

.custom-img-wrapper {
overflow: hidden;
width: 202px;
height: 152px;
margin-bottom: 10px;
}

.dev .api-check .criteria,.adm .review-code .criteria {
	float: right;
	min-width: 300px;
	margin-right: 17px;
}

.campaign.details .box.general .control-group.region .controls {
	display: inline;
	margin-left: 10px;
}

.controls {
	min-height: 20px;
}

.upload-photo-modal,
.crop-photo-modal {
	margin-top: 0 !important;
	top: 50px !important;
	margin-bottom: 50px !important;
}

.crop-photo-modal .original-image-wrapper {
	min-height: 400px;
	background-color: #fff;
	border: 1px solid #eee;
}

img.new-asset {
	width: 100%;
}

.brands.profile .users table .img-wrapper img {
	height: 50px;
	width: 50px;
}

.modal-body {
	overflow-x: hidden !important;
}

#badge-form textarea {
	width: 300px;
}

.upload-img-wrapper {
	position: relative;
}

.upload-img-wrapper .uploadable-note-wrapper{
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	top: 0;
	left: 0;
	opacity: 0;
}

.upload-img-wrapper .uploadable-note {
	cursor: pointer;
	position: absolute;
	height: 50%;
	width: 100%;
	margin-top: -20px;
	text-align: center;
	background: transparent;
	color: #fff;
	top: 50%;
	left: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	opacity: 0;
}


.upload-img-wrapper:hover .uploadable-note-wrapper {
	opacity: 0.6;
}
.upload-img-wrapper:hover .uploadable-note {
	opacity: 1;
}

.campaign-title .control-label {
	font-weight: bold;
}

.publish.success {
	margin-top: 0 !important;
	padding: 0 !important;
}

.publish.success .actual-content {
	border: 0 !important;
}

.automation .design-help .title,
.automation .create-game .title {
	cursor: pointer;
}


.automation .actual-content.design-help .steps i {
	position: relative !important;
	top: 0 !important;
	font-size: 20px !important;
	margin: 5px 0 0 0 !important;
}

.automation .actual-content.design-help .steps i.arrow {
	position: relative !important;
	top: -18px !important;
	font-size: 28px !important;
	margin: 0 25px !important;
}

.notificationsx .box .day-wrapper .item {
	cursor: pointer;
	padding: 10px;
	margin-bottom: 0;
}

.notificationsx .box .day-wrapper .item:hover {
	background: #fafafa;
}

.campaigns.list .main .table-wrapper.csaved table .col-1 {
	width: 15%;
}

.qa-modal .title {
	display: none;
}

.qa-modal .form-actions {
	margin: 20px -20px -15px -20px;
}

.campaign.publish.success .actual-content form {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
}

.campaign.publish.success .actual-content form input[type="checkbox"] {
	float: left;
	margin: 10px 10px 0 0;
}
.campaign.publish.success .actual-content form label {
	font-size: 15px;
	line-height: 30px;
}

.terms {
	padding: 0 15px 10px 0;
}

.REJECT_GAME_SECTION_DETAILS .btn1 {background: #D94747 !important; border: 1px solid #D94747 !important;}
.REJECT_GAME_SECTION_GAME_FILES .btn2 {background: #D94747 !important; border: 1px solid #D94747 !important;}
.REJECT_GAME_SECTION_AUTOMATION .btn3 {background: #D94747 !important; border: 1px solid #D94747 !important;}
.REJECT_GAME_SECTION_API_CHECK .btn4 {background: #D94747 !important; border: 1px solid #D94747 !important;}


.REJECT_CAMPAIGN_SECTION_SELECT .btn1 {background: #D94747 !important; border: 1px solid #D94747 !important;}
.REJECT_CAMPAIGN_SECTION_CUSTOMIZE .btn2 {background: #D94747 !important; border: 1px solid #D94747 !important;}
.REJECT_CAMPAIGN_SECTION_DETAILS .btn3 {background: #D94747 !important; border: 1px solid #D94747 !important;}
.REJECT_CAMPAIGN_SECTION_REWARDS .btn4 {background: #D94747 !important; border: 1px solid #D94747 !important;}

.REJECT_CAMPAIGN_SECTION_SELECT .tab1 {color: #D94747 !important;}
.REJECT_CAMPAIGN_SECTION_CUSTOMIZE .tab2 {color: #D94747 !important;}
.REJECT_CAMPAIGN_SECTION_DETAILS .tab3 {color: #D94747 !important;}
.REJECT_CAMPAIGN_SECTION_REWARDS .tab4 {color: #D94747 !important;}

.REJECT_GAME_SECTION_DETAILS .tab1 {color: #D94747 !important;}
.REJECT_GAME_SECTION_GAME_FILES .tab2 {color: #D94747 !important;}
.REJECT_GAME_SECTION_AUTOMATION .tab3 {color: #D94747 !important;}
.REJECT_GAME_SECTION_API_CHECK .tab4 {color: #D94747 !important;}

.campaign .campaign-title {
	margin: 0 25px 20px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}


.developers.qa .box p.title {
	background-color: #e1e1e1;
	font-weight: bold;
	font-size: 14px;
	color: #777;
	text-shadow: 0 1px 0 #FFFFFF;
	margin: 0 0 25px 0;
	padding: 8px 15px;
}

.campaigns.list .main .table-wrapper.csaved table .col-3 {
	width: auto;
}

.campaign.publish.success .actual-content {
	padding: 25px;
}

.campaign.publish.success .actual-content h1 {
	line-height: 38px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

/* ISACTIVATED OF GAME */

.game-activated-true:before {
	content: 'Activated';
}
.game-activated-false:before {
	content: 'Deactivated';
}

/* RATING DIVS */
.ratings i {
	letter-spacing: 3px;
}

.icon-rating0:before {
	content: "\f006\f006\f006\f006\f006"
}
.icon-rating1:before {
	content: "\f005\f006\f006\f006\f006";
}
.icon-rating2:before {
	content: "\f005\f005\f006\f006\f006";
}
.icon-rating3:before {
	content: "\f005\f005\f005\f006\f006";
}
.icon-rating4:before {
	content: "\f005\f005\f005\f005\f006";
}
.icon-rating5:before {
	content: "\f005\f005\f005\f005\f005";
}


/* IPHONE PREVIEW */

.iphone-preview {
	margin: 0 auto;
	width: 900px;
	height: 450px;
	background: url('../img/iphone-w.png');
	position: relative;
}


.iphone-preview.black {
	background: url('../img/iphone-b.png');
}

.iphone-preview.portrait {
	width: 450px;
	height: 900px;
	background: url('../img/iphone-w-portrait.png');
}

.iphone-preview.portrait.black {
	background: url('../img/iphone-b-portrait.png');
}
	
.iphone-preview iframe {
	position: absolute;
	top: 40px;
	left: 152px;
	width: 608px;
	height: 367px;
}

.iphone-preview.portrait iframe {
	position: absolute;
	top: 152px;
	left: 43px;
	width: 367px;
	height: 608px;
}

.actual-content .campaign-title {
	margin-top: -10px;
}

.more-games .other-game {
	width: 150px;
	margin: 0 10px;
}

.library .game-activated-false {
	display: block !important;
	position: absolute;
	top: 0;
	height: 200px;
	z-index: 1000;
	width: 100%;
	height: 195px;
	background: #000;
	opacity: 0.7;
	color: #fff;
	line-height: 185px;
	font-size: 20px;
	vertical-align: middle;
}

.other-game .img-wrapper {
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.invalid-password-note {
	color: #b94a48;
}

.games.library .main .box-wrapper .box-item:hover {
	background: #E3F1FA;
}

.games.library .main .box-wrapper .box-item .sub .text-wrapper .control-label {
	float: left;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.games.library .main .box-wrapper .box-item .sub .text-wrapper .controls {
	float: left;
	width: 65px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.campaign.details .box.general .options h3 {
	color : #00ADEF !important;
}

.campaign.details .box.general .options .plays .count {
	color : #00ADEF !important;
}


.campaign-invoice.details .box.general .download-wrapper {
	text-align: right;
}

#daily-budget-modal .error {
	color : #b94a48;
}

.billing .main .last-updated{
	float: right;
	position: relative;
	top: 3px;
}

.upon-publish-validation-messages div {
	font-size: 12px !important;
	margin-bottom: 0px !important;
	line-height: 20px !important;
	color: #B94A48;
}

.navbar .nav {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.navbar .nav.nav-left {
	position: absolute !important;
	left: 120px !important;
	max-height: 46px;
	width: 2000px;
}

.navbar .nav.pull-right {
	background: #2b7c9b;
	margin-right: -20px;
	border-left: 1px solid #2b7c9b;
}

.navbar .nav.pull-right .dropdown-menu {
	margin-right: 10px;
}

.campaign-settings-wrapper  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	z-index: 1030;
	background: url('../img/modal-background.png');
}


.screenshots .img-wrapper.upload-img-wrapper,
.screenshots .img-wrapper.upload-img-wrapper .uploadable-note-wrapper,
.screenshots .img-wrapper.upload-img-wrapper .uploadable-note {
	height: 220px !important;
}

.img-wrapper.game-primary-img {
	background: #eee;
	width: 600px !important;
	min-height: 400px !important;
}

.cover-photo-wrapper .img-wrapper.upload-img-wrapper,
.cover-photo-wrapper .img-wrapper.upload-img-wrapper .uploadable-note-wrapper,
.cover-photo-wrapper .img-wrapper.upload-img-wrapper .uploadable-note {
	max-width: 540px !important;
	height: 200px !important;
}

.cover-photo-wrapper .img-wrapper.upload-img-wrapper .uploadable-note {
	top: 100px !important;
}

.screenshots .img-wrapper.upload-img-wrapper .uploadable-note {
	top: 110px !important;
}

.cover-photo-wrapper .img-wrapper.upload-img-wrapper .image img {
	max-width: 540px !important;
}

#assets .item-wrapper {
	position: relative;
	height: 130px;
}

#assets .item-wrapper .button-wrapper {
	position: none;
}

/* CONTEXT MENU */

#context-menu,
#sprite-context-menu {
	z-index: 100;
	position: absolute;
	top: 20px;
	left: 20px;
	background: #fdfdfd;
	width: 190px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #aaa;
	-moz-box-shadow: 1px 1px 3px 0px #444;
	-webkit-box-shadow: 1px 1px 3px 0px #444;
	box-shadow: 1px 1px 3px 0px #444;
}

#sprite-context-menu div,
#sprite-context-menu a,
#context-menu div,
#context-menu a {
	border-left: 1px solid #ddd;
	padding: 10px;
	cursor: pointer;
	font-size: 12px;
}

#context-menu a,
#sprite-context-menu a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	width: 168px;
}

#sprite-context-menu div.separator,
#context-menu div.separator {
	border-top: 1px solid #ddd;
}

#context-menu div:hover,
#context-menu a:hover,
#sprite-context-menu div:hover,
#sprite-context-menu a:hover {
	background: #ddd;
}

th .icon-caret-down, .show-search-form,
#search-panel .title .icon-caret-down {
	display: none !important;
}