﻿
.panel-heading .PastMeetingTypesAccordianToggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome'; /* essential for enabling glyphicon */
    content: "\f054"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .PastMeetingTypesAccordianToggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078"; /* adjust as needed, taken from bootstrap.css */
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

ul.dropdown-menu > li > img {
    vertical-align: top;
}

ul.dropdown-menu > li > a {
    padding-left: 1em;
    padding-right: 1em;
}
.dropdown-menu.show
{
transform: translate3d(-117px, 42px, 10px) !important;
}
.meeting h3, .meeting h4 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
}

#PastMeetingTypesAccordian .meeting {
    padding: 3px;
}

.meeting {
    position: relative;
}

#viewbutton {
    background-color: white;
}

.panel-collapse {
    overflow: visible;
}

.MeetingTypeContainer {
    margin: 0px 1px;
}

.sharing {
    <%=(bool)Sharing?"":"display:none;"%>;
}

.conflictLink {
    <%=(bool)Conflicts && IsConflict?"":"display:none;"%>;
}

    .conflictLink a:hover {
        text-decoration: underline;
    }

@media (min-width: 1200px) {
    #containerclass.container {
        max-width: 1640px;
    }
}

#Rowchildclass {
    margin-top: 22px;
}

.panel-body {
    padding: 15px;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}


.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

alternating-row-even {
    background-color: #F6F6F6;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1.5px solid #ddd;
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
}

.MeetingListFuture .links {
    margin-top: unset;
}

.panel-primary {
    border: 1px solid !important;
    border-color: #003366 !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.MeetingListFuture {
    margin-bottom: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 204px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }

.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}

.panel-body {
    border-color: #ddd !important;
    border: 1px solid transparent;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-12'] {
        padding-right: 0;
        padding-left: 0;

}
