@charset "utf-8";
/* CSS Document */

body {background-color: #222222;}
.container-fluid {background-color: #434343;color:white;}
.card-body {background-color: #434343;}
.card {background-color: #434343;border:1px solid #ececec;}
.footer {background-color: #151515;}
.progress {background-color: #151515;}
.progress-bar {background-color: #ef6000;}
.alert-warning {background: none;color:#ffffff;}
.btn-primary{background-color: #ef6000 !important;border-color: #ef6000 !important;}
.btn-outline-primary{border-color: #ef6000 !important; color: #ef6000 !important;}
.btn-outline-primary:hover{background-color: #ef6000 !important;color:#ffffff !important;}
.btn-outline-primary:focus{background-color: #ef6000 !important;color:#ffffff !important;}
.badge-primary{background-color: #ef6000;}
.badge.bg-primary{background-color: #ef6000 !important;}
.text-primary{color: #ef6000 !important;}
.text-primary:hover{color: #ef6000 !important;}
.text-primary:focus{color: #ef6000 !important;}
a.text-primary:hover{color: #ef6000 !important;}
a.text-primary:focus{color: #ef6000 !important;}
.border-primary{border-color: #ef6000 !important;}
.badge.bg-primary:hover{background-color: #ef6000;}
.badge.bg-primary:focus{background-color: #ef6000;}
.page-link{background-color: #343a40 !important;color:#ffffff !important;}
.homepage-cat-header{background-color: #343a40 !important;color:#ffffff !important;}
.modal-content{background-color: #434343 !important;color:white;}
a{color: white;}
a:hover{color: white;}
code{color:white !important;}
.headerImg:after{content: '';
    background: url("https://www.darcyf1.com/images/nav_logo_wide.png");
    float:right;
	width:255px;
    height:30px;
}
.headerIcon:after{content: '';
    background: url("https://www.darcyf1.com/images/homebtn.png");
    float:right;
	width:47px;
    height:20px;
}
.circle {
  width: 55px;
  height: 20px;
  border-radius: 25%;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #373737;
  line-height:16px;
  border:1px solid #969696;
  position:relative;
  top:-20px;
}