/*
Title: My Device Info - DOCSIS Device Information Center
Style: Over-rides some of the base template styles
Last Updated: May 11, 2012 by Tome Wilson
*/

.devlink {
  text-decoration: none;
}

table.sortable tbody tr:nth-child(2n) td {
  /* background: #ffcccc; */
}
table.sortable tbody tr:nth-child(2n+1) td {
	background: #d7e4e5;
}

.verticalWrapper {
	height: 176px;
	text-align: left;
	position: relative;
	margin: 0;
}

.verticalWrapper p.res {
	font: lighter 600%/1 arial black, helvetica, arial, sans-serif;
	margin:0;
}

.verticalclass {
	float: left;
	margin-right: 4px;
	height: 176px;
}

.tier {
	height: 17px;
  cursor: pointer;
}

.tiersmall {
	height: 15px;
  cursor: pointer;
}


th:hover {
	cursor: pointer;
}

.stripe2 {
	background-color: #d7e4e5;
}

.tierselected {
	font-weight: bold;
	color: #805dab;
}

.tier:hover {
	font-weight: bold;
}

.devicelink:hover {
	color: #2ca4e3;
	cursor: pointer;
}

.devicelink {
	text-decoration: none;
	color: #2ca4e3;
}

#contact-button {
	float: right;
	color: #666 !important;
	font-size: 18px !important;
	width: 150px;
	line-height: 30px !important;
	text-align: right;
}

#contact-button:hover {
	color: #2ca4e3 !important;
}

th {
	color: #fff;
	background-color: #666;
	white-space: nowrap;
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
	padding-left: 2px;
	padding-right: 1px;
}

td {
	white-space: nowrap;
	padding: 2px
}

.hr {
	width: auto;
	height: 1px;
	font-size: 1px;
	display: block;
	margin: 10px 0;
	border-top: 1px solid #ccc
}

#shell {
	width: 960px;
	padding-bottom: 40px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0
}

#header {
	width: 980px;
	position: relative;
	margin-left: -10px;
	display: block
}

#header h1 {
	font-size: 24px;
	color: #333;
}

#header h2 {
	width: 935px
}

#opening-content, #tierselect, #devicelist {
	padding: 10px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	font: normal 12px/1.35em Arial, Helvetica, sans-serif;
	margin-top: 10px
}

#page-title {
	color: #c8001d;
	float: left;
	width: 600px;
}

.photoL {
	float: left;
	margin: 3px 10px 0 0
}

#devicetypeselector, #go-back, #blue-button-left, #blue-button-right {
	font-size: 1.2em;
	padding: 8px 20px;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
	background-color: #2ca4e3;
	font-weight: bold;
	margin-top: 1em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #2ca4e3;
	background-image: linear-gradient(bottom, rgb(44,163,227) 25%, rgb(44,163,227) 50%, rgb(117,198,241) 75%);
	background-image: -o-linear-gradient(bottom, rgb(44,163,227) 25%, rgb(44,163,227) 50%, rgb(117,198,241) 75%);
	background-image: -moz-linear-gradient(bottom, rgb(44,163,227) 25%, rgb(44,163,227) 50%, rgb(117,198,241) 75%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,163,227) 25%, rgb(44,163,227) 50%, rgb(117,198,241) 75%);
	background-image: -ms-linear-gradient(bottom, rgb(44,163,227) 25%, rgb(44,163,227) 50%, rgb(117,198,241) 75%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, rgb(44,163,227)), color-stop(0.5, rgb(44,163,227)), color-stop(0.75, rgb(117,198,241)));
}

#devicetypeselector:hover, #go-back:hover, #blue-button-left:hover, #blue-button-right:hover {
	background-image: linear-gradient(bottom, rgb(44,163,227) 0%, rgb(117,198,241) 50%);
	background-image: -o-linear-gradient(bottom, rgb(44,163,227) 0%, rgb(117,198,241) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(44,163,227) 0%, rgb(117,198,241) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,163,227) 0%, rgb(117,198,241) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(44,163,227) 0%, rgb(117,198,241) 50%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(44,163,227)),
		color-stop(0.5, rgb(117,198,241))
	);
}

#tierselect {
	padding: 10px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	font: normal 12px/1.35em Arial, Helvetica, sans-serif
}

#tierselect h3 {
	color: #9bcd00;
	font-size: 21px;
}

#tierselect h4 {
	color: #805dab;
	font-size: 14px;
	padding-bottom: 0
}


/* ---[ device list on homepage ]--------------------- */
#cmlist tr:hover {
	/* background: #b5ccce; */
}


/* ---[ footer ]--------------------- */
#xfinity-footer {
	width: 100%;
	height: 400px;
	border-top: 1px solid #ccc
}


/* ---[ certhelp page ]--------------------- */
#certhelp #shell {
	width: 600px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	font: normal 12px/1.45em Arial, Helvetica, sans-serif
}

#certhelp #shell h2 {
	color: #2ca4e3
}


/* ---[ device page ]--------------------- */
#go-back {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: .35em;
}

#alert {
  width: 85%;
	padding: 10px;
	display: block;
	background-color: #c8001d;
	font-size: 13px;
	color: #fff
}
#alert a {
  color: lightblue;
}

#alert h2 {
	margin: 0 0 .35em 0;
}

.section-hdr {
	background: #f3f3f3;
	padding: 6px;
}

#product-name h1 {
	color: #2ca4e3;
}
ul#mydevice-reference-list,#mydevice-reference p{font-size:14px;}

/* ---[ xfinity branding colors ]--------------------- */
.xfinity_puce {color: #841651}
.xfinity_purple {color: #805dab}
.xfinity_blue {color: #2ca4e3}
.xfinity_green {color: #9bcd00}
.xfinity_yellow {color: #fbac18}
.xfinity_terracotta {color: #d66122}
.xfinity_red {color: #c8001d}
