.ck-editor__editable{
	height: 200px !important;
}
.wrapper {
	display:none;
}
.animated{
	-webkit-animation-duration: 1s ;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both ;
	animation-fill-mode: both ;
}
@-webkit-keyframes fadeIn{
	0%		{opacity:0;}
	100%	{opacity:1;}
}
@keyframes fadeIn{
	0%		{opacity:0;}
	100%	{opacity:1;}
}
.fadeIn{
	-webkit-animation-name:fadeIn;
	animation-name: fadeIn;
}
.bootstrap-tagsinput{
	height: calc(2.875rem + 2px);
}
.bootstrap-tagsinput .badge{
	margin:5px 2px !important;
}
.alert-outline-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-outline-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-outline-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-outline-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-outline {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.table-button-margin {
  margin: 3px !important;
}
.toast {
  width: 900px !important;
}
#spinner {
  display: none;
}
.nav-sidebar.nav-child-indent .nav-treeview {
  padding-left: 0 !important;
}
.no-line-height {
  line-height: initial !important;
}
.sidebar-margin{
  margin-left: 2rem !important;
}
.horizontal-align {
  position: absolute;
  top: 30%;
}
.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}
.dropzone {
  border: 2px dashed #0087F7 !important;
  background: white;
  border-radius: 5px;
  min-height: 300px;
  padding: 90px 0;
  vertical-align: baseline;
}
.nav-sidebar .nav-header:not(:first-of-type) {
  padding: 5px 0 5px 0 !important;
}
.select2-container .select2-selection--single {
	height: auto !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
	top: 5px !important;
}
.uppercase {
	text-transform: uppercase;
}
.red-bold-text {
	font-weight: bold;
	color: red;
}
.text-100 {
	font-size: 100%;
}