@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik');
/* CSS Document */

/*body { margin: 0;} */

html {
  overflow-y: scroll;
}

.css_body{
	font-family: 'Sarabun', sans-serif;
	background-image: linear-gradient(to bottom, hsla(129,66%,63%,1.00), hsla(129,73%,23%,1.00));
	
	background-repeat: no-repeat;
    background-attachment: fixed; 
	
/*	background-color: hsla(120,55%,66%,1.00);
	background-color: 	*/
}

.footer{
	color: #1F9832;
	
}
.footer a{
	text-decoration: none;
	color: #29C441;
} 

.custom_input{
	border-radius: 5px;
	font-family: 'Sarabun', sans-serif;
	padding: 5px;
}

.login_input{
	min-width: 250px;
}

.login_submit_button{
	float: right;
}

.reset_pass_link{
	text-decoration: none;
	color: inherit;
}

.login_forgot_btn_grid{
	display: grid;
	grid-template-columns: auto max-content;
}

.reset_pass_link > div{
	padding: 5px;
	width: max-content;
}
.reset_pass_link > div:hover{
	color: blue;
}

/* .login_window_wrap{
	position:fixed;
	top: 30%;
    left: 50%;
	width:auto;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

.login_window_wrap{
    width: auto;
    margin: 30vh auto;
    width: max-content;
}

.login_window{ 
	border-radius: 5px;
	padding:10px;
	background-color: #6B8E23;
	box-shadow: 5px 5px 2px 0px hsla(0,0%,0%,0.35);
/*	    margin-top: 350px;*/
}
.login_field_grid{
	display: grid;
}
.login_field_grid>a{
	display: grid;
	text-decoration: none;
}

.footer{
	position: absolute;
	bottom: 0%;
/*
	
	position: absolute;
    left: 0;
    bottom: -120px;
    width: 100%;
    text-align: center;
*/
}




.credentials{
	padding: 10px 10px
}



.reset_password_list:empty{
	display: none;
}





.css_text_box_general{
	border-radius: 5px;
    text-indent: 5px;
}

.css_button_general{
	background-color: #6B8E23;
    color: white;
    border-width: 0px;
    border-radius: 5px;
    padding: 5px 10px;
}










.css_messenger_ach_btn{
	background-color: olivedrab;
    padding: 0px 14px;
    color: white;
    border-radius: 6px;
    border: 2px outset gray;
	transition: background-color 0.6s ease;
	padding-bottom: 4px;
}

.css_messenger_ach_btn:hover{
	background-color: #4B6318;
	cursor: pointer;
	transition: background-color 0.1s ease; 
}


/* 


.css_dashboard{
    position: absolute;

    left: 50%; 
    width: auto;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
    border-radius: 5px 5px 5px 5px;
    padding: 30px;
    background-color: #6B8E23;
    box-shadow: 5px 10px 0px 0px hsla(0,0%,0%,0.25); 
} 
*/


.css_dashboard{
	border-radius: 5px 5px 5px 5px;
    padding: 30px;
    background-color: #6B8E23;
    box-shadow: 5px 10px 0px 0px hsl(0deg 0% 0% / 25%);
    margin: 0 auto;
    width: max-content;
}

.dashboard_content_credentials{
	display: grid;
	grid-template-rows: auto max-content;
}


.css_navigation_button{
	font-family: 'Sarabun', sans-serif;
	width:100%;
/*
	border-style: solid;
	border-width: thin; 
	border-left: none;
	border-right: none;
	border-top: none;
*/
	line-height: 15px;
	padding-left: 10px;
	 
}
.css_navigation_button_list:hover{
	background-color: #3B6519;
	transition: background-color 0.1s ease;
	
}

.css_navigation_button_list{
width:150px;
	list-style-type:none;
	margin-bottom: 5px;
	
/*	padding-top: 5px;*/
	padding-bottom: 5px;
	border-radius: 4px 0px 0px 4px;
	color: white;
	transition: background-color 0.3s ease;
}


.grid-container{
 	display: grid;
	grid-template-columns: auto auto auto;
	height: 100%;
}
.user_profile_grid_container{
	column-gap: 50px;
}

.profile_content_grid{
	display:grid;
	grid-template-columns: auto 60%;
	grid-row-gap: 10px;
}
.profile_content_grid>input{
	width: 100% !important;
}
.profile_content_grid>textarea{
	width: 100% !important;
}



.css_dashboard_container{
	position: relative;
	border-radius: 0px 5px 5px 0px;
	background-color: white;
	width: 900px;
	/* height: 94%; */
	padding: 10px;
}
.css_container_loaded_content{
	width:100%;
	height: 100%;
}


.css_dashbaord_title{
	padding: 10px;
	font-family: 'Rubik', sans-serif;
	font-size: 50px;
}
.css_dashbaord_subtitle{
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	padding: 10px;
}

.css_calendar_m_y{
	
}

.css_calendar_grid{
/*	width: 100%;*/
	display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
	padding: 10px;

} 

.css_calendar_day{
	position: relative;
	display: inline-block;
/*	background-color: red;	*/
/*	width:103px;*/
	height:60px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	transition: background 0.7s ease-out;
	font-size: 20px;
	padding: 10px 0px 0px 10px;
}
.css_calendar_day:hover{
	transition: background 0.0s ease-in-out;
	background-color: #B4B4B4;
}
.css_calendar_day_busy{
	position: relative;
	display: inline-block;
/*	background-color: red;	*/
/*	width:103px;*/
	height:60px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	transition: background 0.7s ease-out;
	background-color: #B0FFAA;
	
	font-size: 20px;
	padding: 10px 0px 0px 10px;
}
.css_calendar_day_busy:hover{
	transition: background 0.0s ease-in-out;
	background-color: #3CFF2E;
}
.css_calendar_day_dud{
	position: relative;
	display: inline-block;
	background-color: hsla(0,0%,80%,1.00);	
/*	width:103px;*/
	height:60px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	
		font-size: 20px;
	padding: 10px 0px 0px 10px;
}
.css_calendar_day_add{
	position: absolute;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 30px;
/*	height: 50px;*/
	border-radius: 50% 0% 0% 0%;
	
	text-align: center;
	font-size: 25px;
	color:white;
	
	right: 0px;
	bottom: 1px;
	
	background-color: rgba(97,222,116,1.00);
	
}
.css_calendar_day_add:hover{
	background-color: rgba(22,114,36,1.00);
	cursor:pointer;
	
}
.css_pick_date{
	font-size: 20px;
	margin: 10px;
	padding: 0px 10px 0px 10px;
}

.css_calendar_day_title{
	display: inline-block;
/*	background-color: red;	*/
	background-color: #6B8E23;
/*	width:13%;*/
	height:20px;
	padding: 5px;
	

	border-style: solid;
	
	border-width: 1px;
	border-color: #6B8E23;

}
.css_popup_add_event{
	position:absolute;
	background-color: white;
	
	border-style: solid;
	border-color: #6B8E23;
	border-width: 15px;
	
	top: 250px;
    left: 50%;

	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.css_popup_add_event_inner{
	width:auto;
}
.css_popup_add_event{
	margin: 10px;
}
.css_popup_add_event_bg{
	position:absolute;
	z-index: 100;
	
	background-color: hsla(0,0%,0%,0.78);
	display: none;
	
	width:100%;
	height:100%;
/*	margin:-10px;*/
}
.add_event_drop_boxes{
	font-size: 20px;
	font-family: 'Rubik', sans-serif;
	width:350px;
/*	max-width: 100px;*/
}









.id_staff_user_table{
	padding: 0px 10px 0px 10px;
}



.css_search_names{
	margin: 10px;
}





.css_schedule_notice{
	font-family: 'Sarabun', sans-serif;
    padding: 10px;
}

.schedule_manager_add_btn_grid{
	display: grid;
	grid-template-columns: auto min-content min-content;
}

.events_table{
	font-size: 14px;
}
























.css_user_list{
	list-style-type: none;
	
}
.css_user_list_entry{
/*	padding-top: 20px;*/
	margin-left: 0px;
	vertical-align: middle;
	height: 40px;
	horizontal-align: middle;
	
}
.css_user_base_table{
/*	table-layout: fixed;*/
    width: 100%;
	padding: 0px 10px 0px 10px;
}

.css_new_u_button{
	background-color: red;
	border-radius: 400px;
	text-align: center;
}




.css_new_u_resuts{
	padding-top: 5px;
	padding-left: 15px;
/*	width:100%; */
	background-color: hsla(129,66%,63%,1.00);
	height:27px;
	margin: 10px;
	display: none;
}




.css_expired{
	
	font-family: 'Sarabun', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	
	position:fixed;

	top: 50%;
    left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.css_profile_view_text{
	width: 300px;
	text-align: left; 
/*	margin-left: 50px;*/
/*	border-style: groove;*/
	resize: none;
	
}
.staff_profile_view_grid{
		display: grid;
		grid-template-columns: min-content auto;
		grid-row-gap: 5px;
		grid-column-gap: 10px;
	}

.css_my_prof_date_field{
	width: 100px;
}

.css_bday_text{
	width:94px;
	
}










.css_sign_up_body{
	background-color: white;
	padding: 20px;
}
		
.css_sign_up_title{
	width:100%;
	
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	text-align: center;
	
	
}
.css_student_signup_field{
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	border-color: hsla(0,0%,67%,1.00);
	padding: 5px;
	width: 300px;
	
	font-size: 15px;
	
}
.css_st_sn_column{
	text-align: right;
	font-size: 15px;
/*	vertical-align: top;*/
}
.css_student_signup_drop_1{
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	padding: 5px;
	
	font-size: 15px;
}








.new_user_tool{
	margin: 10px;
    display: grid;
    grid-template-columns: max-content auto max-content;
	grid-column-gap: 10px;
}

.css_text_area_client_notes{
	width: 500px;
	height: 650px;
}

.new_message_window{
	background-color: #D1E5D1;
	padding: 10px;
	border-radius: 5px;
}
.css_message_thread{
	background-color: #a1e867;
	width:100%;
	height:50px;
	margin-bottom: 5px;
	
	border-bottom:1pt solid black;
}
.css_message_thread:hover{
/*	/transition: background 0.0s ease-in-out;*/
	background-color: #3B6519;
	
}
.css_thread_read{
	background-color: hsla(0,0%,88%,1.00);
}


.css_message_thread_scrollable{
	height: 400px;
	overflow: scroll;
}

.css_chat_message{
font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin: 0px 20px 5px 20px;
    width: 60%;
    background-color: #a8e4a0;
    padding: 0px 5px 0px 15px;
    margin-bottom: 5px;
    word-wrap: break-word;
    position: relative;
	
}
.css_chat_my{
	float:right;
	border-radius: 5px 0px 0px 5px; 
}
.css_chat_your{
	float:left;
	border-radius: 0px 5px 5px 0px;
	background-color: #cfe4a0;
}




/*
Messenger
########################################################################################################################################################################
########################################################################################################################################################################
########################################################################################################################################################################
########################################################################################################################################################################
########################################################################################################################################################################
*/

	
.openings_grid{
	display: grid;
	grid-template-areas: 
		"app_1 app_2 app_3"
		"app_4 app_4 app_4";
	grid-template-columns: 25% 50% 25%;
	margin: 10px;
    padding: 10px;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	
}
.openings_grid > div {
	background-color: hsla(0,0%,86%,1.00);
}
.app_1{
	grid-area: app_1;
	display: grid;
	grid-template-columns: auto auto;
	padding: 10px;
}
.app_2{grid-area: app_2;}
.app_3{grid-area: app_3;}
.app_4{grid-area: app_4;}
.app_4 table{padding: 10px;}


/*
Messenger
########################################################################################################################################################################
########################################################################################################################################################################
########################################################################################################################################################################
########################################################################################################################################################################
########################################################################################################################################################################
*/
.message_send_btn_grid{
	display: grid;
	grid-template-columns: auto max-content;
	grid-column-gap: 5px;
	margin: 0px 10px;
}
.cancel_margin_grid{
	margin:0px;
}

.message_send_btn_grid input{
/*
	margin: 0px;
	padding: 0px;
*/
}

/*
Invoice manager
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
*/

.css_invoice_page{
	position: relative;
    height: 100%;
    min-height: 602px;
}

.css_new_invoice_window{
	position: absolute;

	width:600px;
	padding: 10px;
	background-color: white;
	
	border-color: #6B8E23;
	border-style: solid;
	border-width: 20px;
	left: 50%;
    transform: translateX(-50%);
	top:7%;
}
.css_new_invoice_grid{
	display:grid;
	grid-template-columns: auto auto;
}
.css_popup_issue_invoice{
	display:none;
	background-color: hsla(0,0%,0%,0.74);
	position: absolute;
	top:0px;
	left:0px;
    width: 100%;
    height: 100%;
}


.css_printable_invoice{
	width: 210mm; 
	height: 270mm;
	border-style: dashed;
}



.invoice_table_overflow{
	/* overflow: scroll; */
    width: -webkit-fill-available;
}

.invoice_table_overflow table{
	    border-spacing: 10px 0;
}

.invoice_table_overflow th{
	white-space: nowrap;
}
.invoice_table_overflow td{
/*	white-space: nowrap;*/
}

.invoice_session_time{
	display: grid;
	grid-template-columns: auto max-content;
}
.invoice_calculator{
	display:grid;
	grid-template-columns: max-content auto;
	grid-column-gap: 5px;
}
.invoice_mobile_divider{
	display: none;
	background-color: olivedrab;
    height: 2px;
    margin: 15px 0px;
}

/*
programs grid
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
*/

.css_programs_grid{
	display: grid;
	grid-template-columns: 50% auto;
	
}
.css_program_heading_entry{
	margin: 5px 0px;
	background: #6B8E23;
	padding-right: 5px;
	padding-left: 7px;
	height: 25px;
	color: white;
	
/*	width:80%;*/
}
.css_program_heading_entry:hover{
	background: #4F691A;
}
.css_programs_remove_button{
	background-color: #3B6519;
    display: inline-block;
    color: white;
    border-radius: 0px 10px 10px 0px;
    padding: 0px 10px 4px;
    /* float: right; */
    height: 21px;
    margin-top: 5px;
    text-align: center;
	padding-left: 10px;
}
.css_programs_remove_button:hover{
	background: #2F5013;
}


/*
programs grid
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
*/
.css_tutor_program_check{
	vertical-align:top;
}


/*
Applications
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
##########################################################################################################################################################
*/

.new_application_subject_list{
	background-color: white;
	padding: 5px;
	margin:0px 0px 0px 10px;
	border-radius: 5px;
}
.new_application_window{
	padding: 5px;
	margin: 10px;
	background-color: #D1E5D1;
}
.new_app_cancel_div{
	transform: translate(0, -50%);
    height: min-content;
    margin-top: auto;
}

.openings_table{
	margin: 10px;
}
.css_new_application_grid{
	display:grid;
	grid-template-columns: auto auto;
	margin-bottom: 10px;
}

.applications_new_grid{
	display:grid;
	grid-template-columns: auto auto;
	grid-row-gap: 10px;
	background-color: none
}

.css_application_grid{
	display: inline-grid; 
	grid-template-columns: 60% auto; 
	width: 100%; 
	
}
.css_application_grid_item{
	padding-right: 10px;
}
.css_applications_programs{
	overflow-y: scroll;
    height: 319px;
}
.css_create_application{
	width: fit-content;
	margin: 0px 10px;
}
.css_create_application:hover{
	background-color: #3B6519;
}

.css_application_note{
	border-style: none;
/*	border-color: gray;*/
/*	border-width: 1px; */
	width: -webkit-fill-available;
	margin: 10px 10px;
/*	height: -webkit-fill-available;*/
/*	max-height: 150px;*/
	min-height: 150px;
    overflow-y: scroll;
	background-color: rgba(255,255,255,0.21);
/*    padding: 30px 0px;*/
/*	vertical-align: top;*/
	resize: vertical;
	height: 15em;
	
}
.css_application_entry{
	font-size: 15px;
}
.css_application_entry:hover{
	background-color: #6B8E23 !important;
}


.css_app_request{
	font-weight: 100;
}
.css_app_request:hover{
	background-color: #3B6519;
}

.css_delete_application{
	
}
.css_delete_application:hover{
	background-color: #3B6519;
}

.navbar_toggle{
	display:none;
	position:absolute;
	z-index: 15;	
	right: 0px;
	/* transform: translate(90%, 0%); */
	/* background-color: olivedrab; */
	padding: 10px;

	padding-bottom: 15px;
	color: white !important;
	border-radius: 0px 5px 5px 0px;
}





/* // ############################################################################# */
/* // ############################################################################# */
/* // ############################################################################# */
/* // ############################################################################# */














@media screen and (max-width: 768px) { 
	
	body{
		margin: 0px;
		padding: 0px;
	}
	
	
	
	
	.css_dashbaord_title{
		font-size: 28px;
	}
	
	/*	
	// Staff Profile View
	*/
	.staff_profile_view_grid{
		display: grid;
		grid-template-columns: min-content auto;
	}
	
	
	/*	
	// Staff Schedule
	*/
	.schedule_manager_add_btn_grid{
		display: grid;
		grid-template-columns: auto min-content min-content;
	}
	.css_popup_add_event select {
		width: 100% !important;
	}
	.css_popup_add_event{
		margin: 0px;
		width: JIS90;
		width: 98%;
	}
	
	/*	
	// Invoices
	*/
	.profile_content_grid{
		font-size: 4vw;
	}
	
	/*	
	// Invoices
	*/
	.css_new_invoice_grid{
		grid-template-columns: auto;
	}
	.css_new_invoice_window{
		width: -webkit-fill-available;
		top: 0px;
	}
	.invoice_session_time{
		grid-template-columns: auto;
		grid-row-gap: 10px;
	}
	.invoice_mobile_divider{
		display:block;
	}
	
	
	
	
	
	.css_all_reports_mobile{
		width: max-content;
    	border-spacing: 10px;
	}
	
	
	.css_schedule_notice{
		line-height: 26px;
	}
	
	/*	 
	Messenger
	############################################################################################################
	############################################################################################################
	############################################################################################################
	############################################################################################################
	*/	
	.css_dashbaord_title{
		font-size: 28px;
	}
	.css_dashbaord_subtitle{
		font-size: 13px;
	}
	.css_chat_message > p{
		margin: 3px !important;
	}
	.css_message_thread_scrollable{
		height: 200px;
	}
	
	/*	 
	Programs
	############################################################################################################
	############################################################################################################
	############################################################################################################
	############################################################################################################
	*/	
	.programs_mobile{
		grid-template-columns: auto;
		margin: 0px;
		display: block; 
	}
	.programs_mobile input {
		width: 100%;
		font-size: 12px;
	}
	.css_program_heading_entry{
		margin: 0px 0px; 
		background: #6B8E23;
		/* padding-right: 5px; 
		/* padding-left: 7px; */
		/* height: 25px; */
		color: white;
		/* width: 80%; */
		font-size: 4vw;
		padding: 2px 3px;
		height: auto;
		word-break: break-word;
	}
	.css_programs_remove_button{
		background-color: #3B6519;
		display: inline-block;
		color: white;
		border-radius: 0px 10px 10px 0px;
		/* padding: 0px 5px; */
		/* float: right; */
		height: auto;
		 margin-top: 0px; 
		text-align: center;
		font-size: 4vw;
	}
	.program_strip{
		margin-top: 10px;
	}
	 
	
	/*	 
	Applications / Openings
	############################################################################################################
	############################################################################################################
	############################################################################################################
	############################################################################################################
	*/	
	.css_new_application_grid{
		grid-template-columns: auto;
		padding: 10px;
	}
	.new_application_subject_list{
		margin:10px 0px 0px 0px;
	}
	.applications_new_grid{
		display:grid;
		grid-template-columns: auto;
		grid-row-gap: 0px;
		
	}
	.new_app_cancel_div{
		transform: translate(0px, 0px);
	}
	.openings_grid{
		display: grid;
		grid-template-columns: auto;
		grid-template-areas: "app_1" "app_2" "app_3" "app_4";  
		margin: 10px 10px;
		padding: 0px;
	}
	.openings_grid > div b{
		padding: 0px 10px;
		font-size: 3vw;
	}
	.openings_grid > div span{
		padding: 0px 10px;
		font-size: 3vw;
	}	
	.openings_grid > div textarea{
		padding: 0px 10px;
		font-size: 3vw;
	}	
	.app_3{
		padding: 10px 10px;
		font-size: 3vw;
	}
	.openings_grid  th {
		font-size: 3vw;
	}
	.app_4{
		font-size: 3vw !important;
	}
	.openings_grid > div {
		background-color: hsla(0,0%,86%,1.00);
	}

	.openings_table{
		margin: 0px;
		font-size: 11px;
	}
	.openings_table tr{
		font-size: 11px;
	}
	.openings_table td{
		font-size: 11px;
	}
	
	.css_application_note{
		height: min-content;
	}
	
	/*	 
	userbase / clientbase
	############################################################################################################
	############################################################################################################
	############################################################################################################
	############################################################################################################
	*/
	.namebox{
		width: 100% !important;
	}
	.css_user_base_table{
		font-size: 3vw;
		margin-top: 10px;
	}
	.message_send_btn_grid label{
		
	}
	
	/*	 
	staff manager
	############################################################################################################
	############################################################################################################
	############################################################################################################
	############################################################################################################
	*/
	.new_user_tool #new_u_pass{
		border: 2px inset #80808066;
    	border-radius: 5px;
	}
	.new_user_tool{
		margin: 10px;
		display: grid;
		grid-template-columns: auto;
		grid-column-gap: 10px;
	}
	.new_user_tool .css_text_box_general {
		width: 100%;
	}
	.message_send_btn_grid{
		grid-template-columns: auto;
		
	}
	.message_send_btn_grid #id_show_inactive{
		margin-top: 10px;
		font-size: 4vw;
	}

	.staff_manager_mobile{
		overflow: scroll;
	}
	.id_staff_user_table{
		font-size: 2vw;
	}
	
	.grid-container{
/*		grid-template-columns: auto;*/
		display: block;
		margin-top: 40px;
	}
	.profile_content_grid{
		padding: 15px;
	}
	.navbar_box{
		overflow-y: scroll;
		/* white-space: nowrap; */
		height: 100%;
		padding: 0 20px;
		display: none;
	}
	
	.navbar_box strong{
		font-size: 19px;
		/* display: none; */
		overflow: hidden;
	}
	
	.navbar{
		overflow: hidden;
		position: fixed;
		z-index: 10;

		background-image: linear-gradient(180deg, olivedrab, #376418);
		box-shadow: 5px 5px 10px #00000061;
		top: 0px; 
		font-size: 25px; 
		line-height: 30px;
		border-radius: 0px 0px 10px 0px;
		left: 0px;
		width: 100%;
		height: 40px;


	}
	
	.css_dashboard{
		width: 100%;
		padding: 0px;
		top: 60px;
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
	}

	.css_dashboard_container{
		width: -webkit-fill-available;
		overflow-y: scroll !important;
	}
	
	.css_navigation_button_list{
		width: auto;
		font-size: 20px;
		padding: 0px;
		margin: 0px;
	}
	.css_navigation_button{
		line-height: 10px;
	}
	
	.navbar_toggle{
		display:block;
		position:absolute;
		white-space: nowrap;
		padding: 4px 20px;
	}


	/* Calendar */

	.events_table{
		font-size: 12px;
	}
	.css_calendar_day{
		font-size: 12px;
	}
	.css_calendar_day_busy{
		font-size: 15px;
	}
}