.restesterJS-step-container {
	display: inline-block;
}

.restesterJS-stepall-ko,
.restesterJS-stepall-ok,
.restesterJS-step-ko,
.restesterJS-step-ok {
	font-size: 26px;
	font-weight: bold;
	color: red;
	display: inline-block;
	margin-right: 8px;
}

.restesterJS-stepall-ko,
.restesterJS-step-ko {
	color: red;
	font-size: 30px;
}

.restesterJS-stepall-ok,
.restesterJS-step-ok {
	color: green;
}

.restesterJS-stepall-ko,
.restesterJS-stepall-ok {
	font-size: 50px;
}

.tabber-button {
	display: inline-block;
}

.request-add-button {
	display: inline-block;
	margin-left: 10px;
	color: black;
	font-size: 22px;
	font-weight: bold;
}

.request-tab {
	display: inline-block;
	width: 85%;
}

.WebServicesTesting-test {}

.WebServicesTesting-new-step {
	border: 1px solid gray;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	padding: 35px;
	font-size: 2em;
	color: #4DAF52;
	font-weight: bold;
	cursor: pointer;
}

.WebServicesTesting-new-step:hover {
	border: 2px solid gray;
}

input.medium {
	font-size: 15px;
}

.tools-box {
	width: 100%;
}

.tabber-button {
	display: inline-block;
}

.request-add-button {
	display: inline-block;
	margin-left: 10px;
	color: black;
	font-size: 22px;
	font-weight: bold;
}

.request-tab {
	display: inline-block;
	width: 85%;
}

.button-toolbox {
	float: right;
	background-color: #616161;
}

.tab-sub-menu {
	color: #616161!important;
	user-select: none;
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}

.tab-sub-menu:hover {
	font-weight: bold;
}

.tab-sub-menu-select {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.rest-client-favorite-container {
	margin-top: 12px;
	width: 85%;
}

.rest-client-folder-name,
.rest-client-favorite-name {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 1px;
	cursor: pointer;
	margin-left: 3px;
}

.rest-client-favorite-name-folder {
	margin-left: 30px;
	display: inline-block;
}

.rest-client-folder-name:hover {
	text-decoration: underline;
}

.restesterJS-editor {
	max-width: 1270px;
	min-width: 900px;
}

.restesterJS {
	margin: 0;
	padding: 0;
	display: flex;
}

.restesterJS-toolbox {
	margin: 0;
	padding: 0;
	background-color: #E6E6E6;
	color: #000000;
	width: 28.5%;
	max-width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #2c2f30;
}

.restesterJS-properties {
	margin: 0;
	padding: 20px;
	background-color: #505050;
	color: #FFFFFF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.restesterJS-toolbox-button {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	white-space: normal;
	padding: 8px 16px;
	border: none;
	outline: 0;
	text-decoration: none;
}

.restesterJS-toolbox-button-select {
	background-color: #505050;
	color: #fff;
}

.restesterJS-toolbox-button-select:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 90%;
}

.restesterJS-dropzone-container {
	margin: 0;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 400px;
	border: 2px solid gray;
	display: inline-block;
}

.restesterJS-template-container {
	margin-left: 20px;
	width: 76%;
	min-height: 400px;
}

.restesterJS-template {
	width: 100%;
	max-width: 830px;
	min-height: 370px;
	margin-top: -2px;
	border: 2px solid gray;
	padding: 8px;
}

.restesterJS-toolbox-content {
	padding: 20px;
	text-align: center;
	position: sticky;
	top: 10px;
}

.restesterJS-toolbox-content-structure,
.restesterJS-toolbox-content-content {
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.restesterJS-content {
	border: 2px solid gray;
	background-color: #1c1f20;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width: 45%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 20px;
	padding: 30px;
	box-sizing: border-box;
}

.restesterJS-structure {
	border: 2px solid gray;
	background-color: #fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	width: 90%;
	max-width: 250px;
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 20px;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.restesterJS-run-name {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

.restesterJS-name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center
}

.restesterJS-button-run {
	font-weight: bold;
	font-size: 20px;
	border: 1px solid #bbbbbb;
	cursor: pointer;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px 20px;
	background-color: #4DAF52;
	color: white;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.restesterJS-favorite-name {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 1px;
	cursor: pointer;
	margin-left: 3px;
}

.restesterJS-favorite-container {
	margin-top: 12px;
	width: 85%;
}

.restesterJS-link-action {
	cursor: pointer;
}

.restesterJS-button-run:hover {
	background-color: gray;
}

.restesterJS-result {
	border: 1px solid #bbbbbb;
	background-color: #E6E6E6;
	padding: 30px;
	margin-top: 10px;
}

.restesterJS-widget-result {
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
}

.restesterJS-widget-result-step {
	font-size: 19px;
	font-weight: bold;
}

.restesterJS-widget-result div {
	margin-top: 10px;
}

.restesterJS-run-method,
.restesterJS-http-ko,
.restesterJS-http {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: orange;
	margin-left: 15px;
	color: #fff;
	padding: 4px;
}

.restesterJS-http {
	background-color: green;
	margin-left: 0px;
}

.restesterJS-http-ko {
	background-color: red;
	margin-left: 0px;
}

.restesterJS-url {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #d6d6c2;
	margin-left: 15px;
	color: #fff;
	padding: 4px;
}

.restesterJS-widget {
	width: 96%;
	border: 1px solid #bbbbbb;
	background-color: #fff;
	padding: 15px;
	margin: 5px;
}

.restesterJS-dash {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	border: 1px dashed #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 50px;
}

.restesterJS-dash-alone {
	width: 80%;
}

.restesterJS-dash-duo {
	width: 40%;
}

.restesterJS-dash-duo-small {
	width: 30%;
}

.restesterJS-dash-duo-big {
	width: 50%;
}

.restesterJS-dash-trio {
	width: 26.7%;
}

.restesterJS-dash-quartet {
	width: 20%;
}

.restesterJS-structure-template-container,
.restesterJS-structure-content-container {
	width: 100%;
	min-height: 80px;
	overflow-wrap: break-word;
}

.restesterJS-structure-template-container {
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	align-self: flex-start;
}

.restesterJS-structure-template {
	display: inline-block;
	color: #000;
	background-color: buttonface;
	min-height: 80px;
	border: 2px dotted gray;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: auto;
	margin-top: 0;
	align-self: flex-start;
}

.restesterJS-structure-template-alone {
	width: 99%;
	box-sizing: border-box;
}

.restesterJS-structure-template-duo {
	width: 49.5%;
	box-sizing: border-box;
}

.restesterJS-structure-template-duo-small {
	width: 39.5%;
	box-sizing: border-box;
}

.restesterJS-structure-template-duo-big {
	width: 59.5%;
	box-sizing: border-box;
}

.restesterJS-structure-template-trio {
	width: 33%;
	box-sizing: border-box;
}

.restesterJS-structure-template-quartet {
	width: 24.5%;
	box-sizing: border-box;
}

.restesterJS-drop-zone {
	min-height: 25px;
	box-sizing: border-box;
	clear: both;
}

input[type='text'],
select {
	min-width: 60px;
	max-width: 24%!important;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	color: #000;
	border: 1px solid #bbbbbb;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	padding: 3px;
	margin-left: 1%;
	margin-right: 1%;
}

input.url-auto {
	width: 40%;
	max-width: 40%!important;
}

.restesterJS-drop-zone-dropover {
	border: 3px solid black;
}

.restesterJS-middle {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.restesterJS-property,
.restesterJS-property-clear {
	clear: both;
}

.restesterJS-property-title {
	float: left;
}

.restesterJS-property-input {
	float: right;
}

.restesterJS-property-text-font-color {
	width: 22px;
	height: 22px;
	margin-left: 10px;
	float: right;
	border: 1px solid #505050;
}

.restesterJS-property-header {
	margin-bottom: 20px;
}

.restesterJS-properties-title {
	font-size: 16px;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.restesterJS-property-image-drop-zone {
	width: 80% border: 1px dashed #000;
	min-height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

.restesterJS-property-image-url {
	width: 80% margin-left:auto;
	margin-right: auto;
}

.restesterJS-top-action {
	border: 2px solid #2c2f30;
	padding: 15px;
	text-align: center;
	border-radius: 3px;
	background-color: #2c2f30;
	display: flex;
	justify-content: space-around;
}

.restesterJS-button-action {
	background-color: #4DAF52;
	cursor: pointer;
	float: right;
	margin-right: 20px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #bbbbbb;
	cursor: pointer;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 18px;
	color: white;
}

.restesterJS-button-action:hover {
	background-color: gray;
}

.restesterJS-border {
	border: 2px solid #2c2f30;
}