#header{
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  word-wrap: break-word;
}
#header {
  background-color: #ffffff;
  border-bottom: 20px solid #ec8c00;
  display: table;
  width: 100%;
  margin-top: 0;
  padding-top: 15px;
  top: 49px;
  transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 200;
}
.header__logo {
  position: relative;
  z-index: 10;
}
.header__logo {
  float: left;
  margin: 0;
  padding: 0;
}
.header-wrap {
  margin: 0 auto;
  max-width: 1280px;
}
.calculator-tag {
  color: #4f5054;
  float: right;
  font-size: 30px;
  padding: 20px;
  width: calc(100% - 240px);
  text-align: right;
}

@media only screen and (max-width: 768px) {
	.calculator-tag {
	  width: 100%;
	  text-align: left;
	}	
}

.container {
  margin-top: 40px;
}
i.fa {
  float: right;
  font-size: 22px;
}
#accordion .panel-default > .panel-heading{
  background-color: #F4F4F4;
  border: 1px solid #d0d1d3;
  border-radius: 0;
  padding:15px;
}
#accordion .panel.panel-default {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.result-header {
  background-color: #F4F4F4;
  border-bottom: 1px solid #d0d1d3;
  border-radius: 0;
  padding:15px;
  text-align: center;
}
.result-panel{border:1px solid #d0d1d3;}
.data-center-size .form-control,
#collapse4 .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 10px;
}
.additional-options .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 10px;
}
.table-data .head .col-md-3,
.table-data .head .col-md-8,
.table-data .head .col-md-2,
.table-data .head .col-md-4,
.table-data .head .col-md-6{border-top: 2px solid #d8d8d8;border-bottom: 2px solid #d8d8d8;}

.table-data .tr .col-md-3:last-child,
.table-data .head .col-md-3:last-child,
.table-data .tr .col-md-6:last-child,
.table-data .head .col-md-6:last-child,
.table-data .tr .col-md-2:last-child,
.table-data .head .col-md-2:last-child{border-right: 2px solid #d8d8d8;}

.table-data .tr .col-md-3,
.table-data .head .col-md-3,
.table-data .tr .col-md-6,
.table-data .head .col-md-6,
.table-data .tr .col-md-2,
.table-data .head .col-md-2 {
  padding: 10px;
  text-align: center;
}
.table-data .tr .col-md-3,
.table-data .head .col-md-3,
.table-data .tr .col-md-6,
.table-data .head .col-md-6,
.table-data .tr .col-md-2,
.table-data .head .col-md-2,
#effort-of-change .tr div.col-md-12{border-left: 2px solid #d8d8d8;}
#effort-of-change .tr div.col-md-12{border-right: 2px solid #d8d8d8;}

.table-data .tr.total .col-md-3,
.table-data .tr.total .col-md-6,
.table-data .tr.total .col-md-2{border-bottom: 2px solid #d8d8d8;}

.tr:nth-child(even) {
    background-color: #f5f5f5;
}
#effort-of-change input.form-control{
  background: transparent;
  border: medium none;
  border-radius: 0;
  height: 44px;
  text-align: center;
}
#effort-of-change .tr div.col-md-2 {
  padding: 0;
}
#effort-of-change .tr div.col-md-2:last-child,
#effort-of-change .tr div.col-md-6,
#effort-of-change .tr.total div.col-md-2,
#effort-of-change .tr div.col-md-12 {
  padding: 12px;
}
a#autofill-baseline,
a#clear-baseline{
  background: #f5f5f5 none repeat scroll 0 0;
  border: 2px solid #d8d8d8;
  border-radius: 0;
  color: #7d7e82;
  font-size: 11px;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}
a#autofill-baseline,
a#clear-baseline{
  text-decoration: none;
}
.additional-options .row:last-child .col-md-5{margin-top: 12px;}
/**
 * Checkbox Five
 */
.checkboxFive {
  width: 25px;
  margin: 10px 0px;
  position: relative;
  float: left;
}
/**
 * Create the box for the checkbox
 */
.checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #eee;
  border:1px solid #ddd;
}
/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 13px;
  height: 6px;
  background: transparent;
  top: 5px;
  left: 3px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;

  transform: rotate(-45deg);
}
/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
  opacity: 0.5;
}
p.checkbox-label{float: left;margin: 10px;}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
  opacity: 1;
}
input.checkboxFiveInput{margin: 2px;}
.row.end-first{margin-bottom: 30px;}
.dcim-project div.col-md-4,
.dcim-project div.col-md-3{padding: 0px;}
.result-container {
  margin-top: 20px;
}
span.final-result{float: right;}
.col-md-12.head {
  margin-bottom: 10px;
}
div.space{margin-bottom: 40px;clear: both;}
button#clipboard {
  background: #fff;
  border: 1px solid #F28B00;
  border-radius: 0;
  color: #F28B00;
  font-size: 11px;
  height: 44px;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
button#clipboard:hover{
  background: #F28B00;
  border: 1px solid #F28B00;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
input#request {
  background: #F28B00;
  border: 1px solid #F28B00;
  border-radius: 0;
  color: #fff;
  font-size: 11px;
  height: 44px;
  text-transform: uppercase;
  width: 100%;
  margin: 20px 0px 100px 0px;
  transition: all 0.3s ease-in-out 0s;
}
input#request:hover{
  background: #fff;
  border: 1px solid #F28B00;
  color: #F28B00;
  transition: all 0.3s ease-in-out 0s;
}
.roi-button {
  background: #F28B00;
  border: 1px solid #F28B00;
  border-radius: 0;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 20px;
}
.roi-button:hover{
  background: #fff;
  border: 1px solid #F28B00;
  color: #F28B00;
  transition: all 0.3s ease-in-out 0s;
}
.roi-cancel {
  background: #fff;
  border: 1px solid #F28B00;
  border-radius: 0;
  color: #F28B00;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 20px;
}
.roi-cancel:hover{
  background: #F28B00;
  border: 1px solid #F28B00;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
#collapse4 .form-control{margin-top: 10px;}
.data-canter-rows .form-control{border:none;margin-bottom: 0px;height: 40px;text-align: center;}
.data-canter-rows .tr div.col-md-3{padding: 0px;}
.data-canter-rows .tr div.col-md-3:first-child,
.data-canter-rows .tr:last-child div.col-md-3{padding: 10px;}
span.dollar{float: right;margin-right: 2px;}
.asset-radio, .power-radio, .connectivity-radio{display: none;}
.clear {
  clear: both;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.overlay img{
  left: 47.5%;
  position: fixed;
  top: 25%;
  z-index: 100000;
  max-width: 100px;
}
#effort-of-change .row.tr .col-md-6{text-align: left;}
.rack.effort.col-md-6,
.power.effort.col-md-6,
.cooling.effort.col-md-6,
.network.effort.col-md-6 {
  text-indent: 5%;
}
.row.tr.total {
  border-top: 5px double #d8d8d8;
}
.implementation-analysis .radio{text-align: center;}
.implementation-analysis p.checkbox-label{width: 76%;}
.implementation-analysis small.text-muted{float: left;}
label.error{display: none!important;}
input.error{border: 1px solid red;}