* {
    box-sizing: border-box;
}
h4 {
    margin: 0 0 10px 0;
    display: block;
    font-size: 16px;
}

h4 span{
    font-size: 14px;
    font-weight: normal;
}

.node {
    cursor: pointer;
}

.overlay{
    background-color:#EEE;
}

.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.visual svg {
    width: 100%;
    height: 100vh;
}

.node text {
    font-size:10px;
    font-family:sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

.templink {
    fill: none;
    stroke: red;
    stroke-width: 3px;
}

.ghostCircle.show{
    display:block;
}

.ghostCircle, .activeDrag .ghostCircle{
    display: none;
}

#visualContainer {
    width: 70%;
}

.visual {
    width: 100%;
    display: inline-block;
}

.reqForm-container {
    width: 90%;
}

#route-tree {
    width: 100%;
}

.right-bar {
    width: 33.33%;
    min-width: 33.33%;
    border: 1px solid #ddd;
    background: #fff;
}

.right-bar .resize-tab{
    float:left;
    top: -1px;
    padding: 0px;
    display: flex;
    width: 20px;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    border-right: 1px solid #fff;
    overflow: hidden;
    position: relative;
    margin-left: -20px;
    margin-top:calc(50vh - 25px);
    z-index: 2;
}
.slide {
    -webkit-transition:width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.resize-icon {
    position: absolute;
    top: 3px;
    height: 20px;
    z-index: 2;
}
.resize-icon:hover {
    cursor: ew-resize;
}
.slide-icon {
    position: absolute;
    left:0;
    bottom: 2px;
    width: 20px;
    height: 20px;
}

.slide-icon{
    cursor: pointer;
}

.shifter{
    left: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

#pastReq {
    padding-top: 14px;
}

#response {
    width: 100%;
}
#response pre {
    white-space: normal;
    font-family: RobotoDraft,Roboto,'Helvetica Neue',sans-serif;
}

#response pre br {
    margin: 0;
}

#response pre pre {
    margin-top: 0px;
    padding: 10px 15px;
    background: #f5f2f0;
    /*background: #272822;*/
    white-space: pre-wrap;
}
#response code {
    white-space: pre-wrap;
}

.routeTableRow {
    border-top: 1px solid #D3D3D3;
    padding: 5px;
}

.routeTableCol {
    border-right: 1px solid #D3D3D3;
    padding: 5px;
}

#routeTable {
  width: 100%;
}

.md-button {
    padding: 0px;
    margin: 0px;
}

#historicalUrl {
    word-wrap: break-word;
    line-height: 1.25em;
}
/*
.right-bar {
	width: 30%;
	height: 100%;
	float:right;
	border-style: solid;
	border-width: 1px;
	border-color: green;
	display:inline-block;
}

.tab-btns {
	border-style: solid;
	border-width: 1px;
	border-color: purple;
}

.tab-btns .tab-btn {
	border-style: solid;
	border-color: orange;
}

.tab {
	border-style: solid;
	border-width: 1px;
	border-color: red;
}*/