@charset "utf-8";
/* CSS Document */

.dropdown-menu{
position: absolute;
top: 100%;
left: 0px;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.75rem 1rem;
margin: 0 0 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: none;
border-radius: 0rem;
opacity: 1;
box-shadow: 0 10px 33px rgba(0, 0, 0, 0.2);
} 

.dropdown-item{
display: block;
width: 100%;
padding: 0.75rem 1.5rem;
clear: both;
color: #fff;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: none;
} 




.dropdown-item:hover, .dropdown-item:focus{
color: #16181b;
text-decoration: none;
background-color: #ffe582;
border: none;
}

.pe-7s-users,.pe-7s-car {
	font-size: 40px;

}

.icon {
	margin-right: 15px;
}


.custom-bullet li {
 position: relative;
    line-height: 20px;
    font-size: 14.5px;
    padding: 7px 0px 7px 2px;
}

.custom-bullet li:before {
  content: url("../images/yellow-square-bullet.jpg");
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  left: -30px;
}


.custom-bullet {
	list-style: none;
}


.link-uline {
    color: #000000;
}


.link-uline:hover {
    color: #333333;
    border-bottom-color: #ffcb00;
    border-bottom-style: solid;
	border-bottom-width: 1px;}


.link-uline-light {
    color: #fff;
}


.link-uline-light:hover {
    color: #efefef;
    border-bottom-color: #ffcb00;
    border-bottom-style: solid;
	border-bottom-width: 1px;}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
	border-radius: 0px;
}

/* The Close Button */
.close,.close2,.close3,.close4 {
  color: #ffcb00;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #ffcb00;
  text-decoration: none;
  cursor: pointer;
}

.btn-modal {
  background: transparent;
  border-color: transparent;
		color: #fff;
	padding: 0px;
	font-size: 14px;
}

.btn-modal:hover {
   background: transparent;
	 border-bottom-color: #ffcb00;
    border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #fff;
	font-size: 14px;
	
}

.text-grey-dk {
	color: #333333
}
