/*
Bootstrap sub-menu custom code BEGIN
https://stackoverflow.com/questions/18023493/bootstrap-dropdown-sub-menu-missing
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

html, body {
	scroll-behavior: smooth;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	color: #555555;
	/* background:url('../images/noise.png'),white; */
}

.main-content {
	margin-top: 15px;
	margin-bottom: 35px;
}

.keep_this_visible {
	padding: .5em 1.5em;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase;
}

.text-yellow {
	color: #FFD500;
}

.text-mint {
	color: #3EB489;
}

.text-bold {
	font-weight: bolder;
}

.text-italic {
	font-style: italic;
}

.justify {
	text-align: justify;
}

.text-underline {
	text-decoration: underline;
}

.text-no-decoration {
	text-decoration: none;
}

a.text-no-decoration:hover {
	text-decoration: none;
}

.btn {
	font-weight: bolder;
}

.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu, .dropdown-submenu:active>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
/*
Bootstrap sub-menu custom code END
*/

.nesting_doll {
	padding-left: 2em;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.back_to_top, .back_to_top tr, .back_to_top td {
	/*
	for the "back to top" button on tables with back_to_top class.
	*/
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
}
.note_rest .previous_note_rest {
	padding-top: 10px;
}

.question_mark {
	padding: 5px 10px;
	line-height: 1.3333333;
	border-radius: 10px;
	color: #fff;
	background-color: orange;
	border-color: orange;
}

.question_mark:hover {
	color: #e5e5e5;
}

.question_mark:focus {
	color: #fff !important;
	outline: none !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #e0edfb;
}
.clickable-row:hover {
	cursor: crosshair;
}
#bandolier:hover {
	cursor: pointer;
}
.task_comment, .task_next_step, .note_whitespace {
	white-space: pre-wrap;
}
.task_comment::before {
	content: 'Comment: ';
	font-weight: bold;
}
.task_next_step::before {
	content: 'Next step: ';
	font-weight: bold;
}
.persistent_note::before {
	content: '恆';
	font-weight: bold;
	font-size: 21pt;
	float: left;
	margin: 0px 10px 0px 0px;
}
.delete_biz_billing_button {
	color: red;
}

.navbar {
	margin-bottom: 0px;
	border: 0 !important;
	/* padding:4px 0; */
}

.navbar-inverse{
	background:linear-gradient(to bottom,#3c3c3c 0,#2e2e2e 100%) !important;
}

.navbar-brand {
	background-image: url('/images/svg/dtax_logo.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
	padding-left: 55px;
	margin-left: 10px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
	background: linear-gradient(to bottom,#5a5a5a 0,#444444 100%) !important;
}

.navbar-nav li{
	transition: 1s;
}

.navbar-nav li:hover{
	background: #555555;
}

.navbar-nav>li>a{
	padding:15px 12px;
}

.particle {
	width: 8px;
	height: 8px;
	background-color: red;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
}

.badge-default {
	background-color: #999999;
}
.badge-primary {
	background-color: #428bca;
}
.badge-success {
	background-color: #5cb85c;
}
.badge-info {
	background-color: #5bc0de;
}
.badge-warning {
	background-color: #f0ad4e;
}
.badge-danger {
	background-color: #d9534f;
}
.badge-purple {
	background-color: #800080 !important;
}
/*
Without this, the navbar has a 1 pixel wobble on login, if using font awesome icons.
*/
.dropdown-toggle .fa {
	font-size: 36px;
	line-height: 35px;
}
.form_note {
	padding: 5px 0px 10px 0px;
	margin: 0px;
	font-size: smaller;
}

.real_estate_fieldset, .auto_fieldset {
	margin-bottom: 25px;
}

.tax_survey_fieldset {
	font-family: sans-serif;
	border: 5px solid #57779E;
	background: #eee;
	border-radius: 5px;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.tax_survey_fieldset legend {
	background: #57779E;
	color: #fff;
	padding: 5px 10px ;
	font-size: 24px;
	border-radius: 5px;
	box-shadow: 0 0 0 5px #eee;
	margin-left: 20px;
	width: inherit;
}
.dl-horizontal {
	margin-bottom: 10px;
}

.no_changes_checkbox {
	margin: 5px 0px 10px 0px;
	font-weight: normal;
}

.checkmark {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #579E5A;
	border-radius: 50%;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.checkmark:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 9px;
	background-color: #fff;
	left: 11px;
	top: 6px;
}
.checkmark:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #fff;
	left: 8px;
	top: 12px;
}

.form_list td, .form_list th {
	padding: 1px 10px 1px 10px;
}
.report_label, .report_label_padded {
	text-align: right;
	font-size: 24pt;
}
.overview_smaller .report_label, .overview_smaller .report_label_padded {
	font-size: 18pt;
	padding-right: 10px;
}
.report_label_padded {
	padding-left: 100px;
}
.report_value {
	text-align: center;
	font-size: 24pt;
}
.report_value_left {
	text-align: left;
	font-size: 24pt;
}

/*
Tasks BEGIN
*/
.task_child td, .task_parent td {
	vertical-align: top;
}
.task_child_odd {
	background-color: #ffffff;
}
.task_child_even {
	background-color: #eeeeee;
}
.task_parent_odd {
	background-color: #d9edf7;
}
.task_parent_even {
	background-color: #fcf8e3;
}
.task_disclosure_triangle, .task_indent {
	font-size: x-large;
	font-family: "Courier New", Courier, monospace;
	vertical-align: middle !important;
	background-color: #ffffff !important;
	border-top: 0px !important;
	margin: 0px;
	padding: 0px;
}
.task_arrow {
	font-size: xx-large;
	color: #cccccc;
	text-align: right;
	vertical-align: top;
	margin-top: 0px !important;
	padding-top: 0px !important;
	background-color: #ffffff !important;
	border-top: 0px !important;
}
/*
Tasks END
*/

/*
File uploading BEGIN
*/
.filebox {
	font-size: 1.25rem; /* 20 */
	background-color: #c8dadf;
	position: relative;
	padding: 100px 20px;
	text-align: center;
}

#file,
.filebox_dragndrop,
.filebox_uploading,
.filebox_success,
.filebox_error,
.filebox_icon {
	display: none;
}
.filebox.has-advanced-upload {
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;

	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.filebox.has-advanced-upload .filebox_dragndrop {
	display: block;
	font-size: x-large;
	font-weight: bold;
}
.filebox.is-dragover {
	outline-offset: -20px;
	outline-color: #c8dadf;
	background-color: #fff;
}
.filebox.is-uploading .filebox_input,
.filebox.is-success .filebox_input,
.filebox.is-error .filebox_input {
	visibility: hidden;
}
.filebox.is-uploading .filebox_uploading,
.filebox.is-success .filebox_success,
.filebox.is-error .filebox_error {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	-webkit-transform: translateY( -50% );
	transform: translateY( -50% );
}
.filebox.has-advanced-upload .filebox_icon {
	width: 100%;
	height: 80px;
	fill: #92b0b3;
	display: block;
	margin-bottom: 40px;
}
.filebox_uploading {
	font-style: italic;
}
.filebox_success {
	-webkit-animation: appear-from-inside .25s ease-in-out;
	animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside {
	from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
	75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
	to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside {
	from	{ transform: translateY( -50% ) scale( 0 ); }
	75%		{ transform: translateY( -50% ) scale( 1.1 ); }
	to		{ transform: translateY( -50% ) scale( 1 ); }
}
/*
File uploading END
*/

.new_login {
	animation: glow 1s ease-in-out infinite alternate;
}
@keyframes glow {
	from {
		text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #0ff, 0 0 10px #0ff, 0 0 12px #0ff, 0 0 14px #0ff, 0 0 16px #0ff;
	}
	to {
		text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #0073e6, 0 0 16px #0073e6, 0 0 20px #0073e6, 0 0 24px #0073e6, 0 0 28px #0073e6;
	}
}

#clock_entry_snooze_counter {
	position: relative;
	text-align: center;
	float: left;
	left: 20
}

#urgent_timesheet_edit_btn {
	position: relative;
	text-align: center;
	float: right;
	left: 20
}

.tax-year-overview {
	border: 2px solid;
	border-radius: 15px;
	border-color: #99AAB5;
	background-color: #fff;
	color: #99AAB5;
	margin: .3em;
	padding: 10px 20px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bolder;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.tax-year-overview.green {
	border-color: #7fbf7f;
	background-color: #7fbf7f;
	color: #fff;
}

.tax-year-overview.blue {
	border-color: 	#368ce7;
	background-color: 	#368ce7;
	color: #fff;
}

.tax-year-overview.yellow {
	border-color: #FFFF7F;
	background-color: #FFFF7F;
	color: #000;
}

.tax-year-overview.gray {
	border-color: #a6a6a6;
	background-color: #a6a6a6;
	color: #fff;
}

.tax-year-overview.red {
	border-color: #C62121;
	background-color: #C62121;
	color: #fff;
}

button {
	outline: none !important;
}

/* Sweet Alert 2 custom styles */

.swal-modal .swal-text {
	text-align: start !important;
	word-wrap: normal !important;
}

.swal2-popup {
	width: 40% !important;
}


/* Table class for show_client_employee page */

.client_employee_table > tbody > tr > td:nth-child(1) {
	padding-right: 4em;
}

.client_employee_table td:not(:first-child) {
	padding: .95em !important;
	padding-left: 2em !important;
}

.client_employee_table label {
	margin-right: 1em;
}

#priority_status_note {
	-webkit-appearance: menulist-button;
	color: #555;
}

#priority_status_note option {
	color: #555;
}

#priority_status_note option:first-child {
	color: grey;
}

#priority_status_note:invalid {
	color: grey !important;
}

#employee_configuration_history_table > tbody > tr > td {
	width: 300px;
}

.btn-employee-note {
	/* position: fixed !important;
	width: 50px !important;
	height: 50px !important;
	bottom: 20px !important;
	right: 20px !important; */
	color: #FFF !important;
	border-radius: 50px !important;
	text-align: center;
	box-shadow: 2px 2px 3px #999 !important;
}

.btn-employee-note i {
	margin-top: 5px !important; 
	font-size: 2.5rem;
}

.btn-reminder {
	/* position: fixed;
	bottom: 150px;
	right: 20px; */
	width: 50px;
	height: 50px;
	color: #FFFFFF;
	border-radius: 50px;
	background:#337ab7;
	text-align: center;
	line-height: 10px !important;
	font-size: 2rem;
	box-shadow: 2px 2px 3px #999;
	margin-left: -1px !important;
	margin-top: -1px !important;
	transition:1s;
}

.btn-reminder:active{
	color: #FFFFFF;
}

.btn-reminder:hover{
	color: #FFFFFF;
}

.btn-reminder:focus{
	color: #FFFFFF;
}

.btn-client-reminder {
	position: fixed;
	bottom: 150px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #FFFFFF;
	border-radius: 50px;
	background:#337ab7;
	text-align: center;
	line-height: 10px !important;
	font-size: 2rem;
	box-shadow: 2px 2px 3px #999;
	transition:1s;
}

.btn-client-reminder:active{
	color: #FFFFFF;
}

.btn-client-reminder:hover{
	color: #FFFFFF;
}

.btn-client-reminder:focus{
	color: #FFFFFF;
}

.reminder_panel{
	width:350px;
	position:fixed;
	right:0;
	top:0;
	bottom:0;
	background:white;
	z-index:99999;
	border-left:2px solid #d2d2d2;
	overflow:auto;
	display:none;
	padding-bottom:40px;
}

.reminder_panel .reminder_cards{
	width:90%;
	height:auto;
	padding:10px 15px 10px 15px;
	margin:10px;
	background:#ececec;
}

.reminder_panel .close_btn{
	width:100%;
	border-radius:0;
	padding:18px 0 18px 0;
	bottom:0;
	position:absolute; 
	background:#d2d2d2; 
	font-size:16px;
}

.reminder_panel .dismiss_btn{
	color:#5b5e61;
	background:transparent;
	padding:8px;
	border:0;
	transition:.5s;
	margin-top:5px;
}

.reminder_panel .dismiss_btn:hover{
	background:#dcdcdc;
}

.reminder_panel .dismiss_btn:active{
	background:#c3c3c3;
	color:white;
}

.reminder_success{
	animation:reminder_success 2s infinite ease-in-out;
}

.reminder_warning{
	animation:reminder_warning 2s infinite ease-in-out;
}

.reminder_danger{
	animation:reminder_danger 1s infinite ease-in-out;
}

@keyframes reminder_success {
	0%{background:#337ab7;}
	50%{background:#5cb85c;}
	100%{background:#337ab7;}
}

@keyframes reminder_warning{
	0%{background:#337ab7;}
	50%{background:#f0ad4e;}
	100%{background:#337ab7;}
}

@keyframes reminder_danger {
	0%{background:#337ab7;}
	50%{background:#d9534f;}
	100%{background:#337ab7;}
}

.page_info_toggle{
	position: fixed;
	width: 35px;
	height: 35px;
	bottom: 100px;
	left: 0;
	color: #FFFFFF;
	background:#337ab7;
	text-align: center;
	box-shadow: 3px 3px 8px #999;
	transition:1s;
	border:0;
}

.page_info{
	min-width:350px;
	min-width:40vw;
	height:auto;
	max-height: 80%;
	position:fixed;
	left:0;
	bottom:0;
	background:#fff;
	overflow:auto;
	border-right:1px solid #ccc;
	border-top:1px solid #e7e7e7;
	padding:10px 10px 20px 10px;
	border-top-right-radius: 10px;
	box-shadow:13px 11px 20px 0px #c7c7c7;
	z-index: 100;
	display:none;
}

.page_info_title{
	color:#545252;
}

.page_info_permissions{
	margin-bottom:20px;
}

.page_users{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.page_user{
	width: 50px;
	height: 50px;
	border-radius: 100px;
	margin:3px;
}

.page_info .close_btn{
	width: 100%;
	height: 50px;
	background:#d9d9d9;
}

.temporary_grant_info .close_btn {
	width: 100%;
	height: 50px;
	background:#d9d9d9;
}

.temporary_grant_toggle {
	position: fixed;
	width: 35px;
	height: 35px;
	bottom: 40px;
	left: 0;
	color: #FFFFFF;
	background: #FF6961;
	text-align: center;
	box-shadow: 3px 3px 8px #999;
	transition:1s;
	border:0;
	display: block;
}

.temporary_grant_info {
	width: 400px;
	height: 215px;
	max-height: 80%;
	position:fixed;
	left:0;
	bottom:0;
	background:white;
	overflow:auto;
	border-right:1px solid #ccc;
	border-top:1px solid #e7e7e7;
	padding:10px 10px 20px 10px;
	border-top-right-radius: 10px;
	box-shadow:13px 11px 20px 0px #c7c7c7;
	z-index: 100;
	display:none;
	overflow: hidden;
} /* temporary grant info */

.temporary_grant_info_title {
	color: #393D47;
}

#scroll_to_top {
	display: none;
	position: fixed;
	right: 75px;
	bottom: 35px;
	margin-right: 20px;
	background-color: #23272A;
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 48px;
	width: 55px;
	height: 55px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#patch_log_button {
	/* position: fixed;
	bottom: 85px;
	right: 20px; */
	background-color: #337ab7;
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 48px;
	height: 50px;
	width: 48px;
	margin-left: -1px !important;
	margin-top: -1px !important;
	transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-webkit-transition: box-shadow 0.5s ease;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
	
	animation-duration: 0.75s;
	-moz-animation-duration: 0.75s;
	transform-origin: bottom;
}

#patch_log_button .bounce {
	transition: bounce 0.5s infinite;
	-moz-transition: bounce 0.5s infinite;
	-webkit-transition: bounce 0.5s infinite;
}

.bounce {
	animation-name: bounce;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0);
	}
}

#patch_log_button:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

#change-log-panel {
	display: none;
}

.change-log {
	position: fixed;
	display: block;
	bottom: 5%; 
	right: 8%;
	width: 35%;
	background-color: #fff;
	border: .5px solid #23272A;
	border-radius: 5px;
	padding: 1em 2em;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.change-log-header {
	text-align: center;
	margin-bottom: 1em;
}

.change-log-body {
	margin-left: -5px;
	margin-top: 2em;
	margin-bottom: 4em;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
}

#pov_button_div {
	position: relative;
	display: flex;
	flex-flow: nowrap row;
	justify-content: space-evenly;
	margin-top: 10px;
	margin-bottom: 10px;
}

#pov_button_div_headline {
	position: relative;
	display: flex;
	flex-flow: wrap row;
	margin-bottom: 1em;
}

.show_admin_content {
	display: inline;
}

.client-billing-buttons {
	position: relative;
	margin-bottom: 3em !important;
}

#billing_timer_box {
	font-weight: bolder;
	color: #f5f5f5;
	padding: 15px;
}

.no-resize {
	resize: none;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-text {
	position: absolute;
	margin-top: .4em;
	margin-left: 1em;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.bill-summary-item {
	padding: 1em 1em;
}

/* V1 Organization Chart Styles */
/* .pg-orgchart {
	position: relative;
	height: 100%;
	width: 100%;
}

.org-chart {
	display: flex;
	width: auto;
	align-content: flex-start;
	flex-flow: row nowrap;
	overflow-x: auto;
}

.center-org-chart {
	justify-content: flex-start;
}

.org-chart ul {
	position: relative;
	display: flex;
	justify-content: center;
	width: auto;
	padding-top: 10px;
	transition: all 0.5s;
}

.org-chart ul ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #ccc;
}

.org-chart li {
	float: left;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 10px 5px;
	transition: all 0.5s;
}
.org-chart li::before, .org-chart li::after {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 1px solid #ccc;
	width: 50%;
	height: 20px;
}

.org-chart li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #ccc;
}

.org-chart li:only-child::after, .org-chart li:only-child::before {
	display: none;
}

.org-chart li:only-child {
	padding-top: 0;
}

.org-chart li:first-child::before, .org-chart li:last-child::after {
	border: 0 none;
}

.org-chart li:last-child::before {
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
}

.org-chart li:first-child::after {
	border-radius: 5px 0 0 0;
}

.org-chart li .user {
	text-decoration: none;
	color: #666;
	display: inline-block;
	padding: .5em 1.5em;
	transition: all 0.5s;
	background: #fff;
	min-width: 100px;
	max-width: 120px;
	min-height: 125px;
	max-height: 125px;
	border-radius: 6px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.35);
}

.org-chart li .user:hover, .org-chart li .user:hover + ul li .user {
	background: #f5f5f5;
	cursor: pointer;
	color: #002a50;
	transition: all 0.15s;
	transform: translateY(-5px);
	box-shadow: inset 0 0 0 3px #76b1e1, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.org-chart li .user > div, .org-chart li .user > a {
	font-size: 1rem;
}

.org-chart li .user .name {
	font-size: 0.9rem;
	margin: 3px 0 0;
	font-weight: 600;
}

.org-chart li .user .role {
	font-weight: 300;
	padding: 3px 0;
}

.org-chart li .user .manager {
	font-size: 10px;
	color: #b21e04;
	font-weight: 600;
} */

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #4c516d !important;
	background-image: none !important;
}

td.priority {
	text-align: center;
}

.priority i {
	color: rgb(255, 187, 0);
}

.reveal-input {
	text-decoration: none;
	font-size: 1.2rem;
	color: #4c516d;
}

.reveal-input:hover, .reveal-input:focus {
	text-decoration: none;
	color: #4c516d;
}

.icon-bounce,
.icon-no-bounce {
	display: inline-block;
	position: relative;
}

.icon-bounce {
	-moz-animation: bounce 0.5s infinite linear;
	-o-animation: bounce 0.5s infinite linear;
	-webkit-animation: bounce 0.5s infinite linear;
	animation: bounce 0.5s infinite linear;
}

.icon-badge {
	position: absolute;
	top: -5px;
	right: -10px;
	font-weight: 300;
	padding: 3px 6px;
	height: 18px;
	color: #fff;
	-webkit-border-radius: 12px!important;
	-moz-border-radius: 12px!important;
	border-radius: 12px!important;
	text-shadow: none!important;
	text-align: center;
	background-color: #C46210;
	vertical-align: middle;
	display: inline-block;
	min-width: 10px;
	line-height: 1;
	white-space: nowrap;
	font-weight: initial;
	box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 18%);
	font-weight: bolder;
	font-size: 0.45em;
}

@-webkit-keyframes bounce {
	0% { top: 0; }
	50% { top: -0.2em; }
	70% { top: -0.3em; }
	100% { top: 0; }
}
@-moz-keyframes bounce {
	0% { top: 0; }
	50% { top: -0.2em; }
	70% { top: -0.3em; }
	100% { top: 0; }
}
@-o-keyframes bounce {
	0% { top: 0; }
	50% { top: -0.2em; }
	70% { top: -0.3em; }
	100% { top: 0; }
}
@-ms-keyframes bounce {
	0% { top: 0; }
	50% { top: -0.2em; }
	70% { top: -0.3em; }
	100% { top: 0; }
}
@keyframes bounce {
	0% { top: 0; }
	50% { top: -0.2em; }
	70% { top: -0.3em; }
	100% { top: 0; }
}

.flex {
	display: flex;
}

.shadow-sm {
	-webkit-box-shadow: 0 1px 3px 0 #23272A, 0 1px 2px 0;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0 1px 3px 0 #23272A, 0 1px 2px 0;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0 1px 3px 0 #23272A, 0 1px 2px 0;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.shadow {
	-webkit-box-shadow: 0 4px 6px -1px #23272A, 0 2px 4px -1px;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0 4px 6px -1px #23272A, 0 2px 4px -1px;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0 4px 6px -1px #23272A, 0 2px 4px -1px;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.shadow-lg {
	-webkit-box-shadow: 0 10px 15px -3px #23272A, 0 4px 6px -2px;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0 10px 15px -3px #23272A, 0 4px 6px -2px;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0 10px 15px -3px #23272A, 0 4px 6px -2px;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.card {
	border: 1px solid #e5e5e5; 
	border-radius: 20px; 
	padding: 2em; 
	margin-left: 5em;
}

.div-sweet-alert {
	font-size: 1.25em;
}

.swal2-actions button:not(:last-child) {
	margin-right: 4px;
}

.profile-picture {
	width: 90px;
	height: 90px;
	max-height: 120px;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-webkit-transition: box-shadow 0.5s ease;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.35), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.profile-picture:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.org-chart-picture {
	width: 60px;
	height: 60px;
	margin: 10px; 
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-webkit-transition: box-shadow 0.5s ease;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.35), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.org-chart-picture:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.6), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.no-hover-underline:focus {
	text-decoration: none !important;
}

.no-hover-underline:hover {
	text-decoration: none !important;
}
input.input-group-addon {
	background-color: #fff;
	border-right: 1px solid #ccc !important;
	text-align: left !important;
}
.no-right-padding {
	padding-right: 0px !important;
}
.no-left-padding {
	padding-left: 0px;
}

/*
css to override popover default to make it look like a sticky note
*/
.popover { 
	max-width: 800px !important;
	min-width: 276px !important;
}
.popover-help {
	background-color: #FFF3AA !important;
	border: 1px solid #F9E79F !important;
	color: #000 !important;
}
.popover-help .popover-title {
	background-color: #FFF3AA !important;
}
.popover-help.top >.arrow:after {
	border-top-color: #FFF3AA !important;
}
.popover-help.left >.arrow:after {
	border-left-color: #FFF3AA !important;
}
.popover-help.right >.arrow:after {
	border-right-color: #FFF3AA !important;
}
.popover-help.bottom >.arrow:after {
	border-bottom-color: #FFF3AA !important;
}

.popover-title {
	position: relative;
	padding-right: 32px;
}

.popover-title .close {
	position: absolute;
	top: 8px;
	right: 10px;
}

.popover-content {
	padding: 9px 20px 9px 10px;
}

.popover-close-content {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 18px;
	opacity: 0.7;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 10;
}

/*
css for flashing object
*/
.new-updates-flash {
	animation-name: flash;
	animation-duration: 0.2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}

@keyframes flash {
	from {color: gold;}
	to {color: yellow;}
}
.flash-success {
	animation-name: flash_success;
}

@keyframes flash_success {
	from {color: #28a745;}
	to {color: white;}
}

.flash-danger {
	animation-name: flash_danger;
}

@keyframes flash_danger {
	from {color: #dc3545;}
	to {color: white;}
}

.flash-primary {
	animation-name: flash_primary;
}

@keyframes flash_primary {
	from {color: #007bff;}
	to {color: white;}
}

.flash-warning {
	animation-name: flash_warning;
}

@keyframes flash_warning {
	from {color: #ffc107;}
	to {color: white;}
}

.flash-info {
	animation-name: flash_info;
}

@keyframes flash_info {
	from {color: #17a2b8;}
	to {color: white;}
}

.flash-info,
.flash-warning,
.flash-danger,
.flash-primary,
.flash-success {
	font-size: 12px;
	font-weight: bold;
	animation-duration: 0.500s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}
/********************************/

.text-purple {
	color: #6f42c1;
}

.dark{
	background:#1F1F1F;
	color:#c7c7c7;
}

.dark .table{
	background:#363636;
	border-color: #5a5858;
}

.dark .table td{
	background:#363636;
	border-color: #5a5858 !important;
}

.dark .table th{
	border-color: #5a5858;
}

.dark .table tr{
	border-color: #5a5858;
}

.timeline_container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; 
}

.timeline_label{
	position:absolute;
	color:#1283c5;
	/* font-weight:bold; */
	/* font-size:18px; */
}

.page_timeline{
	width:100%;
	height: auto;
	display:flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding-top:205px;
}

.page_timeline::-webkit-scrollbar {
	height: 10px;
}

.page_timeline::-webkit-scrollbar-track {
	background: #c8d2dd;
	border-radius: 25px;
}

.page_timeline::-webkit-scrollbar-thumb {
	background: #00a1ff;
	border-radius: 25px;
}
  
.page_timeline::-webkit-scrollbar-thumb:hover {
	background: #088ddb;
}

.page_timeline_item{
	width: 700px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex: 0 0 auto; 
}

.page_timeline_item_desc{
	width: 80%;
	height: 250px;
	position: absolute;
	bottom:75%;
	display:none;
}
.page_timeline_item_desc_container{
	width: 100%;
	height: 100%;
	position: relative;
}

.page_timeline_item_desc_content{
	width: 100%;
	height: 100%;
	position: absolute;
	background:white;
	text-align: justify;
	border:1px solid #e3e3e3;
	padding:15px;
	border-radius:25px;
	box-shadow: 5px 4px 9px #0000001f;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.page_timeline_item_desc_content_title{
	font-size:20px;
	color:#4e5152;
}

.page_timeline_item_desc_arrow{
	width: 40px;
	height: 40px;
	background:#8d9ea9;
	position: absolute;
	bottom:-21px;
	left:50%;
	transform:translateX(-50%) rotate(45deg);
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	z-index: 20;
}

.page_timeline_item_desc_arrow--active{
	background:#00a1ff;
}

.page_timeline_item_desc_changes{
	width: 95%;
	height: 90%;
	overflow: auto;
	padding:10px;
	display:flex;
	flex-direction: column;
}

.page_timeline_item_desc_changes::-webkit-scrollbar {
	width: 10px;
}

.page_timeline_item_desc_changes::-webkit-scrollbar-track {
	background: #c8d2dd;
	border-radius: 25px;
}

.page_timeline_item_desc_changes::-webkit-scrollbar-thumb {
	background: #8d9ea9;
	border-radius: 25px;
}

.page_timeline_item_desc_changes--active::-webkit-scrollbar-thumb{
	background:#00a1ff;
}
  
.page_timeline_item_desc_changes::-webkit-scrollbar-thumb:hover {
	background: #088ddb;
}

.page_timeline_item_line{
	width: 100%;
	height: 1px;
	background:#d9d9d9;
	position: absolute;
}

.page_timeline_item_toggle{
	width: 30px;
	height: 30px;
	background:#8d9ea9;
	position: absolute;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.page_timeline_item_toggle--active{
	background:#00a1ff !important;
}

.page_timeline_item_date{
	bottom:40px;
	position: absolute;
	color:#8d9ea9;
	font-style: italic;
}

.page_timeline_item_date--active{
	color:#0484cf;
}

.page_timeline_item_toggle .fa{
	color:white;
	position:absolute;
	transition:.5s;
}

.page_timeline_item .ph-times{
	opacity:0;
}


.ph_open .ph-up{
	opacity: 0;
}

.ph_open .ph-times {
	opacity: 1;
}

.ph_open .page_timeline_item_desc {
	display: block;
}

#page_history_add_btn{
	margin-top:20px;
}

.page_history_display{
	display:none;
}

.page_history_toggle{
	width: 100%;
	text-align: center;
	padding-top:20px;
	display:none;
}

.page_history_toggle a{
	cursor: pointer;
}

@keyframes come-in {
	0% {
		transform: translatey(100px);
		opacity: 0;
	}
	30% {
		transform: translateX(-50px) scale(0.4);
	}
	70% {
		transform: translateX(0px) scale(1.2);
	}
	100% {
		transform: translatey(0px) scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes come-in {
	0% {
		-webkit-transform: translatey(100px);
		transform: translatey(100px);
		opacity: 0;
	}

	30% {
		-webkit-transform: translateX(-50px) scale(0.4);
		transform: translateX(-50px) scale(0.4);
	}

	70% {
		-webkit-transform: translateX(0px) scale(1.2);
		transform: translateX(0px) scale(1.2);
	}

	100% {
		-webkit-transform: translatey(0px) scale(1);
		transform: translatey(0px) scale(1);
		opacity: 1;
	}
}

@-moz-keyframes come-in {
	0% {
		-moz-transform: translatey(100px);
		transform: translatey(100px);
		opacity: 0;
	}

	30% {
		-moz-transform: translateX(-50px) scale(0.4);
		transform: translateX(-50px) scale(0.4);
	}

	70% {
		-moz-transform: translateX(0px) scale(1.2);
		transform: translateX(0px) scale(1.2);
	}

	100% {
		-moz-transform: translatey(0px) scale(1);
		transform: translatey(0px) scale(1);
		opacity: 1;
	}
}

@-o-keyframes come-in {
	0% {
		-o-transform: translatey(100px);
		transform: translatey(100px);
		opacity: 0;
	}

	30% {
		-o-transform: translateX(-50px) scale(0.4);
		transform: translateX(-50px) scale(0.4);
	}

	70% {
		-o-transform: translateX(0px) scale(1.2);
		transform: translateX(0px) scale(1.2);
	}

	100% {
		-o-transform: translatey(0px) scale(1);
		transform: translatey(0px) scale(1);
		opacity: 1;
	}
}

/* .element-container {
	opacity: 0;
} */

/* Floating Reminder Notification */

.floating-tooltip {
	position: fixed;
	bottom: 129px; right: .5em;
	margin: 5px 5px;
	z-index: 100;
}

.floating-container {
	position: fixed;
	width: 100px;
	height: 100px;
	bottom: 45px; right: 0;
	margin: 35px 10px;
} /* .floating-container */

.floating-container:hover {
	height: 270px;
} /* .floating-container hover */

.element-container button {
	margin-left: 25px;
	margin-top: 10px;
}

.floating-container:hover .floating-button .floating-action-label {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.5);
	-webkit-transform: translatey(5px);
	transform: translatey(5px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
} /* .floating-container hover .floating-button */


.floating-container:hover .element-container .float-element:nth-child(1) {
	-webkit-animation: come-in 0.4s forwards 0.2s;
			animation: come-in 0.4s forwards 0.2s;
}

.floating-container:hover .element-container .float-element:nth-child(2) {
	-webkit-animation: come-in 0.4s forwards 0.4s;
			animation: come-in 0.4s forwards 0.4s;
}

.floating-container:hover .element-container .float-element:nth-child(2) .icon-bounce {
	-webkit-animation: come-in 0.4s forwards 0.4sm, bounce infinite;
			animation: come-in 0.4s forwards 0.4s, bounce infinite;
}

.floating-container:hover .element-container .float-element:nth-child(3) {
	-webkit-animation: come-in 0.4s forwards 0.6s;
			animation: come-in 0.4s forwards 0.6s;
}

.floating-action-label {
	position: absolute;
	bottom: 40px;
	z-index: 1000;
	left: 15px;
	right: 0;
	font-size: 1rem;
}

.floating-container .floating-button {
	position: absolute;
	width: 55px;
	height: 55px;
	background: #FFD700;
	bottom: 0;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	color: white;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	box-shadow: 3px 2px 3px rgb(31 41 55) !important;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.floating-container .float-element {
	position: relative;
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 15px auto;
	color: white;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(100px);
			transform: translateY(100px);
}

.floating-container .float-element {
	/* background: #2c2f33; */
	box-shadow: 0 20px 20px -10px rgba(44, 47, 51, 0.5);
}
.favorite_button:hover {
	text-decoration: none !important;
	color: #FFBF00 !important;
}

.unfavorite_button:hover {
	color: #E5E5E5 !important;
	text-decoration: none !important;
}

.badge-page-info {
	background-color: #5bc0de;
	padding: 8px;
	margin: 2px;
}

.badge-page-success {
	background-color: #5cb85c;
	padding: 8px;
	margin: 2px;
}

.page_issue_toggle{
	position:fixed;
	bottom:10px;
	right:30px;
	width: 60px;
	height: 60px;
	/* background:#254f79; */
	background:#356799;
	border-radius: 100%;
	cursor: pointer;
}

.page_issue_content{
	width:100%;
	height:100%;
	position:relative;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');
.page_issue_greet{
	position:absolute;
	left:-202px;
	top:-95px;
	width: 200px;
	z-index: 999;
	background:url('../images/noise.png'),white;
	border:3px solid #2c5887;
	border-radius: 15px;
	padding:10px;
	font-size: 13px;
	display: none;
	flex-direction: column;
	font-family: 'Roboto Mono', monospace;
}

.page_issue_bg{
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width: 100%;
	height: 100%;
	background:url("../images/robot.gif");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page_issue_container{
	display:flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}

.page_issue_loader{
	position:absolute;
	background:#5b646c99;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 99;
	display: none;
	justify-content: center;
	align-items: center;
}

.page_issue_loader_content{
	background:white;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 220px;
	flex-direction: column;
	border-radius: 15px;
	text-align: center;
	font-weight: 600;
	color:#126c8f;
}

.page_issue_menu_container{
	display:flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
}

.mini_pto_calendar_container{
	width:900px;
	height: auto;
	position:absolute;
	background:white;
	/* background:#dadada; */
	left: -850px;
	top:52px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:0 3rem 3rem 3rem;
	border: 10px solid #29689f;
	display: none;
}

#pto_mini_calendar{
	background: white;
	padding-top: 2rem;
}

.tax_data_dropdown, .tax_data_dropdown.active  {
	background-color:#0073e6 !important;
	border-color: #0073e6 !important;
}

.tax_data_dropdown > a, .tax_data_dropdown.active > a {
	color: #ffffff !important;
}

.tax_data_dropdown.active > a {
	cursor: default;
	background-color: #0073e6 !important;
	border: 1px solid #0073e6 !important;
	font-weight: bold;
}

.tax_data_dropdown > a:focus, .tax_data_dropdown > a:hover {
	color: #ffffff !important;
	background-color:#0073e6 !important;
	border-color: #0073e6 !important;
}

.has-error label {
	color: inherit !important;
}

.has-error {
	border-color: #a94442;
}


.d-none{
	display:none;
}


.circle::before {
	content: " ";
	margin: 6px !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 auto;
	transition: all 0.3s;
	background-color: transparent;
}

.circle::before {
	animation: mymove 2s infinite;
	position: absolute;
	background-color: orange;
}

@-webkit-keyframes mymove {
	50%   {
		transform: scale(2);
		opacity: 0
	}
	100%   {
		transform: scale(2);
		opacity: 0
	}
}

.right_tab_title{
	font-weight: bold;
	color:#467fbb;
}

/*
	Buttons
*/
.btn{
	/* border-radius: 8px; */
}

/*
	PRIMARY (BLUE)
*/
.btn-primary{
    background-image: linear-gradient(to bottom,#3697ad 0,#268da3 100%) !important;
	border:0 !important;
}

.btn-primary:hover{
	background: #208096 !important;
}

.btn-primary:active{
	background: #208096 !important;
}

.btn-primary:focus{
	background: #208096 !important;
}

/*
	SUCCESS (GREEN)
*/
.btn-success{
    /* background-image:linear-gradient(to bottom,#24975c 0,#259960 100%) !important; */
    /* background-image:	linear-gradient(to bottom,#2ab96f 0,#37ac73 100%) !important; */
	background-image:linear-gradient(to bottom,#36c37a 0,#33b375 100%) !important;
	border:0 !important;
}

.btn-success:hover{
	background: #2ba86c !important;
}

.btn-success:active{
	background: #2ba86c !important;
}

.btn-success:focus{
	background: #2ba86c !important;
}

/*
	WARNING (Orange)
*/
.btn-warning{
    background-image: linear-gradient(to bottom,#e5b630 0,#dfb440 100%) !important;
	border:0 !important;
}

.btn-warning:hover{
	background: #cca846 !important;
}

.btn-warning:active{
	background: #cca846 !important;
}

.btn-warning:focus{
	background: #cca846 !important;
}

/*
	DANGER (Red)
*/
.btn-danger{
    background-image: linear-gradient(to bottom,#eb5954 0,#c75a57 100%) !important;
	border:0 !important;
}

.btn-danger:hover{
	background: #b1514e !important;
}

.btn-danger:active{
	background: #b1514e !important;
}

.btn-danger:focus{
	background: #b1514e !important;
}

/*
	INFO (Light Blue)
*/
.btn-info{
    background-image:linear-gradient(to bottom,#6ccbe7  0,#69bbd3 100%)!important;
	border:0 !important;
}

.btn-info:hover{
	background: #56acc7 !important;
}

.btn-info:active{
	background: #56acc7 !important;
}

.btn-info:focus{
	background: #56acc7 !important;
}

/*
	DEFAULT (Gray)
*/
.btn-default{
    background-image:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%)!important;
}

.btn-default:hover{
	background: #c9c9c9 !important;
}

.btn-default:active{
	background: #c9c9c9 !important;
}

.btn-default:focus{
	background: #c9c9c9 !important;
}

/*
	Table
*/
.table thead th{
/*	background-image:linear-gradient(to bottom,#e7e7e7,#e3e3e3) !important;*/
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #efefef;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #d1d1d1!important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid  #d1d1d1!important;
}

/*
	Texts
*/
.text-primary{
	color:#3597ad !important;
}

.text-danger{
	color:#c75a57 !important;
}

.text-success { 
	color: #33b375 !important;
}

.text-warning { 
	color: #dfb440 !important;
}

/*
	BG DEFAULTS
*/
.bg-primary{
	background-image: linear-gradient(to bottom,#3697ad 0,#268da3 100%) !important;
}

.bg-info{
	background-image:linear-gradient(to bottom,#6ccbe7  0,#69bbd3 100%)!important;
}

.bg-success{
	background-image:linear-gradient(to bottom,#36c37a 0,#33b375 100%) !important;
}

.bg-warning{
	background-image: linear-gradient(to bottom,#e5b630 0,#dfb440 100%) !important;
}

.bg-danger{
    background-image: linear-gradient(to bottom,#eb5954 0,#c75a57 100%) !important;
}

.bg-default{
	background-image:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%)!important;
}

.swal-wide{
    width:90vw !important;
}

.membership_tab{
	background:#cf8bcf;
	color:white;
	transition:.5s;
}

.membership_tab:hover{
	background:#800080 !important;
	color:white !important; 
}

.membership_tab-active{
	background:#800080 !important;
	color:white !important; 
}

.card_container {
	margin: 2px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	overflow: auto;
}
.totals_card {
	padding: 10px;
	text-align: center;
	min-width: 120px;
	background: #d1d1d1;
	align-items: center;
	margin: 4px;
	margin-bottom: 20px;
	box-shadow: 10px 12px 10px #efedea;
}

.MultiFile-label {
	white-space: nowrap;
	margin: 8px;
}

.final_return_checkbox {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
	font-size: 1.1rem;
	color: #fff;
	gap: 0.5rem;
	background: linear-gradient(135deg,#e54646, #db6242);
	/* background: linear-gradient(135deg, #4f46e5, #9333ea); */
	padding: 0.5rem 1rem;
	border-radius: 3px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: background 0.3s;
	margin:0;
}

#finalReturnCheckbox{
	margin-bottom:0;
}

.final_return_checkbox:hover {
	background: linear-gradient(135deg,#ce3b3b, #cf5735);
}

.final_return_checkbox input[type="checkbox"] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 4px;
	position: relative;
	transition: background 0.3s;
	background: transparent;
	margin:0;
	outline: none;
}

.final_return_checkbox input[type="checkbox"]:checked {
	background: #fff;
}

.final_return_checkbox input[type="checkbox"]:checked::after {
	content: '\2713';
	color: #4f46e5;
	position: absolute;
	top: 0.6px;
	left: 3px;
	font-size: 1.2rem;
}

.status {
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #333;
}

.dtx-center{
	display:flex;
	justify-content: center;
	align-items: center;
}