/* Fonts */

@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
/* Sidebar */

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
}

#sidebar-menu > li > a {
	padding: 5px 0px;
	border-radius: 3px;
	font-size: 13px;
	height: auto;
	display: flex;
	justify-content: start;
	align-items: center;
	line-height: 1;
	color: #fff;
	transition: all .4s ease;
}

.menu-icon-sidebar {
	width: 24px;
	margin-right: 10px;
	fill: #7a6e66;
	transition: all .4s ease;
}

#sidebar-menu > li.active > a .menu-icon-sidebar,
#sidebar-menu > li:hover > a .menu-icon-sidebar {
	width: 24px;
	margin-right: 10px;
	fill: #f2cf3e;
	transition: all .4s ease;
}

#page-sidebar.font-inverse #sidebar-menu li a {
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

#page-sidebar.font-inverse #sidebar-menu li a:hover {
	text-decoration: none;
	font-weight: 700;
}

#sidebar-menu li.header {
	font-family: 'Quicksand', sans-serif;
	font-size: 12px;
	padding: 15px 0;
	font-weight: 400;
	text-align: center;
	color: #d8d8d8 !important;
}

#sidebar-menu li.header span.icon-divider {
	font-weight: 100;
	color: #54a5ea;
}

#page-sidebar ul li.sfHover > a.sf-with-ul, #page-sidebar ul li a:hover, #page-sidebar ul li.active > a {
	font-weight: 600;
	text-decoration: none;
	transition: all .4s ease;
}

#sidebar-menu {
	margin: 0px 0 0 0;
	padding: 5px 20px;
	list-style: none;
}


/* HEADER */

#header-logo .logo-content-big {
	background: none;
	text-indent: 0;
	display: block;
	width: 125px;
	height: auto;
	transition: transform .1s ease;
}

#header-logo .logo-content-big:hover {
	transform: scale(1.05);
	transition: transform .1s ease;
}

#header-nav-right a.hdr-btn {
	float: left;
	height: auto;
	line-height: 1;
	display: block;
	width: auto;
	text-align: center;
	background: #f2cf3f;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0;
	margin: 8px 10px 0 0;
	color: #FFFFFF;
	padding: 8px 10px;
	font-size: 12px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	position: relative;
	transition: all .3s ease;
}

#header-nav-right a.hdr-btn:before {
	position: absolute;
	left: -10px;
	top: 0;
	content: "";
	border-top: 14px solid transparent;
	border-right: 10px solid #f2cf3f;
	border-bottom: 14px solid transparent;
	border-left: 0px solid transparent;
	transition: all .3s ease;
}

#header-nav-right a.hdr-btn:after {
	position: absolute;
	right: -10px;
	top: 0;
	content: "";
	border-top: 14px solid transparent;
	border-left: 10px solid #f2cf3f;
	border-bottom: 14px solid transparent;
	border-right: 0px solid transparent;
	transition: all .3s ease;
}

#header-nav-right a.hdr-btn:focus {
	text-decoration: none;
}

#header-nav-right a.hdr-btn:hover {
	background-color: #fdf16e !important;
	color: #fff !important;
	text-decoration: none !important;
	transition: all .3s ease;
}

#header-nav-right a.hdr-btn > i {
	color: #c1a42b;
	font-size: 12px;
	margin-right: 3px;
}

#header-nav-right a.hdr-btn:hover > i {
	color: #f2cf3f;
}

#header-nav-right a.hdr-btn:hover:before {
	border-right: 10px solid #fdf16e;
	transition: all .3s ease;
}

#header-nav-right a.hdr-btn:hover:after {
	border-left: 10px solid #fdf16e;
	transition: all .3s ease;
}

#page-header .user-account-btn>a.user-profile span {
	width: auto;
}

#page-header .user-account-btn > a.user-profile > span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

#page-header .user-account-btn > a.user-profile span.bs-label {
	float: right;
	margin: 0 0 0 20px;
	font-size: 9px;
	line-height: 10px;
	border-radius: 0;
	position: relative;
}

#page-header .user-account-btn > a.user-profile span.label-aba {
	background-color: #9e948d;
}

#page-header .user-account-btn > a.user-profile span.label-aba:before {
	position: absolute;
	left: -5px;
	top: 0;
	content: "";
	border-top: 8px solid transparent;
	border-right: 5px solid #9e948d;
	border-bottom: 8px solid transparent;
	border-left: 0px solid transparent;
}

#page-header .user-account-btn > a.user-profile span.label-aba:after {
	position: absolute;
	right: -5px;
	top: 0;
	content: "";
	border-top: 8px solid transparent;
	border-left: 5px solid #9e948d;
	border-bottom: 8px solid transparent;
	border-right: 0px solid transparent;
}

/* CONTENT */

#page-title {
	font-family: 'Quicksand', sans-serif;
	display: flex;
	justify-content: space-between;
}

.page-title-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 1;
}

.page-title-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	flex: 1;
}

#page-title > h2 {
	font-weight: 500;
	font-family: inherit;
}

#page-title > p {
	font-weight: 300;
	font-family: inherit;
}

#page-title > p > strong {
	font-weight: 500;
}

#page-title .page-title-search {
	max-width: 480px;
	position: absolute;
	right: 0;
}

#page-title .page-title-search .form-group {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

#page-title .page-title-search .form-group > button {
	min-width: auto;
	transition: all .3s ease;
}

#page-title .page-title-search .form-group > a {
	min-width: auto;
	transition: all .3s ease;
}

/* CSS User Flip box */
.user_box {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(187, 180, 175, 0.5);
	box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	position: relative;
	font-family: 'Quicksand', sans-serif;
	display: flex;
    align-items: center;
    justify-content: center;
}

.user_box .front {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.btn-clientCase-1 {
	color: #fff;
	background: #bbb4af;
	border-color: transparent;
}

.btn-clientCase-2 {
	color: #fff;
	background: #9e948d;
	border-color: transparent;
}

.btn-clientCase-3 {
	color: #fff;
	background: #7a6e66;
	border-color: transparent;
}

.user_box div[class^='back-'] {
	position: absolute;
	padding: 32px 20px 32px 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #fff;
}

.user_box div[class^='back-'] > div {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.user_box div[class^='back-'] div[id^='user-map-'] {
	width: 100%;
	height: 100%;
	background-color: #eee;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.user_box div[class^='back-'] a.close-flip {
	color: #aeaeae;
	font-size: 28px;
	line-height: 26px;
	padding: 10px;
	left: calc(100%/2 - 25px);
	top: 5px;
	position: absolute;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.user_box div[class^='back-'] a.close-flip:hover {
	text-decoration: none;
	color: #444;
}

.user_box .back-address a.go-address {
	color: #fff;
	font-size: 28px;
	line-height: 1;
	padding: 10px;
	left: calc(100%/2 - 25px);
	bottom: 5px;
	position: absolute;
	background-color: #3577f1;
	box-shadow: 0px 0px 0px 10px #fff;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.user_box .front .user_role {
	margin: 10px 0 -10px 0;
}

.user_box .front .user_role span {
	padding: 5px 15px;
}

.user_box .front .user_profile_actions {
	position: absolute;
	right: 15px;
    top: 15px;
	color: #ef7777;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	font-size: 18px;
}

.user_box .front .user_name {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.4;
}

.user_box .front .user_company {
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
	text-align: center;
	line-height: 1.4;
}

.user_box .user_contact {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.user_box ul {
	list-style:none;
	width: 15px;
	height: 90%;
	font-size:0;
	position: absolute;
	left: -8px;
	top: 5%;
	margin: 0;
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
}

.user_box li {
	display:inline-block;
	width: 100%;
	height: calc(100%/6);
}

.user_box li:nth-child(1) {
	background: #eec639;
}

.user_box li:nth-child(2) {
	background: #f05b42;
}

.user_box li:nth-child(3) {
	background: #c04b9b;
}

.user_box li:nth-child(4) {
	background: #7d8cb1;
}

.user_box li:nth-child(5) {
	background: #0db1bf;
}

.user_box li:nth-child(6) {
	background: #06b26d;
}

/*
.user_box .btn-contact {
    color: #fff !important;
    background-color: #fb1d92;
}

.user_box .btn-credentials {
    color: #fff !important;
    background-color: #874bba;
}

.user_box .btn-address {
    color: #fff !important;
    background-color: #367edf;
}
*/

.users-map-infowindows p {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.user_box .inner-back {
	display: flex;
	flex-direction: row;
	justify-content: unset;
	align-items: center;
	padding: 0;
	width: 100%;
	height: 100%;
	flex-flow: column;
}

.user_box .inner-back hr {
	border-color: #fafafa;
	width: 80%;
}

.user_box .inner-back .user-no-data {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-flow: column;
	background-color: #eee;
}

.user_box .inner-back .user-no-data > h1 {
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: 300;
}

.user_box .inner-back .user-no-data > p {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}

.user_box .back-address a.go-address.disabled {
	opacity: 1;
	background-color: #ccc;
}

.user_box .back-contact h2:nth-child(1) {
	margin-top: 0px;
}

.user_box .back-contact h2 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}

.user_box .back-contact p {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 5px;
}

.user_box .back-contact p:nth-last-child(1) {
	margin-bottom: 0px;
}

.user_box .back-contact .item-contact:nth-last-child(1) p {
	margin-bottom: 0px;
}

.user_box .back-contact p a {
	font-weight: 500;
	color: #9e948d;
	font-size: 16px;
}

.user_box .back-contact p a:hover {
	color: #7a6e66;
	font-weight: 500;
	text-decoration: none;
}

.back-contact .item-contact {
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.back-contact .item-contact:nth-last-child(1) {
	margin-bottom: 0px;
}

.back-contact .item-contact .member-credential {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
}

.user_box .back-credentials h2:nth-child(1) {
	margin-top: 0px;
}

.user_box .back-credentials h2 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}

.user_box .back-credentials p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #7a6e66;
}

.user_box .back-credentials p:nth-last-child(1) {
	margin-bottom: 0px;
}

.user_box .back-credentials-user h2:nth-child(1) {
	margin-top: 0px;
}

.user_box .back-credentials-user h2 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}

.user_box .back-credentials-user p:nth-last-child(1) {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.user_box .back-credentials-user .c-info-box  {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}

.user_box .back-credentials-user p .c-info-meta {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	color: #9d9388;
}

.user_box .back-credentials-user .item-credential {
	padding: 10px;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.user_box .back-credentials .item-credential-id {
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.user_box .back-info h2:nth-child(1) {
	margin-top: 0px;
}

.user_box .back-info .item-info {
	padding: 10px;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px -3px #000;
}

.user_box .back-info .item-info h2 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}

.user_box .back-info .item-info p {
	font-size: 16px;
	font-weight: 600;
	color: #7a6e66;
}

.user_box .back-assigned-team h2 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.user_box .back-assigned-team p {
	font-size: 16px;
	font-weight: 100;
}

.user_box .back-assigned-team p a {
	font-weight: 500;
	color: #7a6e66;
	font-size: 14px;
	transition: all .5s ease;
}

.user_box .back-assigned-team p a:hover {
	color: #7a6e66;
	font-weight: 600;
	text-decoration: none;
	transition: all .5s ease;
}

.back-assigned-team .team-member {
padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.back-assigned-team .team-member:nth-last-child(1) {
	margin-bottom: 0px;
}

.back-assigned-team .team-member .member-credential {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.pagination-box {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-flow: column;
	margin-top: 15px;
}

.pagination-box p {
	color: #7e726a;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 300;
}

textarea.parsley-error,
input.parsley-error,
.chosen-select.parsley-error + .chosen-container,
.chosen-select-create.parsley-error + .chosen-container {
	border-color: #e03838!important;
}

textarea.parsley-success,
input.parsley-success,
.chosen-select.parsley-success + .chosen-container,
.chosen-select-create.parsley-success + .chosen-container {
	border-color: #77e038!important;
}

.error-message {
	font-size: 12px;
	padding-top: 5px;
	color: #ff5757!important;
}

.pager li > a, .pager li > span {
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 0;
}

/* General */

.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowcase {
	text-transform: lowercase !important;
}

.text-capitalice {
	text-transform: capitalize !important;
}

.user_case_status {
	margin-top: 15px;
}

.user_case_status span {
	font-size: 12px;
	line-height: 12px;
	padding: 5px 10px;
	vertical-align: unset;
	display: block;
	font-weight: 500;
}

.bs-label.status_yellow {
	background-color: rgba(239, 199, 57, 0.5);
}

.bs-label.status_red {
	background-color: rgba(241, 88, 62, 0.5);
}

.bs-label.status_pink {
	background-color: rgba(193, 75, 155, 0.5);
}

.bs-label.status_purple {
	background-color: rgba(125, 141, 178, 0.5);
}

.bs-label.status_blue {
	background-color: rgba(12, 178, 192, 0.5);
}

.bs-label.status_green {
	background-color: rgba(10, 178, 109, 0.5);
}

.bs-label.status_multi {
	background-color: rgba(138, 121, 103, 0.5);
}



.user_case_targets,
.user_case_assigned_team {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

#page-footer {
	position: relative;
	font-family: 'Quicksand', sans-serif;
	display: flex;
	justify-content: center;
	flex-flow: column;
}

#page-footer a.btn-case-next {
	float: right;
}

.my-progress-sto .meta {
	margin-top: 5px;
	padding: 0;
	font-size: 12px;
}

.my-progress-sto {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
}

.table-wrapper {
	width: 100%;
	overflow-x: hidden;
	border: 1px solid #dfe8f1;
}

.table-scroll-box {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	border-radius: 3px;
	border: 0px solid #e5e5e5;
}

.table-scroll-box > table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.no-available-msg {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	padding: 100px 0;
	color: #dedede;
}

.no-available-msg .glyph-icon{
	font-size: 72px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.no-available-msg h1 {
	margin: 20px 0 10px 0;
}

.no-available-msg h3 {
	margin: 0 0 10px 0;
}

.ckeditor-style h1 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.ckeditor-style h2 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.ckeditor-style h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.ckeditor-style pre {
	display: inline-block;
	border: none;
}
.ckeditor-style p {
	margin-bottom: 15px;
}

.content-box-wrapper > .panel {
	margin-left: 5px;
	margin-right: 5px;
}

#medications-list ul li a {
	padding-right: 30px;
}


#medications-list ul li a.add-medication-btn {
	padding-right: 15px;
	background-color: #7a6e66;
    color: #ffffff;
}

#medications-list ul li a.add-medication-btn:hover {
    padding-right: 15px;
    background-color: #504945 !important;
    color: #ffffff !important;
}


#medications-list ul li a.delete-medication-btn {
	position: absolute !important;
	right: 10px !important;
	top: 8px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border: none !important;
	cursor: pointer;
}

div.dataTables_filter input,
.chosen-container-single .chosen-search input,
.input,
.form-control,
.dataTables_length select,
.chosen-container-multi,
.bootstrap-timepicker-widget table td input,
.ui-toolbar select,
.ui-toolbar input {
	min-height: 40px;
}

.activity-schedule .timeline-box {
	width: auto;
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 10px;
}

.activity-schedule .timeline-box-left.timeline-box:before {
	display: none;
}

.activity-schedule .timeline-box-left.timeline-box .tl-row {
	padding-left: 0;
	display: inline-block;
}

.activity-schedule .timeline-box .tl-row .tl-item .popover.left {
	margin-right: 20px;
	margin-left: 20px;
}

.activity-schedule .timeline-box .tl-row:nth-last-child(1) .tl-item .popover.left {
	margin-right: 0px;
}

.activity-schedule .timeline-box-left.timeline-box .tl-row:nth-last-child(1) .arrow {
	display: none;
}

.activity-schedule .timeline-box-left.timeline-box .tl-row .tl-item .tl-icon {
	margin-left: -14px;
	z-index: 4444;
}

.activity-schedule .popover .popover-content {
	padding: 15px 30px;
	width: max-content;
}

.activity-schedule .timeline-box .tl-row .tl-item .tl-content {
	margin: 0px;
}

* {
	word-wrap: break-word;
}

.pager li[class^="save-"] > a {
	background-color: #2ecc71 !important;
	border-color: #29b765 !important;
	color: #FFF !important;
}

.dsc_counter {
	display: flex;
	align-items: center;
}

.dsc_counter button {
	margin-right: 20px;
}

.dsc_counter p {
    font-size: 16px;
    font-weight: 300;
    color: #777777;
}

.dsc_counter p > span {
	font-size: 18px;
	font-weight: 400;
	color: #444444;
}

div[id^="table-discrete-trials-data-sheets"] > .row > .item:nth-last-child(1) .divider {
	display: none;
}

div[id^="table-freq-data-sheets"] > .row > .item:nth-last-child(1) .divider {
	display: none;
}

div[id^="table-caregiver-data-sheets"] > .row > .item:nth-last-child(1) .divider {
	display: none;
}

div[id^="table-abc-data-sheets-"] > .row > .item:nth-last-child(1) .divider {
	display: none;
}

div[id^="table-daily-notes-"] > .row > .item:nth-last-child(1) .divider {
	display: none;
}

#table-daily-notes-assistant > .row > .item:nth-last-child(1) .divider {
	display: none;
}

#table-daily-notes-analyst > .row > .item:nth-last-child(1) .divider {
	display: none;
}

#table-basp-reviews > .row > .item:nth-last-child(1) .divider {
	display: none;
}

#table-monthly-reports > .row > .item:nth-last-child(1) .divider {
	display: none;
}

#table-barriers > .row > .item:nth-last-child(1) .divider {
	display: none;
}

.case-contact-box {
	padding-left: 30px;
	border-radius: 10px !important;
	border: 1px solid #dfe8f1;
	overflow: hidden;
}

.case-contact-box .example-box-wrapper > p:nth-last-child(1) {
	margin-bottom: 0 !important;
}

.case-contact-box ul {
	list-style:none;
	width: 15px;
	height: 100%;
	font-size:0;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.case-contact-box li {
	display:inline-block;
	width: 100%;
	height: 20%;
}

.case-contact-box li:nth-child(1) {
	background:#2ecc71;
}

.case-contact-box li:nth-child(2) {
	background:#3498db;
}

.case-contact-box li:nth-child(3) {
	background:#f1c40f;
}

.case-contact-box li:nth-child(4) {
	background:#e74c3c;
}

.case-contact-box li:nth-child(5) {
	background:#9b59b6;
}

#tab-daily_notes table:last-of-type {
	margin-bottom: 0;
}

#tab-daily_notes .daily-table-title {
	padding: 15px 20px;
	border-radius: 30px;
	border: 1px solid #eee;
	display: inline-block;
	box-shadow: 1px 1px 8px -5px #000;
}

span.interval-tbs-lables {
	display: block;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfe8f1;
	margin-bottom: 10px;
	font-size: 14px;
}

.scrollable-content {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 300px;
	padding-right: 15px;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	height: 0;
	padding: 0 15px;
}

.tab-content > .active,
.pill-content > .active {
	height: auto;
}

.input-btn {
	height: 40px;
	min-width: 40px;
	padding: 3px 10px;
}

.baseline-group .item:nth-last-child(1) .divider {
	display: none;
}

.baseline-group .item-inputs {
	display: flex;
	align-items: center;
}

.baseline-group .item-inputs .form-group {
	display: flex;
	align-items: center;
	margin: 0;
}

.baseline-group .item-inputs .form-group label {
	margin: 0;
}

#table-caregiver-ccs .item:nth-last-child(1) .divider,
#table-assistant-ccs .item:nth-last-child(1) .divider {
	display: none;
}

.radio-inline {
	height: 30px;
	padding: 7px 0px 0px 7px;
}

.absolute-right {
	position: absolute;
	top: 0;
	right: 0;
}

.objetives-panel-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.input-basp-sto {
	margin: 0px 5px;
}

.scroll-activate {
	overflow-x: hidden;
	padding-right: 10px;
}

.scroll-h-activate {
	overflow-y: hidden;
	padding-bottom: 10px;
}

.assessment-info-client dt {
	padding-bottom: 10px;
}

.assessment-info-client dd:nth-child(2) {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.table-scroll-box .table-wrapper {
	border-radius: 8px;
	box-shadow: 5px 5px 10px -10px #000;
}

.contact-info-client {
	display: flex;
	flex-direction: column;
}

.contact-info-client .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.contact-info-client .item:nth-child(1) {
	padding-top: 0;
}

.contact-info-client .item:nth-last-child(1) {
	border-bottom: none;
}

.contact-info-client .item p {
	flex: 1;
}

.tl-time {
	font-weight: 600;
	font-style: unset !important;
	opacity: 0.6 !important;
	font-family: 'Poppins', sans-serif;
}

.basp-info-case dt {
	padding-bottom: 5px;
}

.basp-info-case dd {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}

.basp-info-case div:nth-child(n+5) dd:nth-last-child(1) {
	border-bottom: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

[data-highcharts-chart] {
	padding: 0px;
	overflow: hidden;
}

[id*="case-charts"] > hr:nth-last-child(1) {
	display: none;
}

.basp_dcp_graphs div[data-highcharts-chart] {
	margin: 10px 0 15px 0;
}

.basp_tg_graphs div[data-highcharts-chart] {
	margin: 10px 0 15px 0;
}

table#items {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

table#items:nth-child(1) {
	margin: 0;
}

.closed-sidebar .case-sticky-header {
	width: 100%;
	margin-left: 0;
}

.case-sticky-header {
	position: fixed;
	width: calc(100% - 261px);
	box-sizing: border-box;
	padding: 15px 30px 0px 30px;
	z-index: 77777;
	background-color: #fff;
	left: 0;
	top: 78px;
	margin-left: 261px;
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}

.case-sticky-active {
	padding-top: 65px !important;
}

.modal-backdrop {
	z-index: 88888;
}

.modal {
	z-index: 99999;
}

.badge, .bs-badge {
	font-size: 16px;
	line-height: 22px;
	min-width: 35px;
	padding: 2px 4px 1px 4px;
}

/* CSS Target Behaviours box */
.target_behaviour_box {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(187, 180, 175, 0.5);
	box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	position: relative;
	font-family: 'Quicksand', sans-serif;
}

.target_behaviour_box .front {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.target_behaviour_box .front .target_behaviour_name {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.target_behaviour_box .target_behaviour_contact {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* CSS Function box */
.function_box {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(187, 180, 175, 0.5);
	box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	position: relative;
	font-family: 'Quicksand', sans-serif;
}

.function_box .front {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.function_box .front .function_name {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.function_box .function_contact {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* CSS Areas box */
.area_box {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(187, 180, 175, 0.5);
	box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	position: relative;
	font-family: 'Quicksand', sans-serif;
}

.area_box .front {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.area_box .front .area_name {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.area_box .area_contact {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* CSS Base Program box */
.base_program_box {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(187, 180, 175, 0.5);
	box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	position: relative;
	font-family: 'Quicksand', sans-serif;
}

.base_program_box .front {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.base_program_box .front .base_program_name {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.base_program_box .front .base_program_type {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.base_program_box .base_program_contact {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* CSS Objetive box */
.objetive_box {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(187, 180, 175, 0.5);
	box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	position: relative;
	font-family: 'Quicksand', sans-serif;
}

.objetive_box .front {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.objetive_box .front .objetive_name {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.objetive_box .front .objetive_type {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.objetive_box .objetive_contact {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* CSS Procedure box */
.procedure_box {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(187, 180, 175, 0.5);
	box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	position: relative;
	font-family: 'Quicksand', sans-serif;
}

.procedure_box .front {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.procedure_box .front .procedure_name {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.procedure_box .front .procedure_type {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.procedure_box .procedure_contact {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* CSS Intervention box */
.intervention_box {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(187, 180, 175, 0.5);
	box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	position: relative;
	font-family: 'Quicksand', sans-serif;
}

.intervention_box .front {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.intervention_box .front .intervention_name {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.intervention_box .front .intervention_type {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.intervention_box .intervention_contact {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* CSS Document box */
.document_box {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid rgba(187, 180, 175, 0.5);
	box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	position: relative;
	font-family: 'Quicksand', sans-serif;
}

.document_box .front {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.document_box .front .document_name {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.document_box .front .document_type {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-width: 60%;
	text-align: center;
	line-height: 24px;
}

.document_box .document_contact {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.document_box .document_contact {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.document_box p.document_company span {
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.document_box p.document_company span i {
	font-size: 12px;
	color: #7b6f67;
	margin-right: 5px;
}

.document_box p.document_path {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.program-step-box .remove-step {
	position: absolute;
	right: -5px;
	top: 5px;
}

@media only screen and (max-width: 899px) {
	.fixed-sidebar #page-header {
		padding-left: 0px;
	}

	select {
		font-size: 13px;
		float: none;
		background: #fff;
		width: 100%;
		padding: 11px 12px 10px 12px;
		color: #2b2f33;
		border: #dfe8f1 solid 1px;
		-webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
		-moz-box-shadow: inset 1px 1px 3px #f6f6f6;
		box-shadow: inset 1px 1px 3px #f6f6f6;
		border-radius: 3px;
	}
}

.input-group-btn:last-child > .btn {
	margin-left: -1px;
	height: 40px;
}

div[id^="div_basp_objetive_"].obj-type-sto {
	border-top: 5px solid #5ecc70;
}

div[id^="div_basp_objetive_"].obj-type-lto {
	border-top: 5px solid #65a6ff;
}

div[id^="div_basp_objetive_"] .obj-type-tag {
    padding: 5px 15px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.obj-has-mastered, .obj-has-discontinued, .obj-has-inprogress {
    padding: 3px 8px 2px 8px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.obj-has-discontinued span.discontinue_date {
	margin-left: 5px;
}

div[id^="div_basp_objetive_"] {
	position: relative;
}

div[id^="div_basp_objetive_"].obj-type-sto .obj-type-tag {
	border-top: none;
	background-color: #5ecc70;
}

div[id^="div_basp_objetive_"].obj-type-lto .obj-type-tag {
	border-top: none;
	background-color: #65a6ff;
}

.chosen-container {
	background-color: #ffffff;
}

.table-barriers.scroll-activate {
	max-height: 300px;
}

h4.review-basp-title {
	padding: 15px 0;
	margin: 0 -20px 15px -20px;
	text-align: center;
	color: #fff;
}

.obj-type-sto h4.review-basp-title {
	background-color: #5ecc6f;
}

.obj-type-lto h4.review-basp-title {
	background-color: #65a6ff;
}

.chosen-container-single.chosen-disabled .chosen-single {
	cursor: no-drop;
}

textarea {
	resize: vertical;
}

a#btn-go-top {
    display: none;
    max-width: 60px;
}

a#btn-go-top img {
	width: 100%;
}

a#btn-go-bottom {
    display: none;
    max-width: 60px;
    z-index: 150;
}

a#btn-go-bottom img {
	width: 100%;
	transform: rotate(180deg);
}

.form-wizard ul.case_general_menu > li a .wizard-step {
	width: 50px;
	height: 50px;
	background: transparent;
	overflow: hidden;
	border-radius: 0;
}

.form-wizard ul.case_general_menu > li a .wizard-step:before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 0px;
	z-index: 18;
	border-radius: 50%;
}

.form-wizard ul.case_general_menu > li.active:nth-child(1) a .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(1) a:hover .wizard-step:before {
	background-color: #c5ad2b;
}

.form-wizard ul.case_general_menu > li.active:nth-child(2) a .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(2) a:hover .wizard-step:before {
	background-color: #e8cf49;
}

.form-wizard ul.case_general_menu > li.active:nth-child(3) a .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(3) a:hover .wizard-step:before {
	background-color: #d2785b;
}

.form-wizard ul.case_general_menu > li.active:nth-child(4) a .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(4) a:hover .wizard-step:before {
	background-color: #ac5898;
}

.form-wizard ul.case_general_menu > li.active:nth-child(5) a .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(5) a:hover .wizard-step:before {
	background-color: #8a90b3;
}

.form-wizard ul.case_general_menu > li.active:nth-child(6) a .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(6) a:hover .wizard-step:before {
	background-color: #70afbf;
}

.form-wizard ul.case_general_menu > li.active:nth-child(7) a .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(7) a:hover .wizard-step:before {
	background-color: #6baa6d;
}

.form-wizard ul.case_general_menu > li.active:nth-child(8) a .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(8) a:hover .wizard-step:before {
	background-color: #c5ad2b;
}


.form-wizard ul.case_general_menu > li.active:nth-child(2) a.complete .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(2) a.complete:hover .wizard-step:before {
	background-color: #c5ad2b;
}

.form-wizard ul.case_general_menu > li.active:nth-child(3) a.complete .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(3) a.complete:hover .wizard-step:before {
	background-color: #ab573c;
}

.form-wizard ul.case_general_menu > li.active:nth-child(4) a.complete .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(4) a.complete:hover .wizard-step:before {
	background-color: #8c3c79;
}

.form-wizard ul.case_general_menu > li.active:nth-child(5) a.complete .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(5) a.complete:hover .wizard-step:before {
	background-color: #636a90;
}

.form-wizard ul.case_general_menu > li.active:nth-child(6) a.complete .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(6) a.complete:hover .wizard-step:before {
	background-color: #4d8c9c;
}

.form-wizard ul.case_general_menu > li.active:nth-child(7) a.complete .wizard-step:before,
.form-wizard ul.case_general_menu > li:nth-child(7) a.complete:hover .wizard-step:before {
	background-color: #478249;
}

.form-wizard ul.case_general_menu > li a .wizard-description {
	font-weight: 300;
}

.form-wizard ul.case_general_menu > li a .wizard-step > img {
	position: relative; 
}

.form-wizard ul.case_general_menu > li.disabled {
	opacity: 1;
}

.form-wizard ul.case_general_menu > li.disabled a .wizard-step > img {
	top: 0%;
}

.form-wizard ul.case_general_menu > li a .wizard-step > img {
	top: -100%;
}

.form-wizard ul.case_general_menu > li.active a .wizard-step > img,
.form-wizard ul.case_general_menu > li a:hover .wizard-step > img {
	top: -100%;
}

.form-wizard ul.case_general_menu > li a.complete .wizard-step > img,
.form-wizard ul.case_general_menu > li a.complete:hover .wizard-step > img {
	top: -200% !important;
}

.form-wizard ul.case_general_menu > li a:before {
	height: 2px;
	top: 24px;
	left: 50%;
}

.form-wizard ul.case_general_menu > li:nth-last-child(1) a:before {
	display: none;
}

.form-wizard ul.case_general_menu > li:nth-child(1) a:before {
	background-color: #e7cd44;
}

.form-wizard ul.case_general_menu > li:nth-child(2) a:before {
	background-color: #d2785b;
}

.form-wizard ul.case_general_menu > li:nth-child(3) a:before {
	background-color: #ac5898;
}

.form-wizard ul.case_general_menu > li:nth-child(4) a:before {
	background-color: #8a90b3;
}

.form-wizard ul.case_general_menu > li:nth-child(5) a:before {
	background-color: #70afbf;
}

.form-wizard ul.case_general_menu > li:nth-child(6) a:before {
	background-color: #6cab6f;
}

.alert-notice a, .alert-notice {
    color: #635851;
    border-color: #6d6b6a;
    background: #d4cec8;
}

.chosen-container-multi .chosen-choices li.search-field {
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input {
    width: 100% !important;
}

.dsc_counter .btn-play i {
    position: relative;
    left: 2px;
}

/* Loader */
.ajax-response-container {
	display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgb(239 239 239 / 90%);
    border-radius: 6px;
    z-index: 10;
}

.ajax-response-container .title {
    font-size: 18px;
    font-weight: 400;
    margin-top: -15px;
	max-width: 80%;
}

.ajax-response-container .message {
    font-size: 14px;
    font-weight: 300;
	max-width: 80%;
}

.ajax-response-container .info {
    font-size: 14px;
    font-weight: 400;
    max-width: 520px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0px 2px 10px -5px rgb(0 0 0 / 25%);
    margin-top: 5px;
    width: 100%;
    min-height: 100px;
    max-height: 120px;
    overflow: auto;
    text-align: left;
}

.ajax-response-container .btn-ajax-response {
    color: #fff;
    margin-top: 10px;
}

.ajax-response-container a {
    font-weight: 500;
	color: #9d9388;
}

.ajax-response-container a:hover {
	color: #7a6e66;
}

.ajax-response-container .svg-box {
    display: none;
    position: relative;
	width: 120px;
    height: 120px;
}

.ajax-response-container .svg-box .green-stroke {
    stroke:#7CB342;
}

.ajax-response-container .svg-box .red-stroke {
    stroke: #FF6245;
}

.ajax-response-container .svg-box .yellow-stroke {
    stroke: #FFC107;
}

.ajax-response-container .svg-box .circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 0.7s draw-circle ease-out;
}

.ajax-response-container .svg-box .checkmark{
    stroke-width: 4.25px;
    stroke-linecap: round;
    position: absolute;
    top: 50px;
    left: 46px;
    width: 30px;
    height: 25px;
}

.ajax-response-container .svg-box .checkmark path {
    animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
    0% {
        stroke-dasharray: 0,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    80% {
        stroke-dasharray: 330,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100%{
        opacity: 0.4;
    }
}

@keyframes draw-check {
    0% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 0;
    }

    50% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 130,80;
        stroke-dashoffset: 48;
    }
}

.ajax-response-container .svg-box .cross {
    stroke-width: 4.25px;
    stroke-linecap: round;
    position: absolute;
    top: 46px;
    left: 46px;
    width: 30px;
    height: 30px;
}

.ajax-response-container .svg-box .cross .first-line {
    animation: 0.7s draw-first-line ease-out;
}

.ajax-response-container .svg-box .cross .second-line {
    animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
    0% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 56,330;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-line {
    0% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    50% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    100% {
        stroke-dasharray: 55,0;
        stroke-dashoffset: 70;
    }
}

.ajax-response-container .svg-box .circular-loader circle.path {
	stroke-dasharray: 242.6;
	animation: loader-animation 1s cubic-bezier(1,1,1,1) 0s infinite;
  }

@keyframes loader-animation{
	0%{
		stroke-dasharray: 330;
		stroke-dashoffset: 0;
	}
	50%{
		stroke-dasharray: 141.3;
		stroke-dashoffset: 141.3;
	}
	100%{
		stroke-dasharray: 10 330;
		stroke-dashoffset: 330;
	}
}

.help-text {
    width: 100%;
    display: block;
    margin-top: 10px;
    padding: 0 5px;
}

.my-progress-sto .sto-status-label {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    position: absolute;
    right: 16px;
    line-height: 1;
    box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 15%);
}

label .chosen-select-all {
    font-size: 13px;
    margin-left: 8px;
    padding: 3px 5px;
    background-color: #6baa6d;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 2px -1px rgb(0 0 0 / 20%);
}

label .chosen-select-all:hover {
    background-color: #4b7f4c;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}

.daily-note-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#dailyNoteFilterForm {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 14px;
}

#dailyNoteFilterForm > a {
    min-width: auto;
}

.objStatusBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.objStatusBar_left {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex: 1;
    column-gap: 10px;
}

.objStatusBar_right {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: row;
    flex: 1;
    column-gap: 10px;
}

.objStatusBar_right a {
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
    border-radius: 3px;
}

.objStatusBar_right a:hover {
	box-shadow: none;
}

.objReviewedBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.objReviewedBar_left {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex: 1;
    column-gap: 10px;
}

.objReviewedBar_right {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: row;
    flex: 1;
    column-gap: 10px;
}

.objReviewedBar_right a {
	box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
    border-radius: 3px;
}

.objReviewedBar_right a:hover {
	box-shadow: none;
}

.objReviewedBar_left_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}