/*! cargoEditor - v0.2.0 - 2015-05-05 */ 


div.ce-ui-layer {
	position: absolute;
	left: 0;
	top: 0;
}

.project_content img {
	cursor: pointer !important;
}

/* Retina spinner */

.spinner_circle.part1 {
	-webkit-animation-delay:-0.800s;
	animation-delay:-0.800s;
}

.spinner_circle.part2 {
	-webkit-animation-delay:-0.700s;
	animation-delay:-0.700s;
}

.spinner_circle.part3 {
	-webkit-animation-delay:-0.600s;
	animation-delay:-0.600s;
}

.spinner_circle.part3 {
	-webkit-animation-delay:-0.500s;
	animation-delay:-0.500s;
}

.spinner_circle.part4 {
	-webkit-animation-delay:-0.400s;
	animation-delay:-0.400s;
}

.spinner_circle.part5 {
	-webkit-animation-delay:-0.300s;
	animation-delay:-0.300s;
}

.spinner_circle.part6 {
	-webkit-animation-delay:-0.200s;
	animation-delay:-0.200s;
}

.spinner_circle.part7 {
	-webkit-animation-delay:-0.100s;
	animation-delay:-0.100s;
}

.spinner_circle.part8 {
	-webkit-animation-delay:-0.00s;
	animation-delay:-0.00s;
}

@keyframes spinner {
	0%   {background:#000;}
	80%  {background:#b2b2b2;}
	100%  {background:#000;}
}
 
@-webkit-keyframes spinner {
	0%   {background:#000;}
	80%  {background:#b2b2b2;}
	100%  {background:#000;}
}


@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(359deg);}
	to   {-webkit-transform: rotate(0deg);}
}

div.spinner_circle {
	-webkit-animation:spinner 0.9s infinite;
	-moz-animation:spinner 0.9s infinite;

	animation:spinner 0.9s infinite;
	-webkit-transform-origin: 0% 50%; 
	transform-origin: 0% 50%; 
	
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	
	position: absolute; 
	height: 4px;
	width: 4px; 
	left: 10px;
	top: 10px;
}

.retinaSpinner {
	/*display: inline-block;*/
	border: 0px solid red;
	z-index: 2000000000; 
	position: relative;
	height: 20px;
	width: 20px;
}

.retinaSpinner.rotating {
	-webkit-animation: rotation 10s infinite linear;
	-moz-animation: rotation 10s infinite linear;
	-o-animation: rotation 10s infinite linear;
	animation: rotation 10s infinite linear;
}

.ce-img-wrapper {
	position: relative;
	display: inline-block;
}

.ce-img-overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
}

.ce-img-upload-anim {
	width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}

.ce-img-upload-anim.processing .progress path {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    animation: loaderProcessing 4s linear infinite;
    -webkit-animation: loaderProcessing 4s linear infinite;
}

@keyframes loaderProcessing {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loaderProcessing {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*.slideshow.showoverlay {
	position: relative !important;
}

.slideshow .overlay {
	display: none !important;
}

.slideshow.showoverlay .overlay {
	display: block !important;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url('plugins/slideshows/wormhole.png');
	background-position: 100% 50%; 
	color: #fff;
	text-align: left;
	line-height: 10;
	z-index: 99;
}

.slideshow.showoverlay .overlay img {
	cursor: pointer;
	display: inline-block;
	float: none;
	margin: 0 10px 20px 10px;
	height: 120px;
	vertical-align: top;
	width: auto;
}*/

.slideshow {
	min-width: 400px;
	min-height: 180px;
}

.ce-slideshow-dropzone {
	outline: 1px solid rgba(0, 0, 0, 0.15);
 	box-shadow: 5px 5px 0px rgba(0,0,0,0.10);
 	outline-offset: -1px;
	background-color: #fff;
	font-size: 12px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Lucida Console,sans-serif;
	color: #b3b3b3;
}

.ce-slideshow-dropzone .thumb-container .ce-drag-placeholder {
	height: 100px;
	width: 0px;
	outline: 1px solid rgba(0, 0, 255, 0.5);
	pointer-events: none;
	display: inline-block;
	margin-top: 15px;
}

.ce-slideshow-dropzone .thumb-container {
	overflow: scroll;
	height: calc(100% - 50px);
	padding: 10px;
}

.ce-slideshow-dropzone .topbar {
	border-bottom: 1px solid #cecece;
	height: 35px;
	font-size: 14px;
}

.ce-slideshow-dropzone .topbar .title {
	margin-left: 10px;
	line-height: 35px;
}

.ce-slideshow-dropzone .topbar .remove {
	height: 100%;
	float: right;
	padding: 0px 20px;
	border-left: 1px solid #cecece;
	cursor: pointer;
	font-size: 14px;
	line-height: 35px;
	position: relative;
}

.ce-slideshow-dropzone .topbar .done {
	height: 100%;
	color: #fff;
	float: right;
	background: #cecece;
	padding: 0px 20px;
	cursor: pointer;
	font-size: 14px;
	line-height: 35px;
	position: relative;
}

.ce-slideshow-dropzone .topbar .done .retinaSpinner {
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -10px;
	display: none;
}

.ce-slideshow-dropzone .topbar .done.uploading {
	color: #cecece;
}

.ce-slideshow-dropzone .topbar .done.uploading .retinaSpinner {
	display: block;
}

.ce-slideshow-dropzone img {
	cursor: pointer;
	display: inline-block;
	float: none;
	margin: 15px;
	height: 120px !important;
	vertical-align: top;
	width: auto !important;
}

.ce-slideshow-dropzone img.dragged {
	opacity: 0.2;
}

.ce-tether-element {
	z-index: 998;
}

.ce-hoverlay {
	background-color: rgba(0, 0, 255, 0.15);
	width: 100%;
	height: 100%;
	outline: 2px solid rgba(0, 0, 255, 0.5);
	cursor: pointer;
}

/*body.ce-prevent-scroll {
	overflow: hidden !important;
}


#ce-toolbar {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida Console, sans-serif;
	-webkit-font-smoothing: antialiased;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	position: fixed;
	bottom: 0px;
	left: 0%;
	font-size: 12px;
	height: 43px;
	line-height:  1.6;
	width: 100%;
	background: rgba(0,0,0,0.85);
	color: #d4d4d4;
	z-index: 999995;
	padding: 0px 10px;
	text-align: center;

	-webkit-animation: woosh .3s;
	animation: woosh .3s;
}

@-webkit-keyframes woosh {
	from {bottom: -43px;}
	to {bottom: 0px;}
}

@keyframes woosh {
	from {bottom: -43px;}
	to {bottom: 0px;}
}

#ce-toolbar:before {
	background: rgba(255, 255, 255, 0.25);
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
}

#ce-toolbar .ce-toolbar-group {
	display: inline-block;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

#ce-toolbar .ce-toolbar-group:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

#ce-toolbar .ce-toolbar-button-wrapper {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

#ce-toolbar .ce-toolbar-button {
	display: inline-block;
	height: 100%;
	padding: 14px 9px 0px 9px;
	cursor: pointer;
}



#ce-toolbar .ce-toolbar-button.ce-close {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida Console, sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin-top: -11px;
	cursor: pointer;
	width: 25px;
}

#ce-toolbar .ce-toolbar-button.ce-close:hover {
	color: #f30;
}

#ce-toolbar .ce-toolbar-button.ce-image {
	padding-left: 19px;
	padding-top: 13px;
}

#ce-toolbar .ce-toolbar-button.ce-bold {
	padding-left: 6px;
}

#ce-toolbar .ce-toolbar-button.ce-italic {
	padding-left: 0px;
}

#ce-toolbar .ce-toolbar-button.ce-link {
	padding-left: 6px;
}

#ce-toolbar .ce-toolbar-button.ce-audio {
	padding-left: 4px;
}

#ce-toolbar .ce-toolbar-button.ce-video {
	padding-left: 5px;
	padding-top: 13px;
}

#ce-toolbar .ce-toolbar-button.ce-code {
	padding-left: 8px;
	color: #ccc;
}

#ce-toolbar .ce-toolbar-button.ce-save {
	padding-left: 11px;
	padding-right: 20px;
}

#ce-toolbar .ce-toolbar-button.ce-menu {
	width: 25px;
}

#ce-toolbar .ce-toolbar-button.ce-css {
	padding-top: 12px;
	padding-left: 20px;
	font-weight: bold;
}

#ce-toolbar .ce-toolbar-button.ce-html {
	padding-top: 12px;
	padding-right: 20px;
	font-weight: bold;
}

#ce-toolbar .ce-toolbar-button.ce-css:hover,
#ce-toolbar .ce-toolbar-button.ce-html:hover {
	color: #00d4a2;
}

#ce-toolbar .ce-toolbar-button.ce-fullscreen {
	padding-left: 7px;
}




#ce-toolbar .ce-toolbar-button svg * {
	fill: #d4d4d4;
}

#ce-toolbar .ce-toolbar-button:hover svg * {
	fill: #00d4a2;
}

#ce-toolbar .ce-toolbar-button.active svg * {
	fill: #00d4a2;
}

#ce-toolbar .ce-toolbar-button.ce-save svg g path {
	fill: #000;
}




#ce-toolbar .ce-toolbar-popup {
	display: none;
	position: absolute;
	bottom: 52px;
	background: rgba(0, 0, 0, .85);
	text-align: left;
}

#ce-toolbar .ce-toolbar-popup:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
	content: '\a0';
	position: absolute;
	margin-left: 13px;
	bottom: -7px;
}

#ce-toolbar .ce-toolbar-popup.active {
	display: block;
}





#ce-toolbar [data-button-id="menu"] .ce-toolbar-popup div {
	padding: 5px 15px;
}

#ce-toolbar [data-button-id="menu"] .ce-toolbar-popup a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}





#ce-toolbar [data-button-id="image"] .ce-toolbar-popup {
	-webkit-transition: opacity .2s;
    transition: opacity .2s;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup.whiledragging {
	opacity: .15;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup:after {
	margin-left: 23px;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images {
	width: 380px;
	height: 400px;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .noimages {
	font-size: 12px;
	text-align: center;
	margin-top: 100px;
	color: #666;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .noimages a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .noimages a:hover {
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .noimages a:active {
	color: #666;
	border-bottom: 1px solid #666;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .images {
	font-size: 0px;
	overflow: auto;
	height: 340px;
	padding-left: 10px;

	padding-right: 6px;
	margin-right: 4px;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .uploader {
	margin: 20px;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .uploadbutton {
	font-weight: bold;
	padding: 3px 8px;
	font-size: 14px;
	background: #fff;
	display: inline-block;
	color: #000;
	cursor: pointer;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .img-holder {
	padding: 0px 10px 14px 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .img-holder .imgcrop {
	font-size: 0px;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .img-holder img {
	outline: 1px solid rgba(255,255,255,0.2);
	outline-offset: -1px;
	cursor: pointer;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .img-holder .imgref {
	color: #999;
	position: relative;
	font-size: 10px;
	top: 3px;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .img-holder .delete {
	display: none;
	position: absolute;
	right: 8px;
	font-size: 14px;
	margin-top: -1px;
	color: #666;
	text-decoration: none;
}

#ce-toolbar [data-button-id="image"] .ce-toolbar-popup .project-images .img-holder:hover .delete {
	display: inline-block;
}




#ce-toolbar .ce-fullscreen-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: -1;
	left: 0;
	top: 0;
}

#ce-toolbar [data-button-id="code"] .ce-toolbar-popup:after {
	margin-left: 75px;
}

#ce-toolbar [data-button-id="code"] .ce-toolbar-popup {
	margin-left: -185px;
	width: 440px;
	
}

#ce-toolbar [data-button-id="code"] .ce-toolbar-popup .CodeMirror {
	width: 60%;
	margin: 25px auto;
	height: calc(100% - 100px);
	text-align: left;
}

#ce-toolbar [data-button-id="code"] .ce-toolbar-popup button {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida Console, sans-serif;
	margin: 0px 0px 10px 8px;
	border: none;
	cursor: pointer;
	width: 55px;
}

#ce-toolbar [data-button-id="code"] .ce-toolbar-popup button.save {
	background: #22d3a3;
}

#ce-toolbar [data-button-id="code"] .ce-toolbar-popup button.cancel {
	background: #666;
}

#ce-toolbar [data-button-id="code"] .ce-toolbar-popup button.save:hover,
#ce-toolbar [data-button-id="code"] .ce-toolbar-popup button.cancel:hover {
	background: #ccc;
}

#ce-toolbar .ce-toolbar-button.ce-code,
#ce-toolbar .ce-toolbar-button.ce-save {
	padding-top: 12px;
}

#ce-toolbar .ce-toolbar-button.ce-save svg * {
	fill: #666;
}*/