 @keyframes fa-blink {
     0% { opacity: 1; }
     25% { opacity: 0.25; }
     50% { opacity: 0.5; }
     75% { opacity: 0.75; }
     100% { opacity: 0; }
 }
.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;
}
.btn-group li {
	
	cursor: pointer;
	
}
.box-shadow  {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.card-box {
	padding: 13px;
    border-radius: 12px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.card-shadow-strong {
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.6),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.text-ellipsis {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.label-primary {
    background-color: #337ab7;
}
.text-bold {
	font-weight : bold;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

@-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;
}
.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;
}
.logo-topbar {
	width: 118px;
    height: 30px;
    margin-top: -10px;
}

div.dataTables_filter label input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: inherit;
}

div.dataTables_length select {
	/* display: block; */
    /* width: 100%; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
}
.iziToast-wrapper {
    z-index: 9999999;
}
input[disabled] {
  cursor: not-allowed !important;
}
select:disabled {
  cursor: not-allowed;
}
.select2-selection {
	height: calc(2.55rem + 2px) !important;
	border: 1px solid #ced4da !important;
}
.select2-selection__rendered {
	line-height: 34px !important;
}
.underline {
	text-decoration : underline;
}
.cursor-pointer {
	cursor : pointer;
}
.cursor-dont {
	cursor : not-allowed;
}
.width-25 {
	width : 25%;
}
.width-16-6 {
	width : 16.66% !important;
}
.link {
	color: blue;
	text-decoration: underline;
}

.conversation-list {
  list-style: none;
  height: 332px;
  padding: 0 10px 0 0;
}

.conversation-list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 42px;
}

.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}

.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}

.conversation-list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}

.conversation-list .ctext-wrap {
  background: #E1F3EF;
  border-radius: 3px;
  display: inline-block;
  padding: 12px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.conversation-list .odd .ctext-wrap{
  background-color: #d5ecf6;
  border-radius: 3px;
  display: inline-block;
  padding: 12px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.conversation-list .ctext-wrap i {
  color: #1a2942;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}

.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #E1F3EF;
  border-width: 8px;
  margin-left: -1px;
  border-right-color: #E1F3EF;
}

.conversation-list .odd .chat-avatar {
  float: right !important;
}

.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}

.conversation-list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0);
  border-left-color: #d5ecf6 !important;
  border-top-color: #d5ecf6 !important;
  left: 100% !important;
  margin-right: -1px;
}
.chat_btn {
  padding-top: 10px;
}
.p-d-10 {
    padding: 10px;
}
.quote {
	font-style : italic;
	color : gray;
}
.no-border-top {
	border : 0 !important;
}
.f-s-20 {
	font-size : 20px !important;
}
.f-s-10 {
	font-size : 10px !important;
}
.f-s-15 {
	font-size : 15px !important;
}
.f-s-5 {
	font-size : 5px !important;
}
.f-s-13 {
	font-size : 13px !important;
}
.width-100 {
	width : 100% !important;
}
.text-italic {
	font-style : italic;
}
.strong-link {
	text-decoration : underline;
	color	: #6610f2;
}
.unset-bg-cursor {
	cursor : pointer;
	background-color : unset !important;
}
.unset-bg {
	background-color : unset !important;
}
.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;
}
.modal {
    z-index: 999998 !important;
}
.sweet-alert {
	z-index : 999999 !important;
}
.m-b-10 {
	margin-bottom : 10px;
}
.m-b-15 {
	margin-bottom : 15px;
}
.select2-selection__choice {
	height: 34px;
    font-size: 12px;
}
.select2-selection--multiple {
	height : auto !important;
}
.info_bg_dark {
    background: #015CFF;
    color: #fff;
}
.text-black {
	color : black !important;
}
.bold {
	font-weight: bold;
}
.bg-black {
	background-color: black;
	color : white;	
}
.bg-yellow {
	background-color : #DFFF00;
	color : black;
}

.sweet-alert h2 {
	margin-top : 31px;
}

.notifications .btn-default {
	border: none !important;
}




