.benclass {
  color: green;
  font-size: 3rem;
  background: yellow;
  text-shadow: #212529;
}

.card-img-top {
  height: 100px;
  width: 100%;
  display: block;
}

.card {
  min-height: 150px;
}

sup {
  top: -.5em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.tab-content {
  border-left: 1px solid #2c3e50;
  border-right: 1px solid #2c3e50;
  border-top: 1px solid #2c3e50;
  border-bottom: 1px solid #2c3e50;
  margin-left: 30px;
  margin-right: 30px;
  /* padding: 10px; */
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
  margin-left: 0px;
  margin-right: 0.25px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item,
.nav-tabs .nav-item:focus,
.nav-tabs .nav-item:hover {
  color: #2c3e50;
  background-color: #fff;
  border-color: #2c3e50;
  border-bottom: 0px solid;
  margin-left: 0.25px;
  margin-right: 0.25px;
}

body a {
  text-decoration: none;
  color: #2c3e50;
}

body a:hover {
  text-decoration: none;
  color: #2c3e50;
}
footer {
  margin-top: 0px;
}

footer a {
  text-decoration: underline;
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
  color: #fff;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

/* @media (max-width: 740px) {
html,
body,
header,
.view {
	height: 1400px;
}
}
@media (min-width: 800px) and (max-width: 850px) {
html,
body,
header,
.view {
	height: 600px;
}
} */

#namelist {
  background-color: rgba(255, 255, 255, 1);
  overflow-y: scroll;
  overflow-x: none;
  max-height: 20em;
  width: 100%;
  /* z-level: 255;  */
  position: relative;
  display: inline-block;
  text-align: left;
  border: radius 3px;
  padding-left: 15px;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  /* padding-right:15px;
	padding-left:15px; */
}

.card {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  /* min-width:16rem; */
  /* max-width:24rem; */
  /* max-width: 325px; */
  /* min-width:325px; */
  /* max-height:250px; */
  /* min-height:250px;  */
  width: 18rem;
  border: 0.25px solid rgba(44, 62, 80, 0.5);
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .display-4 {
    font-size: 3rem;
    padding-top: 15px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .card {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    /* max-width: 350px; */
    /* min-width:350px; */
    /* max-height:250px; */
    /* min-height:250px; */
    /* width:18rem; */
  }
  .display-4 {
    font-size: 3.5rem;
  }
}

.card h4 {
  font-family: "Lato" !important;
  font-weight: 500;
}

/* .card:hover{	
	box-shadow: 1px 1px 3px 3px #3d4766; 

	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02); 
} */

.card:hover {
  -webkit-box-shadow: 0px 2px 30px -7px rgba(61, 71, 102, 1);
  -moz-box-shadow: 0px 2px 30px -7px rgba(61, 71, 102, 1);
  box-shadow: 0px 2px 30px -7px rgba(61, 71, 102, 1);
}

#tile_emp_search {
  background-image: url("/static/img/employee_search.svg");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_highest_paid_emp {
  background-image: url("/static/img/highest_paid_employees.svg");
  height: 200px;
  width: 325px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_transaction_details {
  background-image: url("/static/img/transaction_details.svg");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_pkids {
  background-image: url("/static/img/PKIDS cap Icon.png");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_healthcost {
  background-image: url("/static/img/Health Cost icon.png");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_entity_overview {
  background-image: url("/static/img/entity_overview-01.svg");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_entity_comp {
  background-image: url("/static/img/Entity Compensation Downloader.png");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_ven {
  background-image: url("/static/img/highest_paid_vendors.svg");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_vendet {
  background-image: url("/static/img/vendor_search.svg");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_cares_vendor {
  background-image: url("/static/img/cares_vendor_payments.svg");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_cares_dash {
  background-image: url("/static/img/cares_dashboard.svg");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_help {
  background-image: url("/static/img/help.png");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_jobtitle {
  background-image: url("/static/img/job_title.svg");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

#tile_jobtitle_menu {
  background-image: url("/static/img/job_title_menu.png");
  height: 200px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
}

/* .card-body .card-text {
	position:absolute;
	bottom:15px;
	left:0px;
	width:100%;
	text-align:center;
	padding-right:5px;
	padding-left:5px;
} */

span.deleteicon {
  position: relative;
}
span.deleteicon span {
  position: absolute;
  display: block;
  top: 5px;
  right: 0px;
  width: 16px;
  height: 16px;
  background: url("/static/img/times-circle-solid.svg") 0 -690px;
  cursor: pointer;
}
span.deleteicon input {
  padding-right: 16px;
  box-sizing: border-box;
}

#delete_icon_button {
  position: absolute;
  top: 38px;
  right: 24px;
  width: 24px;
  height: 24px;
  color: #212529;
}

/* #bg_image{
	background-image: url('/static/img/tu_bg.png'); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: top center;
	background-attachment: fixed;
	
} */

/* #bg_image{
	background-image: url('/static/img/bg_image.png'); 
	background-repeat: no-repeat; 
	background-size:500px 500px;
	background-position: top left;
	background-attachment: fixed;
	background-position-x: 3%;
    background-position-y: 28px;
	background-color:#ECF5FF;
	
} */



.noUi-value .noUi-value-horizontal .noUi-value-sub {
  transform: rotate(-45deg)
}