.flash {
  background: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  /* margin-bottom: 2rem; */
  /* padding: 2rem; */
  position: absolute;
  width: 100%;
  z-index: 9999;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  animation: slideIn forwards .1s ease-in-out 2;
  animation-timing-function: cubic-bezier(0.01, 1.68, 0.58, 1);
}
  .flash + .flash {
    animation-delay: 0.55s; }
    .flash + .flash + .flash {
      animation-delay: 0.6s; }
  .flash__text {
    -ms-flex: 1;
        flex: 1;
        font-size: 20px;
        text-align: center;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px; }
  .flash__remove {
    background: none;
    color: #fff;
    border: 0;
    padding-right: 20px; }
    .flash__remove:hover {
      color: #FFC40E; }
  .flash:after {
    content: '';
    display: block;
    background: white;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
  .flash--success {
    background: #0E5DC1; }
  .flash--error {
    background: linear-gradient(20deg, red 0%, #c80000 100%); }
  .flash--info {
    background: linear-gradient(35deg, #f1e767 0%, #feb645 100%); }
  .flash p {
    margin: 0; }

.form-gap {
  padding-top: 70px;
}

.btn-color {
  background: #1572E8;
  color: #fff
}

.table-typo tbody > tr > td:first-child {
  min-width: 200px;
}

.remove-image {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 10em;
  padding: 2px 6px 3px;
  text-decoration: none;
  font: 700 21px/20px sans-serif;
  background: #555;
  border: 3px solid #fff;
  color: #FFF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.remove-image:hover {
  background: #E54E4E;
  padding: 3px 7px 5px;
  top: -11px;
  right: -11px;
}
.remove-image:active {
  background: #E54E4E;
  top: -10px;
  right: -11px;
}

.image-area {
  position: relative;
  width: 150px;
  background: #333;
  margin-top: 20px;
  margin-bottom: 20px;
}
.image-area img{
  max-width: 100%;
  height: auto;
}
.hov:hover {
  color: #fff;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  position: absolute;
  top: 221.61px;
  left: 99px;
  padding-left: 0px !important;
  background: rgb(255, 255, 255);
  width: 169px;
  /* display: none; */
  border: 1px solid #cdcdcd;
  max-height: 200px;
  overflow: auto;
  list-style: none;
}
.ui-menu .ui-menu-item {
  border-bottom:1px solid #cdcdcd;
  cursor: pointer;
  padding: 5px;
}
.ui-menu .ui-menu-item:hover {
  background:#cdcdcd;
  color:#000;
}

/*
MULTISELECT
*/

.multiselect-wrapper {
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	/* font-size: 12px; */
	/* font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; */
}

.multiselect-wrapper .multiselect-input {
	width: 100%;
	padding-right: 50px;
}

.multiselect-wrapper label {
	display: block;
	font-size: 12px;
	font-weight : 600;
}

.multiselect-wrapper .multiselect-list {
	z-index: 1;
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid #ebedf2;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-top: -2px;
}

	.multiselect-wrapper .multiselect-list.active {
		display: block;
	}

	.multiselect-wrapper .multiselect-list > span {
		font-weight: bold;
	}

	.multiselect-wrapper .multiselect-list .multiselect-checkbox {
		margin-right: 2px;
	}

	.multiselect-wrapper .multiselect-list > span,
	.multiselect-wrapper .multiselect-list li {
		cursor: default;
	}

.multiselect-wrapper .multiselect-list {
	padding: 5px;
	min-width: 400px;
}

.multiselect-wrapper ul {
	list-style: none;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	max-height: 200px;
  height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}

	.multiselect-wrapper ul li {
		padding-right: 20px;
		display: block;
	}

		.multiselect-wrapper ul li.active {
			background-color: rgb(255, 255, 255);
			color: white;
		}

		.multiselect-wrapper ul li:hover {
			background-color: rgb(255, 255, 255);
			color: white;
		}

.multiselect-input-div {
	height: 34px;
}

	.multiselect-input-div input{
		border: 1px solid #ebedf2;
		background : #fff;
		margin: 5px 0 6px 0;
		padding: 5px;
		vertical-align:middle;
	}

.multiselect-count {
	position: relative;
	text-align: center;
	border-radius: 15px;
	behavior: url(/Content/Pie/pie.htc);
	background-color: #1572e8;
	display: inline-block !important;
	padding: 2px 7px;
	left: -45px;
}

.multiselect-dropdown-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	position: absolute;
	line-height: 20px;
	text-align: center;
	display: inline-block !important;
	margin-top: 17px;
	margin-left: -42px;
}

label#multisel_inputCount {
  color: #fff !important;
  font-size: 14px !important;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background: #1572e8;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: inline-block;
  height: 19px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 9px 0 9px;
  position: relative;
  margin: 6px 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag:hover {
  background-color: none;
  color: white;
  text-decoration: none;
}

.shift-right {
  margin-left: auto;
}

.cover-spin {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgba(255,255,255,0.7);
  z-index:9999;
  display:none;
}
.cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:40px;height:40px;
  border-style:solid;
  border-color:black;
  border-top-color:transparent;
  border-width: 4px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.pagination li {
  display:inline-block;
  padding:5px;
}
.download_pdf_btn {
  float: right;
}