 @keyframes fa-blink {
     0% { opacity: 1; }
     25% { opacity: 0.25; }
     50% { opacity: 0.5; }
     75% { opacity: 0.75; }
     100% { opacity: 0; }
 }
@media (max-width: 768px) {
    .btn-full-mb {
        width:100%;
    }
}
.min-h-256 {
	min-height: 256px !important;
}
.underline {
	text-decoration: underline;
}
.datepicker-dropdown {
	z-index : 9999999 !important;
}
.fa-blink {
   -webkit-animation: fa-blink .75s linear infinite;
   -moz-animation: fa-blink .75s linear infinite;
   -ms-animation: fa-blink .75s linear infinite;
   -o-animation: fa-blink .75s linear infinite;
   animation: fa-blink .75s linear infinite;
}
.card-shadow {
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.btn-group li {
	cursor: pointer;
}

.sweet-alert .icon {
	height: 85px !important; 
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 2px solid #ebeced;;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.navbar-nav>li>a.has-notify:before {
	
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.select2 {
	width : 100% !important;
}
.bootstrap-tagsinput {
	width : 100% !important;
}
.label-switcher {
	cursor : pointer;
}
.label-check {
	cursor : pointer;
}

.select2-close-mask{
    z-index: 2099;
}
.select2-dropdown{
    z-index: 3051;
}
.select2-container.select2-container--default.select2-container--open  {
  z-index: 5000;
}

.table , .dataTable{
  width:100% !important;
}

.i-mini-switch {
	cursor : pointer;
}
.i-mini-switch-si-no {
	cursor : pointer;
}
.i-mini-switch-ajax {
	cursor : pointer;
}
.cursor-pointer {
	cursor : pointer;
}
.cursor-dont {
	cursor : not-allowed;
}
.fdate {
	cursor : pointer;
	background-color : unset !important;
}
.fdate-no-past {
	cursor : pointer;
	background-color : unset !important;
}
.fdate-no-future {
	cursor : pointer;
	background-color : unset !important;
}
.fdate-drops {
	cursor : pointer;
	background-color : unset !important;
}
select[disabled] {
  cursor: not-allowed;
}
.bg-orange {
	background-color : #e59400;
}
.bg-light-gray {
	background-color: #939393;
}
.bg-dark-blue {
	background-color : #000062;
}
.bg-blue2 {
	background-color : #62629d;
}
.emoji-wysiwyg-editor {
	border : 2px solid #bec3c6 !important;
	border-radius: 0.25rem !important;
	overflow: hidden !important;
}
.sweet-alert {
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}