/*--import variables here--*/
 


.cc-multi-selection-actions {
	background-color: var(--white-color);
	bottom: 0;
	box-shadow: 0px -4px 25px rgba(var(--rgba-shadow-color),.2);
	display: none; /*tempoarary for phase 1*/
	height: 70px;
	left: 0px;
	position: fixed;
	right: 0px;
	width: 100%;
	z-index: 1;
}

.cc-footer-height {
	height: 70px;
}

.cc-multi-selection-actions .cc-right-side-actions button {
  margin-left: 15px;
}

.cc-prev-next {
	background-color: var(--white-color);
	border-radius: .5rem;
	bottom: 30px;
	height: 66px;
	padding: 0px 15px;
	position: fixed;
	right: 40px;
	width: 246px;
	z-index: 1;
}








/*always have media queries at the bottom of the file like so*/


/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}