.uiButton {
	text-decoration: none;
	background: #558efc;
	display: inline-block;
	padding: 10px;
	/*border-radius: 10px;*/
	color: white;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	margin: 5px;
	flex-grow: 1;
	width: calc(50% - 25px);
    -webkit-transition: all 300ms ease-in-out; 
 	-moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out; 
  	transition: all 300ms ease-in-out;
}

.uiButton:hover {
	background: #0a53e1;
}

#htmlOutput {
	border: 3px solid #66bb6a;
	/*border-radius: 10px;*/
	padding: 10px;
	margin-top: 20px;
	width: 100%;
	display: block;
	order: 3;
	box-sizing: border-box;
	color: black;
	background: white;
}

.main_body {
/*	display: flex;
	flex-wrap: wrap;
	justify-content: center;*/
	background: #383838;
}

body {
	padding: 10px !important;
	min-height: 100vh;
	box-sizing: border-box;
}

#emailEditor {
	cursor: -webkit-grab;
	max-height: 40px;
	overflow: hidden;
	width: 500px;
	max-width: calc(100vw - 60px);
	position: absolute;
	top: 20px;
	left: 20px;
	background: #E9E9E9;
	padding: 10px 10px 10px 10px;
	/*border-radius: 10px;*/
	-webkit-transition: max-height 500ms ease-in-out; 
 	-moz-transition: max-height 500ms ease-in-out; 
    -o-transition: max-height 500ms ease-in-out; 
  	transition: max-height 500ms ease-in-out;

}

#emailEditor:active {
	cursor: -webkit-grabbing;
}

#emailEditor.openEditor {
	max-height: 100vh;
}

#emailEditorTop {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.2em;
    height: 40px;
    background: #66bb6a;
    /* border-radius: 10px; */
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease-in-out; 
 	-moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out; 
  	transition: all 300ms ease-in-out;
}

#emailEditor.openEditor #emailEditorTop {
	background: #EE8582;
}

#generatorBody {
	flex-grow: 1;
	order: 2;
}

#rowEditor {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	color: white;
	justify-content: space-between;
}
.inputWrap {
	min-width: 190px;
	/*border-radius: 10px;*/
	margin: 5px;
	flex-grow: 1;
	overflow: hidden;
	background: #2670ff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.inputWrap input {
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 15px;
	color: white;
	border: none;
	background: #558efc;
}

.fullCol {
	width: 100%;
}

.halfCol {
	width: calc(50% - 10px);
}

.splitInput {
	display: flex;
	justify-content: space-between;
}

.splitInput input{
	width: calc(50% - 22.5px);
}

.splitInput input:first-of-type {
	/*border-top-right-radius: 5px;*/
}

.splitInput input:last-of-type {
	/*border-top-left-radius: 5px;*/
}

input::placeholder {
	color: #F0F0F0;
}

.inputField {
	padding: 5px;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}


.addBtn {
	cursor: pointer;
	background: #558efc;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*border-radius: 5px;*/
	margin-left: 25px;
    -webkit-transition: all 300ms ease-in-out; 
 	-moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out; 
  	transition: all 300ms ease-in-out;
}

.addBtn i {
	font-size: 21px;	
}

.addBtn:hover {
	background: #0a53e1;
}

.changeBtn {
	cursor: pointer;
	background: #558efc;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*border-radius: 5px;*/
	margin-left: 5px;
    -webkit-transition: all 300ms ease-in-out; 
 	-moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out; 
  	transition: all 300ms ease-in-out;
}

.changeBtn i {
	font-size: 21px;	
}

.changeBtn:hover {
	background: #0a53e1;
}

.deleteBtn {
	cursor: pointer;
	background: #558efc;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*border-radius: 5px;*/
	margin-left: 5px;
    -webkit-transition: all 300ms ease-in-out; 
 	-moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out; 
  	transition: all 300ms ease-in-out;
}

.deleteBtn i {
	font-size: 21px;	
}

.deleteBtn:hover {
	background: #0a53e1;
}

.ui-resizable-handle {
	background: #c4c4c4;
	width: 10px !important;
}

table.body {
	max-width: 900px;
	padding: 120px 0;
	margin: 0 auto;
}

#mainColor {
	padding: 5px;
	cursor: pointer;
}

.spinnerChange {
	display: flex;
	width: 100%;
}

.ui-spinner {
	border: none !important;
	border-radius: 0 !important;
	width: 100% !important;
	margin-top: 5px;
	margin-bottom: 0;
	height: 25px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background: #558efc !important;
}

.ui-spinner-input {
	width: 100% !important;
	margin: 0 !important;
	color: white !important;
	padding: 0 !important;
}

.ui-spinner .ui-button {
	border: none !important;
	border-radius: 0 !important;
	background: #558efc !important;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out; 
 	-moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out; 
  	transition: all 300ms ease-in-out;

}

.ui-spinner .ui-button:hover {
	background: #2670ff !important;

}

.ui-spinner .ui-button span {
    background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-spinner .ui-button:hover span {
    background-image: url(images/ui-icons_888888_256x240.png);
}

.context, .message {
	position: relative;	
}

.currentLine {
	position: absolute;
	left: -30px;
}

.currentLine i {
	line-height: 0.8 !important;
	color: #2670ff;
}

#formContent .message .currenLine {
	border: none !important;
}