﻿
/*XS*/
@media (max-width: 767px) {
    .body-content {
        padding: 51px 0 10px 0;
    }

    .body-container {
    }

    .page-footer span,
    .page-footer a {
        padding: 0 5px;
    }

    .portlet {
        padding: 10px !important;
    }

        .portlet .portlet-title {
            min-height: 20px !important;
        }

            .portlet .portlet-title .caption {
                padding: 5px 0 !important;
            }

    .parlAgendaItem .general-item-list > .item {
        padding: 0;
    }

    ul.share-buttons {
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .general-item-list > .item > .item-head > .item-status {
        top: 0;
    }

    div[id^="ajaxModal_BB"] .modal-header {
        padding: 10px 15px;
    }

    div[id^="ajaxModal_BB"] .modal-body {
        padding: 5px 10px;
    }

    .docHtml p {
        padding: 1px 0 !important;
    }

        .docHtml p span {
            line-height: 15px;
        }

    #motionsPortlet #motionPortlet .item-status {
        float: none;
        margin-top: 2px;
    }

        #motionsPortlet #motionPortlet .item-status .publicStatus {
            display: block;
            padding-top: 5px;
        }

    #questionPortlet blockquote,
    #motionPortlet blockquote {
        padding: 5px 10px !important;
        margin-bottom: 5px;
    }

    #datepaginator_business {
        text-align: center;
    }

    .navbar-nav > li > a > em {
        padding-left: 5px;
    }

    #calendarPortlet .lastUpdated {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        font-size: 0.65em;
    }

    .bpError {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .embedded-video,
    .youTubeEmbed {
        width: 100%;
        max-height: 200px;
    }

    .no-padding-right-xs {
        padding-right: 0 !important;
    }

    .bparticle .item .item-content {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .bparticle .item .item-add-content {
        opacity: 1;
    }

    .collapse-menu {
        display: none;
    }

    .collapse-menu-button {
        display: inline !important;
        padding: 8px 10px !important;
    }

    .filter-friendly-name div.bpclear:before,
    .filter-friendly-name div.bpclear:after {
        display: table;
        content: " ";
    }

    .filter-friendly-name div.bpclear:after {
        clear: both;
    }

    .filterParent {
        margin-bottom: 5px;
    }

    #committeeProfile .list-separated > div {
        margin-bottom: 0 !important;
    }
}

/*SM*/
@media (min-width: 768px) and (max-width: 991px) {
    .body-content {
        padding: 51px 0 10px 0;
    }
    .container > .navbar-collapse {
        margin-right: 15px;
        margin-left: 15px;
    }
    .page-footer span,
    .page-footer a {
        padding: 0 5px;
    }

    .portlet {
        padding: 10px !important;
    }

        .portlet .portlet-title {
            min-height: 20px !important;
        }

            .portlet .portlet-title .caption {
                padding: 5px 0 !important;
            }

    .parlAgendaItem .general-item-list > .item {
        padding: 0;
    }

    ul.share-buttons {
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .general-item-list > .item > .item-head > .item-status {
        top: 0;
    }

    div[id^="ajaxModal_BB"] .modal-header {
        padding: 10px 15px;
    }

    div[id^="ajaxModal_BB"] .modal-body {
        padding: 5px 10px;
    }

    .docHtml p {
        padding: 1px 0 !important;
    }

        .docHtml p span {
            line-height: 15px;
        }

    #motionsPortlet #motionPortlet .item-status {
        float: none;
        margin-top: 2px;
    }

        #motionsPortlet #motionPortlet .item-status .publicStatus {
            display: block;
            padding-top: 5px;
        }

    #questionPortlet blockquote, 
    #motionPortlet blockquote {
        padding: 5px 10px !important;
        margin-bottom: 5px;
    }
    #datepaginator_business {
        text-align: center;
    }
    #bbSmallNav > .container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav > li > a {
        height: 50px;
        padding: 5px 10px;
        border-right: 1px solid #9d9d9d;
    }
    .navbar-nav > li:first-child > a {
        padding: 5px 10px;
        border-left: 1px solid #9d9d9d;
    }
    .navbar-nav > li > a > em {
        display: block;
    }
    .navbar-brand {
        height: 50px;
        padding: 15px 15px;
    }
    #calendarPortlet .lastUpdated {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        font-size: 0.65em;
    }
    .bpError {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .embedded-video,
    .youTubeEmbed {
        width: 640px;
    }
    .no-padding-right-sm {
        padding-right: 0 !important;
    }
    .bparticle .item .item-content{
	    -webkit-transform: translate(0,0);
	       -moz-transform: translate(0,0);
	        -ms-transform: translate(0,0);
	         -o-transform: translate(0,0);
	            transform: translate(0,0);
	    
	    -webkit-transition: all 0.3s ease-in-out;
	       -moz-transition: all 0.3s ease-in-out;
	        -ms-transition: all 0.3s ease-in-out;
	         -o-transition: all 0.3s ease-in-out;
	            transition: all 0.3s ease-in-out;
    }
    .bparticle .item .item-add-content{
	    opacity:1
    }
    .collapse-menu {
        display: none;
    }
    .collapse-menu-button {
        display: inline !important;
        padding: 8px 10px !important;
    }
    .filter-friendly-name div.bpclear:before,
    .filter-friendly-name div.bpclear:after {
        display: table;
        content: " ";
    }
    .filter-friendly-name div.bpclear:after {
        clear: both;
    }
    .filterParent {
        margin-bottom: 5px;
    }
}


/*MD*/
@media (min-width: 992px) and (max-width: 1199px) {
    #bbLargeNav ul.nav.navbar-nav {
        width: 820px;
    }
    .embedded-video,
    .youTubeEmbed {
        width: 625px;
    }
    .no-padding-right-md {
        padding-right: 0 !important;
    }
}

/*LG*/
@media (min-width: 1200px) {
}