/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.content-body {
	min-height:700px;
}

.header-navbar.navbar-brand-center .navbar-header {
	width:210px;	
}

.app-template-selected {
	border:2px solid;	
}

.app-template-normal {
	border:2px solid #ffffff;	
}

.dropzone {
	background:#bdf0f6;
	border-color:#2dcee3;
	border-radius:0.25rem;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
}

.dropzone .dz-message {
	color:#020e0f;
	font-size: 20px;
}

.dropzone .dz-preview {
	background:none;
}
.dropzone .dz-preview.dz-image-preview {
	background:none;
}

.dropzone .dz-fallback {
	display:none;	
}

.sortHandle:hover {
	cursor:move;
}

.queue-job-progress-msg .semibold {
	margin-bottom:10px;	
}
.queue-job-progress-msg .semibold span {
	font-size:20px;
}
.queue-job-progress-msg .semibold span.success {
	color:#0CC27E;
}
.queue-job-progress-msg .semibold span.error {
	color:#FF586B;
}


.theme_demo_container {
	height:auto;
	width:auto;
	position:absolute;
	top:30px; 
	right:-30px;
	transform: scale(0.8);
	z-index:9999;
}

.theme_demo_container .theme_demo_inner_container {
	/*min-height:512px;	
	width:502px;*/
}

.theme_demo_container button,
.theme_demo_container button:focus {
	color:#686767;
}
.theme_demo_container button:hover,
.theme_demo_container button.active {
	color:#00408f;
}

#campaign_theme_preview .btn {
	background:none;
	border:none;
	box-shadow:none;
	cursor:pointer;	
}
#campaign_theme_preview .btn span {
	cursor:pointer !important;	
}

#campaign_theme_preview [class^="icon-"]::before, 
#campaign_theme_preview [class*=" icon-"]::before {
	cursor:pointer !important;	
}

.app-content .card-block {
	overflow:hidden;
}