.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	font-size: 10px;
	content: "\e252"; /* adjust as needed, taken from bootstrap.css */
	float: left; /* adjust as needed */
	color: grey; /* adjust as needed */
	margin-top: 5px;
}
.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e250"; /* adjust as needed, taken from bootstrap.css */
}
.catalog-section{
	font-size:21px;
}

.panel-heading:hover{
	background-color: #f0f3fb;
}

.form-group:hover{
	background-color: #f0f3fb;
}
.head-title{
	background-color: #f8f8f8;
}

#chips-card {
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 5px;
    border-radius: 10px;
}

.center{
   padding-left: 5%;
}

.canvas_container{
	border-style: solid;
}

.card-image {
    display: block;
    position: relative;
}

.card-image:last-child img {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.card-image:first-child img {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.image img {
    display: block;
    height: auto;
    width: 100%;
}

.columns.is-centered {
    justify-content: center;
}
.chips-map-card {    
    padding-left: 0px;
    padding-right: 0px;    
    -webkit-box-shadow: 0 2px 5px 0 rgba(204, 204, 204, 0.8), 0 2px 10px 0 rgba(204, 204, 204, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(204, 204, 204, 0.16), 0 2px 10px 0 rgba(204, 204, 204, 0.12);
    box-shadow: 4 2px 5px 0 rgba(204, 204, 204, 0.16), 0 2px 10px 0 rgba(204, 204, 204, 0.12);
    margin: 5px;
    border-radius: 5px;
    height: 140px;
}

.chips-map-hide {
	display:block;	
}

.chips-map-hide > div > a > img{
	filter: grayscale(100%);
}

.titles{
	margin-left:15px;
}

.idm-groups{
	margin-left:1px;
}

#toggleGroups{
	cursor:pointer;
	margin-top: 10px;
}

.badge-red{
	background-color: #f00 !important;	
}
.groups-title{	
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;    
    border-radius: 10px;
}

.justify-center-dflex{
	justify-content: center;
	/*display: flex;*/
}
