/* bootcards 1.1.2 2017-03-04 1:26 */

@charset "UTF-8";
.offcanvas,
.offcanvas-list {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 200px;
    overflow-y: auto;
    z-index: 1050;
    height: 100%;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease
}
.offcanvas-left {
    left: -200px
}
.offcanvas-left.active {
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
}
.offcanvas-list {
    width: 350px;
    left: -350px
}
.offcanvas-list.active {
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
    -o-transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0)
}
.offcanvas-list-title {
    position: fixed;
    background: rgba(247, 247, 247, .98);
    height: 45px;
    font-size: 17px;
    font-weight: 600;
    line-height: 44px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.offcanvaslist-toggle {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease
}
.offcanvaslist-toggle.active {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
}
.push-right {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease
}
.push-right.active-left {
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
}
.push-right.active-right {
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0)
}
.btn i {
    margin-right: 5px
}
.btn.icon-only i,
.btn.icononly i {
    margin-right: 0
}
.list-group-item {
    margin-left: 0px;
    padding-left: 15px
}
.list-group-item .list-group-item-text {
    line-height: 18px;
    margin-bottom: 5px;
    overflow: hidden
}
.list-group-item .list-group-item-heading:last-child,
.list-group-item .list-group-item-text:last-child {
    margin-bottom: 0
}
.list-group-item .row div>.list-group-item-heading:last-child,
.list-group-item .row div>.list-group-item-text:last-child {
    margin-bottom: 5px
}
.list-group-item .row div:last-child>.list-group-item-heading:last-child,
.list-group-item .row div:last-child>.list-group-item-text:last-child {
    margin-bottom: 0
}
.list-group-item img {
    height: 55px;
    width: 55px;
    overflow: hidden;
    margin-right: 5px
}
.list-group-item i {
    opacity: .3;
    width: 40px;
    text-align: center;
    margin-right: 15px
}
a.list-group-item {
    cursor: pointer
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:active,
a.list-group-item:hover {
    margin-left: 0;
    padding-left: 15px
}
.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}
.bootcards-list-group-item-content {
    overflow: hidden
}
a.list-group-item:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 14px;
    line-height: 14px;
    margin-top: -7px;
    color: #ccc
}
.list-group.bootcards-no-indicators a.list-group-item:before {
    display: none
}
.list-group-item.bootcards-list-subheading {
    margin-left: 0;
    padding-left: 15px;
    font-weight: 600;
    font-size: 14px;
    z-index: 6
}
a.list-group-item.bootcards-list-subheading {
    padding-left: 40px
}
a.list-group-item.bootcards-list-subheading:before {
    font-family: FontAwesome;
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 14px;
    line-height: 14px;
    margin-top: -7px;
    color: #ccc
}
a.list-group-item.bootcards-list-subheading.collapsed:before {
    content: ''
}
.bootcards-az-picker {
    position: fixed;
    width: 25px;
    margin: 0 0 0 -26px;
    padding: 0;
    list-style: none;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #fff;
    padding-bottom: 50px;
    padding-top: 5px
}
.bootcards-az-picker li {
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    background: #fff;
    height: 3.846%
}
.bootcards-az-picker a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}
.bootcards-az-picker a:hover {
    text-decoration: none
}
@media only screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation: landscape) {
    .bootcards-az-picker li {
        height: 7.692%
    }
    .bootcards-az-picker li:nth-child(even) {
        display: none
    }
}
.bootcards-list .form-group {
    position: relative;
    margin-bottom: 0
}
@media (min-width: 768px) {
    .bootcards-list .form-group {
        margin-bottom: 0
    }
}
.bootcards-list .search-form input,
.bootcards-list form input {
   /* padding-left: 32px */
}
.bootcards-list .search-form i.fa-search,
.bootcards-list form i.fa-search {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #999;
    font-size: 14px
}
.bootcards-desktop-footer {
    display: none
}
.panel-default .panel-heading {
    color: #ddd;
    background-color: #37474F;
    border-color: #37474F
}
.panel-body>:last-child {
    margin-bottom: 0
}
.panel-footer {
    overflow: hidden
}
.modal-footer small,
.panel-footer small {
    color: #aaa;
    display: block;
    text-align: center;
    line-height: 22px
}
.list-group+.panel-footer {
    border-top-width: 1px
}
.btn label {
    margin: 0;
    font-weight: inherit;
    cursor: pointer
}
.bootcards-clearinput {
    position: absolute;
    top: 11px;
    color: #ccc;
    display: block;
    font-size: 0
}
.bootcards-clearinput i {
    line-height: 1;
    font-size: 18px
}
.form-horizontal .form-group div div {
    padding: 0
}
.bootcards-toggle {
    position: relative;
    display: block;
    width: 74px;
    height: 30px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 20px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color, border;
    -moz-transition-property: background-color, border;
    transition-property: background-color, border
}
.bootcards-toggle .bootcards-toggle-handle {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, border, width;
    -moz-transition-property: -moz-transform, border, width;
    transition-property: transform, border, width
}
.bootcards-toggle:before {
    position: absolute;
    top: 3px;
    right: 11px;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    content: "Off"
}
.bootcards-toggle.active {
    background-color: #5cb85c;
    border: 2px solid #5cb85c
}
.bootcards-toggle.active .bootcards-toggle-handle {
    border-color: #5cb85c;
    -webkit-transform: translate3d(44px, 0, 0);
    -ms-transform: translate3d(44px, 0, 0);
    transform: translate3d(44px, 0, 0)
}
.bootcards-toggle.active:before {
    right: auto;
    left: 15px;
    color: #fff;
    content: "On"
}
.bootcards-toggle input[type=checkbox] {
    display: none
}
.bootcards-calendar {
    margin-top: -15px;
    background: #fff
}
.bootcards-calendar .fc-content td:first-child,
.bootcards-calendar .fc-content th:first-child {
    border-left-width: 0
}
.bootcards-calendar .fc-content td:last-child,
.bootcards-calendar .fc-content th:last-child {
    border-right-width: 0
}
.bootcards-calendar .fc-header-title h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #8f8f94;
    font-weight: 400;
    margin: 0;
    padding: 8px 0;
    line-height: 20px
}
.bootcards-calendar .fc-header-left,
.bootcards-calendar .fc-header-right {
    padding: 0 10px
}
.bootcards-calendar .fc-button .fc-icon {
    margin: 0
}
.bootcards-calendar .fc-header .fc-button {
    background: 0 0;
    box-shadow: none;
    border-color: transparent;
    margin: 0;
    height: 44px;
    line-height: 40px;
    font-size: 16px;
    text-shadow: none;
    padding: 0
}
.bootcards-calendar .fc-header-left .fc-button {
    margin-right: 10px
}
.bootcards-calendar .fc-header-right .fc-button {
    margin-left: 10px
}
.bootcards-calendar .fc-icon-left-single-arrow:after,
.bootcards-calendar .fc-icon-right-single-arrow:after {
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 400
}
.bootcards-calendar .fc-icon-left-single-arrow:after {
    content: ''
}
.bootcards-calendar .fc-icon-right-single-arrow:after {
    content: ''
}
.bootcards-calendar .fc-header .fc-button.fc-state-disabled {
    color: #AAA;
    opacity: 1
}
.bootcards-calendar .fc-header .fc-button.fc-state-active {
    color: #AAA
}
.bootcards-calendar .fc-day-header {
    font-weight: 400;
    font-size: 12px;
    border-left-color: transparent;
    padding: 5px 0;
    padding-right: 3px
}
.bootcards-calendar .fc-event {
    background: #007aff;
    border-color: #007aff
}
.bootcards-calendar .fc-today {
    background: #FFF2F2
}
.table>tbody>tr>td:first-child,
.table>tbody>tr>th:first-child,
.table>tfoot>tr>td:first-child,
.table>tfoot>tr>th:first-child,
.table>thead>tr>td:first-child,
.table>thead>tr>th:first-child {
    padding-left: 15px
}
.table>tbody>tr>td:last-child,
.table>tbody>tr>th:last-child,
.table>tfoot>tr>td:last-child,
.table>tfoot>tr>th:last-child,
.table>thead>tr>td:last-child,
.table>thead>tr>th:last-child {
    padding-right: 15px
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?-n2q9vw);
    src: url(../fonts/icomoon.eot?#iefix-n2q9vw) format("embedded-opentype"), url(../fonts/icomoon.woff?-n2q9vw) format("woff"), url(../fonts/icomoon.ttf?-n2q9vw) format("truetype"), url(../fonts/icomoon.svg?-n2q9vw#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-file-pdf:before {
    content: "\e4e2"
}
.icon-file-word:before {
    content: "\e4e4"
}
.icon-file-excel:before {
    content: "\e4e5"
}
.icon-file-powerpoint:before {
    content: "\e4e7"
}
.icon-file:before {
    content: "\e08d"
}
.bootcards-file .list-group-item:first-child {
    position: relative;
    padding-left: 74px
}
.bootcards-file .list-group-item:first-child i {
    font-size: 64px;
    width: 64px;
    position: absolute;
    left: 0;
    top: 10px
}
.bootcards-file .list-group-item:last-child {
    margin-bottom: 0
}
.bootcards-chart .bootcards-chart-canvas {
    height: 200px
}
.bootcards-summary .panel-body {
    padding: 7px 25px
}
.bootcards-summary .panel-body>.row>div {
    padding: 8px
}
.bootcards-summary-item {
    background: #f5f5f5;
    display: block;
    border-radius: 4px;
    padding: 25px 10px;
    text-align: center;
    position: relative;
    height: 130px
}
@media (max-width: 400px) {
    .bootcards-summary-item {
        padding: 15px 5px
    }
}
.bootcards-summary-item:hover {
    text-decoration: none;
    background: #eee
}
.bootcards-summary-item>i {
    color: #bbb;
    display: block;
    text-align: center;
    margin-bottom: 5px
}
.bootcards-summary-item h4 {
    margin: 0 auto
}
.bootcards-summary-item .badge,
.bootcards-summary-item .label {
    position: absolute;
    top: 10px;
    right: 10px
}
.bootcards-richtext>.panel-body {
    padding: 25px;
    max-width: 640px;
    margin: 0 auto
}
.bootcards-richtext>.panel-body>:first-child {
    margin-top: 0
}
@media (max-width: 767px) {
    .modal-dialog.modal-sm {
        margin: 15px
    }
    .hidemobile {
    	display: none;
    }
    #navbar {
    	display: none;
    }
    .membersearch-options {
    	padding-bottom: 6px !important;
    }
    
    .questions-options {
    	padding-top: 6px !important;
    }
    
    body {
    	padding-top: 4px !important;
    	margin-top: 0px !important;
    	margin-left: 0px !important;
    	margin-right: 0px !important;
    	margin-bottom: 0px !important;
    }
    
    .panel-body {
    	padding-top: 2px !important;
		padding-bottom: 2px !important;
    }
    	
}
@media (min-width: 768px) {
    .modal-dialog.modal-sm {
        width: 400px
    }
    #mobilemenu {
    	display: none;
    }
}
body {
    padding-top: 15px;
    background: #1c1c1c
}
.navbar .navbar-brand {
    font-weight: bold;
    color: #333
}
.navbar .btn i {
    vertical-align: 0
}
.navbar .btn-back,
.navbar .btn-menu,
.navbar button[data-toggle=offcanvas] {
    display: none!important
}
@media (min-width: 768px) {
    body.has-bootcards-navbar-double {
        padding-top: 110px
    }
    body.has-bootcards-navbar-double .bootcards-navbar-double .navbar-brand {
        line-height: 50px
    }
    body.has-bootcards-navbar-double .bootcards-nav-secondary.navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px
    }
    body.has-bootcards-navbar-double .bootcards-nav-primary,
    body.has-bootcards-navbar-double .bootcards-nav-secondary {
        margin-right: -15px;
        clear: right
    }
    body.has-bootcards-navbar-double .bootcards-nav-secondary,
    body.has-bootcards-navbar-double .bootcards-nav-secondary .dropdown-menu {
        font-size: 12px
    }
}
.list-group label {
    font-weight: 400
}
a.list-group-item.active:before {
    color: #e1edf7
}
.bootcards-list .panel-body>.search-form>.row>div:first-child,
.bootcards-list .panel-body>form>.row>div:first-child {
    padding-right: 0
}
.panel-title {
    margin: 7px 0
}
.panel-content form {
    padding: 15px
}
.modal-header {
    line-height: 32px
}
.modal-title {
    text-align: center
}
.bootcards-clearinput {
    right: 23px
}
.navbar-fixed-bottom {
    position: static;
    padding-bottom: 20px;
    background: 0 0
}
.navbar-fixed-bottom .bootcards-desktop-footer {
    display: block;
    text-align: center;
    color: #999
}
.bootcards-documentation-list>.panel {
    position: fixed
}
@media (min-width: 768px) {
    .bootcards-documentation-list>.panel {
        width: 163px
    }
}
@media (min-width: 992px) {
    .bootcards-documentation-list>.panel {
        width: 213px
    }
}
@media (min-width: 1200px) {
    .bootcards-documentation-list>.panel {
        width: 263px
    }
}
/* Custom CSS */

.group-member-image {
    height: 100% !important;
    width: 100% !important;
    z-index: 2;
    display: block;
    margin: auto !important;
}
.main-member-image {
    height: 50% !important;
    width: 50% !important;
    z-index: 3;
    position: relative;
    margin-right: 0px !important;
}

.main-member-screenshot {
	height: 100% !important;
    width: 100% !important;
    z-index: 3;
    position: relative;
    margin-right: 0px !important;
    padding-bottom: 15px !important;
}

.main-question-image {
    height: 100% !important;
    width: 100% !important;
    z-index: 3;
    position: relative;
    margin-right: auto!important;
}
.mini-member-image {
    object-fit: cover;
}
.bootcards-group {
    padding-right: 1px !important;
    padding-left: 1px !important;
}
.bootcards-who {
    padding-right: 2px !important;
    padding-left: 2px !important;
}
.btn-danger,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    background-color: rgb(181, 9, 56) !important;
}
.btn-success {
    background-color: #447a1c !important;
}
.bootcards-list .form-group {
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}
.list-group-item.withdrawn {
    background-color: none !important;
    border-color: none !important;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.list-group-item.withdrawn:before {
    display: none !important;
}
.ingroup {
    float: right !important;
    padding-right: 24px;
}
#whoresults {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
}
.guesswho {
    width: 240px;
}
h4.list-group-item-heading.post {
    font-size: 14px !important;
}
div#constituency.list-group-item {
    color: #fff !important;
}
h3.panel-title.pull-left {
    font-weight: bold;
}
.partybox {
    width: 17px;
    height: 17px;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .8);
}
.partybox-large {
    width: 19px;
    height: 19px;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .8);
}

.input-toggle {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.fa-bars:hover {
	color: #111;
}

.navbar-default {
	background-color: none;
	border-color: transparent !important;
}

#livesearch { 
	height: calc(100vh - 320px);  /* bad fix to make the questions scroll but not the image */
	overflow: auto;
}
/*
#wrapups { 
	height: calc(100vh - 360px);  bad fix to make the questions scroll but not the image
	overflow: auto;
} */

#livesearchmember { 
	/* height: calc(100vh - 250px);  bad fix to make the members scroll but not the image */
	overflow: auto;
}

#livesearch::-webkit-scrollbar { 
    display: none; 
}

#livesearchmember::-webkit-scrollbar { 
    display: none; 
}

::-webkit-scrollbar { 
    display: none; 
}

#groupCard {
	margin-bottom: 70px !important;
}

#whoresults { 
	margin-bottom: 70px !important;
}

.stacker-contactCard {
	margin-bottom: 70px !important;
}

.list-group-item-image {
	padding: 0px 0px !important;
}

.chosen-container-single .chosen-search input[type="text"]{
	color: #444 !important;
}

.whonamelink {
	color: #fff !important;
}

select#dept-input.form-control, select#type-input.form-control {
    width: 100% !important;
}

input#date-input.input-sm.form-control {
	width: 100% !important;
}
div#date-div.col-sm-6 {
	padding-right: 15px !important;
}

div#search-toggle-div.col-sm-4 {
	padding-right: 0px !important;
}

.toggle .btn {
	padding: 6px 15px !important;
}
.btn .footer-btn {
	padding: 6px 15px !important;
}

.modal-body {
	background-color: #1c1c1c;
}

.modal-header {
	background-color: #37474F;
}

.questioner-button {
	padding: 2px 12px !important;	
}

#wrapups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.windup-item {
	width: 380px !important;
	border-width: 0px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
    background-color: transparent !important;
}

a.windup-item:before {
	content: "" !important;
}

.list-section-list {
	border-width: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 17px !important;
	padding-right: 0px !important;
	overflow: hidden !important;
}

.wrapup-panel {
    border-color: transparent !important;
    background-color: transparent !important;
}


/* from Bootstrap.min.css */
.list-group-item {
    margin-bottom: 0px !important; 
}

.list-group-position {
    font-size: 14px;
}

.no-side-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

label {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

@media print {
	a[href]:after {
		content: "" !important;
	}
	.dontPrint {
		display: none !important;
	}
}
