/*Begin Additional Page Styles for Full Map CLF Adjustments SetUp*/
/*Needs to be below Feature Switches CSS*/
#mcauser_hdr1_full, #mcauser2, #mcauser3 {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#mcauser_hdr1_full {
    display: none;
}

#mcauser_cont1_full {
    padding: 0px;
    margin: 0px;
}

/*Hide old Top Agency small banner bar and create a new one*/
#st1 {
    display: none;
}

#newBannerBar {
    width: 100%;
    height: 50px;
    position: relative;
    /*margin-top: 65px;*/
    z-index: 201;
    /* left: 0px;
     top: -1px;*/
    z-index: 200;
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.8);
}

#selectchoice {
    position: absolute;
    right: 60px;
    top: 60px;
    padding: 10px 10px;
    background-color: #004785;
    border-radius: 3px;
}

/*End Additional Page Styles for Full Map CLF Adjustments SetUp*/

/*Begin Styles Needed for Full Google Map Setup*/
/*
html, body, #map-canvas {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    background: #f7f7f7;
    color: #000;
}
*/
#map-canvas {
    min-height: 480px;
    height: 100%;
    width: 100%;
    /*float: left;*/
}

div#noCamMsg {
    padding: 20px;
}

/*Below fixes Bootstrap 2.3 and Map API V3 Control Issue*/
#map-canvas img {
    max-width: none;
}

/*Fixes issue with bottom right google map wording going vertical in IE*/
div#map-canvas .gm-style-cc > div {
    word-wrap: normal;
}

.gmnoprint {
    /*margin-top: 25px !important;*/
}

/*.gmnoprint div[title="Zoom in"]  {background:#004785}
.gmnoprint div[title="Zoom out"]  {background:#004785!important;padding:5px;border-radius:3px;}*/

/*End Styles Needed for Full Google Map Setup*/

/*Begin Drop Down Menu Styling*/
/* Begin Drop Down Menu Button*/
#showMenuBtn {
    position: absolute;
    left: 0px;
    top: 2px;
    padding: 7px 7px;
    margin: 5px;
    background: #004785;
    color: #fff !important;
    border-radius: 2px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.9);
    z-index: 900;
}

#showMenu {
    color: #fff !important;
}

#showMenuBtn #showMenu a {
    color: #fff !important;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

#MenuTxt {
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 0px;
    margin: 0px;
}

/*End Drop Down Menu Button*/

/*Begin Drop Down Menu Container Styling*/
#menuContainer {
    position: absolute;
    left: 14px;
    top: 60px;
    padding: 0px;
    margin: 0px 5px;
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.8);
    width: 300px;
    height: 650px;
    overflow: auto;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 900;
}

#menuList {

}

/*Begin Top Level Accordion Styling*/
.accord-header, .accord-header-static {
    height: 30px;
    padding-left: 10px;
    font-weight: 300;
    color: #fff;
    background: #004785;
    text-transform: uppercase;
    background-position: 1.6rem;
    background-repeat: no-repeat;
    background-size: 2rem;
    border-left: .5rem solid transparent;
    color: #fff;
    display: table;
    line-height: 4.8rem;
    width: 100%;
   /* width: 262px;*/
    margin-bottom: 1px;

}
.accord-header.updateBox {
    padding-top: 20px;
}

.accord-header:hover, .accord-header-static:hover {
    cursor: pointer;
    background-color: black;
    border-left: 0.3rem solid #004785;
    padding-left: 14px;
}

.updateBox:hover {
    cursor: default;
    background-color: #004785;
    border-left: 0.3rem solid #000;
}

.rotateRt {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    display: table;
    line-height: 3.8rem;
    font-size: 1.6em;
    margin-right: 15px;
}

.rotateDown, .fa-play-circle-o, .fa-pause {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    display: table;
    line-height: 3.8rem;
    font-size: 1.6em;
    margin-right: 15px;
}

.accord-content {
    display: none; /*background:#004785;margin-top: 1px;*/
}

/*End Top Level Accordion Styling*/

/*Begin Interior Level Accordion Styling*/

/*Begin Map Layer Buttons*/
.MLRow {
    position: relative;
    left: 0px;
    top: 0px;
    background: #004785;
    height: 40px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.MLCBCont {
    position: absolute;
    left: 5px;
    top: 0px;
    color: #fff;
    /*text-shadow:0 -1px 1px rgba(0,0,0,0.75);*/
    background: #004785;
    width: 211px;
    z-index: 5;
    height: 38px;
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
}

.dbl .MLCBCont {
    height: 70px;
}

.MLCBCont:hover {
    background: #FFF;
    color: #000;
}

.MLCBLabel {
    display: block;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 1.1em;
    height: 39px;
}

.dbl {
    height: 72px;
}

.dbl .MLCBLabel {
    height: 60px;
}

.MLCBLabelWOR {
    display: block;
    padding-top: 0px;
    padding-left: 10px;
    font-size: 1.1em;
    height: 39px;
}

.MLCB {
    opacity: 0;
    padding: 0px;
    margin: 0px;
    z-index: 20;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 100%;
    cursor: pointer;
}

.MLLegend {
    display: block;
    padding-top: 10px;
    text-align: center;
    z-index: 20;
    position: absolute;
    left: 218px;
    top: 0px;
    width: 50px;
    height: 40px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
    background: #004785;
    z-index: 5;
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #FFFFFF !important;

}

.dbl .MLLegend {
    height: 60px
}

.MLLegend:hover {
    background: #FFF;
    color: #000;
}

/*End Map Layer Buttons*/

/*Begin My Favorite Cameras Layer*/
.MFCHdr {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 90%;
    color: #fff;
    background: #004785;
    width: 85%;
    z-index: 5;
    border-bottom: 1px solid #FFF !important;
    border-radius: 1px;
    font-weight: 300;
    min-height: 45px;

}

.MFCHdr:hover {
    background: #FFF;
    border-left: 0.3rem solid #004785;
    border-right: 0.3rem solid #004785;
    color: #000;

}

/*End My Favorite Cameras Layer*/

/*Begin My Favorite BusStops Layer*/
.MFBHdr {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 90%;
    color: #fff;
    background: #004785;
    width: 85%;
    z-index: 5;
    border-bottom: 1px solid #FFF !important;
    border-radius: 1px;
    font-weight: 300;
    min-height: 45px;

}

.MFBHdr:hover {
    background: #FFF;
    border-left: 0.3rem solid #004785;
    border-right: 0.3rem solid #004785;
    color: #000;

}

/*End My Favorite BusStopss Layer*/

/*Begin My Settings Layer*/
.MFSHdr {
    position: relative;
    left: 5px;
    top: 0px;
    display: block;
    padding: 15px 10px 0px 10px;
    font-size: 90%;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
    background: #004785;
    width: 85%;
    z-index: 5;
    height: 30px;
    border-bottom: 1px solid #FFF !important;
    border-radius: 1px;
}

.MFSHdr:hover {
    color: #fff;
    background-color: black;
    border-left: 0.3rem solid #16DE07;
    left: 1px;

}

/*End My Settings Layer*/

/*Begin Modal Dialog Box Styling*/

.modal-header {
    background: #004785;
    color: #fff !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mTitle {
    color: #fff !important;

}

.mbTitle {
    font-weight: bold !important;
    font-size: 1.2em !important;
    padding: 0px;
    margin: 0px;
}

.mbSubTitle {
    font-weight: bold !important;
    font-size: 1em !important;
    padding: 0px;
    margin: 0px;
}

.modal-body {
    background: #efefef;
    max-height: 300px;

}

.modal-footer {
    background: #004785;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mrow {
    width: 100%;
}

.mspan3 {
    width: 25%;
    float: left;
    padding-bottom: 10px;
}

.mspan8 {
    width: 65%;
    float: left;
    padding-bottom: 10px;
}

/*End Modal Dialog Box Styling*/

/*Begin Media Queries*/
@media screen and (max-width: 799px) and (min-width: 320px) {
    #ftrs2_l {
        float: left;
        border: 0px solid orange;
        width: 90%;
    }

    .mspan3 {
        width: 50%;
        float: left;
        font-size: .7em;
    }

    .mspan8 {
        width: 50%;
        float: left;
        font-size: .7em;

    }
}

#equigif {
    display: none
}

/*End Media Queries*/

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
    background: #FFF !important;
}

#mCSB_4_container .row .span11 img {
    vertical-align: middle !important;
}

.mapInfo {
    font-size: 120%;
}

#mapCont {
    font-size: 110%
}

.mapHead .table H3 {
    margin-top: 5px !important;
}

.mapInfo.span4, .bsRoutes {
    font-size: 110% !important;
}

#bsRoutes {
    font-size: 120% !important;
    font-weight: bold;
}

/*Autocomplete*/

#searcher {
    position: absolute;
    left: 120px;
    top: 6px;
    z-index: 206;
    width: 480px;
}

#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 240px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    position: relative;
    z-index: 205;
    float: left;
    height: 40px;
}

#pac-input:focus {
    border-color: #033869;
    margin-left: -1px;
    padding-left: 14px;
    width: 240px
}

.pac-container {
    font-family: Roboto
}

#type-selector {
    color: #fff;
    background-color: #033869;
    padding: 5px 11px 0
}

#type-selector input {
    margin-left: 20px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300
}

#type-selector {
    color: #fff;
    background-color: #033869;
    padding: 9px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300
}

div#map_canvas .gm-style-cc > div {
    word-wrap: normal
}

.gm-style-iw #bridgeDetail {
    padding: 0 5px;
    margin: -15px;
    min-height: 80px;
    padding-bottom: 30px;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 90%;
    color: #033869;
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 2000;
    font-weight: 400
}

.gm-style-iw + div {
    margin: 5px
}

.modal {
    z-index: 2999;
}

@media only screen and (min-width: 769px) {
    .modal-dialog {
        position: absolute;
        top: 50% !important;
        transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        -webkit-transform: translate(0, -50%) !important;
        margin: auto 30%;
        width: 40%;
        height: 50%;
    }

    .modal-content {
        min-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .modal-body {
        position: absolute;
        top: 45px;
        bottom: 45px;
        left: 0;
        right: 0;
        overflow-y: auto;
    }

    .modal-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}


.fa-info-circle {
     padding: 0 10px;
     width: 3em!important;
     /*color: #FFF;*/
 }
.fa-info-circle:hover {
    padding: 0 10px;
    width: 3em!important;
   color: #000;
}

.ui-dialog .ui-dialog-titlebar-close {
	float: right;
}