.ui-accordion .ui-accordion-content{
	padding: 0px !important;
}

.ui-accordion-content{
	/*height: auto !important;*/
}

.table-responsive{
	overflow: visible !important;
}

.wide-100{
	width: 100%;
}
.wide-33{
	width: 33.33%;
	float: left;
}

.wide-25{
	width: 25%;
	float: left;
}

.wide-66{
	width: 66.66%;
	float: left;
}

.wide-75{
	width: 75%;
	float: left;
}

.last-in-row{
	display: inline-block;
	padding-left: 10px;
}

.view-configuration-cards .views-field-dropbutton{
	position: absolute;
	right: 10px;
	margin-top: -40px; 
}

.region-sidebar-first .contextual{
	display: none;
}

input.css-checkbox{
	margin-top: 15px !important;
	width: 30px !important;
	height: 30px !important;
}

.form-type-checkbox .control-label{
	padding-right: 10px;
}

.modal-bg{
	position: fixed;
	z-index: 15;
	top: 0px;
	left: 0px;
	height: 100vh; 
	width: 100vw; 
	background: rgba(0,0,0,0.4);
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}

.custom-modal{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-animation: expand 0.5s;
	animation: expand 0.5s;
}

.details-button{
	position: absolute;
	margin-top: -28px;
}

.has-link .panel-title{
	padding-left: 100px;
}

@-webkit-keyframes expand{
    0%{top:-100%;}
    100%{top:50%;}
}

@-webkit-keyframes fadein{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@keyframes expand{
    0%{top:-100%;}
    100%{top:50%;}
}

@keyframes fadein{
    0%{opacity: 0;}
    100%{opacity: 1;}
}