
.img-solution-large{
border:none;
}

input.form-control {
  color: #EBEBEB;
}

img.text {
 vertical-align: text-bottom;
}

.steps { 
  list-style-type:none;
  text-align:left;
}
.steps li  { 
  margin: 10px 0px 0px -10px;
}

html {
  position: relative;
  min-height: 100%;
  background-color: #2B2B2B;
}

body {
  padding-top: 30px;
  color: #d1d1d1;
  background-color: #2B2B2B;
  margin-bottom: 80px;
}
.starter-template {
  padding: 40px 15px;
  text-align: justify;
  font: 16px Arial, Helvetica, sans-serif;
  line-height:1.4;
}

img.logo {
float:left;
margin: 5px 10px 0 15px;
/* vertical-align: text-bottom;*/
}

.solution-caption { 
  padding-top: 7px;
  text-align: left;
}

.solution-row { 
  padding-top: 10px;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.img-max-height { 
  max-height: 300px;
}

.file-format, .code {
  background-color: transparent;
  background-color: #262626;
  border:1px solid #EBEBEB;
  border:1px solid #A8A8A8;
  color: #EBEBEB;
  color: #C9C9C9;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.plain { 
  background-color: transparent;
  color: inherit;
}

a.anchor{
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

/*
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
*/

.btn-default{color:rgb(102,217,239);background-color:#2B2B2B;border-color:#ccc}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:rgb(102,217,239);border-color:#adadad}


/*
.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(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{background-color:transparent;}

.navbar-inverse {
    background-color: rgb(34, 34, 34);
    border-color: rgb(8, 218, 8);
    border-color: rgb(102,217,239);
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#171717}

a, a:visited, a:hover, a:active, a:link {
    color: rgb(229,114,32);
    color: rgb(102,217,239);
}


a.noborder {
  outline: none;
}


hr {
 border-color: #222222;
}

.sections {
  counter-reset: section-1 section-2 section-3 section-4;
}

h1 { 
  font-size: 26px;
  margin-top:10px;
  margin-bottom:10px;
  text-align: left;
  /*  text-transform: uppercase;*/
  color: #FFFFFF;
  font-weight: bold;
}

/*
h1:after
{
    content:' ';
    display:block;
  border: 1px solid #A8A8A8;
}
*/

.sections h1 { 
	counter-increment: section-1;
	counter-reset: section-2 section-3 section-4;
}

/*
h1 {
  font-size: 26px;
  margin-top:10px;
  margin-bottom:10px;

 overflow: hidden;
 text-align: center;
}

h1:before,
h1:after {
 background-color: #cccccc;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h1:before {
 right: 0.5em;
 margin-left: -50%;
}
h1:after {
 left: 0.5em;
 margin-right: -50%;
}
*/


h2 { 
  font-size: 22px;
  margin-top:10px;
  margin-bottom:10px;
  text-align: left;
  color: #FFFFFF;
  font-weight: bold;
}

.sections h2 { 
	counter-increment: section-2;
	counter-reset: section-3 section-4;
}


h3 { 
  font-size: 20px;
  margin-top:10px;
  margin-bottom:10px;
  text-align: left;
  color: #FFFFFF;
  font-weight: bold;
}

.sections h3 { 
	counter-increment: section-3;
	counter-reset: section-4;
}


h4 { 
  margin-top:10px;
  margin-bottom:10px;
  text-align: left;
}

.sections h4 { 
        counter-increment: section-4;
}


.sections h1:before { content: counter(section-1) ". "; }
.sections h2:before { content: counter(section-1) "." counter(section-2) " "; }
.sections h3:before { content: counter(section-1) "." counter(section-2) "." counter(section-3) " "; }
.sections h4:before { content: counter(section-1) "." counter(section-2) "." counter(section-3) "." counter(section-4) " "; }


address { 
  text-align: center;
}

.paper { 
  text-align:left;
  width: 75%;
  margin-left:auto;
  margin-right:auto;
}

.paperdiv { 
  background-color: #404040;
  background-color: #262626;
  border:1px solid #6a6a6a;
  padding: 20px 0px 10px 0px;
}

.img-paper{border:1px solid #4a4a4a;float: left;}

#paperdivlink a:link, #paperdivlink a:visited, #paperdivlink a:hover, #paperdivlink a:active {
  color: #EBEBEB;
  text-decoration: none;
}


/*min-width:100%;min-height:100px;*/
.img-solution{border:1px solid #EBEBEB;}

.img-solution-ellipse{
border:none;
max-width:600px;
}

/*
.img-responsive { 
max-width: auto;
 }
*/

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-border{border:1px solid #EBEBEB;}

code{padding:0;font-size:90%;color:#c7254e;background-color:#f9f2f4;border:none}

pre{border:none;padding:1px;margin:0;}
code{border:none;padding:0px;}

pre {
  display: block;
}
  /* Account for some code outputs that place code tags in pre tags*/
  code {
    padding: 0;
    background-color: transparent;
    border: none;    /* remove extra border */
  }



.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: rgb(34, 34, 34);
}

.container .text-muted {
  margin: 10px 0;
  color: #9d9d9d;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  text-align:center;
}





/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 300px;
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color: #777;
  background-color: transparent;
}

/*
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
             height: 300px;

  position:relative;
  top:50%;
  transform: translateY(-50%);

}
*/

.carousel-control.left, .carousel-control.right {
    background-image: none;
}



.carousel img {
  height: 300px;
  width: 300px;
  object-fit: contain;
  position:relative;
/*  left:50%;
  transform: translateX(50%);
*/
    margin: 0 auto;
}


.carousel .carousel-indicators { visibility: hidden; }
.carousel .carousel-control { visibility: hidden; }


/*
#item1 {
    background:url(implicit/solutions/3d/solution-ball-500.png);
    background-repeat: no-repeat;   
    background-position: center top; 
}
*/

.item1 {
    background: url(implicit/solutions/3d/solution-ball-500.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
 vertical-align: middle;
}

.rotate2 {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 2em;
}
.rotate2 div {
    -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
    -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
    -ms-transform: rotate(-90deg);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    margin-left: -10em;
    margin-right: -10em;
}
