﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    overflow-x: hidden;
}

#mobilenav {
    display: none;
    width: 98%;
    margin-left: -15px;
    padding-left: 35px;
}

.alert {
    color: #B60032;
}

.container {
    max-width: 1100px !important;
}

.fdotHtml {
    background-color: white;
}

.FloaterImages {
    float: right;
    margin-top: 24px;
    margin-left: 15px;
    margin-right: -7px;
}

.Temporary {
    width: 900px !important;
    margin-left: 0px;
    margin-right: 0px;
}

.SectionHeader {
    margin-top: 10px;
    color: #4D9D45;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 22px;
    clear: both;
}

.FormLabel {
    margin-top: 15px;
    margin-bottom: 5px;
}

#myCarousel {
    margin-top: 20px;
}

.FdotreeLink {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CDCDCD;
}

#education ul {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

#education li {
    display: list-item;
}

.navbar-inverse {
    margin-top: 10px !important;
    background-color: #4D9D45 !important;
    color: white !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: none !important;
}

.nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}

.navbar {
    min-height: 30px !important;
}

.navbar-inverse a {
    color: white !important;
}

.panel-heading {
    background-color: #CDCDCD !important;
    color: black !important;
    border-color: #cdcdcd !important;
}

.panel-primary {
    border-color: #cdcdcd !important;
}

.fdotreeTiles {
    width: 113px;
    height: 120px;
    float: left;
    text-align: center;
    padding-top: 80px;
    font-weight: 500;
    margin-right: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 16px;
    cursor: pointer;
}

#LogoTile {
    background-color: #5C2C82;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position-x: 33px;
    background-position-y: 17px;
}

#CalendarTile {
    background-color: #2387AB;
    background-image: url('../images/calendar-icon.png');
    background-repeat: no-repeat;
    background-position-x: 33px;
    background-position-y: 21px;
}

#ProjectTile {
    background-color: #4A9835;
    background-image: url('../images/projects-icon.png');
    background-repeat: no-repeat;
    background-position-x: 24px;
    background-position-y: 22px;
}

#OutreachTile {
    background-color: #CA782F;
    background-image: url('../images/outreach-icon.png');
    background-repeat: no-repeat;
    background-position-x: 30px;
    background-position-y: 17px;
}

#ContactTile {
    background-color: #A01A01;
    background-image: url('../fdotree/images/question-icon.png');
    background-repeat: no-repeat;
    background-position-x: 30px;
    background-position-y: 18px;
}

#HeaderGraphic {
    background-repeat: no-repeat;
    background-image: url('../fdotree/images/fdotree-banner revised 2020.png');
    width: 923px;
    height: 155px;
    font-size: 28px;
    font-family: 'Segoe UI';
    color: #ffffff;
    padding-left: 135px;
    line-height: 40px;
    background-size: 923px 150px;
    margin-left: 3px;
    padding-top: 50px;
}

.fdotreeButton {
    background-color: #5B2883;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: none;
}

.treepage {
    margin-left: 3px !important;
    margin-right: 15px !important;
}

.tab-pane {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

#ProjectSearchResults {
    margin-top: 25px;
}

    #ProjectSearchResults td {
        padding: 10px;
        border: 1px solid #cccccc !important;
    }

    #ProjectSearchResults th {
        padding: 10px;
        border: 1px solid #cccccc !important;
        background-color: #efefef;
    }

body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1a2c3f !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

h3 {
    font-size: 18px !important;
    color: #32557c !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}

.nav-tabs > li {
    background-color: #35567c;
    border-color: #cccccc;
    margin-left: 0px;
    margin-right: 2px;
}

    .nav-tabs > li > a {
        font-size: 16px;
        color: white;
    }

    .nav-tabs > li.active {
        background-color: #fff;
        border-color: #cccccc;
        font-size: 16px;
        color: #0a91cc;
    }

.nav-tabs {
    margin-left: 0px !important;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 1200px) {

    .desktop-only {
        display: block !important;
    }

    .mobile-only {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {

    .desktop-only {
        display: block !important;
    }

    .mobile-only {
        display: none !important;
    }

    #D2Map {
        display: none;
    }
}

@media screen and (max-width: 1000px) {

    .desktop-only, #mainnav {
        display: none !important;
    }

    #mobilenav {
        display: block;
    }

    #FdotHtml {
        display: none;
    }

    #FdotFooter {
        display:none;
    }

    .mobile-only {
        display: block !important;
    }

    #YouTubeFrame {
        width: 720px;
        height: 400px;
    }

    #HeaderGraphic {
        display: none;
    }

    .fdotHtml {
        display: none !important;
    }
}

@media screen and (max-width: 770px) {

    .container {
        width: 90% !important;
    }

    .mobile-only {
        display: block !important;
        width: 100% !important;
    }

    #WelcomeText img {
        display: none;
    }

    .FloaterImages {
        width: 100%;
        margin-bottom: 20px;
    }

    #myCarousel {
        margin-top: 10px;
        width: 90% !important;
    }

    #YouTubeFrame {
        width: 360px;
        height: 200px;
    }
}

@media screen and (max-width: 450px) {

    .desktop-only {
        display: none !important;
    }

    .panel {
    width:240px !important;
}

    .mobile-only {
        display: block !important;
        width: 100% !important;
    }

    #ProjectSearchResults {
        margin-top: 5px;
        width: 90%;
    }

        #ProjectSearchResults td {
            padding: 2px;
            border: 1px solid #cccccc !important;
        }

        #ProjectSearchResults th {
            padding: 2px;
            border: 1px solid #cccccc !important;
            background-color: #efefef;
        }

    .panel {
        width: 250px !important;
        margin-left: 12px;
    }

    .RedBar {
        width: 98%;
        margin-left: 0px;
        margin-right: 0px;
    }

    #FdotMobile {
        font-size: 13px;
    }

    #ContentHolder {
        padding-left: 2px;
        padding-right: 2px;
    }

    .grayBox {
        margin-bottom: 10px;
    }

    #ProjectTitleRow2 {
        margin-left: 14px !important;
        margin-bottom: 5px !important;
    }
}

.GreenHeader {
    background-color: #1D5532 !important;
    color: white !important;
    font-size: 14pt !important;
}

.LimeHeader {
    background-color: #4E9C2C !important;
    color: white !important;
    font-size: 14pt !important;
}

.PurpleHeader {
    background-color: #5B277A !important;
    color: white !important;
    font-size: 14pt !important;
}

.GrayHeader {
    background-color: black !important;
    opacity: 0.6;
    color: white !important;
    font-size: 14pt !important;
}

.FaqHeader {
    margin-top: 10px;
    color: black;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 22px;
    clear: both;
}
