/* CSS Document */

body {
  background: #fff url(/img/networkcontrolbackgroundteal.png) top left repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
	font-size: .9em;
  margin: 0;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: .9em;
}

a {
  text-decoration:none;
  color:#378e7d;
}

table.nopad td {
	padding: 0;
}


a:hover{
text-decoration:underline;
color:#449f9c;
}

.link {
  text-decoration:underline;
}

strong {
	font-weight: bold;
}

h1,h2,h3,h4 {
  font-family: Cabin, 'Gill Sans','lucida grande', helvetica, arial, sans-serif;
  font-weight: normal;
}

h1 {
  background: none;
  color: #333;
  font-size: 1.6em;
}

h2 {
  color: #555;
  border-bottom: 2px dotted #aaa;
  font-size: 1.4em;
}

h3 {
  color: #378e7d;
  font-size: 1.4em;
	border-bottom: 2px dotted #aaa;
	margin: 20px 0;
}

h4 {
  color: #378e7d;
  border-bottom: 1px dotted #aaa;
  font-size: 1.2em;
	margin-top: 20px;
}

.small {
	font-size: .8em;
}

#container {
  width: 90%;
  margin: auto;
  border-radius: 10px;
}

#logo {
  float: left;
}

#main {
width:745px;
float:left;
margin-left:30px;
margin-bottom:15px;
}

#request_intro, #form_intro {
	margin: 20px 0 40px 0;
  font-size: 1em;
	line-height: 1.4em;
}


#footer {
margin-top:10px;
margin-bottom:10px;
width:967px;
clear:both;
}

#footer p {
margin-left:10px;
margin-top:10px;
}

#logo_divider {
border-left:1px;
border-left-style:solid;
border-left-color:#046774;
width:3px;
height:66px;
float:left;
margin-left:10px;
margin-right:10px;
margin-top:10px;
}

#client {
  text-align: right;
  padding-top:10px;
}

#client img {
    max-height: 60px;
    width: auto;
}

.hide, .preload {
	display: none;
}

.red {
	color: #c13546 !important;
}

.pink {
	color: #ed008c;
}

.blue {
	color: #378e7d;
}

.green {

}

.important {
	color: #a05400;
}

.dataMsg {
	color: #ff6666;
	font-weight: bold;
}

.radioList {
    list-style:none;
    margin-left:0;
    padding-left:20px;
}

.nopad {
	margin: 0;
	padding: 0;
}

div.input.text label, div.input.password label, div.input.select label, div.input.file label, div.input.textarea label {
  font-size: .95em;
  font-weight:bold;
	margin-left: 0px;
	margin-bottom: 7px;
	line-height: 1.2rem;
}

.input select {
	padding: .25rem;
	border: 1px solid #aaa;
	font-size: .9rem;
}


div.input.textarea, div.input.number, div.fieldValue {
	margin-bottom: 20px;
}

div.fieldValue {
	font-size: 1.4em;
}

.radio label {
	vertical-align: middle;
  font-weight: bold;
  padding: 5px;
  margin-left: 15px;
}

.ie10 input[type=checkbox] {
  margin-top: -5px;
}

div.checkbox {
}

div.label {
	margin: 5px 0;
	clear: none;
}

button {
	padding: 5px;
}

.normal {
	font-weight: normal !important;
}

fieldset {
  border: 1px solid #ccc;
	margin-bottom: 1em;
  padding: 15px 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

fieldset fieldset {
  margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	width: 95%;
}

fieldset legend {
  color: #378e7d;
  font-family: Cabin, 'Gill Sans','lucida grande', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 1.4em;
	padding: 0 5px;
	margin: 0;
}

#helpbutton {
  position:absolute;
  top: 2rem;
  right: 2rem;
}

div#content {
  border-radius: 10px;
	padding: 40px 50px;
  position: relative;
}

div.content {
	margin-bottom: 20px;
}

#header{
	background-color: #fff;
  border-radius: 10px;
  margin: 10px auto;
}

div.input.text, div.input.select, div.input.password {
	margin: 12px 0;
}

div.input.select {
	margin: 1.5rem auto;
}

form {
	width: 100%;
}

form .submit input[type=submit] {
  background:#378e7d;
  border-color: #2d6324;
  color: #fff;
  padding: 8px 4rem;
	cursor: pointer;
}

form .submit {
  margin: 1rem auto;
}

form .submit input[type=submit]:hover {
  background: #2d7466;
}

form .required {
  font-weight: normal;
}

form div {
  margin-bottom: 0;
  padding: 0;
}

input, textarea {
  clear: both;
  font-size: .9em;
	padding: 5px;
	color: #333;
}

textarea {
  width: 97%;
	height: 6rem;
  border: 1px solid #a1bbd1;
}

input[type=text],input[type=password] {
  border: 1px solid #a1bbd1;
	width: 50%;
	border-radius: 3px;
}

#RequestEmployeeId {
  width: 100%;
}

select {
  clear: both;
  font-size: 100%;
  vertical-align: text-bottom;
}
.before {
	margin: 10px 0;
  font-size: .9em;
  width: 90%;
}

.before .before {
  width: 100%;
  font-size: 1em;
  margin: 0;
}

.after {
	padding: 5px 0;
  font-size: .9em;
  color: #007672;
  margin: 0;
  width: 90%;
}

.textarea .after {
	margin-top: .5rem;
}

.inset {
	margin-left: 20px;
}

.actionLink {
	cursor: pointer;
}

a.linkbutton {
	padding: 5px;
  background-color: #378e7d;
  color: #fff;
  border-radius: .25rem;
  cursor: pointer;
  font-weight: normal;
}

a.linkbutton:hover {
  background-color: #ddd;
  color: #378e7d;
  text-decoration: none;
}

div.request_info {
	border-top: 2px dotted #aaa;
	padding: 30px 10px;
	margin-top: 30px;
}

div.orderedItem {
	float: left;
	padding: 10px;
	text-align: center;
	width: 200px;
}

div.orderLine {
  clear: both;
  padding-bottom: 1rem;
}

div.clear {
	clear: both;
}

div.listing {

}

div.listing, div.listing>div {
  width: 100%;
	float: left;
	clear: both;
  padding: 5px;
}

.listTitle {
	background-color: #ddd;
	font-weight: bold;
	font-size: .9em;
}

div.listDetail {
	background-color: #eee;
}

div.cell {
	display: table;
	width: 100%;
	float: left;
}

div.cell>div {
	display: table-cell;
	float: left;
	padding: 3px;
}

div.cellTitle {
	width: 15%;
}

div.cellDetail {
  font-weight: bold;
	padding-left: 10px;
}

#FormfieldServiceCountryOther, #FormfieldCarrierIdOther, #FormfieldFeaturesCarrierOther {
	display: none;
}

label[for="FormfieldServiceCountryOther"], label[for="FormfieldCarrierIdOther"], label[for="FormfieldFeaturesCarrierOther"] {
	display:none;
}

.backlink {
	float: right;
}

.backlink a {
  font-weight:normal !important;
}

/* Admin Styles */

.searchBox {

}

.view .itemImage {
	float: right;
  background-color:#fff;
  padding: 0 10px;
}

.itemBox {
	width: 200px;
	min-height: 220px;
  float: left;
  text-align: center;
  margin: 0 0 20px 0;
}

.itemBox img {
	margin: 10px;
}

.accessories dl, .devices dl, .companies dl {
	width: 80%;
}

.centered {
	text-align:center;
}

.margin15 {
	margin: 15px;
}

.helpText {
	line-height: 1.5em;
  margin: .5rem auto;
}

.intro.helpText, .form .helpText {
  color: #007672;
  padding: .5rem;
}

div.actions {
  clear: left;
}

.actions li {
	font-size: .9em;
  white-space: normal;
}


div.related {
	margin-bottom: 100px;

}

.view dl dd:nth-child(4n+2),
.view dl dt:nth-child(4n+1) {
  background: #fff;
}

/* Device Request Form */

.matrixHead {
	font-weight: bold;
	font-size: 1.4em;
	margin: 1em 0;
}

#selected_device {
	width: 100%;
	float: left;
	font-size: 1.2em;
}

.config_device_options {
	width: 100%;
  float: left;
}

#device_options {
	float: left;
  width: 100%;
}

div.chooseDevice, div.chooseNone {
  float: left;
  padding: 8px 3px;
  border: 2px solid #aaa;
  width: 180px !important;
  text-align: center;
  font-size: .9em;
  clear: none;
	cursor: pointer;
	min-height: 280px;
	margin: 1em .2em;
}

div.chooseDevice.genericAccessory {
  min-height: 80px;
	padding: 2em .2em;
}

div.chooseDevice.genericAccessory .itemName {
	font-size: 1.1em;
}

div.chooseDevice.selected, div.chooseDevice:hover, div.chooseNone.selected, div.chooseNone:hover {
	border: 2px solid #ff3333;
}

div.chooseDevice a {
	font-weight: normal;
}

div.itemName {
  font-weight: bold;
	margin: 4px 0;
}

div.itemPrice {
	margin-top: 4px;
}

.configOptions {
	clear: none;
  display: inline-block;
	padding: 10px;
	width: 65%;
	vertical-align: top;
}

.configOptions h4 {
	font-size: .95em;
	margin-bottom: 10px;
}

.configOptions .optionChoice {
	clear: left;
}

.chooseOther {
	cursor: pointer;
  font-weight: bold !important;
  color: #c13546 !important;
  z-index: 100;
}

.optionChoice {
  clear: none;
	font-size: .8em;
  line-height: 30px;
	height: 30px;
}

.optionChoice dt {
  width: 120px;
}

.optionChoice dd {
  margin-left: 130px;
  width: 420px;
}

.selectedDeviceImage {
  display: inline-block;
  margin-right: 20px;
  width: 180px;
}

.selectedDeviceImage img {
  max-width: 80%;
  margin: auto;
}

.boxChooser {
	clear: none;
	width: 200px;
  float: left;
}

.colorBit {
  width: 14px;
  height: 14px;
  border: 1px solid #777;
	clear: none;
  display: block;
  margin: 3px;
	float: left;
}

.colorBit:hover {
  border: 1px solid #333;
}

.colorBit.selected {
	height: 30px;
	width: 30px;
}

ul.inline li {
  display: inline;
}
