/* Mainscreen */

sup {
	color: #4ebde8;
}

#summary {
	display: none;
	background-color: rgba(254,254,254, 1);
	top: 0;
	left: 0;
	position: fixed;
	border: 1px solid #86dfcb;
	border-left: 0;
	width: 320px;
	z-index: 9999;
	transition: left .5s, top .5s, width 1s;
}

#summary.nf-hide-summary {
	left: -310px;
}

@media (max-width: 1280px) {
	#summary {
		width: 280px;
	}

	#summary.nf-hide-summary {
		left: -268px;
	}

	#servicetype {
		font-size: 12px;
	}
}

#summaryitems {
	display: inline-block;
	width: 96%;
	margin-top: 8px;
	margin-bottom: 48px;
	overflow-y: auto;
	transition: height .5s;
}

#summaryitems > li {
	padding: 0 0 8px 12px;
	font-weight: 400;
}

#summaryitems .nf-summary-item-type-label {
	color: #35a28a;
	font-weight: inherit;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}

@media (max-height: 600px) {
	#summary {
		top: 0;
		border-top: 0;
		border-bottom: 0;
		border-radius: 0;
	}
}

#servicetype {
	background-color: white;
	cursor: default;
	position: absolute;
	top: 9px;
	right: 8px;
	padding: 2px 4px;
	border: 1px solid #ced7da;
	font-size: 14px;
	color: #404040;
	text-transform: uppercase;
}

@media (max-height: 600px) {
	#summary {
		top: 0;
		height: 100vh;
	}

	#summaryitems {
		max-height: calc(100vh - 200px);
	}
}

div.recurringprice {
	position: absolute;
	bottom: 12px;
	right: 12px;
	font-size: 20px;
	font-family: lato-bolditalic, serif;
}

span.chassisspecs {
	display: block;
	font-family: lato-bolditalic, serif;
	clear: right;
	line-height: 2.5em;
}

span.chassisspecs > img:first-child {
	margin-right: 12px;
	vertical-align: middle;
}

#chassisname {
	display: inline-flex;
	color: #355d5c;
	font-size: 19px;
	font-weight: 400;
	padding-top: 2px;
	margin: 6px 0 6px 12px;
}

span.delay{
	display: inline-block;
	margin-left: 5px;
	font-family: lato-italic, serif;
}

div#leaseoptions, 
div.chassisdescription,
div.banner-right {
	border: 1px solid #4ebde8;
	width: 300px;
	float: right;
	padding: 20px;
	display: none;
}

div#options{
	text-align: center;
	width: 100%;
	display: none;
}

select.selectfield{
	font-size: 14px;
	width: 320px;
}

select.summaryselectfield{
	font-size: 11px;
	width: 270px;
}

input, select, textarea, button {
	font-size: 14px;
	border: 1px solid #cbcbcb;
	border-radius: 4px;
}

select option {
	font-family: Lato-Regular, serif;
	padding: 4px;
}

div#optionholder{
	width: 700px;
	margin: 70px auto auto;
}

#descriptions{
	text-align: left;
	margin-top: 30px;
	width: 670px;
}

div.billingoption{
	padding: 10px;
	width: 180px;
	height: 80px;
	cursor: pointer;
	border: 1px solid #4ebde8;
	background: #c2e1ec;
	text-align: center;
	float: left;
	margin-right: 30px;
}

div.disabled{
	background: #ddd;
	border: 1px solid #ccc;
	color: #ccc;
}

#startbuild{
	padding: 10px;
	font-size: 20px;
	border: 1px solid #4ebde8;
	background: #c2e1ec;
	text-align: center;
	font-variant: small-caps;
	margin-top: 40px;
	font-family: lato-bold, serif;
	cursor: pointer;
}

div.optionselected{
	border: 2px solid #4ebde8;
	background: #c2e1ec url('/images/boxbg_selected.png') repeat-x;
}

div.optiondesc{
	border: 1px solid #4ebde8;
	padding: 10px;
	font-family: lato-italic, serif;
	display: none;
}

div.billingoption span.billingoptiontitle{
	font-variant: small-caps;
	font-size: 30px;
	font-family: lato-bold, serif;
}

div.optionselecter{
	margin-top: 20px;
	border: 1px solid #4ebde8;
	padding: 10px;
}

div.optionselecter p{
	margin-left: 30px;
	font-style: italic;
}

#tabs{
	display: none;
	border: none;
	background: none;
}


#tabs ul.ui-tabs-nav li{
	font-size: 1.2em;
}

#tabs h2{
	font-variant: small-caps;
	font-size: 17px;
	font-family: lato-bold, serif;
}

#tabs ul.ui-tabs-nav {
	border: none;
	background: none;
	border-bottom: 1px solid #4ebde8;
	border-radius: 0 !important;
}

#tabs ul.ui-tabs-nav li.ui-tabs-selected{
	background: #c2e1ec;
	border: 1px solid #4ebde8;
	cursor: default;
}

#tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	cursor: default;
}

#tabs ul.ui-tabs-nav li:last-child {
	float: right;
	right: 12px;
}

#resetbuild > img {
	cursor: pointer;
	position: absolute;
	margin-top: 6px;
	opacity: .7;
	width: 18px;
}

#resetbuild > img:hover {
	opacity: 1;
}

label.colooption{
	font-family: lato-bolditalic, serif;
	font-size: 16px;
}

#leaseoptions{
	font-family: lato-italic, serif;
}

/*Chassis */

div.leftcontent{
	float: left;
	width: 400px;
	margin-right: 40px;
}

div.chassisitem{
	margin-bottom: 8px;
	cursor: pointer;
	background: #c2e1ec;
	padding: 12px;
	width: 540px;
	border: 1px solid #4ebde8;
}

div.chassisitemnew{
	margin-bottom: 8px;
	cursor: pointer;
	background: #c2e1ec;
	padding: 12px;
	width: 540px;
	border: 2px dotted green;
}


div.chassisselected{
	background: #ecc2eb;
	border: 1px solid #ea90e8;
}

div.chassisitem span.name,
div.chassisitemnew span.name {
	float: left;
	margin-top: -10px;
	font-size: 16px;
	font-family: lato-italic, serif;
}

div.chassisitem span.availability-count,
div.chassisitemnew span.availability-count {
	float: left;
	vertical-align: bottom;
	color: #777777;
	margin-top: -6px;
	margin-left: 6px;
	font-size: 12px;
	font-family: lato-italic, serif;
}

div.chassisitem span.namespecs,
div.chassisitemnew span.namespecs {
	font-size: 10px;
	font-family: lato, serif;
	float: left;
	margin-top: -3px;
	overflow-x: hidden;
	max-width: 320px;
	white-space: nowrap;
}

div.chassisitem span.priceholder{
	float: right;
	margin-top: -8px;
	/*font-size: 12px;*/
	font-family: lato-bolditalic, serif;
}

div.chassisitem span.priceholdernrc{
	float: right;
	margin-top: -6px;
	font-size: 10px;
	font-family: lato-bolditalic, serif;
}

div.chassisitemnew span.priceholder{
	float: right;
	margin-top: -8px;
	/*font-size: 12px;*/
	font-family: lato-bolditalic, serif;
}

div.chassisitemnew span.priceholdernrc{
	float: right;
	margin-top: -6px;
	font-size: 10px;
	font-family: lato-bolditalic, serif;
}

span.plus{
	background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-plus-outline-16.png') no-repeat;
	background-position-y: 1px;
	height: 16px;
	width: 16px;
	display: inline-block;
	margin: 0 4px;
}

/* Hardware*/

.paragraph {
	font-size: 14px;
	font-family: lato-italic, serif;
	margin-bottom: 20px;
}

.description {
	float: right;
	width: 500px;
	font-family: lato-italic, serif;
}

.description a {
	color: #00bf92;
}

hr.seperator {
	clear: both;
	padding: 5px;
	height: 1px;
	border: none;
	border-bottom: 1px dashed #00bf92;
}

#bwclasstwousage,
#bwclasstwospeed,
#bwclasstwounmetered,
#bwclassoneunmetered,
#bwclassthreeunmetered,
#bwclassonespeed,
#bwclassoneusage,
#ipcountdiv,
#dialog,
#datacenter,
#additionalstorage,
input[name=administrative_placement_order_id] {
	display: none;
}

select.storage-select, select.nvme-select{
	width: 520px;
}

select.storage-select optgroup, select.nvme-select optgroup {
	margin-top: 3px;
}
select.storage-select option,
select.nvme-select option {
	padding-left: 16px;
}

.nf-storage-left-container {
	width: auto !important;
	margin-left: 0 !important;
	margin-right: 29px !important;
}

.nf-storage-left-info {
	padding-left: 22px;
	margin-bottom: 12px;
}

.add-item-wrapper,
.remove-item-wrapper {
	position: relative;
	display: inline-block;
	width: 40px;
}

.remove-item-wrapper {
	margin-top: 22px;
}

#nvmeholder .remove-item-wrapper {
	margin-top: 4px;
}

#addstorage_amount {
	width: 40px;
	height: 22px;
	padding: 0;
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 4px;
}

#storagedescription {
	width: 517px;
	float: left;
	margin-left: 0;
	margin-bottom: 12px;
}

div.bwprice {
	padding: 20px 0;
	font-size: 15px;
	font-family: lato-bolditalic, serif;
}

p.paragraph a {
	color: #00bf92;
}

img.arrowleft {
	cursor: pointer;
	margin-right: 0;
	height: 40px;
}

img.arrowright{
	cursor: pointer;
	margin: 50px -40px 0 0;
	height: 40px;
}

#addstorage, #removestorage, #addnvme, #removenvme, #addbackupstorage, #removebackupstorage, #addgpu, #removegpu{
	margin-top: 10px;
}

#classtwousageslider, #classtwospeedslider, #classoneusageslider, #classonespeedslider{
	margin: 10px 0;
}

a.ui-slider-handle{
	background: red;
}

#summarytable {
	width: 100%;
	border-collapse: collapse;
	margin-top: 18px;
	margin-bottom: 26px;
}

#summarytable tr th,
#summarytable tr td {
	padding: 6px 12px;
	vertical-align: top;
}

#summarytable tr th {
	border-bottom: 1px solid #00bf92;
}

#summarytable tr td {
	/*border-bottom: 1px solid #fafafa;*/
}

tr.seperator td {
	border-top: 1px solid #00bf92 !important;
}

#summarytable tr td b {
	display: inline-block;
	width: 220px;
	color: #35a28a;
	font-weight: normal;
	font-family: lato-regular, serif;
	margin-right: 12px;
	letter-spacing: 1.2px;
}

.summary-th-product {
	text-align: left;
}

.summary-th-mrc,
.summary-th-nrc {
	min-width: 80px;
}

.summary-th-total {
	min-width: 100px;
}

.alignright{
	text-align: right;
}

#backupwarning, #paymentterms, #l2bterms, #ipwarning, #errors{
	display: none;
}

#togglesummary {
	width: 12px;
	height: 60px;
	cursor: pointer;
	opacity: .6;
	margin-right: -4px;
	position: absolute;
	right: 4px;
	top: 40%;
}

#hidesummary{
	text-align: center;
}

#allocation_administrative {
	margin-top: 24px;
}

#allocation_administrative > div {
	display: table-cell;
}

#allocation_administrative > div:not(:first-child) {
	width: 100%;
	padding-left: 12px;
}

#allocation_physical > div > label {
	padding-left: 7px;
}

#allocation_physical .radio-group {
	margin-bottom: 12px;
}

#allocation_administrative input[type=checkbox] {
	vertical-align: middle;
}

#allocation_administrative .footnote {
	margin-top: 6px;
}

select[name=physical_placement_option_preferred_dc] {
	width: 400px;
}

#ilo, #sla, #managed, #firewall, #backupslide {
	display: none;
}

h2.slidedown{
	cursor: pointer;
	background: url('/images/icons/arrow-right.png') no-repeat;
	padding-left: 22px;
}

h2.slidedown:hover{
	color: #000;
}


h2.down{
	background: url('/images/icons/arrow-down.png') no-repeat;
}

div.chassisdescription p{
	/*font-size: 12px;*/
	line-height: 16px;
	
}

#tabs div.chassisdescription ul{
	border: none;
	padding: 5px;
	list-style-type: disc;
}

#tabs div.chassisdescription ul li{
	margin: 5px;
	/*font-size: 12px;*/
	float: none;
}

p.errormessage{
	font-family: lato-bolditalic, serif;
	font-size: 14px;
	line-height: 16px;
}

#ordernow{
	cursor: pointer;
}

span.modalbutton{
	margin-left: 20px;
	display: block;
	height: 30px;
	width: 100px;
	line-height: 30px;
	border: 1px solid #4ebde8;
	background: #c2e1ec;
	float: left;
}

span.modalbutton a{
	text-decoration: none;
	font-family: lato-bolditalic, serif;
	color: #000;
	padding: 5px;
}

#tabs .description ul{
	border: none;
}

#tabs .description ul li {
	padding: 8px;
	border: none;
	font-size: 14px;
	font-family: lato-italic, serif;
}


#rackspace{
	background: #888;
	width: 400px;
	float: right;
	min-height: 288px;
	border: 4px solid #000;
}


#rackspace .server{
	cursor: pointer;
	border-bottom: 1px solid #000;
	width: 100%;
}

#rackspace .placeholder{
	min-height: 12px;
}

#extraoptions{
	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #4ebde8;
	
}

#bwclasstwomanual{
	display: none;
}

#bwclasstwousagetypeselector div  ul{
	font-size: 16px;
}

#bwclasstwousagetypeselector label{
	font-size: 16px;
	font-weight: bold;
}

#bwclasstwousagetypeselector div{
	margin-bottom: 20px;
}

div#pleskdescription{
	margin-top: 20px;
	display: none;
}

div#pleskdescription table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

div#pleskdescription table tr th, div#pleskdescription table tr td{
	padding: 20px;
	border: 1px solid #ccc;
}

div#pleskdescription table tr td{
	text-align: center;
}

div#pleskdescription table tr td:first-child, div#pleskdescription table tr td:first-child{
	text-align: left;
}

div#pleskdescription table tr.hostingdescription *{
	text-align: left;
	/*font-size: 12px;*/
	vertical-align: top;
}

div#pleskdescription table tr.hostingdescription ul{
	list-style-type: default;
	margin-left: 10px;
	border: none;
}

div#pleskdescription table tr.hostingdescription ul li{
	margin: 5px;
	list-style-type: disc;
}


div#pleskdescription table tr td.head{
	background: #4ebde8;
	font-family: lato-bolditalic, serif;
	font-size: 18px;
}

div#pleskdescription table tr td{
	padding: 10px;
}

p.footnote {
	font-size: 8pt;
	color: slategrey;
	cursor: default;
}

.radio-group, .checkbox-group {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%;
}

select[name=physical_placement_option_preferred_dc],
select[name=physical_placement_option_reserved_env] {
	margin: 4px 12px 12px 24px;
}

label[for=administrative_placement_has_preference] {
	display: block;
	width: 100%;
}

input[name=administrative_placement_order_id] {
	width: 100px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 6px;
}

#paymentterms {
	margin-top: 18px;
}

#processordescription.description {
	width: 360px;
}

#osdescription {
	float: right;
	max-width: 385px;
}

#osdescription > div.description {
	width: 385px;
}

#processorcount {
	margin-top: 4px;
}

.corecountwrapper {
	display: none;
}

#allocation a {
	color: #00bf92;
}

select[name=physical_placement_option_reserved_env] {
	width: auto;
	max-width: 480px;
}

.input-error {
	outline: none;
	color: darkred;
	border: 1px solid #f77;
	background: #fee;
}

#dcdescription,
#rpedescription {
	width: 350px;
	max-height: 160px;
	overflow-y: auto;
	border-radius: 4px;
}

#dcdescription > div,
#rpedescription > div {
	padding: 8px;
	background-color: #fbfbfb;
}

#dcdescription > div > p,
#rpedescription > div > p {
	margin-top: 0;
}

#dialog-template-addconfig {
	display: none;
}

.nf-price-dash {
	color: #aaa;
}

#nf-btn-summary-to-clipboard {
	display: none;
	background-color: white;
	padding: 4px 10px;
	position: absolute;
	border: 1px solid darkgrey;
	border-image: initial;
	left: 8px;
	bottom: 11px;
}

#nf-without-discount {
	display: none;
	font-size: 14px;
	color:#000;
	text-decoration:line-through;
}
