/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/* Style start for Restaurant booking*/
.display_menu_booking_items {
	display: none;
	margin-left: 30px;
	margin-right: 30px;
}
/*End code*/

.margin-all-5 {
	margin: 5px;
}

.margin-all-10 {
	margin: 10px;
}
.margin-all-15 {
	margin: 10px;
}
.margin-all-20 {
	margin: 10px;
}
.margin-tb-5 {
	margin: 5px 0px;
}
.margin-tb-10 {
	margin: 10px 0px;
}
.margin-lr-5 {
	margin: 0px 5px;
}
.margin-lr-10 {
	margin: 0px 10px;
}

.margin-tb-15 {
	margin: 15px 0px;
}

.padding_lr_0 {
	padding-left: 0px;
	padding-right: 0px;
}
.padding_all_5 {
	padding: 5px;
}
.padding_all_10 {
	padding: 10px;
}
.padding_tb_5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding_tb_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

span.error-block {
	color: red;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
.tt-menu {
	background-clip: padding-box;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	cursor: pointer;
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
.tt-suggestion {
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
}
.tt-suggestion:hover,
.tt-suggestion:focus {
	background-color: #428bca !important;
	color: #ffffff !important;
	outline: 0 none;
	text-decoration: none;
}
.bootstrap-tagsinput {
	width: 100%;
}
.inbox-content .dataTables_length,
.inbox-content .dataTables_filter {
	display: none;
}

#dashboard_event_list_length,
#dashboard_event_list_filter,
#dashboard_event_list_info,
#inbox_table_info,
#latest_documents_list_filter,
#document_documents_list_filter,
#folder_list_filter,
#latest_reg_user_list_filter,
#all_participate_list_filter,
#admin_all_participate_list_filter,
#document_update_log_filter,
#all_branch_list_filter,
#all_room_list_filter,
#branch_all_rooms_list_filter {
	display: none;
}
/*.dataTables_length,.dataTables_info{
    display: none;
}
*/
div.checker input {
	opacity: 1 !important;
	max-height: 17px !important;
	max-width: 17px !important;
}
.event_title {
	margin: 3px 0px 3px 0px;
}
.fc-month-view .event_title .fc-time,
.fc-agendaWeek-view .event_title .fc-time,
.fc-agendaDay-view .event_title .fc-time,
#all_therapist_list_filter,
#branch_all_therapists_list_filter,
#sales_report_list_filter,
#branch_all_receptionist_list_filter,
#branch_all_house_keeping_list_filter {
	display: none !important; /* 01-01-18 add two filter textarea class for hide defualt textarea */
}
.fc-title {
	padding: 2px 0px 2px 0px;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
.event_timeing,
.event_desc {
	float: left;
	padding: 0px 0px 2px 0px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-align: left;
}

#sentbox_table div.checker input,
input[type="checkbox"]:active,
#inbox_table div.checker input,
input[type="checkbox"]:active {
	-webkit-appearance: checkbox !important;
}
.folder_main_div {
	margin-bottom: 10px;
}
.folder_main_div .number {
	font-size: 28px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important; /* number of lines to show */
	-webkit-box-orient: vertical !important;
	max-height: 65px; /* fallback */
}
.sorting_disabled {
	background-color: #ffffff !important;
}
.cust_note {
	border-left: 5px solid #eee;
	margin: 0 0 10px;
	padding: 5px 0px 5px 5px;
}
.cust_note.note-info {
	background-color: #4b8df8;
	border-color: #fff;
	color: #fff;
}
#filter_date_div {
	margin-left: 39%;
}
.tooltiptext,
.booking_timeing_tooltip {
	display: none;
}
.unbooked_slot,
.booked_slot {
	cursor: pointer;
}
.modal_blue {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #7cacfa #7cacfa;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 1px 1px;
}
.modal_blue .modal-header {
	background-color: #4b8df8;
	border-bottom: 0 none;
	color: #fff;
	margin-bottom: 0;
}
.modal_blue .modal-header h4 {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}
.modal_blue .cust_form-section {
	margin-top: 5px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	font-weight: 400;
}
.booked_content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-shadow: none !important;

	margin: 3px 0px;
	width: 100%;
	max-width: 100%;
}
.bg-booked-disable {
	/* background: #dddddd;    */
	background-color: #95a5a6 !important;
	background-image: none !important;
	border-color: #555555 !important;
}

/* Booking Css */
.header_row {
	background-color: #dfdfdf;
}
.row_data,
.header_row {
	/* border-bottom: 1px solid #a7b3b9 !important; */
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}
.header_row .cell_box {
	font-size: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	word-wrap: break-word;
	background-color: #35414f;
	color: #fff;
	border-right: 1px solid transparent !important;
}
.row_data .rooms_header_column {
	font-size: 100%;
	font-weight: bold;
	word-wrap: break-word;
	vertical-align: middle;
	background-color: #3db9af;
	color: #fff;
	line-height: 45px;
}
.info_btn {
	color: #fff;
	cursor: help;
}
.info_btn:hover {
	color: #fff;
	cursor: help;
}
.cell_box {
	/*border-right: 1px solid #a7b3b9;*/
	border-right: 1px solid #ccc;
}
.rooms_column_wrapper {
	padding-left: 0px;
	padding-right: 0px;
	min-height: 46px;
}

#date_prev,
#date_next {
	background-color: #3db9af;
	color: #fff;
}
.clr-font-white {
	color: #ffffff;
}
.clr-violet {
	background-color: #660066;
	opacity: 0.8;
}
.clr-red {
	/*
    background-color: #cc0000;    
    opacity: 0.8;  
    */
	background-color: #ef4836 !important;
	background-image: none !important;
	border-color: #ef4836 !important;
}
.clr-maroon {
	background-color: #4d0000;
	opacity: 0.8;

	/*
    background-color: #95a5a6 !important;
    background-image: none !important;
    border-color: #95a5a6 !important;    
    */
}
.clr-green {
	/*
    background-color:  #006600;    
    opacity: 0.8;    
    */
	background-color: #35aa47 !important;
	background-image: none !important;
	border-color: #35aa47 !important;
}
.clr-yellow {
	/*
    background-color: #e68a00;    
    opacity: 0.8;    
    */
	background-color: #ffb848 !important;
	background-image: none !important;
	border-color: #ffb848 !important;
}

#filter_date {
	background-color: #3db9af;
	color: #fff;
}
.btn_prepone,
.btn_prepone:hover,
.btn_prepone:active,
.btn_prepone:focus {
	background-color: #ffffff;
	font-weight: bold;
	color: #4b8df8;
	margin-top: -7px;
	margin-right: 20px;
}

.btn_prepone_membership,
.btn_prepone_membership:hover,
.btn_prepone_membership:active,
.btn_prepone_membership:focus {
	background-color: #ffffff;
	font-weight: bold;
	color: #4b8df8;
	margin-top: -7px;
	margin-right: 20px;
}

.customer_list_sms {
	float: left;
	list-style: none;
	margin-top: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	z-index: 10;
	border: #e5e5e5 1px solid;
	max-height: 275px;
	overflow: auto;
}
.customer_list_sms li {
	padding: 10px;
	background: #f0f0f0;
	border-bottom: #e5e5e5 1px solid;
	cursor: pointer;
}
.customer_list_sms li:last-child {
	border-bottom: 0;
}
.send_email_btn {
	margin-top: 8px !important;
}

.table.subscription-detail-table > tbody > tr > th {
	border-top: 1px transparent !important;
	width: 40%;
}

.invoice-action-td {
	display: flex;
}
.invoice-action-btn {
	margin-top: 8px !important;
}
.custom-booking-info {
	display: block !important;
}

/* End Of Booking Css */
@media only screen and (max-width: 760px) {
	#filter_date_div {
		margin-left: 25.3333%;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1280px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
	#filter_date_div {
		margin-left: 20.3333%;
	}
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
	#filter_date_div {
		margin-left: 20.3333%;
	}
}

/** NAV bar changes date:- 11/3/2022*/
@media only screen and (min-width: 1280px) {
	.container {
		width: 1269px;
	}
}
/** End */

.remaining-div-invoice {
	padding: 12px 20px 15px 20px;
	float: right;
	margin-top: 25px;
}
.remaining-div {
	float: right;
	margin-top: -10px;
}

#sms_remaining_count {
	margin-right: 20px;
}

#whatspp_remaining_count {
	margin-right: 20px;
}

.menus_h3 {
	margin-top: 19px;
}

.expensess_total_row {
	margin-bottom: 16px;
	margin-top: 5px;
	margin-left: 2px;
}

.expense_expo_css {
	padding: 0px;
}

.canvasjs-chart-credit {
	top: 0px !important;
	color: white !important;
}
.staff-css {
	margin-left: 20%;
}

.advanceexport {
	text-align: right;
	margin-bottom: 10px;
}

.validate-div-error {
	color: red;
}

/* New Attendance module css  */
#popup_dropdown {
	margin-right: 10px;
	padding: 5px 21px 4px 21px;
	font-size: 16px;
	border-radius: 4px;
	display: inline-block;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	vertical-align: middle;
}

.att_lables_pop {
	font-size: initial;
}

.all_user_att {
	margin-right: 10px;
}

.att-select-dropdown {
	margin-left: 10px;
	margin-top: 5px;
}

.att_apply_btn {
	margin-left: 13px;
	margin-top: 5px;
}

.badge {
	display: initial !important;
}

.maintenance-head {
	margin-bottom: 5px;
	color: #f0f0f0;
	background-color: #ef4836;
}

.member-radio-css{
	border-radius: 58px;
	border: 2px solid #0a0a09;
	padding: 3px;
}
.member-action-td {
    display: flex !important;
	align-items: center;
}
.member-list-export{
	text-align: right;
}

.therapy-session-tr{
	border-style: solid;
}

.therapy-session-td{
	padding: 17px;
    padding-right: 37px;
    padding-left: 31px;
	border-style: solid;
}

.last-additional-tr{
	text-align: center;
}

.additional-minutes-div{
	margin-left: 26px;
}

.input-therapiest-checked{
	margin-right: 3px !important;
}

.tab{
	display: grid !important;
	grid-template-columns: auto auto !important;
}
.tab > button {
	padding:25px;
	border-radius: 0px !important;
}

.tab_active{
	background-color: #003af8;
    color: white !important;
}

.custom {
	border-left: 1px solid;
	width: 100%;
	display: grid;
    height: 200px;
}
  .custom > div {
    /* border: 1px solid; */
    border-bottom: 1px solid;
    border-top: 1px solid;
    text-align: center;
}

.close-btn-css{
	position: absolute;
    right: 3px;
    top: 3px;
    background-size: cover !important;
    border: 2px solid !important;
	width: 20px !important;
    height: 20px !important;
}

.total_booking_count{
	cursor: pointer;
}

.new_booking_bar_chart{
	cursor: pointer;
}

.total-main-sales{
	cursor: pointer;
}

.total-sales-by-card{
	cursor: pointer;
}

.total-all-booking{
	cursor: pointer;
}

.expense-summary-all-branch{
	cursor: pointer;
}

.new_booking_bar_chart_all_data{
	cursor: pointer;
}

/* .graph-responsive */
.graph-responsive {
	width: 60%; 
}
@media (max-width: 1188px) {
	.graph-responsive {
		width: 80%;
	}
}
@media (max-width: 891px) {
	.graph-responsive {
		width: 90%;
	}
}
@media (max-width: 793px) {
	.graph-responsive {
		width: 100%;
	}
}

.send-sms-btn{
	margin-top: 5px !important;
}

.close-btn-right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popup-session-box{
	z-index: 10050;
}

.booking-membership{
	z-index: 999;
}

.view-membership-popup{
	z-index: 999;
}

.branch_target_div{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

@media only screen and (max-width: 575px) {
	.att_apply_btn{
		margin:0px;
	}
	.att-select-dropdown,.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>.form-control
	{
		margin:5px 0px;
	}	
	.dataTables_wrapper .dataTables_filter .form-control{
		width:100% !important;
		margin:0px;
	}
}