﻿.view-machine-edit {}

.view-machine-edit .checkbox input {
	margin-left: 0;
}

.view-machine-edit .col-btn {
	padding-left: 0;
	padding-right: 0;
}

.view-machine-edit .payment-type label {
	margin-right: 25px;
}

.view-machine-flow-steps {
	padding-bottom: 100px;
}

@media (min-width: 992px) {
	.view-machine-flow-steps .flow-step {
		width: 25%;
	}
}

.view-machine-flow-steps .flow-step {
	margin-bottom: 20px;
	padding: 0 15px;
}

.view-machine-flow-steps .flow-step .flow-step-bg {
	height: 200px;
	background-size: cover;
	border: 2px solid #e3e3e3;
	position: relative;
}

.view-machine-flow-steps .flow-step .info-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 10;
}

.view-machine-flow-steps .flow-step:hover .info-container {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.view-machine-flow-steps .flow-step .step-position {
	font-size: 20px;
	position: absolute;
	top: 9px;
	left: 14px;
}

.view-machine-flow-steps .flow-step .delete-step {
	position: absolute;
	top: 9px;
	right: 14px;
	cursor: pointer;
}

.view-machine-flow-steps .flow-step .preview-step {
	position: absolute;
	top: 149px;
	right: 9px;
	width: 80px;
	padding: 2px 5px;
}

.view-machine-flow-steps .flow-step .preview-step span {
	margin-left: 5px;
}

.view-machine-flow-steps .flow-step .step-title {
	margin: 30px 0 15px;
	padding: 50px 0 70px;
}


.view-machine-flow-steps .flow-step .add-new {
	font-size: 120px;
	line-height: 50px;
}

.view-machine-flow-steps .flow-step .slideshow-mini {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.view-machine-flow-steps .flow-step .slideshow-mini .carousel-inner>.item {
	height: 184px;
	line-height: 184px;
}

.view-machine-flow-steps .flow-step.new-flow-step {
	cursor: pointer;
}

.view-machine-flow-steps .flow-step.new-flow-step:hover {
	/*opacity: 0.9;*/
}

.flow-step-preview .modal-dialog {
	width: 1280px;
	height: 780px;
	overflow: hidden;
}

.flow-step-preview .modal-content {
	height: 780px;
}

.flow-step-preview .close-preview {
	position: absolute;
	font-size: 40px;
	top: 0px;
	right: 15px;
	z-index: 100;
}

.flow-step-preview .edit-html {
	width: 120px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 100;
}

.flow-step-preview .next-prev-preview .next-preview,
.flow-step-preview .next-prev-preview .prev-preview {
	padding: 50px;
	text-align: center;
	font-size: 40px;
	position: absolute;
	top: 320px;
	cursor: pointer;
}

.flow-step-preview .next-prev-preview .next-preview.disabled,
.flow-step-preview .next-prev-preview .prev-preview.disabled {
	opacity: 0.5;
	cursor: default;
}

.flow-step-preview .next-prev-preview .next-preview {
	right: 15px;
}

.flow-step-preview .next-prev-preview .prev-preview {
	left: 15px;
}

.flow-step-preview .modal-dialog .video {
	text-align: center;
}

.flow-step-preview .modal-dialog .video video {
	margin-top: 30px;
}

.flow-step-preview .modal-dialog .slideshow {
	height: 780px;
}

.flow-step-preview .modal-dialog .carousel-control,
.flow-step-preview .modal-dialog .carousel-indicators,
.view-machine-flow-steps .carousel-control,
.view-machine-flow-steps .carousel-indicators {
	display: none;
}

.flow-step-preview .modal-dialog .slideshow .carousel-inner>.item {
	height: 780px;
	line-height: 780px;
}

.flow-step-preview .modal-dialog .slideshow img,
.view-machine-flow-steps .slideshow-mini img {
	margin: auto;
	vertical-align: middle;
	display: inline-block;
	/*height: 780px;*/
}

.flow-step-preview .modal-dialog .slideshow-products img {
	margin: 150px auto 0;
	height: 400px;
}

.flow-step-preview .modal-dialog .slideshow-products img.first {
	margin: auto;
	height: 780px;
}

.copy-flow-steps .preview li {
	line-height: 16px;
}

.flow-step-edit-html .modal-dialog {
	width: 1280px;
	/*height: 780px;
             overflow: hidden;*/
}

.flow-step-edit-html .modal-dialog .CodeMirror {
	height: 700px;
}

.flow-step-edit-html .modal-dialog .html-editor .col-md-12 {
	height: 700px;
}

.folder-explorer li {
	padding: 2px 5px;
}

.folder-explorer li.selected {
	background-color: #f5f5f5;
}

/*.new-flow-step li {
        line-height: 16px;
    }*/

.screenshot-capture .screenshot {
	margin-bottom: 20px;
	height: 186px;
	border: 2px solid #e3e3e3;
	position: relative;
}

.screenshot-capture .screenshots-status {
	margin-left: 10px;
	line-height: 34px;
}

.screenshot-capture .screenshot span.timestamp {
	padding: 3px 10px;
	background-color: #e3e3e3;
	position: absolute;
	right: 0;
	bottom: 0;
}


.new-capture-window label.control-label {
	text-align: left;
}

.fixed-top {
	position: fixed;
	top: 0;
}

@media (max-width: 768px) {
	.view-machine-edit .checkbox {
		padding-top: 0;
	}
}


