/*****************************************************************************/
/* Common
/*****************************************************************************/

/* Global Reset */
body {
	padding-top: 52px;
}


/*****************************************************************************/
/* Teasers
/*****************************************************************************/

.jumbotron-teaser {
	position: relative;
	height: 400px;
/*  display: block;*/
	color: #efefef;
/*  background-position: center center;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
}

.jumbotron-teaser h1 {
	font-size: 2.0em;
	color: #fff;
}

.jumbotron-teaser h2 {
	font-size: 1.2em;
	color: #fff;
}

.jumbotron-teaser .text {
	position: absolute;
	top: 30px;
}

.features {
    color: #000;
}

.summit {
    font-size: 2em;
    text-align: center;
    background-color: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #777777;
    padding: 15px 20px;
    margin-bottom: 1em;
}

.summit strong {
    color: #555555;
}

.masthead {
    background: rgb(229, 238, 243) url("../img/clouds5-clipped.jpg") bottom center repeat;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
    text-align: center;
    margin-bottom:0;
}

/*****************************************************************************/
/* Notices
/*****************************************************************************/

.notice-important {
	background-color: #fcf2f2;
	border-color: #dFb5b4;
	margin: 2ex 0;
	padding: 1ex 2em 1ex 1em;
	border-left: 5px solid #eee;
}

/*****************************************************************************/
/* Pager
/*****************************************************************************/
.pager {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
	*zoom: 1;
}

.pager:before,.pager:after {
	display: table;
	content: "";
}

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager a {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.pager a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

.pager .next a {
	float: right;
}

.pager .previous a {
	float: left;
}

.pager .disabled a,.pager .disabled a:hover {
	color: #999999;
	background-color: #fff;
	cursor: default;
}


/*****************************************************************************/
/* Home
/*****************************************************************************/
.bs-footer {
	text-align: left;
/*  height: 800px;*/
}

.bs-footer {
	border-top: 1px solid #E5E5E5;
	color: #777777;
	margin-top: 100px;
	padding-bottom: 30px;
	padding-top: 40px;
	text-align: center;
}

.footer-links {
	margin: 10px 0;
	padding-left: 0;
}

.footer-links li:first-child {
	padding-left: 0;
}

.footer-links li {
	display: inline;
	padding: 0 2px;
}

/*****************************************************************************/
/* Posts
/*****************************************************************************/

ul.posts {
	list-style-type: none;
	margin-bottom: 2em;
}

ul.posts li {
	line-height: 1.75em;
}

ul.posts span {
	color: #aaa;
	font-family: Monaco, "Courier New", monospace;
	font-size: 80%;
}

/*****************************************************************************/
/* Posts
/*****************************************************************************/

/* standard */
.post pre {
	border: 1px solid #ddd;
	background-color: #eef;
	padding: 0 .4em;
}

.post ul,.post ol {
	margin-left: 1.35em;
}

.post code {
	border: 1px solid #ddd;
	background-color: #eef;
	padding: 0 .2em;
}

.post pre code {
	border: none;
}

/* terminal */
.post pre.terminal {
	border: 1px solid #000;
	background-color: #333;
	color: #FFF;
}

.post pre.terminal code {
	background-color: #333;
}

/*****************************************************************************/
/* Subnav
/*****************************************************************************/
 
.subnav {
    margin-bottom: 60px;
    width: 100%;
    background-color: #eeeeee; /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
 
.subnav .nav {
    margin-bottom: 0;
}
 
.subnav .nav > li > a {
    margin: 0;
    padding-top:    11px;
    padding-bottom: 11px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
 
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
    padding-left: 13px;
    color: #777;
    background-color: #e9e9e9;
    border-right-color: #ddd;
    border-left: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}

.subnav .nav-pills > li.active > a,
.subnav .nav-pills > li.active > a:hover,
.subnav .nav-pills > li.active > a:focus {
    color: #777;
    background-color: #e9e9e9;
}
 
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
    border-top-color: #777;
}
 
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
    border-left: 0;
    padding-left: 12px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
 
.subnav .nav > li:last-child > a {
    border-right: 0;
}
 
.subnav .dropdown-menu {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
 
/**
 Custom classes
 */

.logos img {
    padding:20px;
    width: 150px;
}

.gettingstarted-choices {
    min-height: 250px;
    white-space: normal;
}

code {
    background-color: #E5E5E5;
    color: #333;
    padding: 1px 4px;
}

/*
Download page
*/

.affix-top {
    position: static;
}

.affix {
    position: fixed;
}

.affix-bottom {
    position: absolute;
}

.page-header h2 {
    font-weight: bold;
}

#download .tab-content {
    padding: 10px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

section {
    /* needed for correct positioning of anchor links */
    padding-top: 60px;
    margin-top: -60px;
}

/* SIZE */

.sidenav-col-md3 {
    width: 235px;
}

.sidenav-col-md4 {
    width: 320px;
}

.sidenav-row {
    width: 100%;
}

.sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}

.sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}

.sidenav li a {
    position: relative;
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sidenav li[class~="active"] > a, .sidenav li > a:hover {
    color: #FFF;
    background: rgb(21, 136, 204);
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
}

.sidenav li[class~="active"] > a {
    font-weight: bold;
}

.sidenav .icon-chevron-right, .sidenav .icon-chevron-down {
    float: right;
    opacity: 0.75;
}

.sidenav-lg > li {
    line-height: 30px;
}

.sidenav-lg .icon-chevron-right, .sidenav-lg .icon-chevron-down {
    margin-top: 8px;
}

.sidenav-md > li {
    line-height: 20px;
}

.sidenav-md .icon-chevron-right, .sidenav-md .icon-chevron-down {
    margin-top: 4px;
}

.sidenav li[class~="section"] > a, .sidenav li[class~="section"] > a:hover {
    font-variant: small-caps;
    font-weight: bold;
    color: #FFF;
    background: rgb(62, 101, 142);
    text-shadow: none;
}

.sidenav li[class~="subsubsection"] > a {
    /*background-color: #E5E5E5;*/
    font-weight: bold;
    font-size: 90%;
    line-height: 90%;
}

.navbar-inverse {
    text-shadow: none;
}

/*.sidenav li[class~="subsection"][class~="active"] a {
    font-weight: bold;
}*/

@media (max-width: 991px) {
     .navbar-header {
         float: none;
     }
     .navbar-toggle {
         display: block;
     }
     .navbar-collapse {
         border-top: 1px solid transparent;
         box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
     }
     .navbar-collapse.collapse {
         display: none!important;
     }
     .navbar-nav {
         float: none!important;
         margin: 7.5px -15px;
     }
     .navbar-nav>li {
         float: none;
     }
     .navbar-nav>li>a {
         padding-top: 10px;
         padding-bottom: 10px;
     }
}

@media (max-width: 767px) {
 
    .subnav {
        position: static;
        top: auto;
        z-index: auto;
        width: auto;
        height: auto;
        background: #fff; /* whole background property since we use a background-image for gradient */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
 
    .subnav .nav > li {
        float: none;
    }
 
    .subnav .nav > li > a {
        border: 0;
    }
 
    .subnav .nav > li + li > a {
        border-top: 1px solid #e5e5e5;
    }
 
    .subnav .nav > li:first-child > a,
    .subnav .nav > li:first-child > a:hover {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .affix {
        position: static;
        width: auto;
        top: 0;
    }

    .sidenav {
        width: 100%;
    }
}
 
@media (min-width: 769px) {
    .affix {
        position: static;
    }
    .features-detail p {
       font-size: 19px;
    }
    .features-detail li {
     font-size: 19px;
    }
}

@media (min-width: 980px) {
    .subnav-fixed {
        position: fixed;
        top: 51px;
        left: 0;
        right: 0;
        z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
        border-color: #d5d5d5;
        border-width: 0 0 1px; /* drop the border on the fixed edges */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
    }
  
    .subnav-fixed .nav {
        width: 938px;
        margin: 0 auto;
        padding: 0 1px;
    }
  
    .subnav .nav > li:first-child > a,
    .subnav .nav > li:first-child > a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .affix {
        position:fixed;
    }
}
 
@media (min-width: 1210px) {
 
    .subnav-fixed .nav {
        width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
    }
}



/**
Custom Stuff
**/

.features-detail p {
  font-size: 16.099999999999998px;
  font-weight: 200;
}

.features-detail li {
  font-size: 16.099999999999998px;
  font-weight: 200;
}




.bs-callout-info {
background-color: #f4f8fa;
border-color: #bce8f1;
}
.bs-callout {
margin: 20px 0;
padding: 20px;
border-left: 3px solid #eee;
}
.bs-callout-info h4 {
color: #3a87ad;
}

.feature-highlights a {
    color: black !important;
}

.anchor_only,  .anchor_only:hover{
    color:black !important;
    text-decoration: none;
}

/* documentation v04 */

#docs_v04 img,
#docs_v05 img {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#docs_05_toc {
    width: 20em;
    margin: 2em 0 0 2em;
}

.back-to-top {
    text-align: right;
}

















