/* Custom CSS Declarations */

pre {font-size: 15px; font-family: monospace}

#nettab_container {
	height:400px;
	width:100%;
}
.tabs input[type=radio] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs {
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 3px auto;
}

.tabs li{
    float: left;
    margin-left:100px;
    background: rgba(0,0,0,.1);
    border-radius: 3px;
}

.tabs label {
    display: block;
    padding: 7px 15px;
    color: #257FA2;
    font-size: 18px;
    font-weight: normal;
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
    position: relative;
    top: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs label:hover {
    background-color: #398bce;
    color:#ffffff;
    top: 0;
}

[id^=tab]:checked + label {
	background-color: #398bce;
	color:#ffffff;
	top: 0;
}

[id^=tab]:checked ~ [id^=tab-content] {
	  display: block;
}

.tab-content{
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	font-size: 20px;
    background-color:#ffffff;
	line-height: 140%;
	padding-top: 10px;
	padding: 15px;
	position: absolute;
	top: 39px;
	left: 0;
	border: 3px solid rgba(0,0,0,.2);
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	margin-top:20px;
}

.netinfo_left {
	float: left;
	width: 345px;
	border-right: 1px solid #dee6eb;
}

.netinfo_right {
	float: right;
	font-size: 16px;
    margin-left: -30px;
}

.netinfo_left p {
    color:#798c99;
    font-size:14px;
}

.netinfo_left h4 {
    color:#49535a;
}

.netinfo_right h4 {
    color:#49535a;
}

.netinfo_right p {
    color:#798c99;
    font-size:14px;
}

.netinfo_left .button {
	float:left;
	width:81px;
	margin: 10px 30px 0 0;
}
.netinfo_left .button a{
	display:block;
	color: #fff;
	line-height: 31px;
	text-align: center;
	background: #ff6600;
	border-radius: 3px;
}
.netinfo_left .button a:hover {
	background: #62aadf;
}

.flag {
    vertical-align: middle;
    padding-bottom:3px;
}

.cmdbox {
	float: left;
	width: 575px;
	margin: 0 0 22px;
	padding: 20px 15px;
	background: #62aadf;
    border-radius: 4px;
    margin-top: 8px;
}

.host_milano {
    float: left;
    width: 220px;
    height: 38px;
    font-size: 16px;
    color: #798C99;
    padding: 0px 15px;
    line-height: 38px;
    background: #fff;
    outline: 0;
    border: 0;
}

.host_dallas {
    float: left;
    width: 220px;
    height: 38px;
    font-size: 16px;
    color: #798C99;
    padding: 0px 15px;
    line-height: 38px;
    background: #fff;
    outline: 0;
    border: 0;
}

.host_pune {
    float: left;
    width: 220px;
    height: 38px;
    font-size: 16px;
    color: #798C99;
    padding: 0px 15px;
    line-height: 38px;
    background: #fff;
    outline: 0;
    border: 0;
}

.command_milano {
    float: left;
    margin-left: 10px;
    width: 180px;
    height: 38px;
    font-size: 16px;
    color: #798C99;
    padding: 10px;
    line-height: 38px;
    background: #fff;
    outline: 0;
    border: 0;
}

.command_dallas {
    float: left;
    margin-left: 10px;
    width: 180px;
    height: 38px;
    font-size: 16px;
    color: #798C99;
    padding: 10px;
    line-height: 38px;
    background: #fff;
    outline: 0;
    border: 0;
}

.command_pune {
    float: left;
    margin-left: 10px;
    width: 180px;
    height: 38px;
    font-size: 16px;
    color: #798C99;
    padding: 10px;
    line-height: 38px;
    background: #fff;
    outline: 0;
    border: 0;
}

.submit_milano {
width: 120px;
height: 40px;
font-size: 18px;
color: #fff;
background: #ff6600;
margin-left: 15px;
cursor: pointer;
border: 1px solid #62aadf;
}

.submit_milano:hover {
	background-color: #f25648;
}

.submit_dallas {
width: 120px;
height: 40px;
font-size: 18px;
color: #fff;
background: #ff6600;
margin-left: 15px;
cursor: pointer;
border: 1px solid #62aadf;
}

.submit_dallas:hover {
    background-color: #f25648;
}

.submit_pune {
width: 120px;
height: 40px;
font-size: 18px;
color: #fff;
background: #ff6600;
margin-left: 15px;
cursor: pointer;
border: 1px solid #62aadf;
}

.submit_pune:hover {
    background-color: #f25648;
}

#results {
    margin-top:-100px;
    border-radius:5px;
    border: solid ##999999 1px;
}

#networkmap {
        height:400px;
        width:100%;
}
.gm-style-iw * {
        display: block;
        width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
}
    .gm-style-iw a {
        color: #4272db;
}

p.netdesc {
font-size: 16px;
text-align: center;
}

h1.netdesc {
font-weight: 400;
text-align: center;
font-size:24px;
padding-bottom:20px
}

form#dallas_network.well.form-inline {
	float:right;
}

img.footerlogo {
	float:left;
	height:110px;
	margin-left:-230px;
	margin-top:15px;
}

.footerdesc {
color:#fff;
padding-top:65px;
margin-left:-100px;
}

#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
border: none;
width: 319px !important;
height:160px !important;
}

#twitterfeed {
padding-top:20px;
}

th.highlight {
    background:#ff7e00 !important;
    position:relative  !important;
}

td.highlight {
    background-color: #fff5e0 !important;
    box-shadow:  -2px 0px 5px -5px #000, 2px 0px 5px -5px #000 !important;
    border-right: 1px solid #ff7e00 !important;
    border-left: 1px solid #ff7e00 !important;
}
tr.order td.highlight {
    border-bottom: 1px solid #ff7e00 !important;
}