/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.loader{
	/*background: #FFF url(https://medicationcallreminder.com/staging/wp-content/uploads/2022/11/25ef280441ad6d3a5ccf89960b4e95eb.gif) no-repeat center;*/
	background: #FFF url(https://medicationcallreminder.com/staging/wp-content/uploads/2022/11/image_processing20200320-1564-jxd21o.gif) no-repeat center;
    z-index: 999;
    width: 100%;
    height: 80%;
    position: absolute;
    opacity: 55%;
}

.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e7ecf1;
    margin: 10px 0!important;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #2ea3f2; /* Blue */
  color: white;
  margin-bottom: 0px;
  margin-top: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

/*.five_reminders_a_day .provider, .three_reminders_a_day .provider, .one_reminder_a_day .provider, .trial_user .provider{display: none;}*/


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: 50%;
  margin-left: -160px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}



.pagination {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
	text-align: center;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    text-decoration: none;
    color: #000;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.pagination a:hover {
    background-color: #ddd;
}

.pagination .current {
    background-color: #2ea3f2;
    color: #fff;
}

.disabled-link {
  background-color: #ddd !important;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none !important;
}

/*Breadcrumb*/
.breadcrumb {
  margin: 10px 0;
  font-size: 14px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: #999;
}



td.text-capitalize {
    text-transform: capitalize;
}

.table-striped tr th, .table-striped tr td{padding: 15px 5px;}

.text-center{text-align: center;}

.gf_column_break_paddin_left{
	padding-left: 10px;
}
.gf_column_break_paddin_right{
	padding-right: 10px;
}


/*Accordian in reports*/
.expandChildTable:before {
    content: "+";
    display: block;
    cursor: pointer;
	font-size: 20px;
}
.expandChildTable.selected:before {
    content: "-";
	font-size: 25px;
}
.childTableRow {
    display: none;
}
.childTableRow table {
    /*border: 2px solid #555;*/
}
.table-accordian .even{
	background-color: aliceblue;
}
.table-accordian .odd{
	background-color: beige;
}
.local_timezone{
	font-weight: 700;
}

/* Export data start*/
a.export {
    margin: 0 10px;
    background-color: #2ea3f2;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}
#export_activityreports{
	display: none;
}
/* Export data end */
