.o_title {font-size: 18pt; color: #37b0c9; font-weight: bold;}

.o_button {
		  width: 100px;
		  height: 40px;
		  padding: 5px;
		  background: #37b0c9;
		  color: #fff;
		  display: block;
		  border: none;
		  margin-top: 50px;
		  margin-left: auto;
		  margin-right: auto;
		  margin-bottom: 15px;
		  border: 0px solid rgba(0, 0, 0, 0.1);
		  border-radius: 7px 7px 7px 7px;
		  transform: rotateZ(0deg);
		  transition: all 0.1s ease-out;
		  clear: both;
		}
.non-mobile-text {visibility: hidden;}		

.indexform {
	display: block; width:90%; margin: auto; margin-bottom: 20px;
}
.indexformbutton {
	width:100%; height:100px; font-size:18px; border: 1px solid #2991d6; background-color: white; color: #2991d6;
}
	
#Content { width: 100%; padding-top: 30px; min-height: calc(100vh - 353px) }	
#Footer .footer_copy .container .column {margin-bottom: 0px;}
		
/* Report Form -------------------------------------------------------  */
.reportbox {width: 45%; float: left; }
.reportbox2	 {width: 45%; float: right; }
#reportgen_title {
	text-align: center;
}
	
/* Report -------------------------------------------------------  */
#report_title {
	text-align: center;
	width: 40%; 
	float: left;
	margin-top: 15px;
}
#report_title h1, #reportgen_title h1 {
	font-size: 2.5em;
	line-height: 125%;
}
#report_title h2 {
	font-size: 1.5em;
}
#report_title .company {
	font-size: 1.5em;
	font-weight: bold;
}

#report_table .text-center, #cases_table .text-center {
	text-align: center;
}

#report_table .text-right, #cases_table .text-right {
	text-align: right;
}

#report_table .text-left , #cases_table .text-left {
	text-align: left;
}

#report_table  , #cases_table  {
   font-size: 1.3em;
} 
#report_table thead > tr > th , #cases_table thead > tr > th {
    background: #37b0c9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#37b0c9, #2991d6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#37b0c9, #2991d6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#37b0c9, #2991d6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#37b0c9, #2991d6); /* Standard syntax */
	color: white;
}

/* New totals column in onyxdata.php - Jerry G. 2/9/18 */
#report_table th.totals, #report_table td.totals  {
    background: #37b0c9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#37b0c9, #2991d6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#37b0c9, #2991d6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#37b0c9, #2991d6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#37b0c9, #2991d6); /* Standard syntax */
    color: white;
    font-weight: bold;
}

/* New totals row (blank) in onyxdata.php - Jerry G. 2/12/18 */
.blank  {
    background: none !important;
    background-color: white !important;
    border: none;
}

.bold {
    font-weight: bold;
}

/* for responsive table, larger screens */
#report_table td.tdsummary , #cases_table td.tdsummary {
	text-align: right;
	font-weight: 700;
	background: url(../../wp-content/themes/betheme/images/bg_panel.png) repeat-x left top;
}
#report_table td.tdsection , #cases_table td.tdsection { 
	font-weight: bold;
}
#report_table td.section-wide, #cases_table td.section-wide { 
	width: 205px;
}
#report_table .rows, #cases_table .rows{display:table-row; }
#report_table .rows.row-hidden, #cases_table .rows.row-hidden{display:none; }
/* end for responsive table */

#case-help-img-search	{
	width: 50%; max-width: 500px; float: right;
}
#case-help-img-view	{
	width: 100%; max-width: 800px;
}

.chart_title {
	font-weight: bold;
}
#chart_holder {
	width: 60%; 
	float: left;
	text-align: center;
}
#chart_holder svg {padding-left: 20px;}

.case_criteria {font-weight: bold; font-size: 1.1em;}

/* 
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 767px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	#chart_holder svg {padding-left: 20px;}
	
	#case-help-img-search	{
		width: 90%; max-width: 500px; float: none;
	}
	#case-help-img-view	{
		width: 100%; max-width: 600px;
		content:url("/onyx_assets/images/Cases_Screenshots_viewsm.png")
	}

	/* Force table to not be like tables anymore */
	#report_table, 
	#report_table table, 
	#report_table thead, 
	#report_table tbody, 
	#report_table th,
	#report_table td,
	#report_table tr, 
	#cases_table, 
	#cases_table table, 
	#cases_table thead, 
	#cases_table tbody, 
	#cases_table th,
	#cases_table td,
	#cases_table tr { 
		display: block; 
	}
	
    #report_table th.totals {
        text-align: left;
        padding-left: 30%;
    }
    
    #report_table .rows, #cases_table .rows {display:block; }
	#report_table .rows.row-hidden, #cases_table .rows.row-hidden {display:none; }
	
	#report_table td.section-wide, #cases_table td.section-wide { 
		width: auto;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#report_table thead tr, #cases_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#report_table tr, #cases_table tr { border: 1px solid #ccc; }
	
	#report_table td:not(.tdsection), #cases_table td:not(.tdsection) { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align: left !important;
	}
    
    #report_table td.blank {
        display: none;
    }
	
	#report_table td.tdsection, #cases_table td.tdsection { 
		/* Behave  like a "row" */
		border: none;
		font-weight: bold;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align: left;
		background-image: none;
		background: #37b0c9; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(#37b0c9, #2991d6); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#37b0c9, #2991d6); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#37b0c9, #2991d6); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#37b0c9, #2991d6); /* Standard syntax */
		color: white;
	}

	#report_table td:before, #cases_table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data (can be moved to be done in each file if they end up needing different cols)
	*/
	#report_table td:nth-of-type(2):before { content: "# of Cases"; }
	#report_table td:nth-of-type(3):before { content: "Billed Claim Amnt"; }
	#report_table td:nth-of-type(4):before { content: "Actual Paid Amnt"; }
	#report_table td:nth-of-type(5):before { content: "% Saved"; }
	#report_table td:nth-of-type(6):before { content: "Savings Amnt"; }
	
	#cases_table td:nth-of-type(1):before { content: "Onyx Case #"; }
	#cases_table td:nth-of-type(2):before { content: "Onyx Patient #"; }
	
	#cases_table td:nth-of-type(3):before { content: "Reference Number"; }
	#cases_table td:nth-of-type(4):before { content: "Provider"; }
	#cases_table td:nth-of-type(5):before { content: "Claim Amount"; }
	#cases_table td:nth-of-type(6):before { content: "Manager"; }
	#cases_table td:nth-of-type(7):before { content: "Status"; }
	#cases_table td:nth-of-type(8):before { content: "Date Paid"; }
}




.button-export {
	display: none;
}


/* Navigation -------------------------------------------------------  */
#Action_bar .account_details{float:right}
#Action_bar .account_details li{display:inline-block;margin-right:10px;padding:20px 0;color:#FFFFFF;font-weight: bold;}
#Action_bar .account_details li > i{margin-right:2px}
#Action_bar .account_details li:last-child{margin-right:0}
.header-classic #Action_bar .account_details li {
    padding: 12px 0;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000 !important; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll !important; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #fff !important;
    opacity: 1 !important;
    float: right;
    font-size: 28px !important;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background: #37b0c9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#37b0c9, #2991d6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#37b0c9, #2991d6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#37b0c9, #2991d6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#37b0c9, #2991d6); /* Standard syntax */
	color: white;
}

.modal-body {padding: 2px 16px;}

#myBtn {
    color: #fff !important;
}

/* TABLE (sorting) */

.pointer {
    cursor: pointer;
}

.tablesorter th {
    cursor: pointer;
}

/* < 1239 -------------------------------------------------------  < 1239 */
@media only screen and (max-width: 1239px) 
{
	#report_table , #cases_table  {
	   font-size: 1em;
	}
	#report_title {
		width: 100%; 
		margin-top: 0px;
	}
	#chart_holder {
		width: 100%;
	}
}

/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait) & Mobile < 768 */

@media only screen and (max-width: 767px) 
{
	#Action_bar .account_details{float:none;  text-align: center;}
	#Action_bar .account_details li, #Action_bar .account_details a{color:#000000;}
		
	.container {calc(100% - 20px)!important}    
	
	.reportbox {width: 100%; float: left; }
	.reportbox2	 {width: 100%; float: left; }
	#report_title {
		width: 100%; 
		margin-top: 0px;
	}
	#chart_holder {
		width: 100%;
	}
	

}


/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.non-mobile-text {visibility: visible;}	

    }

    /* Medium Devices, Desktops (although bootstrap would use 992, wordpress seems to use 959) */
    @media only screen and (min-width : 959px) {
		.indexform {
			display: block; width:65%; margin: auto; margin-bottom: 20px;
		}
		.button-export {
			display: inline-block;
		}
		/* #report_table .rows, #cases_table .rows {display:table-row; } */
		#report_table .rows.row-hidden, #cases_table .rows.row-hidden {display:none; }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
