.m-invisible {
  display: none
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 160px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.m-bg {
 background-color: #093863
}

.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

.border-top-danger{
    border-top-color: red !important;
}

.list-group-scroll{
  max-height: 115px;
  margin-bottom: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.pulse-blue {
  animation: pulse-blue 2s infinite;
}

@-webkit-keyframes pulse-blue {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(16, 78, 223, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse-blue {
  0% {
      -moz-box-shadow: 0 0 0 0 rgba(16, 78, 223, 0.4);
      box-shadow: 0 0 0 0 rgba(16, 78, 223, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.pulse-warning {
  animation: pulse-warning 2s infinite;
}

@-webkit-keyframes pulse-warning {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 136, 0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse-warning {
  0% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 136, 0, 0.4);
      box-shadow: 0 0 0 0 rgba(255, 136, 0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.pulse-danger {
  animation: pulse-danger 2s infinite;
}

@-webkit-keyframes pulse-danger {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse-danger {
  0% {
      -moz-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
      box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.dropzone {
	z-index: 999;
	cursor: pointer;
	transition: all .15s ease;
	text-align: center;
	color: #747678;
	border: 1px dashed rgb(220, 221, 221);
	border-radius: 0;
	background-color: #f7f7f7;
	order: -1;
	font-size: 13px;
	font-weight: 600;
	min-height: 35px;
}


.dropzone {
	position: relative;
	/* display: flex; */
	flex-direction: column
}

.dz-message {
	z-index: 999;
	padding: 5rem 1rem;
	cursor: pointer;
	transition: all .15s ease;
	text-align: center;
	color: #747678;
	border: 1px dashed rgb(220, 221, 221);
	border-radius: 0;
	background-color: #f7f7f7;
	order: -1;
	font-size: 13px;
	font-weight: 600;
}

.dz-message:hover {
	color: #747678;
	border-color: #8898aa
}

.dz-drag-hover .dz-message {
	color: #5e72e4;
	border-color: #5e72e4
}

.dropzone-multiple .dz-message {
	padding: 7px;
}

.dropzone-single.dz-max-files-reached .dz-message {
	opacity: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .9)
}

.dropzone-single.dz-max-files-reached .dz-message:hover {
	opacity: 1
}

.dz-preview {
	width: 120px;
}

.dz-preview-single {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: .375rem
}

.dz-preview-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: .375rem
}

.dz-preview-img {
	/* width: 100%;
	height: 100%; */
	border-radius: .375rem;
	-o-object-fit: cover;
	object-fit: cover
}

.dz-preview-multiple .list-group-item:last-child {
	padding-bottom: 0;
	border-bottom: 0
}

[data-dz-size] strong {
	font-weight: 400
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}
/*Select2 ReadOnly End*/
