﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}



.navbar-toggle .icon-bar {
    background-color: #69be28;
}

.navbar-toggle {
    border: solid 1px #69be28;
}

#calc {
    background-color: #eee;
    display: none;
    padding: 10px
}

#calcSwitch {
    background-color: #eee;
    cursor: pointer
}
/* Hide/rearrange for smaller screens */


.control-label {
    margin-bottom: 5px;
}

.dropdown-menu > li > a {
    color: #337ab7;
}

.second-navbar > li {
    border-left: solid 1px #69be28
}

    .second-navbar > li:last-child {
        border-right: solid 1px #69be28
    }



.second-nav {
    top: 70px;
    border-bottom: solid 1px #69be28;
    background-color: white;
    height: 50px
}

.second-navbar > li > a:hover {
    height: 49px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #FFFF00;
    color: #FFC0CB;
}

.first-navbar {
    height: 70px;
    border-bottom: solid 1px #69be28;
    background-color: white
}

.environment-warning {
    float: left;
    font-weight: bold;
    font-size: 40px;
    padding: 10px 10px 0px 10px;
    color: red;
}

.table tr th:first-child {
    width: 80px;
}

@media only screen and (min-width : 768px) {

    .bodycontent {
        padding-top: 50px;
    }

    .hide-menu-item {
        display: none !important;
    }

    #calc {
        top: 120px;
    }

    #calcSwitch {
        top: 120px;
    }
}

@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .second-nav {
        display: none;
    }

    #calc {
        top: 70px;
    }

    #calcSwitch {
        top: 70px;
    }

    .mobile-menu {
        background-color: #fff;
        border-bottom: solid 1px #69be28;
        border-top: solid 1px #69be28;
    }

    .navbar-collapse.in {
        overflow: hidden;
        max-height: none !important;
        height: auto !important;
    }
}
