body {
	margin: 0px;
	padding: 0px;
}
.clr {
	clear: both
}
.container {
	width: 1400px;
	margin: auto;
}
.header_panel {
	width: 1400px;
	height: 40px;
	padding-top: 15px;
	background-color:#ededed;
	padding-bottom: 15px;
	border-bottom:#009639 solid 4px;
}
.header_panel div.logo {
	width: 260px;
	height: 27px;
	padding-left: 15px;
	float: left
}
.header_panel div.nav {
	width: 1000px;
	float: right
}
.header_panel div.nav ul {
	float: right;
	margin-top: 0px;
	margin-right:20px;
}
.header_panel div.nav ul li {
	list-style-type: none;
	display: inline-block;
    margin-top: 5px;
}
.header_panel div.nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 6px 15px;
    background-color: #cccccc;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
}
.header_panel div.nav ul li a:hover {
	text-decoration: underline
}
.sma_left {
  width: 360px;
  float: left;
  padding:0px 0px  30px 0px;
  clear: both;
  border-right: #DDDDE0 solid 4px;
  min-height: 500px;
}
.sma_left div.color_picker {
	width: 350px;
	height: auto;
	padding: 15px 0;
    font-family: arial, serif;
    font-size: 12px;
}
.sma_right {
	width: 1036px;
	float: right;
	margin-bottom:0px;
}
.graph_pan {
	width: 1000px;
	padding-top:0px;
	margin:auto;
    height: 489px;
    overflow: scroll;
    overflow-x: hidden;
}
.graph_pan code#result_code_response{
    background: none repeat scroll 0 0 #ffffff;
    border:none;
}
.rotate{
  width: 1368px;
  clear: both;
  height: 100px;
  padding: 15px;
  border-radius: 0px 0px 10px 10px;
  border: #0e3970 solid 1px;
  overflow: scroll;
  overflow-x:hidden;
}
.rotate code#code_result{
    border:0px;
}
.heading_1{
  margin: 0;
  font-family: sans-serif;
  font-size: 18px;
  color: #ffffff;
  background-color: #0e3970;
  line-height: 41px;
  padding-left: 10px;
}

.ulrList {
    margin-bottom: 10px;
}

.ulrList h3 span {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.ulrList code {
    display: block;
    word-wrap: break-word;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    background: #F0F0F0;
    margin-bottom: 10px;
    color: black;
}

.responsCode {
    display: block;
    word-wrap: break-word;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #F0F0F0;
    padding: 10px;
    height: auto;
    overflow: auto;
    color: black;
    text-align: center;
}

.testUrl {
    font-size: 12px;
    height: auto;
    word-wrap: break-word;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    background: #F0F0F0;
    margin-bottom: 10px;
    max-height: 100px;
    min-height: 30px;
    overflow-y: auto;
    color: black;
}

.loader_graph {
    height: auto;
    left: 50%;
    position: absolute;
    top: 33%;
    width: 170px;
    text-align: center;
    font-size: 14px;
    color: #00396F;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 24px;
    border-radius: 12px;
    padding: 8px 10px;
    background-color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 0 -85px;
    z-index: 9999;
    display: none;

}
.btn-preview{
    background-color:#00396f;
    border-radius: 3px;
    padding:5px 15px;
    border:0px;
    color:#ffffff;
    margin-right: 10px;
    cursor:pointer;
    margin-top: 40px;
}