﻿body {
    background-color: #fff;
    color: #212529;
    font-family: Roboto, sans-serif;
    background-color: #f0f0f0;
    font-size: 1.2rem;
}

#main-content {
    min-height: 80vh;
}

a:focus :not(.panelAnchor) {
    outline: 2px dashed #345d96;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*#phone*/
@media (max-device-width: 200px) {
    #main-content {
        background-color: #fbfcfd;
    }

    #PopModal {
        float: left;
        color: #345d96;
        font-weight: bold;
    }
}


/*tablet*/
@media (min-width:201px) and (max-width:767px) {
    #main-content {
        background-color: #fbfcfd;
        padding-bottom: 1rem;
    }

    #mobileHeader {
        display: none
    }

    #PopModal {
        float: left;
        color: #345d96;
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    #main-content {
        background-color: #fbfcfd;
        padding-bottom: 1rem;
    }

    #mobileHeaderCal {
        display: none
    }

    #mobileHeader {
        display: none
    }

    #PopModal {
        float: right;
        color: #345d96;
        font-weight: bold;
    }
}

#mobileHeaderNav {
    display: none
}

.ACenter {
    display: block;
    text-align: center;
}

.AJustify {
    display: block;
    text-align: justify;
}

.ALeft {
    display: block;
    text-align: left;
}

.ARight {
    display: block;
    text-align: right;
}

.bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.fBold {
    color: #242424;
    font-weight: bold;
}

.smalldark {
    color: #343434;
    font-weight: 700;
    /*font-size: 0.9em*/
}

.weekday {
    color: #525252;
    font-weight: bold;
    /*font-size: 0.85em*/
}

.BGgreen {
    background-color: green
}

.BGblue {
    background-color: blue
}

.BGazure {
    background-color: #b3c1d7;
}

.message {
    color: Maroon;
    font-weight: bold
}

.LocationMargin {
    display: inline-block;
    margin-bottom: 1px;
    margin-top: -5px;
    width: 100%;
    color: black
}

li {
    list-style-type: disc;
}

.SenateAgendaLink {
    color: #345d96;
    /*font-size: 0.9em;*/
    font-weight: 900;
    text-decoration: none;
}

.AssemblyAgendaLink {
    color: #345d96;
    /*font-size: 0.9em;*/
    font-weight: 900;
    text-decoration: none;
}

.hrPadding {
    margin-top: 0;
}

.w100 {
    width: 100%;
}

.clear {
    clear: both;
}

.padTop {
    padding-top: 0.3em;
}

.padTopMore {
    padding-top: 0.6em;
}

.padBottom {
    padding-bottom: 0.3em;
}

.InRecess {
    color: maroon;
    /*font-size: 16px*/
}

.Adjourned {
    color: #2631AB;
    /*font-size: 16px*/
}

.subHeader {
    /*font-size: 0.9em;*/
    padding-bottom: 1.2em;
    text-align: center;
    width: 99%;
    line-height: 1.1em
}

.stripe div.row:nth-child(even) {
    /*background: #e1dede;*/
    background-color: #e0dedc;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

a.View {
    color: blue;
    font-weight: bold;
}

.colorBlue {
    color: blue
}

.autoscroll {
    height: 690px;
    overflow: hidden;
}

.autoscrollLegnet {
    height: 220px;
    overflow: hidden;
}

.hrCOM {
    line-height: 14px;
    margin-bottom: 1px;
    margin-top: 1px;
    border-color: white
}

.Nav a:hover {
    color: white;
    /*font-size: 9pt;*/
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer
}

.content a {
    color: #345d96;
    outline: none;
    text-decoration: none;
}

/*a:link, a:visited,a:active, a:hover { color: #333; }
a:hover { background-color: #c7d1d6; }*/
a:link {
    color: #345d96;
    text-decoration: none;
    font-weight: bold;
}

.panelAnchor {
    text-decoration: none !important;
    color: white;
}
.panelAnchor:visited {
    text-decoration: none !important;
    color: white;
}

a:visited {
    color: #003399;
    text-decoration: none;
    font-weight: bold;
}

a:active {
    color: #003399;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #345d96;
    text-decoration: underline;
    font-weight: bold;
}

.padLeft {
    padding-left: 2.1em
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
}


    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.header {
    margin: 0;
    min-height: 65px;
    padding: 0;
}

.media-body a {
    font-weight: normal !important;
}

.header > .navbar-right > a {
    font-weight: bold;
}

.HeaderCalendar {
    font-weight: bold;
    padding-bottom: 0.25em;
    text-align: center;
}


.content-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    top: inherit;
}

div.container, .container > .row > div {
    box-sizing: border-box;
}

/* meeting panels section */
/*.meetingAccordion .panel {
    width: 100%;
    border: 0px;
    border-radius: 0px;
}*/
#floorAccordion, #laterAccordion, #todayAccordion {
    width: 100%;
    border: 0px;
    border-radius: 0px;
}

.meetingAccordion .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114";
    float: right;
}

.meetingAccordion .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}

.meetingAccordion .panel-heading {
    background-color: #30415b;
    color: #fcfcfc;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.meetingAccordion .panel-heading .accordion-toggle {
    text-decoration: none;
    color: #fcfcfc;
    font-size: 1em;
    font-weight: bold;
}

.panel:hover > .panel-heading {
    background: #425c82;
    cursor: pointer;
}
.panel-title a:focus {
    background-color: #425c82 !important;
}
.panel-body {
    background-color: #f0f0f0;
    border: 1px solid #E0EEEE;
    padding: 6px;
}

#floorAccordion {
    margin-bottom: 0;
}

#todayAccordion {
    margin-top: 0;
    margin-bottom: 0;
}

#laterAccordion {
    margin-top: 0;
}

.BlueBold {
    color: #345d96;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}

.BlueBoldSm {
    color: #345d96;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}

.BlackBold {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}

.container {
    color: black;
    background-color: whitesmoke
}

.agenda {
    color: #345d96;
    font-size: 0.9em;
    font-weight: 900;
    text-decoration: none;
    outline: none;
}

.agendaC {
    color: #525252;
    font-weight: 800;
    font-size: 0.9em;
    text-decoration: none;
    outline: none;
}
/*.NoMeetings{}*/

.header-link-left {
    color: #345d96;
    font-size: 18px;
    float: left;
    padding-right: 10px
}

.header-link-right {
    color: #345d96;
    font-size: 18px;
    float: right;
    padding-right: 10px
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


.modal-backdrop.in {
    z-index: auto;
}

div.alert.announcement {
    max-height: 100px;
    overflow-y: auto;
    margin-top: 1.2em;
}
.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
    margin-left: 30px;
    margin-top: 1rem;
}

/*footer*/
#comFooterBoot5 .list-unstyled li {
    list-style: none;
    line-height: 2.5;
    text-decoration: none;
}

#comFooterBoot5 .list-unstyled li a {
    color: #fff;
}

#comFooterBoot5 address {
    line-height: 2.5;
    color: #fff;
    font-weight: bold;
}

#comFooterBoot5 .list-unstyled li a:focus, #comFooterBoot5 .list-unstyled li a:active {
    outline: 3px dashed #fff;
    color: #fff;
    background-color: #30415b;
}

.bg-footer {
    background-color: #30415b;
    color: #fcfcfc;
}

