/* Minification failed. Returning unminified contents.
(3905,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(3905,52): run-time error CSS1002: Unterminated string: 't close
 */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}html,body{}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}q{quotes:none}q:before,q:after{content:'';content:none}sub,sup,small{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg{overflow:hidden}
/************************************************************
************************************************************
*****************START OF THE LESS OF #TENARIS**************
***********************************************************/

.non_margin_padding {
  margin: 0;
  padding: 0;
}
.clear-left {
  clear: left;
  float: none !important;
}
.clear-right {
  clear: right;
  float: none !important;
}
.clear-both {
  clear: both;
  float: none !important;
}
.header-container {
	width:95%;
	padding:0;
	margin:auto;
}

.header {
  height: 50px;
  background: #f1f1f1;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.header #lineColours {
  padding: 0 0 0 0;
  height: 2px;
  margin: 0 0 0 0;
  width: 100%;
}
.header #lineColours li.one {
  background: #000099;
  width: 33%;
  height: 2px;
  float: left;
}
.header #lineColours li.two {
  background: #00a651;
  width: 33%;
  height: 2px;
  float: left;
}
.header #lineColours li.three {
  background: #cc0066;
  width: 33%;
  height: 2px;
  float: left;
  width: 34%;
}
.header-panel-left {
  height: 39px;
  float: left;
}
.header-panel-left #header-logo {
  padding-top: 5px;
  float: left;
  cursor: pointer;
  margin: 0 8px 0 0;
}
.header-panel-left #header-logo img {
  width: 100px;
}
.header-panel-left #header-app-name {
  padding-top: 10px;
  float: left;
    
}
.header-panel-left #header-app-name h3 {
  font: normal 19px Arial;
  color: #7a7a7a;
  word-break:break-all;
}


@media only screen and (min-width: 200px) and (max-width: 279px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 8px Arial;
         text-align:left;
        color: #7a7a7a;
        overflow:no-display;
        
    }
    .header-panel-left #header-logo img {
        width: 70px;
    }
}


@media only screen and (min-width: 280px) and (max-width: 320px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 9px Arial;
         text-align:left;
        color: #7a7a7a;
        
        
    }
    .header-panel-left #header-logo img {
        width: 70px;
    }
}



@media only screen and (min-width: 321px) and (max-width: 361px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 10px Arial;
         text-align:left;
        color: #7a7a7a;
        
    }
    .header-panel-left #header-logo img {
        width: 70px;
    }
}

@media only screen and (min-width: 362px) and (max-width: 435px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 11px Arial;
         text-align:left;
        color: #7a7a7a;
        
    }
    .header-panel-left #header-logo img {
        width: 70px;
    }
}

@media only screen and (min-width: 436px) and (max-width: 459px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 12px Arial;
         text-align:left;
        color: #7a7a7a;
        
    }
    
}

@media only screen and (min-width: 460px) and (max-width: 479px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 13px Arial;
         text-align:left;
        color: #7a7a7a;
        
    }
    
}

@media only screen and (min-width: 480px) and (max-width: 499px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 14px Arial;
         text-align:left;
        color: #7a7a7a;
        
    }
    
}


@media only screen and (min-width: 500px) and (max-width: 519px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 15px Arial;
         text-align:left;
        color: #7a7a7a;
        
    }
    
}

@media only screen and (min-width: 520px) and (max-width: 539px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 16px Arial;
         text-align:left;
        color: #7a7a7a;
        
    }
    
}

@media only screen and (min-width: 540px) and (max-width: 559px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 17px Arial;
         text-align:left;
        color: #7a7a7a;
        
    }
    
}

@media only screen and (min-width: 560px) and (max-width: 580px) {
    /* This is for any screen less than Ipad's width and at least
       480px. This covers a many large-screened smartphones. It
       is declared after the above rule so it overrides the rules
       meant for 320px. */
    .header-panel-left #header-app-name h3 {
         font: normal 18px Arial;
         text-align:left;
        color: #7a7a7a;
        
    }
    
}

.header-panel-right {
  height: 39px;
  float: right;
}
.header-panel-right .notifications-link {
  display: none;
  float: right;
  margin-top: 5px;
  height: 27px;
  padding: 5px 10px;
  margin-right: 5px;
}
.header-panel-right .notifications-link:hover {
  text-decoration: none;
}
.header-panel-right .notifications-link.opened {
  border: 1px solid #ccc;
}
.header-panel-right .notifications-link .number {
  display: none;
  background: red;
  color: #fff;
  font: normal 9px Arial;
  width: 10px;
  height: 10px;
  padding: 0 2px;
  margin: 0;
  position: relative;
  right: 10px;
}
.header-panel-right #header-user-img {
  padding-top: 4px;
  width: 30px;
  float: right;
  margin: 0  0 0 10px;
}
.header-panel-right #header-user-img img {
  height: 30px;
  width: 30px;
}
.header-panel-right #header-user-name {
  padding-top: 13px;
  float: right;
}
.header-panel-right #header-user-name p {
  color: #9A9A9A;
  font: normal 13px Arial;
}
.header-panel-right #header-user-name p:hover {
  text-decoration: underline;
}


/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* @group CLEARFIX */
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}

.error-page{
    margin:10%;
    /*margin-top: 20%;*/
}

.error-page h1, .error-page h2, .error-page h3{
    margin:10px;
    /*margin-top: 20%;*/
}

* {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
}

*, *:before, *:after {
-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;
}

/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=15d934e4d94bd401653e)
* Config saved to config.json and https://gist.github.com/15d934e4d94bd401653e
*/
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
pre,
blockquote {
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #009900;
text-decoration: none;
}
a:hover, a:active {
color: #333;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
.container {
margin-right: auto;
margin-left: auto;
max-width: 940px;
padding-right: 10px;
padding-left: 10px;
}

.row {
margin-left: -10px;
margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-md-2-7, .col-md-1-5, .col-md-2-5, .col-lg-2, .col-xs-3, .col-xs-3-leftMargin10, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
}
.form-group .col-sm-4, .form-group .col-sm-6, .form-group .col-sm-2 {
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-3-leftMargin10, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-3-leftMargin10 {
width: 22.5%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
/*@media (min-width: 600px) {

}*/
@media (min-width: 992px) {
.datasheet-side-button {
    min-width:150px
}
.sm-left0{
    padding-left: 0px;
}
.sm-right0{
    padding-right: 0px;
}
.col-md-1, .col-md-2, .col-md-2-7, .col-md-1-5, .col-md-2-5, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-2-7 {
width: 14.28%; /*12.5%;*/
}
.col-md-1-5 {
width: 20%; /*12.5%;*/
}
.col-md-2-5 {
width: 40%; /*12.5%;*/
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom:0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px 15px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > tbody > tr > td {
border-top: 0 none;
}
.table > thead > tr > th {
vertical-align: top;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table, .table-specs-row tbody {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd), .table-striped tr:nth-of-type(odd) {
background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover {
background-color: #f1f1f1;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {

.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
line-height: 1.375;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 1em;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 2px;
padding-bottom: 2px;
margin-bottom: 0;
min-height: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;

vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
.padding-left-50-md {
    padding-left: 50px;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
@media (min-width: 599px) {

.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 3px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}

}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}

@media (min-width: 400px) {

    .datasheet-side-button {
        min-width: 100px;
        max-width: 100px;
    }
}

@media (min-width: 768px) {

.datasheet-side-button {
    min-width:150px
}

.form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
font-size: 12px;
font-weight:bold;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 2px 15px;
display: inline;
line-height: 1.25;
white-space: nowrap;
border:1px solid #009900;
}
.btn.btn-wide {
padding:4px 30px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default .badge {
color: #ffffff;
background-color: #333333;
}
.btn-primary {
color: #ffffff;
border-color: #009900;
background-color: #009900;
}
.btn-primary:focus,
.btn-primary.focus {
color: #ffffff;
background-color: #009900;
border-color: #009900;
}
.btn-primary:hover {
color: #ffffff;
background-color: #316132;
border-color: #316132;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #316132;
border-color: #316132;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #ffffff;
background-color: #316132;
border-color: #316132;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #DDD;
border-color: #DDD;
color:#666;
}
.btn-primary .badge {
color: #337ab7;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #ffffff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #ffffff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #ffffff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #ffffff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #ffffff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #ffffff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #ffffff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #ffffff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 0;
margin: 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #ffffff;
border: 1px solid #dddddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 3;
color: #23527c;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #ffffff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
opacity: 0;
filter: alpha(opacity=0);

}
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 240px;
padding: 10px 15px;
color: #333;
background-color: #FFF;
border-radius: 4px;
-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow:    1px 1px 6px 0px rgba(0, 0, 0, 0.35);
box-shadow:         1px 1px 6px 0px rgba(0, 0, 0, 0.35);
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #FFF;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #FFF;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #FFF;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #FFF;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #FFF;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #FFF;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #FFF;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #FFF;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
padding: 1px;
line-break: auto;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
background-color: #ffffff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3)
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 6px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px 25px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #fff;
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-top-color: #fff;
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-top-color: #fff;
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.pager:before,
.pager:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.pager:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display:none!important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}

/* MODAL WINDOWS */

.modal-trigger {
cursor:pointer;
}

.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px auto;
max-width: 540px;
}

.no-title .modal-dialog {
max-width: 640px;
}

.modal-content {
position: relative;
background-color: #ffffff;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-background-clip: padding-box;
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
.modal-header button, .close {
float: right;
border:0;
text-indent:-9999px;
background:url(../images/icons-header.png) no-repeat right -450px;
background-size:22px;
width:21px;
height:21px;
margin: 1px 0 0;
}

.close-message {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close-message:hover,
.close-message:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close-message {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.no-title .modal-header {
padding:10px 15px;
}

.no-title .modal-header button {
margin:0;
}

.popover-close {
margin-top: -2px;
margin-bottom: 5px;
margin-right:-8px;
}

.modal-title {
margin: 0;
line-height: 1.42857143;
display:inline-block;
padding:0;
font-size: 1.375em;
color: #009900;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
text-align: right;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {

.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}

@media (max-width:1023px) {
.modal-dialog {
position: relative;
width: auto;
margin: 10px auto;
max-width: 720px;
}
}

@media (max-width:768px) {
.modal-dialog {
position: relative;
width: auto;
margin: 15px auto;
max-width: 720px;
}

}


@media (max-width: 599px) {

.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.modal-dialog {
position: fixed;
margin: 0;
width: 100%;
height: 100%;
padding: 0;
}
.modal-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 0;
box-shadow: none;
}
.modal-header {
position: absolute;
top: 0;
right: 0;
left: 0;
padding: 10px 15px;
}

.modal-body {
position: absolute;
top: 46px;
bottom: 0;
width: 100%;
font-weight: 300;
overflow: auto;
}
.modal-footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 60px;
padding: 10px;
}

}


/*!
* Lightbox for Bootstrap 3 by @ashleydw
* https://github.com/ashleydw/lightbox
*
* License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
*/

.ekko-lightbox-container {
position: relative;
}

.ekko-lightbox-nav-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
}

.ekko-lightbox-nav-overlay a {
z-index: 100;
display: block;
width: 49%;
height: 100%;
font-size: 30px;
color: #fff;
text-shadow: 2px 2px 4px #000;
opacity: 0;
filter: dropshadow(color=#000000, offx=2, offy=2);
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
width: 49%;
}

.ekko-lightbox a:hover {
text-decoration: none;
opacity: 1;
}

.glyphicon {
    margin-right: 5px;
}

.ekko-lightbox .glyphicon-chevron-left {
left: 0;
float: left;
padding-left: 15px;
text-align: left;
background:url(../images/arrow-slide-prev_api.png) no-repeat left center;
background-size:25px;
background-origin: content-box;
}

.ekko-lightbox .glyphicon-chevron-right {
right: 0;
float: right;
padding-right: 15px;
text-align: right;
background:url(../images/arrow-slide-next_api.png) no-repeat right center;
background-size:25px;
background-origin: content-box;
}

.ekko-lightbox .modal-footer {
text-align: left;
}







/* Custom styles */

/* GENERAL */
html {
font-size: 100%;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
color: #555;
}
body,
body * {
max-height: 1000000px;
}
h2,
h3,
h4,
h5,
strong {
font-weight: bold;
}
h1 {
font-size: 18px;
line-height: 22px;
color: #009900;
}

h2 {
font-size: 1em;
/*line-height: 24px;*/
padding-top: 4px;
padding-bottom: 4px;
color: #009900;
font-weight:bold;
text-transform:uppercase;
}

.list-grades h2 {
color: #555;
text-transform: none;
font-size: 1.25em;
}

h3 {
font-size: 14px;
line-height: 20px;
}
h4 {
font-weight: normal;
font-size: 16px;
line-height: 20px;
}
h5 {
font-weight: bold;
font-size: 14px;
line-height: 20px;
}
h6 {
font-weight: bold;
font-size: 14px;
line-height: 20px;
color: #009900;
padding-bottom: 2px;
}
a, a:hover {
text-decoration: none;
}
.content a {
color: #009900;
}
p,
ul,
ol {

line-height: 1.5;
margin-bottom: 1em;
}

input[type="radio"], input[type="checkbox"] {
margin: 2px 0 0;
}

#header, #header h1 {
padding: 0;
}
#header h1 {
margin:24px 0 14px;
}

#header h1 a,
#header h1 {
background: url('../images/logo-DCP.png') no-repeat left top;
width:270px;
height:50px;
text-indent: -9999px;
float: left;
}

#header h1.pipe a,
#header h1.pipe {
width: 176px;
height:50px;
}

#header .container {
background:url(../images/tricolor.png) no-repeat bottom left;
margin-bottom:3px;
}

.dropdown:hover .dropdown-menu {
display:block;
margin-top: 0; // remove the gap so it doesn't close
}

#top-nav {
font-size:11px;
}

.right {
float:right;
}

#header .right {
margin-top:14px;
}

.left {
float:left;
}

#header a {
color:#555;
}

#header a:hover {
color:#222;
}

ul#top-nav {
margin:0
}

#top-nav, #search-box {
float:right;
}

#top-nav li.dropdown {
float:left;
margin:0 20px;
padding: 3px 0;
}

#top-nav a.hover-trigger {
font-size:.9166666em;
display:block;
text-transform:uppercase;
}

/* stop the glowing blue shadow */
#search-box .form-control:focus {
box-shadow:none;
-webkit-box-shadow:none; 
border-color:#cccccc; 
}

#search-box {
position:relative;
}

.form-control {
height: 21px;
padding: 2px 10px;
font-size: 11px;
width:100%;
vertical-align: middle;
line-height: 1.5;
}

p.input-container {
width:250px;
margin-bottom:0;
}

p.submit-container {
position:absolute;
right:0;
top:0;
margin-bottom:0;
}

.submit-container button {
background-color:#DDD;
border:1px solid #DDD;
text-transform:uppercase;
font-size:11px;
vertical-align: middle;
line-height: 1.5;
padding: 1px 10px;
}

.dropdown-menu > li a {
border-bottom:1px solid #DDD;
padding: 3px 10px;
font-size:12px;
}

.dropdown-menu > li:last-child a {
border:0 none
}

#main-nav {
clear:both;
margin:0 auto 12px;
}

#main-nav li.dropdown {
float:left;
margin-right:48px;
padding-top: 5px;
padding-bottom: 5px;
}

.dropdown-menu li.two a {
width:50%;
float:left;
clear:none;
}

p.breadcrumb {
font-size:.875em;
float:left;
margin-bottom: 2em;
}

p.breadcrumb a {
color:#555;
}

p.breadcrumb a:hover, .addPages a :hover, .breadCrumbOn {
color:#222;
}

.addPages a {
font-size: .875em;
color: #000099;
float: right;
width: 30%;
text-align: right;
text-transform: uppercase;
}

#main-title {
clear:both;
}

#main-title h1 {
float:left;
}

.prefs .pull-right {
margin-left:20px;
}

.prefs {
float:right;
}

#content .form-control {
height: 23px;
padding: 4px 10px;
font-size: 12px;
}

.container-grey {
margin-left:-10px;
margin-right:-10px;
/*width:940px;*/
background-color:#e9e9e9;
padding:10px;
}

.white-bg {
background-color:#FFF;
position:relative;
}



.white-overlay {
background: rgba(255,255,255,0.6);
position: absolute;
height: 100%;
top: 0;
width: 95%;
}

.search-by-pipe .white-bg, .search-by-app .white-bg, .app-additional-filters .white-bg {
padding:10px;
}

/*.search-by-pipe .white-bg, .search-by-app .white-bg {
min-height: 160px;
}*/

.list-grades li {
margin-bottom:1em;
border-bottom:1px solid #DDD;
}

ul.bullet-arrow {
margin-bottom:0;
}

.bullet-arrow a {
color: #666;
line-height: 1.25;
font-weight: bold;
padding-left: 12px;
background: url(../images/accordion-magenta-small.png) no-repeat left -285px;
background-size: 13px;
display: block;
padding: .25em 0 .25em 12px;
}

.bullet-arrow a:hover {
color: #111;
}

.bullet-arrow li.active a{
color: #111 !important;
}

label span.modal-trigger {
display: inline-block;
background: url(../images/icon-info.png) no-repeat left center;
background-size: 14px;
padding-left: 18px;
margin-left: 5px;
font-weight: normal;
color: #333;
}

.white-bg.col-sm-12 {
width: 920px;
margin-left:10px;
padding-top:15px;
}


.app-additional-filters .white-bg.col-sm-12 {
/*background:#FFF url(../images/search-block-bg-02.png) no-repeat top right;*/
}

#pipe-filters .white-bg {
/*background:#FFF url(../images/search-block-bg-01.png) no-repeat top right;*/
padding:25px 10px 10px;
}

#pipe-results .content-area .container-grey .white-bg {
/*background:#FFF url(../images/search-block-bg-01.png) no-repeat top right;*/
padding:20px;
}

.app-additional-filters .white-bg .col-sm-6 {
padding-top:10px;
padding-left:0;
padding-right:0;
}

.app-additional-filters .col-sm-6:last-child {
padding-left:20px;
}

.app-additional-filters .col-sm-6:first-child {
padding-right:20px;
}

p.large {
font-size:1.375em;
}

#pipe-filters p.large {
margin-bottom:.5em;
}

.black {
color:#222;
}

h3 {
font-size:1.25em;
font-weight:normal;
}

.search-results h3 {
color: #009900;
display: inline-block;
}

.search-results .col-sm-2 {
width: 12.5%;
padding-left:5px;
padding-right:5px;
}

.search-results label span {
vertical-align: bottom;
height: 100%;
display: table-cell;
}

.search-results .col-sm-2:last-child {
padding-right:10px;
}

.search-results .col-sm-2:first-child {
padding-left:10px;
}

.search-results {
border-bottom:1px solid #DDD;
}

#app-filters.search-results {
background-color:#FFF;
padding:15px 10px 0;
border-top:1px solid #DDD;
border-bottom:0 none
}

#app-filters.search-results p {
margin-bottom:0;
}

.search-results label {
vertical-align: bottom;
height: 33px;
display: table;
margin-bottom: 3px;
}

.product-selector {
background-color:#FFF;
padding:5px 10px 10px;
}

.product-header p {
display: inline-block;
padding-bottom:0;
font-size:1.25em;
margin-bottom:0;
}

.header-container span, .selected-connections span {
border: 1px solid rgba(0,0,0,.12);
display: inline-block;
padding: 0 6px;
font-weight: bold;
line-height: 1.5;
margin-top: 3px;
}

.header-container span.selected {
background-color: rgba(0,0,0,.12);
}

.header-container button, .header-container a {
float:right;
margin-top:5px;
margin-left:30px;
}

.product-list-selector {
font-size: 0px;
letter-spacing: 0px;
word-spacing: 0px;
}

.product-list-selector li {
display: inline-block;
margin: 0;
padding: 0;
font-size: 14px;
letter-spacing: auto;
word-spacing: auto;
/*width: 16.6666666666%;*/
/*min-width: 120px;
max-width: 120px;*/
width: 120px;
border-left: 1px solid #DDD;
border-bottom: 1px solid #DDD;
border-right: 1px solid #DDD;
z-index: 1;
position: relative;
vertical-align: top;
}

.datasheet-list {
    margin-bottom:0px;
    /*display: flex;*/
}

.datasheet-list li {
display: inline-block;
padding-left: 10px;
padding-top: 2px;
font-size: 12px;
/*margin: 0;
font-size: 14px;*/
letter-spacing: auto;
word-spacing: auto;
width: 33.33%;
min-height: 70px;
min-width: 180px;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
/*border-top: 1px solid #DDD;*/
z-index: 1;
position: relative;
vertical-align: top;
/*margin-left:-4px;
margin-right:-4px;*/
}

.datasheet-head-list li {
display: inline-block;
padding-left: 10px;
padding-top: 10px;
font-size: 12px;
/*margin: 0;
font-size: 14px;*/
letter-spacing: auto;
word-spacing: auto;
width: 33.33%;
min-height: 70px;
min-width: 180px;
/*border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;*/
z-index: 1;
position: relative;
vertical-align: top;
}

.product-list-selector li:last-child, .product-list-selector li:nth-child(6n+6) {
border-right: 1px solid #DDD;
}

.product-list-selector .checkbox, .product-list-selector h3 {
margin-left: 15px;
}

.product-list-selector img {
display: block;
margin: 0 auto;
max-width: 70%;
text-align: center;
}

.product-list-selector h3 {
color: #009900;
font-weight: normal;
font-size: 1.142857em;
margin-bottom: 1em;
}

.product-list-selector .checkbox, .product-list-selector h3 {
margin-left: 15px;
}

.sticky-wrapper {
position: relative;
z-index: 2;
}

.stuck {
position: fixed;
top: 0;
width: 900px;
}

.product-header {
padding-bottom: 10px;
border-top: 1px solid rgba(0,0,0,.12);
margin-top:-1px;
padding-top: 7px;
}

#by-pipe-results.product-header, #by-app-results.product-header {
border-bottom: 1px solid rgba(0,0,0,.12);
border-top:0 none;
background-color: rgba(255,255,255,.85);
margin-top:0;
padding-top: 2px;
}

.sticky-wrapper #by-pipe-results.stuck.product-header, .sticky-wrapper #by-app-results.stuck.product-header {
padding-top: 7px;
}

.circle {
position: absolute;
width: 70px;
height: 70px;
padding: 0 8px;
right: 15px;
top: 30%;
background-color: green;
color: #FFF;
text-align: center;
line-height: 1.125;
font-size: .8571em;
display: table;
border-radius: 50%;
border: 2px solid #FFF;
}

.product-data .circle {
right:0;
top:20%;
}

.modal-content .circle {display:none;}

.circle strong {
display:block;
}

.circle.bg-blue {
background-color: #000088;
}

.circle span {
vertical-align: middle;
display: table-cell;
width: 60px;
}

.alert {
position: fixed;
width: 100%;
color: #FFF;
background-color: #316132;
top: 0;
left: 0;
z-index: 10;
padding: 20px 0;
}

.alert-message {
border-radius: 5px;
/*border-width:5px;
border-color: #99004d;*/
width: 100%;
color: #FFF;
background-color: rgba(179, 0, 89, 0.94);
top: 0;
left: 0;
z-index: 10;
padding: 5px;

}

.alert-padding-message{
    padding: 15px;
}

.alert-content {
position: relative;
padding-right: 30px;
max-width: 940px;
margin: 0 auto;
}

.alert h3 {
font-size: 18px;
}

.alert-content h3 {
padding-bottom: 5px;
line-height: 24px;
}

.alert button {
border: 0;
padding: 0;
text-indent: -9999px;
background: url(../images/alert-close.png) no-repeat;
background-size: 20px;
position: absolute;
right: 0;
top: 5px;
width: 20px;
height: 18px;
}

.alert-content p {
margin-bottom: 0;
}

.btn-link {
color: #555;
font-weight:bold;
}

.btn-link:hover {
color: #222;
}

#footer-container {
padding-left:0;
padding-right:0;
}

#footer {
background: url(../images/tricolor.png) no-repeat bottom left;
margin-top:10px;
}

#footer ul {
font-size:.9166666em;
}

#footer a {
color:#555;
text-transform:uppercase;
}

#nav-second {
float:left;
width:700px;
margin-bottom:0;
}

#nav-second li {
float:left;
margin-right:25px;
}

#social {
float:right;
width:250px;
text-transform:uppercase;
}

#footer a:hover {
color:#222;
}

.socialNetwork {
text-transform: uppercase;
display: inline;
float: right;
margin-top: 0;
list-style-type: none;
}

.socialNetwork li {
display: inline;
float: left;
margin-left: 5px;
padding-bottom: 0;
}

.footer-modal {
margin-top:10px;
}

.options {
float:right;
font-size:.9166666em;
}

.options li {
display:inline-block;
}

.options li a {
text-transform:uppercase;
display:inline-block;
padding-left:10px;
margin-left:8px;
border-left:1px solid #DDD;
color:#000099;
line-height:1.25;
}

.options li a:hover {
color:#222;
}

.options li:first-child a {
border-left:0 none;
}

.col-left {
float: left;
margin-left: -100%;
width: 100px;
padding-top: 0;
}

.col-right-container {
float: left;
width: 100%;
}

.col-right {
margin-left:140px;
}

.second-col .form-horizontal .form-group {
margin-left: 0;
margin-right: 0
}

.second-col, .third-col {
float:left;
}

.second-col {
width:75%;
margin-right:5%;
padding-top:10px;
}

.third-col {
width:20%;
padding-top:10px;
}

.share-modal .modal-dialog {
max-width: 640px;
}

.image-container {
position:relative;
}

p.conection-title {
color:#222;
font-weight:bold;
font-size:1.125em;
margin-bottom: .25em;
}

.subtitle-modal {
margin-bottom:1.5em;
}

a.short-link {
width: 120px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display:inline-block;
float:left;
margin-right:20px;
padding-top:6px;
}

.subtitle-modal strong {
display:inline-block;
float:left;
margin-right:6px;
padding-top:6px;
}

.subtitle-modal button {
float:left;
}

.modal-bottom.right {
text-align:right;
}

.product-data {
background-color:#FFF;
padding:10px;
}

.product-image img, .grade-image img, .product-image-modal .modal-body img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}

.grade-image-print img {
max-width: 100%;
height: auto;
max-height:42px;
display: block;
margin: 0 auto;
}

.product-image a {
display: block;
cursor: pointer;
background: url(../images/zoom-icon.png) no-repeat center bottom;
background-size: 24px;
padding-bottom: 25px;
position: relative;
}

.second-col .col-sm-6 div.col-sm-6 {
padding-left:0;
padding-right:0;
}

a.trigger, a.trigger-tooltip {
font-weight: bold;
display: inline-block;
padding-bottom: 5px;
padding-top: 8px;
line-height: 1.25;
color: #009900;
}

a.btn.no-btn {
border: 0 none;
padding-left: 0;
padding-right: 0;
}

.product-data .col-sm-6 p {
padding-bottom: 5px;
padding-top: 3px;
color: #222;
line-height: 1.25;
}

.popover-markup a.trigger {
padding-top:3px;
}

.uppercase {
text-transform: uppercase;
}

.fucsia {
color: #009900;
}

.specs-container h2 {
color:#FFF;
padding:5px 10px;
margin-bottom:1px;
background-color:#838383;
font-size: 1em;
line-height: 24px;
}

.specs-container h3 {
color:#FFF;
padding:5px 10px;
margin-bottom:1px;
background-color:#e9e9e9;
color: #009900;
font-weight:bold;
text-transform:uppercase;
font-size: 1em;
line-height: 24px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 3px 10px;
}

td a.trigger-tooltip {
padding:0;
font-weight:normal;
}

.specs-container table tr {
float:left;
width:33.3335%;
border-right:1px solid #CCC;
min-height:42px;
height:42px;
vertical-align:middle;
display:table;
}

.specs-container table tr td {
width:50%;
vertical-align:middle;
display:table-cell;
}

.specs-container tbody tr:nth-child(5n-2), .specs-container tbody tr:nth-child(5n-3), .specs-container tbody tr:nth-child(6n-3), .specs-container tbody tr:first-child {
background-color: #f5f5f5;
}

.specs-tables {
border-bottom:1px solid #CCC;
}

.product-image.profile div {
position: relative;
}

.product-image img, .grade-image img, .product-image-modal .modal-body img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}

.grade-image img , .modal-content .product-image .image-container img {
max-width:80%;
}

.product-image.profile a {
background: url(../images/zoom-area.png) no-repeat;
padding-bottom: 0;
background-size: 48px;
width: 48px;
height: 36px;
position: absolute;
text-indent: -9999px;
}

.product-image-modal .modal-body img {
max-height: 440px;
}

.ekko-lightbox .modal-footer {
color: #FFF;
background-color: #666;
padding: 15px;
margin: 0 15px;
}

.ekko-lightbox .modal-footer {
text-align: left;
}

.ekko-lightbox .modal-body {
padding-bottom: 0;
}

.ekko-lightbox .modal-content {
padding-bottom: 15px;
}

.popover-content {
padding: 10px;
}

.popover-content h3 {
color: #009900;
margin-bottom:.5em;
}

.popover-content li span {
font-weight:bold;
}

.notes {
margin-top: 2em;
padding-top: .875em;
}

.notes h3, .notes p {
padding-bottom: .25em;
}

.notes h3 {
font-weight:bold;
font-size:1em;
}

.notes a {
text-transform: uppercase;
display: inline-block;
color: #000099;
line-height: 1.25;
font-size: .9166666em;
}

.share-form .form-group.half {
width:48%;
float:left;
margin-right:4%;
}

.share-form .form-group.half:nth-child(2n) {
margin-right:0;
}

.paper-icon {
width:108px;
height:108px;
margin-bottom:.875em;
border:1px solid #DDD;
}

.paper-icon.selected {
background-color:#DDD;
}

.paper-icon img {
max-width:100%;
}

.paper-selector {
max-width:280px;
margin:0 auto;
}

.export .paper-selector {
max-width:406px;
}

.export .radio label {
max-width:110px;
}

.export .radio label input {
float:left;
}

.export .radio label span {
margin-left: 5px;
display: inline-block;
width: 90px;
}

.paper-selector .form-group {
margin:0 1em 2em;
}

.paper-selector.form-inline .form-group {
display: inline-block;
vertical-align: middle;
}

.export .paper-selector.form-inline .form-group {
vertical-align: top;
}

.tooltip-info {
padding: 5px 5px 0;
max-width: 200px;
}

.datasheet-comparison {
background-color:#FFF;
}

/* Compare */

table.responsive {
border-collapse: collapse;
border-spacing: 0;
word-wrap: normal;
table-layout: fixed
}

.modal .product-list-selector .checkbox {
margin-bottom:0;
}

.ckeck-toggler {
padding-top:10px;
}

th.main-cell p {
white-space: normal;
width:100%;
}

table.responsive.table-header th, table.responsive.table-header td, .pinned.table-header th, .pinned.table-header td, table.responsive td.col {
width:142px;
min-width:142px;
position:relative;
padding: 8px;
vertical-align: top;
border-right: 1px solid #DDD;
}

table.responsive th.no-connection, .pinned th.no-connection {
vertical-align: middle
}

table.responsive th, .pinned th {
border-bottom:1px solid #DDD;
height:308px;
}

table.responsive th.first-col, .pinned th.first-col, table.responsive td.first-col, .pinned td.first-col {
width:209px;
min-width:209px;
padding: 8px 15px;
}

.datasheet-comparison .table > thead > tr > th, .datasheet-comparison .table > thead > tr > td {
border-bottom:1px solid #ddd;
}

.bg-white {
background-color:#FFF;
}

.main-cell button {
width:100%;
margin-bottom:.75em;
display:block;
}

.btn.btn-outline {
background-color:transparent;
border-color:#FFF;
color:#FFF;
}

.datasheet-comparison table td, .datasheet-comparison table th {
border-left:1px solid #DDD;
}

.datasheet-comparison table td:first-child, .datasheet-comparison table th:first-child {
border-left:0 none;
}

th .close {
margin:0;
position:absolute;
top:8px;
right:8px;
}

.datasheet-comparison th img {
max-width:70%;
height:auto;
max-height:156px;
display:block;
margin:0 auto 0;
}

.pipes-features-area h3 {
font-size:1em;
font-weight:bold;
margin-bottom:.75em;
}

.datasheet-comparison th button.btn-req {
margin-top:10px;
width:127px;
position:absolute;
bottom:8px;
}

.datasheet-comparison thead h3 {
color: #009900;
font-weight: normal;
font-size: 1.25em;
min-height:66px;
}

.datasheet-comparison tbody .first-col h3 {
text-transform: uppercase
}

.datasheet-comparison .first-col button.btn-primary {
width:100%;
}

.datasheet-comparison .first-col .two-buttons button {
width:auto;
padding: 2px 8px;
}

.datasheet-comparison .btn-no-bg {
background-color:transparent;
border:0 none;
}

p.selected-connections {
margin-top:10px;
}

th select.form-control {
display: block;
width: 100%;
height: 30px;
padding: 4px 12px;
}

.first-col label.left {
width:121px;
}

.group-label p {
float:right;
}

.first-col .group-label:last-child {
margin-top:10px;
margin-bottom:6px;
}

.pipes-features-area select {
margin-bottom:15px;
}

table.responsive .pipes-features-area td {
padding-top:41px;
}

table.responsive .pipes-features-area td.first-col {
padding-top:15px;
}

table.responsive td.no-padding {
padding:0;
}

tbody .specs-container {
border-bottom:1px solid #AAA;
margin-bottom:0;
}

.table-striped tr.title-specs {
background-color: #e9e9e9;
border-bottom:1px solid #FFF;
}

.table-striped tr.title-specs.main-level {
background-color: #838383;
border-bottom:1px solid #FFF;
}

.title-specs h2, .title-specs h3 {
padding: 0;
color:#FFF;
text-transform: uppercase;
font-size: 1em;
line-height:1.25;
font-weight:bold;
}

.title-specs h3 {
color: #009900;
}

.footer-modal {
margin-top:8px;
}

table.responsive th.main-cell {
background-color: #838383;
color: #FFF;
}

.header-container span, .selected-connections span {
border: 1px solid rgba(0,0,0,.12);
display: inline-block;
padding: 0 6px;
font-weight: bold;
line-height: 1.5;
margin-top: 4px;
}

.selected-connections span {
color: #666;
}

.selected-connections span.selected {
background-color: rgba(255,255,255,.8);
}

.absolute {
position:absolute;
bottom:10px;
left:15px;
width:179px;
}

.main-cell {
position:relative;
}

/* Pipe datasheet */

.pipe-datasheet {
background-color:#FFF;
padding:10px;

}

.pipe-datasheet .search-by-pipe .col-sm-5 col-sm-2 {
padding-left:0;
}

.pipe-datasheet .search-by-pipe .col-sm-5 label {
padding-right:0;
}

.pipe-header strong {
color:#222;
}

.pipe-header .col-sm-6 p {
padding-top:3px;
line-height: 1.375;
}

#modal-grade.modal {
z-index:100000;
}

#modal-compare .modal-dialog {
max-width:940px;
}

.modal .product-selector {
padding: 5px 0 10px;
}

.modal #pipe-filters .white-bg {
background: none;
padding:0 0 1em
}

.modal .search-results {
border-top: 1px solid #DDD;
padding-top:1em;
}

.modal .alert {
position: relative;
padding: 20px;
}

.alert-content h3 {
font-weight: bold;
}

.modal .alert button {
top:0;
}





/* Print styles */

.print #main-title {
margin-top:.5em;
}

.print #main-title h1 {
font-weight:bold;
}

.print .container-grey {
background-color:transparent;
border:1px solid #BBB;
}

.print .second-col .form-horizontal .form-group {
margin-bottom: .5em;
}

.print .product-data .circle {
right: -20px;
}

.print .product-image a {
background:none;
padding-bottom: 5px;
}

.text p {
color:#CCC;
border-bottom:2px solid #CCC;
padding-bottom:.25em;
font-size:1.25em;
font-weight:bold;
margin-bottom:.375em;
}

#main-title .date {
float:right;
padding-top:5px;
margin-bottom:.5em;
}

.print .specs-container h2 {
color: #555;
margin-bottom: 0;
background-color: transparent;
border-top:1px solid #666;
border-bottom:1px solid #666;
}

.print .specs-container h3 {
margin-bottom: 0;
background-color: transparent;
border-top:1px solid #666;
border-bottom:1px solid #666;
}

.print .product-image-container a {
display:none;
}

.print .specs-container tbody tr:nth-child(5n-2), .print .specs-container tbody tr:nth-child(5n-3), .print .specs-container tbody tr:nth-child(6n-3), .print .specs-container tbody tr:first-child {
background-color: transparent;
}

.print .specs-container td {
border-bottom:1px solid #CCC;
}

.print .specs-container td a {
color:rgb(85, 85, 85);
}

.print .notes p a, .print .product-image .circle {
display:none;
}

.print .container-grey {
margin-left: 0;
margin-right:0;
width: 100%;
background-color: transparent;
padding: 0;
}

.print .popover-markup a {
color:#333;
}

.print .third-col {
padding-top: 0;
}

.print .grade-info h3 {
font-size:.875em;
text-transform:uppercase;
color: #009900;
font-weight:bold;
}

.print .grade-info span {
font-weight:bold;
}

.print .product-data .form-horizontal .control-label {
padding-left: 0;
}

.print .product-data .col-sm-6 p {
padding-bottom: 0;
margin-bottom: 0;
}

.print .product-image img , .print .grade-image img{
max-width: 75%;
}

.print .specs-container table tr {
min-height: 30px;
height: 30px;
}

.print .specs-container tr td {
line-height:1;
padding:1px 10px;
}

.print-compare.print .container-grey {
border: 0 none;
}

.print .datasheet-comparison table.responsive {
border: 1px solid #BBB;
}

.print .datasheet-comparison .table-specs-row td {
padding: 0 10px;
vertical-align:middle;
}

.table-specs-row td a {
color:#555;
}

.print-compare table.responsive th {
height:auto;
}

.print .datasheet-comparison thead h3 {
min-height: 0;
margin-bottom:3px;
}

.print .datasheet-comparison th p, .print .datasheet-comparison th .form-group, .print .datasheet-comparison th label {
margin-bottom:0;
}

.print .datasheet-comparison th .form-group {
padding-top:3px;
border-top:1px solid #CCC;
}

.print .table-striped tr.title-specs {
    border-bottom: 1px solid #ccc;
}

.print .datasheet-comparison th img {
    max-width: 40%;
}

.print table.responsive th.main-cell {
    background-color: transparent
}

.print .selected-connections span.selected {
    background-color: transparent;
    color:#555;
    border-color:#555;
}

.print p.selected-connections {
color:#555;
margin-top:0;
}

.print .datasheet-comparison tr.pipes-features-area p {
    margin-bottom: 4px;
}

.print .datasheet-comparison tr.pipes-features-area .first-col p {
    margin-bottom: 3px;
    display: inline-block;
    float: none;
}

.print table.responsive .pipes-features-area td {
    padding-top: 26px;
    padding-bottom:0;
}

.print table.responsive .pipes-features-area td.first-col {
    padding:5px 10px 0;
}

.print .responsive tr.table-specs-row {
    border-bottom: 1px solid #ccc;
}

.print .table-striped tr.title-specs {
    background-color: transparent;
    color:#555;
}

.print .table-striped tr.title-specs td {
padding:3px 10px;
}

.print .title-specs h2 {
    color: #555;
}

.print .pipes-features-area .first-col label.left {
width:auto;
float:none;
}

.print tbody.table-striped {
border-top:1px solid #CCC;
}

.print .datasheet-comparison .pipes-features-area h3 {
    margin-bottom: 2px;
}

.print .datasheet-comparison table.responsive th.first-col{
    padding: 8px 10px;
}

.print .datasheet-comparison td.first-col .group-label:last-child {
    margin-top: 0;
    margin-bottom: 2px;
}

label span.modal-trigger {
padding-left:0;
background:none;
margin-left:0;
}

.print .notes {
    margin-top: .5em;
    padding-top: 0;
}

.print .notes p:last-child {
display:none;
}

.print .product-data .specs-container h3, .print .product-data .specs-container h2 {
    padding: 2px 10px;
}

.index ul a {
color:#555;
line-height:2;
}

.index ul a:hover {
color:#222;
}


@media print {

.print .grade-image img{
width:75px;
height:auto;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666666666666%;
}
.col-sm-10 {
  width: 83.33333333333334%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666666666666%;
}
.col-sm-7 {
  width: 58.333333333333336%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666666666667%;
}
.col-sm-4 {
  width: 33.33333333333333%;
 }
 .col-sm-3 {
   width: 25%;
 }
 .col-sm-2 {
   width: 16.666666666666664%;
 }
 .col-sm-1 {
  width: 8.333333333333332%;
 }

 }


 .graphic-outer {
background-color:#f7f7f7;
padding:15px 0;
}

.graphic-outer img {
max-width:100%;
height:auto;
}

.env-txt {
margin-top:38px;
}

.print .env-txt {
margin-top:8px;
}

.print .env-txt p {
margin-bottom:0;
}

.graphic-outer h3, .print .product-data .specs-container .graphic-outer h3 {
background-color:transparent;
padding:0;
color:#555;
border:0 none;
}

.print .product-data {
    padding: 4px 10px 10px;
}

.print .graphic-outer .col-sm-5.graphic-env {
width:120px;
}

.print .graphic-outer .col-sm-5.graphic-env:last-child {
width:50%;
}

.stripColor{
    background-color:#f5f5f5;
}

.text-align-left{
    text-align: left;
}

.text-align-right{
    text-align: right;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-15{
    margin-bottom: 15px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.margin-bottom-30{
    margin-bottom: 30px;
}

.margin-bottom-40{
    margin-bottom: 40px;
}

.margin-left-0{
    margin-left: 0px;
}

.margin-left-10 {
    margin-left:10px
}

margin-top-0{
    margin-top:0px
}

.margin-top-20 {
    margin-top:20px
}

.margin-right-0{
    margin-right: 0px;
}

.padding-top-0{
    padding-top:0px;
}

.padding-top-8{
    padding-top:8px;
}

.margin-bottom-3{
    padding-bottom:3px;
}

.margin-bottom-20{
    margin-bottom:20px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}



.padding-right-0 {
    padding-right: 0px;
}

.padding-right-10 {
    padding-right: 10px;
}

.text-center {
    text-align:center
}

.inactive-font-color {
    color: #cccccc;
}

.inactive-font-color:hover {
    color: rgb(205, 164, 184);
}

.margin-20{
    margin:20px;
}

.cursor-hand{
    cursor: hand;
    cursor: pointer;
}

textarea {
    height:100px !important;
}

@media (max-width: 991px) {
    .graphic-outer .col-sm-4 {
        width: 50%;
    }
    /*.datasheet-list li:nth-child(1) { background: #f5f5f5; }*/

    .margin-bottom-15-xs{
        margin-bottom:15px;
    }

    .margin-bottom-10-xs{
        margin-bottom:10px;
    }
}

span.baec5a81-e4d6-4674-97f3-e9220f0136c1 > a {
   display: none !important;
}

/*@media (max-width: 550px) {
    .graphic-outer .col-sm-4 {
        width: 100%;
    }

    #datasheet-top-image {
        display: none;
    }

    #datasheet-side-image{
        display: none;
    }
    .col-right {
        margin-left: 0;
    }
    .graphic-outer img {
        margin:0 auto;
        display:block;
    }
}*/

