/*removing focus*/
a:focus,
button:focus,
.btn:focus,
input:focus,
textarea:focus,
.form-control:focus,
.form-select:focus {
	outline: none !important;
	box-shadow: none !important;
}




body {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #444;
/*	background-color: #f3f3f3;*/
	background-color: #fbfbfb;
	line-height: 1.4;
	padding-top: 70px; /*as header is fixed top now*/
}
.user_icon{
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: white;
/*	background-color: #f3f3f3;*/
	background-color: #fbfbfb;
	line-height: 1.4;
	padding-top: 70px; /*as header is fixed top now*/
}
.btn:not(.btn-sm , .btn-lg) ,
.form-control ,
.form-select ,
textarea {
	font-size: 13px;
	/*font-weight: 500;*/
}
.Zebra_DatePicker_Icon_Wrapper input[type="text"] {
	font-size: 13px !important;
}


table.dataTable thead .sorting ,
table.dataTable thead th {
	padding-left: 10px !important;
}
.list-base {
	margin: 0;
	padding: 0;
}

/*CHANGING BASE COLORS */
:root {
  --primary-orange: #F68E50;
  --primary-orange-hover: #ED7933;

  --primary-blue: #274666;
  --primary-blue-hover: #0C3156;

  --color-black : #000;

  --accent-color : #444;
}
a {
/*	color: var(--primary-orange-hover);*/
	color: var(--primary-blue);
	text-decoration: none;
}
a:hover {
/*	color: var(--primary-orange-hover);*/
	color: var(--primary-blue-hover);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.5;
}
h1 , .h1 {
	font-size: 1.5rem;
}
h2 , .h2 {
	font-size: 1.4rem;
}
h3 , .h3 {
	font-size: 1.3rem;
}
h4 , .h4 {
	font-size: 1.2rem;
}
h5 , .h5 {
	font-size:  1rem;
}
h6 , .h6 {
	font-size: 0.8rem;
}

.btn {
	/*padding: .5rem 1.25rem;*/
	padding: .25rem .75rem;
}
/*.btn-primary {
	background-color: var(--primary-orange);
	border: none;
	color: var(--primary-orange-hover);


}
.btn-primary:hover,
.header_nav .navbar-nav .nav-item.active .nav-link,
.header_nav .navbar-nav .nav-item:hover .nav-link {
	background-color: var(--primary-orange-hover);
	border: none;
	color: #fff;
}*/
.btn-primary ,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	border: none;
	background-color: var(--primary-orange);
	color: #fff!important;
	font-weight: 500;
}
.btn-primary:hover ,
.btn-primary:focus ,
.btn-primary:active {
	border: none;
	background-color: var(--primary-orange-hover);
	color: #fff!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
}

.header_nav .navbar-nav .nav-link {
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
	background-color: #fff;
	border-radius: 4px;
}
.header_nav.navbar {
	padding: 1rem;
}
.logo {
	width: 150px;
	height: auto;
	max-width: 100%;
}
.navbar-toggler-icon {
	background: url('https://api.iconify.design/eva:menu-fill.svg') no-repeat center center / contain;
}
.theme-blue {
	color: var(--primary-orange-hover);
}
.panel-white {
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.08);
}
.hasradius {
	border-radius: 6px;
}
.panel-padd {
	/*padding: 30px;*/
	padding: 20px;
	padding: 12px;
}
.card-body {
	padding: 12px;
}
label {
    font-size: 11px;
    color: #454545;
    font-weight: 600;
    /* cursor: pointer; */
}
/*.btn-primary.disabled, .btn-primary:disabled {
	color: #284567!important;
	background-color: #cae8ea!important;
	border-color: #cae8ea!important;
}
a {
	color: #284567;
}*/
/*.form-control ,
.form-select {
	border-radius: 0;
	border-color: #B7B7B7;
	padding-top: .5rem;
	padding-bottom: .5rem;
}*/
.form-control:focus,
.form-select:focus {
	box-shadow: none;
	border-color: #2196f3;
}
.btn-yellow {
	background-color: #E98B1C;
	color: #fff;
}
.btn-yellow:hover ,
.btn-yellow:focus {
	background-color: #b36912;
	color: #fff;
}
.header_nav {
	box-shadow: 0 1px 10px 0px rgba(0,0,0,.1);
}


/*for Placeholder*/
.form-control::-webkit-input-placeholder{color:#bbb;opacity:1}
.form-control::-moz-placeholder{color:#bbb;opacity:1}
.form-control::placeholder{color:#bbb;opacity:1}
.form-control::-webkit-input-placeholder { color: #bbb; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #bbb; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #bbb; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #bbb; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #bbb; }  /* Microsoft Edge */

.text-success-2 {
	color: #13B11A;
}
.fw-400 {
	font-weight: 400!important;
}
.fw-500 {
	font-weight: 500!important;
}
.fw-600 {
	font-weight: 600!important;
}
.loginbg {
	width: 100%;
	height: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login_wrap {
	width: 400px;
	max-width: calc(100% - 30px);
	background-color: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 2px 4px 10px rgba(0,0,0,.1);
	margin: 1.5rem auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.btn-block {
	width: 100%;
}
.logobar {
	background-color: #fff;
	padding: 10px 0;
}
.logobar img {
	width: 120px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.logobar .logobar_logo {
	width: 280px;
	max-width: 100%;
	text-align: center;
}
.navbar-toggler-icon {
	background: url('https://api.iconify.design/eva:menu-fill.svg') no-repeat center center / contain;
}
.admn_custm_navbar.navbar-expand-lg {
	flex-wrap: wrap;
}
.admn_custm_navbar.navbar-expand-lg .navbar-collapse {
	display: block!important;
}

/*FOR OFFCANVAS*/
body.offcanvas-active {
  overflow: hidden;
}
.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.mobile-offcanvas {
    visibility: hidden;
    /*transform: translateX(-100%);*/
    border-radius: 0;
    display: block;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1040; /* Bootstap modal z-index is 1050*/
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    background-color: #fff !important;
    box-shadow: 4px 0px 7px -3px rgba(0,0,0,.2);
}
.mobile-offcanvas.show {
	visibility: visible;
	transform: translateX(0);
}

.custom_offcanvas.mobile-offcanvas {
	transform: translateX(-100%);
	width: 320px;
	max-width: 100%;
	padding: 0;
}
.custom_offcanvas.mobile-offcanvas.show {
	visibility: visible;
	transform: translateX(0);
}
.mobile-offcanvas {
	top: 70px;
}
body {
	overflow-x: hidden;
}



.mainwrap {
	position: relative;
	min-height: 100vh;
	min-height: calc(100vh - 38px);
	/*padding-left: 320px;*/
	width: 100%;
}
.mobile-offcanvas {
	top: 0;
}
.bb {
	border-bottom: 1px solid #ddd;
}
.userinfo_panel {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.userinfo_panel figure ,
.userinfo_panel figcaption {
	margin: 0;
}
.userinfo_panel figure {
	min-width: 32px;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	margin-right: 4px;
	overflow: hidden;
}
.userinfo_panel figure img {
	width: 32px;
	height: 32px;
	border-radius: 32px;
}
.userinfo_panel figcaption {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: capitalize;
}
ul.sidebar_nav {
	margin: 1rem 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
}
ul.sidebar_nav li {
	margin: 6px;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.sidebar_nav li a {
	color: #838383;
	transition: all .2s ease;
	padding: 10px 8px 10px 12px;
	border-radius: 6px;
/*	border-bottom: 1px solid #e8e8e8;*/
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	text-decoration: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
ul.sidebar_nav li a:hover ,
ul.sidebar_nav li.accordion:hover .accordion-header .accordion-button:not([aria-expanded="true"]) {
	background-color: #f2f2f2;
	color: #444;
}
ul.sidebar_nav li.active a {
	/*background-color: #284567;
	color: #fff;*/
	background-color: #EDF4FC;
	color: var(--primary-blue);
}
ul.sidebar_nav li.active a svg  {
	color: var(--primary-blue);
}
ul.sidebar_nav li.active a svg g {
	stroke: var(--primary-blue);
}

ul.sidebar_nav li figure ,
ul.sidebar_nav li p {
	margin: 0;
	text-align: left;
}
ul.sidebar_nav li figure {
	width: 20px;
	min-width: 20px;
	margin-right: 4px;
}
ul.sidebar_nav li figure .iconify {
	font-size: 18px;
}

/*for Collapse*/
ul.sidebar_nav li .accordion-button p {
	color: #838383;
	font-size: 12px;
	font-weight: 500;
}
ul.sidebar_nav li .accordion-button {
	padding: 10px 8px;
}

.mainwrap .content_wrap {
	width: 100%;
	padding: 30px;
}
.mainwrap .content_wrap > .container ,
.mainwrap .content_wrap > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
ul.statusList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 380px;
	max-width: 100%;
}
ul.statusList li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.statusList li figure ,
ul.statusList li p {
	margin-bottom: 0;
}
ul.statusList li .statusTitle ,
ul.statusList li .statusInfo {
	text-transform: capitalize;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
ul.statusList li .statusTitle figure ,
ul.statusList li .statusInfo figure {
	min-width: 22px;
	width: 22px;
	height: auto;
	font-size: 18px;
}
ul.statusList li .statusTitle figure {
	margin-right: 8px;
}
ul.statusList li .statusInfo figure {
	margin-left: 8px;
}
ul.statusList li .statusTitle p ,
ul.statusList li .statusInfo p ,
ul.statusList li .statusTitle figcaption ,
ul.statusList li .statusInfo figcaption {
	line-height: 1;
}
.btn-outline-primary {
	background-color: #fff;
	border: 1px solid var(--primary-orange);
	color: var(--primary-orange) !important;
}
.btn-outline-primary:hover ,
.btn-outline-primary:focus ,
.btn-outline-primary:active {
	border-color: var(--primary-orange-hover);
	background-color: var(--primary-orange-hover);
	color: #fff !important;
}
.btn-sm {
	padding: .25rem .5rem;
	font-size: 12px;
}
.contactInfo_box {
	text-align: center;
	margin-bottom: 40px;
}
.contactInfo_box figure {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background-color: #e4e4e4;
	margin: 0 auto 1rem;
	position: relative;
	font-size: 32px;
}
.contactInfo_box figure svg {
    color: #fff;
}
.contactInfo_box figure img ,
.contactInfo_box figure .iconify {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%) !important;
}
.contactInfo_box figcaption {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: #212529;
}
.contactInfo_box figcaption a {
	text-decoration: none;
	color: #212529;
}







button.big-psa-btn-button.custom_popup {
	position: relative;
	visibility: visible;
	opacity: 1;
}
button.big-psa-btn-button {
    background: linear-gradient(45deg, #fd9326, #cf5331) !important;
    padding: 10px 60px 8px 60px;
    color: #fff;
    border-radius: 6px;
    display: table;
    margin: 30px auto;
    box-shadow: 0 0 68px 27px rgb(255 168 78 / 27%);
    transition: all .3s ease-out;
}
button.big-psa-btn-button:hover {
    box-shadow: 0 0 68px -3px rgb(255 168 78 / 27%);
    opacity: 0.9;
}

.custom_popup.big-psa-btn.ult-open .ult_modal.ult-container {
	width: 1175px;
	height: 900px;
	height: 90%;
}
.custom_popup.big-psa-btn.ult-open .ult_modal-body {
	padding: 0;
}
.custom_popup.big-psa-btn.ult-open iframe {
	max-height: 100vh;
	max-height: calc(100vh - 80px);
}
.sidebar_logo img {
	width: 160px;
	height: auto;
	display: block;
	/*margin: 0 auto;*/
	margin-left: 1rem;
}
.offcanvas_toggler_wrap {
	width: 60px;
}
.mobile-nav {
	padding: 20px 0;
	padding-top: 15px;
	background-color: #fff;
	/* padding-top: 30px; */
	/*for position*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	border-bottom: 1px solid #f2f2f2;
}
.fancyCloseButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	padding: 0;
}
.custom_wizard ul.nav-tabs  {
	margin-bottom: 0;
	border-bottom: none;
}
.custom_wizard ul.nav-tabs .nav-item {
	margin-right: .6rem;
	margin-bottom: .6rem;
}
.custom_wizard ul.nav-tabs .nav-item .nav-link {
	background-color: #ececec;
	border: none;
	text-transform: capitalize;
	font-weight: 500;
}
.custom_wizard ul.nav-tabs .nav-item .nav-link:hover ,
.custom_wizard ul.nav-tabs .nav-item .nav-link:focus ,
.custom_wizard ul.nav-tabs .nav-item .nav-link:active {
	box-shadow: none;
	outline: none;
}
.custom_wizard ul.nav-tabs .nav-item .nav-link:hover {
	background-color: #fff;
	text-transform: capitalize;
}
.custom_wizard ul.nav-tabs .nav-item .nav-link.active {
	background-color: #284567;
	color: #fff;
	box-shadow: none;
	outline: none;
}
.custom_wizard ul.nav-tabs .nav-item .nav-link .statusComplete {
	margin-left: 6px;
	font-size: 16px;
}
.custom_wizard ul.nav-tabs .nav-item .nav-link {
	font-size: 16px;
}
label {
	/* cursor: pointer; */
	display: inline-block;
}
.panel-bordered {
	background-color: #fff;
	border: 1px solid #bbb;
}
textarea.form-control {
	height: 120px;
}





/*PAGE - REGISTER*/
.login_wrap.for_reg {
	width: 800px;
}


.c_accordion .accordion-button {
	text-transform: capitalize;
}
.c_accordion table th {
	white-space: nowrap;
}
.c_accordion table th,
.c_accordion table td {
	vertical-align: middle;
}

.custom_select_box > div.mb-2 {
	position: relative;
}
.custom_select_box > div.mb-2 label {
	padding-left: 24px;
	font-weight: 400;
}
.custom_select_box > div.mb-2 input {
	position: absolute;
	left: 0;
	top: 4px;
}

ul.sidebar_nav li.accordion button {
	padding: 10px 8px 10px 12px;
	border: none;
	outline: none;
	border-radius: 6px;
	color: #888;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
/*	border-bottom: 1px solid #e8e8e8;*/
}
ul.sidebar_nav li .accordion-collapse {
	border: 0;
}

ul.subMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.subMenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.subMenu li a {
	/*border-bottom: none;*/
	padding-left: 32px;
	font-size: 12px;
}
ul.subMenu li:last-child a {
    border-bottom: none;
}
.custom_wizard .nav-item a {
	color: #000;
	text-decoration: none;
}
.custom_wizard .nav-item .dropdown-toggle::after {
	vertical-align: 0.155em;
}
.custom_wizard .nav-item.dropdown .dropdown-menu {
	font-size: 14px;
}

/*CHANGING ACCORDION ARROW TO PLUS-MINUS*/
/*ul.sidebar_nav .accordion-button::after {
	background: url('https://api.iconify.design/akar-icons:plus.svg?color=%23888888') no-repeat center center / contain;
}
ul.sidebar_nav .accordion-button[aria-expanded="true"]::after {
	background: url('https://api.iconify.design/akar-icons:minus.svg?color=%23888888') no-repeat center center / contain;
}*/

ul.sidebar_nav .accordion-button::after {
	background: url('https://api.iconify.design/ci/chevron-down.svg?color=%23888888') no-repeat center center / contain;
}
/*ul.sidebar_nav .accordion-button[aria-expanded="true"]::after {
	background: url('https://api.iconify.design/ci/chevron-up.svg?color=%23888888') no-repeat center center / contain;
}*/
ul.sidebar_nav .accordion-button::after {
	width: 1rem;
	height: 1rem;
}

.form-control.form-control-sm,
.form-select.form-control-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
}
.add_task_table input[type="text"] {
	width: 100px;
}
.add_task_table textarea {
	height: 28px;
	width: 140px;
}
ul.taskList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul.taskList li {
	margin: 0 -1px -1px 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #eee;
	padding: .75rem;
	width: 25%;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
ul.taskList li label ,
ul.taskList li p {
	margin: 0;
	font-size: 14px;
}
ul.taskList li label {
	font-weight: 500;
	margin-right: 10px;
	min-width: 90px;
}
ul.taskList li p {
	color: #444;
}
ul.taskList li.notes {
	width: 100%;
	margin-top: 1rem;
	border: none;
}
@media screen and (max-width: 1499px) {
	ul.taskList li {
		width: 33.333333334%;
	}
}
@media screen and (max-width: 1350px) {
	ul.taskList li {
		width: 50%;
	}
}
@media screen and (max-width: 575px) {
	ul.taskList li {
		width: 100%;
	}
	ul.taskList li.notes {
		-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}



/*FOR TASK MODAL*/
.weekdays_list .btn-check:checked+.btn-outline-primary {
	background-color: #284567;
}
.weekdays_list .btn {
	min-width: 40px;
	height: 40px;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
}
.btn-80 {
	min-width: 80px;
}
#taskModal-2 .modal-footer .btn {
	height: 32px;
}



.userinfo_panel a {
	color: #000;
	text-decoration: none;
}
.mobile-nav-inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.content_area_outer {
	width: 100%;
	position: relative;
	display: flex;
}

.content_area_outer #sidebar + .content_area {
	max-width: 100%;
	transition: width .3s ease;
}
.content_area_outer #sidebar.active + .content_area {
	max-width: calc(100% - 220px);
	transition: width .3s ease;
}
.dataTables_wrapper {
	overflow-x: auto;
}

.content_area {
	/*padding: 30px;*/
	padding: 20px;
	width: 100%;
}
.content_area_outer #sidebar {
	/*min-width: 300px;*/
	min-width: 220px;
	max-width: 220px;
	transition: all 0.3s;
	background-color: #fff;
}
.content_area_outer #sidebar.active {
	margin-left: 0;
	transition: all 0.3s;
	border-right: 1px solid #f2f2f2;
}
.content_area_outer #sidebar {
	/*margin-left: -308px;*/
	margin-left: -220px;
	transition: all 0.3s;
}


.bg-light-blue-2 {
	background-color: #DDFFE7!important;
}
.text-teal {
	color: #66BCC3;
}
.table th {
	font-weight: 500 !important;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: -0.008rem;
	color: var(--primary-blue);
}
.table td {
	color: #646464;
}
table.vmiddle td {
	vertical-align: middle;
}
.table-bordered>:not(caption)>* {
	border-color: #dee2e6;
}
.table thead th {
	border-color: #dee2e6;
}
.custom_wizard ul.nav-tabs .nav-item .nav-link {
	font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px!important;
	padding-left: 10px!important;
}
.select2-container--default .select2-selection--single {
	height: 38px !important;
	border-radius: .25rem !important;
}
/*.form-select {
	height: 38px !important;
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px !important;
	right: 10px !important;
}
.label-light {
	font-weight: 300;
	color: #888;
}


select.error option {
    color: #212529;
}
.select2-container--default .select2-selection--single {
	border-color: #aaa !important;
}
.float-right {
	float: right;
}

.dropdown-menu {
	font-size: 14px;
}

.btn-task.btn-primary:hover .text-border {
	color: #fff;
}
.btn-task.btn-primary small {
    font-size: 11px;
}



ul.sidebar_nav li a svg  {
	color: #888;
}
ul.sidebar_nav li a svg g {
	stroke: #888;
}




.img-24 {
	width: 24px;
	height: 24px;
	margin: 0;
	position: relative;
}
.img-30 {
	width: 30px;
	height: 30px;
	margin: 0;
	position: relative;
}
.img-50 {
	width: 50px;
	height: 50px;
	margin: 0;
	position: relative;
}
.img-24 img ,
.img-24 svg ,
.img-30 img ,
.img-30 svg ,
.img-50 img ,
.img-50 svg ,
ul.db_stats span img ,
ul.db_stats span svg {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
ul.db_stats span img {
	max-width: 20px;
	max-height: 20px;
}

ul.db_stats {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
ul.db_stats li {
	margin: 0 15px 15px 0;
	padding: 8px 6px;
	border: 1px solid #EFEFEF;
	border-radius: 4px;
	list-style-type: none;
	transition: all .2s ease;
	width: calc(20% - 15px);
}
ul.db_stats li a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
ul.db_stats li:hover {
	background-color: #f8f8f8;
}
ul.db_stats span {
	background-color: #000;
	width: 32px;
	min-width: 32px;
	height: 32px;
/*	border-radius: 3px;*/
	border-radius: 50px;
	position: relative;
	margin-right: 4px;
}
ul.db_stats li figcaption {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
ul.db_stats li figcaption h4 {
	font-size: 1rem;
}
ul.db_stats p ,
ul.db_stats h4 {
	margin: 0;
}
ul.db_stats p {
	color: #444;
	font-size: 12px;
	font-weight: 500;
	padding-right: 6px;
	line-height: 1.3;
}
ul.db_stats span.db_stats_color_1 {
/*	background-color: #274666;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_2 {
/*	background-color: #487099;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_3 {
/*	background-color: #3F7DBD;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_4 {
/*	background-color: #70A2D6;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_5 {
/*	background-color: #87B5E3;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_6 {
/*	background-color: #EA8B1D;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_7 {
/*	background-color: #F29D3A;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_8 {
/*	background-color: #FCAF55;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_9 {
/*	background-color: #FFBF76;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_10 {
/*	background-color: #FFD19C;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_11 {
/*	background-color: #595E64;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_12 {
/*	background-color: #76797C;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_13 {
/*	background-color: #939596;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_14 {
/*	background-color: #B4B4B4;*/
	background-color: #dce5ef;
}
ul.db_stats span.db_stats_color_15 {
/*	background-color: #CECECE;*/
	background-color: #dce5ef;
}



/*PAGE - CAREGIVERS*/
ul.bcumb {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}
ul.bcumb li {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #aaa;
	position: relative;
}
ul.bcumb li:not(:last-child):after {
	content: "/";
	position: absolute;
	right: -6px;
}
ul.bcumb li a {
	color: #888;
	text-decoration: none;
}
ul.bcumb li a:hover {
	color: #111;
}
.pagefooter {
	padding: 15px;
	background-color: #F9F9F9;
	font-size: 12px;
	font-weight: 500;
}
.img-full {
	width: 100%;
}
ul.actionicons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
ul.actionicons li {
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
}
ul.actionicons li a {
	line-height: 1;
}
ul.actionicons li .badge {
	font-size: 11px;
}
.bg-light-2 {
	background-color: #F8F8F8 !important;
}
.nowrap ,
table.dataTable thead .sorting {
	white-space: nowrap;
}
table.dataTable thead .sorting {
	font-size: 11px;
}
table.f-13 {
	font-size: 13px;
}
table.f-12 {
	font-size: 12px;
}

.status-null {
background-color:#D2EEE4;
font-size: small;
}
.status-0 {
background-color:red ;
font-size: small;
}
.status-1 {
background-color:orange;
font-size: small;
}
.status-2 {
background-color:#FEF2C6 ;
font-size: small;
}
.status-3 {
background-color:#527a6c;
font-size: small;
}
.status-4 {
background-color: #E8E8E8;
color: #676767;
font-size: small;
}
.status-5 {
background-color:#DDF4D2;
color: #5D8476;
font-size: small;
}
.status-6 {
background-color:#5a915a ;
font-size: small;
}
.status-7 {
background-color:#5a915a ;
font-size: small;
}
.status-8 {
background-color: #35432a;
font-size: small;
}
.status-9 {
background-color:#EDFEDF;
font-size: small;
}
.dataTables_wrapper .dataTables_filter {
	margin-bottom: 1rem;
}
.no-decoration ,
.card-header a  {
	text-decoration: none;
}
.fig-120 {
	width: 120px;
	height: 120px;
	max-width: 100%;
	position: relative;
}
.fig-120 img {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}
.infoh_wrap {
	display: flex;
}
.infoh_wrap .infoh_thumb {
	margin-right: 1rem;
	width: 160px;
	min-width: 160px;
}
.infoh_wrap .infoh_thumb .img-thumbmnail {
	background-color: #e9e9e9;
	/* width: 100%;
	height: 200px; */
	width: 100%;
	height: 160px;
}
.infoh_wrap .infoh_thumb .img-thumbmnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.infoh_wrap .infoh_content {
	display: flex;
	flex-direction: column;
}
ul.infoh_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.infoh_list li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
ul.infoh_list li:last-child {
	margin-bottom: 0;
}
ul.infoh_list li i {
	font-style: normal;
	width: 20px;
	height: 20px;
	max-width: 20px;
	margin: 0 4px 0 0;
	font-size: 16px;
}
ul.infoh_list li label {
	margin: 0;
}
.card-header h5 {
	font-size: 16px;
}
.accordion .card {
	margin-bottom: 10px;
}
.btn-info ,
.btn-info:hover {
	color: #fff;
}
.error{
    color: red;
}



.sidebar_nav .timer {
    padding: 8px 6px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
    display: none;
}
.db_points_caption {
	margin: 0 4px 0 0;
	border: 1px solid #000;
	border-radius:4px;
	padding: 4px;
	display: inline-block;
	width: auto;
	max-width: 140px;
	line-height: 1.15;
}
.db_points_caption label {
	display: flex;
	align-items: center;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: 600 !important;
	color: var(--color-black);
}
.db_points_caption label figure {
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin: 0 2px 0 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.db_points_caption label figure i,
.db_points_caption label figure img ,
.db_points_caption label figure svg {
	width: 16px;
	height: 16px;
	max-width: 100%;
	max-height: 100%;
}
.db_points_caption a ,
.db_points_caption small {
	text-decoration: none;
	font-size: 10px;
	line-height: 1.25;
	color: var(--accent-color);
	color: #111;
}
.db_points_caption a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.popover__wrapper .db_points_caption {
	height: 100%;
}

/*setting colors*/
.db_points_caption.db_points_caption_one {
	background-color: #FFF6DD;
	border-color: #F0E8CF;
}
.db_points_caption.db_points_caption_one label {
	color: #806418;
}

.db_points_caption.db_points_caption_two {
	background-color: #FFF3EC;
	border-color: #EEDACE;
}
.db_points_caption.db_points_caption_two label {
	color: #A07358;
}

.db_points_caption.db_points_caption_three {
	background-color: #F6FFF2;
	border-color: #D7F1CC;
}
.db_points_caption.db_points_caption_three label {
	color: #6C8164;
}

.db_points_caption.db_points_caption_four {
	background-color: #FFF5F5;
	border-color: #E9D5D5;
}
.db_points_caption.db_points_caption_four label {
	color: #B07777;
}

.db_points_caption.db_points_caption_five {
	background-color: #F1F5F9;
	border-color: #BED3E9;
}
.db_points_caption.db_points_caption_five label {
	color: #1F4A71;
}

.db_points_caption.db_points_caption_six {
	background-color: #F9F0FF;
	border-color: #EFE0F9;
}
.db_points_caption.db_points_caption_six label {
	color: #9970b5;
}

.mobile-nav-inner .popover__wrapper {
	width: 100px;
    max-width: 140px;
    margin-right: 4px;
}
.mobile-nav-inner .popover__wrapper .db_points_caption {
	width: 100%;
}
.site_nav_logo_area {
	display: flex;
	align-items: center;
}

.dropdown-item {
	font-size: 12px;
}
table.filters thead th {
	font-size: 11px;
    color: #454545;
    font-weight: 500;
}
.badge:not(.bg-secondary, .bg-primary) {
	color: var(--accent-color);
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.dataTable tbody th,
table.dataTable tbody td {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
table,
table.dataTable tbody th ,
table.dataTable tbody td {
	font-size: 11px;
}
.badge.btn-danger {
	background-color: #FFDEDC;
	color: #C76059;
}
.dataTables_wrapper .dataTables_paginate {
	padding-top: 0.5em !important;
}
.dataTables_wrapper .dataTables_info {
	padding-top: 1em !important;
}
.table>:not(caption)>*>* {
	border-color: #dfdfdf;
	vertical-align: middle;
}
.dataTables_wrapper .dataTables_filter input {
	border-color: #ddd;
}
.caregiverButton .btn ,
.clientButton .btn ,
.LovedOneButton .btn {
	font-size: 13px;
	font-weight: 500;
	border: 1px solid var(--primary-orange);
	color: var(--primary-orange) !important;
	background-color: #fff;
}
.caregiverButton .btn-primary.disabled ,
.clientButton .btn-primary.disabled ,
.LovedOneButton .btn-primary.disabled {
	border: 1px solid #EAEAEA;
	color: #858585 !important;
	background-color: #EAEAEA !important;
}
.fs-12 {
	font-size: 12px;
}

ul.tagsList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.tagsList li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}
ul.tagsList li figure {
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin: 0 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.tagsList li figure svg {
	font-size: 16px;
	width: 16px;
	height: 16px;
}
ul.tagsList li p {
	margin: 0;
	font-size: 12px;
}
.user_specifications_list {

}
.user_specifications_list_tag {
	background-color: #F1F5F9;
	border: 1px solid #6184A9;
	color: #17599D;
	line-height: 1;
	margin: 0 2px 0 0;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	padding: 6px 8px;
	display: inline-block;
}

.nav-tabs .nav-link {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-weight: 500;
	font-size: 12px;
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: var(--accent-color) !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 13px !important;
}
table.dataTable tbody td {
	vertical-align: middle;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
	line-height: 1.22;
}
.accordion .card-header h5 {
	font-size: 13px;
}
.accordion .card-header > a[aria-expanded="false"] .acc_angel ,
.accordion .card-header > a .acc_angel {
	transition: all 0.3s ease;
	transform-origin: center;
}
.accordion .card-header > a[aria-expanded="true"] .acc_angel {
	transform: rotate(180deg) !important;
}
.acc_badge {
	background: #FFC3C3;
    color: #FF0000;
    padding: 5px;
    line-height: 1;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}
.tab-content>.tab-pane {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.Zebra_DatePicker_Icon_Wrapper .Zebra_DatePicker_Icon {
	height: 32px !important;
	background-position: top 8px center !important;
}
.input-group .form-control ,
.input-group .input-group-text {
	height: 32px;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 7px !important;
}
.select2-results__option {
	font-size: 11px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 13px !important;
}
.image-placeholder-one {
	position: relative;
}
.image-placeholder-one:before {
	content: "";
	background: url('../images/user-placeholder.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	/* background-color: #444; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#calendar_events_action a {
    line-height: 1;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#calendar_events_action a svg {
    font-size: 1rem;
    width: 18px;
    height: 18px;
}
