@font-face {
    font-family: myFontBoot;
    src: url('fonts/HelveticaNeueW23-Reg.ttf');
}


html {
  font-family: myFontBoot;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
 
  margin: 0;
  font-family: myFontBoot;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
}

.close {
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out,
  -webkit-transform 0.6s ease-in-out;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}



.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.badge-info {
  color: #fff;
  background-color: #B0BEC5;
  box-shadow: 1 1 1 1.2rem rgba(23, 162, 184, 0.5);
  border-style: solid;
  border-color: gray;
  border-width: 0px;
  border-bottom: 0px solid red;
  position: absolute;
  right: 0px;
  margin: 0;
  
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #646464;
}

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 15rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #646464;
text-align: left;
list-style: none;
background-color:#f6f8fd;
background-clip: padding-box;
border: 1px solid    rgb(172, 171, 170);
border-radius: 0.25rem;	
box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);	 
border-top: 2px solid #9b1216;

}
.btn{	
color: #646464 ;

}

.dropdown-item:focus, .dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #e6a64545;
padding-right: 30px ;
transition: all 500ms ease;
}


.dropdown-menu > li> a:hover, .dropdown-menu > li > a:focus{
	background-color:#F0F0F0;
	color: #9b1216;
	padding-left:25px;
	
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	color: #fff;
}


.btn-outline-success {
color:#000;
border-color: #646464;
}
.btn-outline-info:hover {
color:#fff;
}

.btn-primary {
  color:#000;
  background-color: #646464;
}
.btn {   
  text-decoration: none;
}
a {   
  text-decoration: none;
}

.btn-link hover{
  color:#fdd300;
}
.a hover{
  color:#fdd300;
}