.text-green {
	color: #01AA91 !important;
}

.modal-content {
	border-radius: 2px;
	border: 0;
	box-shadow: 0 0 1px rgb(0 0 0/ 10%), 0 2px 4px rgb(0 0 0/ 20%);
}


.hmodal-info .color-line {
	background: #0083c4;
}
.color-line {
	height: 4px;
	background-size: 100% 6px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.modal-header {
	padding: 7px 18px;
	background: #f7f9fa;
	border-bottom: 1px solid #e5e5e5;
}
.hmodal-success .color-line ,.hmodal-info .color-line {
	background: #01AA91;
}
.hmodal-success .modal-header, .hmodal-info .modal-header {
	    color: #01AA91;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover,
	.btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
	.open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus,
	.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #03927d;
	border-color: #04826f;
}
.fc-session {
            position: relative; /* for resize handle and other inner positioning */
            display: block; /* make the <a> tag block */
            font-size: .85em;
            line-height: 1.3;
            border-radius: 3px;
            color:#FFFFFF;
            border: 1px solid #2787cc; /*  BORDER color */
            background-color: #2787cc; /*  BACKGROUND color */
            font-weight: normal; /* undo jqui's ui-widget-header bold */
            }
            
.fc-events {
            position: relative; /* for resize handle and other inner positioning */
            display: block; /* make the <a> tag block */
            font-size: .85em;
            line-height: 1.3;
            border-radius: 3px;
            color:#FFFFFF;
            border: 1px solid #01AA91; /*  BORDER color */
            background-color: #01AA91; /*  BACKGROUND color */
            font-weight: normal; /* undo jqui's ui-widget-header bold */
            }
//Hide time from name
.fc-event-time {
    display: none !important;
}

.fc-day-grid-event .fc-time{
    display:none;
}

.lds-dual-ring, .lds-dual-ring-white, .lds-dual-ring-grey {
	display: inline-block;
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 34px;
	height: 34px;
	margin: 8px;
	border-radius: 50%;
	border: 4px solid #01AA91;
	border-color: #01AA91 transparent #01AA91 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

