/* CSS For Dashboard Module Starts From Here*/

/* CSS For Pie Chart */
.canvasjs-chart-container :first-child{
	position: initial !important;
}

/* CSS For Datatable "Leads & Appointment" Thead Not Responsive When We Toggle Menu Bar*/
.dataTables_scrollHeadInner, .table{
	/* width:100%!important; */
}
/* Datatable "Leads & Appointment Header title not breack"*/
table.dataTable thead th{
  	white-space:nowrap !important;
}

table.dataTable tbody td {
    padding: 10px 18px !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px !important;
    height: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2F353A !important;
    -webkit-box-shadow: inset 0 0 6px #3a69b2;
}

/* Logo in signin page*/
.logo {
	margin-left:0px;
	height:60px !important; 
}

/* Change scrollbar design for table*/
.scrollbar::-webkit-scrollbar {
   width: 8px !important;
   height: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2F353A;
    -webkit-box-shadow: inset 0 0 6px #3a69b2;
}

 .leadsDelete,.appointmentCancelReschedule{
	width: 32px;
}

.cui-sad {
	color: #e42a13;
}

.cui-meh {
	color: #ea9249;
}

.cui-happy {
	color: #008000;
}

.change_request {
	cursor: pointer;
	background-size:contain; 
	background-repeat:no-repeat; 
	display:inline-block;
}

.change-request-dropdown {
	cursor: pointer;
	background-size:contain; 
	background-repeat:no-repeat; 
	display:inline-block;
}

.change-request-emoji {
	font-size: 25px;
	width: 15px;
}

.drinkcard-cc-emoji {
	font-size: 30px;
}

.emoji-question {
	float: right; 
	margin-left: 3px; 
	margin-top: 5px;
	cursor: pointer;
	color: #74788d;
}   

.the_tick {
	color: #008000;
	font-size: 20px;
}

.emoji-rating {
	cursor: pointer;
}

.changeRating{
 	padding-bottom: inherit !important;
}


.google_map_btn {
	display: none;
	float: right;
	margin-bottom: 5px;
}

#loader_save_proposol {
	display: none;
	float: right;
	padding: 5px;
}

#loaderSaveCAD {
    display: none;
    float: right;
    padding: 5px;
}

.dd_label{
    margin-left: 35px;
    margin-top: -37px;
}

.leadsDelete,.appointmentCancelReschedule{
	width: 32px;
}

.col-action {
    min-width: 100px;
}

.form-filter-text {
	margin-right: 8px;
}

.myLoader {
	display:none;
}

#filter_options {
	position: absolute;
	top: 10px !important;
	z-index: 1050;
	background-color: #ffffff;
	border-radius: 10px;
	display: none;
	box-shadow: 0px 0px 7px 0px;
}

.filter-data-div {
	margin-bottom: 15px;
}

.show_maps {
    background-image: url(../images/map.png);   
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 0 0 5px;
    height: 15px;
    width: 25px;
    cursor: pointer;
}

#appointment_modal .accordion-button::after {
	background-image: url(../images/uparrowkey.png);
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

#appointment_modal .accordion-button:not(.collapsed)::after {
	background-image: url(../images/uparrowkey.png);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Style the search field */
  form.example input[type=text] {
    padding: 2px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    /*background: #f1f1f1;*/
    background: white;
  }

  /* Style the submit button */
  form.table-search-box button {
    width: 20%;
    border-radius: 0px 15px 15px 0px;
    background-color: #f3f3f9; 
    border: none;
  }

  form.table-search-box button:hover {
    background: #74788d;
  }

  /* Clear floats */
  form.table-search-box::after {
    content: "";
    clear: both;
    display: table;
  }

.next-day-lead-label {
	font-size: 12px;
	margin-bottom: 0px;
	padding-top: 6px;
}

.switch-label {
	padding-top: 12px;
}

.card-header {
    background-color: #ecebeb;
} 
.lead-card-header {
	padding-bottom: 0px;
}
 
#save_leads {
    margin-right: 10px;
}

.error {
    color:red;
    font-size: 12px;
}

.bootstrap-tagsinput{
    width:100% !important;
    overflow: auto !important;
}

.disply-map-card-body {
    padding-bottom: 0px;
    padding-top: 0px;
}

#map {
    width: auto; 
    height: 280px;
}

.confirm-address-click-row {
    text-align: center;
}

#confirm_address_click {
    font-size: 16px; 
    font-weight: 600;
}

.confirm-address-click-icon {
    padding-right: 5px;
}

.send-notes-div {
    height:150px !important;
}

.proposal-mail-loader {
    display:none;float:right;padding: 5px;
}

.proposal-file-download {
    margin-top: 2px;
}

.proposal-file-label {
    font-size: 20px;
    text-align:center;
    word-break: break-all;
}

.proposal-list-icon {
    font-size: 20px;
}

.proposal-list-download-icon {
    color: #c8ced3;
    font-size: 20px;
}

.proposal-list-envelope-icon {
    color: #f86c6b;
    font-size: 20px;
}

.proposal-uploaded-on {
    font-size:12px;
}

.proposal-document-text {
    margin-top:25px;
}

.proposal-list-envelope-icon-a {
    display: none;
}

.previous-proposal-uploaded-on {
    font-size: 15px;
}

.loadfiles-img {
    height: 130px;
    width: 100%;
}

.loadfiles-img-div {
    margin-bottom: 0 !important;
}

.loadfile-file-name-div {
    justify-content: 
    space-between; 
    margin-right: 4px; 
    margin-left: 4px; 
    align-self: center;
}

.loadfile-file-label-div {
    width:120px;
}

.loadfile-file-label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.load-file-icon {
    font-size: 130px;
    width: 100%;
}

.composed-mail-to-cc-div {
	align-self: center;
	font-size: 12px;
	color: #73818f;
}

.composed-mail-label-text {
	font-weight: bold;
	height: auto;
}

.composed-mail-label {
	word-break: break-word;
}

.composed-mail-label-bcc-text {
	height: auto;
}

.composed-mail-label-bcc {
	font-weight: normal !important;
	word-break: break-word;
}

.composed-mail-send-time-div {
	font-size: 12px;
}

.composed-mail-paperclip-icon {
	font-size:17px;
	transform: rotate(185deg) scaleX(-1); 
	vertical-align: bottom;
}

.composed-mail-date {
	margin-bottom: 0px; 
	font-weight: 400 !important;
}

.composed-mail-note {
	overflow-wrap: break-word;
	font-size: 12px;
	color: #636f83;
}

.composed-mail-existing-attactment-row {
	justify-content: space-between;
}

.composed-mail-attachment-type {
	font-size: 13px;
	width: auto;
}

.composed-mail-attachment-name {
	word-break: break-all;
}

.drinkcard-cc-emoji {
	font-size: 30px;
}

.cui-sad {
	color: #e42a13;
}

.cui-meh {
	color: #ea9249;
}

.cui-happy {
	color: #008000;
}

.add_appointment_mail_switch_lable {
	font-size:8px;
}

.ui-widget {
	font-family: var(--bs-font-sans-serif) !important;
}

.available-time-appointment-icon {
	margin-top: 40px;
	font-size: 15px;
}

#phone_1, #email_1, #phone_2, #email_2 {
    width: 90%;
}

.add-phone-email-div {
    display: inline;
    margin-top: 35px;
    float: right;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 360px) {
	
}

/*For Galaxy Fold */
@media only screen and (min-device-width: 280px) and (max-device-width: 280px){
	.galaxy_fold_header{
		/*display: contents !important;*/
	}

	.galaxy_fold_header a{
		font-size: 12px !important;	
	}

	.hover_display_block label{
		font-size: 11px !important;
	}

	.buttons-colvis{
		width: auto !important;
		font-size: 11px !important;
	}

	#main_boker {
		font-size: 9px !important;
	}

	#panel{
		font-size: 9px !important;
	} 

	#other_attachments{
		font-size: 9px !important;
	}

	#utility_bills_1{
		font-size: 9px !important;
	}

	#utility_bills_2{
		font-size: 9px !important;
	}

	/*View Leads Header Button*/
	.view_leads_header_btn{
		display: grid;
	}

	.view_leads_header_btn #editLead{
		margin-right: 0px;
		margin-bottom: 3px;
	}

	.view_leads_header_btn #cancle_leads{
		margin-bottom: 3px;
	}

	.view_leads_header_btn #mark_as_won{
		margin-right: 0px !important;
	}

	/*View Leads -> Close Leads*/
	.adminNameFieldValidation div a{
		width: 100%;
		margin-bottom: 3px;
	}

	#update_lead_status_btn{
		width: 100% !important;
		margin-bottom: 3px !important;
	}

	.close_lead_close_btn{
		width: 100% !important;
		margin-bottom: 3px !important;
	}

	/*View Leads -> Add Task*/
	#cancel_modal{
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: 215px !important;
		/*margin-top: 3px !important;*/
	}

	/*View Leads -> Appointment*/
	.appt_third_part{
		display: content !important;
		margin-left: 2px !important;
	}

	.appt_third_part button{
		width: 100% !important;
	}

	#btn_edit_appointment{
		font-size: 14px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: 215px;
		margin-top: 3px;
	}

	/* View Leads Appointment Task Popup*/

	.first_row_btn{
		width: 100% !important;
	}

	.modal-footer{
		display: list-item !important;
	}

	#btn_complete_appointment{
		width: 100% !important;
	}

	#btn_appointmentCancelReschedule{
		width: 100% !important;
	}

	#btn_appointmentFollowUp{
		width: 100% !important;
	}

	.allow_btn_remind{
		width: 100% !important;
		margin-top: 0px !important;
	}

	.edit_cancel_save_btn_class {
		display: inline-grid !important;
		margin-left: 0px !important;
	}

	#save_appointment{
		width: 100% !important;
		margin-top: 3px !important;
	}

	/*Report Module : Sales Pipeline*/
	.report_daterange_height{
		height: auto !important;
	}

	.hover_display_block{
		padding: 0px;
	}

	/* Salary-> Add Salary Popup*/
	.salary_footer{
		display: grid !important;
		justify-content: normal !important;
	}

	.drdmenu{
		left: 23px !important;
	}

	.fc-scroller{
		overflow: auto !important;
	}
}

/*For Iphone 5/SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71){
	.view_leads_header_btn{
		display: grid;
	}

	.leadbtn{
		margin-top: 5px;
		margin-right: 0px;
	}

	#mark_as_won{
		margin-top: 5px;
		margin-right: 0px !important;
	}

	.navbar-brand-full{
		margin-left: -106px;
	}

	.appt_search_bar{
		margin-left: 65% !important;
	}

	.appt_third_part{
		margin-left: 0px !important;
	}

	.appt_third_part button{
		width: 100% !important;
	}

	.app-footer{
		display: flex;
	}

	.appointment-modal-hr {
              width: 50%;
              margin-left: 90px;
              color: #575e64;
              opacity: .9;    
              margin-top: 1px;
	}

	.appointment-detail-hr { 
        width: 28%;
        margin-left: 145px;
	}
}


/*For All Type of Mobile Devices Media Query*/
/* Extra small devices (phones, 600px and down) [-- For Mobile --] */
/*@media only screen and (max-width: 600px) {*/
	@media only screen and (max-width: 667px) {

		/*Dashboard-> Graph*/
	/*.canvasjs-chart-canvas{
		width: 100% !important;
		}*/

		.first_row_btn{
			display: block !important;
		}


		/*Settings -> Setting Tab*/
		.setting_input_css{
			margin: 0px 12px 0px 12px;
		}

		/*Settings->Profile Image*/
		#Modals_Img{
			height: auto !important;
		}

		/* Add CSS For Add Button In PayRoll Date Module*/
		#salary_add_btn{
			margin-top: 8px;
			margin-bottom: 8px;
		}

		/*Payroll -> Add Payroll Popup (Modal Footer Button)*/
		.salary_footer{
			display: contents;
		}

		.salary_footer a{
			margin-left: 1.0rem !important;
			margin-right: 1.0rem !important;
			margin-bottom: 3px;
		}

		.salary_footer button{
			margin-left: 1.0rem !important;
			margin-right: 1.0rem !important;
			margin-bottom: 3px;
		}

		/*All The Button CSS That Is In Lead List*/
		.leadsListBtn{
			margin-top: 8px;
			margin-bottom: 8px;
		}

		/*Column Visibility CSS For Responsive*/
		.buttons-colvis{
			float: left;
		}

		/*Search Box CSS For Datatable Starts From Here*/
		.table-search-box{
			z-index: 1000;
			position: absolute;
			margin-top: 21px;
			max-width: 145px; /* 145px */
			margin-left: 59%;
			margin-right: 9px;
		}

		#filter_options{
			width: 100%;
			right: 1px;
		}


		/* View Leads -> Task -> View Details Button */
		.appt_third_part{
			margin-top: 12px;
			margin-left: 34px;
			margin-bottom: 8px;
		}

		.history_note_label{
			margin-top: 10px;
		}

		#btn_edit_appointment{
			margin-bottom: 3px;
		}

		/*View Leads -> Close Leads (Footer Button)*/
		.close_lead_footer_btn{
			display: inline;
		}


		/*View Leads -> Header Buttons*/
		.view_leads_header_btn{
			margin-bottom: 10px;
		}

		/*Header System Logo After Login In Nav Bar*/
		.navbar-brand-full{
			margin-left: -106px;
		}


		/* View Appointment -> Buttons Add Width Style */
		/*Reschedule/Cancel Button*/

		/*Mark As Complete Button*/
		#btn_complete_appointment{
			width: 143px;
			margin-bottom: 3px;
		}

		#btn_appointmentCancelReschedule{
			margin-bottom: 3px;
		}

		/*Follow Up Button*/
		#btn_appointmentFollowUp{
			margin-bottom: 3px;
			width: 143px;
		}

		/*Proposal Request Button*/
		#btn_proposel_req{
			margin-top: 3px;
			width: 143px;
		}

		/*Remind Field Rep Button*/
		#dropdownMenuLink{
			margin-top: 3px;
		}

		/*Close Button CSS*/
		.close_appointment_modal{
			/*margin-top: 5px;*/
		}

		#cancel_modal{
			width: 100px;
		}

		#save_appointment{
			width: 100px;
			margin-top: 2px;
		}


		/*Modal Header Close Buttons*/
		.modal-header .close{
			padding: 13px 0px;
			margin:-1rem 0rem -1rem auto;
		}

		.proposal_table{
			height: 115px;
		}

		/*Calendar Button*/
		.calendar_button{
			margin-bottom: 5px;
		}

		/*Calendar -> Filter Button*/
		#initiate_filter, #btn_create_lead{
			float: left !important;
			margin-right: 5px;
		}

		.bs-popover-top, .bs-popover-bottom, .popover-body{
			display: none !important;
		}

		/*Reports->Sales Pipeline->Time Period Dropdown Height*/
		.report_daterange_height{
			height: 62px;
		}

		/*Reports -> Task*/
		.sales_pipeline_icon{
			padding: 7px !important;
			font-size: 20px !important;
		}

		.sales_pipeline_text{
			font-size: 12px !important;
		}

		/*Monitoring Report -> Total Label*/
		.today_label{
			margin-top: 10px;
		}

		/*Monitoring Report -> Month Label*/	
		.month_label{
			margin-top: 10px;
		}

		/*Commission Management Module -> Filter Popup -> Price Range Filter*/

		/*Commission Management Module -> Payroll Dropdown & Label*/
		.payroll_dropdown_css{
			display: inline-grid;
		}

		.payroll_period{
			width: 91% !important;
			margin-left: 0px !important;
		}

		/*Proposal Request -> Excel Export Button*/
		.export_proposal_req_btn{
			display: grid;
			margin-bottom: 7px;
		}

		/*Mail Compose Header -> Span*/
		.mail_compose_header_span{
			display: inline !important;
		}

		.c-message-headers-from{
			margin-top: 5px;
		}

		.compose_mail_btn{
			display: grid;
			margin-bottom: 7px;
		}

		/*Footer Responsive CSS*/
		.app-footer{
			display: inline;
		}
	}

	/* Small devices (portrait tablets and large phones, 600px and up) */
	@media only screen and (min-width: 600px) {
		/*Column Visibility CSS For Responsive*/
		.buttons-colvis{
			float: left;
		}

		/*Search Box CSS For Datatable Starts From Here*/
		.table-search-box{
			z-index: 1000;
			position: absolute;
			margin-top: 21px;
			max-width: 145px; /* 145px */
			/*margin-left: 55%;*/
		}
	}



	/* Medium devices (landscape tablets, 768px and up) */
	@media only screen and (min-width: 768px) {
		.appointment-modal-hr {
                    width: 73%;
                    margin-left: 85px;
                    color: #575e64;
                    opacity: .9;
                    margin-top: 1px;
		}

		.appointment-detail-hr {
                    width: 60%;
                    margin-left: 140px;
		}
	}

	/* Large devices (laptops/desktops, 992px and up) */
	@media only screen and (min-width: 992px) {

	}

	/* Extra large devices (large laptops and desktops, 1200px and up) */
	@media only screen and (min-width: 1200px) {
		.table-search-box{
			max-width: 300px;
			z-index: 1000;
			position: absolute;
			margin-top: 21px;
			margin-left: 9px;
		}

		.leadsListBtn{
			margin-bottom: 8px;
		}
	}

	/* For Ipad Only */
	@media only screen 
	/*and (min-device-width : 768px)-------this is old one*/
	and (min-device-width : 720px) 
	and (max-device-width : 1024px)
	and (-webkit-min-device-pixel-ratio: 2) {
		.ipad_css{
			text-align: right;
		}

		.leadsListBtn{
			margin-bottom: 5px;
		}

		#filter_options{
			width: 261% !important;
			left: 57px !important;
		}

		/*Search Box CSS For Datatable Starts From Here*/
		.table-search-box{
			z-index: 1000;
			position: absolute;
			margin-top: 21px;
			max-width: 145px;
			/*margin-left: 55%;*/
		}

		.appt_list_div{
			display: flex;
		}

		.media_q_btn{
			font-size: 13px;
		}

		/*Modal Footer Button First Row
		.first_row_btn{
			display: grid;
			width: 50% !important;
		}


		/* View Appointment -> Buttons Add Width Style */
		/*Reschedule/Cancel Button*/

		/*Mark As Complete Button*/
		#btn_complete_appointment{
			width: 143px;
			margin-bottom: 3px;
		}

		#btn_appointmentCancelReschedule{
			margin-bottom: 3px;
		}

		/*Follow Up Button*/
		#btn_appointmentFollowUp{
			margin-bottom: 3px;
			width: 143px;
		}

		/*Proposal Request Button*/
		#btn_proposel_req{
			margin-top: 3px;
			width: 143px;
		}

		/*Remind Field Rep Button*/
		#dropdownMenuLink{
			margin-top: 3px;
		}

		/*Close Button CSS*/
		.close_appointment_modal{
			/*margin-top: 5px;*/
		}

		#cancel_modal{
			width: 100px;
		}

		#save_appointment{
			width: 100px;
			margin-top: 2px;
		}

		.edit_cancel_save_btn_class {
			display: flex;
			width: 318px;
		}

		.appt_second_part{
			max-width: 50.33%; 
		}

		.appt_third_part{
			max-width: 40%;
			flex:0 0 40%;
		}

		.proposal_table{
			height: 115px;
		}

		/*Reports -> Task*/
		.sales_pipeline_icon{
			padding: 7px !important;
			font-size: 20px !important;
		}

		.sales_pipeline_text{
			font-size: 16px !important;
		}

		/*Commission Management -> Payroll Dropdown & Lable*/
		.payroll_period{
			max-width: 50% !important;
		}

		/*Calendar Module -> When Hover On Appt*/
		.bs-popover-top, .bs-popover-bottom, .popover-body{
			display: none !important;
		}
	}


	/* For Ipad Pro Only */
	@media only screen 
	and (min-device-width : 1024px) 
	and (max-device-width : 1366px)
	and (-webkit-min-device-pixel-ratio: 2) {
		/*Modal Footer Button First Row*/
		.first_row_btn{
			display: flex;
			width: 78% !important;
		}

		/*Appointment Modal Footer Buttons*/
		.space_between_btn{
			padding-left: 5px;
		}

		.edit_cancel_save_btn_class {
			display: flex;
			width: 251px;
		}

		.appt_third_part{
			max-width: 32%;
			flex:0 0 40%;
		}

		.proposal_table{
			height: 115px;
		}

		/*Commission Management -> Payroll Dropdown & Lable*/
		.payroll_period{
			max-width: 44% !important;
		}

		/*Calendar Module -> When Hover On Appt*/
		.bs-popover-top, .bs-popover-bottom, .popover-body{
			display: none !important;
		}
	}


	/* For Laptop Desktop */
	@media only screen and (min-width: 1028px) {
		.ipad_css{
			text-align: right;
		}

		#filter_options{
			width: 630px;
			left: calc(299% - 659px);
		}

		.appt_list_div{
			display: flex;
		}

		#load_notes_history{
			max-height: 224px;
			overflow-y: scroll;
		}

		.edit_cancel_save_btn_class{
			display: flex;
			width: 182px;
		}

		/* View Appointment -> Buttons Add Width Style */
		/*Close Button CSS*/
		.close_appointment_modal{
			/*margin-right: 3px;
			margin-left: 2px;*/
		}

		#btn_edit_appointment{
			margin-right: 0px !important;
			margin-left: 0px !important;
		}

		/*Appointment Modal Footer Buttons*/
		.space_between_btn{
			padding-left: 5px;
		}

		.apointmentCompleteBtn{
			margin-bottom: 3px;
		}

		/*Commission Management -> Payroll Dropdown & Lable*/
		.payroll_period{
			max-width: 28% !important;
		}
	}


	/*Lastly Addedd For Landscape Mobile*/

	/* Medium devices (landscape tablets, 768px and up) */
	@media only screen and (max-width: 768px) {
		/* Add CSS For Add Button In PayRoll Date Module*/
		#salary_add_btn{
			margin-top: 8px;
			margin-bottom: 8px;
		}

		/*Payroll -> Add Payroll Popup (Modal Footer Button)*/
		.salary_footer{
			display: contents;
		}

		.salary_footer a{
			margin-left: 1.0rem !important;
			margin-right: 1.0rem !important;
			margin-bottom: 3px;
		}

		.salary_footer button{
			margin-left: 1.0rem !important;
			margin-right: 1.0rem !important;
			margin-bottom: 3px;
		}

		/*All The Button CSS That Is In Lead List*/
		.leadsListBtn{
			margin-top: 8px;
			margin-bottom: 8px;
		}

		/*Column Visibility CSS For Responsive*/
		.buttons-colvis{
			float: left;
		}

		/*Search Box CSS For Datatable Starts From Here*/
		.table-search-box{
			z-index: 1000;
			position: absolute;
			margin-top: 21px;
			max-width: 145px; /* 145px */
			margin-left: 59%;
			margin-right: 9px;
		}

		#filter_options{
			width: 100%;
			right: 1px;
		}

		/* View Leads -> Task -> View Details Button */
		.appt_third_part{
			margin-top: 12px;
			margin-left: 34px;
			margin-bottom: 8px;
		}

		.history_note_label{
			margin-top: 10px;
		}

		#btn_edit_appointment{
			margin-bottom: 3px;
		}

		/*View Leads -> Close Leads (Footer Button)*/
		.close_lead_footer_btn{
			display: inline;
		}

		/*View Leads -> Header Buttons*/
		.view_leads_header_btn{
			margin-bottom: 10px;
		}

		/*Header System Logo After Login In Nav Bar*/
		.navbar-brand-full{
			margin-left: -106px;
		}

		/* View Appointment -> Buttons Add Width Style */
		/*Reschedule/Cancel Button*/

		/*Mark As Complete Button*/
		#btn_complete_appointment{
			width: 143px;
			margin-bottom: 3px;
		}

		#btn_appointmentCancelReschedule{
			margin-bottom: 3px;
		}

		/*Follow Up Button*/
		#btn_appointmentFollowUp{
			margin-bottom: 3px;
			width: 143px;
		}

		/*Proposal Request Button*/
		#btn_proposel_req{
			margin-top: 3px;
			width: 143px;
		}

		/*Remind Field Rep Button*/
		#dropdownMenuLink{
			margin-top: 3px;
		}

		/*Close Button CSS*/
		.close_appointment_modal{
			/*margin-top: 5px;*/
		}

		#cancel_modal{
			width: 100px;
		}

		#save_appointment{
			width: 100px;
			margin-top: 2px;
		}

		/*Modal Header Close Buttons*/
		.modal-header .close{
			padding: 13px 0px;
			margin:-1rem 0rem -1rem auto;
		}

		.proposal_table{
			height: 115px;
		}

		/*Calendar Button*/
		.calendar_button{
			margin-bottom: 5px;
		}

		/*Calendar -> Filter Button*/
		#initiate_filter, #btn_create_lead{
			/*float: left !important;*/
			margin-right: 5px;
		}

		/*Reports->Sales Pipeline->Time Period Dropdown Height*/
		.report_daterange_height{
			height: 62px;
		}

		/*Reports -> Task*/
		.sales_pipeline_icon{
			padding: 7px !important;
			font-size: 20px !important;
		}

		.sales_pipeline_text{
			font-size: 12px !important;
		}

		/*Monitoring Report -> Total Label*/
		.today_label{
			margin-top: 10px;
		}

		/*Monitoring Report -> Month Label*/	
		.month_label{
			margin-top: 10px;
		}

		/*Commission Management Module -> Filter Popup -> Price Range Filter*/


		/*Commission Management Module -> Payroll Dropdown & Label*/
		.payroll_dropdown_css{
			display: inline-grid;
		}

		.payroll_period{
			width: 91% !important;
			margin-left: 0px !important;
		}

		/*Proposal Request -> Excel Export Button*/
		.export_proposal_req_btn{
			display: grid;
			margin-bottom: 7px;
		}

		/*Mail Compose Header -> Span*/
		.mail_compose_header_span{
			display: inline !important;
		}

		.c-message-headers-from{
			margin-top: 5px;
		}

		.compose_mail_btn{
			display: grid;
			margin-bottom: 7px;
		}
	}