@media screen and (max-width:800px){
	.post-request-img-size{
		width:100%;
	}
	.textbox-post-width{
		width:100%;
	}
}

.textbox-post-width{
	width:20%;
	text-align: center;
}

.tableInput{
	/*border:none;*/
	width:100%;
	border: 0px solid #f5f5f5;
}

#headers{
	overflow-x:auto;
}

.headerRow{
	width:200px;
}

.http-tabs.nav-pills .nav-link.active, .http-tabs.nav-pills .show>.nav-link{
	color:#000;
	border-bottom: 3px solid #0F66DC;
    border-radius: 0px;
    background-color: #fff;
}

/*checkbox*/
.check-col{
	width:10px;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}

/*body options*/
.display-none{
	display: none;
}

.display-block{
	display: block;
}

#raw-dropdown {
	margin-top:20px;
}

#raw-input {
	width: 100%;
	height:300px;
}

/* ADDED Style to BUTTON */

.tableButton{
	float: right;
	border: none;
	text-align: center;
	text-decoration: none;
	color: #f5f5f5;
	padding-left: 5px;

}

.tableButton:hover{
	color: black;
	cursor: pointer;
}

/* <div> ADDED TO EACH <td></td> having class desc */
.divbutton{
	display: flex;
}

/* Till Here */

/*pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }*/
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
/*.key { color: red; }
*/
/*checkbox padding*/
.checkbox-indicator{
	padding:5px!important;
}

.table th, .table .key-input, .table .value-input, .table .desc-input{
	padding:0.5rem 0.5rem!important;
}

.checkbox-lg .custom-control-label{
	padding-left: 0px;
}
