#popup.modal-box {
	width: 320px;
}

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
	
  width: 300px;
	height: 373px;
	position: absolute;
	left: 50%;
	top: 50%; 
	margin-left: -125px;
	margin-top: -150px;	
}

.tutoring-app_page_group-invoices div#popup.modal-box {
  height: 228px;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  /*padding: 1em;*/
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

div#popup.modal-box a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

div#popup.modal-box a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.modal-body label {
	width: 86px;
	display: inline-block;
}

input#new_tutor_rate,
input#new_student_rate,
input#new_pmb,
input#new_prerepayment {
	width: 100px;
}

.js-modal-close {
	margin-left: 40px;
}

.tutor-app-toolbar {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	color: #555;
	display: table;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	height: auto;
	margin: 12px 0 25px;
	padding: 0 20px 20px 20px;
	position: relative;
	width: 97%;	
}

#student-container,
#parent-container {
	float: left;
	width: 350px;
}

#group-container {
	float: left;	
}

#student-list, 
#parent-list {
	height: 200px; 
	width: 300px;	
}

.student_letter,
.user_letter {
	cursor: pointer;
}

#parent-title {
	height: 18px;
	margin-top: 43px;
}

#save-selection {
	margin-right: 20px;
}

#relation_list {
	height: 98px;
	width: 240px;
}

#delete-group,
#edit-group,
#save-group, 
#clear-selection {
	margin-top: 10px;
}

#group-section {
	margin-top: 30px;
}

#group-list {
	border: 1px solid #ddd;
	height: 150px;
	width: 648px;
}

.invoice_info {
	display: inline;
}

#sg-ajax-loader,
#exp-ajax-loader,
#gi-ajax-loader {
  background: url("../../images/ajax-loader.gif") no-repeat scroll center center transparent;
	display: none;
  height: 32px;
  position: absolute;
  margin: 0 auto;
  width: 100%;	
}

#sg-ajax-loader {
  background: url("../../images/ajax-loader.gif") no-repeat scroll center center transparent;
	display: none;
  height: 32px;
	margin: -35px auto 0;
	width: 92%;
}


#edit_invoice-group {
	cursor: pointer;
}

#summary_report_text {
	background-color: #fff;
	margin-top: 20px;
}

table#summary-report {
	
}

table#summary-report td {
	padding: 5px 10px;
}

table#summary-report tbody td.num {
	text-align: right;
}

table#reconcilation th#parent_name {
	width: 250px;
}

table#reconcilation th#save-button {
	width: 167px;
}

.total-due {
	text-align: right;	  
}

#group-total-due {
  width: 150px;
}

table#reconcilation.widefat th#group_payment.manage-column.num,
table#reconcilation.widefat th#balance.manage-column.num,
table#reconcilation.widefat th#invoivce_amount.manage-column.num,
table#reconcilation tbody td.num {
	text-align: right;	
	width: 100px;
}

.widefat .num {
	text-align: right;		
}

table#reconcilation.wp-list-table th#payment.manage-column.num span {
	text-align: center;
	width: 130px;
}

table#reconcilation.wp-list-table td#payment.manage-column.num span {
	text-align: right;
}

table#reconcilation input.rec-payment-amt {
	float: right;
	width: 130px;
}

table#summary-report thead td {
	font-weight: 700;
}

.gray-line {
	background-color: #ececec;
}

#display_summary_pdf {
	display: none;
}

table#summary-report tbody tr {
	height: 28px;
}

#new-fields-form {
	border: 1px solid #000;
	height: 316px;
	padding: 10px;
	width: 75%;
}

#expense-field-left,
#expense-field-right {
	width: 260px;
}

#expense-field-left {
	float: left;
	height: 200px;
}

#expense-field-right {
	float: left;	
	height: 200px;
}

.new-balance {
  text-align: right;
}

.total-due,
.new-balance {
  background-color: transparent;
  color: #000;
  border: 1px solid gray;
  width: 112px;
}

#grade_list,
#subject_list,
#category_list,
#field_list {
	height: 200px;
  margin: 0 auto;
  display: block;
	width: 200px;
}

#new_grade,
#new_subject,
#new_category,
#new_expense {
	width: 100%;
}

#sr-remove-category,
#sr-remove-expense {
	text-align: center;
	display: block;
	width: 184px;
	margin: 0 auto;
}

#expense_values {
	/*border: 1px solid #000;*/
	min-height: 616px;
	margin-top: 50px;
	padding: 10px;
	width: 100%;	
}

.sre_name {
	display: inline-block;
	width: 150px;
}

.sre_id_name{
	display: inline-block;
	padding-right: 30px;
	width: 100px;
}

.sre_id_name_title {
	display: inline-block;
	width: 150px;
}

div#expense-container ul li input.cb-span {
	display: inline-block;
	padding-left: 20px;
	width: 188px;	
}

div#expense_values div#expense-container ul li.headings {
	font-weight: bold;
}

#expense-container ul li.headings span.expense-category,
.wp-admin select.expense-category,
div#expense-container ul li select.expense-category {
	display: inline-block;
	margin-left: 20px;
	width: 175px;
}

div.wrap div#gi-ajax-loader {
	display: none;
}

td.tutor_column {
	min-width: 162px;
}
td.student_column {
	min-width: 248px;	
}
td.client_column {
	min-width: 184px;	
}
td.total_hours {
	min-width: 92px;		
	text-align: right;
}
td.total_amt {
	min-width: 116px;			
	text-align: right;
}
td.line_total {
	min-width: 133px;				
	text-align: right;
}
th.update-invoice,
td.update-invoice {
	width: 172px;
}

#student-tutor-list {
	height: 200px; 
	width: 400px;		
}

.mono {
	font-family: "Courier New", Courier, Fixed, monospace;
}

#recon_button_row {
	margin: 10px 0;
}

#unrecon-print-pdf,
#recon-print-pdf {
	display: none;
}

.rec-payment-input {
	width: 100%;
}

.total_payemnts,
.update-invoice {
	width: 156px;
  text-align: center;
}

#student_name {
  width: 192px;
}

#grade-title,
#subject-title	{
	font-weight: bold;
	text-align: center;
}

#grade-field-left {
	width: 250px;
}

#grade-field-left,
#grade-field-right {
    float: left;
    height: 200px;
		width: 240px;
}

#loadgif {
	display: inline-block;
	height: 16px;
	margin: 0 10px 0 4px;
	width: 16px;
	position: relative;
	top: 3px;
}

#student_grade {
	width: 225px;
}

img#updater-busy {
	margin-left: 8px;
	height: 16px;
	width: 16px;
	display: none;
	position: relative;
	top: 3px;
}

div#wpspin-containaer {
	display: inline-block;
  	float: left;
	height: 16px;
	width: 28px;
}

select#grade {
	min-width: 150px;
}

.edu-major,
.edu-major,
.edu-to-date,
.edu-from-date {
	width: 10%;
}

.edu-degree,
.edu-location,
.edu-org {
	width: 15%;
}

.exp-position,
.exp-org,
.exp-rsp {
	width: 20%;
}

#gosc-previous,
#osc-previous {
  cursor: pointer;
  float: left;
}

#gosc-next,
#osc-next {
  cursor: pointer;
  float: right;  
}

.audit-justify-right {
  text-align: right;
}

#group-audit-print-pdf,
#audit-print-pdf {
  display: none;
  padding: 5px 10px;
}

table.tutor-report textarea {
  width: 100%;
}

table.tutor-report textarea.report-comment {
  display: none;
}

p label.report-responses,
form#your-profile table.form-table tbody tr td label.report-responses {
  font-weight: normal;
  width: 90%;
}

textarea.report-visible {
  width: 100%;  
}

textarea.report-comment {
  display: none;
  width: 100%;
}

.tutor-report-tbl {
  width: 980px;
}

form#your-profile label, form#your-profile div#tprofile table.form-table label {
  vertical-align: middle;
}

.blue-text {
  color: #2195ce;
}
.report-label {
  font-weight: 400 !important;
}

.center {
  text-align: center;
}

#session-info {
  border: 1px solid #000;
  padding: 20px;
  top: -200px
}

a#add-session.button-primary {
  margin: 0 auto;
  display: block;
  width: 170px;
  float: left;
  opacity: 1;
  text-align: center;  
}

#close-session {
  opacity: 1;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
}

#topics-taught {
  width: 347px;
}
#loading-wraper {
  position: relative;
  bottom: 43px;
}
#loading-session {
  background: url("../../images/ajax-loader.gif") no-repeat scroll center center transparent;
	display: none;
  height: 32px;
  position: absolute;
  margin: 0 auto;
  width: 100%;	
  
}

.session-column {
  padding: 0 5px;
  width: 300px;
}

.session-button-column {
  padding: 0 5px;
  width: 190px
}

.eb-date {
  width: 150px;
}

input#b6-19-custom-fillin.fillin {
  display: none;
}

#admin-summary {
  margin: 20px auto 0;
  width: 80%;
}

#admin-summary, #admin-summary td {
  border: 1px solid gray;
  border-collapse: collapse;
  padding: 10px;
}

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

.prepay-input {
  width: 80px;
}



@media (min-width: 32em) {
  .modal-box { width: 70%; }
}


.button-class{
	color: #FFF !important;
	background-color: #eb890a !important;
	font-family: 'ProximaNova-Semibold';
	font-size: 18px !important;
	color: #fff;
	cursor: pointer;
	border: none !important;
	padding: 5px 20px 6px !important;
	 margin: 0 10px; 
	white-space: nowrap;
}