@charset 'utf-8';

body.mc19 {
	background: #f2f2f2;
}


/* select2 */
.mc19 .select2-wrapper * {
	text-align: left !important;
}

.mc19 .select2-wrapper .select2-dropdown {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
	border: 1px solid #dcdcdc !important;
	border-radius: 5px !important;
}

.select2-container--default .select2-results__group {
    padding: 7px !important;
    border-bottom: solid 1px #ececec !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
}

.mc19 .select2-wrapper .select2-container .select2-selection--single {
	height: 50px;
}
.mc19 .select2-wrapper .select2-container .select2-selection--single:focus,
.mc19 .select2-wrapper .select2-container .select2-selection--single:active {
	outline: none;
}
.select2-container .select2-search--inline .select2-search__field {
	font-size: 12px !important;
	font-weight: bold;
}
.mc19 .select2-wrapper .select2-search--dropdown {
    padding: 10px !important;
}
.mc19 .select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding: 0 20px;
	text-align: center;
    font-size: 12px;
	color: #888 !important;
}
.mc19 .select2-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #bbb;
}
.mc19 .select2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 13px;
    width: 20px;
}
.mc19 .select2-wrapper .select2-container--default,
.mc19 .select2-wrapper .select2-selection--multiple,
.mc19 .select2-wrapper .select2-selection--single {
	font-size: 14px;
    color: #888;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.70);
    text-align: left;
    text-transform: uppercase;
    border: solid 1px #eee;
    width: 100%;
    border-radius: 11px;
   
}
.select2-container--default .select2-results__option .select2-results__option {
	text-transform: uppercase;
}
.select2-container--default .select2-search--inline .select2-search__field {
	color: #777;
	text-transform: uppercase;
}
.mc19 .select2-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #ced4da80;
	border-color: #ced4da80;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #999 1px !important;
}
.select2-results__option {
	font-size: 12px;
	font-weight: bold;
	color: #888;
	padding: 8px 20px !important;
	text-align: center;
	margin: 3px 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #bfbfbf 1px;
	padding: 6px !important;  
}
.mc19 .select2-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: 11px;
}
.mc19 .select2-wrapper .select2-selection--multiple {
	padding: 6px 10px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eee !important;
	color: #636363 !important;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #ddd !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd !important;
    border-radius: 5px; 
    padding: 8px 20px;
    color: #888;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:active {
	outline: none;
}

/* spinner */
.spinner::after {
	content: '';
	display: inline-block;
    background: #400102;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    animation: heart-beat 0.5s ease-in-out infinite alternate; 
}

@keyframes heart-beat {

  0% {
    transform: scale(1);
    background-color: #CCC; 
  }
  
  100% {
    transform: scale(1.6);
  }
  
}



/* modal style */
.mc19 .modal-content {
	border: none;
	border-radius: 3px;	
}
.mc19 .modal-header {
	padding: 12px 20px 8px 20px;
}
.mc19 .modal-header .close:focus,
.mc19 .modal-header .close:active {
	outline: none;
}
.mc19 .modal-title {
	font-weight: bold;
    color: #7e7e7e;
    font-size: 14px;
}
.mc19 .modal-body {
	text-align: left;
	font-size: 13px;
	color: #808080;
	padding-left: 20px;
	padding-right: 20px;
}
.mc19 .modal-footer {
	border-top: none;
}
.mc19 .modal-footer button {
	text-transform: uppercase;
	font-size: 11px;
    color: #FFF;
    font-weight: bold;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
    cursor: pointer;
    user-select: none;
    transition: box-shadow 0.3s ease, background 0.3s ease;
}
.mc19 .modal-footer button:focus,
.mc19 .modal-footer button:active {
	outline: none;
}
.mc19 .modal-footer button:hover,
.mc19 .modal-footer button:focus {
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.30);
}


.mc19 .modal-footer button.primary {
    background: #b30000;
}
.mc19 .modal-footer button.primary:hover,
.mc19 .modal-footer button.primary:focus {
	background:  #8e0000;
}

.mc19 .modal-footer button.secondary {
    background: #808080;
}
.mc19 .modal-footer button.secondary:hover,
.mc19 .modal-footer button.secondary:focus {
	background: #676767;
}
/* modal fade scale */
.mc19 .modal.fade-scale {
  transform: scale(0.7);
  opacity: 0;
  transition: all .15s linear;
}

.mc19 .modal.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}


/* party colors */
 
.party-mdp-bkg         { 	background: #FFD100;  }
.party-ppm-bkg         { 	background: #FF00E1;  }
.party-ap-bkg          { 	background: #1CBF00;  }
.party-pnc-bkg         { 	background: #41DECD;  }
.party-ind-bkg        { 	background: #99A9BF;  }
.party-mtd-bkg         { 	background: #03ABEB;  }
.party-jp-bkg          { 	background: #EB0303;  }
.party-drp-bkg         { 	background: #214088;  }
.party-mrm-bkg         { 	background: #F40378;  }
.party-mlsdp-bkg       { 	background: #CC0300;  }
.party-mda-bkg         { 	background: #FF8C00;  }

.party-mdp-color       { 	color: #FFD100;  }
.party-ppm-color       { 	color: #FF00E1;  }
.party-ap-color        { 	color: #1CBF00;  }
.party-pnc-color       { 	color: #41DECD;  }
.party-ind-color      { 	color: #99A9BF;  }
.party-mtd-color       { 	color: #03ABEB;  }
.party-jp-color        { 	color: #EB0303;  }
.party-drp-color       { 	color: #214088;  }
.party-mrm-color       { 	color: #F40378;  }
.party-mlsdp-color     { 	color: #CC0300;  }
.party-mda-color       { 	color: #FF8C00;  }

.party-mdp-border      { 	border-color: #FFD100;  }
.party-ppm-border      { 	border-color: #FF00E1;  }
.party-ap-border       { 	border-color: #1CBF00;  }
.party-pnc-border      { 	border-color: #41DECD;  }
.party-ind-border     { 	border-color: #99A9BF;  }
.party-mtd-border      { 	border-color: #03ABEB;  }
.party-jp-border       { 	border-color: #EB0303;  }
.party-drp-border      { 	border-color: #214088;  }
.party-mrm-border      { 	border-color: #F40378;  }
.party-mlsdp-border    { 	border-color: #CC0300;  }
.party-mda-border      { 	border-color: #FF8C00;  }


.party-mdp-svg-fill      { 	fill: #FFD100;  }
.party-ppm-svg-fill      { 	fill: #FF00E1;  }
.party-ap-svg-fill       { 	fill: #1CBF00;  }
.party-pnc-svg-fill      { 	fill: #41DECD;  }
.party-ind-svg-fill     { 	fill: #99A9BF;  }
.party-mtd-svg-fill      { 	fill: #03ABEB;  }
.party-jp-svg-fill       { 	fill: #EB0303;  }
.party-drp-svg-fill      { 	fill: #214088;  }  
.party-mrm-svg-fill      { 	fill: #F40378;  }
.party-mlsdp-svg-fill    { 	fill: #CC0300;  }
.party-mda-svg-fill      { 	fill: #FF8C00;  }
.party-none-svg-fill     { 	fill: #FFF; stroke: #999; }



/* section label */
.mc19 .section-label {
	color: #9c9c9c;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	border-bottom: solid 1px #d0d0d0;
	user-select: none;
}

@media screen and (min-width: 992px) {
	.mc19 .section-label {
		font-size: 14px;
		padding: 13px 0;
	}
}
/* logo strip */
.mc19 header .logo-strip {
	background-image: linear-gradient(to left, #c90606, #132981);
	height: 45px;
	box-shadow: 0 0 95px 0px rgba(0, 0, 0, 0.77);
    position: relative;
    z-index: 100;
}

.mc19 header .logo-strip [class*='col'] {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center	;
}

.mc19 header .logo-strip .logo {
	position: relative;
	left: 0;
	top: -17px;
    width: 80px;
    height: 62px;
    overflow: hidden;
	display: inline-block;
}
.mc19 header .logo-strip .logo svg {
	width: 100%;
}

/* header banner */
.mc19 header .banner .overlay {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.mc19 header .banner {
	background-image: linear-gradient(to left, #c90606, #132981);
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.49);
    position: relative;
    z-index: 50;
}
.mc19 header .banner .container {
	position: relative;
	z-index: 50;
}


/* header logo */
.mc19 header .banner .logo {
	text-align: center;
	padding: 30px 0 15px 0;
}
.mc19 header .banner .logo svg {}


/* nav tab */
.mc19 header .banner nav {
	display: flex;
	justify-content: space-around;
}
.mc19 header .banner nav a {
	padding: 7px 20px;
	font-size: 13px;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	user-select: none;
}
.mc19 header .banner nav a.active {
	color: #FFF;
}
.mc19 header .banner nav a.active::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	background: #FFF;
	bottom: -4px;
	z-index: 2;
	border-radius: 1px;
}


@media screen and (min-width: 768px) {
	.mc19 header .banner .logo {
		padding: 33px 0 24px 0;
	}
}

@media screen and (min-width: 992px) {
	.mc19 header .banner .logo {
		padding: 40px 0 30px 0;
	}
	.mc19 header .banner .logo img {
		width: 260px;
	}
	.mc19 header .banner nav {
		justify-content: center;
	}
	
	.mc19 header .banner nav a {
		font-size: 14px;
		margin: 0 30px;
		padding: 10px 20px;
	}
	    
}
@media screen and (min-width: 1200px) {
	.mc19 header .banner .logo {
		padding: 38px 0 37px 0;
	}
	    
}


/**
 * Overview Page
 *
 */


.mc19 .overview .main-view {
	background: #FFF;
}

/* pl chart */
.mc19 .overview .main-view .pl-chart {
	padding: 35px 0 25px 0;
	text-align: center;
}
.mc19 .overview .main-view .pl-chart svg {

}

@media screen and (min-width: 992px) {
	.mc19 .overview .main-view .pl-chart  {
		max-width: 880px;
		padding: 70px 0 45px 0;
		margin: auto;
	}
}



/* overall stats */
.mc19 .overview .main-view .overall-stats {
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
	user-select: none;
}
.mc19 .overview .main-view .overall-stats .item {
	width: 33%;
	text-align: center;
}
.mc19 .overview .main-view .overall-stats .item .icon {
	text-align: center;
	border-bottom: solid 1px #dcdcdc;
}
.mc19 .overview .main-view .overall-stats .item .icon img {}
.mc19 .overview .main-view .overall-stats .item .icon span {
	font-size: 10px;
	font-weight: bold;
	color: #949494;
	display: block;
	padding: 6px 0;
}
.mc19 .overview .main-view .overall-stats .item .val {
	font-size: 18px;
	font-weight: bold;
	color: #757575;
	padding: 5px 0 25px 0;
}

@media screen and (min-width: 768px) {
	.mc19 .overview .main-view .overall-stats .item .icon {
		height: 70px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mc19 .overview .main-view .overall-stats .item .icon img {
		width: 30px;
	}
	.mc19 .overview .main-view .overall-stats .item .icon span {
		font-size: 12px;
	}
	.mc19 .overview .main-view .overall-stats .item .val {
		font-size: 21px;
		padding: 5px 0 55px 0;
	}
}

@media screen and (min-width: 992px) {
	.mc19 .overview .main-view .overall-stats {
		justify-content: center;
	}
	.mc19 .overview .main-view .overall-stats .item {
		width: 15%;
	}
	.mc19 .overview .main-view .overall-stats .item .icon {
		height: 74px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mc19 .overview .main-view .overall-stats .item .icon img {
		width: 38px;
	}
	.mc19 .overview .main-view .overall-stats .item .icon span {
		font-size: 12px;
	}
	.mc19 .overview .main-view .overall-stats .item .val {
		font-size: 22px;
		padding: 5px 0 55px 0;
	}
}


/* sponsor banner */
.mc19 .overview .sponsor-banner {
	margin: 25px 0;
}


/* seat/party modal */
.mc19 .overview #seat-party-modal {

}
.mc19 .overview #seat-party-modal .title {
	display: flex;
	justify-content: center;
	margin-top: 5px;
	border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}
.mc19 .overview #seat-party-modal .title .party-logo {
	padding-right: 15px;
	margin-right: 15px;
	border-right: solid 1px #e6e6e6;
	align-self: center;
}
.mc19 .overview #seat-party-modal .title .party-logo img {
	width: 40px;
	border-radius: 50%;
}
.mc19 .overview #seat-party-modal .title .party-name {
	font-size: 13px;
	color: #888;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
	align-self: center;
	width: 220px;
    margin-right: 20px;
}
.mc19 .overview #seat-party-modal .title .seats {
	background: #e0e0e0;
    padding: 8px 11px;
    align-self: center;
    border-radius: 5px;
    color: #777;
    width: 75px;
    text-align: center;
    line-height: 0em;

}
.mc19 .overview #seat-party-modal .title .seats > span:first-child {
	font-size: 13px;
	font-weight: bold;
	 line-height: 1.3em;
}
.mc19 .overview #seat-party-modal .title .seats > span:last-child {
	font-size: 10px;
	 line-height: 1.3em;
}


.mc19 .overview #seat-party-modal .winners {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 5px;
}
.mc19 .overview #seat-party-modal .winners .candidate {
    text-align: center;
    margin-bottom: 26px;
    font-size: 0;
    padding: 0px 3px;
    width: 33%;
}
.mc19 .overview #seat-party-modal .winners .candidate img {
	width: 60px;
	border-radius: 50%;
}
.mc19 .overview #seat-party-modal .winners .candidate .name {
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 7px;
    color: #999;
    line-height: 1.3em;
    margin-bottom: 3px;
}
.mc19 .overview #seat-party-modal .winners .candidate .no {
    font-size: 8px;
    text-transform: uppercase;
    color: #bbb;
    line-height: 1.3em;
    border-top: solid 1px #e8e8e8;
    padding-top: 4px;
    display: inline-block;
    font-weight: bold;
}

@media screen and (min-width: 576px) {
	.mc19 .overview #seat-party-modal .winners .candidate img {
		width: 70px;
	}
	.mc19 .overview #seat-party-modal .winners .candidate .name {
		margin-top: 10px;
		font-size: 11px;
	}
	.mc19 .overview #seat-party-modal .winners .candidate .no {
    	font-size: 9px;
    }
}

@media screen and (min-width: 768px) {
	.mc19 .overview #seat-party-modal .title .party-logo img {
		width: 45px;
	}
	.mc19 .overview #seat-party-modal .title .party-name {
		font-size: 14px;
	}
	.mc19 .overview #seat-party-modal .title .seats {
		width: 95px;
		margin-left: 63px;
	}
	.mc19 .overview #seat-party-modal .title .seats > span:last-child {
		font-size: 13px;
	}
	.mc19 .overview #seat-party-modal .title .seats > span:first-child {
		font-size: 13px;
	}
	.mc19 .overview #seat-party-modal .winners .candidate {
		margin-bottom: 35px;
	}
	.mc19 .overview #seat-party-modal .winners .candidate img {
		width: 70px;
	}
	.mc19 .overview #seat-party-modal .winners .candidate .name {
	    font-size: 12px;
    	margin-bottom: 4px;
	}
	.mc19 .overview #seat-party-modal .winners .candidate .no {
		font-size: 10px;
    	padding-top: 4px;
	}
}

@media screen and (min-width: 992px) {
	.mc19 .overview #seat-party-modal .winners .candidate {
		width: 25%;
	}
	.mc19 .overview #seat-party-modal .winners .candidate img {
		width: 83px;
	}
}

 
/* seat/party */    
.mc19 .overview .seat-party {
	margin-top: 30px;
	margin-bottom: 40px;
}
.mc19 .overview .seat-party .chart-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}
.mc19 .overview .seat-party .chart-area .chart {
	width: 32%;
	margin: 7px 2px;
	position: relative;
	transition: opacity 0.3s ease;
}
.mc19 .overview .seat-party .chart-area .chart[data-toggle] {
	cursor: pointer;
}
.mc19 .overview .seat-party .chart-area .chart[data-toggle]:hover {
	opacity: 0.5 ;
}
.mc19 .overview .seat-party .chart-area .chart .label {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 75%;
	height: 33px;
	font-size: 13px;
	color: #888;
	font-weight: bold;
	text-align: center;
	user-select: none;
}
.mc19 .overview .seat-party .chart-area .chart .label > span {
	display: block;
}
.mc19 .overview .seat-party .chart-area .chart .label > .party-name {
	font-size: 11px;
	margin-bottom: 2px;
}
.mc19 .overview .seat-party .chart-area .chart .label > .seats {
	font-size: 14px;
	line-height: 9px;
}
.mc19 .overview .seat-party .chart-area .chart .label > .btn-more {
	font-size: 7px;
	color: #bbb;
	text-transform: uppercase;
    line-height: 1em;
    border: solid 1px #ccc;
    padding: 3px 2px 1px 2px;
    border-radius: 5px;
    margin-top: 6px;
    display: inline-block;
}

@media screen and (min-width: 430px) {
	.mc19 .overview .seat-party .chart-area .chart {
		width: 29%;
    	margin: 7px 7px;
	}
	.mc19 .overview .seat-party .chart-area .chart .label > .party-name {
		font-size: 12px;
	}
	.mc19 .overview .seat-party .chart-area .chart .label > .seats {
		font-size: 16px;
	}
	.mc19 .overview .seat-party .chart-area .chart .label > .btn-more {
		padding: 3px 4px 2px 5px;
		color: #a7a7a7;
		border-color: #bbb;
	}
}

@media screen and (min-width: 576px) {
	.mc19 .overview .seat-party .chart-area .chart {
		width: 27%;
    	margin: 7px 12px;
	}	
}

@media screen and (min-width: 768px) {
	.mc19 .overview .seat-party  {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
	.mc19 .overview .seat-party .chart-area .chart {
		width: 22%;
    	margin: 7px 8px;
	}
	
  
	.mc19 .overview .seat-party .chart-area .chart .label {
		height: 54px;
	}
	.mc19 .overview .seat-party .chart-area .chart .label > .party-name {
		font-size: 15px;
		margin-bottom: 4px;
	}
	.mc19 .overview .seat-party .chart-area .chart .label > .seats {
		font-size: 20px;
	}
	.mc19 .overview .seat-party .chart-area .chart .label > .btn-more {
		font-size: 10px;
		margin-top: 13px;
	}
	
}

@media screen and (min-width: 992px) {
	.mc19 .overview .seat-party  {
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.mc19 .overview .seat-party .chart-area {
		justify-content: space-around;
	}
	.mc19 .overview .seat-party .chart-area .chart {
		width: 16%;
		margin: 12px 10px;
	}
}



/* follow */
.mc19 .overview .follow {
	margin-top: 0;
	margin-bottom: 38px;
}

.mc19 .overview .follow .intro {
	margin: 30px 0;
	
}
.mc19 .overview .follow .intro > span {
	display: flex;
}
.mc19 .overview .follow .intro > span span {
	display: block;
	font-size: 12px;
	color: #999;
	padding: 10px 0;
	margin-right: 20px;
	text-align: left;
	user-select: none;
}
.mc19 .overview .follow .intro .btn-side {
	align-self: center;
	margin-left: auto;
}
.mc19 .overview .follow .intro button {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background: #b30000;
	border: none;
	padding: 10px 30px;
	border-radius: 5px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
	cursor: pointer;
	user-select: none;
	width: 110px;
	transition: box-shadow 0.3s ease, background 0.3s ease;
}
.mc19 .overview .follow .intro button i {
	font-size: 12px;
	margin-right: 2px;
}
.mc19 .overview .follow .intro button:hover,
.mc19 .overview .follow .intro button:focus {
	background:  #8e0000;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.30);
}

.mc19 .overview .follow .intro button:focus,
.mc19 .overview .follow .intro button:active {
	outline: none;
}

@media screen and (min-width: 768px) {
	.mc19 .overview .follow .intro span {
		font-size: 13px;
	}
}

@media screen and (min-width: 992px) {
	.mc19 .overview .follow {
		margin-bottom: 63px;
	}
	.mc19 .overview .follow .intro {
		margin: 20px 0 40px 0;
		flex-direction: column;
	}
	.mc19 .overview .follow .intro > span {
		flex-direction: column;
	}
	.mc19 .overview .follow .intro > span span {
		text-align: center;
	}
	.mc19 .overview .follow .intro .btn-side {
		margin-left: 0;
		margin-top: 13px;
	}
}

/* results */
.mc19 .overview .follow [data-follow-container] {
	margin-bottom: 45px;
}
.mc19 .overview .follow [data-follow-container].no-margin {
	margin: 0;
}
.mc19 .overview .follow .const-results {
	margin-top: 0;
}
.mc19 .overview .follow .const-results .title {
	text-align: center;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7d7d7d;
    padding: 10px 0;
    background: #e2e2e2;
    margin-bottom: 2px;
    border-radius: 3px;
    display: block;
    transition: background 0.3s ease;
}
.mc19 .overview .follow .const-results .title:hover {
	background: #cfcfcf;
}
.mc19 .overview .follow .const-results .item {
	display: flex;
	padding: 8px 10px;
	background: #eaeaea;
	margin-bottom: 2px;
	border-radius: 3px;
}
.mc19 .overview .follow .const-results .item > div {}
.mc19 .overview .follow .const-results .item .profile {}
.mc19 .overview .follow .const-results .item .profile img {
	width: 45px;
	border-radius: 50%;

}
.mc19 .overview .follow  .const-results .item .info {
	font-size: 10px;
	color: #777;
	text-align: left;
	padding-left: 15px;
	align-self: center;
	width: 100%;
	
}
.mc19 .overview .follow  .const-results .item .info .prog {
	display: block;
	width: 0%;
	transition: width 0.3s ease;
	height: 3px;
	border-radius: 3px;
	margin-bottom: 6px;
}
.mc19 .overview .follow  .const-results .item .info .candidate-name {
	margin-top: 3px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
    line-height: 1.3em;
    margin-bottom: 2px;
}
.mc19 .overview .follow  .const-results .item .info .candidate-info {
	text-transform: uppercase;
	font-size: 10px;
	display: block;
    line-height: 1.3em;
}
.mc19 .overview .follow  .const-results .item .info .candidate-info .no {
	
}
.mc19 .overview .follow  .const-results .item .info .candidate-info .party {
	margin-left: 4px;
	padding-left: 6px;
	border-left: solid 1px #CCC;
}
.mc19 .overview .follow  .const-results .item .info .candidate-info .party img {
	width: 13px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.mc19 .overview .follow  .const-results .item .info .candidate-info .party span {
	margin-left: 2px;
}

.mc19 .overview .follow  .const-results .item .stats {
	margin-left: auto;
	align-self: center;
	color: #777;
	padding-left: 20px;
	width: 108px;
}
.mc19 .overview .follow  .const-results .item .stats .percent {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
.mc19 .overview .follow  .const-results .item .stats .votes {
	display: block;
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.mc19 .overview .follow  .const-results .title {
		font-size: 12px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.mc19 .overview .follow  .const-results .item {
		padding: 14px 12px;
	}
	.mc19 .overview .follow  .const-results .item .profile img {
		width: 60px;
	}
	.mc19 .overview .follow  .const-results .item .info {
		font-size: 14px;
	}
	.mc19 .overview .follow  .const-results .item .info .prog {
		height: 4px;
		opacity: 0.8;
		margin-bottom: 8px;
	}
	.mc19 .overview .follow  .const-results .item .info .candidate-info {
		font-size: 13px;
	}
	.mc19 .overview .follow  .const-results .item .info .candidate-name {
		margin-bottom: 4px;
	}
	.mc19 .overview .follow  .const-results .item .info .candidate-info .party img {
		margin-top: -2px;
	}
	
	.mc19 .overview .follow  .const-results .item .stats {
    	width: 150px;
	}
	.mc19 .overview .follow  .const-results .item .stats .percent {
		font-size: 18px;
	}
	.mc19 .overview .follow  .const-results .item .stats .votes {
		font-size: 13px;
	}
}

@media screen and (min-width: 992px) {
	.mc19 .overview .follow [data-follow-container] {
		margin-bottom: 120px;
	}
	.mc19 .overview .follow  {
		margin-top: 0;
	}
	.mc19 .overview .follow  .const-results .item {
		padding: 15px 20px;
	}
	.mc19 .overview .follow  .const-results .item .profile img {
		width: 80px;
	}
	.mc19 .overview .follow  .const-results .item .info {
		width: 50%;
		padding-left: 25px;
	}
	.mc19 .overview .follow  .const-results .item .info .prog {
		height: 6px;
	}
}



/* recent updates */
.mc19 .overview .recent-updates {
	margin-top: 0;
	margin-bottom: 40px;
}
.mc19 .overview .recent-updates .section-label {
	margin-bottom: 25px;
}

/* box */
.mc19 .overview .box-updates {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mc19 .overview .box-updates > .title {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #a0a0a0;
}
.mc19 .overview .box-updates .box-list {
	overflow-x: scroll;
	white-space: nowrap;
	padding: 8px 0;
	-webkit-overflow-scrolling: touch;
}

.mc19 .overview .box-updates .box-list::-webkit-scrollbar {
  height: 6px;
  border-radius: 50px;
}

.mc19 .overview .box-updates .box-list::-webkit-scrollbar-track {
  background: #e9e9e9; 
  border-radius: 50px;
}

.mc19 .overview .box-updates .box-list::-webkit-scrollbar-thumb {
  background: #cfcfcf; 
  border-radius: 50px;
}

.mc19 .overview .box-updates .box-list::-webkit-scrollbar-thumb:hover {
  background: #bbb; 
}

.mc19 .overview .box-updates .box-list .box {
    display: inline-block;
	padding: 18px 25px;
	margin: 4px;
	white-space: normal;
	background: #FFF;
	width: 120px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
	text-align: center;
	cursor: pointer;
	user-select: none;
	transition: transform 0.3s ease;
}
.mc19 .overview .box-updates .box-list .box:first-child {
	margin-left: 0;
}

.mc19 .overview .box-updates .box-list .box:hover {
	transform: scale(0.95);
}
.mc19 .overview .box-updates .box-list .box > span {
	display: block;
}
.mc19 .overview .box-updates .box-list .box .code {
	font-size: 13px;
	font-weight: bold;
    color: #757575;
    margin-bottom: 2px;
}
.mc19 .overview .box-updates .box-list .box .name {
	font-size: 10px;
	color: #888;
	line-height: 1.3em;
}


/* constituencies 
.mc19 .overview .recent-updates .const-result {
	margin: 15px 0;	
	width: 100%;
}
.mc19 .overview .recent-updates .const-result .title {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8a8a8a;
}
.mc19 .overview .recent-updates .const-result .result {
	margin-top: 10px;
}
.mc19 .overview .recent-updates .const-result .result .item {
	background: #FFF;
	margin-bottom: 1px;
	border-left: solid 4px #ffb400;
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.mc19 .overview .recent-updates .const-result .result .item .candidate-name {
	font-size: 11px;
	text-transform: uppercase;
	color: #808080;
	margin-left: 10px;
	text-align: left;
	line-height: 1.3em;
}
.mc19 .overview .recent-updates .const-result .result .item .votes {
	font-size: 12px;
    font-weight: bold;
    color: #8a8a8a;
    margin-left: auto;
    min-width: 75px;
}
.mc19 .overview .recent-updates .const-result .result .item .percent {
	font-size: 12px;
    font-weight: bold;
    color: #8a8a8a;
    margin: 0 10px 0 15px;
}

.mc19 .overview .recent-updates .const-result .btn-details-wrapper {
    background: rgba(255, 255, 255, 0.65);
    padding: 10px;
    font-size: 0;
    text-align: center;
}
.mc19 .overview .recent-updates .const-result .btn-details-wrapper .btn-details {
	font-size: 10px;
    color: rgba(0, 54, 138, 0.4);
    font-weight: bold;
    border: solid 1px rgba(0, 54, 138, 0.4);
    padding: 2px 10px;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.mc19 .overview .recent-updates .const-result .btn-details-wrapper .btn-details:hover,
.mc19 .overview .recent-updates .const-result .btn-details-wrapper .btn-details:focus {
	color: rgba(0, 54, 138, 1);
	border-color: rgba(0, 54, 138, 1);
}

.mc19 .overview .recent-updates .const-result .btn-details-wrapper .btn-details:focus,
.mc19 .overview .recent-updates .const-result .btn-details-wrapper .btn-details:active {
	outline: none;
}*/


/* constituencies */
.mc19 .overview .recent-updates .const-results {
	margin-top: 0;
}
.mc19 .overview .recent-updates .const-results .title {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8a8a8a;
	padding: 10px 0;
}
.mc19 .overview .recent-updates .const-results .item {
	display: flex;
	padding: 8px 10px;
	background: #fbfbfb;
	margin-bottom: 2px;
	border-radius: 3px;
}
.mc19 .overview .recent-updates .const-results .item > div {}
.mc19 .overview .recent-updates .const-results .item .profile {}
.mc19 .overview .recent-updates .const-results .item .profile img {
	width: 45px;
	border-radius: 50%;

}
.mc19 .overview .recent-updates .const-results .item .info {
	font-size: 10px;
	color: #777;
	text-align: left;
	padding-left: 15px;
	align-self: center;
	width: 100%;
	
}
.mc19 .overview .recent-updates .const-results .item .info .prog {
	display: block;
	width: 0%;
	transition: width 0.3s ease;
	height: 3px;
	border-radius: 3px;
	margin-bottom: 6px;
}
.mc19 .overview .recent-updates .const-results .item .info .candidate-name {
	margin-top: 3px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
    line-height: 1.3em;
    margin-bottom: 2px;
}
.mc19 .overview .recent-updates .const-results .item .info .candidate-info {
	text-transform: uppercase;
	font-size: 10px;
	display: block;
    line-height: 1.3em;
}
.mc19 .overview .recent-updates .const-results .item .info .candidate-info .no {
	
}
.mc19 .overview .recent-updates .const-results .item .info .candidate-info .party {
	margin-left: 4px;
	padding-left: 6px;
	border-left: solid 1px #CCC;
}
.mc19 .overview .recent-updates .const-results .item .info .candidate-info .party img {
	width: 13px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.mc19 .overview .recent-updates .const-results .item .info .candidate-info .party span {
	margin-left: 2px;
}

.mc19 .overview .recent-updates .const-results .item .stats {
	margin-left: auto;
	align-self: center;
	color: #777;
	padding-left: 20px;
	width: 108px;
}
.mc19 .overview .recent-updates .const-results .item .stats .percent {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
.mc19 .overview .recent-updates .const-results .item .stats .votes {
	display: block;
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.mc19 .overview .recent-updates .const-results .title {
		font-size: 12px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.mc19 .overview .recent-updates .const-results .item {
		padding: 14px 12px;
	}
	.mc19 .overview .recent-updates .const-results .item .profile img {
		width: 60px;
	}
	.mc19 .overview .recent-updates .const-results .item .info {
		font-size: 14px;
	}
	.mc19 .overview .recent-updates .const-results .item .info .prog {
		height: 4px;
		opacity: 0.8;
		margin-bottom: 8px;
	}
	.mc19 .overview .recent-updates .const-results .item .info .candidate-info {
		font-size: 13px;
	}
	.mc19 .overview .recent-updates .const-results .item .info .candidate-name {
		margin-bottom: 4px;
	}
	.mc19 .overview .recent-updates .const-results .item .info .candidate-info .party img {
		margin-top: -2px;
	}
	
	.mc19 .overview .recent-updates .const-results .item .stats {
    	width: 150px;
	}
	.mc19 .overview .recent-updates .const-results .item .stats .percent {
		font-size: 18px;
	}
	.mc19 .overview .recent-updates .const-results .item .stats .votes {
		font-size: 13px;
	}
}

@media screen and (min-width: 992px) {
	.mc19 .overview .recent-updates {
		margin-top: 0;
	}
	.mc19 .overview .recent-updates .const-results .item {
		padding: 15px 20px;
	}
	.mc19 .overview .recent-updates .const-results .item .profile img {
		width: 80px;
	}
	.mc19 .overview .recent-updates .const-results .item .info {
		width: 50%;
		padding-left: 25px;
	}
	.mc19 .overview .recent-updates .const-results .item .info .prog {
		height: 6px;
	}
}

/* view all btn */
.mc19 .overview .recent-updates .btn-view-all {
	margin-top: 23px;
	display: inline-block;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	background: #b30000;
	border: none;
	padding: 8px 18px;
	border-radius: 4px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.20);
	cursor: pointer;
	user-select: none;
	transition: box-shadow 0.3s ease, background 0.3s ease;
}
.mc19 .overview .recent-updates .btn-view-all:hover,
.mc19 .overview .recent-updates .btn-view-all:focus {
	background:  #8e0000;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.30);
}

.mc19 .overview .recent-updates .btn-view-all:focus,
.mc19 .overview .recent-updates .btn-view-all:active {
	outline: none;
}

@media screen and (min-width: 768px) {
	.mc19 .overview .recent-updates .btn-view-all {
		margin-top: 36px;
	}
}

@media screen and (min-width: 992px) {
	.mc19 .overview .recent-updates .btn-view-all {
		font-size: 12px;
	}
}



/**
 * Results page 
 *
 */


.mc19 .results .overview .main-view {
	background: #FFF;
	padding-top: 25px;	
}

/* search */
.mc19 .results .search {
	margin-top: 40px;
}
.mc19 .results .search .q {
	font-size: 14px;
	color: #888;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.70);
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 13px 20px;
    width: 100%;
    border-radius: 11px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
    transition: box-shadow 0.3s ease;
}
.mc19 .results .search .q::placeholder {
	color: #ccc;
}
.mc19 .results .search .q:focus {
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.mc19 .results .search .q:focus,
.mc19 .results .search .q:active {
	outline: none;
}

@media screen and (min-width: 992px) {
	.mc19 .results .search .q {
		padding: 17px 20px;
	}
}



/* atoll list */
.mc19 .results .atoll-list {
	margin-top: 20px;
} 
.mc19 .results .atoll-list .item {
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.03);
	margin-bottom: 2px;
	transition: margin 0.5s ease, box-shadow 0.5s ease, border-radius 0.5s ease;
}
.mc19 .results .atoll-list .item.open {
	margin: 25px 0;
	border-radius: 8px;
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
}
.mc19 .results .atoll-list .item.open:first-child {
	margin: 10px 0;
}
.mc19 .results .atoll-list .item .bar {
	font-size: 11px;
	color: #888;

	text-align: left;
	padding: 15px;
	border-bottom: solid 1px #eee;
	cursor: pointer;
	user-select: none;
	transition: background 0.3s ease;
}
.mc19 .results .atoll-list .item .bar i {
	float: right;
	font-size: 16px;
	color: #ccc;
	transition: transform 0.3s ease;
}
.mc19 .results .atoll-list .item.open .bar i {
	transform: rotate(180deg);
}
.mc19 .results .atoll-list .item .content {
	display: none;
	padding: 4px 10px;
}

.mc19 .results .atoll-list .item .content .const-list {}
.mc19 .results .atoll-list .item .content .const-list a.const {
	display: flex;
    padding: 10px;
    align-items: center;
    margin: 8px 0;
    background: #f3f3f3;
    border-radius: 6px;
    transition: background 0.3s ease;
}
.mc19 .results .atoll-list .item .content .const-list a.const:hover {
	background: #e4e4e4;
}
.mc19 .results .atoll-list .item .content .const-list a.const span {
	font-size: 11px;
	color: #888;
	text-align: left;
}
.mc19 .results .atoll-list .item .content .const-list a.const .code {
	margin-right: 6px;
	margin-left: 3px;
	padding-right: 6px;
	border-right: solid 1px #CCC;
	font-weight: bold;
}
.mc19 .results .atoll-list .item .content .const-list a.const .name {
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 25px;
	text-transform: uppercase;
}
.mc19 .results .atoll-list .item .content .const-list a.const .updated {
	margin-left: auto;
	width: 120px;
}
.mc19 .results .atoll-list .item .content .const-list a.const .updated span:first-child {
	display: block;
	font-size: 8px;
	font-weight: bold;
	color: #999;
	line-height: 1.4em;
}
.mc19 .results .atoll-list .item .content .const-list a.const .updated span:last-child {
	display: block;
	font-size: 9px;
	color: #999;
	line-height: 1.4em;
}


@media screen and (min-width: 768px) {
	.mc19 .results .atoll-list {
		margin-top: 30px;
	}

	.mc19 .results .atoll-list .item .bar {
		font-size: 13px;
	}
	.mc19 .results .atoll-list .item .bar i {
		font-size: 16px;
	}
	.mc19 .results .atoll-list .item .content .const-list a.const .updated {
		width: 140px;
	}
	.mc19 .results .atoll-list .item .content .const-list a.const span {
		font-size: 12px;
	}
	.mc19 .results .atoll-list .item .content .const-list a.const .updated span:first-child {
		font-size: 9px;
		color: #888;
	}
	.mc19 .results .atoll-list .item .content .const-list a.const .updated span:last-child {
		font-size: 10px;
		color: #888;
	}
}

@media screen and (min-width: 992px) {
	.mc19 .results .atoll-list .item .bar {
		font-size: 14px;
		padding: 18px;
	}
	.mc19 .results .atoll-list .item .bar i {
		font-size: 20px;
	}
	.mc19 .results .atoll-list .item .content .const-list a.const .updated {
		width: 170px;
	}
	.mc19 .results .atoll-list .item .content .const-list a.const {
		padding: 13px;
	}
	.mc19 .results .atoll-list .item .content .const-list a.const span {
		font-size: 13px;
	}
	.mc19 .results .atoll-list .item .content .const-list a.const .updated span:first-child {
		font-size: 11px;
	}
	.mc19 .results .atoll-list .item .content .const-list a.const .updated span:last-child {
		font-size: 12px;
	}
}


/**
 * Constituency Page
 *
 */
 
/* title */
.mc19 .const .title-area {
	background: #FFF;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.15);
}
.mc19 .const .title-area .title {
	margin-top: 30px;
    margin-bottom: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: 16px;
	display: flex;
	justify-content: center;
	user-select: none;
}
.mc19 .const .title-area .title span:first-child {
	align-self: center;
}
.mc19 .const .title-area .title span:last-child {
	align-self: center;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #CCC;
	text-align: left;
	line-height: 1.3em;
}

@media screen and (min-width: 992px) {
	.mc19 .const .title-area .title {
		font-size: 18px;
	}
}
/* stats */
.mc19 .const .stats-area {
	padding-top: 25px;
	background: #FFF;
}
.mc19 .const .stats-area .stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 10px;
	margin-top: 25px;
}
.mc19 .const .stats-area .stats .item {
	margin-bottom: 18px;
	width: 26%;
	user-select: none;
}
.mc19 .const .stats-area .stats .item .icon {
	text-align: center;
	margin-bottom: 1px;
}
.mc19 .const .stats-area .stats .item .icon img {
	margin-bottom: 6px;
}
.mc19 .const .stats-area .stats .item .icon span {
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #929292;
	text-transform: uppercase;
}
.mc19 .const .stats-area .stats .item .val {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #656565;
	padding: 0 10px;
}

@media screen and (min-width: 768px) {
	.mc19 .const .stats-area {
		padding-top: 30px;
	}
	.mc19 .const .stats-area .stats {
		margin-bottom: 25px;
	}
	.mc19 .const .stats-area .stats .item {
		width: 15%;
	}	
	.mc19 .const .stats-area .stats .item .icon span {
		font-size: 10px;
	}
	.mc19 .const .stats-area .stats .item .val {
		font-size: 17px;
		margin-top: 4px;
	}
	
}

@media screen and (min-width: 1200px) {

	.mc19 .const .stats-area .stats .item .icon span {
		font-size: 12px;
	}
	.mc19 .const .stats-area .stats .item .icon img {
		margin-bottom: 6px;
		width: 24px;
	}
	.mc19 .const .stats-area .stats .item .val {
		font-size: 20px;
		margin-top: 7px;
	}
	
}

/* boxes */
.mc19 .const .boxes {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
.mc19 .const .boxes .btn-more-boxes {
	font-size: 10px;
    font-weight: bold;
    color: #296fbb;
    padding: 4px 10px;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.3s ease;
}
.mc19 .const .boxes .btn-more-boxes i {
	margin-right: 4px;
}
.mc19 .const .boxes .btn-more-boxes:hover {
	opacity: 0.7;
}

.mc19 .const .boxes .more-boxes {
	margin-top: 20px;
}



.mc19 .const .boxes .box-list {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 4px 0;
	-webkit-overflow-scrolling: touch;
}
.mc19 .const .boxes .box-list::-webkit-scrollbar {
  height: 5px;
  border-radius: 50px;
  display: none;
}

.mc19 .const .boxes .box-list::-webkit-scrollbar-track {
  background: #e9e9e9; 
  border-radius: 50px;
}

.mc19 .const .boxes .box-list::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 50px;
}

.mc19 .const .boxes .box-list::-webkit-scrollbar-thumb:hover {
  background: #bbb; 
}

.mc19 .const .boxes .box-list .box {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: calc( ( 100% / 3 ) - 8px );
	color: #888;
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: 8px;
	border-radius: 4px;
	white-space: normal;
	text-align: center;
	cursor: pointer;
	user-select: none;
	border: solid 1px #e0e0e0;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
.mc19 .const .boxes .box-list .box.disabled {
	border-color: #FFF;
	cursor: default;
}
.mc19 .const .boxes .box-list .box.disabled .code,
.mc19 .const .boxes .box-list .box.disabled .name {
	color: #CCC;
}
.mc19 .const .boxes .box-list .box.active {
	background: #FFF;
	border-color: #FFF;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
}
.mc19 .const .boxes .box-list .box .code {
	font-size: 11px;
	color: #555;
	font-weight: bold;
	margin-bottom: 0;
	display: block;
}
.mc19 .const .boxes .box-list .box .name {
	font-size: 8px;
	line-height: 1.2em;
	display: block;
}

@media screen and (min-width: 768px) {
	.mc19 .const .boxes {
		text-align: right;
	}
	.mc19 .const .boxes .box-list .box {
		padding: 17px 15px;
	}
	.mc19 .const .boxes .box-list .box .code {
		font-size: 12px;
		margin-bottom: 3px;
	}
	.mc19 .const .boxes .box-list .box .name {
		font-size: 10px;
	}
	.mc19 .const .boxes .btn-more-boxes {
		margin-top: 6px;
		font-size: 11px;
		display: inline-block;
	}
}

@media screen and (min-width: 992px) {
	.mc19 .const .boxes .box-list .box {
		padding: 19px 15px;
		width: calc( ( 100% / 6 ) - 8px );
	}
	.mc19 .const .boxes .box-list .box .code {
		font-size: 13px;
	}
	.mc19 .const .boxes .box-list .box .name {
		font-size: 11px;
	}
}


/* .results */
.mc19 .const .results-area {
	margin-top: 25px;
}

.mc19 .const .results-area .results {
	margin-top: 20px;
}
.mc19 .const .results-area .results .item {
	display: flex;
	margin: 8px 0;
	padding: 12px  10px;
	background: #eaeaea;
	border-radius: 10px;
}
.mc19 .const .results-area .results .item > div {}
.mc19 .const .results-area .results .item .profile {}
.mc19 .const .results-area .results .item .profile img {
	width: 55px;
	border-radius: 50%;
}
.mc19 .const .results-area .results .item .info {
	font-size: 12px;
	color: #666;
	text-align: left;
	padding-left: 15px;
	align-self: center;
	width: 100%;
}
.mc19 .const .results-area .results .item .info .prog {
	display: block;
	width: 80%;
	height: 4px;
	border-radius: 3px;
	margin-bottom: 8px;
	transition: width 0.8s ease;
}
.mc19 .const .results-area .results .item .info .candidate-name {
	margin-top: 3px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
    line-height: 1.3em;
    margin-bottom: 3px;
}
.mc19 .const .results-area .results .item .info .candidate-info {
	text-transform: uppercase;
	font-size: 11px;
	display: block;
    line-height: 1.3em;
}
.mc19 .const .results-area .results .item .info .candidate-info .no {
	
}
.mc19 .const .results-area .results .item .info .candidate-info .party {
	margin-left: 4px;
	padding-left: 6px;
	border-left: solid 1px #CCC;
}
.mc19 .const .results-area .results .item .info .candidate-info .party img {
	width: 13px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.mc19 .const .results-area .results .item .info .candidate-info .party span {
	margin-left: 2px;
}

.mc19 .const .results-area .results .item .stats {
	margin-left: auto;
	align-self: center;
	color: #666;
	padding-left: 20px;
	width: 135px;
}
.mc19 .const .results-area .results .item .stats .percent {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
.mc19 .const .results-area .results .item .stats .votes {
	display: block;
	font-size: 11px;
}


@media screen and (min-width: 768px) {
	.mc19 .const .results-area .results {
		margin-bottom: 20px;
	}
}


@media screen and (min-width: 992px) {
	.mc19 .const .results-area .results .item .profile img {
		width: 60px;
	}
	.mc19 .const .results-area .results .item .info .prog {
		height: 5px;
	}
	.mc19 .const .results-area .results .item .info {
		font-size: 13px;
	}
	.mc19 .const .results-area .results .item .info .candidate-info {
		font-size: 12px;
	}
	.mc19 .const .results-area .results .item .stats .percent {
		font-size: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.mc19 .const .results-area .results .item {
		padding: 12px 18px;
	}
	.mc19 .const .results-area .results .item .profile img {
    	width: 65px;
	}
	.mc19 .const .results-area .results .item .info {
		font-size: 14px;
	}
	.mc19 .const .results-area .results .item .stats .percent {
		font-size: 17px;
	}
	.mc19 .const .results-area .results .item .stats .votes {
		font-size: 13px;
	}
}



 

