.logo-left-block {
	background-image: url("https://cdn.shopify.com/s/files/1/2078/0145/t/27/assets/logo-digbi-health_nav-web.svg?8775");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	object-fit: cover;
	background-color: #fafafa;
}

.has-danger > .help-block {
	color: hsl(5, 78%, 57%);
	padding-top: 0.2em;
}

.has-danger > input {
	border: 1px solid #e74a3b;
}
.has-danger > select {
	border: 1px solid #e74a3b;
}
.has-danger > textarea {
	border: 1px solid #e74a3b;
}

.vertical-tab  a:hover,
.vertical-tab  a:focus {
	text-decoration: none;
	outline: none;
	
}
.vertical-tab  li.active {
	border-right: 2px solid #4369d7;
}
.vertical-tab {
	font-family: "Chivo", sans-serif;
	display: table;
}
.vertical-tab .nav-tabs {
	display: table-cell;
	width: 25%;
	min-width: 28%;
	vertical-align: top;
	border-right: 2px solid #4e73df;
	border-bottom:none;
}
.vertical-tab .nav-tabs li {
	float: none;
	vertical-align: top;
}

.vertical-tab .tabpanel{
	margin: 0px 25px !important;
    width: 100%!important;
}

.topbar .dropdown-list {
    max-height: 380px !important;
    overflow-y: scroll !important;
}        


select {
	margin: 5px;
	width: 200px !important;
  }
  
select.custom {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
padding-right: 25px;
background-repeat: no-repeat;
background-position: right center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100% !important;
margin-left: 0px !important;
}

select.custom::-ms-expand {
display: none;
}

.icon-active{
	color: #4070ff !important;
}

thead th {
	padding: 2px;
  }

  #cards .item h5 {
    width: 189px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .sort-up {
	margin-top: 6px;font-size: 15px;
  }

  .sort-down {
	margin-top:6px;margin-left:-7px;font-size: 15px;height: 25px;
  }