.m-form .m-form__group {
	padding-bottom: 0;	
}

.hiddenFields {
	display:none;	
}

#dvLoading {
   background: url('../img/loading.gif') no-repeat center center;
   height: 250px;
   width: 250px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -125px 0 0 -125px;
}

.multiple-items {
	max-height: 190px;
	overflow-y: hidden;
}

.pic-wrap {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    outline: 0;
    margin-right: 1rem;
    background: no-repeat;
}

.multiple-items.slick-initialized {
	overflow-y: visible;
}

.slick-slide img {
	width: 100%;
}

img.loadscript {
	margin: 0 auto;
	display: block;
	padding: 2rem 0;
	width: 100px;
}


::-webkit-input-placeholder { /* Chrome */
	color: #E0E0E0 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #E0E0E0 !important;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
	color: #E0E0E0 !important;
	opacity: 1;
}

.datepicker {
	z-index: 999999 !important;	
}

.table-hover tbody tr:hover td {
	background: #EEE !important;	
}

.select2 {
	width: 100% !important;;
}