* {
  box-sizing: border-box;
}

.logo {
	width: 48px;
}

.logo-lg {
	width: 64px;
}

.illustration {
	display: block;
	width: 75%;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.icon-nav {
	min-width: 18px;
	text-align: center;
}

.actions {
	min-width: 60px;
}

.action-icons a i {
	min-width: 28px;
}

.control-label {
	font-size: 0.8rem;
	margin-left: 12px;
}

.invalid-feedback {
	margin-left: 12px;
}

.alert-container {
	width: 70%;
	margin: auto;
}

.modal-backdrop {
	display: none;
}

.modal {
	background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
	.alert-container {
		width: 100%;
		margin: auto;
	}

	.illustration {
		width: 90%;
		text-align: center;
	}
}

.blockPage .loader {
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
	padding: 1.5rem;
}

@keyframes ball-spin-fade-loader {
	50% {
	  opacity: 0.3;
	  transform: scale(0.4);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
}

.ball-spin-fade-loader {
position: relative;
top: -10px;
left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
top: 25px;
left: 0;
animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
top: 17.04545px;
left: 17.04545px;
animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
top: 0;
left: 25px;
animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
top: -17.04545px;
left: 17.04545px;
animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
top: -25px;
left: 0;
animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
top: -17.04545px;
left: -17.04545px;
animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
top: 0;
left: -25px;
animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
top: 17.04545px;
left: -17.04545px;
animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
background-color: #ADE4F1;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
animation-fill-mode: both;
position: absolute;
}

/**
 * Extracted from: SweetAlert
 */
 .check_mark {
	width: 80px;
	height: 130px;
	margin: 0 auto;
  }

  button {
	cursor: pointer;
	margin-left: 15px;
  }

  .hide{
	display:none;
  }

  .sa-icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
  }

  .sa-icon.sa-success {
	border-color: #4CAF50;
  }

  .sa-icon.sa-success::before, .sa-icon.sa-success::after {
	content: '';
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  .sa-icon.sa-success::before {
	-webkit-border-radius: 120px 0 0 120px;
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
  }

  .sa-icon.sa-success::after {
	-webkit-border-radius: 0 120px 120px 0;
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px;
  }

  .sa-icon.sa-success .sa-placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(76, 175, 80, .5);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
  }

  .sa-icon.sa-success .sa-fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }

  .sa-icon.sa-success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
  }

  .sa-icon.sa-success {
	border-color: transparent\9;
  }
  .sa-icon.sa-success .sa-line.sa-tip {
	-ms-transform: rotate(45deg) \9;
  }
  .sa-icon.sa-success .sa-line.sa-long {
	-ms-transform: rotate(-45deg) \9;
  }

  .animateSuccessTip {
	-webkit-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
  }

  .animateSuccessLong {
	-webkit-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
  }

  @-webkit-keyframes animateSuccessLong {
	0% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	65% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	84% {
	  width: 55px;
	  right: 0px;
	  top: 35px;
	}
	100% {
	  width: 47px;
	  right: 8px;
	  top: 38px;
	}
  }
  @-webkit-keyframes animateSuccessTip {
	0% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	54% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	70% {
	  width: 50px;
	  left: -8px;
	  top: 37px;
	}
	84% {
	  width: 17px;
	  left: 21px;
	  top: 48px;
	}
	100% {
	  width: 25px;
	  left: 14px;
	  top: 45px;
	}
  }
  @keyframes animateSuccessTip {
	0% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	54% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	70% {
	  width: 50px;
	  left: -8px;
	  top: 37px;
	}
	84% {
	  width: 17px;
	  left: 21px;
	  top: 48px;
	}
	100% {
	  width: 25px;
	  left: 14px;
	  top: 45px;
	}
  }

  @keyframes animateSuccessLong {
	0% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	65% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	84% {
	  width: 55px;
	  right: 0px;
	  top: 35px;
	}
	100% {
	  width: 47px;
	  right: 8px;
	  top: 38px;
	}
  }

  .sa-icon.sa-success .sa-line {
	height: 5px;
	background-color: #4CAF50;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
  }

  .sa-icon.sa-success .sa-line.sa-tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  .sa-icon.sa-success .sa-line.sa-long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }

  @-webkit-keyframes rotatePlaceholder {
	0% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	5% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	12% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
	100% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
  }
  @keyframes rotatePlaceholder {
	0% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	5% {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	12% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
	100% {
	  transform: rotate(-405deg);
	  -webkit-transform: rotate(-405deg);
	}
  }

.form-group.required:before{
	color: blue;
	content: "*";
	position: absolute;
	margin-left: -10px;
	margin-top: 0px;
}
.required:before{
	color: red;
	content: "*";
	position: absolute;
	margin-left: -10px;
	margin-top: 0px;
}
.cursor{
	cursor: pointer;
}