body {
	display: none;
}

form {
	width: 100%
}

.pointer {
	cursor: pointer;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 33px;
  left: 33px;
}

.toast-top-right {
  top: 33px;
  right: 33px;
}

.toast-bottom-right {
  right: 33px;
  bottom: 33px;
}

.toast-bottom-left {
  bottom: 33px;
  left: 33px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 1;
}

#toast-container > div:hover {
  cursor: pointer;
}

#toast-container > .toast-info .fa {
	font-size: 15px;
	/*
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
  */
}

#toast-container > .toast-error .fa {
	font-size: 15px;
	/*
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
  */
}

#toast-container > .toast-success .fa {
	font-size: 15px;
	/*
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
  */
}

#toast-container > .toast-warning .fa {
	font-size: 15px;
	/*
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
  */
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #242328;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.toast-success {
  background-color: #0abb87;
}

.toast-error {
  background-color: #e04b4b;
}

.toast-info {
  background-color: #55a6eb;
}

.toast-warning {
  background-color: #ffb822;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #000000;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.navbar-nav .nav-link > .fa {
  min-width: 1.75rem;
  padding-bottom: .125em;
  font-size: 1.0625rem;
  line-height: 1.40625rem; }


.navbar-nav .nav-link > .fa {
  display: inline-block;
  min-width: 1.75rem; }


.fa {
  line-height: inherit; }

.fc .fc-event {
  background: #5867dd;
  color: white !important;
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 1px 3px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: normal;
}

.fc .fc-event:hover {
  background: #4453c9;
}

.fc .fc-event.bg-danger:hover {
  background: #cc3737 !important;
}

.fc .fc-event.bg-success:hover {
  background: #00a773 !important;
}

.fc .fc-event.bg-info:hover {
  background: #4192d7 !important;
}

.fc .fc-event.bg-warning:hover {
  background: #eba40e !important;
}

.fc .fc-list-table .fc-list-item.bg-danger:hover td {
  background: #e04b4b !important;
}

.fc .fc-list-table .fc-list-item.bg-danger .fc-event-dot {
  background: white !important;
}

.fc .fc-list-table .fc-list-item.bg-success:hover td {
  background: #0abb87 !important;
}

.fc .fc-list-table .fc-list-item.bg-success .fc-event-dot {
  background: white !important;
}

.fc .fc-list-table .fc-list-item.bg-info:hover td {
  background: #55a6eb !important;
}

.fc .fc-list-table .fc-list-item.bg-info .fc-event-dot {
  background: white !important;
}

.fc .fc-list-table .fc-list-item.bg-warning:hover td {
  background: #ffb822 !important;
}

.fc .fc-list-table .fc-list-item.bg-warning .fc-event-dot {
  background: white !important;
}

.fc .fc-list-table .fc-list-item.bg-primary:hover td {
  background: #5867dd !important;
}

.fc .fc-list-table .fc-list-item.bg-primary .fc-event-dot {
  background: white !important;
}

.fc .fc-list-table .fc-list-item.bg-secondary:hover td {
  background: #6a6e92 !important;
}

.fc .fc-list-table .fc-list-item.bg-secondary .fc-event-dot {
  background: white !important;
}

.fc .fc-list-table .fc-list-item.bg-dark:hover td {
  background: #242328 !important;
}

.fc .fc-list-table .fc-list-item.bg-dark .fc-event-dot {
  background: white !important;
}

.fc .fc-state-default {
  background: #e2e2e2;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.fc .fc-state-default.fc-state-active {
  background: #5867dd;
  color: white;
}

.fc .fc-event-dot {
  background: #cdcdcd !important;
}

.fc .fc-center h2 {
	padding-top: 7px;
  font-weight: 500;
  font-size: 19px;
  color: #828282;
}

.fc table thead th {
	padding: 5px;
	font-size: 14px !important;
}

@media (max-width: 768px) {
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
}


.display-5 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.1;
}

.display-6 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1;
}

.display-7 {
  font-size: 1.1rem;
  line-height: 1.1;
}

.blinking {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.bold {
	font-weight: bold;
}

table thead th {
	font-size: 11px !important;
}

.no-border {
	border: none;
}

.checkered-background {
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
	background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
	background-repeat: repeat, repeat;
	background-position: 0px 0, 5px 5px;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-background-origin: padding-box, padding-box;
	background-origin: padding-box, padding-box;
	-webkit-background-clip: border-box, border-box;
	background-clip: border-box, border-box;
	-webkit-background-size: 10px 10px, 10px 10px;
	background-size: 10px 10px, 10px 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	/*
	-webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
	transform: scaleX(1) scaleY(1) scaleZ(1);
	*/
}

@keyframes shadow-pulse-light
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}

.pulse-light
{
  animation: shadow-pulse-light 1s infinite;
}

.form-info label {
  color: #6E84A3 !important;
}

.badge {
	padding: 6px 8px;
	border-radius: 3px;
}

.badge-medium {
	font-size: 13px;
}


// Upload
input[type="file"] {
	cursor: pointer;
}
.file-btn {
	position: relative;
}
.file-btn input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.upload-cropper .upload-cropper-wrap,
.upload-cropper .upload-result,
.upload-cropper .upload-actions,
.upload-cropper.ready .upload-msg {
	display: none;
}
.upload-cropper.ready .upload-cropper-wrap {
	display: block;
}
.upload-cropper.ready .upload-result, .upload-cropper.ready .upload-actions {
	display: inline-block;
}
.upload-cropper-wrap {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	display: block;
}
.upload-msg {
	text-align: center;
	color: #aaa;
}
.upload-actions {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}


.blinking{
	animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
	0% { color: #000; }
	49% { color: #000; }
	60% { color: transparent; }
	99% { color:transparent; }
	100% { color: #000; }
}
