/* ===== Primary Styles ========================================================
   Author: David Jenniex (djenniex@gmail.com)
   ========================================================================== */
@charset "utf-8";

/* body */
body {
    background: #F1F1F1 url(../img/header_bg.png) repeat-x;
}

/* single page */
#single {
    background: #FFFFFF;
    padding: 0px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
/* end of single page */

/* header */
.header {
    min-height: 120px;
    padding-top: 40px;
    color: #FFFFFF;
}

.header-nav {
    padding: 15px 0px;
}

.header a {
    color: #FFF;
}

.header a:hover {
    color: #F14A29;
}

.header h1 {
    color: #FFF;
}

.nav-pills .active > a, .nav-pills .active > a:hover {
    color: #FFF;
    background-color: #F14A29;
}
/* end of header */

/* content */
hr.soften {
    height: 1px;
    margin: 30px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    border: 0;
    border-image: initial;
}
hr.space {
    height: 1px;
    margin: 30px 0;
    border: none 0px;
}
hr.smallspace {
    height: 1px;
    margin: 15px 0;
    border: none 0px;
}
.ml {
    margin-left: 0;
}
.mt-18 {
    margin-top: 18px;
}
/* end of content */

/* pipe-design */
#pipe-design h2 {
    text-align: center;
    font-size: 14pt;
    font-weight: 500;
}

#pipe-design p {
    padding-top: 10px;
    text-align:center;
}

.pipe-design-box {
    -webkit-box-shadow: 5px 8px 0px 0px black;
    -moz-box-shadow: 0 8px 0px 0px #d3d3d3;
    box-shadow: 5px 8px 6px -6px #d3d3d3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #e1e1e1;
    padding: 10px 0px;
}

.pipe-design-box .row {
    margin-left: 0px;
}

#pipe-design-action {
    text-align: center;
    padding-top: 30px;
}

#pipe-design-labels p {
    text-align: left;
    margin-left: 20px;
}

.mt37 {
    margin-top: 37px;
}
/* end of pipe-design */

/* landing */
h2.landing-hero {
    color: #CCCCCC;
}
#landing {
    background: #FFFFFF;
}
.landing {
    background: url(../img/bg.png);
}
.landing-content {
    color: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#landing hr.space {
    height: 1px;
    margin: 30px 0;
    border: none 0px;
}
.pipe-design-box-landing {
    -webkit-box-shadow: 5px 8px 0px 0px black;
    -moz-box-shadow: 0 8px 0px 0px #3c3e41;
    box-shadow: 5px 8px 6px -6px #3c3e41;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #E1E1E1;
    padding: 10px 0px;
    color: #111;
}

#landing-hero {
    background: #333333;
    color: #CCCCCC;
}

#pipe-design-details h1 {
    color: #FFFFFF;
}

#pipe-design-details h2 {
    color: #c6ccd5;
}

#pipe-design-details .page-header {
    border-bottom: 1px solid #4e4f53;
}
/* end of landing */

/* homepage */
section#homepage p {
    text-align: justify;
}
/* end of homepage */

/* footer */
.footer {
    background: #e9e9e9;
    color: #445142;
    width: 100%;
}
.footer-content {
    min-height: 140px;
}
.footer-bottom {
    background: #2c2e2e;
    min-height: 40px;
}
.footer-bottom {
    background: url(../img/bg.png);
}
.footer-bottom, .footer-bottom h3 {
    color: white;
}
.footer-render {
    padding-top: 20px;
}
.footer a {
    color: white;
}
.footer h4 {
    color: #424a42;
}

.frow {
    background: url("../img/row.png") no-repeat scroll 5% 0 transparent;
    padding-top: 20px;
}

.frow-white {
    background: url(../img/row_w.png) top left no-repeat;
    background: url(../img/row_w.png) 30% 0% no-repeat;
    padding-top: 20px;
}

.footer textarea {
    width: 240px;
}
/* end of footer */

/* scroolbars */
::-moz-selection {
    background: #E4E4E6;
    color: #111;
    text-shadow: none;
}
::selection {
    background: #E4E4E6;
    color: #111;
    text-shadow: none;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background: #d0d0d0;
}
::-webkit-scrollbar-track-piece {
    background: #2c2e2e;
}
/* end of scroolbars */

/* Form */
.form-input-parameters .control-label {
    width: 265px;
}

.form-input-parameters .controls {
    margin-left: 280px;
}
/* end form */
.resin-button {
    margin: 0 4px 0 0;
    padding: .4em 1em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
}

a.select-button {
    margin-left: 0px;
}

a.select-button:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#chart-header {
    text-align: center;
}

#terms {
    text-align: justify;
    text-justify: inter-word;
}

.bs-callout {
    padding: 5px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #3a87ad;
}


.red > li > a
{
 background-color: lightgrey;
}

.table-centered td {
  text-align: center;
  vertical-align: middle;
}

small {
  font-size: 80%;
}

.nb {
  border: none 0px;
}
