﻿
/*Dor classes and Id's'*/

@media (max-width:991px) {
    .body-content {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
}

/*Site specific?*/
.top_right {
    width: 100%;
    height: auto;
    text-align: right;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e6e6e6;
}

.logo {
    float: left;
    margin: -34px 0px 0px 40px;
}

.header_right {
    float: right;
    width: 752px;
    height: 120px;
    background-image: url(../images/DorHeader.png);
    background-color: transparent;
}

.rev_logo {
    float: left;
    margin: 15px 0 0 50px;
}

.myflorida {
    float: right;
    margin: 25px 22px 0 0;
}

#fdor-body-wrapper {
    min-height: 100%;
    position: relative;
}

#bg_grey {
    background-color: #e6e6e6;
}

#fdor_footer_menu {
   position:absolute;
   bottom:0;
   width:100%;
   height:150px;   /* Height of the footer */
   min-width: 340px;
   line-height: 2;
}

#fdor-bootstrap-menu {
    border-bottom: 5px solid rgba(242, 63, 88, 1);
}

#fdor-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
    padding: 8px;
}

#fdor-bootstrap-menu.navbar-default {
    font-size: 16px;
    background-color: rgba(5, 26, 84, 1);
    border-width: 1px;
    border-radius: 4px;
    border-bottom: 5px solid rgba(242, 63, 88, 1);
    margin-bottom: 0px;
}

    #fdor-bootstrap-menu.navbar-default .nav-justified > li > a {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(5, 26, 84, 1);
    }

        #fdor-bootstrap-menu.navbar-default .nav-justified > li > a:hover,
        #fdor-bootstrap-menu.navbar-default .nav-justified > li > a:focus {
            color: rgba(255, 255, 255, 1);
            background-color: rgba(242, 63, 88, 1);
        }

    #fdor-bootstrap-menu.navbar-default .nav-justified > .active > a,
    #fdor-bootstrap-menu.navbar-default .nav-justified > .active > a:hover,
    #fdor-bootstrap-menu.navbar-default .nav-justified > .active > a:focus {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(242, 63, 88, 1);
    }

    #fdor-bootstrap-menu.navbar-default .navbar-toggle {
        border-color: #f23f58;
    }

        #fdor-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #fdor-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: #f23f58;
        }

        #fdor-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #f23f58;
        }

        #fdor-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #fdor-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #051a54;
        }



.fdor-content-box {
    background-color: #fff !important;
    border: 1px solid #d7d889 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding: 10px 10px;
}

#horizontal_menu a {
    color: #f23f58;
}

#horizontal_menu a:hover {
    color: #FFF;
    text-decoration: none;
}


#fdor_footer_menu {
   position:absolute;
   bottom:0;
   width:100%;
   height:150px;   /* Height of the footer */
   min-width: 340px;
   line-height: 2;
}


@media (max-width:991px) {
    .fdor-content-box {
        margin-bottom: 150px;
    }
}

.fdor-line-seperator {
    display: block;
    border: 3px solid #f23f58; 
}