/*
 * Copyright 2013 JBoss Inc
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html {
    background-color: #f8f8f8;
}
body {
    /* background: linear-gradient(to bottom, #fff3e8 0px, #FAFAFA 40%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    color: #333333;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.66667;*/
}

#Content {
    background-color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
}

footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgba(255,255,255,.5);
    background-color: #1b1c1d;
}

footer h4 {
    color: #fff;
}
footer ul {
    list-style: none;
    padding-left: 10px;
}

footer a {
    color: rgba(255,255,255,.5);
}

footer a:hover, footer a:focus {
    color: #fff;
}

footer .sponsorMessage {
    color: rgba(255,255,255,.5);
    margin-bottom: 10px;
}

.forkMeOnGithub {
    position: absolute;
    right: 0;
    border: 0;
    max-width: 20%;
}

.bgHeader {
    /*  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,,100);
        box-shadow: 0 0 3px 0 rgba(0,0,,100); */
}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-right: 100px;
    }
}

/* WORKAROUND for Twitter bootstrap's navbar-fixed-top's hides content head */
.body-without-header-footer {
    padding-top: 40px;
}

/******************************************************************************
* Components
******************************************************************************/

/* Reduce space taken by alerts */
.alert {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
}
.alert-dismissable .close {
    top: 0;
    right: 0;
}

/* Carousel: center images, remove gradient, tabs instead of indicators */
#whatIsCarousel .item > img {
    margin: 0 auto;
    display: block;
}
#whatIsCarousel .carousel-control.left, .carousel-control.right {
    background-image: none;
    color: inherit;
}
#whatIsCarouselButtons > li {
    vertical-align: bottom;
}
#whatIsCarouselButtons > li.active a {
    background-color: white;
    color: inherit;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#whatIsCarousel .item > a img {
    margin: 0 auto;
    display: block;
}

/******************************************************************************
 * Upgrade recipe
 +******************************************************************************/

ul.upgrade-recipe-label-list {
    padding-left: 10px;
}

.upgrade-recipe-label-list > li {
    list-style: none;
}

.upgrade-recipe-note {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
}

a.upgrade-recipe-note-header {
    text-decoration: none;
    color: #333;
}

.upgrade-recipe-note-header > h3 {
    margin-top: 10px;
    font-size: 20px;
}

.upgrade-recipe-note-header > h3 > span:first-child {
    margin-right: 5px;
}

.upgrade-recipe-note-header > h3 > span:last-child {
    margin-left: 5px;
}

/******************************************************************************
* Tabs left, right and below (not supported in Twitter Bootstrap 3.1)
******************************************************************************/

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: 0px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

/******************************************************************************
* Tabzilla Property
******************************************************************************/
.dropup {
    right: 10px !Important;
}

/******************************************************************************
* Tables Property
******************************************************************************/

table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-bottom: 1.25em;
}
table thead, table tfoot {
    background: none repeat scroll 0 0 #F5F5F5;
    font-weight: bold;
}
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
    color: #222222;
    font-size: inherit;
    padding: 0.5em;
    text-align: left;
}
table tr th, table tr td {
    color: #222222;
    font-size: inherit;
    padding: 0.5em;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 #F9F9F9;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    line-height: 1.6;
}

/******************************************************************************
* Text zoom in carousel
******************************************************************************/

.TextZoom {
    text-align: center;
    font-size: 10px;
    margin: 0;
    font-style: italic;
}

.twitter-button {
    padding-top: 15px; padding-right: 30px;
}

@media (max-width: 768px) {
    .twitter-button {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 15px;
    }
}