@charset "UTF-8";

@font-face {
  font-family: "ajicon";
  src:url("../fonts/ajicon.eot");
  src:url("../fonts/ajicon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ajicon.woff") format("woff"),
    url("../fonts/ajicon.ttf") format("truetype"),
    url("../fonts/ajicon.svg#ajicon") format("svg");
  font-weight: normal;
  font-style: normal;
}


[data-icon]:before {
  font-family: "ajicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ajicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google-plus:before {
  content: "\61";
}
.icon-rss:before {
  content: "\62";
}
.icon-youtube-play:before {
  content: "\63";
}
.icon-instagram:before {
  content: "\64";
}
.icon-twitter:before {
  content: "\65";
}
.icon-facebook:before {
  content: "\66";
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	background-color: #000000;
	color:#ffffff;
}


.justify-content-center {
	padding-right:10px;
	padding-left:10px;
}


.nothinghere{
	padding-left:0 !important;
	padding-right:0 !important;
}
.nothingherex{
	padding-left:2px !important;
	padding-right:2px !important;
}

.nothingherebit{
	padding-left:10 !important;
	padding-right:10 !important;
}
.line-container {
    position: relative;
    width: 100%;
    height: 10px;
    margin-top:-8px;
    margin-bottom:7px;
}

.line {
    position: absolute;
    width: 100%;
    height: 10px;
}

.line1 {
    top: 0; 
}

.lineborder {
    top: 0; 
    border-bottom: 2px solid rgb(102,102,102);
}

.linetick {
    top: 0; 
    text-align: center;
    width:2px;
    height:10px;
    /* position: absolute; */
    background-color: rgb(102, 102, 102);
    margin: 0 auto; 
}

.linebox{
	margin:-120px 0 0 0;
}

.widgetbranding{
	min-height:48px;
}

.alertbox{
	margin:0;
padding:10px;	
margin-bottom:20px;
font-weight: 600;
background-color: #383838;
text-transform: uppercase;
color:#ffcc00;
}


.container-1800{
	max-width: 1800px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* pull to refresh */

#ptr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 0;
	text-align: center;
	height: 50px;
}

#ptr .genericon {
	opacity: .6;
	font-size: 34px;
	width: auto;
	height: auto;
	transition: all .25s ease;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: 5px;
}
.ptr-refresh #ptr .genericon {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.ptr-loading #ptr .genericon,
.ptr-reset #ptr .genericon {
	display: none;
}

.loading {
	display: inline-block;
	text-align: center;
	opacity: .4;
	margin: 12px 0 0 5px;
	display: none;
}
.ptr-loading .loading {
	display: block;
}

.loading span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	border-radius: 50%;
	-webkit-animation: ptr-loading 0.6s infinite alternate;
	animation: ptr-loading 0.6s infinite alternate;
}

#l1 {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

#l2 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#l3 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes ptr-loading {
	0% {
		-webkit-transform: translateY(0) scale(0.1);
		transform: translateY(0) scale(0.1);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #fff;
		opacity: 1;
	}
}

@keyframes ptr-loading {
	0% {
		-webkit-transform: translateY(0) scale(0.1);
		transform: translateY(0) scale(0.1);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #fff;
		opacity: 1;
	}
}

#content {
	min-height: 100%;
	z-index: 20;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	box-sizing: border-box;
}

.ptr-loading #content, .ptr-reset #content,
.ptr-loading #ptr, .ptr-reset #ptr {
	transition: all .25s ease;
}

.ptr-reset #content {
	-webkit-transform: translate3d( 0, 0, 0 );
	transform: translate3d( 0, 0, 0 );
}

.ptr-loading #content {
	-webkit-transform: translate3d( 0, 50px, 0 );
	transform: translate3d( 0, 50px, 0 );
}
/* pull to refresh */


/* globals */
.fgeo{color:#eeeeee;
	white-space: normal;
}
.btn{
	color:#eeeeee;
}



/* colors */
.democrats{color:#3399cc;}
.republicans{color:#dd0000;}

/* custom */
.aj-head{
	background:url('../img/head.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 80px;
	max-height: 80px;
}

.aj-logo{text-align: center;}

.aj-logo img{
	width:110px;
}

.aj-timestamp{
	color:#666666;
	font-size:12px;
	margin-top:0px;
}

.aj-h1{
	font-size:44px;
	font-weight: 300;
	margin:2px 0px 2px 0;
	color:#ed9435;
	text-transform: uppercase;
}




.aj-ac{
	display: inline-block;
	margin-top:20px;
}

.aj-count{
	display:inline;
	font-size:66px;
	font-weight: 600;
	margin:28px 10px 0 0px;
}
.pull-left{
	margin:18px 0px 0 15px;
}

.pull-right{
	margin:18px 15px 0 0px;
}

.line{
	border-bottom:1px solid #ccc;
	margin-bottom:0px;
}

.aj-ac .aj-avatar{
	position: relative;
   	width: 140px;
   	margin-top:-185px;
}

.aj-ac .aj-ah1{
	position: absolute;
	color:#fff;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 24px;
   text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
      top: 90px;
   left: 22px;
}

.aj-ac .aj-ah2{
	position: absolute;
	color:#fff;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 24px;
   text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
   top: 90px;
   right: 30px;

}

#footer-secondary2 nav a{
	margin-right:20px;
	color:#666666;
	font-size:18px;
	font-weight: 500;
}

#footer-primary h2{
	color:#999999;
	font-size:18px;
}

#footer-primary nav a{
	display:block;
	color:#999999;
	margin:5px 0 5px 0;
	font-size:14px;
}



a:link {
	color: #999;
  }

  a:visited {
	color: #999;
  }
  
  a:hover {
	color:#999;
  }
  
  a:active {
	color: #999;
  }

/*.CT{ fill:#3399cc!important;}*/


.aj-lr-text{margin:10px 80px 0 80px;font-size:20px; font-style:italic;}
.aj-lr-h{margin:5px; font-weight:600; font-size:22px;}
.aj-lr-tl{font-size:14px; font-weight: 600;line-height: 54px; color:#333333;}
.aj-fs-nav1{float:left;margin-left:15px;}
.aj-fs-nav2{float:right;}
.aj-fs-nav2 a:hover{text-decoration: none;}
.aj-fs-nav2 a{cursor: pointer;}

.svg-containerx path{
	cursor: pointer;
}

.tetris path{
	cursor: pointer;
}




.smalltext{
	font-size: 13.5px !important;
	line-height: 13.5px !important;
	background-color: transparent !important;
}
.aj-fs-ajlc{margin:30px 30px 30px 0;}


#aj-ahc{width:150px;}
#aj-adt{width:150px;}

/* senate */
.aj-ss{float:left; height: 30px;}
.aj-ss .aj-s-bar{outline:2px solid #fff;width: 100%;}
.aj-ss .aj-s-label{text-align:center;font-weight:600;white-space: nowrap;}
.aj-ss .aj-s-count{text-align:center}

.aj-l-p{display: inline-block; margin:10px;}

/* gubernatorial */
.aj-g-state span{font-size:18px; vertical-align: bottom;}
.aj-g-cand{font-weight: 500;color:#666666;font-size:14px;}

/* footer */
.aj-f-cred {text-align:right}

.pebg{background:rgba(204,204,204,0.2);margin-top:10px;}

/* map */
.tile{fill:rgb(102, 102, 102);stroke:#000000; stroke-width:0.3px;}
.state-boundary {
  fill: none;
  stroke: #333333;
  stroke-width:2px;
}
.cartoswitch{
	margin: 10px auto;
	z-index:9999999999;
}

.notext{
	display:block;
	color:#666666;
}

a{
	color:#666666;
}


.mapswitch span{
	font-size:14px;
	border: 1px solid #dbdbdb;
	padding:4px;
}
.mapswitch span:hover{
	background-color:#efefef;
}

.cartoswitch span a{
	color:#606060 !important;
	text-decoration: none;
}
.battlegroundstate{
	fill: #653896;
	z-index:999;
}

.battlegroundstatemap{
	fill: #653896;
	z-index:999;
}



 @-webkit-keyframes heartbeat {
	from {
		color:#aaaaaa;
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
	50% {
		color:#ffffff;
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
  }
  @keyframes heartbeat {
	from {
		color:#aaaaaa;
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
	50% {
		color:#ffffff;
	  -webkit-animation-timing-function: ease-out;
			  animation-timing-function: ease-out;
	}
  }
  .heartbeat {
	-webkit-animation: heartbeat 5s ease-in-out infinite both;
			animation: heartbeat 5s ease-in-out infinite both;
			color:#aaaaaa;
			font-weight: 600;
}



.icon-main-color{
	fill:#ccc;
}



.combined-share__links {
	display: flex;             
	justify-content: center;   
	align-items: center;       
	gap: 12px;                 
	height: 18px;            
	width: 100%;   
	padding-bottom:15px;
	padding-top:20px;            
  }
  
  /* Style for the square divs */
  .combined-share__social-link {
	width: 18px;             
	height: 18px;            
	/* background-color: #3498db;  */
  }


  .icon--social{
	height:18px;
}




.table{
	margin-bottom:0px !important;
}
.table-responsive{
	border:none;
}
.state-label{
  fill:#ffffff;
  /*border:3px solid #000;
  stroke: #000;*/
  /*stroke-width:2px;*/
  visibility: visible;
  font-size:25px;
	pointer-events: none;
}

.state-label-container{

  fill:#fff;
  stroke: #000;
  visibility: hidden;

}

.avz{
	margin-top:50px;
}

.svg-container {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: hidden;
}
.svg-content {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.winningmargin{
	margin-top:-115px;
}

.mobilewin{
	width:80%;
}
.mobileline{
	z-index:0;
}

#gubernatorial-results{margin-top:-20px;}
.noshow{
	opacity: 0;
}

.dem{fill:#3399cc !important; background-color:#3399cc !important; color:#eeeeee !important;}
/* .demt{background-color:#3399cc; color:#eeeeee;} */

.rep{fill:#dd0000 !important; background-color:#dd0000 !important; color:#eeeeee !important;}
.gop{fill:#dd0000 !important; background-color:#dd0000 !important; color:#eeeeee !important;}
 /* .demline{fill:#3399cc !important; }
.repline{fill:#dd0000 !important; }  */
.invisibleline{opacity:0.15 !important; }

.hi{
	opacity: 0.6;
}

.greenp{fill:#66CC00; background-color:#66CC00 !important; color:#eeeeee !important;}
.yellowp{fill:#FFCC00; background-color:#FFCC00 !important; color:#eeeeee !important;}


.pending{background-color:#424242; color:#eeeeee !important;}

table .pending{background-color:#111111; color:#eeeeee !important;}

/* .rept{background-color:#dd0000; color:#eeeeee;} */
.reported {color:#999999;}
.greenp{fill:#66CC00;}
.yellowp{fill:#FFCC00;}


.ufcp{fill:#fff;}
.ufcp-d{fill:#3399cc !important;stroke:none;}
.ufcp-r{fill:#CC0000 !important;stroke:none;}
.ufcp-i{fill:#FF6600 !important;stroke:none;}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
 }

 .whitebox{
	display: inline-block;
	color: #fff;
	padding:5px;
	margin-bottom:20px;
 }

/* media queries */

@media only screen and (max-width: 1024px) {
	.aj-lr-text{margin:10px;}
	.aj-h1{
		font-size:36px;
}

@media only screen and (max-width: 768px){
	body{font-size:16px;}
	.mapswitch span{font-size:14px;}
	.aj-h1{font-size:28px;margin-top:10px;}

	.aj-lr-tl{font-size:13px; line-height: 38px;}

	.aj-h1-v{font-size:28px;}

	.aj-fs-nav1{float:none; text-align: center;}
	.aj-fs-nav2{float:none; text-align: center; margin-top:15px;}

	.aj-fs-ajlc{text-align: center;}

}

@media only screen and (max-width: 990px){
	.aj-f-cred {text-align:center; margin-top:30px;}
}

@media only screen and (max-width: 680px){
	#senate_svg{margin-top:-60px;}
	.aj-s-label{visibility: hidden;}
	.towin{width:110px;}
}

@media only screen and (max-width: 767px){
	.aj-f-cred {text-align:center; margin-top:180px;}


}






@media only screen and (max-width: 620px){

	.aj-ac .aj-avatar{width:104px;margin-top:-140px;}
	#aj-ahc{width:104px;}
	#aj-adt{width:104px;}
	.aj-ac .aj-ah1{top: 58px;left: 18px;font-size:15px;}
	.aj-ac .aj-ah2{top: 58px;right: 21px;font-size:15px;}
	.aj-lr-h{margin-top:50px;}
	#senate_svg{margin-top:-80px;}
	#gubernatorial-results{margin-top:-80px;}
	#senate_svg{margin-top:-100px;}
	.aj-h1{font-size:22px;}
	.pull-left{
		margin:22px 0px 0 10px;
	}
	
	.pull-right{
		margin:22px 10px 0 0px;
	}

}
}

@media only screen and (max-width: 500px){
	.mapswitch span{font-size:12px;}
	.towin{width:100px;}
	.aj-h1{font-size:28px;margin-top:10px;}
	/* .headersize{width:150px;} */
	.aj-lr-tl{line-height: 32px; font-size:11px;}
	.pct{font-size:16px;}
	#senate_svg{margin-top:-120px;}
	.winningmargin{
		margin-top:-120px;
	}
	.mobilewin{
		width:100%;
	}
	.aj-ac .aj-avatar{width:104px;margin-top:-137px;}
	#aj-ahc{width:104px;}
	#aj-adt{width:104px;}
	.aj-h1{font-size:19px;}
	.pull-left{
		margin:22px 0px 0 5px;
	}
	
	.pull-right{
		margin:22px 5px 0 0px;
	}
}

@media only screen and (max-width: 400px){
	.mapswitch span{font-size:11px;}
	.aj-ac .aj-avatar{width:104px;margin-top:-133px;}
	.pct{font-size:15px;}
	.aj-h1{font-size:17px;}

}

@media only screen and (max-width: 360px){

.aj-h1{font-size:16px;}
}

@media only screen and (max-width: 320px){
	.mapswitch span{font-size:10px;}
	.pct{font-size:13px;}
	.aj-h1{font-size:14px;}
	.pull-left{
		margin:22px 0px 0 5px;
	}
	
	.pull-right{
		margin:22px 5px 0 0px;
	}

}



.h1{
	font-size:16px;
}
.h2{
	font-size:40px;
}

.mb-0{
	margin-top: 0;
    margin-bottom: 2px;
}
.h3{
	font-size:22px;
	margin-block-start:10px;
	font-weight: 500;
	margin-top:2px;
	margin-bottom:0px;
}
.h4{
	font-size:17px;
	margin-top:2px;
	margin-bottom:2px;
}
.h5{
	font-size:17px;
	line-height: 20px;
}
.h6{
	font-size:13px;
	margin-top:3px;
	margin-bottom:3px;
}

.pull-left{
	margin:18px 0px 0 15px;
}

.pull-right{
	margin:18px 15px 0 0px;
}

.electoralvote{
	font-weight: 700;
	margin: -60px 0 0 0;
	color:#ffffff;
	text-transform: uppercase;
	width:100%;
	padding:5px 0 0 0;
}

.strong{
	font-weight: 600;
}

.bluecolor{
	color:#3399cc;
}

.indcolor{
	color:#663399;
}

.redcolor{
	color:#dd0000;
	
}

.bluefill{
	background-color:#3399cc;
	color:#ffffff;
	display: inline-block;
	padding:3px 8px;
	margin-bottom:10px;
}

.redfill{
	background-color:#dd0000;
	color:#ffffff;
	display: inline-block;
	padding:3px 8px;
	margin-bottom:10px;
}

.pictoral{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
	max-width:1170px;
	margin-top:-80px;
	margin-left:0;
	margin-right:0;
}

.pictoralx{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
	max-width:1170px;
	margin-top:5px;
	margin-left:0;
	margin-right:0;
}

.pictoraly{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
	max-width:1170px;
	margin-top:37px;
	margin-left:0;
	margin-right:0;
}

.pictoralz{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
	max-width:1170px;
	margin-top:55px;
	margin-left:0;
	margin-right:0;
}

.harris-left{
	padding-left:0px;
	height:125px;
	}
	.trump-right{
	padding-right:0px;
	height:125px;
	}

.aj-avatar{
    width:100px;
}

.headline{
margin-top:5px;
margin-bottom:0;
color:#eeeeee;
}
.subheadline{
	margin-top:0;
	margin-bottom:0;
	color:#eeeeee;
	font-weight: 700;
}
.scorenumber{
	font-weight: 600;
	padding:0;
	margin:0;
}


#aj-ahc{width:90px; position: absolute; opacity: 0;}
#aj-adt{width:90px; position: absolute; opacity: 0;}


.notext{
	display:block;
	color:#666666;
}

a{
    color:#666666;
    text-decoration: none;
}

.leftimage {
	float: left;
  }
  .lefttext {
	float: left;
		padding: 25px 0px 25px 5px;
  }
  .leftname {
	float: left;
	padding: 1px;
  }
  
  .rightimage {
	float:right;
  }
  .righttext {
	float:right;
	padding: 25px 5px 25px 0;
  }
  .rightname {
	float: right;
	padding: 1px;
  }


  .president_dem_bar, .president_rep_bar, .president_ind_bar {
    display: inline-block;
    padding:0;
    margin:0;
	margin-top:-9px;
    height:4px;
    z-index:99;
}

  @media only screen and (min-width: 768px){
    .h1{
        font-size:16px;
    }
    .h2{
        font-size:40px;
    }
    .h3{
        font-size:22px;
    }
    .pictoral{
        margin-top:-85px;
    }
    
    .pictoralx{
        margin-top:10px;
    }
    
    .pictoraly{
        margin-top:42px;
    }
    
    .pictoralz{
        margin-top:60px;
    }

	.president_dem_bar, .president_rep_bar, .president_ind_bar {
		margin-top:-9px;
	}

    /* .aj-avatar{
        width:150px;
    } */

#aj-ahc{width:110px; position: absolute;}
#aj-adt{width:110px; position: absolute;}
    
}


.table{
	border:none;
}

.table td{
	background-color: #333333;
}



.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	padding-bottom:6px;
	padding-top:6px;
	font-size:15px;
	font-weight: 400;
}


.tab-pane .col-sm-6{
	padding-right:0;
	padding-left:0;
}


.linelect{
	border-bottom:2px solid #666666;
	margin-top:-20px;
	height:15px !important;
}


.text10{
	font-size:11px;
	font-weight: 800;
}

.moveup{
	z-index:99999;
	margin-top:-20px;
}

.widgetresults .col-xs-6{
	padding-left: 10px;
	padding-right: 10px;
}

.related p{
margin: 10px 0;
}

.table th{
	color:#000000;
}

#collapseHOR .table th{
	color:#ffffff;
}

#collapseHOR .table tr th{
	background-color:#111111;
}

#collapseHOR .table-responsive{
	margin-bottom:2px;
}

.clickstate{
	margin-top:15px;
}

.clickstate .table th{
	color:#ffffff;
}
.table .statelabel{
	color:#ffffff;
}

#presidency-results .col-xs-12{
	padding-right:0;
	padding-left:0;
}



.toggle-container {
	display: flex;
	align-items: center;
	justify-content: center;

  }
  .label-text {
	margin: 0 10px;
	font-weight: 500;
	text-transform: uppercase;
  }


.toggle-btn {
	width: 60px;
	height: 30px;
	background-color: #666666;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
  }
  .toggle-btn.active {
	background-color: #666666;
  }
  .dot {
	width: 26px;
	height: 26px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: all 0.3s;
  }
  .toggle-btn.active .dot {
	left: 32px;
  }
  .label-left.active {
	opacity: 1;
  }
  .label-right.active {
	opacity: 1;
  }
  .label-left.inactive, .label-right.inactive {
	opacity: 0.5;
  }

  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color:#fff;
	background-color: #666;
  }

.president_top, .house_top{
	z-index: 99;
	margin:0;
	padding:0;
}

.president_total_bar{
	padding:0;
	margin:0;
	z-index: 9999;
}



.president_ind_bar {
	width:0;
	background:#663399;
	float:left;
}

#hc-dem-bar, #dt-rep-bar{
	width:0;
}

.president_rep_bar{
	background:#dd0000;
	float:right;
}

.president_dem_bar {
	background:#3399cc;
	float:left;
}

.middlebar{
padding-bottom:0;
margin-bottom:0;
color:#666666;
}


.house_total_bar, .senate_total_bar{
	padding:0;
	margin:0;
	border-top:2px solid #ffffff;
	background: rgb(102, 102, 102);	;
}
.house_dem_bar, .house_rep_bar, .senate_dem_bar, .senate_rep_bar, .senate_ind_bar {
    display: inline-block;
    padding:0;
    margin:0;
    height:25px;
    z-index:99;
}

.house_rep_bar, .senate_rep_bar{
	width:0;
	background:#dd0000;
	float:right;
}

.house_dem_bar, .senate_dem_bar {
	width:0;
	background:#3399cc;
	float:left;
}

.senate_ind_bar {
	width:0;
	background:#663399;
	float:left;
}

.ind{
	fill:#663399 !important;
}

.senate_top, .house_top{
	z-index: 99;
	margin:15px 0 0 0 !important;
	padding:0 !important;
}


.linelectx{
	height:35px !important;
	margin-right:0 !important;
	margin-left:0 !important;
}

.linebox{
	height:7px;
	padding:0;
	margin:0;
}

.spinner-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:-50px;
	margin-top:17px;
  }
  
  .spinner {
	width: 40px;
	height: 40px;
  }
  
  .inner-circle {
	stroke: #555555;           
	stroke-dasharray: 94;    
	stroke-dashoffset: 0;   
  }
  
  .outer-circle {
	stroke: #999999;        
	stroke-linecap: round;   
	stroke-dasharray: 94;    
	stroke-dashoffset: 94;  
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	animation: growCircle 30s linear infinite; 
  }
  
  @keyframes growCircle {
	0% {
	  stroke-dashoffset: 94;  
	}
	100% {
	  stroke-dashoffset: 0;
	}
  }

  .card-header{
	background:#494948;
  }

  .btn-link:focus, .btn-link:hover{
	color:#eeeeee;
	text-decoration: none;
  }

  .caption{
	/* background-color: #ffffff; */
	padding:5px;
  }
  .captionpad{
	padding: 0;
    margin: 0;
	margin-top:5px;
  }

  .header-logo, .header-logo svg {
	height: 75.2px;
  }